@charset "utf-8";
@import url("../../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo.css");
@import url("../../fonts/GmarketSans/GmarketSans.css");
@import url("../../fonts/SUIT/SUIT.css");

/* ------ common ------ */
* {margin: 0;padding: 0;list-style: none;border: 0;box-sizing: border-box;}
ul,ol,li {list-style: none;}
html, body{font-family: "Noto Sans KR";}
select,a {color: #000;text-decoration: none;}
a[href^=tel] {text-decoration: inherit;color: inherit;}
.hidden {display: none;}
/* layout */

#gnb_wrap{max-width:800px !important;}
.intro img{width: 100%;display: block;}
.intro .next_btn{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.next_btn{
    width:650px;
    border: 6px solid transparent;
    display: flex;
    justify-content:center;
    align-items:center;
    gap: 15px;
    height:130px;
    border-radius: 150px;
    animation: blinkAnim 1s steps(1) infinite;
    box-sizing: border-box;
}
.next_btn .btn_text{
    font-family:'Gmarket Sans';   
    font-size: 68px;
    font-weight: bold;
    animation: blinkAnim2 1s steps(1) infinite; 
    display:inline-block;   
    line-height:1;           
    transform: translateY(0.08em); 
}
.arrow-chevron{
    width:28px; height:28px;
    border-right:10px solid currentColor;
    border-top:10px solid currentColor;
    transform:rotate(45deg);
    animation: blinkAnim2 1s steps(1) infinite; 
}
@keyframes blinkAnim {
  0% {
    border-color:#F0D60C;
    background: linear-gradient(95deg, #FFFF5E 29.86%, #FFE51A 84.1%);
  }
  50% {
    background-color: #FAFF1C;
    border-color:#012E74;
    background: linear-gradient(95deg, #004BBB 29.86%, #00317A 84.1%);
  }
  100% {
    border-color:#F0D60C;
    background: linear-gradient(95deg, #FFFF5E 29.86%, #FFE51A 84.1%);
  }
}
@keyframes blinkAnim2 {
  0% {
    color: #222222;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #222222;
  }
}
.landing_container {
    width: 100%;
    box-sizing: border-box;
}
.container_wrap {
    width: 800px;
    margin: auto;
    background: #fff;
    font-size: 36px;
}
.landing-header{
     padding: 56px 0 50px;
}
.landing-header-slogun{
    font-size: 64px;
    line-height: 1.3;
    font-family:'Gmarket Sans';   
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 18px #004BBB;
}
.landing-header-slogun span{
    color: #FFFF54;
}
.progress-container{
    position: relative;
    margin-top: 35px;
    padding: 0 60px;
}
.progress-bar{
    width: 100%;
    height: 68px;
    background: #fff;
    border-radius: 100px;
    padding: 6px 7px;
    box-sizing: border-box;
    border: 1px solid #D0D0D0;
}
.progress-fill {
  height: 100%;
  background: linear-gradient(900deg, #004BBB 0%, #00317A 100%);;
  border-radius: 100px;
  transition: width 0.5s ease;
}
.progress-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight:500;
    color: #000;
    text-shadow:
    -2px -2px 0 #FFF,
    2px -2px 0 #FFF,
    -2px 2px 0 #FFF,
    2px 2px 0 #FFF;
}
.survey_form{
    background: url(./images/bg.jpg?v=20251028) no-repeat 0 0;
    background-size: cover;
}
.section {
    position: relative;
}

.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;
}

.chk_wrap {
    margin-top: 60px;
    padding-bottom: 170px;
}

/* 라디오 버튼 초기화*/
.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:0;
    height:0;
    content:"";
    /*background:#0F36CE;*/
    display: block;
    /*border-radius: 50%;*/
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
}

.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;
}


.section .check_list {
    display: flex;
    gap: 20px;
    flex-direction: row;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom:109px;
}

.check_list li{
    /* width: 100%; */
    width: 680px;
    height: 120px;
    background: #FFFFFF;
    border: 1px solid #B6B6B6;
    box-shadow: 7px 7px 5px rgba(0,0,0,0.05);
    border-radius: 15px;
    display: block;
    box-sizing: border-box;
    position: relative;
}
.section .check_list li.on{
    border: 1px solid #004BBB;
}
.section .check_list li.on label{
    background: linear-gradient(0deg, rgba(84, 127, 236, 0.05), rgba(84, 127, 236, 0.05)), #FFFFFF;
}

.section.sectionChk input[type=radio]:checked {
    background-color: #004BBB; /*체크 시 내부 원 색상*/
    border: 3px solid #fff; /*라인이 아닌, 라인과 원 사이 색상*/
    box-shadow: 0 0 0 1px #004BBB; /*라인*/
}
.check_list li label {
    width: 100%;
    height:100%;
    padding-left: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 15px;
    cursor: pointer;
    gap: 22px;
}

.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;
}
.notice {color:red;font-size: 24px;margin: -50px  0 0 165px;}

.question {
    margin: 0px 60px 55px;
    display: flex;
    align-items: center;
    gap: 40px;
}
.qnum {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-size: 120px;
    /* identical to box height, or 45% */
    color: #004BBB;
    line-height: 1;
    transform: translateY(0.02em);
}

.qtext {
    word-break: keep-all;
    font-size: 40px;
    font-weight: bold;
    color: #393939;
}

.qtext {
    font-size: 40px;
    font-weight: bold;
    color: #393939;
}


.request{
    position: relative;
    height: calc(100vh - 490px);
    min-height: 900px;
}
.input_container{
    display: flex;
    flex-direction:column;
    height: 100%;
}
.input_btn{
    margin: auto auto 0;
}
.request .input_wrap {
    box-sizing: border-box;
    padding: 60px;
}

/* input box */
#name, #tel_1{
    width: 100%;
    height: 120px;
    border: 1px solid #B6B6B6;
    box-shadow: 7px 7px 5px rgba(0,0,0,0.05);
    box-sizing: border-box;
    font-size: 38px;
    padding: 23px 0 23px 28px;
    font-family: "Noto Sans KR";
}

#age {
    width: 100%;
    height: 100px;
    border: 1px solid #ddd;
    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 #004BBB !important;
    background: #EFF4FF;
    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[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;
}
break {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
}


.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;
}


.fixed {
    background: #fff;
}

.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_wrap input[type='checkbox']:checked,
.privacy_wrap_single input[type='checkbox']:checked{
    background-color:#3E74FF !important; }

.request .agree_box{
    padding: 0 50px;
    box-sizing: border-box;
}

.privacy_wrap, .privacy_wrap_single{
    margin-bottom: 0;
}

