.sub_banner {
    padding: 77px 0px;
    background-color: #cb9d6c;
}
.sub_banner_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.sub_banner_wrap h3 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    line-height: 44px;
}
.sub_banner_wrap h3 span {
    color: #ffe2c2;
}
/* .sub_banner_wrap h3 small {
                font-size: 30px;
                color: #afafaf;
            } */
.sub_banner_box {
    position: relative;
    width: 371px;
    height: 144px;
    border-radius: 14px;
    background-color: #fff;
    padding-left: 61px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}
.sub_banner_box h4 {
    font-size: 30px;
    font-weight: 400;
    color: #222;
}
.sub_banner_box h4 span {
    font-size: 100px;
    font-weight: 100;
    position: relative;
    margin-right: 24px;
    border-bottom: 3px solid rgba(203, 157, 108, 0.3);
    letter-spacing: normal;
}
.sub_banner_box > span {
    position: absolute;
    top: 30px;
    right: 36px;
    display: inline-block;
    border-radius: 6px;
    background-color: rgba(203, 157, 108, 0.8);
    line-height: 41px;
    width: 211px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

/* invis01 */
.invis01 {
    position: relative;
    background-color: #fff;
    padding: 156px 0px 156px;
    text-align: center;
    color: #222;
}
.invis01::before {
    content: '';
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 540px;
    background: linear-gradient(to bottom, #cb9d6c, #fff);
    opacity: 0.2;
    position: absolute;
}
.invis01 h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 66px;
}
.invis01 h2 span {
    color: #cb9d6c;
    font-weight: 700;
}
.invis01 > div {
    position: relative;
}
.invis01 > div > p {
    font-size: 24px;
    font-weight: 400;
    margin: 54px auto 69px;
}
.invis01_con {
    display: flex;
    align-items: center;
    justify-content: center;
}
.invis01_con span {
    font-size: 18px;
    font-weight: 300;
    color: #cb9d6c;
}
.invis01_con > div > div {
    margin-top: 12px;
    border-radius: 20px;
    border: 2px solid #cb9d6c;
    padding: 26px 0px 25px;
    width: 260px;
}
.invis01_con h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 9px;
}
.invis01_con p {
    font-size: 20px;
    font-weight: 300;
    color: #cb9d6c;
}
.invis01_con02 {
    margin: 0px 42px;
}

/* invis02 */
.invis02 {
    background-image: url(../img/sub/invis02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 231px;
    text-align: center;
}
.invis02 h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 66px;
}
.invis02 h2 span {
    color: #ffc98f;
    font-weight: 700;
}
.invis02 > p {
    font-size: 18px;
    font-weight: 400;
    margin: 38px auto 170px;
    opacity: 0.3;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.invis02_con {
    width: 100%;
    padding: 28px 0px;
    border-top: 1px solid #ffc98f;
    backdrop-filter: blur(15px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.1);
}
.invis02_con > div {
    padding-left: 47px;
}
.invis02_con h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 51px;
}
.invis02_con h3 span {
    color: #ffc98f;
}
.invis02_con p {
    font-size: 24px;
    font-weight: 300;
    line-height: 44px;
}
.invis02_con p span {
    color: #ffc98f;
}
.invis02_con video {
    border-radius: 16px;
    overflow: hidden;
    max-width: 495px;
}
/* invis03 */
.invis03 {
    height: 700px;
    position: relative;
}
.invis03 video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

/* invis031 */
.invis031 {
    padding: 291px 0px;
    color: #222;
    background-color: #fff;
    position: relative;
}
.invis031 h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 66px;
    margin-bottom: 106px;
}
.invis031 h2 span {
    color: #cb9d6c;
    font-weight: 700;
}
.invis031 p {
    font-size: 24px;
    font-weight: 400;
    line-height: 44px;
}
.invis031 p span {
    color: #cb9d6c;
    font-weight: 700;
}
.invis031_con {
    position: absolute;
    right: 160px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 947px;
}
.invis031_con > div {
    position: absolute;
    overflow: hidden;
    width: 456px;
    height: 593px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}
.invis031_con01 {
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.invis031_con02 {
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.invis031_con > div:hover {
    width: 628px;
    height: 817px;
    z-index: 1;
}
.invis031_con video {
    height: 100%;
    width: auto;
}
@media only screen and (max-width: 1800px) {
    .invis031_con {
        right: 0;
    }
}

/* invis04 */
.invis04 {
    background-image: url(../img/sub/invis04_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0px 137px;
    text-align: center;
}
.invis04_con {
    max-width: 1082px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.invis04_con::after {
    content: '';
    display: block;
    backdrop-filter: blur(5px);
    width: 100%;
    height: 5%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.invis04 video {
    width: 100%;
}
.invis04 h2 {
    font-size: 24px;
    font-weight: 400;
    color: #222;
    margin-top: 63px;
}

/* invis05 */
.invis05 {
    text-align: center;
    color: #222;
    position: relative;
    padding-bottom: 193px;
    padding-top: 202px;
    background-color: #fff;
}
.invis05 > div {
    position: relative;
    z-index: 1;
}
.invis05::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 540px;
    background: linear-gradient(to bottom, #cb9d6c, #fff);
    opacity: 0.2;
}
.invis05::after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 540px;
    background: linear-gradient(to top, #cb9d6c, #fff);
    opacity: 0.2;
}
.invis05 h2 {
    font-size: 46px;
    font-weight: 400;
}
.invis05 h2 span {
    color: #cb9d6c;
    font-weight: 700;
}
.invis05 > div > p {
    font-size: 24px;
    font-weight: 400;
    line-height: 44px;
    margin: 76px auto 106px;
}
.invis05 > div > p span {
    color: #cb9d6c;
    font-weight: 700;
}
.invis05_con {
    display: flex;
    align-items: center;
    justify-content: center;
}
.invis05 h5 {
    font-size: 46px;
    font-weight: 400;
    line-height: 66px;
    margin: 121px auto 76px;
}
.invis05 h5 span {
    color: #cb9d6c;
    font-weight: 700;
}
.invis05 > div > span {
    font-size: 24px;
    font-weight: 400;
    border-bottom: 1px solid #707070;
    padding-bottom: 13px;
}
.invis05_con > div {
    background-color: rgba(240, 241, 243, 0.8);
    width: 400px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    border-radius: 14px;
    padding: 0px 30px 43px;
}
.invis05_con02 {
    margin: 0px 60px;
}
.invis05_con p {
    font-size: 16px;
    font-weight: 300;
    opacity: 0.5;
}
.invis05_con h4 {
    font-size: 24px;
    font-weight: 400;
    margin: 21px auto 9px;
}
.invis05_line {
    width: 100%;
    height: 1px;
    background-color: #cb9d6c;
    opacity: 0.6;
    margin-top: 19px;
}
.invis05_con h3 {
    font-size: 36px;
    font-weight: 400;
    position: relative;
}
.invis05_con span {
    font-size: 70px;
    font-weight: 700;
    color: #cb9d6c;
    margin-right: 20px;
}
/* .invis05_con02 .number {
    color: #222;
} */
.invis05_con img {
    position: absolute;
    right: 17px;
    top: 0px;
}
.invis05_con03 img {
    right: 95px;
}

/* invis06 */
.invis06 {
    text-align: center;
    padding-top: 209px;
    color: #222;
    background-color: #fff;
}
.invis06 h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 66px;
    margin-bottom: 92px;
}
.invis06 h2 span {
    font-weight: 700;
    color: #cb9d6c;
}
.invis06_con {
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.invis06_con a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 302px;
}
.invis06_con a h4 {
    font-size: 20px;
    font-weight: 400;
    color: #222;
    line-height: 40px;
}
.invis06_con a span {
    font-size: 30px;
    font-weight: 700;
}
.login_wrap {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}
.login_wrap.active {
    display: block;
}

/* invis07 */
.invis07 {
    background-image: url(../img/sub/invis07.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 217px;
    padding-bottom: 165px;
    text-align: center;
    color: #fff;
}
.invis07 > h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 66px;
    color: #222;
}
.invis07 h2 span {
    color: #cb9d6c;
    font-weight: 700;
}
.invis07 > p {
    font-size: 18px;
    font-weight: 400;
    margin: 24px auto 79px;
    opacity: 0.3;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #222;
}
.invis07_ast {
    animation: invis07 10s linear infinite;
}
@keyframes invis07 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(30px);
    }
    100% {
        transform: translateY(0px);
    }
}
.invis07_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 254px auto 110px;
    text-align: left;
}
.invis07_title h3 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 67px;
}
.invis07_title h3 span {
    color: #ffc98f;
    font-weight: 700;
}
.invis07_title h3 small {
    font-weight: 100;
}
.invis07_title p {
    font-size: 24px;
    line-height: 44px;
    font-weight: 400;
}
.invis07_con {
    position: relative;
    border: 1px solid #cb9d6c;
    border-radius: 20px;
    padding: 94px 0px 97px;
    background-color: #4a4a4a;
    margin-top: 157px;
    display: none;
}
.invis07_con > img {
    position: absolute;
    top: -33px;
    left: -51px;
}
.invis07_con h2 {
    font-size: 48px;
    font-weight: 400;
}
.invis07_con h2 span {
    color: #ffc98f;
    font-weight: 700;
}
.invis07_con > p {
    font-size: 18px;
    font-weight: 400;
    margin: 11px auto 71px;
    opacity: 0.3;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.invis07_con > div {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.invis07_con > div > img {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
}
.invis07_txt {
    padding-left: 67px;
}
.invis07_txt p {
    text-align: left;
    margin-bottom: 48px;
    font-size: 24px;
    line-height: 44px;
    font-weight: 400;
}
.invis07_txt p span {
    color: #ffc98f;
}

/* invis08 */
.invis08 {
    background-image: url(../img/sub/invis08_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 181px;
    text-align: center;
    color: #fff;
}
.invis08 h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 66px;
}
.invis08 h2 span {
    color: #ffe2c2;
}
.invis08 > div > p {
    font-size: 18px;
    font-weight: 400;
    margin: 24px auto 51px;
    opacity: 0.3;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.invis08_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 52px;
}
.invis08_con > div {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    max-width: 454px;
    width: 100%;
    height: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.invis08_con > div:hover {
    background-color: rgba(163, 106, 65, 0.6);
}
.invis08_con > img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.invis08_con > img:first-child {
    left: 31%;
}
.invis08_con > img:last-child {
    right: 31%;
}
.invis08_line {
    width: 340px;
    height: 1px;
    background-color: #fff;
    margin: 46px auto 28px;
}
.invis08_con span {
    font-size: 18px;
    font-weight: 300;
    transition: all 0.2s;
}
.invis08_con > div:hover span {
    color: #ffc98f;
}
.invis08_con h3 {
    font-size: 38px;
    font-weight: 700;
    color: #ffe2c2;
    margin: 41px auto 13px;
}
.invis08_con p {
    font-size: 24px;
    font-weight: 500;
}
.invis08_txt {
    padding: 71px 0px;
    border-top: 1px solid #fff;
    backdrop-filter: blur(6px);
    background-color: rgba(234 193 150 / 30%);
    margin-top: 114px;
}
.invis08_txt > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.invis08_txt h4 {
    display: inline-block;
    border: 2px solid #cb9d6c;
    border-radius: 20px;
    line-height: 80px;
    width: 710px;
    color: #222;
    background-color: #fff;
    font-size: 28px;
    font-weight: 500;
}
.invis08_txt h4 span {
    color: #cb9d6c;
}
/* invis09 */
.invis09 {
    display: flex;
    align-items: center;
}
.invis09 > div {
    width: 50%;
    position: relative;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.invis09 > div::after {
    /* content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    transition: all 0.2s; */
}
.invis09 > div:hover::after {
    /* opacity: 0; */
}
.invis09 video {
    width: auto;
    height: 100%;
}

/* invis10 */
body {
    overflow: visible;
}
.invis10 {
    background-image: url(../img/sub/implant07_bg.jpg);
    background-attachment: fixed;
    background-size: contain;
    padding-top: 193px;
    position: relative;
    text-align: center;
    color: #fff;
    border-top: 1px solid #707070;
    color: #222;
}
.invis10 > div {
    margin-bottom: -220px;
}
.invis10::after {
    content: '※ 더서울치과의원 의료법을 준수하며 위 케이스는 실제 환자의 동의를 얻은 사례로 치료 전, 후가 동일한 환경에서 촬영되었습니다.\A환자 케이스에 따라 부작용이 발생할 수 있으며, 이 부분은 의료진의 충분한 상담과 체크를 통해 예방하고 줄일 수 있습니다.';
    display: flex;
    white-space: pre;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(34, 34, 34, 0.6);
    position: sticky;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 446px;
    align-items: flex-end;
    padding-bottom: 110px;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #cb9d6c 100%);
}
.invis10 > p {
    /* font-size: 14px;
    font-weight: 400;
    opacity: 0.6;
    line-height: 20px;
    margin-top: 240px; */
    display: none;
}
.invis10 h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 66px;
}
.invis10 h2 span {
    font-weight: 700;
    color: #cb9d6c;
}
.invis10 > div > p {
    font-size: 24px;
    font-weight: 400;
    line-height: 44px;
    margin: 66px auto 143px;
}

/* invis11 */
.invis11 {
    background-image: url(../img/sub/invis11_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-top: 213px;
}
.invis11 > img {
    animation: implant 10s linear infinite;
}
@keyframes implant {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(30px);
    }
    100% {
        transform: translateY(0px);
    }
}
.invis11 h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 66px;
    margin-bottom: 73px;
}
.invis11 h2 span {
    color: #ffc98f;
    font-weight: 700;
}
.invis11 h3 {
    font-size: 32px;
    font-weight: 400;
    margin: 45px auto 52px;
}
.invis11 h3 span {
    color: #ffc98f;
}
.invis11 > p {
    font-size: 24px;
    font-weight: 300;
    line-height: 44px;
}
.invis11 > h4 {
    display: inline-block;
    line-height: 74px;
    border: 2px solid #ffc98f;
    border-radius: 20px;
    margin: 146px auto 27px;
    padding: 0px 72px;
    font-size: 36px;
    font-weight: 400;
    display: none;
}

.invis11_count {
    display: none;
    align-items: flex-end;
    justify-content: center;
}
.invis11_count > img {
    margin-right: 32px;
}
.invis11_count p {
    font-size: 44px;
    font-weight: 400;
}
.invis11_count > div {
    padding-bottom: 30px;
}
.invis11_count > div img {
    animation: count 3s linear infinite;
}
@keyframes count {
    0% {
        transform: translateY(30px);
        opacity: 1;
    }
    100% {
        transform: translateY(-15px);
        opacity: 0;
    }
}
.invis11_txt {
    width: 100%;
    padding: 84px 0px;
    border-top: 1px solid rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 194px;
}
.invis11_txt > div {
    padding-left: 47px;
}
.invis11_txt h4 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 51px;
}
.invis11_txt h4 span {
    color: #ffc98f;
}
.invis11_txt p {
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}

/* invis12 */
.invis12 {
    background-image: url(../img/sub/implant10_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 184px;
    padding-bottom: 212px;
    overflow: hidden;
    color: #fff;
}
.invis12_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 64px;
}
.invis12_txt h2 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 11px;
}
.invis12_txt h2 span {
    font-weight: 700;
}
.invis12_txt p {
    font-size: 18px;
    font-weight: 400;
    opacity: 0.3;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.invis12_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 138px;
    width: 100%;
}
.invis12_nav > div {
    transform: rotate(180deg);
    cursor: pointer;
}
.invis12_swiper {
    width: 100%;
}
.invis12_swiper .swiper-slide > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.invis12_swiper .swiper-slide > div > div {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.invis12_swiper .swiper-slide > div > div > span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    text-align: center;
    width: 240px;
    line-height: 50px;
    font-size: 26px;
    font-weight: 700;
    border-radius: 20px 20px 0px 0px;
    background-color: #444444;
}
.invis12_swiper .swiper-slide .bna_a span {
    background-color: #cb9d6c;
}
.bna_b > img {
    opacity: 0.2;
}
.bna_b > img.login {
    opacity: 1;
}
.bna_b a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    padding: 20px 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 302px;
}
.bna_b a h4 {
    font-size: 20px;
    font-weight: 400;
    color: #222;
    line-height: 40px;
}
.bna_b a span {
    font-size: 30px;
    font-weight: 700;
}
.bna_top {
    margin-bottom: 50px;
}
.bna_date {
    display: flex;
    align-items: center;
    margin-top: 36px;
}
.bna_date p {
    font-size: 22px;
    font-weight: 400;
    width: 50%;
    text-align: center;
}
.invis12 h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 49px 0px;
    background-color: rgba(240, 241, 243, 0.2);
    border-radius: 20px;
    margin-top: 68px;
}
