/* ==========================================================================
   Sub CSS
   ========================================================================== */
/* ==========================================================================
   Visual CSS
   ========================================================================== */
#wrap-sub-visual {
    height: auto;
    padding: 23px 0 55px 0;
}

#wrap-sub-visual.bg1 {
    background: url("../img/sub/2023sub-visual4-1.png") no-repeat 0px -45px;
}

#wrap-sub-visual.bg2 {
    background: url("../img/sub/sub-visual2.jpg") no-repeat center top;
}

#wrap-sub-visual.bg3 {
    background: url("../img/sub/sub-visual.jpg") no-repeat center top;
}

#wrap-sub-visual.bg4 {
    background: url("../img/sub/sub-visual2.jpg") no-repeat center top;
}

#wrap-sub-visual.bg6 {
    background: url("../img/sub/sub-visual.jpg") no-repeat center top;
}

#wrap-sub-visual .slogan {
}

#wrap-sub-visual .slogan .eng-name {
    display: inline-block;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #454546;
}

#wrap-sub-visual .slogan .big-slogan {
    font-weight: normal;
    font-size: 24px;
    padding: 7px 0;
    color: #333 !important;
}

#wrap-sub-visual .slogan .big-slogan em {
    font-weight: bold;
}

#wrap-sub-visual .slogan .small-slogan {
    font-size: 13px;
    color: #6a6a6a;
}

/* ==========================================================================
   Page Navigation CSS
   ========================================================================== */
#wrap-page-navi {
    background: #f5f6f7;
    height: 50px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

#wrap-page-navi a {
    font-size: 14px;
}

#wrap-page-navi #page-navi {
    float: left;
    width: 60%;
}

#wrap-page-navi #page-navi li {
    float: left;
    width: 30%;
}

#wrap-page-navi #page-navi li:first-child {
    width: 50px;
}

#wrap-page-navi #page-navi li a {
    padding: 0 10% 0 10%;
    line-height: 48px;
    border-right: 1px solid #d7d7d7;
    background: url("../img/sub/arrow_page_navi.png") no-repeat right center;
}

#wrap-page-navi #page-navi li a:hover {
    cursor: default;
    color: #333 !important;
}

#wrap-page-navi #page-navi li a.home {
    width: 50px;
    background-image: none;
    border-left: 1px solid #d7d7d7;
    background: #fff url("../img/sub/icon_home.png") no-repeat center center;
    text-indent: -9999px;
}

#wrap-page-navi #page-zoom {
    float: right;
}

#wrap-page-navi #page-zoom li {
    float: left;
    margin: 0 0 0 -1px;
}

#wrap-page-navi #page-zoom li button {
    margin: 6px 0 0 0;
    line-height: 35px;
    background: #fff url("../img/sub/icon_zoom.png") no-repeat -8px -7px;
    text-indent: -9999px;
    width: 40px;
    border: 1px solid #c0c0c0;
}

#wrap-page-navi #page-zoom li button.zoom-in {
    background-position: -57px -7px;
}

#wrap-page-navi #page-zoom li button.zoom-normal {
    background-position: -105px -9px;
}

#wrap-page-navi #page-zoom li button.zoom-out {
    background-position: -156px -7px;
}

/* ==========================================================================
   SNB CSS
   ========================================================================== */

#wrap-middle-layout .box-middle {
    display: inline-block;
    width: 100%;
    margin-top: -1px;
}

#wrap-snb {
    float: left;
    width: 17.5%;
    padding: 0 0 80px 0;
}

#wrap-snb h2 {
    font-size: 24px;
    line-height: 113px;
    font-weight: normal;
    text-align: center;
    color: #fff !important;
    background: url("../img/sub/bg_snb.gif") no-repeat left top;
}

#wrap-snb ul.depth-2 {
    border: 1px solid #e2e2e2;
    border-top: 0;
}

#wrap-snb ul.depth-2 a {
    font-size: 13px;
    color: #303030;
    padding: 14px 0 14px 20px;
    border-top: 1px solid #e2e2e2;
}

#wrap-snb ul.depth-2 .more a {
    background: url("../img/sub/arrow_snb.gif") no-repeat right top;
}

#wrap-snb ul.depth-2 .active a {
    color: #fff;
    font-weight: bold;
    background: #3f85d3;
}

#wrap-snb ul.depth-2 .active a:hover {
    color: #fff;
    text-decoration: underline;
}

#wrap-snb ul.depth-2 .arrow a:hover {
    /*color: #0053b0 !important;*/
}

#wrap-snb ul.depth-3 {
    background: #f3f3f3;
    padding: 15px 0;
}

#wrap-snb ul.depth-3 a {
    font-size: 12px;
    padding: 5px 0 5px 32px;
    color: #646464 !important;
    background-image: none !important;
    background-color: #f3f3f3 !important;
    border-top: 0 !important;
}

#wrap-snb ul.depth-3 .active {
    background: url("../img/sub/arrow_snb2.gif") no-repeat right center !important;
}
#wrap-snb ul.depth-3 .active a {
    color: #0053b0 !important;
    border-bottom: 0;
    background: url("../img/sub/dot_snb.gif") no-repeat 20px center !important;
}

#wrap-snb ul.depth-3 a:hover {
    color: #0053b0 !important;
}

/* ==========================================================================
   Share CSS
   ========================================================================== */

.box_share {
    position: relative;
    margin: 0 auto;
}

.box_share > ul {
    position: absolute;
    top: 70px;
    right: 0;
}

.box_share > ul > li {
    display: inline-block;
}

.box_share > ul > li > button {
    font-size: 0;
    width: 17px;
    height: 17px;
    border: 0;
    background: url('../img/common/btn_share.gif') left top no-repeat;
    margin-left: 10px;
}

.box_share > ul > li > button.share {
    background-position: -18px top;
}

.box_share > ul > li > button.share.on {
    background-position: -35px top;
}

.box_share .box_sns {
    display: none;
    position: absolute;
    right: 0px;
    top: 35px;
    width: 340px;
    padding: 10px 0 0 15px;
    border: 1px solid #cecece;
    background: #fff;
    text-indent: 0;
    z-index: 990;
}

.box_share .box_sns button.close {
    background: url('../img/common/btn_fav_close.gif') center center no-repeat;
    width: 13px;
    height: 13px;
    text-indent: -5000px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.box_share .list_sns,
.box_share .list_share {
    display: inline-block;
    width: 100%;
    text-indent: 0;
}

.box_share dt {
    width: 23%;
    font-size: 0.84em;
    font-weight: bold;
}

.box_share dd {
    width: 74%;
}

.box_share .list_sns dt,
.box_share .list_sns dd {
    float: left;
}

.box_share .list_sns ul {
    display: inline-block;
}

.box_share .list_sns ul li {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    background: url('../img/common/btn_sns.gif') 0 0 no-repeat;
    text-indent: -5000px;
    cursor: pointer;
}

.box_share .list_sns ul li a {
    display: block;
}

.box_share .list_sns ul li.btn_fb {
    background-position: 0 0;
}

.box_share .list_sns ul li.btn_tw {
    background-position: -25px 0;
}

.box_share .list_sns ul li.btn_ks {
    background-position: -50px 0;
}

.box_share .list_sns ul li.btn_pr {
    background-position: -75px 0;
}

.box_share .list_sns ul li.btn_na {
    background-position: -100px 0;
}

.box_share .list_share dt,
.box_share .list_share dd,
.box_share .list_share dd ul li {
    float: left;
}

.box_share .list_share dt {
    padding: 5px 0;
}

.box_share .list_share ul {
    display: inline-block;
    width: 100%;
}

.box_share .list_share ul li.first {
    width: 80%;
    min-width: 180px;
    height: 30px;
}

.box_share .list_share ul li.last {
    float: right;
    width: 20%;
}

.box_share .list_share input {
    width: 100%;
    height: 27px;
    line-height: 27px;
    border: 1px solid #cecece;
    text-indent: 5px;
}

.box_share .list_share a {
    display: block;
    width: auto;
    height: 27px;
    padding: 0 5px;
    margin-left: 5px;
    background: #707070;
    line-height: 27px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.box_share .list_share a:hover {
    color: #ffcc00 !important;
}

.box_share > ul > li > button.fav {
    background-position: -52px top;
}

.box_share > ul > li > button.fav.on {
    background-position: right top;
}

.box_share > ul > li > .box_fav {
    display: none;
    width: 340px;
    position: absolute;
    top: 35px;
    right: 0;
    border: 1px solid #cecece;
    background: #fff;
    letter-spacing: -1.5px;
    z-index: 999;
}

.box_share > ul > li > .box_fav .title {
    padding: 10px;
    border-bottom: 1px solid #cecece;
    overflow: hidden;
}

.box_share > ul > li > .box_fav .title p {
    float: left;
    font-weight: bold;
    font-size: 13px;
}

.box_share > ul > li > .box_fav .title button.close {
    background: url('../img/common/btn_fav_close.gif') center center no-repeat;
    width: 13px;
    height: 13px;
    text-indent: -5000px;
    float: right;
    margin-top: 5px;
}

.box_share > ul > li > .box_fav .guide {
    padding: 10px 5px;
    border-bottom: 1px solid #cecece;
    text-align: center;
    color: #003893;
    font-weight: bold;
}

.box_share > ul > li > .box_fav .guide p {
    font-size: 13px;
}

.box_share > ul > li > .box_fav .guide span {
    color: #777;
    font-weight: normal;
    font-size: 12px;
    display: block;
    padding: 3px 0;
}

.box_share > ul > li > .box_fav .guide button.add {
    background: #175dd0 url('../img/common/btn_fav_add.png') 10px center no-repeat;
    color: #fff;
    padding: 4px 10px 5px 25px;
    margin: 8px 0 5px;
}

.box_share > ul > li > .box_fav .list_fav {
    padding: 15px;
    font-size: 12px;
    color: #666;
    background: #f2f2f2;
}

.box_share > ul > li > .box_fav .list_fav ul {
    margin-bottom: 15px;
}

.box_share > ul > li > .box_fav .list_fav li {
    margin-bottom: 10px;
}

.box_share > ul > li > .box_fav .list_fav li a img {
    vertical-align: middle;
}

.box_share > ul > li > .box_fav .list_fav li a strong {
    color: #101010;
    font-weight: bold;
}

.box_share > ul > li > .box_fav .list_fav button.clear {
    font-weight: bold;
    letter-spacing: 0px;
    display: block;
    text-align: center;
    background: #5e5e5e;
    color: #fff;
    padding: 3px 5px;
    margin: 0 auto 5px;
    width: 50px;
}

/* ==========================================================================
   990px 이하
   ========================================================================== */

@media all and (max-width: 990px) {
    /**** Visual ****/
    #wrap-sub-visual .slogan {
        padding: 0 30px;
    }

    /**** Page Navigation ****/
    #wrap-page-navi #page-zoom {
        display: none;
    }

    .box_share > ul {
        top: 45px;
    }

    #wrap-page-navi #page-navi {
        width: 80%;
    }

    /**** SNB ****/
    #wrap-snb {
        display: none;
    }

}

/* ==========================================================================
   550px 이하
   ========================================================================== */

@media screen and (max-width: 550px) {
    #wrap-page-navi {
        display: none;
    }
    #wrap-sub-visual .slogan .eng-name {
        font-size: 14px;
    }
    #wrap-sub-visual .slogan .big-slogan {
        font-size: 20px;
    }

    /**** 서브비주얼 ****/
    #wrap-sub-visual {
        height: auto;
        padding: 20px 0 20px 0;
    }
}

/*# sourceMappingURL=sub.css.map */



/*2023-01-05_모바일 상단 슬로건 텍스트 크기 수정*/
@media screen and (max-width: 450px) {
    #wrap-sub-visual .slogan .big-slogan {
        font-size: 18px;
    }
}

@media screen and (max-width: 402px) {
    #wrap-sub-visual .slogan .big-slogan {
        font-size: 17px;
    }
}

@media screen and (max-width: 385px) {
    #wrap-sub-visual .slogan .big-slogan {
        font-size: 16px;
    }
}

@media screen and (max-width: 365px) {
    #wrap-sub-visual .slogan .big-slogan {
        font-size: 15px;
    }
}