@charset "utf-8";

* {
    -webkit-tap-highlight-color: transparent;
    word-break: keep-all;
}

/* *::-webkit-input-placeholder {
	color: #fff;
	opacity: 0.8;
}

*:-moz-placeholder {
	color: #fff;
	opacity: 0.8;
}

*::-moz-placeholder {
	color: #fff;
	opacity: 0.8;
}

*:-ms-input-placeholder {
	color: #fff;
	opacity: 0.8;
} */

body::-webkit-scrollbar-track {
    background-color: #424345;
}

body::-webkit-scrollbar {
    width: 6px;
    opacity: 0.5;
}

body::-webkit-scrollbar-thumb {
    background-color: #102f57;
    border-radius: 100px;
}




#wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.only_web {
    display: block !important;
}

.only_mo {
    display: none !important;
}

[class^="inner"] {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 26px);

}

.inner {
    max-width: 1400px;
}

.more_btn {
    display: inline-block;
    padding-right: 28px;
    font-size: 1.25rem;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    color: #252525;
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-image: url('../img/ico/ico_more_black.png');
}

.more_btn.white {
    color: #fff;
    background-image: url('../img/ico/ico_more_white.png');
}

.paging {
    margin-top: 60px;
}

.paging .page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paging .page li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #666;
    border: 2px solid transparent;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 4px;
    box-sizing: border-box;
}

.paging .page li.active a {
    border-color: var(--c-pt);
    color: var(--c-pt);
}

.paging .page li.active a>* {
    font: inherit;
}

.paging .page li.first_page a {
    font-size: 0;
    background-image: url('../img/btn/pager_all_pr.png');
}

.paging .page li.preview a {
    font-size: 0;
    background-image: url('../img/btn/pager_pr.png');
}

.paging .page li.next a {
    font-size: 0;
    background-image: url('../img/btn/pager_ne.png');
}

.paging .page li.last_page a {
    font-size: 0;
    background-image: url('../img/btn/pager_all_ne.png');
}

/* //common */



/* header */
#header {
    position: relative;
    /* top: 0;
    left: 0; */
    width: 100%;
    z-index: 50;
    transition: all 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#header.bg_w {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
}

#header .inner {
    display: flex;
    align-items: center;
    height: 8vw;
    max-height: 100px;
    min-height: 60px;
}

#header .logo {
    width: 11vw;
    min-width: 58.5px;
    max-width: 117px;
    flex-shrink: 0;
}

#header .logo a {
    display: block;
}

#header .gnb {
    display: inline-block;
    margin-left: 13.52083vw;
}

#header .gnb_list {
    display: flex;

}

#header .gnb_list li {
    position: relative;
    display: flex;
    align-items: center;

}

#header .gnb_list li+li {
    margin-left: 3.6458vw;
}

#header .gnb_list li a {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    display: block;
    padding: 10px;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    text-wrap: nowrap;
}

#header.bg_w .gnb_list li a {
    color: #252525;
}

#header .gnb_list li a.on {
    color: var(--c-pt);
    border-bottom: 1px solid var(--c-pt);
}

#header .gnb_list li .dep02 {
    display: none;
}

#header .gnb_list li.dep_02_open .dep02 {
    display: block;
    position: absolute;
    background: #fff;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    line-height: 96px;
    text-align: center;
    font-size: 1.125rem;
    border-radius: 4px;
}

#header .gnb_list li.dep_02_open .dep02 a {
    color: #454545;
    padding: 0;
    border: none;
}

#header .gnb_list li.dep_02_open .dep02 a:hover,
#header .gnb_list li.on.dep_02_open .dep02 a {
    color: var(--c-pt);
}


/* //header */







/* footer */
#footer {
    background-color: var(--bg-color1);
    padding: 40px 0 68px;
}

#footer .inner {
    display: flex;
    align-items: start;
}

#footer .foot_info {
    padding-top: 10px;
}

#footer .foot_info span {
    white-space: nowrap;
}

#footer .foot_info span.address {
    white-space: unset;


}

.partners_list {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(219, 219, 219, .3);
}

.partners_list a {
    display: inline-block;
}

.partners_list a+a {
    margin-left: 20px;
}

#footer .copy,
#footer address {
    color: #f2f2f2;
    opacity: 0.4;
    line-height: 1.75;

}

#footer address {
    margin: 25px 0;
}

#footer .footer_link a {
    display: inline-block;
    font-size: 1.0625rem;
    color: #fff;
}

#footer .footer_link small {
    opacity: 0.4;
    margin-left: 1em;
}

#footer .foot_logo {
    display: block;
    margin-right: 40px;
    width: 93px;
    flex-shrink: 0;
}

#footer .foot_logo a {
    display: block;
    width: 100%;
}

/* //footer */

/* top_btn */
.inquiry_quick_btn {
    position: fixed;
    bottom: 7.8%;
    right: 5.2%;
    z-index: 100;
}

.inquiry_quick_btn *+* {
    margin-top: 17px;
}

.inquiry_quick_btn a,
.inquiry_quick_btn button {
    border-radius: 50%;
    display: block;
    width: 80px;
    height: 80px;
}

.inquiry_quick_btn button {

    background: var(--c-pt2) url(../img/btn/inquiry_btn.png) no-repeat center;
}


small.web {
    display: inline-block !important;
}

small.mo {
    display: none !important;
}

/* tablet */
@media screen and (max-width: 1200px) {
    html {
        font-size: 15px;
    }

    #header .gnb {
        display: inline-block;
        margin-left: 9.52083vw;
    }

    #header .gnb_list li+li {
        margin-left: 2.6458vw;
    }
}

@media screen and (max-width: 950px) {
    html {
        font-size: 14px;
    }
}


/* mobile */
@media screen and (max-width: 850px) {

    /* common */
    html {
        font-size: 13px;
    }

    .only_web {
        display: none !important;
    }

    .only_mo {
        display: block !important;
    }

    small.web {
        display: none !important;
    }

    small.mo {
        display: inline-block !important;
    }

    /* pager */
    .paging {
        margin-top: 40px;
    }

    .paging .page li+li {
        margin-left: 7px;
    }

    .paging .page li a {
        width: 30px;
        height: 30px;
        border-width: 1.5px;
        font-size: 14px;
        border-radius: 4px;
        background-size: auto 9px;
    }

    /* header */
    #header.on::after {
        display: none;
    }

    #header .inner {
        justify-content: space-between;
        /* height: 60px; */
        position: relative;
        z-index: 9999999;
    }

    #header .gnb {
        display: none;
    }

    .inquiry_quick_btn {
        position: static;
        margin-right: 10px;
    }

    #header.on .inquiry_quick_btn {
        height: 0;
        visibility: hidden;
    }
    .inquiry_quick_btn *+*{
        margin-top: 0;
        margin-left: 5px;
    }
    .inquiry_quick_btn a,
    .inquiry_quick_btn button {
        display: inline-block;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-size: 18px;
    }






    #header .ham_btn {
        display: block;
        width: 40px;
        height: 40px;
        z-index: 1;
        background: url("../img/ico/ham_ico.png") no-repeat;
        background-size: contain;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    #header .ham_btn.b {
        background-image: url("../img/ico/ham_ico_b.png");
    }

    #header .ham_btn.on {
        background-image: url("../img/ico/ham_close_ico.png");
    }

    /* //header */

    /* all_menu_wrap */

    .all_menu_wrap {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        padding-top: 60px;
        left: 0;
        transform: translateX(100%);
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 111;
        transition: transform .3s ease;
    }

    .all_menu_wrap::before {
        content: '';
        background-color: var(--c-pt);
        width: 100%;
        height: 60px;
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .all_menu_wrap.open {
        transform: translateX(0);
    }

    .all_menu_wrap .all_menu {
        flex: 1;
        max-height: calc(100% - 50px);
        overflow-y: auto;
    }

    .all_menu_wrap .all_menu a {
        display: block;
        width: 100%;
        height: 45px;
        line-height: 44px;
        border-bottom: 1px solid #eee;
        padding: 0 20px 0 20px;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
    }

    /* //all_menu_wrap */

    /* footer */
    #footer {
        padding: 30px 0 40px;
    }

    #footer .inner {
        display: block;
    }

    #footer .foot_info {
        padding-top: 25px;
    }

    #footer .copy,
    #footer address {
        font-size: 11px;
        line-height: 1.636;

    }

    #footer address {
        margin: 20px 0;
    }

    #footer .footer_link a {
        font-size: 13px;
    }

    #footer .footer_link small {
        height: .8em;
    }

    #footer .foot_logo {
        margin-right: 0;
        width: 65.5px;
    }

    .partners_list{
        padding-top: 20px;
        margin-top: 20px;
        white-space: nowrap;
        overflow-y: auto;
    }
    .partners_list a{
        width: 72.5px;
        
    }
    .partners_list a + a{
        margin-left: 5px;
    }
    /*//footer  */


    .top_btn button {
        border-radius: 5px;
        box-shadow: 0px 5px 17.25px 1.75px rgba(69, 69, 69, 0.49);
        width: 48px;
        height: 48px;
        color: #ffffff;
        line-height: 1;
        font-size: 10px;
    }

    .top_btn button i {
        margin-bottom: 5px;
        width: 6.5px;
        height: 7px;
        background-size: 6.5px;
        background-image: url(../img/main/m_top_btn.png);
    }

    .top_btn.on {
        position: absolute;
        bottom: 218px;
    }















}

/* IE10+ */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    html {
        height: 100%;
        overflow: hidden;
    }

    body {
        height: 100%;
        overflow: auto;

    }

    .contact_tab a::before,
    .contact_tab a::after {
        display: none !important;
        height: 0;
        visibility: hidden;
    }

    .contact_tab a {
        border: 1px solid #dbdbdb;
    }

    .contact_tab a+a {
        margin-left: -1px;

    }

}