@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;
}

/* selection */
::selection {background: #626aa1; background:rgba(98,103,161,.7); color:#fff; text-shadow:none;}
::-moz-selection {background:#626aa1; background:rgba(98,103,161,.7); color:#fff; text-shadow:none;}
::-webkit-selection {background:#626aa1; background:rgba(98,103,161,.7); color:#fff; text-shadow:none;}


/* ---------- 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: 130px;
    text-align:center;
}

.main_logo {
    float:left;
    width: 250px;
    height: 130px;
}

.main_logo a {
    display: block;
    width: 100%;
    height: 100%;
    line-height:130px;
    text-align:left;
}
.main_logo img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:90%;
}

.search_area {
    position:absolute;
    top:29px;
    left:50%;
    width: 423px;
    margin:0 0 0 -211.5px;
}

.search_area .search_bar {
    position: relative;
    width: 100%;
    height: 50px;
    background: rgb(98,103,161);
    background: -moz-linear-gradient(left, rgba(98,103,161,1) 0%, rgba(204,88,173,1) 100%);
    background: -webkit-linear-gradient(left, rgba(98,103,161,1) 0%,rgba(204,88,173,1) 100%);
    background: linear-gradient(to right, rgba(98,103,161,1) 0%,rgba(204,88,173,1) 100%);
    box-sizing: border-box;
    border-radius:26px;
    -webkit-border-radius:26px;
    -moz-border-radius:26px;
    -ms-border-radius:26px;
    -o-border-radius:26px;
}

.search_area .search_bar input {
    width:419px;
    height: 46px;
    border:0;
    padding: 0 46px 0 16px;
    font-family: 'NanumGothic', sans-serif;
    font-size: 14px;
    color: #222;
    background: #fff;
    margin:2px;
    outline: none;
    border-radius:26px;
    -webkit-border-radius:26px;
    -moz-border-radius:26px;
    -ms-border-radius:26px;
    -o-border-radius:26px;
    box-sizing: border-box;
}

.search_area .search_bar .search_btn {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 46px;
    height: 46px;
    background: url(../images/ico/sch_ico.png) 50% 50% no-repeat;
    vertical-align: middle;
    text-indent: -9999px;
    cursor: pointer;
}
.search_area.admin .search_bar {
    position:relative;
    width:100%;
}
.search_area.admin .search_bar:after {
    content:'';
    position:absolute;
    top:50%; 
    left:84px; 
    width:1px;
    height:20px; 
    background:#ddd;
    margin-top:-10px;
}
.search_area.admin .search_bar select {
    position:absolute;
    left:10px;
    top:50%;
    width:70px;
    height:30px;
    font-size:13px; 
    color:#555;
    border:none;
    background:#fff;
    margin:-15px 0 0;
    padding-left:5px;
    box-sizing:border-box;
}
.search_area.admin .search_bar input {
    padding:0 46px 0 90px;
}
.recom_keyword {
    text-align:center;
    margin:10px 0 0;
}
.recom_keyword strong {
    font-family:'Dotum','NanumGothic',sans-serif;
    font-size:12px;
    font-weight:700;
    letter-spacing:-0.035rem; 
    color:#ef4d92;
}
.recom_keyword span {
    display:inline-block;
    font-family:'Dotum','NanumGothic',sans-serif;
    font-size:12px;
    letter-spacing:-0.035rem; 
    color:#222;
    padding:0 12px;
    border-right:1px solid #ddd;
}
.recom_keyword span:last-child {
    border-right:0;
}
.call_area {
    float: right;
    height: 55px;
    background: url(../images/ico/head_call.png) 0 50% no-repeat;
    padding:0 0 0 60px;
    font-family:'Montserrat','NanumGothic',sans-serif;
    text-align:left;
    margin:37.5px 0 0;
    box-sizing: border-box;
}
.call_area span {
    display:inline-block;
    font-size:14px;
    font-weight:500;
    color:#ef4d92;
    margin:0 0 4px;
}
.call_area h3 {
    font-family:'Montserrat',sans-serif;
    font-size:32px;
    font-weight:500;
    color:#363b74;
    margin-bottom:6px;
}
.call_area .mail {
    font-size:15px;
    font-weight:400;
    letter-spacing:0.05rem;
    color:#444;
}
.gnb {
    width: 100%;
    height: 47px;
    background: rgb(98,103,161);
    background: -moz-linear-gradient(left, rgba(98,103,161,1) 0%, rgba(204,88,173,1) 100%);
    background: -webkit-linear-gradient(left, rgba(98,103,161,1) 0%,rgba(204,88,173,1) 100%);
    background: linear-gradient(to right, rgba(98,103,161,1) 0%,rgba(204,88,173,1) 100%);
}

.gnb li {
    float: left;
    height:47px;
    margin:0 3px;
}
.gnb li:nth-child(2) {margin-left:0;}
.gnb li:last-child {margin-right:0;}
.gnb li a {
    display: block;
    height: 100%;
    font-size: 15px;
    font-weight: 700;
    font-family: 'NanumGothic', sans-serif;
    letter-spacing: -0.025rem;
    line-height: 47px;
    color: #fff;
    padding: 0 13px;
    transition:background 0.2s;
    box-sizing: border-box;
    -webkit-transition:background 0.2s;
    -moz-transition:background 0.2s;
    -ms-transition:background 0.2s;
    -o-transition:background 0.2s;
}
.gnb li:hover a {
    background:rgba(0,0,0,.08);
}

.gnb .all_menu {
    margin: 0 15px 0 0;
}

.gnb .all_btn {
    display: block;
    width: 47px;
    height: 47px;
    background:rgba(255,255,255,.2) url(../images/ico/all_menu.png) 50% 50% no-repeat;
    border-radius:50%;
    text-indent: -9999px;
    cursor:pointer;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
}

.prd_bar {
    width: 100%;
    height: 40px;
    background: #fff;
    padding: 0 18px;
    border-bottom:1px solid #eee;
    box-sizing: border-box;
}

.prd_bar .prd_name {
    float: left;
}

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

.prd_bar .prd_name .ttl {
    height: 22px;
    line-height: 18px;
    font-size: 11px;
    font-family: 'Dotum','NanumGothic',sans-serif;
    letter-spacing: -0.13rem;
    background:#fff url(../images/ico/sel_min.png) 94% 50% no-repeat;
    color: #000;
    border:2px solid #ef4d92; 
    margin:9px 9px 9px 0;
    padding:0 16px 0 5px;
    box-sizing:border-box;
    cursor:default;
}

.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;
    letter-spacing: -0.045rem;
    color: #666;
    text-align: center;
    margin: 0 3px;
    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 #ef4d92;
    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: #1481c3;
    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;
    background: #fff;
    border: none;
    font-size: 12px;
    font-family: 'NanumGothic', sans-serif;
    font-weight: 700;
    letter-spacing: -0.025rem;
    color: #888;
    padding:0 12px 0 4px;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    background:url(../images/ico/sel_arr.png) 90% 50% no-repeat;
    -webkit-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
    appearance:none;
}
.prd_bar .select_area select::-ms-expand {display:none}
.prd_bar .lnk_bar {
    float: right;
}

.prd_bar .lnk_bar li {
    position:relative;
    float: left;
    padding-left: 26px;
}
.prd_bar .lnk_bar li:before {
    content:'';
    position:absolute;
    top:50%;
    left:13px;
    width:1px;
    height:11px;
    background:#ddd;
    margin:-5.5px 0 0;
}
.prd_bar .lnk_bar li:first-child:before {
    display:none;
}
.prd_bar .lnk_bar a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 12px;
    letter-spacing: -0.025rem;
    color: #666;
}

.prd_bar .lnk_bar .favorite {
    font-size: 12px;
    line-height: 40px;
    letter-spacing: -0.045rem;
    color: #666;
    box-sizing: border-box;
    cursor: pointer;
}

.gnb .dep {
    display: none;
    position: absolute;
    top: 47px;
    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: 20px;
}

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

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

.category_area {
    position:relative;
    width:100%;
    background:#f6f6f6;
    border:1px solid #ccc;
    border-radius:16px;
    box-sizing:border-box;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    -ms-border-radius:16px;
    -o-border-radius:16px;
}
.box_category .ttl_category {
    width: 100%;
    height: 48px;
    line-height: 47px;
    background:url(../images/ico/left_ico1.png) 90% 50% no-repeat;
    font-family: 'NanumGothic', sans-serif;
    border-bottom:1px solid #ddd;
    box-sizing:border-box;
}
.box_category .ttl_category a {
    display:block;
    width:100%;
    height:100%; 
    line-height:47px;
    font-size: 13px;
    color: #555;
    padding:0 20px;
    box-sizing: border-box;
}
.box_category:hover .ttl_category a {
    background:#ef4d92;
    color:#fff;
    font-weight:700;
}
.box_category:first-child .ttl_category a {border-top-left-radius:16px; border-top-right-radius:16px;}
.box_category:last-child .ttl_category a {border-bottom-left-radius:16px; border-bottom-right-radius:16px;}
.box_category:nth-child(2) .ttl_category {
    background-image:url(../images/ico/left_ico2.png);
}
.box_category:nth-child(3) .ttl_category {
    background-image:url(../images/ico/left_ico3.png);
}
.box_category:nth-child(4) .ttl_category {
    background-image:url(../images/ico/left_ico4.png);
}
.box_category:nth-child(5) .ttl_category {
    background-image:url(../images/ico/left_ico5.png);
}
.box_category:nth-child(6) .ttl_category {
    background-image:url(../images/ico/left_ico6.png);
}
.box_category:nth-child(7) .ttl_category {
    background-image:url(../images/ico/left_ico7.png);
}
.box_category:nth-child(8) .ttl_category {
    background-image:url(../images/ico/left_ico8.png);
}
.box_category:nth-child(9) .ttl_category {
    background-image:url(../images/ico/left_ico9.png);
}
.box_category:nth-child(10) .ttl_category {
    background-image:url(../images/ico/left_ico10.png);
    border-bottom:0;
}
.box_category .cate_cont {
    display:none;
    position:absolute;
    top:-1px;
    left:150px;
    width: 230px;
    height:482px;
    background:#fff;
    border:1px solid #6267a1;
    padding:23px 28px;
    z-index:101;
    box-sizing:border-box;
}
.box_category:hover .cate_cont {display:block;}
.box_category .cate_cont a {
    display:block; 
    font-size:13px;
    line-height:31px;
    letter-spacing:-0.045rem;
    color:#444;
}
.box_category .cate_cont li:hover a {
    color:#ef4d92;
}

/************** quick ***************/
.width1049 {
    position: relative;
    width: 1050px;
    margin: 0 auto;
}
.left-quick {
    position: absolute;
    left: -160px;
    top:0;
    margin:20px 0 0;
    z-index: 100;
}
.left-quick .select_area {
    width:140px;
    background:#eaeaea;
    padding:0 0 10px;
}
.left-quick .select_area h3 {
    font-size:14px;
    font-weight:700;
    line-height:35px;
    letter-spacing:-0.045rem;
    color:#fff;
    background:#777;
    margin:0 0 10px;
    text-align:center;
}
.left-quick .select_area select {
    display:block;
    width:120px;
    height:27px;
    border:1px solid #ddd;
    line-height:25px;
    font-size:12px;
    letter-spacing:-0.045rem;
    text-align:left;
    margin:0 auto 5px;
}
.left-quick ul {
    width: 100px;
}

.left-quick ul li {
    height: auto;
    margin-bottom: 10px;
}
.left-quick ul li img {
    width:100%;
    height:auto;
}
.right-quick {
    position: absolute;
    right: -135px;
    top: 0;
    width: 100px;
    margin:20px 0 0;
    z-index: 100;
}

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

.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: 10px 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 {width:1100px;}
.main .left-quick {
    top:0;
    left:-160px;
    margin-top:20px;
}
.main .right-quick {
    top:0;
    right:-140px;
    margin-top:20px;
}
/* Main visual */
.M_visual .visual_slide {
    float: left;
    width: 680px;
    height: 350px;
    margin-bottom: 10px;
    border-radius:16px;
    overflow:hidden;
    box-sizing: border-box;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    -ms-border-radius:16px;
    -o-border-radius:16px;
}

.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:rgba(0,0,0,.2);
    margin: 0 3px;
    border-radius: 50%;
    text-indent: -9999px;
    cursor: pointer;
}

.M_visual .visual_slide .cycle-pager .cycle-pager-active {
    background:#000;
}
.M_visual .visual_slide .slide {
    width:680px;
    height:350px;
}
.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 {
    float:right;
    width:200px;
    height:480px;
}
.M_visual .lnk_bannner li {
    float:left;
    width:50%;
    height:120px;
}
.M_visual .lnk_bannner img {
    width:100%;
}
.M_visual .vis_bot_banner {
    width:680px;
}
.M_visual .vis_bot_banner li {
    float:left;
    width:335px;
    height:120px;
}
.M_visual .vis_bot_banner li:first-child {
    margin:0 10px 0 0;
}
.M_visual .vis_bot_banner img {
    width:100%;
    height:120px;
}

.keyword_box {
    position:relative;
    width:140px;
    border:1px solid #ddd;
    border-top:0;
    background:#fff;
    margin:10px 0;
    box-sizing:border-box;
}
.keyword_box h3 {
    position:relative;
    height:35px;
    line-height:35px; 
    background:#fafafa;
    font-size:13px;
    font-weight:700;
    letter-spacing:-0.045rem;
    color:#444;
    padding:0 12px;    
    box-sizing:border-box;
}
.keyword_box h3:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background: rgb(98,103,161);
    background: -moz-linear-gradient(left, rgba(98,103,161,1) 0%, rgba(204,88,173,1) 100%);
    background: -webkit-linear-gradient(left, rgba(98,103,161,1) 0%,rgba(204,88,173,1) 100%);
    background: linear-gradient(to right, rgba(98,103,161,1) 0%,rgba(204,88,173,1) 100%);
}
.keyword_box ul {
    padding:10px 0;
    box-sizing:border-box;
}
.keyword_box ul li {
    margin-bottom:0;
}
.keyword_box li:first-child a, .keyword_box li:nth-child(2) a:first-child {color:#ef4d92;}
.keyword_box li a {
    display:block;
    width:100%;
    font-size:12px;
    line-height:21px;
    color:#555;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    padding:0 5px 0 10px;
    box-sizing:border-box;
}
.keyword_box a:hover {
    text-decoration:underline;
}
.keyword_box .right_ban {
    width:250px;
    height:130px;
}
.keyword_box .right_ban img {
    width:100%;
    height:100%;
}
.M_prd_lnk {
    margin: 30px auto;
}
.M_prd_lnk a {
    float:left;
    width:16.667%;
    height:110px;
    line-height:110px;
    text-align:center;
    background:#f1f1f1;
    border-left:1px solid #ddd;
    box-sizing:border-box;
}
.M_prd_lnk a:first-child {
    border-left:none;
}
.hot_deal {
    position:relative;
    margin-bottom:20px;
}
.hot_deal ul {
    height:470px;
    border:1px solid #ddd;
    box-sizing:border-box;
}
.hot_deal li {
    float:left;
    width:33.33%;
    height:50%;
    padding:19px;
    line-height:20px;
    border-right:1px solid #ddd;
    box-sizing:border-box;
}
.hot_deal li:first-child {
    height:100%;
}
.hot_deal li:nth-child(n+2):nth-child(-n+3) {
    border-bottom:1px solid #ddd;
}
.hot_deal li:nth-child(3), .hot_deal li:nth-child(5) {
    border-right:none;
}
.hot_deal li b {
    font-weight:700;
}
.hot_deal li a {
    display:block;
    width:100%;
    height:100%;
}
.hot_deal li img {
    display:inline-block;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:160px;
    margin-bottom:18px;
}
.hot_deal li span {
    display:block;
    font-size:15px !important;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.hot_deal li:first-child img {
    max-height:350px;
}
.M_cont_banner {
    float:none;
    clear:both;
    width: 100%;
    margin:0 0 40px;
    padding:20px 0 0;
    box-sizing: border-box;
}
.M_cont_banner a {
    display:block;
    width: 100%;
    height: 100%;
}
.M_cont_banner img {
    width: 100%;
    height: auto;
}

.best_cate_area .best_cat {margin:0 0 50px;}
.best_cate_area .bc_ttl {margin:0 0 20px;}
.best_cate_area .bc_ttl h3 {display:inline-block; font-size:25px; font-weight:900; letter-spacing:-0.025rem; color:#444; margin:0 20px 0 0; vertical-align:middle;}
.best_cate_area .bc_ttl a { display:inline-block; font-size:12px; line-height:21px; letter-spacing:-0.025rem; color:#999; border:1px solid #ddd; background:#fff url(../images/ico/more_arr.png) 90% 50% no-repeat; border-radius:2px; padding:0 20px 0 7px; box-sizing:border-box; -webkit-border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px;}
.best_cate_area .bc_ttl a:hover {border-color:#999;}

.best_cate_area .bc_banner {margin:0 0 20px;}
.best_cate_area .bc_banner a {float:left; margin:0 10px 0 0;}
.best_cate_area .bc_banner a:first-child {width:434px;}
.best_cate_area .bc_banner a:nth-child(n+2) {width:323px;}
.best_cate_area .bc_banner a:last-child {margin-right:0;}

.best_cate_area .bc_lst li {float:left; width:212px; height:300px; border:1px solid #ddd; margin:0 10px 0 0;}
.best_cate_area .bc_lst li:hover {border-color:#6267a1;}
.best_cate_area .bc_lst li:last-child {margin-right:0;}
.best_cate_area .bc_lst a {display:block; width:100%; height:100%; padding:9px; box-sizing:border-box;}
.best_cate_area .bc_lst .img_area {position:relative; display:block; width:192px; height:192px; margin:0 0 10px;}
.best_cate_area .bc_lst img {position:absolute; top:0; left:0; right:0; bottom:0; width:auto; height:auto; max-width:100%; max-height:100%; margin:auto;}
.best_cate_area .bc_lst .prd_no {display:block; font-size:12px; line-height:17px; letter-spacing:-0.025rem; color:#999;}
.best_cate_area .bc_lst .prd_name {display:block; font-size:14px; line-height:20px; letter-spacing:-0.025rem; color:#333; margin:0 0 10px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.best_cate_area .bc_lst .prd_price {font-size:14px; font-weight:900; line-height:18px; color:#444;}

.M_prd_area {
    width: 100%;
    text-align: center;
    margin: 0 auto 50px;
    padding:65px 0;
    background:#f8f8f8;
}

.M_prd_area .ttl {
    margin:0 auto 25px;
}

.M_prd_area .ttl h2 {
    font-weight: 900;
    font-size: 25px;
    line-height:35px;
    color: #000;
}
.M_prd_area .ttl span {
    display:block;
    line-height:20px;
    font-size:15px;
    font-weight:400;
    letter-spacing:-0.025rem;
    color:#888;
}
.M_prd_area .hit_prd_lst li {float:left; width:175px; height:260px; background:#fff; border:1px solid #ddd; text-align:left; margin:0 10px 0 0;}
.M_prd_area .hit_prd_lst li:last-child {margin-right:0;}
.M_prd_area .hit_prd_lst a {display:block; width:100%; height:100%; padding:9px; box-sizing:border-box;}
.M_prd_area .hit_prd_lst .img_box {position:relative; display:block; width:155px; height:155px; margin:0 0 10px;}
.M_prd_area .hit_prd_lst img {position:absolute; top:0; left:0; right:0; bottom:0; width:auto; height:auto; max-width:100%; max-height:100%; margin:auto;}
.M_prd_area .hit_prd_lst .prd_no {display:block; font-size:12px; line-height:17px; letter-spacing:-0.025rem; color:#999;}
.M_prd_area .hit_prd_lst .prd_name {display:block; font-size:14px; line-height:20px; letter-spacing:-0.025rem; color:#333; margin:0 0 8px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.M_prd_area .hit_prd_lst .prd_price {font-size:14px; font-weight:900; line-height:18px; color:#444;}

.M_hit .ttl h3 {
    font-size:25px;
    font-weight:900;
    line-height:35px;
    color:#000;
    text-align:center;
    margin-bottom:25px;
}
.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: 100%;
    height: 552px;
}

.recom_column table th {
    width: 155px;
    background: #85a2dd;
}

.recom_column table th .prd_type {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.025rem;
    line-height: 18px;
    color: #fff;
}

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

.recom_column table .phone {
    background: #88b7e2;
}

.recom_column table .tumbler {
    background: #5bbdae;
}

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

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

.recom_column table td {
    width: 150px;
    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%;
    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: 92%;
    max-height: 92%;
}

.recom_column table .prd_name {
    width: 92%;
    max-width:148px;
    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 {
    margin:0 0 25px;
}
.plan_column .ttl h3 {
    float:left;
    font-size:30px;
    font-weight:900;
    line-height: 30px;
    color: #000;
    margin:0;
}

.plan_column .ttl .plan_controls {
    float:right;
    line-height: 30px
}
.plan_column .plan_pager span { display:inline-block; width:10px; height:10px; background:rgba(0,0,0,.2); border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%; text-indent:-9999px; margin:0 0 0 4px; vertical-align:middle; cursor:pointer;}
.plan_column .plan_pager .cycle-pager-active {background:#000;}
.plan_column .plan_slide {
    width: 1100px;
    height: 565px;
    margin:0 auto 50px;
    border:1px solid #333;
    box-sizing: border-box;
}

.plan_slide .slides {
    width: 1098px;
    height:563px;
    padding:29px;
    box-sizing: border-box;
}

.plan_slide .slides li {
    float: left;
    width: 155px;
    height: 250px;
    margin: 0 22px 10px 0;
}

.plan_slide .slides li:nth-child(6n) {
    margin-right: 0;
}
.plan_slide .slides .prd_img {
    position:relative;
    display:block;
    width: 155px;
    height: 155px;
    margin-bottom: 12px;
    overflow: hidden;
}
.plan_slide .slides .prd_img img {
    position:absolute; top:0; left:0; right:0; bottom:0; width:auto; height:auto; max-width:100%; max-height:100%; margin:auto;
}
.plan_slide .slides small {
    font-size: 11px;
    color: #999;
    letter-spacing: -0.025rem;
}

.plan_slide .slides .prd_name {
    display:block;
    width: 98%;
    font-size: 14px;
    color: #333;
    letter-spacing: -0.025rem;
    line-height: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin:6px 0 10px;
    overflow: hidden;
}

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

/* shopping category CSS */
.shop_category {
    background:#f9f9f9;
    padding:65px 0;
}

.shop_category h3 {
    font-family:'NanumGothic',sans-serif;
    font-size:17px;
    font-weight:700;
    line-height:25px;
    color:#333;
    margin:0 0 15px;
}

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

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

.category table tr th {
    width: 130px;
    background-color: #f9f9f9;
    padding: 12px 0;
    font-size: 13px;
    color: #282828;
    text-align: center;
    vertical-align:middle;
    font-weight: 700;
    box-sizing:border-box;
}

.category table tr td {
    padding: 12px 25px 12px 15px;
    font-size: 12px;
    vertical-align: middle;
    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%;
    height:35px;
    background:#fff;
    line-height:33px;
    border:1px solid #bbb;
    text-align:center;
    font-size:12px;
    color:#666;
    margin:-1px 0 0;
    box-sizing:border-box;
    cursor:pointer;
}

/* ------------ footer CSS ------------- */
.footer {
    width: 100%;
}
.footer.sub {
    border-top:1px solid #eee;
}
.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 16px;
}

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

.sian_column .sian_btn {
    width: 240px;
}

.sian_column .sian_btn a {
    display: block;
    width: 240px;
    height: 65px;
    line-height: 63px;
    border:1px solid #ddd;
    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: #f5f5f5;
    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;
    border-radius:2px;
    margin-right: 10px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
}
.center_area .call_img+div {
    float: left;
    height:45px;
}

.center_area .call_img+div span {
    display:inline-block;
    font-size: 12px;
    letter-spacing: -0.045rem;
    color: #111;
}

.center_area .call_img+div h4 {
    font-size:30px;
    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;
    color: #111;
}
.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;
    border:1px solid #ddd;
    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_lnk {
    background:#fff;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.f_lnk_bar {
    width:100%;
}
.f_lnk_bar li {
    float:left;
    width:20%;
    height:47px;
    text-align:center;
    border-right:1px solid rgba(0,0,0,.03);
    box-sizing:border-box;
}
.f_lnk_bar li:first-child {
    border-left:1px solid rgba(0,0,0,.03);
}
.f_lnk_bar a {
    display:block;
    width:100%;
    height:47px;
    line-height:47px;
    font-size:14px;
    font-weight:700;
    color:#444;
}
.f_lnk_bar a:hover {
    color:#ef4d92;
}
.f_info {
    width: 100%;
    background: #fff;
    padding:30px 0 80px;
}
.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:47px;
    height:92px;
    border:1px solid #ddd;
    box-sizing:border-box;
}
.btn_arr button {
    width:45px;
    height:45px;
    cursor:pointer;
}
.btn_arr .go_top {
    border-bottom:1px solid #ddd;
}
/* 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;
}
/* sub */
.content .left_column {float:left; width:170px;}
.content .category_area {margin:0 0 10px;}
.content .box_category .cate_cont {left:168px;}
.left_column .present {margin:0 0 10px; width:170px; height:auto; }