@charset "utf-8";

/* sub */
.section {
    width: 100%;
    height: auto;
    margin-bottom: 120px;
    transition: margin .3s;
}

.section .wrap {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.section .container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    padding: 0 135px;
    margin: 0 auto;
    /* transition: padding .3s; */
}

.section .title {
    position: relative;
    text-align: center;
    margin-bottom: 80px;
    color: #0D1C33;
}

.section .title.char-title h2 span,
.section .title.char-title h3 {
    position: relative;
    display: inline-block;
    padding: 0 170px;
}

.section .title.char-title img {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 160px;
}

.section .title.char-title img.pc {
    display: block;
}

.section .title.char-title img.mob {
    display: none;
}

.section .title.white {
    color: #fff;
}

.section .title h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

.section .title h3 {
    font-size: 20px;
    line-height: 1.5;
}

/* subHeader */
#subHeader {
    height: 650px;
    margin-bottom: 120px;
}

#subHeader.age {
    background: url(../img/age/sub_header_bg.png) no-repeat center/cover;
}

#subHeader.society {
    background: url(../img/society/sub_header_bg.png) no-repeat center/cover;
}

#subHeader.introduce {
    background-image: linear-gradient(73deg, #ffcd29 0%, #fff16e 100%);
}

#subHeader.solution {
    background: url(../img/solution/sub_header_bg.png) no-repeat center/cover;
    margin-bottom: 0;
}

#subHeader.membership {
    background: url(../img/membership/sub_header_bg.png) no-repeat center/cover;
}

#subHeader.media {
    background: url(../img/media/sub_header_bg.png) no-repeat center/cover;
}
#subHeader.secondary2 {
    background: url(../img/media/sub_header_bg2.png) no-repeat center/cover;
}



.bangtancare #subHeader.age {
    background: url(../img/bangtancare/age/sub_header_bg.png) no-repeat center/cover;
}

.bangtancare #subHeader.selfcheck {
    background: url(../img/bangtancare/selfcheck/sub_header_bg.png) no-repeat center/cover;
}

.bangtancare #subHeader.onlineConsulting,
.bangtancare #subHeader.visitConsulting {
    background: url(../img/bangtancare/onlineCousulting/sub_header_bg.png) no-repeat center/cover;
}

#subHeader .container {
    max-width: 1710px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 100px;
}

#subHeader .breadcrumb {
    position: relative;
    text-align: right;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 135px;
    margin-top: 20px;
    margin-bottom: 53px;
    z-index: 300;
    transition: padding .3s;
}

#subHeader .breadcrumb .home-btn {
    display: inline;
    width: auto;
    height: auto;
    vertical-align: top;
}

#subHeader .breadcrumb a {
    font-size: 14px;
    color: #fff;
}

.bangtancare #subHeader .breadcrumb a {
    color: #0D1C33;
}

#subHeader .breadcrumb .home-img {
    width: 20px;
    height: 20px;
}

#subHeader .breadcrumb .arrow-img {
    width: 5px;
    height: 10px;
    margin: 0 20px;
}

#subHeader .txt-wrap {
    position: relative;
    width: 100%;
    max-width: 1440px;
    color: #fff;
    margin: 0 auto;
    padding: 0 135px;
    z-index: 100;
    transition: padding .3s;
}

.bangtancare #subHeader .txt-wrap {
    color: #0D1C33;
}

#subHeader .badge {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    padding: 7px 30px;
    border: 2px solid #fff;
    border-radius: 25px;
    margin-bottom: 20px;
    font-family: 'IBM Plex Sans KR', sans-serif;
}

.bangtancare #subHeader .badge {
    border: 2px solid #0D1C33;
}

#subHeader .section-title {
    font-size: 64px;
    margin-bottom: 25px;
}

#subHeader .section-title .color {
    color: #b3ece2;
}

#subHeader .section-txt {
    font-size: 20px;
    line-height: 160%;
    color: rgba(255, 255, 255, .8);
}

.bangtancare #subHeader .section-txt {
    color: #0D1C33;
    margin-bottom: 0;
}

.bangtancare #subHeader .badge + .section-txt {
    margin-top: 23px;
    margin-bottom: 16px;
}

#subHeader .section-title,
#subHeader .section-title span,
#subHeader .section-txt,
#subHeader .section-info {
    word-break: keep-all;
}

#subHeader .section-info {
    font-size: 18px;
    line-height: 160%;
    color: rgba(255, 255, 255, .8);
    margin-top: 40px;
}

.bangtancare #subHeader .section-info {
    color: #0d1c33;
}

#subHeader .img-wrap {
    z-index: 200;
}

#subHeader .img-wrap .pc {
    display: block;
}

#subHeader .img-wrap .mob {
    display: none;
}

#subHeader.age .img-wrap {
    position: absolute;
    width: 40%;
    min-width: 550px;
    bottom: -200px;
    right: 7%;
}

#subHeader.introduce .img-wrap {
    position: absolute;
    width: 50%;
    bottom: -85px;
    right: 7%;
}

#subHeader.society .img-wrap {
    position: absolute;
    width: 715px;
    height: 100%;
    bottom: 0;
    right: 0;
}

#subHeader .doctor {
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #fff;
}

#subHeader .doctor::before {
    position: relative;
    display: block;
    float: left;
    content: '';
    width: 3px;
    height: 38.5px;
    background: #fff;
    margin-right: 10px;
}

#subHeader .doctor .name-card {
    float: left;
}

#subHeader .doctor .position {
    font-size: 14px;
}

#subHeader .doctor .name {
    font-size: 16px;
}

#subHeader.society .back-img,
#subHeader.introduce .back-img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: -60px;
    left: -8.3%;
    overflow: hidden;
}

#subHeader.society .back-img img,
#subHeader.introduce .back-img img {
    position: relative;
    top: 15%;
    width: 100%;
}

#subHeader.society .front-img {
    position: absolute;
    width: 82%;
    right: 151px;
    bottom: -75px;
}

/*#subHeader.introduce .front-img {*/
/*    position: absolute;*/
/*    width: 113%;*/
/*    right: 151px;*/
/*    bottom: -75px;*/
/*}*/

/*#subHeader.introduce .front-img {*/
/*    position: absolute;*/
/*    width: 48%;*/
/*    right: 126px;*/
/*    bottom: -75px;*/
/*}*/

#subHeader.society .front-img .robot-char {
    position: absolute;
    width: 55%;
    bottom: -10px;
    left: 0;
    z-index: 3;
}

#subHeader.society .front-img .long-char {
    position: absolute;
    width: 42%;
    bottom: 20px;
    right: 16%;
    z-index: 1;
}

#subHeader.society .front-img .triangle-char {
    position: absolute;
    width: 38%;
    bottom: 0;
    right: 0;
    z-index: 2;
}

#subHeader.solution .img-wrap {
    position: absolute;
    width: 45%;
    min-width: 500px;
    bottom: -86px;
    right: 4%;
}

#subHeader.membership .img-wrap {
    position: absolute;
    width: 31%;
    bottom: -66px;
    right: 11%;
}

#subHeader.media .img-wrap {
    position: absolute;
    width: 45%;
    min-width: 500px;
    bottom: -80px;
    right: 4%;
}

#subHeader.secondary2 .img-wrap {
    position: absolute;
    width: 45%;
    min-width: 500px;
    bottom: -80px;
    right: 4%;
}

#subHeader.selfcheck .img-wrap {
    position: absolute;
    width: 50%;
    min-width: 550px;
    bottom: -122px;
    right: 7%;
}

#subHeader.onlineConsulting .img-wrap {
    position: absolute;
    width: 60.5%;
    bottom: -55px;
    right: -5%;
}

#subHeader.visitConsulting .img-wrap {
    position: absolute;
    width: 75%;
    bottom: -3%;
    right: -10%;
}


.video-wrap {
    margin-bottom: 60px;
}

/* tab */
.tab-container {
    width: 100%;
    height: 100%;
}

.tab-container .tab-list {
    width: 100%;
    max-width: 1440px;
    padding: 0 135px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.tab-container .tabListWrap {
    overflow: auto;
    width: 100%;
    max-width: 1710px;
    margin: 0 auto;
    margin-bottom: 100px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tab-container .tabListWrap::-webkit-scrollbar {
    display: none;
}

.tab-container .tabListWrap .tab-list {
    /*text-align: center;*/
    margin-bottom: 0;
}

.tab-container .tab-list li {
    float: left;
}

#membershipTab.tab-container .tab-list li {
    width: 50%;
}

#mediaTab.tab-container .tab-list li {
    /*width: 33.333%;*/
    width: calc((100% / 3) - 2.5px);
    /*display: inline-block;*/
    /*margin: 0 0 2px 0;*/
}

.tab-container .tab-list li .tab-btn {
    display: block;
    width: 100%;
    padding: 24px 20px;
    font-size: 22px;
    text-align: center;
    border-top: 1px solid #004f92;
    border-bottom: 1px solid #004f92;
    border-left: 1px solid #004f92;
    border-right: none;
    /*border-right: 1px solid #004f92;*/
    color: #0d1c33;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tab-container .tab-list li:nth-of-type(n+4) .tab-btn{
    border-top: none;
}
/*.tab-container .tab-list li:not(:nth-of-type(3n+0)) .tab-btn {*/
/*    border-right: 1px solid #004f92;*/
/*}*/

.tab-container .tab-list li:nth-of-type(even) .tab-btn {
    border-right: none;
}
.tab-container .tab-list li:last-of-type .tab-btn {
    border-right: 1px solid #004f92;
}
.tab-container .tab-list li:nth-of-type(3n+0) .tab-btn {
    border-right: 1px solid #004f92;
}
.tab-container .tab-list li .tab-btn.active {
    background: #004f92;
    color: #fff;
}

/* homeNav */
#homeNav {
    position: fixed;
    top: calc(50% + 40px);
    right: 50%;
    transform: translateY(-50%);
    margin-right: -920px;
    text-align: right;
    font-size: 12px;
    z-index: 400;
    transition: color .3s;
    color: #0d1c33;
}

#homeNav li {
    margin-bottom: 8px;
}

#homeNav .quick-btn {
    display: block;
    width: 100%;
    min-height: 16px;
}

#homeNav .tooltip {
    display: inline-block;
    margin-right: 12px;
}

#homeNav .dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 3.5px;
    transition: background-color .3s, height .3s;
    background: rgba(0, 79, 146, .3);
}

#homeNav .quick-btn.active .dot {
    height: 16px;
    background: #004f92;
}

#homeNav .quick-btn.two-lines .dot {
    /* vertical-align: top; */
    margin-bottom: 15px;
}

/* responsive */
@media all and (max-width: 1920px) {
    .section .container,
    .tab-container .tab-list {
        padding: 0 100px;
    }

    #subHeader .breadcrumb {
        padding: 0 100px;
    }

    #subHeader .txt-wrap {
        padding: 0 100px;
    }

    /* homeNav */
    #homeNav {
        right: 2.0833vw;
        margin-right: 0;
    }
}

@media all and (max-width: 1710px) {
    .section .title {
        margin-bottom: 60px;
    }

    #subHeader.age .img-wrap {
        bottom: -11.6959vw;
    }

    #subHeader.solution .img-wrap {
        bottom: -5.0292vw;
    }

    #subHeader.membership .img-wrap {
        bottom: -3.8596vw;
    }

    #subHeader.media .img-wrap {
        bottom: -4.6784vw;
    }

    #subHeader.secondary2 .img-wrap {
        bottom: -4.6784vw;
    }    
    

    #subHeader.selfcheck .img-wrap {
        bottom: -7.1345vw;
    }

    #subHeader.onlineConsulting .img-wrap {
        bottom: -3.2164vw;
    }
    #subHeader.introduce .img-wrap {
        bottom: -4.9708vw;
    }
}

/*@media all and (max-width: 1560px) {*/
/*    #subHeader.introduce .front-img {*/
/*        width: 100%;*/
/*        right: 131px;*/
/*    }*/
/*}*/

/*@media all and (max-width: 1400px) {*/
/*    #subHeader.introduce .front-img {*/
/*        width: 100%;*/
/*        right: 79px;*/
/*    }*/
/*}*/

/*@media all and (max-width: 1200px) {*/
/*    #subHeader.introduce .front-img{*/
/*        right: 28px;*/
/*    }*/
/*}*/

@media all and (max-width: 1366px) {
    .section .container,
    .tab-container .tab-list {
        padding: 0 70px;
    }

    .tab-container .tabListWrap,
    .tab-container .tab-list {
        margin-bottom: 80px;
    }

    .tab-container .tab-list li .tab-btn {
        padding: 20px 0;
        font-size: 20px;
    }

    .section .title {
        margin-bottom: 40px;
    }

    #subHeader .breadcrumb {
        padding: 0 70px;
    }

    #subHeader .txt-wrap {
        padding: 0 70px;
    }

    #subHeader .badge {
        font-size: 17px;
        padding: 5px 23px;
        border: 1.5px solid #fff;
        margin-bottom: 18px;
    }

    #subHeader .section-title {
        font-size: 50px;
        margin-bottom: 16px;
    }

    #subHeader .section-txt,
    #subHeader .section-info {
        font-size: 17px;
    }

    .bangtancare #subHeader .badge + .section-txt {
        margin-top: 23px;
        margin: 0;
    }

    #subHeader .section-info {
        margin-top: 20px;
    }

    #subHeader.age .img-wrap {
        right: -30px;
        bottom: -159px;
    }

    #subHeader.society .img-wrap {
        width: 550px;
    }

    #subHeader.introduce .img-wrap {
        width: 57%;
        bottom: -5.5637vw;
    }

    #subHeader.introduce .back-img,
    #subHeader.society .back-img {
        left: -20px;
    }

    #subHeader.introduce .back-img img,
    #subHeader.society .back-img img {
        top: 35%;
    }

    /*#subHeader.introduce .front-img,*/
    #subHeader.society .front-img {
        bottom: -60px;
    }

    #subHeader.selfcheck .img-wrap {
        bottom: -97px;
    }
}
@media all and (max-width: 1090px) {
    #subHeader.society .front-img {
        width: 74%;
    }
}
@media all and (max-width: 1024px) {
    .section {
        margin-bottom: 100px;
    }

    .section:last-of-type,
    .tab-container .section {
        margin-bottom: 140px;
    }

    .section .container,
    .tab-container .tab-list {
        padding: 0 40px;
    }

    .tab-container .tabListWrap,
    .tab-container .tab-list {
        margin-bottom: 60px;
    }

    .tab-container .tab-list li .tab-btn {
        padding: 14px 0;
        font-size: 13px;
    }

    .section .title {
        margin-bottom: 15px;
    }

    .section .title h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .section .title h3 {
        font-size: 12px;
        line-height: 1.6;
    }

    .section .title.char-title h2 span,
    .section .title.char-title h3 {
        padding: 0;
    }

    .section .title.char-title img {
        position: relative;
        width: 130px;
    }

    .section .title.char-title img.pc {
        display: none;
    }

    .section .title.char-title img.mob {
        display: inline;
    }

    #subHeader {
        height: 610px;
        margin-bottom: 100px;
    }

    #subHeader .txt-wrap {
        padding: 0 40px;
        margin-top: 40px;
    }

    #subHeader .breadcrumb {
        display: none;
    }

    #subHeader .badge {
        font-size: 14px;
        padding: 4px 15px;
        border: 1px solid #fff;
        margin-bottom: 15px;
    }

    #subHeader .section-title {
        font-size: 37px;
        margin-bottom: 7px;
    }

    #subHeader .section-txt,
    #subHeader .section-info {
        font-size: 14px;
    }

    #subHeader .img-wrap .pc {
        display: none;
    }

    #subHeader .img-wrap .mob {
        display: block;
    }

    #subHeader.age .img-wrap {
        width: 100%;
        max-width: 450px;
        min-width: auto;
        bottom: -137px;
        right: inherit;
        left: 53%;
        transform: translateX(-50%);
    }

    #subHeader .doctor::before {
        width: 2px;
        height: 34.9px;
    }

    #subHeader .doctor .position {
        font-size: 12px;
    }

    #subHeader .doctor .name {
        font-size: 14px;
    }
    #subHeader.society .img-wrap {
        width: 370px;
        position: static;
        margin: 0 auto;
    }
    #subHeader.introduce .img-wrap{
        width: 550px;
        position: relative;
        left: 52%;
        right: 0;
        transform: translateX(-50%);
        bottom: -8px;
    }

    #subHeader .doctor {
        width: 110px;
        left: 73%;
        bottom: 150px;
    }

    #subHeader.introduce .back-img,
    #subHeader.society .back-img {
        left: 5%;
    }

    /*#subHeader.introduce .front-img,*/
    #subHeader.society .front-img {
        position: static;
        /*width: 90%;*/
        width: 100%;
    }

    #subHeader.society .front-img .robot-char {
        width: 38%;
        left: inherit;
        right: 0;
        bottom: 0;
    }

    #subHeader.society .front-img .long-char {
        width: 30%;
        right: inherit;
        left: 0;
        bottom: 13px;
    }

    #subHeader.society .front-img .triangle-char {
        width: 25%;
        right: inherit;
        left: 14%;
    }

    #subHeader.solution .img-wrap {
        width: calc(100% - 20px);
        max-width: 500px;
        min-width: 300px;
        bottom: -51px;
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
    }

    #subHeader.membership .img-wrap {
        width: 390px;
        bottom: -49px;
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
    }

    #subHeader.media .img-wrap {
        width: 100%;
        max-width: 500px;
        min-width: 310px;
        bottom: -45px;
        right: inherit;
        left: calc(50% + 20px);
        transform: translateX(-50%);
    }

    #subHeader.secondary2 .img-wrap {
        width: 100%;
        max-width: 500px;
        min-width: 310px;
        bottom: -45px;
        right: inherit;
        left: calc(50% + 20px);
        transform: translateX(-50%);
    }    

    #subHeader.selfcheck .img-wrap {
        width: 130%;
        max-width: 550px;
        min-width: 340px;
        bottom: -75px;
        right: inherit;
        left: calc(50% - 15px);
        transform: translateX(-50%);
    }

    #subHeader.onlineConsulting .img-wrap {
        width: 350px;
        bottom: 0;
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
    }

    #subHeader.visitConsulting .img-wrap {
        width: 700px;
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
    }

    .video-wrap {
        margin-bottom: 30px;
    }

    /* homeNav */
    #homeNav {
        display: none;
        right: 20px;
    }
}

@media all and (max-width: 640px) {
    .section .container,
    .tab-container .tab-list {
        padding: 0 20px;
    }

    .tab-container .tabListWrap,
    .tab-container .tab-list {
        margin-bottom: 35px;
    }

    /* .section .title {
        margin-bottom: 20px;
    } */
    .section .title.char-title img {
        width: 100px;
    }

    #subHeader {
        /* height: 550px; */
        height: 600px;
    }

    #subHeader .txt-wrap {
        padding: 0 20px;
        margin-top: 30px;
    }

    #subHeader .section-title br,
    #subHeader .section-txt br,
    #subHeader .section-info br {
        display: none;
    }
    #subHeader.society .img-wrap {
        width: 320px;
    }
    #subHeader .doctor {
        left: 65%;
        bottom: 120px;
    }

    #subHeader.introduce .back-img img,
    #subHeader.society .back-img img {
        left: -5%;
        top: 300px;
        width: 100%;
    }
    /*#subHeader.introduce .front-img,*/
    #subHeader.society .front-img {
        width: 100%;
        bottom: -50px;
    }

    #subHeader.age .img-wrap {
        width: calc(100% - 40px);
        bottom: -25vw;
    }

    /* #subHeader.solution .img-wrap {
        max-width: 500px;
        width: 100%;
        width: 300px;
        bottom: -51px;
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
    } */
    /* #subHeader.membership .img-wrap {
        width: 300px;
        bottom: -37px;
    } */
    #subHeader.membership .img-wrap {
        width: 300px;
        bottom: -37px;
    }

    /* #subHeader.media .img-wrap {
        width: 300px;
        bottom: -40px;
        right: 10px;
    } */
    #subHeader.onlineConsulting .img-wrap {
        width: 320px;
    }

    #subHeader.visitConsulting .img-wrap {
        width: 550px;
    }

    #subHeader.introduce .img-wrap {
        position: absolute;
        width: 100%;
        bottom: -9.6875vw;
    }
}
@media all and (max-width: 333px){
    #subHeader.membership .section-title{
        font-size: 36px;
    }
}
@media all and (max-width: 320px){
    #subHeader.society .img-wrap{
        width: 285px;
    }
    #subHeader.membership .section-title{
        font-size: 35px;
    }
}
@media all and (max-width: 310px){
    #subHeader.membership .section-title{
        font-size: 33px;
    }
}
@media all and (max-width: 295px){
    #subHeader.membership .section-title{
        font-size: 32px;
    }
    #subHeader.membership .img-wrap{
        width: 280px;
    }
}
/* @media all and (max-width: 720px) {
    .btn-wrap button {
        border-radius: 30px;
        min-height: 60px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -0.8px;
    }
} */