/* BASIC css start */
/* 상단 띠배너 */

.top-banner-wrap {
    width: 100%;
    height: 98px;
    overflow: hidden;
    display: none;
}

.top-banner-wrap .banner {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1000px;
    width: 2000px;
}

.top-banner-wrap .banner {
    width: 100%;
    height: auto;
}

.top-banner-wrap a.btn-close {
    font-size: 0;
    display: block;
    width: 23px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -550px;
    margin-top: -12px;
}

/* 상단 */

.header-top {
    height: 39px;
    border-bottom: 1px solid #ededed;    
}

.header-top a.btn-toggle {
    display: block;
    width: 39px;
    height: 39px;
    font-size: 0;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;

}

.header-top a.btn-toggle.on {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-top .notice-feeds .title {
    position: relative;
    color: #4c4c4c;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    vertical-align: top;
    line-height: 39px;
    padding: 0 20px 0 47px;
}

.header-top .notice-feeds .title:after {
    content: '';
    display: block;
    height: 12px;
    border-right: 1px solid #ededed;
    position: absolute;
    right: 10px;
    top: 13px;
}

.header-top .notice-feeds .slick-slider {
    display: inline-block;
    vertical-align: top;
}

.header-top .notice-feeds ul {
    width: 300px;
    opacity: 0;
    visibility: hidden;
}

.header-top .notice-feeds ul.slick-slider {
    opacity: 1;
    visibility: visible;
}

.header-top .notice-feeds ul li a {
    font-size: 13px;
    color: #222;
    line-height: 35px;
    height: 39px;
    padding: 0;
    font-weight: 400;
    text-align: left;
}

.header-top .user-menu>ul>li {
    line-height: 39px;
    height: 39px;
    position: relative;
}

.header-top .user-menu>ul>li a {
    font-size: 13px;
    color: #333;
    padding: 0 0 0 10px;
}

.header-top .user-menu>ul>li>a:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 0 0 10px;
    background: #dedede;
    vertical-align: -1px;
}

.header-top .user-menu>ul>li.mypage>a {
    padding-right: 15px;
}

.header-top .user-menu>ul>li.mypage a:after {
    display: none;
}

.header-top .user-menu>ul>li>ul {
    display: none;
    top: 39px;
    border: 1px solid #ededed;
    position: absolute;
    width: 76px;
    padding: 3px 0 3px 0;
    background: #ffffff;
    z-index: 40;    
}

.header-top .user-menu>ul>li:hover>ul {
    display: block;
}

.header-top .user-menu>ul>li>ul li {
    line-height: 30px;
}

.header-top .user-menu>ul>li>ul li a {
    display: block;
    line-height: 30px;
}

.header-top .user-menu>ul>li>ul li:hover a {
    color: #6f6f6f;
}

.header-mid {
    border-bottom: 1px solid #ececec;    
}

.header-mid .logo {
    line-height: 116px;
}

.header-mid .logo img {
    vertical-align: middle;
}

.header-mid .search-box {
    background: #f6f6f6;
    width: 378px;
    border-radius: 15px;
    height: 41px;
    position: relative;
    margin: 37.5px 0px 37.5px 111px;
}

.header-mid .search-box input {
    background: #f6f6f6;
    border-radius: 15px 0 0 15px;
    height: 41px;
    padding: 0 0 0 24px;
    color: #404040;
    font-size: 14px;
    line-height: 41px;
    border: none;
    width: 333px;
    box-sizing: border-box;
}

.header-mid .search-box .btn-search {
    font-size: 0;
    position: absolute;
    top: 10px;
    right: 17px;
    display: block;
    width: 22px;
    height: 21px;
}

.header-mid .right-menu {
    margin: 44.5px 0px;
}

.header-mid .right-menu ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 37px;
    position: relative;
}

.header-mid .right-menu ul li:after {
    content: '';
    display: block;
    position: absolute;
    border-left: 1px solid #c8c8c8;
    height: 10px;
    left: -18px;
    top: 7px;
}

.header-mid .right-menu ul li:first-child:after {
    display: none;
}

.header-mid .right-menu ul li a {
    color: #404040;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

.header-mid .right-menu ul li a img {
    margin-right: 10px;
}

.header-bottom {
    width: 100%;
    height: 51px;
    z-index: 110;
}

.header-bottom .category-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
}

.header-bottom .category-wrap.fixed {
    position: fixed;
}

.header-bottom a.all-toggle {
    width: 170px;
    box-sizing: border-box;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 0 0px 0 63px;
    background: #ff9c8f;
    display: block;
    position: relative;
}

.header-bottom a.all-toggle span.bar {
    display: block;
    width: 21px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 27px;
}

.header-bottom a.all-toggle span.bar-one {
    top: 18px;
}

.header-bottom a.all-toggle.on span.bar-one {
    top: 24px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-bottom a.all-toggle span.bar-two {
    top: 24px;
}

.header-bottom a.all-toggle.on span.bar-two {
    opacity: 0;
    visibility: hidden;
}

.header-bottom a.all-toggle span.bar-three {
    top: 30px;
}

.header-bottom a.all-toggle.on span.bar-three {
    top: 24px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-bottom .all-category-box {
    position: absolute;
    top: 50px;
    left: 0;
    width: 1100px;
    font-size: 12px;
    z-index: 100;
    background: #ffffff;
    border: 1px solid #e3e3e3;
    opacity: 0;
    visibility: hidden;
}

.header-bottom .all-category-box.on {
    opacity: 1;
    visibility: visible;
}

.header-bottom .all-category-box .box-inner {
    padding: 30px 0;
    height: auto;    
}

.header-bottom .all-category-box .box-inner>ul>li {
    border-right: 1px solid #e3e3e3;
    margin: 0;
    padding: 0 30px;
    box-sizing: border-box;
    width: 16.6667% !important;
    margin-bottom: 50px;
    line-height: 1;
}

.header-bottom .all-category-box .box-inner>ul>li:nth-of-type(6n+6) {
    border: none;
}

.header-bottom .all-category-box .box-inner>ul>li>a {
    display: block;
    padding: 8px 0 7px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    word-break: break-all;    
    font-size: 14px;
}

.header-bottom .all-category-box .box-inner ul.sub-category li a {
    color: #6f6f6f;
    font-size: 14px;
    padding: 0;
    line-height: 34px;
}

.header-bottom .main-category>ul>li:nth-child(1) > a {
    margin: 0 20px 0 35px;
}

.header-bottom .main-category>ul>li:nth-child(2) > a {
    margin: 0 40px 0 35px;
}


.header-bottom .main-category>ul>li:nth-child(3) > a {
    margin: 0 60px 0 35px;
}





.header-bottom .main-category>ul>li:nth-child(-n+3):before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #ff7c6b;
    border-radius: 100%;
    position: absolute;
    top: 24px;
    left: 24px;
}

.header-bottom .main-category>ul>li:nth-child(2):after {
       content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #ff7c6b;
    border-radius: 100%;
    position: absolute;
    top: 24px;
    left: 24px;
}


.header-bottom .main-category>ul>li:nth-child(3):after {
    content: '';
    display: block;
    border-right: 1px solid #e2e2e2;
    position: absolute;
    right: 0px;
    top: 18px;
    height: 15px;
}


.header-bottom .main-category>ul>li:nth-child(4) > a {
    margin: 0 10px 0 30px;
}



.header-bottom .main-category>ul>li:last-of-type a {
    margin-right: 0;
}

.header-bottom .main-category>ul>li>a {
    font-size: 15px;
    color: #404040;
    font-weight: normal;
    margin: 0 10px;
    padding: 0;
    line-height: 50px;
    position: relative;
    display: block;
}

.header-bottom .main-category>ul>li:hover>a {
    color: #ff9c8f;
}

.header-bottom .main-category>ul>li>a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 3px solid #ff9c8f;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-bottom .main-category>ul>li:hover>a:after {
    opacity: 1;
    visibility: visible;
}

.header-bottom .main-category ul.sub-category {
    width: 90px;
    min-width: 150px;
    text-align: center;
    top: 50px;
    border-top: none;
    left: -6px;
    position: absolute;
    border: 1px solid #e3e3e3;
    padding: 5px 10px 5px;
    box-sizing: border-box;
    background: #fff;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.header-bottom .main-category>ul>li:hover ul.sub-category {
    opacity: 1;
    visibility: visible;
}

.header-bottom .main-category ul.sub-category li a {
    padding: 0;
    color: #494949;
    font-size: 14px;
    line-height: 30px;
}

.header-bottom .main-category ul.sub-category li a:hover {
    background: none !important;
    color: #494949;
    font-size: 14px;
}

/* 측면 */

#today {
    display: none;
}

#scroll_right {
    position: fixed;
    width: 112px;
    top: 100px;
    right: 0;
    margin-right: 0;
    opacity: 1;
    visibility: visible;
    z-index: 120;
}

.scroll_con {
    right: 0;
    left: auto;
}

.quick_con {
    position: absolute;
    transition: all 0.5s ease;
    right: -108px;
    width: 99px;
    height: 664px;
    background: #fff;
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

.quick_con.on {
    right: 0;
}

.quick_con .quick_click {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 180px;
    left: -46px;
    width: 45px;
    height: 162px;
    line-height: 47px;
    padding-top: 17px;
    box-sizing: border-box;
    border-radius: 10px 0 0 10px;
}

.quick_con .quick_click > img {
    margin-left: 15px;
}

.quick_con .menu_style {
    height: 83px;
    box-sizing: border-box;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    box-sizing: border-box;
}

.quick_con .menu_style.bb_none {
    border-bottom: 0px;
}

.quick_con .menu_style img {
    display: block;
    margin: 0 auto;
}

.quick_con .menu_style a {
    display: block;
    padding: 20px 0;
    color: #202020;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

.scroll_right_cont {
    width: 99px;
    padding: 0;
    background: none;
    min-width: auto;
    padding: 11px;
    box-sizing: border-box;
}

.scroll_right_cont h4 {
    font-size: 14px;
    color: #3c3c3c;
    font-weight: 500;
    margin-top: 15px;
}

.scroll_right_cont ul {
    padding-top: 15px;
}

.scroll_right_cont li {
    width: 73px;
    height: 73px;
    border: none;
    margin-bottom: 9px;
}

.scroll_right_cont li a span.photo {
    display: block;
    width: 73px;
    height: 73px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}

.scroll_right_cont li img {
    width: 100%;
    height: auto;
}

.scroll_right_cont .src_box {
    height: 73px;
    display: none !important;
}

.scroll_right_cont .scr_paging {
    width: 100%;
    display: block !important;
    position: relative;
}

.scroll_right_cont .scr_paging .rec_prev {
    position: absolute;
    left: 5px;
}

.scroll_right_cont .scr_paging .rec_next {
    position: absolute;
    right: 5px;
}

.scroll_right_cont .scr_paging button {
    border: 1px solid #e6e6e6;
    width: 26px;
    height: 26px;
    border-radius: 5px;
}

.scroll_right_cont .scr_paging button img {
    vertical-align: initial;
}

.scroll_right_cont .scr_paging span {
    display: none;
}

.prd_btn {
    clear: both;
    font-size: 0;
    position: absolute;
    bottom: 0;
}

.prd_btn p {
    display: inline-block;
    vertical-align: top;
}

#scroll_right .btn_scroll_top {
    position: fixed;
    bottom: 10%;
    right: 25px;
}
/* BASIC css end */

