@charset "utf-8";

.com-gt-sec {
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.gt-title-1 {
    color: #333;
    font-size: 1.9rem;
    font-weight: 700;
    padding: 10px 0px 20px;
}
.gt-title-2 {
    color: #ae1948;
    font-size: 1.2rem;
    font-weight: 300;
    padding: 0 0 20px;
    text-align: justify;
}
.gt-title-3 {
    color: #777;
    font-size: 1rem;
    text-align: justify;
    letter-spacing: 1px;
    /*word-spacing: -2px;*/
    padding-bottom: 10px;
    line-height: 1.5;
}
.gt-title-4 {
    font-size: 1.3rem;
    font-weight: 500;
    padding-top: 30px;
    text-align: right;
}
.gt-img {
    text-align: center;
    padding: 30px 0;
}


.com-table {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}
.com-table table {
    width: 100%;
}
.com-table table tr {
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #f1f1f1;
}
.com-table table tr th {
    padding: 15px 30px;
    background-color: #f9f9f9;
    border-right: 1px solid #f1f1f1;
}
.com-table table tr td {
    font-size: 1rem;
    border-right: 1px solid #f1f1f1;
    padding: 15px 30px;
}


.com-img-1, 
.com-img-2, 
.com-img-3, 
.com-img-4 {
    position: relative;
}
.com-img-12, 
.com-img-22, 
.com-img-32, 
.com-img-42 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    /* border:1px solid #a41d1d; */
    transition: opacity 0.3s linear;
}
.com-img-1:hover .com-img-12,
.com-img-2:hover .com-img-22,
.com-img-3:hover .com-img-32,
.com-img-4:hover .com-img-42 {
    opacity: 1;
}

.company .com-title {
    margin: 30px 0 60px 0;
}
.m-tit {
    color: #333 !important;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
}
.s-tit {
    text-align: center;
    font-size: 0.9rem;
    color: #b6b6b6;
    margin-bottom: 5rem;
}
.line {
    display: flex;
    flex-basis: 30%;
    align-items: center;
    color: rgba(0,0,0,0.35);
    margin: 10px auto;
}
.line::before {
    content: "";
    flex-grow: 1;
    margin: 0px 30px 0px 0px;
    background: rgba(0,0,0,0.1);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
}
.line::after {
    content: "";
    flex-grow: 1;
    margin: 0px 0px 0px 30px;
    background: rgba(0,0,0,0.1);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
}

.company .box-area img {
    width: 160px;
    border-radius: 50%;
    border:1px solid #ddd;
}
.company .box-area .img-mtxt {
    font-size: 1.3rem;
    font-weight: 400;
    padding: 10px 0;
}
.company .box-area .img-stxt {
    color: #6b6b6b;
    padding: 5px;
}

.sd-area {
    background: url(../images/sub/001_main.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    height: 286px;
}
.txt-area {
    width: 50% !important;
    right: 0;
}
.sd-area h2 {
    color: white;
    padding: 60px 10px 20px 0px;
}
.sd-area p {
    color: white;
    padding: 20px 5px;
    font-weight: 300;
    width: 80%;
    margin: 0 auto;
}
.sd-area img {
    display: none;
    margin-top: -57px;
    margin-left: 15%;
    width: 339px;
}


.car-info-area {
    margin-top: 20px;
}
.car-info-area li.box {
    padding: 30px 0px 15px;
    border-bottom: 1px solid #e8e8e8;
}
.car-info {
    display: flex;
}
.car-info li:nth-child(1) {
    width: 6%;
}
.car-info li:nth-child(2) {
    width: 14%;
    font-size: 1.1rem;
    font-weight: 400;
}
.car-info li:nth-child(3) {
    width: 80%;
}
.car-info li img {
    margin-top: -5px;
}

@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
}