@charset "utf-8";
@import url("../../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo.css");

/* ------ common ------ */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    font-family: "Noto Sans KR";
}

ul,
ol,
li {
    list-style: none;
}

select,
a {
    color: #000;
    text-decoration: none;
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

#gnb_wrap{
    max-width:800px !important;
}

.landing_container {
    width: 100%;
    box-sizing: border-box;
}

.container {
    position: relative;
    min-height: calc(var(--vh, 1vh) * 100 - 622px);
}

.container_wrap {
    width: 800px;
    margin: auto;
    background: #fff;
    font-size: 36px;
}

.main-img {
    /*background-image: url("images/intro01.png");*/
    /*height: calc(100vh - 381px);*/
    /*background-repeat: no-repeat;*/
    /*min-height: 1250px;*/
    position: relative;
}

.intro .btn-img {
    position: absolute;
    bottom: 0;
    /*margin-top: -120px;*/
}

/* input box */
.input_wrap {
    box-sizing: border-box;
    padding: 60px;
}

.request .input_wrap {
    padding: 60px 60px 0 60px;
}
.request.section .check_list li {
    width:314px;
}
.request .q-text span{
    display:block;
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #547FEC;
}

/* 이름 input */
#name, #tel_1{
    width: 100%;
    height: 100px;
    border: 1px solid #dddddd;
    /*box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.05);*/
    box-sizing: border-box;
    /*border-radius: 20px !important;*/
    font-size: 38px;
    padding: 23px 0 23px 28px;
    font-family: "Noto Sans KR";
}

#age {
    width: 100%;
    height: 100px;
    border: 1px solid #707070;
    box-sizing: border-box;
    font-size: 38px;
    padding: 23px 0 23px 28px;
    /*margin-bottom: 30px;*/
    font-family: "Noto Sans KR";
}

input[type='text']:focus, input[type='number']:focus
{
    border: 3px solid #C1FF5C !important;
    outline: transparent;
}

#gift {
    width: 100%;
    height: 100px;
    border: 1px solid #707070;
    box-sizing: border-box;
    font-size: 33px;
    padding: 23px 0 23px 28px;
    margin-bottom: 30px;
    font-family: "Noto Sans KR";
    margin-top: 30px;
}

/* 전화번호 input */
.tel_wrap {
    width: 100%;
    height: 100px;
    white-space: nowrap;
    text-align: center;
}

.tel_wrap .select_box {
    width: 25%;
    float: left;
    position: relative;
    background-color: #fff;
    z-index: 10;
}

.tel_wrap .select_box #tel_1 {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #707070;
    font-size: 36px;
    padding-left: 28px;
    z-index: 100;
    background-color: transparent;
}

.tel_wrap .select_box img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -30%);
    z-index: -1;
}

.tel_wrap #tel_2 {
    width: 34%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #707070;
    max-width: 230px;
    padding-left: 28px;
    font-size: 36px;
    display: inline-block;
}

.tel_wrap #tel_3 {
    width: 34%;
    height: 100%;
    float: right;
    box-sizing: border-box;
    border: 1px solid #707070;
    max-width: 230px;
    padding-left: 28px;
    font-size: 36px;
}

.landing-header-slogun {
    font-family: 'SpoqaHanSansNeo';
    font-style: normal;
    font-weight: 300;
    font-size: 54px;
    line-height: 68px;
    text-align: center;
    padding: 70px 0 35px;
}

.landing-header-slogun strong {
    font-size: 54px;
}

.help-text {
    text-align: center;
    font-size: 25px;
    padding: 20px 0;
}

.input_wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input_wrap select::-ms-expand {
    display: none;
}

/* 개인정보 */
input[type="checkbox"] {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin-right: 6px;
}

.text_label span {
    font-size: 38px;
    vertical-align: middle;
}

.text_label {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px !important;

}

.text_label a {
    display: inline-block;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #3F3F3F;
    color: #3F3F3F;
    vertical-align: middle;
    padding: 8px;
    margin-left: 10px;
}

.section {
    position: relative;
}

canvas {
    z-index: 9999999;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: scale(1.1);
    left: 0;
}


/* 라디오 버튼 초기화*/
.intro_sul input[type=radio] {
    display: none;
}

.intro_sul input[type=radio]+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
}





/* 라디오 버튼 초기화*/
.section input[type=radio] {
    width: 40px;
    height: 40px;
    line-height: 120px;
    vertical-align: middle;
    appearance: none;
    background:#E9E9E9;
    border-radius: 50%;
    border: 2px solid #DDDDDD;
}
.section input[type=radio]:checked{
    position:relative;
}
.section input[type=radio]:checked:after{
    width:26px;
    height:26px;
    content:"";
    background:#0F36CE;
    display: block;
    border-radius: 50%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
}

.section input[type=radio]+label {
}

.section input[type=radio]+span {
    font-family: 'SpoqaHanSansNeo';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 120px;    
    color: #393939;
    vertical-align: middle;
}

.sectionChk input[type=checkbox] {
    display: none;
}

.sectionChk input[type=checkbox]+label {
    display: inline-block;
    cursor: pointer;
}


.hidden {
    display: none
}

.puple_bg {
    width: 100%;
    background-color: #fff;
    /* min-height: 1245px;
    background: url('./lading_bg.png?ver=2') no-repeat center 70px; */
    position: relative;
    padding: 100px 0 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}


.page_num {
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translate(-50%);
    color: #fff;
}

.q-text {
    font-family: 'SpoqaHanSansNeo';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: -0.04em;
    color: #393939;
}

.q-text .point {
    color: #8C64FF;
    font-size: 55px;
}

.check_list {
}

.check_list li {
    background-color: #fff;
}

.check_list li label {
    width: 100%;
    height:100%;
    padding-left: 40px;
    /* padding: 36px 37px; */
    box-sizing: border-box;
    display: block;
    border-radius: 15px;
    cursor: pointer;
}

.check_list li input[type='checkbox']+label::after {
    content: "";
    position: absolute;
    right: 40px;
    width: 34px;
    height: 34px;
    border: 1px solid #707070;
}

.check_list li input[type='checkbox']:checked+label::after {
    background-color: #FFEF60;
}

break {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
}


.img_ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
}

.img_ul li {
    width: 50%;
    text-align: center;
}

.ft_text {
    text-align: left;
    margin: 0 0 50px;
    font-size: 25px;
    font-family: Noto Sans KR;
    font-weight: 300;
    letter-spacing: -0.082em;
    margin-top: 36px;
}
.next_btn{
    margin-top:150px;
}

/*.result_btn {*/
/*    font-family: 'SpoqaHanSansNeo';*/
/*    width: 650px;*/
/*    !* left: calc(50% - 325px); *!*/
/*    height: 142px;*/
/*    background: #547FEC;*/
/*    box-shadow: 0px 4px 4px*/
/*    rgba(0, 0, 0, 0.25);*/
/*    border-radius: 100px;*/
/*    color: #fff;*/
/*    !* position: absolute; *!*/
/*    font-size: 54px;*/
/*    font-weight: 700;*/
/*    margin:0 auto;*/
/*    display: block ;*/
/*}*/

.fixed {
    background: #fff;
}


.question {
    margin: 0px 60px 55px;
    display: flex;
    gap: 40px;
}
.qnum {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-size: 120px;
    /* identical to box height, or 45% */
    color: #547FEC;
    line-height: 100px;
}

.qtext {
    word-break: keep-all;
}

.request .qtext {
    text-align: center;
    font-weight: bold;
}

.request .qtext strong{
    color:#547FEC;
}


.section .check_list {
    display: flex;
    gap: 20px;
    flex-direction: row;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom:109px;
}

.section .check_list li {
    /* width: 100%; */
    width: 680px;
    height: 120px;
    background: #FFFFFF;
    border: 2px solid #dddddd;
    /*box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.05);*/
    border-radius: 15px;
    display: block;
    line-height: 40px;
    box-sizing: border-box;
    position: relative;
}
.section .check_list li.on{
    border: 1px solid #547FEC;
}
.section .check_list li.on label{
    background: linear-gradient(0deg, rgba(84, 127, 236, 0.05), rgba(84, 127, 236, 0.05)), #FFFFFF;
}

.check_list li label {
    background-repeat: no-repeat;
}

.landing_foot_lt>p {
    padding: 20px 10px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.landing_foot_lt {
    width: 100%;
    background: #3D3D3D;
    margin: 0 auto;
    text-align: center;
}

.privacy {
    /*margin:46px 60px;*/
}

.privacy_wrap input[type='checkbox']:checked,
.privacy_wrap_single input[type='checkbox']:checked{
    background-color:#C1FF5C !important; }

.request .agree_box{
    padding: 0 50px;
    box-sizing: border-box;
}
/* .request .agree_box{
    margin-top:34px;
    padding:0 49.5px;
    box-sizing: border-box;
}
.request .agree_box .privacy_wrap{
    border:0;
}
.request .agree_box .privacy_wrap .privacy_allchk{
    border-bottom:0;
    margin-bottom:10px;
} */

.check_list {
    display: flex;
    gap: 20px;
    flex-direction: row;
    margin: 18px auto;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom:50px;
}

.section .check_list li {
    width: 690px;
    height: 120px;
    position: relative;
    box-sizing: border-box;
    display: block;
}

.section_02  .check_list li, .section_03  .check_list li {
    width: 690px;
    height: 120px;
    position: relative;
}


.check_list li label {
    width: 100%;
    height:100%;
    background: #ffffff;
    border: 1px solid #ffffff;
    /*border-radius: 25px;*/
    display: block;
    line-height: 40px;
    box-sizing: border-box;
    position: relative;
    /*box-shadow: 3px 3px 5px 3px #ceeaf4;*/
    padding-left: 60px;
    /* padding: 36px 37px; */
    box-sizing: border-box;
    display: block;
    cursor: pointer;
}

.check_list li input[type=radio]:checked + label{
    border: 4px solid #C1FF5C;
    background: #ffffff;
}

/* 라디오 버튼 초기화*/
.section.sectionChk input[type=radio] {
    width: 34.2px;
    height: 34.2px;
    line-height: 120px;
    background:#FFFFFF;
    border-radius: 50%;
    border: 1px solid #0F36CE;
    vertical-align: middle;
    position: absolute;
    top: 42px;
    z-index: 10;
    left: 19px;
}
.section input[type=radio]:checked{
}

.check_list li span {
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 114px;
    vertical-align: middle;
}

.chk_wrap {
    margin-top: -271px;
    padding-bottom: 270px;
}

.section {
    background: #0F36CE;
}

.text-img {
    padding: 355px 0;
    text-align: center;
}

.request_info {
    text-align: center;
    padding-top: 69px;
}


.intro02 .intro-btn-img {
    position: absolute;
    bottom: 0;
    /*margin-top: -120px;*/
}