/* ------ common ------ */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    font-family: "Noto Sans KR";
    font-size: 49px;
    font-size: 38px;
}

ul,
ol,
li {
    list-style: none;
}

select,
a {
    color: #000;
    text-decoration: none;
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

input[type="button"],
button {
    cursor: pointer;
}

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

.container {
    position: relative;
}

.container_wrap {
    width: 750px;
    margin: auto;
    background: #EBF3FE;
}

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

.request .input_wrap {
    padding: 60px 60px 0 60px;
}

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

#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: 'Spoqa Han Sans Neo';
    font-style: normal;
    font-weight: 300;
    font-size: 54px;
    line-height: 68px;
    text-align: center;
    padding: 70px 0 35px;
}
.landing-header-slogun span{
    font-family: 'Spoqa Han Sans Neo';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 68px;
    text-align: center;
    padding: 70px 0 35px;
}

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





/* 라디오 버튼 초기화*/
.sectionChk input[type=radio] {
    width: 30px;
    height: 30px;
    line-height: 40px;
}

.sectionChk input[type=radio]+label {
}

/* .sectionChk input[type=radio]:checked+label::after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #8C64FF;
    border-radius: 30px;
    position: absolute;
    right: 85px;
    top: 88px;
} */

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

.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: 142px;
    background: #547FEC;
    box-shadow: 0px 4px 4px
    rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    color: #fff;
    position: absolute;
}

.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: 200;

    font-size: 120px;


    /* identical to box height, or 45% */

    color: #547FEC;

    line-height: 100px;

}
.qtext {

    word-break: keep-all;

}



.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;
    background: #FFFFFF;
    border: 1px solid #B6B6B6;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    display: block;
    padding: 40px 35px;
    line-height: 40px;
    box-sizing: border-box;
}

.section .check_list li > *{
    cursor: pointer;
}

.check_list li label {
    display: inline-block;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    width: calc(100% - 50px);
    padding-left: 10px;
    cursor: pointer;
}


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

/* 사업자 등록 번호 */
.corporate_num {
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 1.8;
    padding: 20px;
    margin: auto;
    white-space: nowrap; /* 텍스트 줄바꿈 방지 */
}
/* 비급여 진료수가 */
.surgeryFee {
    text-align: center;
    padding-top: 16px;
}
/* 비급여 진료수가 a 태그 */
.surgeryFee a {
    color: #fff;
}

.landing-header-bar {
    background: #547fec;
    color: #fff;
    text-align: center;
    font-size: 38px;
    width: 100%;
    max-width: 750px;
    margin: auto;
    height: 80px;
    line-height: 80px;
}

.info_text {
    background: #e9e9e9;
    padding: 40px 50px 35px;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    font-size: 23px !important;
    color:#3C4141;
    line-height: 170%;
    display: block;
    height: auto;
    letter-spacing: -1.5px;
    text-align: left;
    /* height: 330px; */
}

.bna_content{
    /*position:relative;*/
}


.bna_content .swiper-container{
    position:relative;
    overflow: hidden;
    margin:auto;
}

.qtext span {
    color: #028DD0;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0 !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0 !important;
}

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