/* ------ common ------ */
@font-face {
    font-family: 'S-Core Dream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    font-family: "Noto Sans KR";
    -webkit-text-size-adjust : none;
    -ms-text-size-adjust : none;
    -moz-text-size-adjust : none;
    -o-text-size-adjust : 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
{
	cursor: pointer;
}

#gnb_wrap{
    max-width:800px !important;
}

.landing_container {
    width: 100%;
    box-sizing: border-box;
}

.container_wrap {
    width: 800px;
    margin: auto;
    background: #F6F7FD;
}

.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;
}

.intro,
.content01 {
    background:#FECAE5;
}
.content01 .content_title,
.content02 .content_title {
    color: #222;
    font-size: 62px;
    font-style: normal;
    font-weight: 500;
    line-height: 62px;
    letter-spacing: -2px;
    display: block;
    text-align: center;
    margin-bottom:40px;
}
.content01 .content_title span,
.content02 .content_title span {
    display: block;
    margin-bottom:20px;
}
.content01 .content_title em,
.content02 .content_title em {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding:10px 20px;
    box-sizing: border-box;
    border-radius: 100px;
    background:#F55FAC;
    display: inline-block;
}
.content01 .bna_view .twentytwenty-left-arrow {
    border-right: 6px solid #F55FAC;
    left: 50%;
    margin-left: -17px;

}
.content01 .bna_view .twentytwenty-right-arrow {
    border-left: 6px solid #F55FAC;
    right: 50%;
    margin-right: -17px;
}

.content01 .content_info {
    margin-top:40.5px;
    padding-bottom:81px;
    box-sizing: border-box;
    text-align: center;
    color: #222222;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2px;
}

.content02 {
    background:#FFFFFF;
    padding:90px 0 94px;
    box-sizing: border-box;
}
.content02 .content_view .model_checking {
    text-align: center;
    position:relative;
}
.content02 .content_view .model_checking ul {
    position:absolute;
    top:55px;
    right:51px;    
}
.content02 .content_view .model_checking li {    
    width:293.333px;
    height:106.667px;
    text-indent: -9999;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    margin-top:11.33px;
    border-radius: 10px;
}
.content02 .content_view .model_checking li:nth-child(1) {
    background:url(./images/content02_img01_off.png) no-repeat 0 0;
}
.content02 .content_view .model_checking li:nth-child(2) {
    background:url(./images/content02_img02_off.png) no-repeat 0 0;
}
.content02 .content_view .model_checking li:nth-child(3) {
    background:url(./images/content02_img03_off.png) no-repeat 0 0;
}
.content02 .content_view .model_checking li:nth-child(4) {
    background:url(./images/content02_img04_off.png) no-repeat 0 0;
}
.content02 .content_view .model_checking li:nth-child(5) {
    background:url(./images/content02_img05_off.png) no-repeat 0 0;
}
.content02 .content_view .model_checking li:nth-child(6) {
    background:url(./images/content02_img06_off.png) no-repeat 0 0;
}
.content02 .content_view .model_checking li:nth-child(1).on {
    background:url(./images/content02_img01_on.png) no-repeat 0 0;
}
.content02 .content_view .model_checking li:nth-child(2).on {
    background:url(./images/content02_img02_on.png) no-repeat 0 0;
}
.content02 .content_view .model_checking li:nth-child(3).on {
    background:url(./images/content02_img03_on.png) no-repeat 0 0;
}
.content02 .content_view .model_checking li:nth-child(4).on {
    background:url(./images/content02_img04_on.png) no-repeat 0 0;
}
.content02 .content_view .model_checking li:nth-child(5).on {
    background:url(./images/content02_img05_on.png) no-repeat 0 0;
}
.content02 .content_view .model_checking li:nth-child(6).on {
    background:url(./images/content02_img06_on.png) no-repeat 0 0;
}
.content02 .content_view .content_info{
    margin-top:40.33px;
    text-align: center;
}
.content02 .content_view .content_info .content_graph {
    margin-bottom:27px;
}

.content03 {
    text-align: center;
}

.content04 {
    background: linear-gradient(180deg, #FFF 0%, #FFDCEE 120.05%);
    padding-top:90px;
    box-sizing: border-box;
}
.content04 .content_title {
    color: #000;
    text-align: center;
    font-size: 62px;
    font-style: normal;
    font-weight: 500;
    line-height: 62px;
    letter-spacing: -2px;
    display: block;
    margin-bottom:58px;
}
.content04 .content_title em {
    display: block;
    color: #F55FAC;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.6px;
}
.content04 .content_view .video_view {
    display: block;
    margin:0 auto;
    text-align: center;
}


.request{
    position:fixed;
    width:100%;
    max-width:800px;
    background:#FFF;
    bottom:-960px;
    z-index:10000;
}

.request .input_container{
    padding-top:70px;
    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{
    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 .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;
}

#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;
}

.twentytwenty-overlay:hover {
    background:transparent !important;
}
.twentytwenty-handle {
    z-index: 80 !important;
}
.twentytwenty-wrapper, .twentytwenty-container{
 min-height: 500px;
}

.action_btn, .view_btn{
    background: #fcf600;
    width: 100%;
    padding: 30px;
    font-size: 50px;
    font-weight: 700;
    animation: blink-effect 1s step-end infinite;
    max-width: 800px;
}

.view_btn{
    position:fixed;
    bottom:-1px;
    cursor: pointer;
    z-index:10;
    display:none;
    max-width: 800px;
}

@keyframes blink-effect {
    50% {
        color:#fff;
        background: #4c2e8e;
    }
}

.request .action_btn{
    cursor: pointer;
}
.request .close_btn{
    position:absolute;
    right:30px;
    top:30px;
    background:transparent;
    cursor: pointer;
}

.info_text{
    padding-bottom:132px !important;
}

.alert-div {
    color:red;
    margin-bottom:5px;
}