@charset "utf-8";
@import url(../../../fonts/S_Core_Dream/S_Core_Dream.css);

/* ------ common ------ */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    font-family: "Noto Sans KR";
    color: #333333;
    -webkit-text-size-adjust : none;
    -ms-text-size-adjust : none;
    -moz-text-size-adjust : none;
    -o-text-size-adjust : none;
}

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,
input[type="checkbox"],
input[type="radio"],
.text_label span
{
    cursor: pointer;
}

#gnb_wrap{
    max-width:800px !important;
}


#landing_container {
    width: 100%;
    box-sizing: border-box;
}

.container {
    position: relative;
}

.container_wrap {
    width: 800px;
    /*
    max-width:750px;
    */
    margin: auto;
    text-align: center;
    position:relative;
}
.hidden{
    display:none;
}
.section{
    position:relative;
    text-align: center;
}

button{
    cursor: pointer;
}

.request{
    padding:70px 50px;
    box-sizing: border-box;
    background:url(/landing_s/20240507/images/main_bg.png?v=1) no-repeat 0 0;
}

.request .input_container .action_btn{
    margin-top:86.27px;
    background: transparent;
}

.result_btn {
    position: absolute;
    background: transparent;
    text-align: center;
    bottom: 100px;
    left: 50%;
    transform: translate(-62%);
    width: 480px;
    height: 162px;
}

.modalBtn {
    position: absolute;
    background: transparent;
    text-align: center;
    bottom: 704px;
    left: 50%;
    transform: translate(-50%);
    width: 365px;
    height: 300px;
    /* background-color: #000; */
}

.bg-black {
    background: #000000cf;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
}


.action_btn {
    width: 100%;
    max-width: 750px;
    background: transparent;
    background: #1D688D;
    color: #fff;
    height: 174px;
    line-height: 174px;
    font-size: 48px;
    position:relative;
    z-index: 1;
}

.result_btn::after {
    content: "";
    position: absolute;
    right: 30px;
    font-size: 25px;
}


.action_btn.bot_btn {
    width: 100%;
    max-width: 800px;
    position:sticky;
    bottom:0;
    background:#1D688D;
    display:none;
}
.action_btn.bot_btn span {
    color:#FFFFFF;
}
.action_btn.bot_btn.view{
    display:block;
}


.before {
    background:url(/landing_s/20240507/images/ba_bg.png?ver=3) no-repeat 0 0;
    width:100%;
    height:1500px;
    position:relative;
    text-align: center;
}

.before .main_slide{
    padding-top:304px;
    position:relative;
    overflow: hidden;
    box-sizing: border-box;

}
.before02{
    background:url(/landing_s/20240109_01/images/fo_bg.png?ver=2) no-repeat 0 0;
    width:100%;
    height:1400px;
    position:relative;
    text-align: center;
}

.before02 .main_slide02{
    padding-top:410px;
    position:relative;
    overflow: hidden;
    box-sizing: border-box;

}

#applicant_frm input[type='text']:focus,
#applicant_frm input[type='number']:focus {
    border:2px solid #FFC8F0;
    outline: transparent;
}

#applicant_frm input[type='checkbox']:checked{background-color: #F364CB;border: 2px solid #F364CB;}


.aasas {
    position: absolute;
    bottom: 78px;
    right: 149px;
}

.sub_btn {
    margin-top: 40px;
}