/* COMMON */
.contents { padding:60px 0px 110px; }
.sub-visual-container{
    overflow: hidden; /*padding: 60px 0;*/ height:280px; background-repeat: no-repeat; background-position: center;
    -webkit-animation: visualFadeIn .4s ease-in-out .1s forwards; animation: visualFadeIn .4s ease-in-out .1s forwards; opacity: 0;
}
.sub-visual-wrapper{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    -webkit-box-pack: center; -ms-flex-pack: center; justify-content:flex-start;
    max-width:1200px; width:100%; margin:auto;
    height: 100%;
}

.sub-visual-form {background-color:rgba(0,0,0,.4); height: 100%; padding:0px 40px 40px; position: relative; display: flex; flex-direction: column-reverse;}
/* .sub-visual-form div {position: absolute; bottom:40px; left:40px;} */
.sub-visual-form p {color:rgba(255,255,255,.5); font-size:1.8rem;}

.sub-visual-container .title { z-index: 2; position: relative; line-height: 1.4; /*text-align: center;*/ font-size: 5.2rem; font-weight: 600; color: #ffffff; letter-spacing: -0.02em; }
.sub-visual-container .title small { display: block; margin-bottom: 15px; font-size: 14px; color: #bcc5df; font-weight: 300; letter-spacing: 0.2em; }
.sv, .sv1 { background: url('/child/img/sub/sv1.jpg') no-repeat center / cover; }
.sv2 { background: url('/child/img/sub/sv2.jpg') no-repeat center / cover; }
.sv3 { background: url('/child/img/sub/sv3.jpg') no-repeat center / cover; }
.sv4,.sv5 { background: url('/child/img/sub/sv4.jpg') no-repeat center / cover; }
.sv6 { background: url('/child/img/sub/sv1.jpg') no-repeat center / cover; }
@-webkit-keyframes visualFadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes visualFadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@media (max-width: 1200px){
    .sub-visual-container { height: 200px; }
    .sub-visual-container .title { font-size: 34px; }
    .sub-visual-container .title small { font-size: 13px; }
}
@media (max-width: 1024px){
    .contents { padding: 60px 0 80px; }
}
@media (max-width: 768px){
    .contents { padding: 60px 0; }
    .sub-visual-container { height: 150px; }
    .sub-visual-form{
        padding: 0 20px 20px;
    }
    .sub-visual-container .title { font-size: 24px; }
    .sub-visual-container .title small { margin-bottom: 10px; font-size: 11px; }
}

/* Sub Tab List */
.sub-tab-container{
    z-index: 2; position: relative;
    margin-top: 60px; margin-bottom: 20px;
}
.sub-tab-lists { display: flex; flex-wrap: wrap; margin: auto; max-width: 1050px; width: 100%; }
.sub-tab-lists li { flex: 1 1 auto; }
.sub-tab-lists .link{
    display: flex; align-items: center; justify-content: center; position: relative; padding: 4px; height: 60px;
    line-height: 1.4; text-align: center; font-size: 18px; font-weight: 400;
    color: #666;
    background-color: #f9f9f9;
    -webkit-transition: all ease-out .3s; transition: all ease-out .3s;
}
.sub-tab-lists .link::before{
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 100%; height: 100%; background: #ffffff;
    -webkit-transition: all ease-out .3s; transition: all ease-out .3s;
    -webkit-transform-origin: bottom; transform-origin: bottom;
    -webkit-transform: scaleY(0); transform: scaleY(0);
}
.sub-tab-lists .link span { display: block; z-index: 2; position: relative; }
.sub-tab-lists .link--on {
    position: relative;
    z-index: 1;
    background: #222;
    color: #fff;
    font-weight: 400;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
/* .sub-tab-lists .link--on::before{
    -webkit-transform: scaleY(1); transform: scaleY(1);
} */
@media(min-width:1201px){
	/* .sub-tab-lists .link:not(.link--on):hover::before{
        -webkit-transform: scaleY(0.1); transform: scaleY(0.1);
    } */
}
@media (max-width:1200px){
    .sub-tab-container{
        margin-top: 40px;
        margin-bottom: 0;
        padding: 0 15px;
    }
    /* .sub-tab-container { margin-top: -50px; } */
    .sub-tab-lists .link { height: 50px; font-size: 16px; }
}
@media (max-width:768px){
    .sub-tab-container{
        z-index: 2; position: relative;
        margin-top: 30px; margin-bottom: -10px;
    }
    .sub-tab-lists { background: rgba(0,0,0,.9); }
    .sub-tab-lists .link { padding: 12px 10px; height: 100%; line-height: 1.3; font-size: 14px; }
}

/* ITS_CON */
.about-top{
    text-align: center;
    padding-bottom: 50px;
}
.page-section--about{
    position: relative;
    color:#fff;
    margin-bottom: -110px;
}
.page-section--about::before{
    content:'';
    position:absolute;
    top:0;
    left:50%;
    -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
    z-index: -1;
    display: block;
    width: 100vw;
    height: 100%;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    background-image:url(/child/img/sub/about/about-bg.png);
}
.page-section--about .text-tit-wrap-line{
    max-width: 750px;
    text-align: center;
    margin: auto;
    border-color: #fff;
}
.page-section--about .img-wrap{
    margin-top:70px;
}
@media (max-width:1024px){
    .page-section--about{
        margin-bottom: -80px;
    }
    .page-section--about .img-wrap{
        margin-top: 40px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .about-top{
        padding-bottom: 40px;
    }
    .page-section--about{
        margin-bottom: -60px;
    }
    .page-section--about .img-wrap{
        margin-top: 30px;
    }
}
@media (max-width:576px){
}

.location-items-wrap{
    display: flex;
    align-items: center;
    min-height: 130px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
    margin-top: 35px;
}
.location-items{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: -10px -26px;
}
.location-item{
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    padding:10px 26px;
}
.location-item__icon{
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border:1px solid #e6e6e6;
    border-radius: 100%;
    margin-right: 14px;
    background-repeat: no-repeat;
    background-position:center;
}
.location-item__txt{
    font-size: 18px;
    color: #222;
}
@media (max-width:1200px){
    .location-items{
        margin:-10px;
    }
    .location-item{
        width: 50%;
        padding: 10px;
    }
}
@media (max-width:1024px){
    .location-item__txt{
        font-size: 16px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .location-items-wrap{
        padding: 10px 0;
        margin-top: 20px;
    }
    .location-items{
        margin:-5px;
    }
    .location-item{
        width: 100%;
        padding: 5px;
    }
    .location-item__txt{
        font-size: 14px;
    }
    .location-item__icon{
        flex:0 0 40px;
        width: 40px;
        height: 40px;
    }
}
@media (max-width:576px){
}

/* Banner */
.page-banner{
    display: flex;
    justify-content: center;
    height: 664px;
    padding:60px 50px;
    margin:auto;
    background-repeat: no-repeat;
    background-position:center bottom;
    background-size: cover;
    background-image:url(/child/img/common/page-banner-bg.png);
}
.page-banner__tit-wrap{
    text-align: center;
    margin-top: 20px;
}
@media (max-width:1024px){
}
@media (max-width:992px){
}
@media (max-width:768px){
    .page-banner{
        height: auto;
        padding: 40px 15px 35px;
    }
    .page-banner__tit-wrap{
        margin-top: 10px;
    }
}
@media (max-width:576px){
    .page-banner__tit-wrap{
        margin-top: 5px;
    }
}

.page-banner2{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 350px;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position:right center;
    background-size: contain;
}
.page-banner2 >img{
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%);
    z-index: -1;
}
@media (max-width:1024px){
    .page-banner2{
        min-height: auto;
        padding:40px;
        background-size: cover;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .page-banner2{
        padding:30px;
    }
    .text-tit-40{
        text-shadow: 0 0 10px #fff;
    }
}
@media (max-width:576px){
}

.component-items{
    margin:-10px;
}
.component-item{
    padding:10px;
}
.component-item__inner{
    display: flex;
    flex-wrap:wrap;
    min-height: 300px;
    background-color: #fff;
}
.component-item__img{
    width: 450px;
    height: 300px;
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
}
.component-item__con{
    width: calc(100% - 450px);
    padding:60px;
}
.component-item__btn-wrap{
    margin-top: 30px;
}
@media (max-width:1024px){
}
@media (max-width:992px){
    .component-item__img, .component-item__con{
        width: 100%;
    }
    .component-item__con{
        padding-top: 0;
    }
}
@media (max-width:768px){
    .component-item__con{
        padding: 0 30px 30px;
    }
    .component-item__btn-wrap{
        margin-top: 20px;
    }
}
@media (max-width:576px){
}

.img-items{
    display: flex;
    flex-wrap:wrap;
    margin:-10px;
}
.img-item{
    width: 33.3333%;
    padding: 10px;
}
.img-item__img{
    width: 100%;
    padding-top: calc(200/336 * 100%);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}
.img-item__tit{
    text-align: center;
    margin-top: 20px;
}
@media (max-width:1024px){
}
@media (max-width:992px){
}
@media (max-width:768px){
    .img-items{
        margin:-5px;
    }
    .img-item{
        padding: 5px;
    }
}
@media (max-width:576px){
    .img-item{
        width: 50% !important;
    }
}

.text-img-card, .text-img-card__con{
    flex: 1 1 auto;
}
.text-img-card{
    display: flex;
}
.text-img-card__img{
    font-size: 0;
}
.text-img-card__img + .text-img-card__con{
    padding-left:60px;
}
@media (max-width:1200px){
    .text-img-card__con{
        padding-left:40px;
    }
}
@media (max-width:1024px){
    .text-img-card{
        flex-wrap: wrap;
    }
    .text-img-card__img, .text-img-card__con{
        width: 100%;
    }
    .text-img-card__img{
        order: 1;
        text-align: center;
    }
    .text-img-card__con{
        order: 2;
        padding:20px 0 0;
    }
    .text-img-card__img + .text-img-card__con{
        padding-left: 0;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
}
@media (max-width:576px){
}

.cooperation-items{
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.cooperation-item{
    width: 50%;
    text-align: center;
    padding:5px;
    border-left: 1px solid #e6e6e6;
}
.cooperation-item:nth-child(odd){
    border-left: none;
}
.cooperation-item img{
    max-width: 100%;
}
@media (max-width:1024px){
}
@media (max-width:992px){
}
@media (max-width:768px){
    .cooperation-items{
        margin:-30px -10px;
    }
    .cooperation-item{
        width: 100%;
        border-left: none;
        border-top: 1px solid #e6e6e6;
        padding:30px 10px;
    }
    .cooperation-item:first-child{
        border-top:none;
    }
}
@media (max-width:576px){
}

.num-box-items{
    display: flex;
    flex-wrap: wrap;
    margin:-10px;
}
.num-box-item{
    width: 33.3333%;
    padding: 10px;
}
.num-box-item__inner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 45px 35px;
    border: 1px solid #e6e6e6;
}
.num-box-item__num{
    position: absolute;
    top: -1px;
    left: -1px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #00b8fc;
    background-color: #fff;
    padding: 0 10px 10px 0;
}
.num-box-item__txt{
    font-size: 18px;
    text-align: center;
    color: #222;
}
@media (max-width:1024px){
    .num-box-item{
        width: 50%;
    }
    .num-box-item__num{
        font-size: 36px;
        padding: 0 5px 5px 0;
    }
    .num-box-item__inner{
        padding: 35px;
    }
    .num-box-item__txt{
        font-size: 16px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .num-box-items{
        margin:-5px;
    }
    .num-box-item{
        padding:5px;
    }
    .num-box-item__num{
        font-size: 28px;
    }
    .num-box-item__inner{
        padding: 30px;
    }
    .num-box-item__txt{
        font-size: 14px;
    }
}
@media (max-width:576px){
}

.num-item{
    position: relative;
    min-height: 30px;
    padding-top: 1px;
    padding-left: 50px;
    margin-bottom: 25px
}
.num-item:last-child{
    margin-bottom: 0;
}
.num-item__num{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #fff;
    background-color: #00b8fc;
    font-family: "Lineto Brown","NotoKR","Apple SD Gothic Neo",Helvetica,sans-serif,Arial;
}
@media (max-width:1024px){
    .num-item{
        min-height: 25px;
        padding-left: 40px;
        margin-bottom: 20px;
    }
    .num-item__num{
        width: 25px;
        height: 25px;
        font-size: 16px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .num-item{
        margin-bottom: 10px;
    }
}
@media (max-width:576px){
}

.process-items{
    display: flex;
    flex-wrap: wrap;
    margin: -15px -65px -15px -15px;
}
.process-item{
    width: 25%;
    padding:15px;
}
.process-item:last-child .process-item__img{
    background-image:none;
}
.process-item__img{
    position: relative;
    background-repeat: no-repeat;
    background-position:right center;
    background-image:url(/child/img/icon/icon-double-arrow.png);
    padding-right: 50px;
}
.process-item__img strong{
    position: absolute;
    top:50%;
    left:calc(50% - 25px);
    -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    color: #222;
}
.process-item__img-bg{
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    background-image:url(/child/img/common/process-item-bg.png);
}
.process-item:nth-child(2) .process-item__img-bg{
    background-image:url(/child/img/common/process-item-bg2.png);
}
.process-item:nth-child(3) .process-item__img-bg{
    background-image:url(/child/img/common/process-item-bg3.png);
}
.process-item:nth-child(4) .process-item__img-bg{
    background-image:url(/child/img/common/process-item-bg4.png);
}
.process-item__con{
    line-height: 1.8;
    border-top: 1px solid #e6e6e6;
    margin-top: 40px;
    margin-right: 50px;
    padding-top: 20px;
}
@media (max-width:1024px){
    .process-items{
        margin: -10px -50px -10px -10px;
    }
    .process-item{
        padding: 10px;
    }
    .process-item__img{
        padding-right: 40px;
    }
    .process-item__img strong{
        left: calc(50% - 20px);
        font-size: 24px;
    }
    .process-item__con{
        margin-top: 20px;
        margin-right: 40px;
        padding-top: 15px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .process-items{
        margin: -10px;
    }
    .process-item{
        width: 33.3333%;
    }
}
@media (max-width:576px){
    .process-items{
        margin:-10px -5px;
    }
    .process-item{
        width: 50%;
        padding:10px 5px;
    }
    .process-item__img{
        padding-right:20px;
        background-size: 10px auto;
    }
    .process-item__img strong{
        left:calc(50% - 10px);
        font-size: 20px;
    }
    .process-item__con{
        margin-right: 20px;
    }
}

.thumb-slide{
    display: flex;
    justify-content: space-between;
    height: 500px;
}
.thumb-slide-main, .thumb-slide-thumb{
    height: 100%;
}
.thumb-slide-main .swiper-slide, .thumb-slide-thumb .swiper-slide{
    font-size: 0;
}
.thumb-slide-main{
    position: relative;
    width: 836px;
}
.thumb-slide-main .swiper-slide{
    text-align: center;
}
.thumb-slide-thumb{
    width: calc(100% - 866px);
}
.thumb-slide-thumb .swiper-container{
    height: 100%;
}
.thumb-slide-thumb .swiper-slide{
    cursor: pointer;
    background-color: #000;
}
.thumb-slide-thumb .swiper-slide img{
    opacity: .5;
}
.thumb-slide-thumb .swiper-slide-thumb-active{
    box-shadow: 0 0 10px rgba(0,0,0,.55);
}
.thumb-slide-thumb .swiper-slide-thumb-active img{
    opacity: 1;
}
.thumb-slide .swiper-prev, .thumb-slide .swiper-next{
    position: absolute;
    top:50%;
    display: block;
    width: 48px;
    height: 48px;
    z-index: 1;
    background-color: rgba(0,0,0,.5);
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}
.thumb-slide .swiper-prev{
    left: 10px;
    background-image:url(/child/img/icon/icon-prev.png);
}
.thumb-slide .swiper-next{
    right:10px;
    background-image:url(/child/img/icon/icon-next.png);
}
.swiper-button-disabled{
    cursor: default !important;
    opacity: .4;
}
@media (max-width:1100px){
    .thumb-slide{
        display: block;
        justify-content: flex-start;
        height: auto;
    }
    .thumb-slide-main, .thumb-slide-thumb{
        width: 100%;
    }
    .thumb-slide-thumb{
        margin-top: 5px;
    }
    .thumb-slide-thumb .swiper-slide-thumb-active{
        box-shadow: none;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .thumb-slide .swiper-prev, .thumb-slide .swiper-next{
        width: 30px;
        height: 30px;
        background-size: 6px auto;
    }
    .thumb-slide .swiper-prev{
        left:5px;
    }
    .thumb-slide .swiper-next{
        right:5px;
    }
}
@media (max-width:576px){
}
