@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: 1050px;
    margin: 0 auto;
}
/* selection */
::selection {background: #106262; background:rgba(16,98,98,.7); color:#fff; text-shadow:none;}
::-moz-selection {background:#106262; background:rgba(16,98,98,.7); color:#fff; text-shadow:none;}
::-webkit-selection {background:#106262; background:rgba(16,98,98,.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: 110px;
}

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

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

.search_area {
    position:absolute;
    top:50%; 
    left:50%; 
    width:450px; 
    height:50px;
    margin:-25px 0 0 -225px;
}
.search_area .search_bar {
    position: relative;
    width: 100%;
    height: 50px;
    border-bottom:2px solid #106262;
    box-sizing: border-box;
}
.search_area .search_bar.admin select {
    float:left;
    width:80px;
    height:30px;
    font-size:13px; 
    color:#555;
    border:none;
    background:#fff;
    margin:10px 0;
}
.search_area .search_bar.admin input {
    float:left;
    width:320px;
}
.search_area .search_bar input {
    width: 100%;
    height: 48px;
    vertical-align: middle;
    border: none;
    padding: 0 40px 0 12px;
    font-family: 'NanumGothic', sans-serif;
    font-size: 14px;
    color: #aaa;
    background:#fff;
    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;
}
.fran_ban { position:absolute; top:50%; right:0; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); }
.gnb {
    width: 100%;
    height: 52px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #f2f2f2 #000 #ddd;
    box-sizing: border-box;
}

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

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

.gnb .all_btn {
    display: block;
    width:110px;
    height: 50px;
    line-height:50px;
    font-size:15px;
    letter-spacing:-0.025rem;
    color:#fff;
    background:#106262 url(../images/ico/all_menu.png) 15px 50% no-repeat;
    padding:0 0 0 40px;
    cursor:pointer;
    box-sizing:border-box;
}

.prd_bar {
    width: 100%;
    height: 35px;
    background: #f4f4f4;
    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: #106262;
    border:2px solid #106262; 
    margin:6.5px 9px 6.5px 0;
    padding:0 16px 0 5px;
    box-sizing:border-box;
    cursor:default;
}

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

.prd_bar .prd_name li {
    position: relative;
    float: left;
    width: 12px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    font-family: 'NanumGothic', sans-serif;
    letter-spacing: -0.045rem;
    color: #666;
    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 #106262;
    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: #106262;
    cursor: pointer;
}

.prd_bar .lnk_bar {
    float: right;
}

.prd_bar .lnk_bar li {
    float: left;
}
.prd_bar .lnk_bar li:first-child a:before {
    display:none;
}
.prd_bar .lnk_bar a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 35px;
    font-size: 12px;
    letter-spacing: -0.045rem;
    color: #666;
}
.prd_bar .lnk_bar a:before {
    content:'';
    display:inline-block;
    width:1px;
    height:11px;
    background:#ddd;
    margin:-2px 11px 0 13px;
    vertical-align:middle;
}
.prd_bar .lnk_bar .favorite {
    font-size: 12px;
    font-weight:700;
    line-height:35px;
    letter-spacing: -0.045rem;
    color: #106262;
    box-sizing: border-box;
    cursor: pointer;
}
.prd_bar .lnk_bar .favorite_ico {
    display:inline-block; 
    width:15px;
    height:9px;
    background:url(../images/ico/heart_ico.png) 0 50% no-repeat;
    vertical-align:middle;
    margin:-2px 2px 0 0;
}
.prd_bar .lnk_bar .favorite:before {
    content:'';
    display:inline-block;
    width:1px;
    height:11px;
    background:#ddd;
    margin:-2px 11px 0 13px;
    vertical-align:middle;
}
.gnb .dep {
    display: none;
    position: absolute;
    top: 50px;
    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: 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 #106262;
    font-size: 13px;
    font-weight: 700;
    font-family: 'NanumGothic', sans-serif;
    color: #106262;
    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: #222;
}

.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: -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:#444;
    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;
}
.left-quick .keyword_box {
    position:relative;
    width:140px;
    border:1px solid #ddd;
    border-top:0;
    background:#fff;
    margin:10px 0;
    box-sizing:border-box;
}
.left-quick .keyword_box h3 {
    position:relative;
    height:35px;
    line-height:35px; 
    background:#fafafa;
    border-top:2px solid #106262;
    font-size:13px;
    font-weight:700;
    letter-spacing:-0.045rem;
    color:#000;
    text-align:center;
    padding:0 12px;    
    box-sizing:border-box;
}

.left-quick .keyword_box ul {
    padding:10px 0;
    box-sizing:border-box;
}
.left-quick .keyword_box ul li {
    margin-bottom:0;
}
.left-quick .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;
}
.left-quick .keyword_box a:hover {
    text-decoration:underline;
}
.right-quick {
    position: absolute;
    right: -130px;
    top: 0;
    width: 110px;
    margin:20px 0 0;
    z-index: 100;
}

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

.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 15px 12px 15px;
    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:0;
    left:-160px;
}
.main .right-quick {
    top:0;
    right:-130px;
}
/* Main visual */
.M_visual .visual_slide {
    width: 100%;
    height: 400px;
    overflow:hidden;
    box-sizing: border-box;
}

.M_visual .visual_slide .cycle-pager {
    display:block;
    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 .slide {
    width:100%;
    height:400px;
    overflow:hidden;
}
.M_visual .visual_slide .slide a {
    display:block; 
    width:100%;
    height:100%;
}
.M_visual .visual_slide .slide img {
    width:100%;
    height:100%;
}
.M_visual .vis_pager {margin:0 0 20px;}
.M_visual .vis_pager p {
    float:left;
    width:16.667%;
    height:45px;
    line-height:43px;
    background:#f2f2f2;
    text-align:center;
    border-width:1px 0 1px 1px;
    border-style:solid;
    border-color:#ddd;
    font-size:14px;
    letter-spacing:-0.025rem;
    color:#444;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    cursor:pointer;
    transition:all 0.25s;
    -webkit-transition:all 0.25s;
    -moz-transition:all 0.25s;
    -ms-transition:all 0.25s;
    -o-transition:all 0.25s;
}
.M_visual .vis_pager p:last-child {
    border-right:1px solid #ddd;
}
.M_visual .vis_pager .cycle-pager-active {
    background:#106262;
    border-color:#106262;
    color:#fff;
}
.M_visual .vis_pager .cycle-pager-active:last-child {
    border-right:1px solid #106262;
}
.M_visual .recom_cat {
    float:left;
    width:738px;
}
.M_visual .recom_cat a {
    float:left;    
}
.M_visual .keyword_box {
    float:right;
    width:300px;
    height:200px;
    border:2px solid #106262;
}
.M_visual .keyword_box h3 {
    width:100%;
    height:38px;
    line-height:38px; 
    text-align:center;
    background:#106262 url(../images/keyword_bg.jpg) 50% 50% no-repeat;
    font-size:16px;
    font-weight:700;
    color:#fff;
}
.M_visual .keyword_box ul {
    padding:10px 16px;
}
.M_visual .keyword_box li {
    float:left;
    width:50%;
    margin:0 0 13px;
    font-size:13px;
    line-height:16px;
    letter-spacing:-0.025rem; 
    color:#222;
}
.M_visual .keyword_box li:nth-last-child(-n+2) {
    margin-bottom:0;
}
.M_visual .keyword_box li span {
    display:inline-block; 
    width:16px; 
    height:16px;
    background:#106262;
    line-height:16px;
    font-size:11px;
    color:#fff;
    text-align:center;
    margin:0 8px 0 0;
    vertical-align:top;
}
.M_visual .keyword_box li:hover a {
    color:#106262;
}
.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;
}
.M_prd_lnk {
    border:1px solid #ddd;
    padding:20px 10px;
    margin: 30px auto;
    box-sizing:border-box;
}
.M_prd_lnk a {
    float:left;
    width:16.66%;
    height:130px;
    line-height:130px;
    text-align:center;
}
.M_cont_banner {
    margin:20px auto 60px;
}

.M_cont_banner a {
    float:left;
    width:343px;
    height:180px;
    margin:0 10px 0 0;
}
.M_cont_banner a:last-child {
    margin:0;
}
.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 15px;
}

.M_prd_area .ttl h2 {
    float:left;
    font-weight: 900;
    font-size: 30px;
    line-height:40px;
    color: #000;
}

.M_prd_area .ttl span {
    font-size:16px;
    font-weight:400;
    letter-spacing:-0.025rem;
    color:#777;
}
.M_prd_area .ttl .controls {
    float:right;
}
.M_prd_area .ttl .controls span {
    float:left;
    width:25px;
    height:25px; 
    border-width:1px 1px 1px 0;
    border-style:solid;
    border-color:#ddd;
    background:#fff url(../images/ico/plan_next.gif) 50% 50% no-repeat;
    box-sizing:border-box;
    cursor:pointer;
}
.M_prd_area .ttl .controls span:first-child {
    background-image:url(../images/ico/plan_prev.gif);
    border-left:1px solid #ddd;
}
.M_prd_area .best_slide {
    width:100%;
    margin: 0 auto;
    border:1px solid #ddd;
    border-right-color:transparent;
    background:#fff;
    box-sizing:border-box;
}

.M_prd_area .best_slide li {
    width: 262px;
}

.M_prd_area .best_slide li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    padding:25px;
    border-right:1px solid #ddd;
    box-sizing:border-box;
}

.M_prd_area .best_slide span {
    display: block;
}

.M_prd_area .best_slide .img_box {
    width: 211px;
    height:211px;
    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: #106262;
    letter-spacing: -0.025rem;
    margin:10px auto;
}

.M_prd_area .best_slide .prd_name {
    display:-webkit-box;
    height:34px;
    font-size: 13px;
    letter-spacing: -0.025rem;
    color: #222;
    line-height: 18px;
    white-space:normal;
    text-overflow:ellipsis;
    overflow: hidden;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    margin-bottom: 15px;
}

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

.M_prd_area .best_slide .prd_price {
    font-size: 16px;
    line-height:20px;
    font-weight: 700;
    letter-spacing:-0.025rem;
    color: #106262;
}

.M_hit .ttl h3 {
    font-size:30px;
    font-weight:900;
    line-height:50px;
    color:#000;
    margin-bottom:15px;
}
.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;
}
.best_cate_area {padding:50px 0; margin:0 auto 50px; background:#f9f9f9;}
.best_cate_area .best_btn {text-align:center; margin:0 auto 25px;}
.best_cate_area .best_btn li { display:inline-block; width:120px; height:30px; border:1px solid #ddd; background:#fff; font-size:13px; line-height:28px; letter-spacing:-0.025rem; color:#555; border-radius:16px; -webkit-border-radius:16px; -moz-border-radius:16px; -ms-border-radius:16px; -o-border-radius:16px; box-sizing:border-box; cursor:pointer;}
.best_cate_area li.chk {background:#106262; color:#fff; border-color:#106262;}

.best_cate_area .best_cont {width:1050px; margin:0 auto; border:1px solid #ddd; background:#fff; padding:36px 35px; box-sizing:border-box;}
.best_cate_area .bc_lst li {float:left; width:180px; height:260px; margin:0 19px 0 0; text-align:center;}
.best_cate_area .bc_lst li:hover {border-color:#106262;}
.best_cate_area .bc_lst li:last-child {margin-right:0;}
.best_cate_area .bc_lst a {display:block; width:100%; height:100%; box-sizing:border-box;}
.best_cate_area .bc_lst .img_area {position:relative; display:block; width:180px; height:180px; border:1px solid #ddd; margin:0 0 10px; box-sizing:border-box;}
.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:#106262;}
.best_cate_area .bc_lst .prd_name {display:block; font-size:14px; line-height:20px; letter-spacing:-0.025rem; color:#222; 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:#106262;}

.plan_column .ttl {
    width:1050px;
    margin:0 auto 15px;
}
.plan_column .ttl h3 {
    float:left;
    font-size:30px;
    font-weight:900;
    line-height: 40px;
    color: #000;
}
.plan_column .ttl h3 a {
    display: inline-block;
    width: 50px;
    height: 23px;
    line-height: 21px;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius:3px;
    background: #fff;
    text-align: center;
    font-size: 11px;
    font-weight:400;
    font-family: 'Dotum', sans-serif;
    letter-spacing: -0.025rem;
    color: #7d828f;
    box-sizing: border-box;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
}

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

.plan_column .ttl .plan_caption {
    color:#aaa;
}
.plan_column .ttl .plan_caption span {
    color:#111;
    font-weight:700;
}
.plan_column .ttl .plan_controls {
    float:right;
    line-height: 40px;
}
.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: 1280px;
    border:1px solid #ddd;
    margin:0 auto 50px;
    box-sizing: border-box;
}

.plan_slide .slides {
    width: 1048px;
    height: 1278px;
    box-sizing: border-box;
}
.plan_slide .slides li {
    float: left;
    width: 20%;
    height: 320px;
    border-width:0 1px 1px 0; 
    border-style:solid;
    border-color:#ddd;
    box-sizing:border-box;
}

.plan_slide .slides li:nth-child(5n) {
    border-right:0;
}
.plan_slide .slides a {
    display:block;
    width:100%;
    height:100%;
    padding:19px;
    box-sizing:border-box;
}
.plan_slide .slides li a>* {
    display: block;
    text-align: center;
}

.plan_slide .slides .prd_img {
    position:relative;
    width: 170px;
    height: 170px;
    margin-bottom: 14px;
    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:#106262;
    letter-spacing: -0.025rem;
}

.plan_slide .slides .prd_name {
    display:-webkit-box;
    width:97%;
    height:40px;
    font-size: 14px;
    color: #222;
    letter-spacing: -0.025rem;
    line-height: 20px;
    white-space:normal;
    word-break:keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    margin: 10px auto;
}

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

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

.shop_category .title {
    width: 100%;
    height:40px;
    text-align: center;
    background: #106262;
    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%;
    height:32px;
    line-height:30px;
    border:1px solid #106262;
    text-align:center;
    font-size:12px;
    color:#106262;
    margin:-1px 0 0;
    box-sizing:border-box;
    cursor:pointer;
    outline:none;
}

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

/* ------------ footer CSS ------------- */
.footer {
    width: 100%;
    border-top:1px solid #ddd;
}
.foot_lnk {
    height:50px;
    border-top:1px solid #ddd;
    box-sizing:border-box;
}
.foot_lnk .f_lnk_bar {float:left;}
.foot_lnk .f_lnk_bar li {float:left;}
.foot_lnk .f_lnk_bar li:after {content:''; display:inline-block; width:1px; height:14px; background:#ddd; margin:17px 8px 0 10px; vertical-align:top;}
.foot_lnk .f_lnk_bar li:last-child:after {display:none;}
.foot_lnk .f_lnk_bar a {display:inline-block; font-size:14px; line-height:49px; letter-spacing:-0.025rem; color:#666; vertical-align:top;}

.foot_lnk .f_lnk_bar + a {float:right; width:200px; height:49px; line-height:49px; background:#444 url(../images/ico/fran_ico.png) 44px 50% no-repeat; padding:0 0 0 85px; font-size:16px; letter-spacing:-0.065rem; color:#fff; box-sizing:border-box;}

.footer .sian_column {
    float: left;
    width: 261px;
    height:300px;
    border-right:1px solid #ddd;
    padding:25px 19px 0;
    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: 100%;
}

.sian_column .sian_btn a {
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    border:1px solid #ddd;
    background: #fff url(../images/ico/sian_ico2.png) 22px 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) 21px 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: 18px;
    color: #424242;
    margin: 14px 0 0;
}

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

.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: 262px;
    height:300px;
    border-right:1px solid #ddd;
    padding:25px 19px 0 0;
    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: 117px;
    height: 40px;
    border:1px solid #106262;
    border-radius:2px;
    background: #fff;
    margin:0 5px 5px 0;
    font-size:13px;
    line-height:38px;
    text-align:center;
    color:#222;
    box-sizing: border-box;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
}
.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: #222;
}
.bank_column .nh_img+ul>li:hover a {
    background:#106262;
    color:#fff;
}
.bank_column .bank_notice {
    display:block;
    font-size:11px;
    line-height:21px;
    color:#f00;
}
.center_column {
    float:left;
    width:261px;
    height:300px;
    border-right:1px solid #ddd;
    padding:25px 20px 0;
    box-sizing:border-box;
}
.center_column .ttl {
    margin: 0 auto 10px;
}

.center_column .ttl h3 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: -0.045rem;
    color: #111;
}
.center_column .call_cont h3 {
    font-size:30px;
    font-weight:900;
    color:#106262;
    letter-spacing:-0.025rem;
    margin:0 0 12px;
}

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

.center_area .center_info li {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
    margin:0 0 4px;
}
.center_area .center_info li span {
    display: inline-block;
    width: 50px;
    height:20px;
    line-height:20px;
    background:#106262;
    color:#fff;
    text-align:center;
    font-size:13px;
    font-weight: 700;
    letter-spacing: -0.025rem;
    margin:0 10px 0 0;
}

.center_area .center_day {
    margin-top: 10px;
}
.center_area .center_day li {
    font-size: 13px;
    line-height: 18px;
    color: #666;
}
.center_area .center_day li span {
    display:block;
    margin:8px 0 0;
    color:#666;
}
.chk_column {
    float: right;
    width: 266px;
    height: 300px;
    padding:10px 0 0 19px;
    box-sizing: border-box;
}

.chk_column .ttl {
    height:45px;
    line-height:45px;
    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: 13px;
    letter-spacing: -0.025rem;
    line-height: 30px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.chk_column .chk_list li a:before {
    content:'';
    display:inline-block;
    width:3px;
    height:3px;
    background:#106262;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    margin:-2px 4px 0 0;
    vertical-align:middle;
}
.chk_column .chk_list li a:hover {
    text-decoration: underline;
}

.chk_column .chk_list li .date {
    float: right;
    line-height: 30px;
    font-size: 12px;
    letter-spacing:-0.045rem;
    color: #999;
}

.f_info {
    width: 100%;
    border-top:1px solid #ddd;    
    padding:30px 0 80px;
}
.site_info {
    float:right;
    width:calc(100% - 225px);
}
.site_info .lnk {
    margin:5px 0 16px;
}
.site_info .lnk li {
    float: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #555;
    margin:0 20px 0 0;
}
.site_info .lnk li:last-child {
    margin-right:0;
}
.footer_logo {
   float:left;
   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:20px;
    right:20px;
    width:47px;
    height:92px;
    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;
}