@charset "utf-8";
@import url(../../fonts/NotoSansCJK/NotoSansCJK.css);
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/* CSS Reset */
html, body, div , span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%;}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {
    font-family: "Noto Sans KR";
    font-size: 16px;
    color: #1F1F1F;
    min-height: 80vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
    -webkit-touch-callout:none;
}
ol, ul, li {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
address {font-style: normal;}
a {color: #333; text-decoration: none;}
img {border: 0; /*vertical-align: top;pointer-events : none;*/}

.hidden { display: none;}

button {
    background:transparent;
    cursor:pointer;
    border:0;
    padding:0;
}

html, body{
    -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
    -ms-text-size-adjust : none;  /* IE */
    -moz-text-size-adjust : none;  /* 파이어폭스 */
    -o-text-size-adjust : none;  /* 오페라 구버전 */
}

ul,
ol,
li {
    list-style: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

img {
    max-width: 100%;
}

.text-center {
    text-align: center
}

#gnb_wrap {
    max-width:800px !important;
}

/* content */
#landing_container {
    width: 100%;
    box-sizing: border-box;
}

.review{
    position:relative;
    background:#2464E6;        
    padding:0;
    width: 800px;
    height: 1056px;    
    box-sizing: border-box;
    
}
.review .review_content{            
    text-align: center;    
    position: relative;    
    top: 100px;
}
.review .review_section{
    text-align: center;
    position: relative;    
    width: 800px;        
    margin-bottom:350px;   
    overflow: hidden;
}

.review .review_section .swiper-wrapper li{
    top: 150px;   
}

.review .review_section ul li img{
    display: block;
    margin:auto;
    width: 625px;   
}

.review .swiper-button-prev {
    position:absolute;
    top:calc(50% + 45px);
    left:-5px;
    transform: translateY(-50%);
    width:80px;
    height:80px;
    border:50%;
    cursor: pointer;
    
}
.review .swiper-button-next {
    position:absolute;
    top:calc(50% + 45px);
    right:5px;
    transform: translateY(-50%);
    width:80px;
    height:80px;
    border:50%;
    cursor: pointer;
}

.review .review_section .swiper-slide{
    opacity: 0 !important;
}
.review .review_section .swiper-slide-active{
    opacity: 1 !important;
}

.review .review_section .swiper-pagination {    
    margin-bottom:250px;  
}
.review .review_section .swiper-pagination-bullet {    
    margin: 0 10px !important;
    width: 12px; 
    height: 12px;       
    background: #FFFFFF;
}

.container_wrap {
    width:100%;
    max-width: 800px;
    margin: 0 auto;
    background: #FFFFFF;
}
.intro {
    text-align: center;
    position: relative;
}

.intro .tspan1 {
    position:absolute;
    top:865px;
    left:60px;
    font-size:90px;
    color:#FFFFFF;
    font-weight:600;
    letter-spacing:30px;
}

.intro .tspan2 {
    position:absolute;
    top:865px;
    left:243px;
    font-size:90px;
    color:#FFFFFF;
    font-weight:600;
    letter-spacing:30px;
}

.intro .tspan3 {
    position:absolute;
    top:865px;
    left:425px;
    font-size:90px;
    color:#FFFFFF;
    font-weight:600;
    letter-spacing:30px;
}

.intro .tspan4 {
    position:absolute;
    top:865px;
    left:605px;
    font-size:90px;
    color:#FFFFFF;
    font-weight:600;
    letter-spacing:30px;
}

.content .sale_section01 {
    height: 3060px;
    background: #E4F0FF;
}

.content .sale_section02 img{
    margin-top:-60px;
    margin-bottom:50px;
}

.input_container{
    width: 661px;
    margin: 0 auto;
    background:transparent;
    padding: 0;
    box-sizing: border-box;
}

.input_container p{        
    margin-top:10px;
    margin-bottom:30px;   
    text-align: center;
}

.input_wrap{
    margin: 0 auto;
}
.input_wrap > *{
    margin:0 auto;
}

.input_wrap .line01{
    margin-top:30px;
    margin-bottom:44px;
    width:100%;
    height:1px;
    background:#000;
    display:block;
}
.text_label a {
    border-radius: 50px !important;
}

.result_btn{
    margin-top:20px;
}

.etc_container{
    width:100%;
    position:relative;
}
.etc_container > div{
    text-align: center;
}

.move_btn{
    display:none;
    cursor:pointer;
    position:sticky;
    background: linear-gradient(90deg, #F32B10 42.71%, #FF045E 100%);
    bottom:0;
    margin:0 auto;    
    font-family: "Noto Sans CJK KR";
    font-size: 52px;
    line-height: 64px;
    font-weight: 700;
    letter-spacing: -4px;
    z-index:100;
    width:800px;
    height:120px;
    text-align: center;
    color:#FFFFFF;
}

.content-text {font-family: 'Pretendard'; height:450px; background: url('./images/main_footer.jpg') no-repeat; padding:100px 0; font-size:45px; color:#fff;}
.st-b {color:#bce7ff; font-weight: 700;}
.st-y {color:#ffff99; font-weight: 700;}

.duplicate {text-align: right;margin:10px 0;color:#0a68cc;font-size: 23px;}
.etc {text-align:center; margin:10px 0;}
.etc1_chk {margin:90px 60px;}
.etc1_chk  ul {display: flex; flex-wrap: wrap; gap: 10px;}
.etc1_chk  ul li {border: 1px solid #bdbdbd;border-radius:10px;height: 190px;width: calc(50% - 7px);overflow: hidden;}
.etc1_chk  ul li label {display:block;width:100%;height:100%;display: flex;align-content: center;flex-wrap: wrap;align-items: center;justify-content: center;font-size: 45px;font-family: 'Pretendard';font-weight: 800;color: #282828;}
.etc1_chk  ul li input[type='checkbox']:checked + label {background:#0c82fe; color:#fff;}
.etc1_chk  ul li input[type='checkbox'] {display:none;}
.sm-text {font-size: 25px;}
#section01-btn {width:100%; height:150px; color:#fff; background:#222; text-align: center; font-size:45px;}

.etc2_chk {margin:90px 60px;}
.etc2_chk  ul {display: flex; flex-wrap: wrap; gap: 10px;}
.etc2_chk  ul li {border: 1px solid #bdbdbd;border-radius:10px;height: 190px;width: calc(33% - 7px);overflow: hidden;}
.etc2_chk  ul li label {display:block;width:100%;height:100%;display: flex;align-content: center;flex-wrap: wrap;align-items: center;justify-content: center;font-size: 45px;font-family: 'Pretendard';font-weight: 800;color: #282828;text-align: center;}
.etc2_chk  ul li input[type='radio']:checked + label {background:#0c82fe; color:#fff;}
.etc2_chk  ul li input[type='radio'] {display:none;}

.etc3_chk {margin:90px 60px;}
.etc3_chk  ul {display: flex; flex-wrap: wrap; gap: 10px;}
.etc3_chk  ul li {border: 1px solid #bdbdbd;border-radius:10px;height: 190px;width: calc(50% - 7px);overflow: hidden;}
.etc3_chk  ul li label {display:block;width:100%;height:100%;display: flex;align-content: center;flex-wrap: wrap;align-items: center;justify-content: center;font-size: 45px;font-family: 'Pretendard';font-weight: 800;color: #282828;text-align: center;}
.etc3_chk  ul li input[type='radio']:checked + label {background:#0c82fe; color:#fff;}
.etc3_chk  ul li input[type='radio'] {display:none;}

.popup-banner {margin:50px auto 100px;text-align: center}
.dim {position:fixed; left:0; top: 0; width: 100%; height: 100%; background-color: rgb(0 0 0 / 45%); z-index: 10000;}
.popup {
    background: #fff;
    position: fixed;
    padding: 80px 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 740px;
    border-radius: 20px;
    box-sizing: border-box;
}
.close {
    position: absolute;
    right: 5%;
    top: 5%;
}

.action_btn {margin:70px auto; display: block}
.head-bar {font-size:40px; text-align:center; margin:20px 0;}

/* -- S  --*/
.check_list {
    display: flex;
    gap: 20px;
    flex-direction: row;
    margin: 38px auto;
    flex-wrap: wrap;
    justify-content: center;
    /*padding-bottom:20px;*/
}

.check_list li {
    width: 330px;
    height: 117px;
    position: relative;
}

.section_02  .check_list li, .section_03  .check_list li {
    width: 232px;
    height: 117px;
    position: relative;
}


.check_list li label {
    width: 100%;
    height:100%;
    background: #ffffff;
    border: 2px solid #e9e9e9;
    border-radius: 25px;
    display: block;
    line-height: 40px;
    box-sizing: border-box;
    position: relative;
    /*box-shadow: 3px 3px 5px 3px #ceeaf4;*/
    padding-left: 68px;
    /* padding: 36px 37px; */
    box-sizing: border-box;
    display: block;
    cursor: pointer;
}

/* 포커스 시 플레이스홀더 색상 변경 */
input[type='text']:focus::placeholder,
input[type='number']:focus::placeholder {
    color: #7998D8;
}

input[type='text'], input[type='number']  {
    background: #FFFFFF;
    border: 2px solid #e9e9e9 !important;
}

input[type='text']:focus, input[type='number']:focus,
input.hasVal {
    border: 2px solid #0046DD !important;
    background-color: #DFE6F6;
    color: #0046DD;
    outline: transparent;
}


/* checkbox */
.check_list li input[type=checkbox]:checked+label {

    border: 2px solid #007cff !important;
    color:#333;

}

.chk_wrap .check_list input[type=checkbox] {
    content: "";
    width: 0;
    height: 0;
    line-height: 120px;
    background:#FFFFFF;
    border: 1px solid #e9e9e9;
    vertical-align: middle;
    position: absolute;
    top: 42px;
    z-index: 10;
    left: 13px;
}

.chk_wrap .check_list input[type=checkbox]:after {
    content: "";
    width: 38px;
    height: 38px;
    /* line-height: 95px; */
    background:#FFFFFF;
    /* border: 1px solid #000000; */
    vertical-align: middle;
    z-index: 10;
    background: url("images/chk_off.png") no-repeat 0 0;
    display: block;
    position: absolute;
    top: -4px;
}

.chk_wrap .check_list input[type=checkbox]:checked:after {
    content: "";
    width: 38px;
    height: 38px;
    /* line-height: 95px; */
    background:#FFFFFF;
    /* border: 1px solid #000000; */
    vertical-align: middle;
    z-index: 10;
    background: url("images/check.png") no-repeat 0 0;
    display: block;
    position: absolute;
    top: -4px;
}

/*.check_list li:nth-child(1) label {*/
/*    background: url('images/chk_off.png') no-repeat 0 0;*/
/*}*/

/*.check_list li:nth-child(2) label {*/
/*    background: url('images/chk_off.png') no-repeat 0 0;*/
/*}*/

/*.check_list li:nth-child(3) label {*/
/*    background: url('images/chk_off.png') no-repeat 0 0;*/
/*}*/

/*.check_list li:nth-child(4) label {*/
/*    background: url('images/chk_off.png') no-repeat 0 0;*/
/*}*/

/* 라디오 버튼 초기화*/
.section.sectionChk input[type=radio] {
    content: "";
    width: 34.2px;
    height: 34.2px;
    line-height: 120px;
    background:#FFFFFF;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    vertical-align: middle;
    position: absolute;
    top: 42px;
    z-index: 10;
    left: 13px;
    background-image: url("images/chk_off.png") ;
}


.check_list li span {
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 114px;
    vertical-align: middle;
}

.container {
    background: #080A11;
    padding-bottom: 40px;
}

.implant_info {
    display: flex;
    flex-wrap: wrap;
    top: 668px;
    position: absolute;
    gap: 23px;
    margin-left: 50px;
}

/*.implant_info {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    top: 668px;*/
/*    position: absolute;*/
/*    gap: 20px;*/
/*    margin-left: 50px;*/
/*}*/

/*.implant_info02 {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    top: 928px;*/
/*    position: absolute;*/
/*    gap: 20px;*/
/*    margin-left: 50px;*/
/*}*/


.privacy_wrap input[type='checkbox']:checked,
.privacy_wrap_single input[type='checkbox']:checked{
    background-color:#080A11;
}

.fixed {
    position: sticky;
    bottom: 0;
    z-index: 100;
    cursor: pointer;
}

.time {
    position: absolute;
    top: -28px;
    left: calc(50% - 166px);
}

.time-box {
    position: absolute;
    top:-30px;
    /*border: 3px solid red;*/
    /*border-radius: 40px;*/
    padding:10px 32px;
    /*background: #fff;*/
    left: calc(50% - 143px);
    font-size:28px;
    font-weight: bold;
    color: #333;
    letter-spacing: -0.5px;
}
/*
#time-span, #time-span2 {
    color: #ff0000;
}
*/

.implant_info img {
    cursor: pointer;
}



@media (max-height: 800px) {
    .fixed-mobile {
        display: none;
    }
}

.pr {
    position:relative;
}

.pa {
    position:absolute;
}

.rimg {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: auto;
    max-width: 100%;
}

.sex_ul > li > label:has(> input[type="radio"]:checked) {
    background-color: #DFE6F6;
    color:#000;
}