/* sub banner */
.hd_sec {
    margin-bottom: 150px;
    position: relative;
}

.hd_sec img {
    max-width: 100%;
    width: 100%;
}

.hd_sec h1 {
    color: #fff;
    font-size: 5rem;
    font-weight: 600;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sc {
    margin-top: 100px;
}

.sc_1 {
    margin-top: 0;
}

/* sub category */
.sub_cat_box {
    max-width: 1540px;
    padding: 0 20px;
    margin:0 auto;
    margin-bottom: 100px;
}

.sub_cat_box h1 {
    color: #c5c7d1;
    font-size: 8rem;
    font-weight: 900;
    padding-bottom: 10px;
}

.sub_cat a {
    color: #919191;
    font-size: 1.7rem;
    display: inline-block;
}

.sub_cat a:not(:last-child) {
    padding-right: 35px;
}

.sub_cat a li {
    font-weight: 500;
    transition: .3s;
}

.sub_cat a li:hover {
    color: #404989;
}

.sub_cat a.active li {
    color: #1d1d51;
    font-weight: 700;
}

@media only screen and (max-width: 1440px) {
    .hd_sec h1 {
        font-size: 4rem;
    }
}

@media only screen and (max-width: 1280px) {
    .hd_sec h1 {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 1170px) {
    .hd_sec h1 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 1024px) {
    .sub_cat a:not(:last-child) {
        padding-right: 30px;
    }

    .sub_cat a {
        font-size: 2rem;
    }

    .sub_cat a:not(:last-child) {
        padding-right: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .hd_sec {
        margin-bottom: 120px;
    }

    .hd_sec h1 {
        font-size: 4rem;
    }

    .sub_cat a:not(:last-child) {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 550px) {
    .sub_cat_box h1 {
        font-size: 7rem;
    }
    
    .sub_cat a:not(:last-child) {
        padding-right: 22px;
    }

    .hd_sec h1 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 400px) {
    .sub_cat {
        overflow: scroll;
    }

    .sub_cat ul {
        display: flex;
    }
}

@media only screen and (max-width: 375px) {
    .sc {
        margin-top: 50px;
    }

    .hd_sec {
        margin-bottom: 100px;
    }

    .sub_cat_box {
        margin-bottom: 55px;
    }

    .sub_cat_box h1 {
        font-size: 5rem;
    }

    .sub_cat {
        padding-bottom: 20px;
    }

    .sub_cat a:not(:last-child) {
        padding-right: 18px;
    }

    .hd_sec h1 {
        font-size: 2.5rem;
    }
}


/* main form */
.form-box {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 95;
}

.form-box.active {
    position: relative;
    margin-top: 100px;
}

.down_btn i {
    padding-top: 1px;
}

.down .form_div, .down .signbox {
    display: none;
}

.down .form_txt {
    padding: 0;
}

.down .down_btn {
    padding-bottom: 2px;
}

.down .down_btn i {
    transform: rotate(180deg);
}

.form-box .form_div {
    margin-bottom: 0;
}

.quick_form {
    background-color: #433f3e;
    width: 100%;
}

.form_txt {
    font-size: 2.3rem;
    font-weight: 600;
    color: #fff;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.form_txt .down_btn {
    margin-left: 10px;
    border-radius: 50%;
    background: #fff;
    font-size: 1.2em;
    color: #676767;
    display: flex;
    width: 22px;
    height: 22px;
    justify-content: center;
    align-items: center;
    
    display: none;
}

.form_txt .tel_a {
    margin-left: 13px;
    font-weight: 600;
    display: inline-block;
    color: #f9c274 !important;
}

.form_wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_box {
    display: flex;
    padding: 0 10px;
}

.main_form {
    margin: 0 10px 0 0 !important;
}

.main_form:last-child {
    margin: 0 !important;
}

.form_input {
    font-size: 1.7rem;
    border-radius: 40px;
    max-width: 170px;
    padding: 10px 20px !important;
    height: 40px !important;
}

.form_input:focus {
    outline: none;
}

.form_input::placeholder {
    color: #989898;
    font-size: 1.6rem;
}

.signbox {
    padding: 0 10px;
}

.form_btn_submit {
    background-color: #f1c384;
    color: #000;
    font-size: 1.7rem;
    height: 40px !important;
    padding: 12px 20px;
    border-radius: 40px;
    display: flex;
    align-items: center;
}

.form_btn_submit p {
    text-align: left;
    line-height: 1.1;
}

.form_btn_submit b {
    margin-left: 2px;
    font-weight: 600;
}

.form_btn_submit i {
    color: #fff;
    font-size: 2rem;
    margin-right: 8px;
}

.privacy_box {
    position: fixed;
    z-index: 96;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    font-size: 1.6rem;
    background: #fff;
    color: #666;
    width: 500px;
    height: 500px;
    box-shadow: 10px 10px 23px rgb(0, 0, 0, 8%);

    display: none;
}

.privacy_box div {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 2px solid #111;
    margin-bottom: 30px;
}

.privacy_box h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #111;
}

.privacy_box i {
    font-size: 2rem;
    color: #111;
}

.close_btn {
    cursor: pointer;
}

@media only screen and (max-width: 1280px) {
    .form_txt {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .form_input {
        font-size: 1.7rem;
        max-width: 100px;
        height: 40px !important;
    }
    
    .form_btn_submit {
        height: 40px !important;
    }
}

@media only screen and (max-width: 550px) {
    .form_txt {
        display: flex;
    }

    .form_txt .down_btn {
        display: flex;
    }
    

    .form_wrap {
        flex-direction: column;
    }

    .form_txt {
        padding-bottom: 10px;
    }
    
    .form_box {
        padding: 0;
    }

    .form_input {
        max-width: 100%;
        width: 100%;
    }
    
    .signbox {
        width: 100%;
        padding: 5px 0;
    }

    .form_btn_submit {
        width: 100%;
        justify-content: center;
        height: 33px !important;
    }

    .privacy_box {
        padding: 30px;
        width: 300px;
        height: 500px;
    }
}

/* TOP버튼 */
.top-btn{
	position:fixed;opacity: 0;bottom:20px; right:20px; 
    display:flex; flex-direction: column; gap: 10px; 
    width:46px; height:auto; 
    
    text-align:center; color:#333; z-index:94;
}

.top-btn .quick_btn{
    width: 100%; height: 46px;
    border:1px solid #eee;
    background-color:#fff; 
    box-sizing:border-box;
    -webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;transition:all 0.6s;
    -webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;
}

.top-btn a.quick_btn{
    background: #f3b43c;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-btn a.quick_btn img{
    width: 60%;
}

.on.top-btn {
   bottom: 30px;
   opacity: 1; 
}

.top-btn.bottom-fixed{bottom:55px; opacity:1.0;}

.top-btn i {display:inline-block; font-size:16px; line-height:46px; transition:all 0.3s}

.top-btn:hover i {transform:translateY(-3px)}

#fullpage .top-btn{display:none;}

.blind {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
}

@media only screen and (max-width: 550px) {
    .top-btn {
        width: 50px;
        height: auto; 
    }

    .top-btn .quick_btn{
        height: 50px;
    }

    .top-btn i {
        line-height: 40px;
    }

    .on.top-btn {
        bottom: 65px;
        opacity: 1;
    }
}

/* move.php */
.move_box table {
    font-size: 15px;
}

/* information */
.info_sc {
    width: 100%;
    max-width: 1540px;
    padding: 0 20px 50px 20px;
    margin: 0 auto;
}

.coll_wrap {
    margin-bottom: 70px;
}

.info_top {
    border-bottom: 2px solid #000;
    padding-bottom: 40px;
    text-align: center;
}

.info_top h2 {
    font-size: 28px;
    font-weight: 500;
}

.info_box {
    font-size: 1.6rem;
    color: #333;
    padding-top: 50px;
}

.info_box h1 {
    font-weight: 600;
}

.info_box p {
    padding-top: 10px;
    line-height: 1.7;
}

.info_txtbox {
    margin-top: 60px;
}

.info_txt {
    margin-top: 50px;
}

@media only screen and (max-width: 768px) {
    .info_box {
        font-size: 2rem;
        color: #333;
        padding-top: 50px;
    }
}

/* 팝업레이어 */
#hd_pop {
    z-index:3000;
    position:relative;
}

.hd_pops {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
}

.hd_pops img {
    max-width:100%
}

.hd_pops_footer {
    padding: 0;
    background: #000;
    color: #fff;
    text-align: left;
    position: relative;
    border-top: 1px solid #ddd;
}

.hd_pops_footer button {
    padding: 13px 10px;
    border: 0;
    color: #fff;
    width: 50%;
    font-size: 14px;
}

.hd_pops_footer .hd_pops_reject {
    background: #fff;
    color: #111;
    border-right: 1px solid #ddd;
}

.hd_pops_footer .hd_pops_close {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    color: #111;
}

.hd_pops_footer strong {
    display: inline-block;
}

@media only screen and (max-width: 550px) {
    .hd_pops {
        width: 90%;
        left: 50% !important;
        transform: translateX(-50%);
    }

    .hd_pops img {
        width:100%;
        height:auto;
    }
    .hd_pops_con {
        width: auto!important;
        height: auto!important
    }
}