@charset "utf-8";
@import url(../../fonts/NotoSansCJK/NotoSansCJK.css);

/* ------ common ------ */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    font-family: "Noto Sans KR";
    color: #333333;
    -webkit-text-size-adjust : none;
    -ms-text-size-adjust : none;
    -moz-text-size-adjust : none;
    -o-text-size-adjust : none;
}

html, body {
    height:100%;
    max-height:100vh;
}

ul,
ol,
li {
    list-style: none;
}

select,
a {
    color: #000;
    text-decoration: none;
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

/* .header_wrap .header {
    min-width:800px !important;
} */

#gnb_wrap{
    max-width:800px !important;
}

#landing_container {
    width: 100%;
    box-sizing: border-box;
}

.container {
    position: relative;
}

.container_wrap {
    width: 800px;
    max-width:800px;
    margin: auto;
    position:relative;
    background:#FFF;
    box-sizing:border-box;
    padding-bottom:140px;
}
.hidden{
    display:none;
}

.section_title,
.section_content{
    text-align: center;
}

.section{
    padding:142px 0 126px;
    box-sizing: border-box;
}

.section01 .section_title,
.section04 .section_title{
    margin-bottom:40px;
}

.section01{
    background:#FFF;
}
.section01 .section_content .twentytwenty-horizontal .twentytwenty-handle:before{
    bottom:65%;
}
.section01 .section_content .twentytwenty-horizontal .twentytwenty-handle:after{
    top:65%;
}
.section01 .section_content .twentytwenty-handle{
    width:60px;
    height:60px;
}
.section01 .section_content .twentytwenty-left-arrow {
    border: 7px inset transparent;
    border-right:11px solid #FF8358;
    margin-left: -23px;
}
.section01 .section_content .twentytwenty-right-arrow {
    border: 7px inset transparent;
    border-left:11px solid #FF8358;
    margin-right: -23px;
}
.section01 .section_content .twentytwenty-handle{
    background:#FFF;
}
.section01 .section_content p{
    font-weight: 400;
    font-size: 38px;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px;
    color: #212121;
    margin:47.67px auto 0;
}

.section02{
    background: #FFF6F0;
}

.section03 .section_title{
    margin-bottom:29.2px;
}
.section03 .section_content > p{    
    font-weight: 400;
    font-size: 38px;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px;
    color: #212121;
    margin-bottom:55px;
}
.section03 .section_content > ul{
    padding:0 53px;
    box-sizing: border-box;
    margin-bottom:14px;
}
.section03 .section_content > ul > li{
    display:block;
    padding:0;
    margin-top:59.92px;
}
.section03 .section_content > ul > li:first-child{
    margin-top:0;
    overflow: hidden;
    margin:auto;
}
.section03 .section_content > ul > li:first-child .swiper-wrapper{
    height:428px;
}
.section03 .section_content .content_info{
    text-align: center;
}
.section03 .section_content .content_info p {font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    letter-spacing: -2px;
    color: #1E1E1E;
    margin-bottom:52px;
}

.section04{
    background: #DEF1FF;
    padding-bottom:0;
}
.section04 .section_title{
    margin-bottom:40px;
}
.section04 .section_content ul{
    padding:0 54px 60px 50px;
    box-sizing: border-box;
    min-height:831px;
}
.section04 .section_content ul li{
    width:100%;
    margin-top:15px;
    text-align: right;
}
.section04 .section_content ul li.flash_msg{
    display:none;
}
.section04 .section_content ul li:first-child{
    margin-top:0;
}
.section04 .section_content ul li.on{
    display:block;
}

.section05 {
    background:#FFF6F0;
    padding:142px 0 0;
}
.section05 .section_title{
    margin-bottom:54px;
}

.info_text span {
    text-align: left;
    margin-top: 20px;
    font-weight: 500;
    font-size: 18.5px;
    line-height: 20px;
    letter-spacing: -0.04em;
    color: #FF0000;
    display: block;
}

.view_btn{
    position:fixed;
    bottom:0;
    cursor: pointer;
    z-index:10;
}

.request{
    position:fixed;
    bottom:0;
    width:100%;
    max-width:800px;
    background:#FFF;
    z-index:10000;
}
.request .input_container{
    padding-top:70px;
    box-sizing: border-box;
}
.request .input_container .request_title{
    text-align: center;
    font-family: "Noto Sans CJK KR";
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 64px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #000000;
}
.request .input_container .input_wrap{
    margin-top:60px;
    padding:0 50px;
    box-sizing: border-box;
}

#applicant_frm .request .input_container .input_wrap #name,
#applicant_frm .request .input_container .input_wrap #tel_1,
#applicant_frm .request .input_container .input_wrap #age,
#applicant_frm .request .input_container .privacy{
    border: 2px solid #E9E9E9 !important;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 5%);
}

#name {
    width: calc(100% - 240px) !important;
}

input[type=text]:focus,
select:focus {
    border: 2px solid #6B53FF !important;
    outline: none;
}

#name:focus,
select:foucs {
    border: 2px solid #6B53FF !important;
}
#applicant_frm .request .input_container .input_wrap select{
    appearance: none;
    background:url('./images/dropdown_icon.png') no-repeat center right 30px rgba(255, 255, 255, 0.75);
}
#age {
    width: 225px !important;
    margin-bottom: 15px;
    font-family: "Noto Sans KR";
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-size:32px !important;
    margin-left: 9px;
    cursor: pointer;
}

/* 개인정보 */
.request .input_container .privacy{
    margin:0 50px 50px;
    background: #FFFFFF;
    border: 1px solid #A6A6A6;
    border-radius: 12px;
    padding:40px 28px 50px;
    box-sizing: border-box;
}
.request .input_container .privacy .text_label{
    margin-top:15px;
    margin-bottom:0;
}
.request .input_container .privacy .text_label:first-of-type{
    margin-top:0;
    padding-bottom:11px;
    border-bottom: 2px 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:33px;
    height:33px;
    border-color:#E9E9E9;
    margin-right:8px;
}
.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:40px;
    height:40px;
    margin-left:0;
    margin-right:3px;
}
.request .input_container .privacy .text_label > a{
    background: #FFFFFF;
    border: 1.5px solid #A6A6A6;
    box-shadow: 0px 2.15385px 1.07692px rgba(44, 39, 56, 0.04);
    border-radius: 53.8462px;
    padding:5px 21.5px !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 .action_btn{
    cursor: pointer;
}
.request .close_btn{
    position:absolute;
    right:30px;
    top:30px;
    background:transparent;
    cursor: pointer;
}