@charset "UTF-8";

/*-------------------------------------------------
Author : WB,Seo
Create date : 2024. 11.06
Last update : 
-------------------------------------------------*/

/* :root {
    --input-border-color: #E2E2E2;
    --input-border-radius: 8px;
    --input-bg-color: var(--white-color);
    --main-color: #235E51;
    --main2-color: #F9AF06;
    --white-color: rgb(255, 255, 255);
    --dark-color: #333;
    --red-color: #ff4912;
    --transition-custom: all 0.4s ease-in-out;
} */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

.__base_wrap.max-w-xl {
    max-width: 1500px;
}

.__flex-center-items {
    align-items: center;
    display: flex;
}

.__flex-start {
    align-items: flex-start;
    display: flex;
}

.__mt-5 {
    margin-top: 5px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-70 {
    margin-bottom: 70px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.__gap-40 {
    gap: 40px;
}

.__gap-80 {
    gap: 80px;
}

.__gap-100 {
    gap: 100px;
}

/* 공통 */
.inherit * {
    letter-spacing: -1px;
    box-sizing: border-box;
    font-family: "Pretendard Variable", sans-serif;
}

.inherit .title {
    font-size: 70px;
    font-weight: 800;
}

.inherit .title.small {
    font-size: 50px;
}

.inherit .title.md {
    font-size: 60px;
    font-weight: 700;
}

.inherit .title.xs {
    font-size: 35px;
    font-weight: 600;
}

.inherit .title b.green {
    color: var(--main-color);
}

.inherit .title b.yellow {
    color: #ffd100;
}

.inherit .sub_point {
    height: 35px;
    color: var(--main-color);
    background: #F2F9F8;
    border: 1px solid #A1C4BC;
    padding: 0 30px 0;
    border-radius: 30px;
    font-weight: 700;
    width: fit-content;
}

.inherit .sub_point.green {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: white;
    font-weight: 500;
    font-size: 18px;
}

.inherit .desc {
    font-size: 20px;
    line-height: 1.5;
}

.inherit .desc b.highlight {
    background: #235e5118;
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    padding: 0 3px;
    line-height: 0.8;
}

.inherit img {
    width: auto;
    height: auto;
}

.inh_info {
    background: var(--main-color);
    height: 70px;
    padding: 0 20px;
    border-radius: 10px;
    color: white;
}

.inh_info b {
    font-size: 20px;
    font-weight: 600;
    border-right: 1px solid #ffffff9c;
    padding-right: 30px;
}

.inh_info p {
    font-size: 17px;
    font-weight: 500;
}

.mo_br {
    display: none;
}

@media screen and (max-width: 1400px) {
    .inherit .title {
        font-size: 60px;
    }

    .inherit .title.small {
        font-size: 45px;
    }

    .inherit .desc {
        font-size: 18px;
    }

    .inh_info b {
        font-size: 18px;
    }

    .inh_info p {
        font-size: 16px;
    }

}

@media screen and (max-width: 1024px) {
    .inh_info {
        height: unset;
        gap: 10px;
        padding: 15px 20px;
    }

    .inh_info img {
        width: 25px;
    }

    .inh_info b {
        border-right: 0;
    }

    .inh_info p {
        width: 100%;
        border-top: 1px solid #ffffff9c;
        padding-top: 10px;
    }

}

@media screen and (max-width: 768px) {
    .inherit .title {
        font-size: 45px;
    }

    .inherit .title.small {
        font-size: 35px;
    }

    .inherit .desc {
        font-size: 16px;
    }

    .inh_info b {
        font-size: 17px;
    }

    .inh_info p {
        font-size: 15px;
    }
}

@media screen and (max-width: 650px) {
    .inherit .title {
        font-size: 40px;
    }

    .inherit .title.small {
        font-size: 30px;
    }

    .inherit .sub_point {
        height: 30px;
    }
}

@media screen and (max-width: 480px) {
    .mo_br {
        display: block;
    }
}



/* visual */
.inherit .visual {
    height: calc(100vh - 80px);
    overflow: hidden;
}

.inherit .vis_inner {
    position: relative;
    padding-bottom: 100px;
}

.inherit .vis_img {
    position: absolute;
    right: -100px;
    bottom: 40px;
}

/* visual > le_box */
.visual .title.small {
    font-size: 55px;
}

.visual .left_cen span {
    border: 1px solid #707070;
    width: 220px;
    height: 58px;
    font-size: 23px;
    font-weight: 600;
    border-radius: 5px;
}

.visual .left_cen u {
    font-size: 16px;
}

.visual ul.bo_box {
    margin-top: -20px;
}

.visual ul.bo_box li {
    width: 300px;
    height: 100px;
    border-radius: 50px;
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.1), 3px 3px 6px rgba(0, 0, 0, 0.1);
    color: #585858;
    font-size: 17px;
    padding: 0 20px;
    font-weight: 500;
    padding-top: 3px;
}

.visual ul.bo_box b {
    color: #235E51;
    font-size: 22px;
    font-weight: 700;
}

.visual ul.bo_box i {
    width: 70px;
    height: 70px;
    background: #ECECEC;
    color: #555555;
    border-radius: 50px;
}

/* visual > ri_box */
.visual .ri_box {
    text-align: center;
    width: 730px;
    height: 730px;
    border-radius: 100%;
    padding-top: 170px;
    color: white;
    font-weight: 500;
    margin-bottom: -40px;
    background: linear-gradient(180deg, #235e51 50%, #ffffff 80%);
}

.visual .ri_top {
    color: #ffd100;
    font-size: 25px;
    font-weight: 600;
}

.visual h3 {
    color: #ffd100;
    font-size: 30px;
    font-weight: 700;
}

.visual .ri_box p {
    font-size: 16px;
}

.visual .ri_box li {
    background: white;
    color: #5B5B5B;
    font-size: 16px;
    width: 240px;
    height: 100px;
    border-radius: 10px;
}

.visual .ri_box li h4 {
    color: var(--main-color);
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
}

.visual .ri_box li h4 b {
    color: #CF5A00;
    font-size: 34px;
}

@media screen and (max-width: 1400px) {
    .inherit .visual {
        height: auto;
    }

    .inherit .vis_inner {
        padding: 50px 0;
    }

    .visual .title.small {
        font-size: 45px;
        margin: 20px auto;
    }

    .inherit .title b.green {
        font-weight: 800;
    }

    .inherit .vis_img,
    .visual ul.bo_box {
        display: none;
    }

    .le_box {
        flex-direction: column;
        display: flex;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .visual .left_cen span {
        margin: 0 auto 20px;
    }

    .left_cen {
        margin-top: 40px;
    }

    .visual .ri_box {
        border-radius: 10px;
        width: 100%;
        padding: 30px;
        margin: 20px auto 0;
        height: auto;
        background: var(--main-color);
        position: relative;
    }

    .visual .ri_box::after {
        content: '';
        display: block;
        position: absolute;
        right: -30px;
        bottom: -30px;
        width: 350px;
        height: 350px;
        z-index: 0;
        opacity: 0.08;
        background: url(/resources/images/inherit/prepare_img.svg) center / cover no-repeat;
    }

    .visual .ri_box * {
        position: relative;
        z-index: 1;
    }

    .visual ul.bo_box {
        margin-top: 20px;
    }

}

@media screen and (max-width: 768px) {
    .visual .title.small {
        font-size: 35px;
    }

    .left_cen {
        display: none;
    }

    .visual .ri_box {
        margin: 30px auto 0;
    }

    .visual .left_cen span {
        width: 200px;
        height: 50px;
        font-size: 19px;
        font-weight: 700;
    }

    .visual .left_cen span img {
        width: 25px;
        height: auto;
    }

    .visual h3 {
        font-size: 25px;
        font-weight: 600;
    }

    .visual .ri_top {
        font-size: 20px;
        font-weight: 500;
    }

    .visual .ri_top img {
        width: 22px;
        height: auto;
    }

    .visual .ri_box p,
    .visual .ri_box em {
        font-size: 15px;
        font-weight: 400;
    }

    .visual .ri_box p {
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 650px) {
    .visual .ri_box {
        padding: 30px 20px;
    }

    .visual .ri_box li {
        width: 100%;
        height: 80px;
        font-size: 15px;
    }

    .visual h3 {
        font-size: 22px;
        font-weight: 600;
    }
}

@media screen and (max-width: 420px) {
    .visual .title.small {
        font-size: 30px;
        line-height: 1.3;
    }

    .inherit .desc b.highlight {
        font-size: 20px;
    }

    .visual h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .visual .ri_top {
        gap: 5px;
    }

    .visual .ri_top img {
        width: 18px;
    }

    .visual .ri_box {
        gap: 10px;
    }

    .visual .ri_box li h4 {
        font-size: 20px;
    }

    .visual .ri_box li h4 b {
        font-size: 30px;
    }

    .visual .left_cen u {
        font-size: 14px;
    }


}




/* expert */
.expert {
    background: var(--main-color);
    padding: 150px 0;
}

.exp_inner {
    align-items: flex-end;
}

.expert .ques {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    font-family: "Pretendard Variable", sans-serif;
    letter-spacing: 0;
}

.expert .ques:after {
    content: 'Q';
    display: block;
    font-size: 150px;
    color: rgba(255, 255, 255, 0.185);
    position: absolute;
    left: -50px;
    bottom: -50px;
}

.expert .left_ex {
    color: white;
    width: calc(100% - 930px);
}

.expert .title.small {
    font-weight: 500
}

.right_ex li {
    background: white;
    height: 120px;
    padding: 0 25px;
    border-radius: 200px;
    width: 830px;
}

.right_ex li i {
    background: var(--main-color);
    width: 70px;
    height: 70px;
    border-radius: 50px;
}

.right_ex li p {
    width: calc(100% - 70px - 20px);
}

.right_ex li b {
    font-size: 22px;
    font-weight: 600;
}

.right_ex li span {
    font-size: 16px;
    color: #444;
    font-weight: 500;
}

.advice {
    border: 1px solid white;
    border-radius: 10px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
}

.advice h4 {
    font-size: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 500;
}

.advice p {
    font-size: 17px;
    line-height: 1.6;
}

@media screen and (max-width: 1400px) {
    .expert {
        padding: 100px 0;
    }

    .expert .left_ex,
    .expert .right_ex,
    .expert .right_ex li {
        width: 100%;
    }

    .advice {
        margin: 30px 0;
    }
}

@media screen and (max-width: 768px) {
    .expert {
        padding: 70px 0;
    }

    .expert .title.small {
        margin-bottom: 20px;
    }

    .expert .ques {
        font-size: 17px;
    }

    .advice h4 {
        font-size: 18px;
    }

    .advice p {
        font-size: 16px;
    }

    .right_ex li {
        height: auto;
        padding: 20px;
    }

    .right_ex li b {
        font-size: 20px;
    }

    .right_ex li span {
        font-size: 15px;
    }
}

@media screen and (max-width: 650px) {
    .expert .ques {
        font-size: 15px;
        font-weight: 600;
        color: #c5dbd6;
    }

    .advice {
        padding: 20px;
    }

    .right_ex li {
        gap: 10px;
        border-radius: 10px;
    }

    .expert .right_ex {
        gap: 10px;
    }

    .right_ex li b {
        font-size: 18px;
    }

    .right_ex li i {
        width: 60px;
        height: 60px;
    }

    .right_ex li p {
        width: calc(100% - 60px - 10px);
    }
}

@media screen and (max-width: 420px) {
    .advice {
        padding: 20px 20px 15px;
    }

    .advice h4 {
        font-size: 16px;
    }

    .advice p {
        font-size: 15px;
        line-height: 1.4;
    }

    .right_ex li {
        flex-direction: column;
        align-items: flex-start;
    }

    .right_ex li i {
        width: 45px;
        height: 45px;
    }

    .right_ex li i img {
        width: 20px;
        height: 20px;
    }

    .right_ex li p {
        width: 100%;
    }
}




/* period */
.period {
    position: relative;
    overflow: hidden;
}

.period::after {
    content: '';
    display: block;
    right: -200px;
    bottom: 0;
    position: absolute;
    width: 850px;
    height: 840px;
    background: url(/resources/images/inherit/ico-plane.svg) center / 100% no-repeat;
    z-index: -1;
    opacity: 0.04;
}

.period_inner {
    padding: 150px 0;
}

.per_left .watch-img {
    width: 100px;
}

.example {
    background: #FAFCFB;
    border: 1px solid #235e5180;
    border-radius: 10px;
    max-width: 380px;
    height: 120px;
    font-size: 19px;
    font-weight: 500;
}

.example u {
    color: var(--main-color);
    font-weight: 700;
}

.plane_txt {
    font-size: 18px;
    font-weight: 500;
}

.caution {
    width: 820px;
    height: 320px;
    border-top: 15px solid #ffc400;
    border-radius: 20px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    background: white;
    padding: 20px 50px;
}

.caution .ca_top {
    font-size: 25px;
    color: #ffbb00;
    font-weight: 600;
}

.caution h3 {
    font-size: 25px;
    font-weight: 600;
}

.caution p {
    font-size: 16px;
}

.caution li {
    background: #FFFAEB;
    color: #5B5B5B;
    font-size: 16px;
    width: 240px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #ffc40057;
    font-weight: 500;
}

.caution li h4 {
    color: #ffbb00;
    font-size: 25px;
    font-weight: 700;
}

.caution.pig {
    border-top: 15px solid var(--main-color);
}

.caution dl {
    background: var(--main-color);
    color: white;
    height: 45px;
    padding: 0 20px;
    border-radius: 10px;
}

.caution dt {
    width: 80px;
    text-align: center;
    font-size: 18px;
    border-right: 1px solid #ffffff81;
    margin-right: 20px;
}

.caution dd {
    font-size: 16px;
    padding-top: 1px;
    width: calc(100% - 100px);
}

@media screen and (max-width: 1400px) {

    .period .inh_header {
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }

    .period_inner {
        padding: 100px 0;
    }

    .inherit .period .title.small {
        margin: 20px auto 10px;
    }

    .per_left .watch-img {
        display: none;
    }

    .period_cont {
        flex-direction: column;
        margin-top: 50px;
        gap: 30px;
    }

    .per_left,
    .per_right {
        width: 100%;
        max-width: 820px;
    }

    .inherit .title.md {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .inherit .title.xs {
        font-size: 30px;
    }

    .per_right {
        gap: 20px;
    }

    .caution {
        box-shadow: unset;
        border: 1px solid #ddd;
        border-top: 10px solid #ffc400;
    }

    .caution.pig {
        border-top: 10px solid var(--main-color);
    }
}

@media screen and (max-width: 1280px) {

    .caution {
        height: auto;
        width: 100%;
        padding: 50px 30px 30px;
    }

    .caution dl {
        height: auto;
        padding: 10px 15px 10px 10px;
    }
}

@media screen and (max-width: 768px) {

    .period_inner {
        padding: 70px 0;
    }

    .period_inner .sub_point.green {
        font-size: 16px;
        height: 30px;
        padding-top: 1px;
        margin: 0;
    }

    .period_inner .desc {
        text-align: center;
    }

    .period_cont {
        margin-top: 30px;
    }

    .inherit .title.xs {
        font-size: 20px;
    }

    .inherit .title.md {
        font-size: 35px;
    }

    .example {
        height: 90px;
        font-size: 17px;
    }

    .plane_txt {
        font-size: 16px;
    }

    .caution dt {
        width: 80px;
        font-size: 17px;
        margin-right: 10px;
    }

    .caution dd {
        font-size: 15px;
        word-break: break-all;
    }

    .period::after {
        display: none;
    }
}

@media screen and (max-width: 650px) {

    .inherit .per_left .title.md {
        font-size: 27px;
    }

    .inherit .per_left .title.xs {
        font-size: 18px;
        margin: 20px auto 5px;
    }

    .caution {
        padding: 40px 20px 30px;
        gap: 10px;
    }

    .caution .ca_top,
    .caution h3 {
        font-size: 20px;
    }

    .caution li {
        width: calc((100% - 10px) / 2);
        height: auto;
        padding: 20px 14px;
    }

    .caution p {
        text-align: center;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .caution li h4 {
        font-size: 21px;
    }

    .period_inner .sub_point.green {
        font-size: 15px;
        height: 27px;
        padding: 2px 20px 0;
    }
}

@media screen and (max-width: 420px) {
    .plane_wr {
        margin-top: 10px;
    }

    .plane_wr img {
        width: 16px;
    }

    .plane_txt {
        font-size: 15px;
    }

    .caution li {
        width: 100%;
        padding: 10px;
    }

}


/* procedure */
.procedure {
    padding: 150px 0;
    background: #F6F9F9;
}

.proc_cont div {
    width: calc((100% - 140px) / 5);
    background: white;
    padding: 45px 25px 25px;
    border-radius: 15px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.proc_cont span {
    color: var(--main-color);
    font-size: 25px;
    font-weight: 800;
}

.proc_cont h3 {
    font-size: 25px;
    font-weight: 700;
}

.proc_cont p {
    color: #333;
    font-size: 17px;
}

.proc_cont .proc_img {
    margin: 40px 0 0 auto;
    display: block;
}

@media screen and (max-width: 1400px) {
    .procedure {
        padding: 100px 0;
    }

    .inherit .procedure .title.small,
    .inherit .step .title.small,
    .inherit .ready .title.small {
        margin: 20px 0 10px;
    }

    .procedure .inh_header {
        align-items: flex-start;
    }
}

@media screen and (max-width: 1280px) {
    .proc_cont {
        gap: 30px 10px;
    }

    .proc_cont>img {
        width: 10px;
    }

    .proc_cont div {
        width: calc((100% - 80px) / 3);
    }
}

@media screen and (max-width: 768px) {
    .procedure {
        padding: 70px 0;
    }

    .proc_cont div {
        width: calc((100% - 50px) / 2);
        padding: 30px 25px 25px;
    }

    .proc_cont h3 {
        font-size: 20px;
    }

    .proc_cont p {
        font-size: 16px;
    }

    .proc_cont .proc_img {
        margin: 20px 0 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .proc_cont {
        gap: 10px;
    }

    .proc_cont div {
        width: 100%;
        padding: 20px;
        position: relative;
    }

    .proc_cont h3 {
        margin: 10px 0 10px;
    }

    .proc_cont>img {
        display: none;
    }

    .proc_cont .proc_img {
        position: absolute;
        right: 25px;
        top: 5px;
        max-width: 40px;
        max-height: 35px;
    }
}


/* step */
.step {
    padding: 150px 0;
}

.step_cont {
    width: calc((100% - 80px) / 2)
}

.step_top {
    border-bottom: 1px solid #2b2b2b63;
}

.step_top span {
    background: var(--main-color);
    color: white;
    height: 35px;
    font-weight: 600;
    padding: 0 20px;
    border-radius: 5px;
    padding-top: 2px;
}

.step_top h3 {
    font-size: 30px;
    font-weight: 700;
}

.sb_ex {
    background: #F3F3F3;
    border-radius: 10px;
    padding: 25px;
}

.sb_ex:last-child {
    min-height: 130px;
}

.sb_ex.green {
    background: #F4F9F8;
    border: 1px solid #BDD5D0;
    min-height: 294px;
}

.step_cont:nth-child(3) .sb_ex.green,
.step_cont:nth-child(4) .sb_ex.green {
    min-height: 317px;
}

.sb_ex h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-color);
}

.sb_ex.green h4 {
    border-bottom: 1px solid #BDD5D0;
}

.sb_ex p,
.sb_ex li {
    font-size: 16px;
    line-height: 1.5;
}

.sb_ex b {
    font-weight: 700;
    font-size: 17px;
}

@media screen and (max-width: 1400px) {

    .step {
        padding: 100px 0;
    }

    .step_wrap {
        gap: 50px 20px;
    }

    .step_cont {
        width: calc((100% - 20px) / 2);
    }

    .sb_ex li {
        flex-wrap: wrap;
    }

}

@media screen and (max-width: 1024px) {

    .step_top {
        gap: 10px;
    }

    .step_top h3 {
        font-size: 25px;
    }

    .sb_ex h4 {
        font-size: 18px;
    }

    .sb_ex b {
        font-size: 16px;
    }

    .sb_ex {
        padding: 20px;
        min-height: unset !important;
    }


}

@media screen and (max-width: 768px) {

    .step_wrap {
        margin-top: 50px;
    }

    .step {
        padding: 70px 0;
    }

    .step_top h3 {
        font-size: 20px;
    }

    .step_top span {
        height: 30px;
        padding: 0 15px;
    }

    .step_cont {
        width: 100%;
    }

    .sb_ex li {
        gap: 0;
    }

    .sb_ex p {
        width: 100%;
        line-height: 1.3;
    }

    .sb_ex p,
    .sb_ex span {
        margin-top: 5px;
        display: inline-block;
        font-size: 15px;
    }

}

/* ready */
.ready {
    background: #F6F9F9;
    padding: 150px 0;
}

.ready_cont {
    overflow: hidden;
    border-radius: 20px;
    padding: 40px;
    width: calc((100% - 40px) / 2);
    background: white;
    position: relative;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.ready_cont:before {
    content: '';
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 380px;
    height: 380px;
    z-index: 0;
    opacity: 0.7;
    background: url(/resources/images/inherit/prepare_img.svg) center / cover no-repeat;
}

.ready_cont.green {
    background: var(--main-color);
    color: white;
}

.ready_cont * {
    z-index: 1;
    position: relative;
}

.ready_cont.green:before {
    opacity: 0.05;
}

.ready_cont i {
    background: var(--main-color);
    border-radius: 60px;
    width: 50px;
    height: 50px;
}

.ready_cont.green i {
    background: white;
}

.ready_cont h3 {
    font-size: 30px;
    font-weight: 600;
    border-bottom: 1px solid #235e5159;
}

.ready_cont.green h3 {
    border-bottom: 1px solid #ffffff70
}

.ready_cont li {
    border-bottom: 1px dashed #235e5159;
    padding-left: 10px;
}

.ready_cont.green li {
    border-bottom: 1px dashed #ffffff56;
}

.ready_cont li:last-child {
    border-bottom: unset;
}

.ready_cont ul b {
    font-weight: 700;
    font-size: 17px;
}

.ready_cont ul span {
    font-size: 16px;
}

@media screen and (max-width: 1400px) {
    .ready {
        padding: 100px 0;
    }

    .ready_wrap {
        gap: 20px;
    }

    .ready_cont {
        width: calc((100% - 20px) / 2);
    }
}

@media screen and (max-width: 1024px) {

    .ready_cont {
        padding: 35px 30px 30px;
    }

    .ready_cont li {
        padding-bottom: 15px;
        margin-bottom: 15px;
        padding-left: 0;
    }

    .ready_cont li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .ready_cont ul b {
        font-size: 16px;
    }

    .ready_cont ul span {
        font-size: 15px;
    }

}

@media screen and (max-width: 768px) {
    .ready {
        padding: 70px 0;
    }

    .ready_cont {
        width: 100%;
        padding: 30px 25px;
        border-radius: 15px;
    }

    .ready_cont:nth-child(3) {
        order: 4;
    }

    .ready_cont h3 {
        font-size: 25px;
    }

    .ready_cont i {
        width: 40px;
        height: 40px;
    }

    .ready_cont i img {
        width: auto;
        height: 23px;
        max-width: 23px;
    }

    .ready_cont:before {
        width: 300px;
        height: 300px;
        bottom: 0;
    }
}

@media screen and (max-width: 420px) {

    .ready_cont {
        padding: 25px 25px 30px;
    }

    .ready_cont h3 {
        font-size: 20px;
    }


}



/* inquiry */
.inquiry {
    padding: 150px 0 50px;
}

.inquiry_inner {
    align-items: flex-end;
}

.inquiry .title.small {
    font-weight: 500;
}

.inq_left {
    width: 700px;
}

.ch_cons {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #E3E3E3;
    border-radius: 20px;
    padding: 10px 10px 10px 30px;
}

.ch_txt {
    width: calc((100% - 300px))
}

.ch_cons b {
    font-size: 23px;
    font-weight: 600;
    border-bottom: 1px solid #aaa;
}

.ch_cons u {
    font-size: 18px;
    font-weight: 500;
}

.ch_cons p {
    color: #666;
}

.ch_cons .qr_img {
    width: 280px;
    height: 280px;
    border-radius: 20px;
    overflow: hidden;
    background: var(--main-color);
    padding: 5px;
}

.ch_cons .qr_img img {
    width: 100%;
    border-radius: 15px;
}

.ch_cons button {
    font-size: 20px;
    color: #371C1D;
    background: #F9E000;
    font-weight: 600;
    padding: 0 20px;
    border-radius: 10px;
    height: 55px;
    width: fit-content;
}

.inq_right {
    width: calc(100% - 750px);
    padding: 40px 30px;
    border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.inq_right h4 {
    font-size: 30px;
    font-weight: 700;
}

.inq_right input[type="time"],
.inq_right input[type="number"],
.inq_right input[type="text"],
.inq_right input[type="password"] {
    border: 1px solid #eee;
}

.inq_right button {
    font-size: 20px;
    font-weight: 600;
    padding: 0 20px;
    border-radius: 10px;
    height: 55px;
    background: #333;
    color: white;
}

/* 개인정보처리방침 */

.inh_ser {
    max-height: 200px;
    overflow: auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #f8f8f8;
    padding: 20px;
}

.inh_ser .inh_tit {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.inh_ser .inh_sub_tit {
    color: #777;
    margin-bottom: 30px;
    font-size: 16px;
}

.inh_ser .pri_num {
    font-size: 18px;
    margin: 30px 0 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1a1a1a;
    display: block;
}

.inh_ser strong {
    font-size: 16px;
}

.inh_ser ul {
    padding: 10px;
}

.inh_ser li {
    margin-bottom: 8px;
}

@media (max-width: 1280px) {

    .inquiry {
        padding: 100px 0 0;
    }

    .inq_left {
        width: 100%;
    }

    .ch_cons {
        margin: 50px 0 20px;
    }

    .inq_right {
        width: 100%;
        box-shadow: unset;
    }
}

@media (max-width: 768px) {

    .inquiry {
        padding: 70px 0 0;
    }

    .ch_cons {
        padding: 20px;
        border-radius: 10px;
    }

    .ch_cons button {
        font-size: 17px;
        height: 45px;
        padding: 0 20px 0 15px;
    }

    .ch_cons .qr_img {
        width: 200px;
        height: auto;
        border-radius: 10px;
    }

    .ch_txt {
        width: calc(100% - 220px);
    }

    .ch_cons .qr_img img {
        border-radius: 10px;
    }

    .ch_cons p {
        margin: 10px 0;
    }

    .inq_right {
        border-radius: 10px;
        padding: 25px 20px;
    }

    .inq_right h4 {
        font-size: 25px;
    }
}

@media (max-width: 650px) {
    .inq_right button {
        font-size: 17px;
        height: 50px;
    }
}

@media (max-width: 540px) {
    .ch_cons {
        gap: 10px;
    }

    .ch_txt {
        width: calc(100% - 210px);
    }

    .ch_cons b {
        font-size: 20px;
    }

    .ch_cons u {
        font-size: 16px;
    }

    .ch_cons button {
        font-size: 15px;
        height: 40px;
    }

    .ch_cons button img {
        width: 25px;
    }

    .ch_cons p br {
        display: none;
    }

}

@media (max-width: 480px) {

    .ch_cons {
        /* justify-content: center; */
    }

    .ch_txt,
    .ch_cons .qr_img {
        width: 100%;
        /* text-align: center; */
    }

    .ch_cons .qr_img {
        max-width: 200px;
    }

    .ch_cons button {
        /* margin: 0 auto; */
    }

    .inq_right h4 {
        font-size: 20px;
    }

    input[type="time"],
    input[type="number"],
    input[type="text"],
    input[type="password"] {
        font-size: 16px;
    }

    .inh_ser {
        padding: 15px;
        border-radius: 5px;
    }

    .inh_ser .inh_tit {
        font-size: 18px;
    }

    .inh_ser .inh_sub_tit {
        margin-bottom: 20px;
        font-size: 15px;
    }
}