/* ------ 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;
}

.landing_container {
    width: 100%;
    box-sizing: border-box;
}

.container {
    position: relative;
}

.container_wrap {
    width: 750px;
    margin: auto;
    background: linear-gradient(93deg, #FFFCF5 30%, #FFF2D4 70%);
    font-size: 38px;
}

/* input box */
.input_wrap {
    box-sizing: border-box;
    padding: 60px;
}

.request .input_wrap {
    padding: 1px 60px 0 60px;
    height: 100px;
}

/* 이름 input */
#name, #tel_1{
    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";
}

#name:hover,
#name:focus,
#tel_1:hover,
#tel_1:focus {
    /* 요청하신 배경 스타일을 적용합니다 */
    background: linear-gradient(0deg, rgb(184 74 19 / 5%), rgb(210 71 5 / 5%)), #FFFFFF;

}

input[type='text']:focus, input[type='number']:focus {
    border: 3px solid #F25400 !important;
    outline: transparent;
}

#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";
}

#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: 'Gmarket sans';
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    line-height: 68px;
    text-align: center;
    padding: 70px 0 35px;
    color: #5E2E1A;
}

.landing-header-slogun strong {
    font-size: 54px;
    font-weight: 700;
    font-family: Gmarket Sans;
}

.help-text {
    text-align: center;
    font-size: 25px;
    padding: 20px 0;
    visibility: hidden; 
}

.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;
}


/* 라디오 버튼 초기화*/
.sectionChk 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{
    position:relative;
    border: 1px solid #F25400;
    background: #fff;
}

.section input[type=radio]:checked:after{
    width:26px;
    height:26px;
    content:"";
    background:#F25400;
    display: block;
    border-radius: 50%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
}


.sectionChk input[type=radio]+label {
    cursor: pointer;
}

.sectionChk input[type=checkbox] {
    display: none;
}

.sectionChk input[type=checkbox]+label {
    display: inline-block;
    cursor: pointer;
}

.check_list li:has(input[type=radio]:checked) {
    border: 3px solid #F25400;
    background: linear-gradient(0deg, rgb(229 169 169 / 5%), rgb(219 138 138 / 5%)), #fff;
}

.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;
    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 {
    text-align: center;
    padding: 270px 0 70px;
    font-size: 55px;
    font-family: 'Noto Sans CJK KR';
    font-weight: 400;
    color: #2f284d;
    letter-spacing: -0.03em;
    line-height: 76px;
}

.q-text .point {
    color: #8C64FF;
    font-size: 55px;
}

.check_list {
}

.check_list li {
    background-color: #fff;
}

.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;
}

.result_btn {
    width: 650px;
    left: calc(50% - 325px);
    height: 130px;
    background: linear-gradient(93deg, #F97A24 32%, #EB3F00 76%);
    box-shadow: 0px 4px 4px
    rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    color: #fff;
    font-size: 60px;
    margin:60px 0;
    font-weight: bold;
    font-family: "Gmarket Sans";
    padding: 34px;
}

.fixed {
    /* position: fixed; */
    /* bottom: 30px; */
    /* height: 235px; */
    /* width: 100%; */
    background: #fff;
}


.question {
    margin: 0px 60px 55px;
    display: flex;
    gap: 40px;
}

.qnum {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 120px;
    color: #F25400;
    line-height: 100px;
}
.qtext {
    word-break: keep-all;
    font-weight: 500;
}

.section .check_list {
    display: flex;
    gap: 20px 0;
    flex-direction: row;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

.section .check_list li {
    width: 650px;
    height: 120px;
    /*padding: 40px 35px; */
    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;
    cursor: pointer;
}

.check_list li label {
    display: block;
    padding: 35px 35px;
    box-sizing: border-box;
    line-height: 40px;
    cursor: pointer;
}
.check_list li label span {
    padding-left: 10px;
}

.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:0 60px;
}


.alert-div {color:red;font-size: 15px;margin: -50px 165px 50px;}

.privacy_wrap, .privacy_wrap_single {
    padding: 30px;
    border: 1px solid #A6A6A6;
    border-radius: 12px;
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 0;
    text-align: left;
    background: #fff;
    color: #000;
}

.privacy_wrap input[type='checkbox']:checked,
.privacy_wrap_single input[type='checkbox']:checked{
    background-color:#FF7700;
}

.landing-header-slogun strong.slogan-price {
    color:#0141A1;
}

.landing-header-slogun strong.slogan-action {
    color:#F25400;
}