@charset "utf-8";

/*
	Copyright(c) 2019 Onlinepowers
	http://www.onlinepowers.com
*/


/* ============================ common ============================ */
.scroll_none {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.container {
    position: relative;
}





/* ============================ header ============================ */
#header {
    background: #fff;
}

#header .header_top {
    position: relative;
    padding: 8px 0;
    border-bottom: 1px solid #e2e2e2;
}

#header .header_top .container {
    position: static;
    padding-right: 16px;
}

#header .header_top .top_area {
    position: static;
    align-items: center;
}

#header .header_top .top_area>div {
    position: static;
}

#header .logo {
    margin: 0;
    font-size: 1.3rem;
}

#header .logo a {
    display: inline-block;
}

#header .logo img {
    height: 38px;
}

#header .all_menu img {
    height: 30px;
}



/* -------- 유틸메뉴 -------- */
.utile_menu {
    display: flex;
    justify-content: flex-end;
}

.utile_menu a {
    position: relative;
    display: block;
    margin-left: 3px;
}

.utile_menu a:first-child {
    margin-left: 0;
}

.utile_menu a img {
    height: 30px;
}

.utile_menu .badge_cart {
    position: absolute;
    top: 0;
    left: 16px;
    padding: 0 5px;
    min-width: auto;
    font-size: 10px;
    line-height: 15px;
    font-weight: 900;
    letter-spacing: 0;
    color: #fff;
    border-radius: 7px;
    background: #ff6969;
    box-shadow: 0px 4px 6px rgba(255, 105, 105, 0.5);
}


/* --- 검색창 --- */
.header_search .btn_search {
    width: 30px;
    height: 30px;
    background: url('/static/images/icon/btn_search.png') no-repeat 0 0;
    background-size: 30px;
}

.header_search .search_area {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1100;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: #fff;
}

.header_search .search_top {
    border-bottom: 1px solid #333;
}

.header_search .search_top input {
    height: 55px;
    padding: 0 65px 0 54px;
    border: 0;
    background: url('/static/images/icon/btn_search.png') no-repeat 20px 50%;
    background-size: 30px;
    font-size: 1.4rem;
    color: #333;
    box-shadow: none;
}

.header_search .search_list {
    height: calc(100vh - 56px);
    padding: 30px 20px;
    background: #f5f5f5;
    overflow-y: auto;
}

.header_search .search_list dl {
    margin-top: 50px;
}

.header_search .search_list dl:first-child {
    margin: 0;
}

.header_search .search_list dt {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 29px;
    color: #333;
}

.header_search .search_list dd {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #959595;
}

.header_search .search_list .lately dd {
    margin-bottom: 20px;
}

.header_search .search_list dd:last-child {
    margin-bottom: 0;
}

.header_search .search_list dd:after {
    display: block;
    clear: both;
    content: '';
}

.header_search .search_list a {
    display: block;
    float: left;
    width: calc(100% - 20px);
}

.header_search .search_list .btn_del {
    float: right;
    width: 20px;
    height: 20px;
    background: url('/static/images/icon/btn_search_del.png') no-repeat 0 0;
    background-size: 100%;
}

.header_search .search_area .search_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    height: 55px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
}



/* -------- 메뉴 -------- */
.gnb {
    background: #000;
}

.gnb .gnb_slider_m li {
    position: relative;
    margin-right: 34px;
    width: auto;
}

.gnb .gnb_slider_m li:last-child {
    margin-right: 0;
}

.gnb .gnb_slider_m a {
    font-weight: 500;
    font-size: 15px;
    line-height: 49px;
    color: #fff;
}

/* event */
.gnb .gnb_slider_m li.on:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: '';
}





/* ============================ contents ============================ */
.contents {
    margin-top: 104px;
    padding-bottom: 60px;
}





/* ============================ footer ============================ */
#footer {
    padding-bottom: 51px;
}

#footer .row {
    margin: 0;
}

#footer .footer_link {
    width: 100%;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

#footerr .footer_link ul:after {
    content: '';
    display: inline-block;
    clear: both;
}

.footer_link .col-lg-6 {
    padding: 0;
}

#footer .footer_link ul {
    display: flex;
    justify-content: center;
}

#footer .footer_link a {
    display: block;
    position: relative;
    padding: 16px;
    font-size: 15px;
    color: #959595;
}

#footer .footer_link a:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 40%;
    width: 1px;
    height: 9px;
    background-color: #ddd;
}

#footer .footer_link li:first-child a {
    padding-left: 0;
}

#footer .footer_link li:last-child a {
    padding-right: 0;
}

#footer .footer_link li:last-child a:after {
    display: none;
}

#footer .footer_content {
    width: 100%;
}

.footer_content h5 {
    margin-bottom: 17px;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
}

.footer_content span {
    display: block;
    font-size: 13px;
    color: #959595;
}

.footer_center span {
    margin-bottom: 15px;
    line-height: 18px;
}

.footer_email span {
    margin-bottom: 20px;
}

.footer_content .number {
    color: #000;
    font-size: 21px;
    font-weight: 700;
}

.footer_content .footer_center,
.footer_content .footer_bank,
.footer_content .footer_email,
.footer_content .footer_etc {
    padding: 30px 0;
    border-bottom: 1px solid #e2e2e2;
}

.footer_content .footer_etc {
    border-bottom: 0;
}

.footer_content ul li {
    display: inline-block;
    font-size: 13px;
}

.footer_content ul li:last-child {
    margin-right: 0;
}

.footer_content ul li a {
    padding-bottom: 1px;
    text-decoration: underline;
}

.footer_content .footer_bank ul li {
    display: inline-block;
    color: #959595;
}

.footer_bank ul li:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: 0 8px 0 5px;
    background-color: #959595;
    vertical-align: middle;
}

.footer_bank ul li:first-child:before {
    display: none;
}

.footer_content .footer_etc {
    font-size: 11px;
    line-height: 18px;
}

.footer_etc ul li {
    margin-right: 14px;
    margin-bottom: 24px;
}

.footer_company p {
    color: #959595;
}

.footer_category {
    display: none;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: #fff;
}

.footer_category .info {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 17px 20px 16px;
    z-index: 10;
}

.footer_category .info li {
    display: inline-flex;
    border-bottom: 0;
}

.footer_category .info li a {
    display: block;
    font-size: 15px;
    color: #000;
}

.footer_category .info li a:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 10px;
    background: #e2e2e2;
}

.footer_category .info li:last-child a:after {
    display: none;
}

.footer_category .layer_close {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
    height: 56px;
    background: url('/static/images/icon/btn_popclose.png') no-repeat center;
    background-size: 32px auto;
    z-index: 10;
}

.footer_category .hr {
    height: 12px;
    margin-top: 51px;
    background-color: #eee;
}

/* 아코디언 */
.footer_category .on {
    display: block !important;
}

.footer_category .accordion_depth1_tit.on {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.footer_category .accordion .accordion_wrap h2 {
    padding: 22px 20px;
    font-size: 26px;
}

.footer_category .accordion_depth1_tit {
    display: block;
    position: relative;
    padding: 15px 20px 17px;
    font-size: 20px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    font-weight: 700;
}

.footer_category .accordion_depth1_tit:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 6px;
    margin-top: -3px;
    background: url('/static/images/icon/arrow_down.png') no-repeat 93% 50%;
    background-size: 10px auto;
}

.footer_category .accordion_depth1_wrap .accordion_depth1 {
    margin-top: -1px;
}

.footer_category .accordion_depth2_wrap {
    display: none;
}

.footer_category .accordion_depth2_tit:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 10px;
    height: 6px;
    background: url('/static/images/icon/arrow_inner.png') no-repeat right;
    background-size: 10px auto;
}

.footer_category .accordion_depth2_tit {
    position: relative;
    display: block;
    padding: 10px 20px 10px 24px;
    font-size: 15px;
    border-top: 1px solid #e2e2e2;
}

.footer_category .accordion_depth2_tit.on:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 10px;
    height: 6px;
    background: url('/static/images/icon/arrow_up.png') no-repeat right;
    background-size: 10px auto;
}

.footer_category .accordion_depth2:last-child .accordion_depth2_tit:last-of-type {
    border-bottom: 1px solid #e2e2e2;
}

.footer_category .accordion_depth3_wrap {
    display: none;
    margin-top: -1px;
    padding: 13px 24px 9px 24px;
    background: #f5f5f5;
    border-top: 1px solid #e2e2e2;
}

.footer_category .accordion_depth3_wrap li {
    float: left;
    width: 50%;
    margin: 11px 0;
}

.footer_category .accordion_depth2:last-child .accordion_depth3_wrap {
    border-bottom: 1px solid #e2e2e2;
}

.footer_category .accordion_depth3_wrap:after {
    content: '';
    display: block;
    clear: both;
}

.footer_category .accordion_depth3_wrap li a {
    font-size: 15px;
}

.footer_category .total {
    padding: 10px 24px;
    font-size: 15px;
}

.footer_category .accordion_depth3_wrap.on {
    border-bottom: 1px solid #e2e2e2;
}

.footer_category .total li {
    font-size: 15px;
}

.footer_category .today_list {
    padding: 11px 20px 30px 20px;
    font-size: 0;
}

.footer_category .today_list ul li {
    width: 21%;
    margin-right: 5.3%;
}

.footer_category .today_list ul li:last-child {
    margin-right: 0;
}

.footer_category .today_list ul li a {
    display: block;
}

.footer_category .today_list img {
    width: 100%;
}

.footer_category .banner a {
    display: block;
    width: 100%;
}

.footer_category .banner img {
    width: 100%;
}

.footer_category .service {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #f5f5f5;
}

.footer_category .service h5 {
    margin-bottom: 0;
    padding: 30px 20px 17px 20px;
    font-size: 17px;
}

.footer_category .service ul {
    font-size: 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.footer_category .service li {
    display: inline-flex;
    width: 50%;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.footer_category .service li:nth-child(even) {
    border-right: 0;
}

.footer_category .service li a {
    padding: 13px 20px;
    font-size: 15px;
    text-decoration: none;
}



/* -------- lnb -------- */
#lnb {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    min-height: calc(100vh - 98px);
    background: #454d75;
}

#lnb .lnb_tit {
    padding-top: 30px;
    height: 83px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #3f6de2;
}


/* --- depth1_wrap ---*/
#lnb .depth1_wrap a {
    display: block;
}

#lnb .depth1_wrap .depth1_tit {
    padding-left: 19px;
    font-size: 15px;
    line-height: 46px;
    color: #fff;
    background: #454d75 url('/static/images/icon/ico_depth1.png') no-repeat right 20px center;
    border-bottom: 1px solid #585f83;
}

/* depth1 이벤트 */
#lnb .depth1_wrap .depth1_tit:hover {
    background-color: #5d6591;
    border-color: #5d6591;
}

#lnb .depth1_wrap .depth1_tit.on,
#lnb .depth1_wrap .depth1_tit:active {
    font-weight: 500;
    background: #01b4b6 url('/static/images/icon/ico_depth1_on.png') no-repeat right 20px center;
    border-color: #01b4b6;
}


/* --- depth2_wrap ---*/
#lnb .depth2_wrap {
    display: none;
    padding: 8px 19px 12px;
    background: #edeef2;
}

#lnb .depth2_wrap .depth2_tit {
    padding-left: 11px;
    font-size: 14px;
    line-height: 28px;
    color: #323335;
    background: url('/static/images/icon/ico_depth2.png') no-repeat 0 center;
}

/* depth2 이벤트 */
#lnb .depth2_wrap .depth2_tit.on,
#lnb .depth2_wrap .depth2_tit:hover,
#lnb .depth2_wrap .depth2_tit:active {
    font-weight: 500;
    color: #405197;
    background: url('/static/images/icon/ico_depth2_on.png') no-repeat 0 center;
}


/* --- depth3_wrap ---*/
#lnb .depth3_wrap {
    display: none;
    padding-left: 11px;
}

#lnb .depth3_wrap li a {
    padding-left: 11px;
    font-size: 14px;
    line-height: 25px;
    color: #323335;
    background: url('/static/images/icon/ico_depth3.png') no-repeat 0 center;
}

/* depth3 이벤트 */
#lnb .depth3_wrap li a.on,
#lnb .depth3_wrap li a:hover,
#lnb .depth3_wrap li a:focus,
#lnb .depth3_wrap li a:active {
    font-weight: 500;
    color: #405197;
    text-decoration: underline;
}



/* -------- float_menu_m -------- */
.float_menu_m {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    text-align: center;
    background: #fff;
    border-top: 1px solid #707070;
}

.float_menu_m li a {
    display: block;
    height: 50px;
}

.float_menu_m img {
    width: auto;
    height: 100%;
}

.float_menu_m .thumb {
    margin-top: 6px;
    width: 39px;
    height: 39px;
}

.float_menu_m .btn_top {
    position: absolute;
    top: -53px;
    right: 13px;
    display: none;
    width: 40px;
    height: 40px;
}






/* ======================================== ~ mobile ======================================== */
@media (max-width: 767px) {

    /* ============ footer ============ */
    #footer .footer_link .container {
        padding: 0;
    }
}






/* ======================================== tablet ======================================== */
@media (min-width: 768px) {

    /* ============ header ============ */
    #header .header_top {
        padding: 18px 0;
    }


    /* --- 이벤트메뉴 --- */
    .event_menu {
        display: flex;
        justify-content: center;
    }

    .event_menu li {
        margin: 0 16px;
    }

    .event_menu a {
        display: block;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #333;
    }


    /* --- 검색창 --- */
    .header_search {
        position: absolute;
        bottom: -61px;
        z-index: 10;
    }

    .header_search .btn_search {
        width: 60px;
        height: 60px;
        border-left: 1px solid #222;
        background-color: #000;
        background-image: url('/static/images/icon/btn_search_wh.png');
        background-position: 100% 50%;
    }

    .header_search .search_area {
        opacity: 0.98;
    }

    .header_search .search_inner {
        margin-top: 135px;
        justify-content: center;
    }

    .header_search .search_inner>div {
        position: relative;
    }

    .header_search .search_top {
        border-bottom: 4px solid #333;
    }

    .header_search .search_top input {
        padding-right: 30px;
    }

    .header_search .search_list {
        height: auto;
        padding: 30px 0;
        background: none;
    }

    .header_search .search_list .row>dl:first-child {
        padding-right: 15px;
    }

    .header_search .search_list .row>dl:last-child {
        padding-left: 15px;
    }

    .header_search .search_list dl {
        margin: 0;
    }

    .header_search .search_area .search_close {
        top: -120px;
        right: -60px;
        width: 65px;
        height: 65px;
        font-size: 0;
        background: url('/static/images/icon/btn_close_lg.png') no-repeat 0 0;
        background-size: 100%;
    }



    /* -------- 메뉴 -------- */
    .gnb .gnb_slider_m {
        position: absolute;
        left: 50%;
        top: -75px;
        transform: translateX(-50%);
    }

    .gnb .gnb_slider_m a {
        font-weight: 700;
        font-size: 16px;
        line-height: 75px;
        color: #333;
    }

    .gnb .gnb_slider_pc {
        min-height: 60px;
        padding-right: 80px;
    }

    .gnb .gnb_slider_pc .swiper-wrapper {
        width: auto !important;
    }

    .gnb .gnb_slider_pc .swiper-slide {
        position: static;
        padding-right: 20px;
        width: auto;
    }

    .gnb .gnb_slider_pc .swiper-slide:last-child {
        margin-right: 0;
    }

    .gnb .gnb_slider_pc .gnb_tit {
        display: block;
        font-size: 16px;
        line-height: 60px;
        color: #e2e2e2;
    }

    /* --- gnb_depth --- */
    .gnb .gnb_depth {
        display: none;
        position: absolute;
        left: 50%;
        top: 60px;
        z-index: 1100;
        width: 100%;
        min-height: 305px;
        padding: 20px;
        background-color: #fff;
        transform: translateX(-50%);
        box-shadow: 0 0 27px rgba(0, 0, 0, 0.19);
    }

    .gnb .gnb_inner {
        display: flex;
        flex-wrap: wrap;
    }

    .gnb .gnb_depth a {
        display: block;
    }

    .gnb .gnb_depth dl {
        width: 162px;
        min-height: 260px;
        margin-right: 20px;
        padding-right: 20px;
        border-right: 1px solid #f5f5f5;
    }

    .gnb .gnb_depth dl:last-child {
        margin-right: 0;
    }

    .gnb .gnb_depth dt {
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 15px;
        line-height: 22px;
        color: #555;
    }

    .gnb .gnb_depth .depth2_tit {
        border-bottom: 1px solid #f5f5f5;
        font-size: 13px;
        line-height: 24px;
        color: #555;
    }

    .gnb .gnb_depth .depth3 {
        display: none;
        border-bottom: 1px solid #555;
    }

    .gnb .gnb_depth .depth3_area {
        position: relative;
    }

    .gnb .gnb_depth .depth3_tit {
        padding: 0 9px;
        font-size: 13px;
        line-height: 24px;
        color: #555;
    }

    .gnb .gnb_depth .depth4 {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 10;
        width: 145px;
        border: 2px solid #333;
        background-color: #fff;
    }

    .gnb .gnb_depth .depth4 a {
        padding: 0 10px;
        font-size: 14px;
        line-height: 24px;
        color: #333;
    }

    /* event */
    .gnb .gnb_slider_m li.on:after {
        background-color: #333;
    }

    .gnb .gnb_slider_pc .gnb_tit.on {
        font-weight: 500;
        color: #fff;
    }

    .gnb .gnb_depth .depth2_tit.on {
        border-color: #555;
        font-weight: 700;
        color: #555;
    }

    .gnb .gnb_depth .depth3_area.on .depth3_tit {
        background-color: #333;
        color: #fff;
    }

    .gnb .gnb_depth .depth4 a.on {
        background-color: #2684ff;
        color: #fff;
    }




    /* ============ contents ============ */
    .contents {
        margin-top: 135px;
        padding-bottom: 100px;
    }





    /* ============ footer ============ */
    #footer .footer_link ul {
        justify-content: flex-start;
    }

    .footer_content .footer_bank ul li {
        display: block;
        line-height: 18px;
    }

    .footer_bank ul li:before {
        margin: 0 7px 0 0;
    }

    .footer_etc .footer_company {
        width: 420px;
    }

    .footer_company p {
        display: inline-block;
    }


    /* --- float_menu_pc --- */
    .float_menu_pc {
        position: fixed;
        top: 165px;
        right: 30px;
        z-index: 1000;
        width: 110px;
    }

    .float_menu_pc .menu_list {
        display: none;
    }

    .float_menu_pc ul {
        padding: 0 10px;
        border: 1px solid #000;
        background: #fff;
    }

    .float_menu_pc li {
        border-bottom: 1px solid #e2e2e2;
    }

    .float_menu_pc li:last-child {
        border-bottom: 0;
    }

    .float_menu_pc ul a {
        display: flex;
        font-weight: 500;
        font-size: 12px;
        line-height: 35px;
        color: #333;
        justify-content: space-between;
    }

    .float_menu_pc .btn_top {
        margin-top: 7px;
        width: 100%;
        background: #333;
        font-weight: 500;
        font-size: 12px;
        line-height: 30px;
        color: #fff;
        text-align: center;
    }
}









/* ======================================== pc ======================================== */
@media (min-width: 992px) {

    /* ============ header ============ */
    /* --- 검색창 --- */
    .header_search .btn_search {
        border-left: 0;
    }


    /* --- 메뉴 --- */
    .gnb .gnb_depth {
        width: calc(100% - 40px);
        padding-right: 95px;
        padding-left: 95px;
    }





    /* ============ footer ============ */
    .footer_content h5 {
        font-size: 15px;
    }

    .footer_content span {
        font-size: 13px;
        line-height: 18px;
    }

    .footer_content .footer_bank ul li {
        display: inline-block;
        font-size: 13px;
    }

    .footer_bank ul li:before {
        margin: 0 8px 0 3px;
    }

    .footer_email .btn_primary {
        font-size: 12px;
    }

    .footer_content ul li a {
        font-size: 13px;
    }

    .footer_content .footer_etc {
        font-size: 11px;
    }

    .footer_etc .footer_company {
        width: 420px;
    }

    .footer_company p {
        display: inline-block;
        color: #959595;
    }
}









/* ======================================== pc large ======================================== */
@media (min-width: 1200px) {

    /* ============ header ============ */
    /* --- 메뉴 --- */
    .header_search .search_area .search_close {
        right: -285px;
    }
}