@charset "euc-kr";

@font-face {
    font-family: 'NanumGothic';
    font-weight: 400;
    src: url('./font/NanumGothic.eot'); /* IE9+ Compat Modes */
    src: local('NanumGothic'), 
         url('./font/NanumGothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./font/NanumGothic.woff2') format('woff2'), /* Super modern browsers */
         url('./font/NanumGothic.woff') format('woff'), /* Modern browsers */
         url('./font/NanumGothic.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'NanumGothic';
    font-weight: 700;
    src: url('./font/NanumGothicBold.eot'); /* IE9+ Compat Modes */
    src: local('NanumGothicBold'), 
         url('./font/NanumGothicBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./font/NanumGothicBold.woff2') format('woff2'), /* Super modern browsers */
         url('./font/NanumGothicBold.woff') format('woff'), /* Modern browsers */
         url('./font/NanumGothicBold.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'NanumGothic';
    font-weight: 800;
    src: url('./font/NanumGothicExtraBold.eot'); /* IE9+ Compat Modes */
    src: local('NanumGothicExtraBold'), 
         url('./font/NanumGothicExtraBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./font/NanumGothicExtraBold.woff2') format('woff2'), /* Super modern browsers */
         url('./font/NanumGothicExtraBold.woff') format('woff'), /* Modern browsers */
         url('./font/NanumGothicExtraBold.ttf')  format('truetype'); /* Safari, Android, iOS */
  }

@font-face {
    font-family: 'Nanumsquare';
    font-weight: 400;
    src: url(./font/NanumSquareR.eot);
    src: local('NanumSquareR'), url(./font/NanumSquareR.eot?#iefix) format('embedded-opentype'), url(./font/NanumSquareR.woff) format('woff');
}

body {
    font-family: 'NanumGothic', sans-serif;
}

.wrap {
    width: 100%;
    min-width: 1600px;
    height: 100%;
}

.container,
.M_container {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

/* ---------- sprites images ---------- */
.tab_ico1,
.tab_ico2,
.tab_ico3,
.tab_ico4,
.tab_ico5,
.tab_ico6 {
    display: block;
    background: url(../images/ico/tab_ico.png) no-repeat;
    margin: 0 auto 7px;
}

.tab_ico1 {
    background-position: 0 0;
    width: 59px;
    height: 59px;
}

.tab_ico2 {
    background-position: -67px 0;
    width: 59px;
    height: 59px;
}

.tab_ico3 {
    background-position: -129px 0;
    width: 71px;
    height: 58px;
}

.tab_ico4 {
    background-position: -205px 0;
    width: 59px;
    height: 59px;
}

.tab_ico5 {
    background-position: -273px 0;
    width: 59px;
    height: 58px;
}

.tab_ico6 {
    background-position: -337px 0;
    width: 59px;
    height: 59px;
}

/* -------------- header ----------- */
.header .top_ban {
    width: 100%;
    height: auto;
}

.header .top_ban a {
    display: block;
    width: 100%;
    text-align: center;
}

.header .top_ban img {
    width: 100%;
    max-width: 1920px;
    height: auto;
}

.top_head {
    width: 100%;
    height: 31px;
    border-bottom: 1px solid #e1e1e1;
}

.top_head .l_head {
    float: left;
}

.top_head .r_head {
    float: right;
}

.top_head li {
    float: left;
    font-family: 'NanumGothic', sans-serif;
    letter-spacing: -0.025rem;
    font-size: 12px;
    line-height: 31px;
    color: #636363;
}

.top_head li:hover {
    color: #333;
}

.top_head li.adm {
    color: #5db23c;
    font-weight: 600;
}

.top_head .l_head li {
    margin-right: 25px;
}

.top_head .r_head li:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #d3d3d3;
    vertical-align: middle;
    margin: 0 12px;
}

.top_head .r_head li:last-child:after {
    display: none;
}

.top_head .mypage {
    color: #e10a1a;
}

.top_head .favorite {
    color: #e10a1a;
    font-weight: 600;
    cursor: pointer;
}

.top_head .favorite:hover,
.top_head .mypage:hover {
    color: #e10a1a;
}

.favorite .heart_ico {
    display: inline-block;
    width: 11px;
    height: 9px;
    background: url(../images/ico/heart_ico.png) no-repeat;
    margin-right: 5px;
}

.header_inner {
    height: 110px;
}

.main_logo {
    float: left;
    width: 250px;
    height: 110px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    margin-right: 66px;
    text-indent: -9999px;
}

.main_logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.search_area {
    float: left;
    width: 423px;
}

.search_area .search_bar {
    position: relative;
    width: 400px;
    height: 50px;
    margin-top: 30px;
    box-sizing: border-box;
}
.search_area .search_bar.admin {
    width:423px;
    background:#f5f5f5;
    border-radius:30px;
    padding:0 0 0 18px;
    box-sizing:border-box;
}
.search_area .search_bar.admin select {
    float:left;
    width:80px;
    height:30px;
    font-size:13px; 
    color:#555;
    border:none;
    background:#f5f5f5;
    margin:10px 0;
}
.search_area .search_bar.admin input {
    float:right;
    width:320px;
}
.search_area .search_bar input {
    width: 100%;
    height: 50px;
    vertical-align: middle;
    border: none;
    padding: 0 50px 0 20px;
    font-family: 'NanumGothic', sans-serif;
    font-size: 14px;
    color: #aaa;
    background:#f5f5f5;
    border-radius:30px;
    box-sizing: border-box;
    outline: none;
}

.search_area .search_bar .search_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../images/ico/sch_ico.png) 50% 50% no-repeat;
    vertical-align: middle;
    text-indent: -9999px;
    cursor: pointer;
}

.call_area {
    float: right;
    height: 110px;
    background: url(../images/ico/call_ico.png) 0 35px no-repeat;
    padding: 30px 0 0 40px;
    box-sizing: border-box;
}
.call_area h3 {
    font-size:32px;
    font-weight:400;
    letter-spacing:0.05rem;
    color:#000;
    margin-bottom:6px;
}
.call_area .mail {
    font-size:15px;
    font-weight:400;
    letter-spacing:0.05rem;
    color:#444;
}
.gnb {
    width: 100%;
    height: 60px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #f2f2f2 #000 #000;
    box-sizing: border-box;
}

.gnb li {
    float: left;
    margin:0 0 0 28px;
}

.gnb li a {
    display: block;
    height: 100%;
    font-size: 15px;
    font-weight: 700;
    font-family: 'NanumGothic', sans-serif;
    letter-spacing: -0.025rem;
    line-height: 55px;
    color: #222;
    padding: 0 2px;
    border-bottom: 3px solid #fff;
    box-sizing: border-box;
}

.gnb li:hover a {
    border-color: #000;
}

.gnb .all_menu {
    margin: 0;
}

.gnb .all_btn {
    display: block;
    width: 32px;
    height: 58px;
    background: url(../images/ico/all_menu.png) 0 50% no-repeat;
    text-indent: -9999px;
    cursor:pointer;
}

.prd_bar {
    width: 100%;
    height: 40px;
    background: #959697;
    padding: 0 18px;
    box-sizing: border-box;
}

.prd_bar .prd_name {
    float: left;
}

.prd_bar .prd_name>* {
    float: left;
}

.prd_bar .prd_name .ttl {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-family: 'NanumGothic', sans-serif;
    letter-spacing: -0.045rem;
    color: #fff;
    margin-right: 8px;
}

.prd_bar .prd_name ul {
    height: 40px;
    box-sizing: border-box;
}

.prd_bar .prd_name li {
    position: relative;
    float: left;
    width: 12px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-family: 'NanumGothic', sans-serif;
    font-weight: 700;
    letter-spacing: -0.045rem;
    color: #fff;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
}

.prd_bar .prd_name li.b {
    width: 29px;
}

/* header_search-box name-search */
.prd_bar .prd_name li:hover .dep {
    display: block;
}

.prd_bar .prd_name ul li .dep {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 370px;
    background-color: #fff;
    border: 1px solid #000;
    padding: 14px;
    line-height: 21px;
    margin: -1px 0 0 -10px;
    text-align: left;
    z-index: 999;
    word-break: keep-all;
}

.prd_bar .prd_name ul li .dep span {
    display: inline-block;
    border-right: 1px solid #ddd;
    font-size: 12px;
    font-weight: 400;
    color: #444;
    line-height: 12px;
    padding-right: 5px
}

.prd_bar .prd_name ul li .dep span:last-child {
    border-right: 0;
}

.prd_bar .prd_name ul li .dep span:hover {
    color: #ee0000;
    cursor: pointer;
}

.prd_bar .select_area {
    float: left;
    height: 32px;
    margin: 4px 0 4px 30px;
    box-sizing: border-box;
}

.prd_bar .select_area select {
    height: 32px;
    border: none;
    font-size: 12px;
    font-family: 'NanumGothic', sans-serif;
    font-weight: 700;
    letter-spacing: -0.025rem;
    color: #fff;
    padding:0 12px 0 4px;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; 
    background:#969798 url(../images/ico/sel_arr.png) 94% 50% no-repeat;
}
.prd_bar .select_area select::-ms-expand {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity:0;}

.prd_bar .lnk_bar {
    float: right;
}

.prd_bar .lnk_bar li {
    float: left;
    margin-left: 26px;
}

.prd_bar .lnk_bar a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.045rem;
    color: #fff;
}

.prd_bar .lnk_bar .favorite {
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.045rem;
    color: #fff;
    background: url(../images/ico/heart_ico.png) 0 50% no-repeat;
    padding-left: 14px;
    box-sizing: border-box;
    cursor: pointer;
}

.gnb .dep {
    display: none;
    position: absolute;
    top: 58px;
    left: 0px;
    width:100%;
    border: 1px solid #000;
    border-top: none;
    background-color: #fff;
    z-index:102;
}
.gnb .dep .category {
    margin:0;
}
.gnb .close_btn {
    position:absolute;
    top:0;
    right:0;
    width:44px;
    height:44px;
    background:url(../images/ico/close_ico.png) 50% 50% no-repeat;
    text-indent:-9999px;
    cursor:pointer;
}

.gnb .dep .category h5 {
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -0.05em;
    position: relative;
}

.gnb .dep .category h5 img {
    position: absolute;
    top: 10px;
    right: -25px;
    cursor: pointer;
}

.gnb .dep .category table {
    border-top: 1px solid #666;
}

.gnb .dep .category a {
    color: #333;
    font-weight:400;
    word-break: keep-all;
}

.gnb .dep .category a:hover {
    color: #000;
    text-decoration:underline;
}
.gnb .dep .category td {
    padding-right:50px;
}

/* -------------- Main CSS ------------ */
.M_container {
    margin-top: 40px;
}

.M_container .left_column {
    float: left;
    width: 170px;
}

.M_container .right_column {
    float: right;
    width: 910px;
}

.category_area {
    float: left;
    width: 170px;
}

.box_category {
    padding-bottom:16px;
    box-sizing:border-box;
}

.box_category .ttl_category {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #000;
    font-size: 13px;
    font-weight: 700;
    font-family: 'NanumGothic', sans-serif;
    color: #222;
    box-sizing: border-box;
}

.box_category .cate_cont {
    width: 100%;
}

.box_category .cate_cont:after {
    content: '';
    display: block;
    clear: both;
}

.box_category .cate_cont>li>ul>li {
    float: left;
    font-size: 12px;
    font-family: 'NanumGothic', sans-serif;
    line-height: 21px;
    color: #666;
}

.box_category .cate_cont>li>ul>li a {
    display: inline-block;
    margin: 0 2px;
}

.box_category .cate_cont>li>ul>li a:hover {
    color: #e00;
}

.box_category .cate_cont>li>ul>li:first-child a {
    margin-left: 0;
}

/************** quick ***************/
.width1049 {
    position: relative;
    width: 1050px;
    margin: 0 auto;
}
.left-quick {
    position: absolute;
    left: -130px;
    top: 20px;
    z-index: 100;
}

.left-quick ul {
    width: 100px;
}

.left-quick ul li {
    height: auto;
    margin-bottom: 10px;
}

.right-quick {
    position: absolute;
    right: -130px;
    top: 20px;
    width: 100px;
    z-index: 100;
}

/* .right-quick{float: right; margin-right: -130px; margin-top:20px; width: 110px;} */
.right-quick > ul {
    width: 100px;
}

.right-quick ul li {
    margin-bottom: 10px;
}
.right-quick h5 {
    font-size: 11px;
    font-weight:400;
    color: #fff;
    line-height: 35px;
    text-align: center;
    color:#444;
    background-color:#fff;
    border-width:1px 1px 0;
    border-style:solid;
    border-color:#ddd;
    box-sizing:border-box;
}

.right-quick .today-box {
    background:#fff;
    padding: 18px 10px 12px 10px;
    border-width:0 1px 1px;
    border-style:solid;
    border-color:#ddd;
    box-sizing:border-box;
}

.right-quick .today-box .box {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    position: relative;
}
.right-quick .today-box .page-btn {
    text-align:center;
}
.right-quick .today-box .page-btn button {
    margin: 0 5px;
}
.right-quick .today-box .page-btn button:first-child {
    float:left;
}
.right-quick .today-box .page-btn button:last-child {
    float:right;
}
.right-quick .today-box .page-btn span {
    font-size: 12px;
    color: #949494;
}

.right-quick .today-box .page-btn span b {
    color: #2a2a2a;
}

.right-quick .today-box .top {
    position: absolute;
    bottom: -40px;
    left: 0;
}
.main .left-quick {
    top:40px;
    left:-150px;
}
.main .right-quick {
    top:40px;
    right:-150px;
}
/* Main visual */
.M_visual .visual_slide {
    float: left;
    width: 770px;
    height: 360px;
    box-sizing: border-box;
    margin-bottom: 13px;
    overflow:hidden;
}

.M_visual .visual_slide .cycle-pager {
    position: absolute;
    left: 50%;
    bottom: 15px;
    margin-left: -42px;
    z-index:101;
}

.M_visual .visual_slide .cycle-pager span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    margin: 0 3px;
    border-radius: 50%;
    text-indent: -9999px;
    cursor: pointer;
}

.M_visual .visual_slide .cycle-pager .cycle-pager-active {
    width: 24px;
    height: 12px;
    border-radius: 6px;
    background: #515151;
}
.M_visual .visual_slide .slide {
    width:770px;
    height:360px;
}
.M_visual .visual_slide .slide a {
    display:block; 
    width:100%;
    height:100%;
}
.M_visual .visual_slide .slide img {
    width:100%;
    height:100%;
}
.M_visual .lnk_bannner {
    
}

.M_visual .lnk_bannner li {
    float:left;
    width:33.3%;
}
.M_visual .lnk_bannner li:nth-child(n+2):nth-child(-n+3) {
    width:calc(33.3% + 1px);
    margin-left:-1px;
}
.M_visual .lnk_bannner li img {
    width: 100%;
    height: 100%;
}

.M_visual .lnk_bannner li:last-child {
    border-bottom: none;
}

.M_visual .main_banner {
    clear: both;
    margin: 10px auto 15px;
}

.M_visual .main_banner li {
    float: left;
    width: 247px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-right: 10px;
    overflow: hidden;
}

.M_visual .main_banner li:last-child {
    width: 355px;
    margin-right: 0;
}

.M_visual .main_banner img {
    width: 245px;
    height: 330px;
}

.M_visual .main_banner li:last-child img {
    width: 355px;
    height: 330px;
}
.keyword_box {
    float:right;
    width:130px;
    height:360px;
    border:1px solid #ddd;
    border-top-color:#000;
    box-sizing:border-box;
}
.keyword_box h3 {
    height:40px;
    line-height:40px; 
    background:#f4f4f4;
    font-size:12px;
    color:#222;
    padding:0 10px;
    box-sizing:border-box;
}
.keyword_box ul {
    width:100%;
    height:320px;
    padding:10px;
    box-sizing:border-box;
}
.keyword_box li:first-child a, .keyword_box li:nth-child(2) a:first-child {color:#e00;}
.keyword_box a {
    display:block;
    line-height:30px;
    font-size:12px;
    color:#444;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.keyword_box a:hover {
    text-decoration:underline;
}
.M_prd_lnk {
    margin: 30px auto;
}
.M_prd_lnk a {
    float:left;
    width:16.66%;
    height:100px;
    line-height:100px;
    text-align:center;
}
.hot_deal {
    position:relative;
    text-align:center;
}
.hot_deal:before {
    content:'';
    position:absolute;
    top:25px;
    left:0;
    width:100%;
    height:1px;
    border-bottom:1px solid #000;
    box-sizing:border-box;
}
.hot_deal h3 {
    display:inline-block;
    position:relative;
    font-size:20px;
    font-weight:800;
    line-height:50px;
    color:#000;
    text-align:center;
    padding:0 15px;
    margin-bottom:30px;
    background:#fff;
    box-sizing:border-box;
    z-index:10;
}
.hot_deal li {
    float:left;
    width:296px;
    margin:0 11px 11px 0;
}
.hot_deal li:nth-child(3n) {
    margin-right:0;
}
.M_cont_banner {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.M_cont_banner a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

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

.M_prd_area {
    width: 100%;
    height: 520px;
    background: #f5f5f5;
    text-align: center;
    margin: 0 auto 50px;
}

.M_prd_area .ttl {
    padding:50px 0 35px;
}

.M_prd_area .ttl h2 {
    font-weight: 400;
    font-size: 30px;
    line-height:50px;
    color: #000;
}

.M_prd_area .ttl span {
    font-size:15px;
    font-weight:400;
    letter-spacing:-0.025rem;
    color:#777;
}

.M_prd_area .best_slide {
    width: 975px !important;
    margin: 0 auto;
}

.M_prd_area .best_slide li {
    width: 186px;
    margin: 0 5px;
}

.M_prd_area .best_slide li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.M_prd_area .best_slide span {
    display: block;
}

.M_prd_area .best_slide .img_box {
    width: 186px;
    height: 186px;
    overflow: hidden;
}

.M_prd_area .best_slide .img_box img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
}
.M_prd_area .best_slide .img_box:hover img {
    transform: scale(1.05);
}

.M_prd_area .best_slide .prd_no {
    display: block;
    font-size: 11px;
    color: #999;
    letter-spacing: -0.025rem;
    margin: 15px auto 5px;
}

.M_prd_area .best_slide .prd_name {
    height:34px;
    font-size: 13px;
    letter-spacing: -0.025rem;
    color: #666;
    line-height: 17px;
    white-space:normal;
    overflow: hidden;
    margin-bottom: 10px;
}

.M_prd_area .best_slide li:hover .prd_name {
    text-decoration:underline;
}

.M_prd_area .best_slide .prd_price {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    letter-spacing: -0.025rem;
    color: #262626;
}

.M_prd_area span[class^="best"] {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 45px;
    cursor: pointer;
}

.M_prd_area span[class^="best"]:hover {
    background-color: #7a7a7a;
}

.M_prd_area .best_prev {
    left: 0;
    background: #ababab url(../images/ico/best_prev.png) 50% 50% no-repeat;
}

.M_prd_area span.best_next {
    background: #ababab url(../images/ico/best_next.png) 50% 50% no-repeat;
    right: 0;
}

.M_hit .ttl h3 {
    font-size:30px;
    font-weight:400;
    line-height:50px;
    background:url(../images/event_bar.jpg) 50% 50% no-repeat;
    text-align:center;
    color:#000;
    margin-bottom:35px;
}
.M_hit .hit_banner {
    width:1050px;
    margin:0 auto 70px;
}
.M_hit .hit_banner li {
    float: left;
    width: 340px;
    height: 180px;
    margin: 0 15px 17px 0;
}

.M_hit .hit_banner li img {
    width: 100%;
    height: 100%;
}

.M_hit .hit_banner li:nth-child(3n) {
    margin-right: 0;
}

.M_hit .hit_b_banner {
    margin-bottom: 17px;
}

.recom_column {
    margin: 0 auto 23px;
}

.recom_column table {
    width: 1050px;
    height: 552px;
}

.recom_column table th {
    width: 148px;
    background: #fd3468
}

.recom_column table th .prd_type {
    font-size: 18px;
    font-family: 'Nanumsquare', sans-serif;
    font-weight: 600;
    letter-spacing: -0.025rem;
    line-height: 18px;
    color: #fff;
}

.recom_column table th .prd_ico {
    display: block;
    width: 95px;
    height: 95px;
    background: url(../images/ico/recom_ico1.png) no-repeat;
    margin: 0 auto 10px;
}

.recom_column table .phone {
    background: #0183bc;
    border-top: 1px solid #3e4146;
    border-bottom: 1px solid #3e4146;
}

.recom_column table .tumbler {
    background: #ea9d03;
}

.recom_column table .phone .prd_ico {
    background: url(../images/ico/recom_ico2.png) no-repeat;
}

.recom_column table .tumbler .prd_ico {
    background: url(../images/ico/recom_ico3.png) no-repeat;
}

.recom_column table td {
    width: 180px;
    height: 183px;
    border: 1px solid #ddd;
    text-align: center;
    box-sizing: border-box;
}

.recom_column table td:hover .prd_name {
    color: #333;
}

.recom_column table td a {
    display: block;
    width: 100%;
    height: 100%;
}

.recom_column table td a>span {
    display: block;
}

.recom_column table .img_area {
    position: relative;
    width: 100%;
    max-width: 178px;
    height: 130px;
    margin: 0 auto;
}

.recom_column table .img_area img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.recom_column table .prd_name {
    width: 92%;
    max-width: 178px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.025rem;
    color: #666;
    margin: 6px auto;
}

.recom_column table .prd_price {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.025rem;
    color: #262626;
}

.recom_column table .prd_price.sale span {
    display: inline-block;
    color: #d90000;
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 10px;
}
.plan_column .ttl {
    text-align:center;
}
.plan_column .ttl h3 {
    font-size:30px;
    line-height: 50px;
    color: #000;
    background:url(../images/plan_bar.jpg) 50% 50% no-repeat;
    text-align:center;
    margin:0;
}
.plan_column .ttl .plan_caption {
    color:#aaa;
}
.plan_column .ttl .plan_caption span {
    color:#111;
    font-weight:700;
}
.plan_column .ttl .plan_controls {
    display:inline-block;
    line-height: 41px;
}

.plan_column .plan_controls>a {
    display: inline-block;
    width: 50px;
    height: 21px;
    line-height: 23px;
    vertical-align: middle;
    border: 1px solid #c0c1c5;
    background: #fff;
    text-align: center;
    font-size: 11px;
    font-family: 'Dotum', sans-serif;
    letter-spacing: -0.13rem;
    color: #7d828f;
    box-sizing: border-box;
}

.plan_column .plan_controls .more_min {
    display: inline-block;
    width: 3px;
    height: 5px;
    background: url(../images/ico/more_min.gif) no-repeat;
    margin: 7px 0 0 5px;
    vertical-align: top;
}

.plan_column .plan_caption {
    display: inline-block;
    font-size: 12px;
    font-family: 'NanumGothic', sans-serif;
    letter-spacing: -0.025rem;
    color: #fff;
    margin-right: 10px;
}

.plan_column .plan_controls .controls {
    display: inline-block;
    width: 63px;
    height: 21px;
    background: #fff;
    border: 1px solid #ddd;
    border-right-color:#aaa;
    border-bottom-color:#aaa;
    border-radius: 2px;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
}

.plan_column .controls .plan_prev {
    float: left;
    width: 30px;
    height: 19px;
    background: url(../images/ico/plan_prev.gif) 50% 50% no-repeat;
    border-right: 1px solid #ddd;
    vertical-align: top;
}

.plan_column .controls .plan_next {
    float: right;
    width: 30px;
    height: 19px;
    background: url(../images/ico/plan_next.gif) 50% 50% no-repeat;
    vertical-align: top;
}

.plan_column .plan_slide {
    width: 1050px;
    height: 1620px;
    margin:0 auto 50px;
    box-sizing: border-box;
}

.plan_slide .slides {
    width: 1048px;
    height: 1619px;
    padding: 30px 37px;
    box-sizing: border-box;
}

.plan_slide .slides li {
    float: left;
    width: 175px;
    height: 260px;
    margin: 0 24px 5px 0;
}

.plan_slide .slides li:nth-child(5n) {
    margin-right: 0;
}

.plan_slide .slides li a>* {
    display: block;
    text-align: center;
}

.plan_slide .slides .prd_img {
    width: 175px;
    height: 164px;
    margin-bottom: 10px;
    overflow: hidden;
}

.plan_slide .slides small {
    font-size: 11px;
    color: #999;
    letter-spacing: -0.025rem;
}

.plan_slide .slides .prd_name {
    width: 97%;
    font-size: 13px;
    color: #666;
    letter-spacing: -0.025rem;
    line-height: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px auto;
}

.plan_slide .slides .prd_price {
    font-size: 14px;
    letter-spacing: -0.025rem;
    line-height: 17px;
    color: #000;
}

/* shopping category CSS */
.shop_category {
    margin-bottom: 55px;
}

.shop_category .title {
    width: 100%;
    height:40px;
    text-align: center;
    background: #000;
    padding:0;
}
.shop_category .title h5 {
    font-size: 17px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    margin:0;
}

/* 전체카테고리 */
.category table tr {
    border-bottom: 1px solid #ddd;
}

.category table tr.on {
    display: inherit !important;
}

.category table tr th {
    width: 100px;
    background-color: #f9f9f9;
    padding: 15px 0 10px 16px;
    font-size: 12px;
    color: #282828;
    text-align: left;
    vertical-align: top;
    font-weight: 700;
    box-sizing:border-box;
}

.category table tr td {
    padding: 10px 25px 10px 16px;
    font-size: 12px;
    vertical-align: top;
    word-break:keep-all;
    box-sizing:border-box;
}

.category table tr td a {
    display:inline-block;
    line-height: 23px;
    margin:0 5px 0 0;
    padding:0;
    color:#666;
    border:none;
}

.category table tr td a:hover {
    color:#333;
    text-decoration: underline;
}

.category .category_btn {
    display:block;
    width:100%;
    heighet:32px;
    line-height:30px;
    border:1px solid #000;
    text-align:center;
    font-size:12px;
    color:#000;
    margin:-1px 0 0;
    box-sizing:border-box;
    cursor:pointer;
}

.category .category-btn img {
    margin-left: 10px;
}

/* ------------ footer CSS ------------- */
.footer {
    width: 100%;
    background: #f6f6f6;
}
.footer .gry_box {
    padding:50px 0;
}
.footer .sian_column {
    float: left;
    width: 240px;
    box-sizing: border-box;
}
.sian_column .ttl h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.045rem;
    color: #111;
    margin: 0 auto 15px;
}

.sian_column .ttl p {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: -0.025rem;
    color: #9e9e9e;
    margin-bottom: 10px;
}

.sian_column .sian_btn {
    width: 240px;
}

.sian_column .sian_btn a {
    display: block;
    width: 240px;
    height: 65px;
    line-height: 65px;
    background: #fff url(../images/ico/sian_ico2.png) 26px 50% no-repeat;
    padding:0 0 0 70px;
    box-sizing: border-box;
}

.sian_column .sian_btn a:hover {
    border-color: #666;
}

.sian_column .sian_btn a:first-child {
    margin-bottom: 10px;
    background:#fff url(../images/ico/sian_ico1.png) 25px 50% no-repeat;
}

.sian_column .sian_btn a:first-child span {
    display: inline-block;
    font-size: 13px;
    color: #424242;
}

.sian_column .sian_btn a:nth-child(2) span {
    display: inline-block;
    font-size: 13px;
    line-height: 21px;
    color: #424242;
    margin: 12px 0 0;
}

.sian_column .sian_btn a:nth-child(2) strong {
    color: #d90000;
}

.sian_column small {
    display: block;
    width: 240px;
    margin: 0 auto;
    font-size: 11px;
    letter-spacing: -0.05rem;
    line-height: 16px;
    color: #777;
}

.bank_column {
    float: left;
    width: 245px;
    margin-right:40px;
    box-sizing: border-box;
}

.bank_column .ttl {
    margin: 0 auto 15px;
}

.bank_column .ttl h3 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: -0.045rem;
    color: #111;
}

.bank_column .nh_img+ul {
    margin: 15px 0 10px;
}

.bank_column .nh_img+ul>li {
    float: left;
    width: 120px;
    height: 38px;
    background: #fff;
    margin:0 5px 5px 0;
    padding:0 0 0 14px;
    font-size:12px;
    line-height:38px;
    color:#555;
    box-sizing: border-box;
}
.bank_column .nh_img + ul > li:nth-child(2n) {margin-right:0;}
.bank_column .nh_img + ul > li:first-child a {
    color:#000;
}
.bank_column .nh_img+ul>li a {
    display:block;
    font-size:12px;
    line-height:38px;
    color: #555;
}
.bank_column .bank_notice {
    display:block;
    font-size:11px;
    line-height:21px;
    color:#f00;
}
.center_column {
    float:left;
    width:220px;
    margin:0 45px 0 0;
}
.center_column .ttl {
    margin: 0 auto 15px;
}

.center_column .ttl h3 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: -0.045rem;
    color: #111;
}
.center_area .call_img {
    float: left;
    width: 45px;
    height: 45px;
    background: #111 url(../images/ico/call_ico2.png) 50% 50% no-repeat;
    margin-right: 10px;
}
.center_area .call_img+div {
    float: left;
}

.center_area .call_img+div span {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -0.045rem;
    color: #111;
}

.center_area .call_img+div h4 {
    font-size:22px;
    font-weight:700;
    color: #111;
}

.center_area .center_info {
    float:none;
    clear:both;
    border-bottom: 1px solid #ddd;
    padding:10px 0;
    box-sizing:border-box;
}

.center_area .center_info li {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    color: #444;
}
.center_area .center_info li span {
    display: inline-block;
    width: 55px;
    font-weight: 400;
    letter-spacing: -0.025rem;
    color: #999;
}

.center_area .center_day {
    margin-top: 10px;
}
.center_area .center_day li {
    font-size: 12px;
    line-height: 18px;
    color: #999;
}
.center_area .center_day li span {
    display:block;
    margin:12px 0 0;
    color:#7c7c7c;
}
.chk_column {
    float: right;
    width: 270px;
    height: 230px;
    background: #fff;
    box-sizing: border-box;
}

.chk_column .ttl {
    height:50px;
    line-height:50px;
    padding:0 16px;
    border-bottom: 1px solid #ddd;
    box-sizing:border-box;
}

.chk_column .ttl h2 {
    float: left;
    font-size: 15px;
    font-weight: 700;
    line-height:50px;
    letter-spacing: -0.045rem;
    color: #111;
}

.chk_column .ttl a {
    float: right;
    font-size: 11px;
    line-height:50px;
    letter-spacing: -0.025rem;
    color: #999;
}

.chk_column .chk_list {
    padding-top: 10px;
}

.chk_column .chk_list li:after {
    content: '';
    display: block;
    clear: both;
}

.chk_column .chk_list li a {
    float: left;
    width:calc(100% - 90px);
    font-size: 14px;
    letter-spacing: -0.025rem;
    line-height: 30px;
    color: #4b4b4b;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.chk_column .chk_list li a:hover {
    text-decoration: underline;
}

.chk_column .chk_list li .date {
    float: right;
    line-height: 30px;
    font-size: 12px;
    font-family: 'Dotum', sans-serif;
    letter-spacing: 0.05rem;
    color: #c4c4c4;
}

.f_info {
    width: 100%;
    background: #fff;
    padding:30px 0 80px;
}
.f_lnk_bar {
    width:100%;
    margin:0 auto 30px;
}
.f_lnk_bar li {
    float:left;
    width:20%;
    height:47px;
    background:#111;
    text-align:center;
    border-right:1px solid #4e4e4e;
    box-sizing:border-box;
}
.f_lnk_bar li:last-child {
    border-right:none;
}
.f_lnk_bar a {
    display:block;
    width:100%;
    height:47px;
    line-height:47px;
    font-size:14px;
    font-weight:700;
    color:#fff;
}
.site_info {
    float:left;
    width:calc(100% - 220px);
}
.site_info .lnk {
    margin:5px 0 16px;
}
.site_info .lnk li {
    float: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #333;
    margin:0 20px 0 0;
}
.site_info .lnk li:last-child {
    margin-right:0;
}
.footer_logo {
   float:right;
   width:220px;
}
.footer_logo a {
    display: block;
    width:100%;
    margin-bottom:10px;
}
.footer_logo img {
    max-width:100%;
    height:auto;
}
.f_info .f_logo li {
    display:inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.f_info .f_copy {
    width: 810px;
}

.f_info .f_copy p {
    font-size: 14px;
    line-height: 23px;
    color: #e10a1a;
    margin-bottom: 16px;
}

.f_info .f_copy ul>li li {
    float: left;
    font-size:13px;
    line-height:27px;
    color:#555;
    margin-right:16px;
}

.f_info .f_copy ul>li li:last-child {
    margin-right: 0;
}

.f_info .f_copy .copy {
    clear: both;
    font-size:13px;
    margin: 25px 0 0;
    color: #a6a6a6;
}
.btn_arr {
    position:fixed;
    bottom:0;
    right:0;
    width:45px;
    height:90px;
    border:1px solid #eee;
}
.btn_arr button {
    display:block;
    width:45px;
    height:45px;
    background:#fff;
    cursor:pointer;
}
.btn_arr button img {
    width:100%;
    height:100%;
}
.btn_arr .go_bot {
    border-top:1px solid #eee;
}
/* sub layout CSS */
.content .sub_warp {
    font-size: 13px;
}

.content .sub_warp table.list_prd tr>* {
    vertical-align: middle;
}

.content .sub_warp table.list_prd th {
    text-align: left;
}

.content .sub_warp .power_item .power-list ul li.on a .prd_txt {
    width: 120px;
}

.content .sub_warp .prds_search .search-head label {
    display: inline-block;
    font-weight: 600;
    max-width: 100%;
    margin-bottom: 5px;
}

.content .sub_warp .prds_search .serech-order select {
    font-size: 13px;
}

.content .sub_warp h4.nav {
    font-weight: 600;
}

.tab-box .tab ul li {
    box-sizing: border-box;
}

.content .sub_warp tr>* {
    vertical-align: middle;
}

.tab-box table.prdinfo tr th {
    font-weight: 600;
}

/* store CSS */
.stroe h5 span {
    color: #81c555;
}

.stroe h5 .page-nav span {
    float: left;
    height: 22px;
    cursor: pointer;
}

.stroe h5 .page-nav span img {
    vertical-align: top;
}

.stroe .item {
    width: 1050px;
    height: 190px;
    padding: 36px 45px;
    box-sizing: border-box;
}

.stroe .img-box img:nth-child(5n) {
    margin-right: 0;
}