.layer_wrap {
    z-index: 1110 !important;
}

#layerDim {
    z-index: 1101 !important;
}

/* 공통 페이징 */

.circle-pager>* {
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #808080;
    background: #fff;
    border: 1px solid #ededed;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 3px !important;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;      
}

.circle-pager .cycle-pager-active {
    background: #3d3d3d !important;
    border-color: #3d3d3d !important;
    color: #fff !important;
}

/* 공통 스크롤 */

.scroll-box .scroll-y {
    width: 0px;
    height: 100%;
    background: #e1e1e1;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.scroll-box .scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-box .scroll-y div {
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;    
}

.scroll-box .scroll-y .scroll-element_track {
    background: #e1e1e1;
    width: 1px;
    right: 2px;
}

.scroll-box .scroll-y .scroll-bar {
    position: absolute;
    width: 3px;
    background: #373737;
    left: -1px;
}

/* 상단 띠배너 */

.top-slide-banner-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    display: none;
}

.top-slide-banner-wrap .slider-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-slide-banner-wrap .check-box {
    position: absolute;
    width: 1240px;
    height: 0;
    top: 16px;
    left: 50%;
    line-height: 1;
    margin-left: -110px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.top-slide-banner-wrap .check-box label {
    font-size: 11px;
    color: #656565;
}

.top-slide-banner-wrap .check-box input {
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.top-slide-banner-wrap a.btn-close {
    position: absolute;
    width: 1240px;
    height: 0;
    top: 50px;
    left: 50%;
    margin-left: -24px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.top-slide-banner-wrap.line-banner .slick-dots {
    position: absolute;
    width: 1240px;
    height: 0;
    top: 7px;
    bottom: auto;
    left: 50%;
    margin-left: -620px;
    text-align: left;
}

/* 띠배너 공통 스타일 */

.line-banner .slick-dots li {
    margin-right: 5px !important;
    margin-left: 0 !important;
}

.line-banner .slick-dots li button {
    width: 21px !important;
    height: 2px !important;
    padding: 0 !important;
}

/* 상단 영역 */

#header .header-top {
    height: 40px;
    border-bottom: 1px solid #eee;
}

#header .header-top .sns-menu ul {
    line-height: 40px;
}

#header .header-top .sns-menu ul li {
    margin-right: 5px;
}

#header .header-top .sns-menu ul img {
    vertical-align: middle;
}

#header .header-top .sns-menu p {
    font-size: 12px;
    color: #4d4d4d;
    margin-left: 10px;
    line-height: 40px;
}

#header .header-top .my-menu>ul>li {
    line-height: 40px;
    position: relative;
}

#header .header-top .my-menu>ul>li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 9px;
    background: #d9d9d9;
    margin: 0px 8px;
}

#header .header-top .my-menu>ul>li:last-child:after {
    display: none;
}

#header .header-top .my-menu li a {
    font-size: 12px;
    color: #6e6e6e; 
}

#header .header-top .my-menu li a.child-use {
    padding-right: 11px;
    background: url('../../assets/images/icon-arrow-down-s_99496d6785.png') no-repeat right center;
}

#header .header-top .my-menu li a strong {
    color: #283c8f;
    margin-left: 2px;
}

#header .header-top .my-menu>ul>li:hover>a {
    color: #000;
    font-weight: bold;
}

#header .header-top .my-menu li .sub-category {
    position: absolute;
    top: 40px;
    left: -10px;
    min-width: 80px;
    z-index: 10;
    background: #fff;
    border: 1px solid #eee;
    padding: 6px 0px;
    opacity: 0;
    visibility: hidden;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

#header .header-top .my-menu li:hover .sub-category {
    opacity: 1;
    visibility: visible;
}

#header .header-top .my-menu li .sub-category li {
    padding: 3px 0px;
    line-height: 1.5;
    padding-left: 10px;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;           
}

#header .header-top .my-menu li .sub-category li:hover {
    background: #f8f8f8;
}

#header .header-mid {
    height: 118px;
    border-bottom: 1px solid #343434;
}

#header .header-mid .logo-wrap {
    padding-top: 41px;
    margin-right: 57px;
}

#header .header-mid .logo-wrap img {
    width: 250px;
}

#header .header-mid .top-event-banner-wrap {
    padding-top: 33px;
}

#header .header-mid .search-wrap {
    min-width: 600px;
    padding-top: 37px;
}

#header .header-mid .top_search {
    position: relative;
    float: left;
    top: 0;
    border: none;
    z-index: 1001;
}

#header .header-mid .top_search .top_text_cont {
    width: 322px;
    height: 45px;
    box-sizing: border-box;
    border: 2px solid #212121;
}

#header .header-mid .top_search .top_search_cont {
    position: relative;
}

#header .header-mid .top_text_cont .top_srarch_text {
    width: 100%;
    height: 100%;
}

#header .header-mid .top_search .top_text_cont .btn_top_srarch {
    border-left: 0;
    top: 50%;
    margin-top: -10.5px;
    right: 15px;
}

#header .header-mid .top_search .search_cont {
    position: absolute;
    border: 2px solid #212121;
    border-top: 0;
}

#header .header-mid .top_search .search_cont .recent_box {
    width: 318px;
}

#header .header-mid .search-wrap .popular-keyword {
    margin: 8.5px 0px 8.5px 27px;
}

#header .header-mid .search-wrap .popular-keyword li {
    margin-right: 5px;
}

#header .header-mid .search-wrap .popular-keyword li a {
    display: inline-block;
    padding: 7px 9px;
    border-radius: 4px;
    border: 1px solid #ececec;
    color: #4d4d4d;
    background: #fff;
    font-size: 12px;
    line-height: 1;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;         
}

#header .header-mid .search-wrap .popular-keyword li a:hover {
    border-color: #4d4d4d;
}

#header .header-mid .search-wrap .popular-keyword li a:before {
    content: "#";
    display: inline-block;
    color: #4d4d4d;
    font-size: 12px;
}

#header .fake_gnb {
    height: 54px;
}

#header .header_gnb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 53px;
    border-bottom: 1px solid #ececec;
    z-index: 1000;
    background: #fff;
}

#header .header_gnb.fixed {
    position: fixed;
}

#header .gnb {
    width: 1240px;
    height: 100%;
}

#header .header_gnb .btn_all_menu_open {
    width: 188px;
    background: #f6f6f6;
    height: 53px;
    line-height: 53px;
    font-size: 15px !important;
    color: #2f2f2f;
    font-weight: bold;    
    left: -1px;
    box-sizing: border-box;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

#header .header_gnb .btn_all_menu_open:hover,
#header .header_gnb .btn_all_menu_open.on {
    background: #343434;
    color: #fff;
}

#header .header_gnb .btn_all_menu_open span.icon {
    width: 48px;
    height: 100%;
}

#header .header_gnb .btn_all_menu_open:hover span.icon span.bar {
    background: #fff;
}

#header .header_gnb .btn_all_menu_open span.icon span.bar {
    width: 15px;
    height: 2px;
    position: absolute;
    top: 21px;
    left: 24px;
    background: #343434; 
}

#header .header_gnb .btn_all_menu_open span.icon span.bar:nth-of-type(2) {
    top: 26px;
}

#header .header_gnb .btn_all_menu_open span.icon span.bar:nth-of-type(3) {
    top: 31px;
}

#header .header_gnb .btn_all_menu_open.on span.icon span.bar:nth-of-type(1) {
    top: 26px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#header .header_gnb .btn_all_menu_open.on span.icon span.bar:nth-of-type(2) {
    opacity: 0;
    visibility: hidden;
}

#header .header_gnb .btn_all_menu_open.on span.icon span.bar:nth-of-type(3) {
    top: 26px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#header .gnb_allmenu {
    top: 53px;
    left: 0px;
    z-index: 1000;
    display: none;
    box-sizing: border-box;
}

#header .header_gnb .top-category {
    margin-left: 233px;
    width: 702px;
    border-right: 1px solid #e6e5e5;
}

#header .header_gnb .top-category li {
    line-height: 53px;
    height: 53px;
}

#header .header_gnb .top-category li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #e6e5e5;
    margin: 0px 25px;
}

#header .header_gnb .top-category li:last-child:after {
    display: none;
}

#header .header_gnb .top-category li a {
    font-size: 15px;
    color: #2f2f2f;
    font-weight: bold;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;      
}

#header .header_gnb .top-category li a:hover {
    color: #283c8f;
}

#header .header_gnb .notice_rolling {
    top: 13px;
    padding-left: 92px;
    width: 305px;
    position: relative;
    box-sizing: border-box;
}

#header .header_gnb .notice_rolling:after {
    content: "NOTICE";
    font-size: 12px;
    color: #212121;
    display: inline-block;
    padding-left: 40px;
    background: url('../../assets/images/icon-notice_3760182784.png') no-repeat 15px center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.notice_rolling ul {
    width: 170px;
}

#header .header_gnb .notice_rolling .btn_notice_rolling {
    padding-top: 3px;
}

#header .community-category {
    background: #f8f8f8;
    line-height: 63px;
}

#header .community-category p.title {
    font-size: 15px;
    color: #212121;
    font-weight: bold;
    width: 106px;
    text-align: center;
}

#header .community-category ul li {
    margin-right: 5px;
    vertical-align: middle;
}

#header .community-category ul li a {
    display: block;
    width: 111px;
    line-height: 30px;
    height: 32px;
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #555;
    text-align: center;
    font-size: 11px;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;       
}

#header .community-category ul li a:hover {
    border-color: #4d4d4d;
}

#header .gnb_allmenu_box {
    float: left;
    width: 991px;
    margin: 30px 0px;
    padding: 0;
    height: 367px;
    overflow: visible;
    overflow-y: auto;
}

#header .gnb_allmenu_box .gnb_allmenu_box {
    float: none;
    margin: 0;
}

.gnb_allmenu_box ul li.depth-one {
    border-right: 1px solid #ececec;
    box-sizing: border-box;
}

.gnb_allmenu_box ul li.depth-one:nth-of-type(5n) {
    border-right: 0;
}

.gnb_allmenu_box ul li {
    position: relative;
}

.gnb_allmenu_box .all_menu_cont>a {
    padding: 0;
    font-size: 14px;
    color: #212121;
    font-family: "Open Sans", Malgun Gothic,"맑은 고딕",AppleGothic,Dotum,"돋움",sans-serif;
    margin-bottom: 8px;
}

.gnb_allmenu_box .all_depth1 li a {
    padding: 7px 0px;
    color: #6e6e6e;
    font-size: 12px;
    font-family: "Open Sans", Malgun Gothic,"맑은 고딕",AppleGothic,Dotum,"돋움",sans-serif;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;     
}

.gnb_allmenu_box .all_depth1 li a:hover {
    text-decoration: none;
    background: #f8f8f8;
}

.gnb_allmenu_box .all_depth1 {
    border: none;
}

.gnb_allmenu_box .all_depth2 {
    position: absolute;
    top: 0;
    right: -187px;
    width: 187px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ececec;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;      
}

.gnb_allmenu_box .all_depth1 li:hover .all_depth2 {
    opacity: 1;
    visibility: visible;
}

.gnb_allmenu_box .all_depth2 a {
    padding-left: 18px !important;
}

#header .allmenu-banner {
    width: 247px;
    height: 367px;
    text-align: center;
    margin: 30px 0px;
}

/* 공통 상품폼 */

.basic-product .goods_list_cont ul {
    float: none;
    margin-left: 1px;
    padding-top: 2px;    
}

.basic-product .item_basket_type ul li {
    border: 1px solid #ececec;
    box-sizing: border-box;
    margin: 0;
    width: calc(25% + 1px) !important;
    margin-left: -1px;
    margin-top: -1px;
}

.basic-product .item_info_cont {
    padding: 0;
	display: block;
}

.basic-product .item_cont {
    padding: 18px;
}

.basic-product .item_photo_box {
    border: none;
}

.basic-product .item_photo_box>a>img {
    width: 100%;
    height: auto;
}

.basic-product .item_tit_box .item_name {
    padding-top: 8px;
    padding-bottom: 5px;
    font-size: 15px;
    color: #212121;
    font-weight: bold;
    display: block;
    white-space : nowrap;
    overflow : hidden;
    text-overflow : ellipsis;
}

.basic-product .item_tit_box .item_name_explain {
    padding: 0px 0px 5px;
}

.basic-product .item_money_box {
    font-size: 0;
}

.item_money_box>* {
    font-family: "Open Sans", Malgun Gothic,"맑은 고딕",AppleGothic,Dotum,"돋움",sans-serif;
}

.basic-product .item_money_box>* {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.basic-product .item_money_box del {
    font-size: 12px;
    color: #7f7f7f;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.basic-product .item_money_box .item_price span {
    font-size: 15px;
    color: #212121;
}

.basic-product .item_icon_box img {
    padding-top: 17px;
}

.basic-product .item_basket_type .item_link {
    width: auto;
    height: auto;
    left: 10px;
    bottom: 0px;
    background: none;
    display: block;
    opacity: 0;
    visibility: hidden;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;        
}

.basic-product .item_basket_type ul li:hover .item_link {
    opacity: 1;
    visibility: visible;
    bottom: 10px;
}

.basic-product .item_basket_type .item_link>button {
    display: block;
    width: 28px;
    height: 28px;
    position: relative;
    margin: 0;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

.basic-product .item_basket_type .item_link>button:focus {
    border: none;
    outline: none;
}

.basic-product .item_basket_type .item_link>button.btn_basket_cart {
    background: url('../../assets/images/icon-basket_e56d462a6b.png') no-repeat center;
}

.basic-product .item_basket_type .item_link>button.btn_basket_cart:hover {
    background: rgba(255,255,255,.9) url('../../assets/images/icon-basket-on_092ebf832f.png') no-repeat center;
}

.basic-product .item_basket_type .item_link>button.btn_basket_get {
    background: url('../../assets/images/icon-heart_affad88a5d.png') no-repeat center;
}

.basic-product .item_basket_type .item_link>button.btn_basket_get:hover {
    background: rgba(255,255,255,.9) url('../../assets/images/icon-heart-on_07e2cdf2a8.png') no-repeat center;
}

.basic-product .item_basket_type .item_link>button.btn-buy {
    background: url('../../assets/images/icon-search_b12e107aaf.png') no-repeat center;
}

.basic-product .item_basket_type .item_link>button.btn-buy:hover {
    background: rgba(255,255,255,.9) url('../../assets/images/icon-search-on_3c8de8f964.png') no-repeat center;
}

.basic-product .item_basket_type .item_link>button span {
    display: inline-block;
    width: 65px;
    position: absolute;
    top: 0;
    left: 28px;
    background: rgba(255,255,255,.9);
    line-height: 28px;
    font-size: 11px;
    color: #5f5f5f;
    opacity: 0;
    visibility: hidden;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

.basic-product .item_basket_type .item_link>button:hover span {
    opacity: 1;
    visibility: visible;
}

/* 하단 영역 */

#footer {
    padding: 0;
}

#footer_wrap {
    border-color: #343434;
    padding: 0;
}

.foot_list ul {
    width: auto;
}

.foot_list ul li,
.foot_list ul li a {
    padding: 0;
}

.foot_list ul.company-menu li {
    margin-right: 43px;
}

.foot_list ul.company-menu li a {
    font-size: 12px;
    color: #1f1f1f;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 51px;
}

.foot_list ul.sns-menu li {
    margin-right: 5px;
    line-height: 51px;
}

.foot_list ul.sns-menu li img {
    vertical-align: middle;
}

.footer-bottom .container>div {
    box-sizing: border-box;
    position: relative;
    margin-top: 37px;
    margin-bottom: 50px;
}

.footer-bottom .container>div:after {
    content: "";
    display: block;
    width: 1px;
    height: 138px;
    background: #dfdfdf;
    position: absolute;
    top: 0;
    right: 0;
}

.footer-bottom .container>div:last-child:after {
    display: none;
}

.footer-bottom .cs-center {
    width: 271px;
}

.footer-bottom .bank-account {
    width: 300px;
    padding-left: 34px;
}

.footer-bottom .community {
    width: 299px;
    padding: 0px 34.5px 0px 31.5px;
}

.footer-bottom .company-info {
    width: 370px;
    padding-left: 33px;
}

.footer-bottom .box-title {
    margin-bottom: 17px;
}

.footer-bottom .box-title p {
    font-size: 15px;
    color: #0a0a0a;
    line-height: 1;
    font-weight: 600;
    font-family: "Open Sans", Malgun Gothic,"맑은 고딕",AppleGothic,Dotum,"돋움",sans-serif;    
}

.footer-bottom .tel strong {
    font-size: 23px;
    color: #0a0a0a;
    line-height: 1;
    display: block;
    font-weight: 600;
    font-family: "Open Sans", Malgun Gothic,"맑은 고딕",AppleGothic,Dotum,"돋움",sans-serif;    
    margin-bottom: 6px;
}

.footer-bottom .info p,
.footer-bottom .info a {
    line-height: 1.7;
    font-size: 12px;
    color: #555;
    text-decoration: none;
    border: none;
}

.footer-bottom .info p.last {
    margin-top: 8px;
}

.footer-bottom .info p span {
    margin-right: 13px;
}

.footer-bottom ul.list {
    margin-top: -5px;
}

.footer-bottom ul.list li {
    width: 111px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    margin: 5px 2.5px 0px;
    text-align: center;
    border-radius: 2px;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

.footer-bottom ul.list li:hover {
    border-color: #4d4d4d;
}

.footer-bottom ul.list li a {
    display: block;
    font-size: 11px;
    color: #555;
}

.copyright {
    background: #f6f6f6;
}

.copyright p {
    font-size: 11px;
    color: #555;
    line-height: 45px;
    font-family: "Open Sans", Malgun Gothic,"맑은 고딕",AppleGothic,Dotum,"돋움",sans-serif;    
}

.copyright p span {
    color: #56b9d9;
}

.foot_certify {
    display: none;    
}

/* 사이드 */

.scroll_wrap {
    z-index: 1000;
}

#scroll_right {
    position: fixed;
    z-index: 80;
    top: 0 !important;
    right: 0;
    background: #fff;
    height: 100%;
    width: 150px;
    padding: 25px;
    border-left: solid 1px #e6e6e6;    
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);    
    -khtml-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;       
}

#scroll_right.on {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-menu .side-slide-banner .slick-dots {
    bottom: auto;
    top: 2px;
    right: 5px;
    text-align: right;
}

.side-menu .side-slide-banner .slick-dots li {
    margin: 0px 2px;
}

.side-menu .side-slide-banner .slick-dots li button {
    padding: 0;
}

.side-menu .side-menu-box {
    margin-top: 35px;
}

.side-menu .side-menu-box>ul>li {
    margin-bottom: 3px;
}

.side-menu .side-menu-box>ul>li:last-child {
    margin: 0;
}

.side-menu .side-menu-box>ul>li a {
    font-size: 11px;
    color: #555;
}

.side-menu .side-menu-box p.tit {
    font-size: 14px;
    color: #242424;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1;
}

.side-menu .side-menu-box p.tel {
    font-weight: 500;
    font-size: 20px;
    color: #000;
}

.side-menu .side-menu-box p.cont {
    line-height: 19px;
    font-size: 12px;
}

.side-menu .side-bank-info .cont b {
    color: #000;
    font-weight: normal;
    font-size: 12px;
}

.side-menu .side-today .recent-list div.list {
    width: 150px;
    padding: 0;
    border: 0;
    margin-top: 0;
}

.side-menu .side-today .recent-list div.list .slick-list {
    width: 156px;
    margin-left: -3px;
}

.side-menu .side-today .recent-list div.list ul li {
    border: 1px solid #ececec;
    width: 72px;
    height: auto !important;
    box-sizing: border-box;
    margin: 0px 3px;
}

.side-menu .side-today .recent-list div.list ul li > a {
    width: 100%;
    height: 100%;
}

.side-menu .side-today .recent-list div.list ul li div {
    display: none;
}

.side-menu .side-today .paging {
    position: relative;
    top: -29px;
    left: 109px;
    cursor: pointer;
    font-size: 0;
}

.side-menu .side-today .paging a:last-child {
    margin-left: -1px;
}

.side-menu .recent-list div.list ul li.hover > a img {
    border: none !important;
}

#side-menu-wrap .right-btn {
    width: 16px;
    height: 74px;
    position: absolute;
    top: 50%;
    right: 195px;
    margin-top: -8px;
    cursor: pointer;
}

#side-menu-wrap .recent-list div.list ul li {
    padding: 0;
}

#side-menu-wrap .recent-list div.list ul li a {
    border: none !important;
}

#side-menu-wrap .recent-list div.list ul li img {
    width: 100%;
    height: auto;
}

.side-icon-menu {
    position: absolute;
    top: 50%;
    right: 200px;
    width: 40px;
    margin-top: -59px;
}

.side-icon-menu ul {
    border: 1px solid #dfdfdf;
    border-bottom: 0px;
}

.side-icon-menu ul li {
    border-bottom: 1px solid #dfdfdf;    
}

.side-icon-menu ul li a {
    display: block;
    width: 100%;
    height: 38px;
    font-size: 0;
    background: #fff;
    position: relative;
}

.side-icon-menu ul li.link a {
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;           
}

.side-icon-menu ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 48px;
    margin-top: -13.5px;
    width: 60px;
    height: 25px;
    line-height: 26px;
    background: #fff;
    border: 1px solid #ddd;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;     
}

.side-icon-menu ul li:hover a:after {
    opacity: 1;
    visibility: visible;
}

.side-icon-menu ul li.toggle a {
    background:#333 url('../../assets/images/icon-arrow-left_f232eee7ba.png')  no-repeat center;
}

#scroll_right.on .side-icon-menu ul li.toggle a {
    background:#333 url('../../assets/images/icon-arrow-right_170d896408.png')  no-repeat center;
}

.side-icon-menu ul li.toggle a:after {
    content: "퀵메뉴";
}

.side-icon-menu ul li.scroll-top a {
    background: #fff url('../../assets/images/icon-arrow-up_0fa9f64dc3.png')  no-repeat center;
}

.side-icon-menu ul li.scroll-top a:after {
    content: "위로";
}

.side-icon-menu ul li.scroll-bottom a {
    background: #fff url('../../assets/images/icon-arrow-down_55187ef5f8.png')  no-repeat center;
}

.side-icon-menu ul li.scroll-bottom a:after {
    content: "아래로";
}


/* 검색 결과 페이지 */
.body-goods-search .goods_list_cont .item_gallery_type .item_photo_box img {
	width:100%;
}