@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;
}
ul,
ol,
li {
    list-style: none;
}

select,
a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

a [href^=tel_1] {
    text-decoration: inherit;
    color: inherit;
}

input[type="button"],
button {
    background:transparent;
    cursor:pointer;
    border:0;
    padding:0;
}

#gnb_wrap{
    max-width:800px !important;
}

.landing_container {
    width: 100%;
    box-sizing: border-box;
}

.container_wrap {
    width: 800px;
    margin: auto;
    background: #FFF;
    text-align: center;
}

.container_wrap .top_img{
    position: -webkit-sticky;
    position:sticky;
    top: 0;
    z-index:10000;
}

.container_wrap .intro .btn_choice {
    position: -webkit-sticky;
    position:sticky;
    bottom: 0;
    z-index:10000;
    background-color: rgb(0 0 0 / 80%);
    padding:15px 0;
    text-align:center;
}

/* 기존 radio */
/*
.container_wrap .intro .container_radio {    
    font-size: 26px;
    vertical-align: middle;
    margin-top:25px;
    color: #000000;
    font-style: normal;    
   
}
.container_wrap .intro .container_radio label{        
    padding: 13px;   
}

.container_wrap .intro .container_radio input{    
    width: 25px;
    height: 25px;
}
 */
/* 기존 radio// */

.check_list {
    display: flex;
    gap: 20px;
    flex-direction: row;
    /*margin: 50px auto;*/
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom:50px;
}

.check_list li {
    width: 326px;
    height: 117px;
    position: relative;
}

.container_wrap .intro input[type=radio] {
    width: 32px;
    height: 32px;
    line-height: 120px;
    background:#FFFFFF;
    border-radius: 50%;
    border: 2px solid #E9E9E9;
    vertical-align: middle;
    position: absolute;
    top: 42px;
    z-index: 10;
    left: 13px;
    appearance: none;
}

.check_list li label {
    width: 100%;
    height:100%;
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid #E9E9E9;
    border-radius: 15px;
    display: block;
    line-height: 40px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 0px 0px 0px #fafafa;
    padding-left: 40px;

    box-sizing: border-box;
    display: block;
    cursor: pointer;
    text-align : left;
}


.check_list li span {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 114px;
    vertical-align: middle;
    color: #000000;
    margin-left: 22px;
}
.container_wrap .intro input[type=radio]:checked {
    box-shadow: 0 0 0 1px #3A9AFF;
    border: 5px solid #ffffff;
    background-color: #3A9AFF;
}

.check_list input[type=radio]:checked + label {
    border: 4px solid #3A9AFF;
}

.hidden {
    display: none;
}

.fixed {
    position: fixed;
    bottom: 0
}

.section {
    position: relative;
}

img{
    -webkit-user-drag: none;
}

.section > img,
.request .request_info img,
.action_btn img,
.etc_info img{
    margin:auto;
    display:block;
}

.main-img {
    margin-bottom:45px;
}

.request{
    background: #e2f2ff;
}
.request .bill_div{
    width: 800px;
    height: 1174px;
    flex-shrink: 0;   
}
.request .bill_div .bill_div_wrap img{
    margin-top:100px;
}
.request .bill_div .re-btn img{
    margin-top:50px;
}
.request .bill_div .photo_title img{
    margin-top:-50px;
}

.request .bill_div .photo{
    text-align: center;
    width: 800px;    
    height: 825px;
    position: relative;    
}
.request .bill_div .photo .photo_wrap{
    text-align: center;
    position: relative;
    width: 800px;      
    margin-bottom:350px;
    overflow: hidden;
}

.request .bill_div .photo .photo_wrap ul li img{
    display: block;
    margin:auto;
    width: 680px;   
    margin-top:30px;
}

.request .bill_div .photo .swiper-button-prev {
    position:absolute;
    top:250px;
    left:-10px;
    transform: translateY(-50%);
    width:80px;
    height:80px;
    border:50%;
    cursor: pointer;    
    color:#FFF;
}
.request .bill_div .photo .swiper-button-next {
    position:absolute;
    top:250px;
    right:-10px;
    transform: translateY(-50%);
    width:80px;
    height:80px;
    border:50%;
    cursor: pointer;
    color:#FFF;
}
.request .input_container{
    position: relative;
    padding:0 50px;
    box-sizing:border-box;
}
.request .input_container input[type=text],
.request .input_container input[type=number]{
    width:100%;
    padding:34.47px;
    font-weight: 400;
    font-size: 36.6255px;
    line-height: 50px;
    align-items: center;
    background: #FFFFFF;
    border: 2.15444px solid #E9E9E9;
    border-radius: 12.9267px;
    margin-bottom:12.93px;
    color: #313131;
}
/* 개인정보 */
.request .input_container .privacy{
}
.request .input_container .privacy .text_label{
    margin-top:10.71px;
    margin-bottom:0;
}
.request .input_container .privacy .text_label:first-of-type{
    margin-top:0;
    padding-bottom:10.71px;
    border-bottom: 1.78px solid #E0E0E0;
}

.request .input_container .privacy .text_label > *{
    font-style: normal;
    font-weight: 400;
    font-size: 23.6923px;
    line-height: 32px;
    letter-spacing: -2.15385px;
    color: #454545;
}
.request .input_container .privacy .text_label > input[type="checkbox"]{
    width:33.38px;
    height:33.38px;
}
.request .input_container .privacy .text_label:first-of-type > *{
    font-weight: 400;
    font-size: 34.4615px;
    line-height: 47px;
    vertical-align: middle;
}
.request .input_container .privacy .text_label:first-of-type > input[type="checkbox"]{
    width:40.92px;
    height:40.92px;
}
.request .input_container .privacy .text_label > a{
    background: #FFFFFF;
    border: 1.61538px solid #A6A6A6;
    box-shadow: 0px 2.15385px 1.07692px rgba(44, 39, 56, 0.04);
    border-radius: 53.8462px;
    padding:6.04px 21.54px !important;    
    font-style: normal;
    font-weight: 400;
    font-size: 18.3077px;
    line-height: 25px;
    letter-spacing: -1.07692px;
    color: #272727;
    margin-top:2px !important;
}
.request .input_container .request_title img{
    margin-top:100px;
    margin-bottom:80px
}

.request .input_container .request_info img{
    margin-top:-25px;
}
.request .input_container .popup-banner img{
    margin-top:-60px;
    margin-bottom:85px
}

.request .input_container .action_btn{
    background:transparent;
    margin-top:54px;
    cursor:pointer;
    margin-bottom:100px
}


.price {
    position: absolute;
    top: 403px;
    font-family: 'S-Core Dream';
    font-style: normal;
    font-weight: 800;
    font-size: 130px;
    line-height: 188px;
    letter-spacing: -0.02em;
    color: #474EFA;
    width: 100%;
    text-align: center;
}

.re-btn {
    position: absolute;
    top: 925px;
    left: 50%;
    transform: translateX(-50%);
}



/* chk box 영역 */
.chk_box{position: absolute;/* top: 0; */width: 100%;}

.chk_box input[type="checkbox"],
.chk_box label{
    cursor: pointer;
}

.chk_div {
    position: absolute;
    z-index: 1;
}


.chk1 {
    top: 60px;
    left: 645px;
}
.chk2 {
    top: 59px;
    left: 40px;
}
.chk3 {
    left: 645px;
    top: 300px;
}


.chk1::after {
    content: "";
    background-repeat: no-repeat;
    background-image: url('./images/chk1_line.png');
    position: absolute;
    width: 157px;
    height: 31px;
    left: -157px;
    top: 60px;
}

.chk2::after {
    content: "";
    background-repeat: no-repeat;
    background-image: url('./images/chk2_line.png');
    position: absolute;
    width: 164px;
    height: 162px;
    right: -164px;
    top: 60px;
    z-index: -1;
    pointer-events:none;
}

.chk3::after {
    content: "";
    background-repeat: no-repeat;
    background-image: url('./images/chk3_line.png');
    position: absolute;
    width: 153px;
    height: 78px;
    left: -157px;
    top: 60px;
}


.chk_box input[type='checkbox'], #all_chk{

width: 30px;

height: 30px;
}

.chk_box label, #all_chk + label{

color: #474EFA;

font-weight: bold;

font-family: 'S-Core Dream';

display: block;

padding: 5px 0;

font-size: 35px;
}

#all_chk + label {
    display:inline-block;
    padding-left:10px;
}

.chk_text {
font-size:28px;
color: #333;
}

.twentytwenty-overlay:hover {
    background:transparent !important;
}


.twentytwenty-handle {
    z-index: 80 !important;
}

.twentytwenty-wrapper, .twentytwenty-container{
 min-height: 500px;
}

.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: 800px;
    border-radius: 20px;
    box-sizing: border-box;
}
.close {
    position: absolute;
    right: 5%;
    top: 5%;
}
.action_btn {margin:50px auto; display: block}

#name {
    width : 64%;
}

select#age{
    width : 35%;
    height:96px;
    padding: 20px 0 20px 15px;
    border: 2.15444px solid #E9E9E9;
    border-radius: 12px;
}

#age:focus {
    border: 2px solid #1A20DC !important;
    outline: transparent;
}

/******************개인정보처리방침*******************/
.privacy_wrap, .privacy_wrap_single {
    padding: 30px;
    border: 2.15444px solid #E9E9E9;
    border-radius: 12px;
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 50px;
    text-align: left;
    background: #fff;
    color: #000;
}
