/* ========== header ========== */

.header {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 6.6667em;
    background: #fff;
    /* box-shadow: 2px 2px 2px #F3F3F3; */
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 8%);
}

.logo .img-wrap {
    display: inline-block;
    width: 10.6667em;
}

.header_innerwrap {
    position: relative;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    gap: 5em;
}


.pc_nav {
    position: relative;
    justify-content: space-between;
    gap: 1em;
    font-weight: 500;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.pc_nav .dept_1 {
    align-items: center;
    justify-content: center;
    width: calc((100% - (1em * 5)) / 6);
    height: 100%;
}

.pc_nav .dept_1 .item {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.3em;
}



.pc_nav .item-wrap {
    display: none;
    position: absolute;
    top: 6.6667em;;
    width: 15.3334em;
    background-color: #fff;
}
.pc_nav .dept_1:hover .item-wrap {
    display: block;
}


.pc_nav .dept_2:hover {
    background-color: #dadada;
}

.dept2_item {
    padding: 1.25em;
    font-size: 1.0667em;
}


/* ========== //header ========== */

/* ========== 공통사항 ========== */

.section {
    overflow: hidden;
}

.common_title {
    font-size: 2.3em;
    font-weight: 500;
    margin-bottom: 1.42em;
}

.sub_visual {
    justify-content: center;
    width: 100%;
    height: 22.3334em;
    color: #fff;
    background: #0063F2 url("/resources/images/point.svg")no-repeat right bottom;
    background-position-y: -20%;
    margin-bottom: 10em;
    padding-top: 5em;
}

.sub_visual .sub_nav {
    padding-bottom: 3em;
}

.sub_visual .sub_nav {
    padding-bottom: 3em;
    gap: 1.3334em;
}

.sub_visual .sub_nav .item {
    font-weight: 400;
}


.sub_visual .txt-wrap {
    gap: 1.6667em;
}

.sub_visual .txt-wrap .title {
    font-size: 2.3334em;
    /* font-weight: 300; */
    font-weight: 400;
}

.sub_visual .txt-wrap .desc {
    font-size: 1.2em;
}


.sub_visual2 {
    height: 22.3334em;
    justify-content: space-between;
}

.sub_visual2 .inner-wrap {
    padding-top: 4em;
}

.sub_visual2 .tab-wrap {
    gap: 1em;
    height: 4.6667em;
}

.sub_visual2 .tab-wrap .tab {
    width: calc((100% - (1em * 3)) / 4);
}


.product .sub_visual2 .tab-wrap .tab {
    width: calc((100% - (1em * 6)) / 7);
}

.sub_visual2 .tab-wrap .tab {
    border: 1px solid #fff;
    border-radius: 1.3334em 1.3334em 0 0;
    font-weight: 500;
}
.sub_visual2 .tab-wrap .tab.on {
    background-color: #fff;
    color: #0063F2;
}

.sub_visual2 .tab-wrap .tab:hover {
    background-color: #fff;
    color: #0063F2;
}

.sub_visual2 .tab-wrap .tab .item {
    width: 100%;
    font-size: 1.2em;
}

/* ========== //공통사항 ========== */


/* ========== footer ========== */

.footer {
    justify-content: space-between;
    height: 12.3em;
    color: #fff;
    background-color: #242424;
}

.footer-wrap {
    position: relative;
    height: calc(100% - 3.3334em);
    justify-content: center;
}

.top_btn {
    position: absolute;
    top: -3.3334em;
    right: 0;
    background-color: #E5D3BF;
    border-radius: 99px 99px 0 0;
    color: #000;
    width: 3em;
    height: 3.3334em;
}

.top_btn .btn_txt {
    font-weight: 600;
    font-size: 0.9334em;
}


.footer .logo {
    width: 10.6em;
}

.footer .inner-wrap {
    gap: 3.3em;
}

.footer .txt-wrap {
    flex-wrap: wrap;
    width: 46.6667em;
    font-weight: 300;
}

.footer .txt {
    color: #949494
}

.footer .txt:nth-of-type(1) {
    padding-bottom: 0.73em;
    padding-right: 1em;
}

.footer .txt + .txt {
    padding-right: 1em;
}

.footer .txt span {
    color: #CCCCCC;
    padding-left: 0.73em;
}

.footer .menu {
    font-weight: 400;
}

.footer .item {
    padding: 0 1em;
}

.footer .item:nth-last-child(1) {
    padding: 0 0 0 1em;
}

.footer .menu .item + .item {
    border-left: 1px solid #707070;
}

.copyright {
    align-items: center;
    height: 3.3334em;
    font-size: 0.9334em;
    font-weight: 500;
    color: #000;
    background-color: #CECECE;
}

.footer .by {
    padding: 0.3571em 0.7142em;
    border: 1px solid #242424;
    border-radius: 9999px;
}

.footer .by:hover {
    background-color: #242424;
    color:#fff;
    border: 1px solid #242424;
}


/* ========== //footer ========== */

.tablet_nav {
    display: none;
}

.tablet_nav .li_wrap .img-wrap img {
    width: 1em;
}


.ham_wrap {
    display: none;
    position: fixed;
    right: 20px;
    z-index: 9999;
    top: calc(5em / 2);
    transform: translateY(-50%);
}

.ham_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 200vh;
}

.on .tablet_nav + .ham_bg {
    display: block;
}


.hamBtn i {
    font-size: 2.5em;
}

.tablet_nav {
    display: block;
    position: fixed;
    top: 5em;
    left: -100%;
    z-index: 9998;
    transform: translateX(-300%);
    transition: transform 0.5s;
    background: #fff;
    min-width: 18.5715em;
    max-width: 35.7143em;
    height: 100%;
    padding: 0px 1.6666em 1.4286em 1.4286em;
    overflow-y: scroll;
}



.on .tablet_nav {
    left: 0;
    transform: translateX(0);
}

.tablet_nav nav {
    height: 57.1428em;
    padding-top: 2.1428em;
}

.tablet_nav .txt {
    font-size: 1.2142em;
    font-weight: 500;
    
    padding-left: 0.5882em;
}

.tab_gnb_wrap {
    flex-direction: column;
}

.li_wrap {
    color: #333;
}

.li_wrap .tab_wrap {
    display: flex;
    justify-content: space-between;
}

.li_wrap > a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1em 0;
    border-bottom: 1px solid #eee;
}

.tab_depth-1 {
    flex-direction: column;
    border-top: 1px solid #c2c2c2;
}

.tablet_nav nav .tab_depth-1 {
    display: none;
}

.tablet_nav nav .on .tab_depth-1 {
    display: block;
    background-color: #F8F8F8;
    padding: 1.428em 0;
}

.tab_depth-1 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.5em 0;
    text-indent: 1.7858em;
    color: #707070;
    font-weight: 400;
    font-size: 1.0714em;
}


