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

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

body{
    overflow-x: hidden;
}

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

.container {
    position: relative;
    background-color: #fff;
}

.container_wrap {
    width: 750px;
    margin: auto;
    background: #FFFFFF;
    font-size: 35px;
}

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

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

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

/* 이름 input */
.name, .age, .phone {
    color: #fff;
}
#name, #age, #tel_1{
    width: 75%;
    height: 64px;
    border: 2px 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;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.landing-header {
    background-color: #ffffff;
    /*padding-bottom: 25px;*/
    padding-top: 40px;
}
.landing-header-slogun {
    font-family: 'Spoqa Han Sans Neo';
    font-style: normal;
    font-weight: 300;
    font-size: 52px;
    line-height: 68px;
    text-align: center;
}

.landing-header-slogun p {
    font-weight: 600;
}

.landing-header-slogun strong {
    font-size: 66px;
}

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

/*.section_02, .section_03, .section_04 {*/
/*    margin-top: 20%;*/
/*}*/

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: 0;
    height: 0;
}

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

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


.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: 0;
    /* border-top-left-radius: 50px;
    border-top-right-radius: 50px; */
    vertical-align: middle;
}


.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='radio']:checked+label {*/
/*    background-color: #eaeffd;*/
/*}*/

/*.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: 90%;
    height: 95px;
    margin: 0 40px 46px;
    color: #fff;
    font-size: 38px;
    border-radius:20px;
    background-color: #000;
    font-weight: 700;
    font-family: NotoSansKR;
}

.footer {
    margin: 0 40px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    /*padding-bottom: 16px;*/
}

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

.question {
    /*margin: 0 25px 55px;*/
    margin-bottom: 32px;
    display: flex;
    gap: 15px;
}

.qnum {

}
.qtext {
    word-break: keep-all;
    color: #000;
}

.input_form li {
    display: flex;
    justify-content: space-between;
}

.section .check_list {
    display: flex;
    gap: 30px;
    flex-direction: row;
    margin: 0 30px;
    flex-wrap: wrap;
    justify-content: left;
}

.section .check_list li {
    width: calc(50% - 15px);
    height: 85px;
    display: block;
    box-sizing: border-box
}

.section .check_list .section_02_0,
.section .check_list .section_02_1,
.section .check_list .section_02_2,
.section .check_list .section_02_3 {
    width: 181px;
}

.section .check_list .section_02_4 {
    width: 230px;
}

.check_list li label {
    display: block;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    /*padding: 238px 0 20px;*/
    text-align: center;
    background-position: top 20px center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.landing_foot_lt>p {
    padding: 20px 10px;
    color: #b5b5b5;
    font-size: 18px;
    line-height: 28px;
}

.landing_foot_lt {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/*.privacy {*/
/*    margin:0 60px;*/
/*}*/

input::placeholder{
    text-align: center;
}

.popup {
    width: 500px;
    height: 250px;
    flex-grow: 0;
    padding: 50px 0px 50px 0px;
    border: 1px solid #dcdcdc;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    background: #fff;
    border-radius: 10px;
}

.popupContents{
    font-family: "Noto Sans KR";
    font-size: 32px;
    text-align: center;
    margin-top: 25px;
}

.marketingAgreeButton{
    width: 100%;
    background-color: #111111;
    color: #FFFFFF;
    font-family: "Noto Sans KR";
    font-size: 22px;

}

.popup .close {
    background: none;
    border: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
}

/* 쉐도우 효과*/
.shadow {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.52);
    width: 100%;
    height: 100vh;
    display: none
}

body{
    margin: 0;
}

.info_text_new{
    width: 750px;
}

.defaultButton{
    position: fixed;
    bottom: 0;
    width: 100%;
}

.hiddenButton{
    position: fixed;
    bottom: 0;
    width: 100%;
}

.marketingAgreeButton{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* 비급여 진료수가 */
.surgeryFee {
    font-size: 18px;
    text-align: center;
    margin: 16px 0;
}

/* 사업자 등록 번호 */
.corporate_num {
    font-size:18px;
    text-align: center;
    background: rgba(0,0,0,0.5);
    color: #fff;
    line-height: 1.8;
    padding: 20px;
    width: 650px;
    margin: auto;
    border-radius: 21px;
}
/* 사업자 등록 번호 [E]*/

.alert-div {color:red;font-size: 15px;margin: -30px auto 40px;width: 100%;}