.inner {max-width: 1400px; width: 100%; margin: 0 auto;}

/* header */
#header {position: fixed; top: 0; left: 0; width: 100%; min-width: 360px; height: 100px; padding: 0 100px; z-index: 100; transition: all .2s;}
#header .header_inner {position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between;}
#header .logo {font-size: 0;}
#header .logo a {position: relative; display: inline-block; vertical-align: bottom;}
#header .logo a img {height: 38px;}
#header .logo a .logo_wh {display: inline-block;}
#header .logo a .logo_bk {display: none;}
#header .logo a span {font-size:20px; display:inline-block; line-height:125%; color:#fff; margin-left:10px;}


/* header white */
#header.wh {background-color: rgba(255, 255, 255, .95); border-bottom: 1px solid #eee; backdrop-filter: blur(5px);}
#header.wh .logo a span {color: #585858;}
#header.wh .logo a .logo_wh {display: none;}
#header.wh .logo a .logo_bk {display: block;}
#header.wh .gnb ul li a {color: #333;}
#header.wh .util {background-color: #0645a0;}

/* header gnb */
.gnb {display: inline-block; margin-left: auto; margin-right: 60px;}
.gnb>ul>li {position: relative; display: inline-block; margin: 0 20px;}
.gnb>ul>li>a { display: block; font-size: 20px; padding: 35px 0; color: #fff;}

@media (min-width: 1025px) {

    /* header gnb depth */
    .gnb_depth {position: absolute; top: 100%; left: 50%; margin-left: -90px; width: 180px; background-color: rgba(255, 255, 255, .95); border-radius: 10px; transform: translateY(0); opacity: 0; visibility: hidden; box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2); transition: all .35s; backdrop-filter: blur(5px);}
    .gnb_depth>li {text-align: center;}
    .gnb_depth>li+li {border-top: 1px solid #eee;}
    .gnb_depth>li>a {display: block; font-size: 16px; padding: 15px 10px; transition: all .3s;}
    .gnb_depth>li:hover>a {color: #0645a0 !important;}

    /* header gnb hover depth */
    .gnb>ul>li:hover .gnb_depth {opacity: 1; visibility: visible; transform: translateY(-15px);}
}

/* header util */
.util {
    display: inline-block;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 30px;
    padding: 4px 0;
}

.util ul li {
    position: relative;
    display: inline-block;
    padding: 0 15px;
}

.util ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    background-color: rgba(255, 255, 255, .3);
    width: 1px;
    height: 16px;
}

.util ul li:last-child:after {
    content: none;
}

.util ul li a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.side_btn {
    display: none;
}

/* quick menu */
.quick_menu {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.quick_menu .quick_site {
    position: relative;
    display: block;
    width: 60px;
    height: 240px;
}

.quick_menu .quick_site a {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.quick_menu .quick_site:first-child a {
    background-color: #0645a0;
    border-radius: 10px 0 0 0;
}

.quick_menu .quick_site:last-child a {
    background-color: #333;
    border-radius: 0 0 0 10px;
}

.quick_menu .quick_site a span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    writing-mode: vertical-rl;
}

.quick_panel {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .6);
    overflow-x: hidden;
    overflow-y: auto;
}

.quick_panel .depth_box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;
}

.quick_panel .depth_box .tit {
    position: relative;
    display: block;
    background-color: #0c5cb9;
    text-align: center;
    font-family: 'GmarketSansMedium';
    padding: 30px 0 25px;
}

.quick_panel .depth_box .tit h3 {
    font-size: 24px;
    color: #fff;
    line-height: 1;
}

.quick_panel .depth_box .tit .close {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(../images/common/icon_close.png) no-repeat 50% 50%;
    background-size: 30px auto;
}

.quick_panel .depth_menu {
    padding: 60px 60px;
    font-size: 0;
}

.quick_panel .depth_menu li {
    display: inline-block;
    width: calc(25% - 30px);
    margin: 0 15px;
    padding: 15px 0;
    background: url(../images/common/icon_link.png) no-repeat right 50%;
    border-bottom: 1px solid #eee;
}

.quick_panel .depth_menu li a {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.quick_panel .depth_menu li a:hover {
    color: #0c5cb9;
    text-decoration: underline;
}


/* footer */
#footer {
    position: relative;
    background-color: #222;
    padding: 60px 0 70px;
}

#footer:after {
    content: '';
    display: block;
    clear: both;
}

#footer .foot_left {
    float: left;
    width: 50%;
}

#footer .foot_left strong {
    font-size: 18px;
    color: #5192ed;
    font-family: 'GmarketSans';
    font-weight: 600;
    line-height: 1;
    word-break: keep-all;
}

#footer .foot_menu {
    margin-left: -12px;
    margin-top: 40px;
}

#footer .foot_menu li {
    position: relative;
    display: inline-block;
    padding: 0 12px;
}

#footer .foot_menu li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2.5px;
    margin-right: -2.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .3);
}

#footer .foot_menu li:last-child:after {
    content: none;
}

#footer .foot_menu li a {
    font-size: 1rem;
    color: #fff;
}

#footer .foot_info {
    margin-top: 30px;
}

#footer .foot_info li {
    font-size: 1rem;
    color: #999;
    margin-right: 20px;
}

#footer .foot_info li+li {
    display: inline-block;
}

#footer .foot_right {
    float: right;
    width: 50%;
}

.foot_family {
    position: relative;
    text-align: right;
}

.family_site {
    position: relative;
    display: inline-block;
}

.family_site+.family_site {
    margin-left: 20px;
}

/* .family_site.site01 {right: 220px;}
.family_site.site02 {right: 0;} */
.family_site .family_btn {
    position: relative;
    background: #fff;
    width: 200px;
    height: 40px;
    text-align: left;
    color: #666;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 10px;
    letter-spacing: -0.05rem;
}

.family_site .family_btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-top: 6px solid #0645a0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transition: all .3s;
}

.family_site ul {
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    width: 100%;
    max-height: 167px;
    overflow-y: auto;
    background: #f8fafb;
    border-radius: 10px;
    position: absolute;
    z-index: 10;
    text-align: left;
}

.family_site ul li {
    padding: 10px 10px;
    border-top: 1px solid #eee;
    font-size: 14px;
}

.family_site ul li:first-child {
    border-top: 0;
}

.family_site ul li a {
    color: #666;
    display: block;
}

.family_site ul li a:hover {
    color: #0645a0;
}

.family_site .family_btn.on:after {
    transform: rotate(180deg);
}

#footer .copyright {
    text-align: right;
    margin-top: 120px;
}

#footer .copyright p {
    color: #fff;
    font-family: 'Play';
}

#footer .copyright p b {
    color: #5192ed;
    font-weight: 400;
}


@media (max-width: 1400px) {
    .inner {
        max-width: none;
        padding: 0 4%;
    }

    #header {
        padding: 0 4%;
    }

    .quick_panel .depth_box {
        max-width: none;
        width: 80%;
    }
}

@media (max-width: 1200px) {
    .gnb {
        margin-right: 10px;
    }

    .gnb>ul>li {
        margin: 0 10px;
    }

    .gnb>ul>li>a {
        font-size: 1rem;
    }
}

@media (max-width: 1024px) {
    #header {
        height: 80px;
    }
	#header .logo a span {font-size:18px; font-family: 'Pretendard';}
	
    .gnb_wrap {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: #222;
        z-index: 500;
        padding: 80px 30px;
        transition: right .5s ease;
        margin-right: 0;
    }

    .gnb {
        margin-right: 0;
    }

    .gnb>ul>li {
        display: block;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .gnb>ul>li>a {
        position: relative;
        font-size: 32px;
        font-weight: 600;
        padding: 10px 0;
    }

    .gnb>ul>li>a:after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #5192ed;
        margin-left: 5px;
    }

    #header.wh .gnb>ul>li>a {
        color: #fff;
    }

    .gnb_depth {
        margin-left: -10px;
    }

    .gnb_depth>li {
        position: relative;
        display: inline-block;
        padding: 0 10px;
    }

    .gnb_depth>li:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        background-color: rgba(255, 255, 255, .5);
        width: 5px;
        height: 5px;
        border-radius: 50%;
        margin-right: -2.5px;
    }

    .gnb_depth>li:last-child:after {
        content: none;
    }

    .gnb_depth>li>a {
        position: relative;
        display: block;
        font-size: 18px;
        color: rgba(255, 255, 255, .7) !important;
    }

    .util {
        display: block;
        background-color: transparent;
        margin-top: 30px;
    }

    .util ul li a {
        font-weight: 600;
    }

    #header.wh .util {
        background-color: transparent;
    }

    .side_btn {
        display: block;
        position: relative;
        width: 28px;
        height: 20px;
        background: transparent;
        cursor: pointer;
        z-index: 999;
    }

    .side_btn {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .side_btn .menu_btn {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .side_btn .menu_btn .bar {
        position: absolute;
        left: 0;
        display: block;
        width: 100%;
        height: 3px;
        background: #fff;
        border-radius: 3px;
        transition: all .3s;
    }

    .side_btn .menu_btn .bar:nth-child(1) {
        top: 0;
    }

    .side_btn .menu_btn .bar:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
    }

    .side_btn .menu_btn .bar:nth-child(3) {
        bottom: 0;
    }

    #header.wh .side_btn .menu_btn .bar {
        background-color: #0645a0;
    }

    /* menu open */
    .menu_open .gnb_wrap {
        right: 0;
    }

    .menu_open .side_btn .menu_btn .bar {
        background: #fff !important;
    }

    .menu_open .side_btn .menu_btn .bar:nth-child(1) {
        transform: rotate(45deg);
        top: 50%;
    }

    .menu_open .side_btn .menu_btn .bar:nth-child(2) {
        display: none;
    }

    .menu_open .side_btn .menu_btn .bar:nth-child(3) {
        transform: rotate(-45deg);
        bottom: auto;
        top: 50%;
    }

    .quick_menu {
        display: none;
    }


    #footer .foot_left strong {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    #footer {
        padding: 100px 0 40px;
        text-align: center;
    }

    #footer .foot_left {
        float: none;
        width: 100%;
    }

    #footer .foot_right {
        float: none;
        width: 100%;
    }

    .foot_family {
        position: absolute;
        top: 30px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    #footer .copyright {
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .gnb>ul>li>a {font-size: 26px;}
}

@media (max-width: 425px) {
    /* #header .logo a {display: block; text-align: center;} */
    #header .logo a img {height: 22px;}
    /* #header .logo a:first-child {padding-right: 0;}
    #header .logo a:last-child {padding-left: 0; margin-top: 5px;}
    #header .logo a:after {content: none;} */
    #header .logo a span {font-size: 16px; margin-left: 5px;}
    .gnb_wrap {padding-left: 20px; padding-right: 20px;}
    .gnb > ul > li > a {font-size: 20px;}
    .gnb_depth > li > a {font-size: 1rem;}

    .family_site {width: calc(50% - 20px); float: left; margin: 0 10px;}
    .family_site .family_btn {width: 100%;}
    .family_site + .family_site {margin-left: 10px;}
}

@media (max-width: 375px) {
    /* #header .logo a {display: block; text-align: center;} */
    #header .logo a img {height: 22px;}
    /* #header .logo a:first-child {padding-right: 0;}
    #header .logo a:last-child {padding-left: 0; margin-top: 5px;}
    #header .logo a:after {content: none;} */
    #header .logo a span {font-size: 14px; margin-left: 3px;}
    .gnb_wrap {padding-left: 20px; padding-right: 20px;}
    .gnb > ul > li > a {font-size: 20px;}
    .gnb_depth > li > a {font-size: 1rem;}

    .family_site {width: calc(50% - 20px); float: left; margin: 0 10px;}
    .family_site .family_btn {width: 100%;}
    .family_site + .family_site {margin-left: 10px;}
}