@charset "euc-kr";
@font-face {
    font-family: 'NotoSansR';
    font-weight: 400;
    src: url(./font/notokr-regular.eot);
    src: local('notokr-regular'), url(./font/notokr-regular.eot?#iefix) format('embedded-opentype'), url(./font/notokr-regular.woff) format('woff'), url(./font/notokr-regular.woff2) format('woff2'), url(./font/notokr-regular.ttf) format('truetype');
}

body {
    font-family:'NotoSansR',sans-serif;
}
/* ------- header -------- */
.header {
    position:relative;
    width:100%;
    height:150px;
    text-align:center;
}
.header .m_logo {
    width:255px;
    height:98px;
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:80% auto;
    margin:0 auto;
}
.header .m_logo a {
    display:block;
    width:100%;
    height:100%;
    text-indent:-9999px;
}
.header .sch_area {
    position:relative;
    width:100%;
    height:52px;
    background:#f19129;
}
.sch_area .gnb_btn {
    position:absolute;
    top:50%;
    left:14px;
    width:28px;
    height:27px;
    background:url(../images/ico/menu_ico.png) 50% 50% no-repeat;
    background-size:100% auto;
    border:none;
    outline:none;
    margin-top:-13.5px;
    text-indent:-9999px;
    cursor:pointer;
}
.sch_area .search {
    position:absolute;
    top:50%;
    right:14px;
    width:76.5%;
    height:42px;
    margin-top:-21px;
}
.sch_area .search input {
    width:100%;
    height:42px;
    background:#fff;
    border:none;
    padding-left:20px;
    font-size:1rem;
    font-family:'NotoSansR',sans-serif;
    letter-spacing:-0.065rem;
    box-sizing:border-box;
}
.sch_area .search input::placeholder {
    color:#dfdfdf;
}
.sch_area .search .sch_btn {
    position:absolute;
    top:0;
    right:0;
    width:15%;
    max-width:46px;
    height:42px;
    border:none;
    background:#ed7014 url(../images/ico/search_ico.png) 50% 50% no-repeat;
    background-size:70% auto;
    text-indent:-9999px;
    outline:none;
    cursor:pointer;
}
/* gnb_wrap CSS */
.gnb_wrap {
    display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.6);
	z-index:300;
}
.gnb_wrap .gnb_area {
	position:absolute;
	top:0;
	left:0;
	width:75%;
	height:100%;
	background:#fff;
    box-shadow:1px 1px 7px rgba(0,0,0,.4);
	transition:all 0.3s;
}
.gnb_area .top_util {
	width:100%;
	height:45px;
	line-height:45px;
	background:#f19129;
	padding:0 15px;
	box-sizing:border-box;
}
.top_util .login_ico {
	float:left;
	line-height:45px;
	background:url(../images/ico/login_ico.png) 0 45% no-repeat;
	background-size:auto 47%;
	padding-left:27px;
	font-size:0.9rem;
	color:#fff;
	letter-spacing:-0.025rem;
}
.top_util .option_ico {
	float:right;
	width:27px;
	background:url(../images/ico/option_ico.png) 100% 50% no-repeat;
	background-size:auto 50%;
	text-indent:-9999px;
}
.gnb_area .top_lnk {
	background:#f2f2f2;
	padding-bottom:12px;
}
.gnb_wrap .gnb_close {
	position:absolute;
	top:12px;
	left:77%;
	width:22px;
	height:22px;
	background:url(../images/ico/close_ico.png) no-repeat;
	background-size:auto 100%;
	border:none;
	outline:none;
	text-indent:-9999px;
}
.top_lnk ul {
	width:96%;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	padding:18px 2%;
	background:#fff;
	border-bottom:1px solid #e7e7e7;
}
.top_lnk li {
	position:relative;
	width:31%;
	text-align:center;
	padding-bottom:11px;
}
.top_lnk li:nth-child(2):before {
	content:'';
	position:absolute;
	left:0;
	top:50%;
	width:1px; 
	height:40px;
	margin-top:-20px;
	background:#d9dce1;
	vertical-align:middle;
}
.top_lnk li:nth-child(2):after {
	content:'';
	position:absolute;
	right:0;
	top:50%;
	width:1px; 
	height:40px;
	margin-top:-20px;
	background:#d9dce1;
	vertical-align:middle;
}
.top_lnk li a {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	padding-bottom:11px;
}
.top_lnk li span {
	position:absolute;
    left:0;
	bottom:0;
	width:100%;
	font-size:0.9rem;
	letter-spacing:-0.065rem;
	color:#444;
}
.top_lnk li:first-child .tl_ico {
	position:absolute;
	top:2px;
	width:100%;
}
.top_lnk li:first-child img {
	width:auto;
	height:35px;
}
.top_lnk li:nth-child(2) img {
	width:auto;
	height:38px;
}
.top_lnk li:nth-child(3) img {
	width:auto;
	height:36px;
}
.gnb_area .nav .gnb > li > span {
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	padding:0 4%;
	font-size:1rem;
	letter-spacing:-0.025rem;
	color:#666;
	background:url(../images/ico/gnb_down.png) 95% 50% no-repeat;
    background-size:20px auto;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
}
.gnb_area .nav .gnb > li > span.on {
	color:#ed7014;
	background-image:url(../images/ico/gnb_on.png);
}
.gnb_area .nav .gnb > li > span.on + .depth_menu {
	display:flex;
}
.gnb_area .nav .depth_menu {
	display:none;
	flex-wrap:wrap;
	padding:15px 4%;
	background:#fdeeee;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
}
.gnb_area .nav .depth_menu li {
	width:50%;
	text-align:left;
	color:#ed7014;
	line-height:30px;
    font-size:0.9rem;
	letter-spacing:-0.025rem;
}
.gnb_area .login_bar {
	display:flex;
	background:#eaecf0;
}
.gnb_area .login_bar li {
	width:calc(50% - 0.5px);
	height:45px;
	line-height:45px;
	text-align:center;
	border-right:1px solid #d9dce1;
	box-sizing:border-box;
}
.gnb_area .login_bar li a {
    display:block;
    width:100%;
    height:100%;
}
.gnb_area .login_bar li:last-child {
	border-right:0;
}
/* main CSS */
.ct_area ul {
    display:flex;
    flex-wrap:wrap;
}
.ct_area li {
    width:33.3%;
    height:42px;
    line-height:42px;
    border-width:0 1px 1px 0;
    border-style:solid;
    border-color:#dfdfdf;
    color:#333;
    font-size:0.9rem;
    letter-spacing:-0.065rem;
    text-align:center;
    box-sizing:border-box;
}
.ct_area li a {
    display:block;
    width:100%;
    height:100%;
}
.M_visual {
    width:100%;
}
.M_visual .swiper-slide a {
    display:block;
    width:100%;
    height:100%;
}
.M_visual .swiper-slide img {
    width:100%;
    height:auto;
}
.M_visual .swiper-pagination {
    padding-right:4%;
    bottom:20px;
    text-align:right;
    box-sizing:border-box;
}
.M_visual .swiper-pagination span {
    width:14px;
    height:14px;
    background:#fff;
    box-shadow:1px 1px 5px rgba(0,0,0,.5);
    opacity:1;
}
.M_visual .swiper-pagination .swiper-pagination-bullet-active {
    background:#f19129;
}
.rank_area {
    width:100%;
}
.rank_area .rank_ttl {
    width:100%;
    height:52px;
    line-height:52px;
    padding:0 4%;
    background:#f19129;
    color:#fff;
    display:flex;
    justify-content:space-between;
    box-sizing:border-box;
}
.rank_area .rank_ttl h3 {
    background:url(../images/ico/rank_ico.png) left 0 top 50% no-repeat;
    background-size:auto 50%;
    padding-left:34px;
}
.rank_area .rank {
    width:100%;
    display:flex;
    flex-wrap:wrap;
}
.rank_area .rank li {
    position:relative;
    width:50%;
    height:46px;
    line-height:46px;
    background:#f4f4f4;
    padding:0 4%;
    font-size:0.9rem;
    letter-spacing:-0.065rem;
    color:#333;
    box-sizing:border-box;
}
.rank_area .rank li b {
    display:inline-block;
    font-weight:600;
    font-style:italic;
    margin-right:5px;
    vertical-align:top;
}
.rank_area .rank li:nth-child(n+3):nth-child(-n+4) {
    background:#fff;
}
.rank_area .rank .ttl {
    display:inline-block;
    width:60%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.rank_area .rank .rank_ico {
    position:absolute;
    right:4%;
    width:34px;
    height:46px;
}
.rank_area .rank .rank_ico.new {
    background:url(../images/ico/new_ico.png) 50% 50% no-repeat;
    background-size:70% auto;
}
.rank_area .rank .rank_ico.up {
    background:url(../images/ico/up_ico.png) 50% 50% no-repeat;
}
.prd_nav {
    width:100%;
    padding:0 4%;
    margin:17px 0;
    box-sizing:border-box;
}
.prd_nav table {
    width:100%;
    border:1px solid #ddd;
}
.prd_nav table td {
    position:relative;
    width:25%;
    padding-top:25%;
    border:1px solid #ddd;
    box-sizing:border-box;
}
.prd_nav table td a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:1px solid #fff;
    box-sizing:border-box;
}
.prd_nav table td a:hover {
    border-color:#f70000;
    color:#f70000;
}
.prd_nav table td .img_box {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:80%;
    text-align:center;
}
.prd_nav table td .img_box img {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width:auto;
    height:auto;
    max-width:80%;
    max-height:80%;
    vertical-align:middle;
}
.prd_nav table td .ttl {
    position:absolute;
    bottom:5%;
    width:100%;
    font-size:0.8rem;
    letter-spacing:-0.065rem;
    color:#666;
    text-align:center;
}
.prd_nav table td a:hover .ttl {color:#dc1515;}
.column_banner .flex {
    display:flex;
    width:100%;
    padding:0 2%;
    flex-wrap:wrap;
    box-sizing:border-box;
}
.column_banner .flex li {
    width:49%;
    border:1px solid #e7e7e7;
    margin-bottom:2%;
    box-sizing:border-box;
}
.column_banner .flex li:nth-child(odd) {
    margin-right:2%;
}
.column_banner .flex li a {
    display:block;
    width:100%;
    height:100%;
}
.column_banner .flex li img {
    width:100%;
    height:auto;
}
.hit_wrap, .plan_area {
    position:relative;
    width:100%;
    height:auto;
    padding:0 4%;
    text-align:center;
    margin:24px 0;
    box-sizing:border-box;
}
.hit_wrap .hit_ttl, .plan_area .plan_ttl {
    margin-bottom:16px;
}
.hit_wrap .hit_ttl h2, .plan_area .plan_ttl h2 {
    font-size:1.6rem;
    line-height:1.6;
    font-weight:600;
    color:#ed7014;
}
.hit_wrap .hit_ttl p, .plan_area .plan_ttl p {
    font-size:1rem;
    color:#666;
}
.hit_wrap .hit_area {
    margin-bottom:16px;
}
.hit_wrap .hit_area .swiper-slide a {
    display:block;
    width:100%;
    height:100%;
}
.hit_area .thumb_box {
    width:100%;
    border:1px solid #ddd;
    margin-bottom:8px;
    border-radius:50%;
    overflow:hidden;
    box-sizing:border-box;
}
.hit_area .thumb_box img {
    width:100%;
    height:auto;
}
.hit_area .prd_info {
    text-align:center;
    color:#333;
}
.hit_area .prd_info .num {
    font-size:0.7rem;
    letter-spacing:-0.065rem;
}
.hit_area .prd_info .ttl {
    display:inline-block;
    width:90%;
    font-size:0.9rem;
    line-height:1.4;
    margin:0 auto;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.hit_area .prd_info .price {
    font-size:0.85rem;
    line-height:1.4;
    font-weight:600;
    color:#222;
}
.hit_wrap .swiper-pagination {
    position:relative;
    left:50%;
    transform:translateX(-50%);
}
.hit_wrap .swiper-pagination span {
    width:12px;
    height:12px;
    margin:0 3px;
    background:#676767;
    opacity:1;
}
.hit_wrap .swiper-pagination .swiper-pagination-bullet-active {
    background:#f19129;
}
.row_area .row_banner{
    width:100%;
    height:auto;
    margin-bottom:2px;
}
.row_area .row_banner:last-child {
    margin-bottom:0;
}
.row_area .row_banner a {
    display:block;
    width:100%;
    height:100%;
}
.row_area .row_banner img {
    width:100%;
    height:auto;
}
.b_ct_area ul {
    display:flex;
    width:100%;
    flex-wrap:wrap;
}
.b_ct_area li {
    width:33.3%;
    height:42px;
    line-height:42px;
    border-width:0 1px 1px 0;
    border-style:solid;
    border-color:#dfdfdf;
    background:#f19129;
    font-size:0.9rem;
    letter-spacing:-0.065rem;
    color:#fff;
    text-align:center;
    box-sizing:border-box;
}
.b_ct_area li:nth-child(3n) {
    border-right:none;
}
.b_ct_area li a {
    display:block;
    width:100%;
    height:100%;
}
.plan_area > ul {
    display:flex;
    width:100%;
    justify-content:space-between;
    flex-wrap:wrap;
    margin-bottom:16px;
}
.plan_area > ul > li {
    position:relative;
    width:30%;
    margin-bottom:12px;
}
.plan_area ul li a {
    display:block;
    width:100%;
    height:100%;
}
.plan_area li .thumb_box {
    border:1px solid #ddd;
    margin-bottom:12px;
    box-sizing:border-box;
}
.plan_area li .thumb_box img {
    width:100%;
    height:auto;
}
.plan_area .prd_info {
    text-align:center;
    color:#333;
}
.plan_area .prd_info .num {
    font-size:0.7rem;
    letter-spacing:-0.065rem;
}
.plan_area .prd_info .ttl {
    display:inline-block;
    width:90%;
    font-size:0.9rem;
    line-height:1.4;
    margin:0 auto;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.plan_area .prd_info .price {
    font-size:0.85rem;
    line-height:1.4;
    font-weight:600;
    color:#222;
}
.plan_area .more_btn {
    width:100%;
    height:42px;
    line-height:41px;
    border:1px solid #f19129;
    text-align:center;
    box-sizing:border-box;
}
.plan_area .more_btn a {
    display:block;
    width:100%;
    height:100%;
    color:#f19129;
    font-size:0.9rem;
    letter-spacing:-0.025rem;
}
.b_lnk_area {
    width:100%;
    height:220px;
    background:#4b4b4f;
    padding:24px 0;
    box-sizing:border-box;
}
.b_lnk_area ul {
    display:flex;
    width:90%;
    margin:0 auto 12px;
    justify-content:space-between;
}
.b_lnk_area li {
    position:relative;
    width:33%;
    text-align:center;
}
.b_lnk_area li:after {
    content:'';
    position:absolute;
    top:12px;
    right:0;
    width:1px;
    height:60px;
    background:#5d5d60;
    vertical-align:middle;
}
.b_lnk_area li:last-child:after {
    display:none;
}
.b_lnk_area li a {
    display:block;
    width:100%;
    height:100%;
}
.b_lnk_area li .ico_box {
    height:54px;
    line-height:54px;
    margin-bottom:8px;
}
.b_lnk_area li .ico_box img {
    width:auto;
    height:80%;
}
.b_lnk_area li span {
    color:#fff;
    font-size:0.9rem;
}
.center_call {
    width:100%;
    height:160px;
    padding:20px 0;
    background:#f19129;
    text-align:center;
    box-sizing:border-box;
}
.center_call h2 {
    font-size:1.4rem;
    line-height:1.6;
    color:#fff;
}
.center_call h2 b {
    display:inline-block;
    font-weight:600;
    margin-right:6px;
    letter-spacing:-0.045rem;
}
.center_call h3 {
    height:36px;
    line-height:36px;
    font-size:1.4rem;
    letter-spacing:-0.045rem;
    color:#fff;
    margin-bottom:8px;
}
.center_call h3 a {
    display:block;
    width:100%;
    height:100%;
}
.center_call h3 img {
    width:34px;
    height:34px;
    vertical-align:middle;
}
.center_call p {
    width:90%;
    margin:0 auto;
    font-size:0.8rem;
    line-height:1.4;
    color:#fff;
    letter-spacing:-0.025rem;
}
.center_bank {
    width:100%;
    padding:25px 0;
    text-align:center;
}
.center_bank h2 {
    font-weight:600;
    font-size:1.4rem;
    color:#858585;
    letter-spacing:-0.065rem;
}
.center_bank h2 img {
    width:50%;
    height:auto;
}
.center_bank h3 {
    font-size:1.8rem;
    font-weight:600;
    color:#ed7014;
    line-height:1.2;
    margin-bottom:4px;
}
.center_bank .name {
    display:block;
    font-size:0.9rem;
    color:#565656;
    letter-spacing:-0.065rem;
    margin-bottom:2px;
}
.center_bank .txt {
    color:#7f7f7f;
    font-size:0.9rem;
    letter-spacing:-0.065rem;
}
/* footer */
.footer {
    width:100%;
    padding:24px 0 50px;
    background:#ebecef;
    text-align:center;
    border-top:1px solid #f19129;
}
.footer .footer_btn {
    width:90%;
    margin:0 auto 12px;
}
.footer .footer_btn ul {
    display:flex;
    width:100%;
    justify-content:center;
}
.footer .footer_btn li {
    width:22%;
    padding:6px 0;
    border:1px solid #b7b7c2;
    font-size:0.9rem;
    letter-spacing:-0.025rem;
    background:#fff;
    color:#3a3a3a;
    margin:0 3px;
    box-sizing:border-box;
}
.footer .footer_btn li a {
    display:block;
    width:100%;
    height:100%;
}
.footer .footer_btn li.red {
    color:#fff;
    background:#f19129;
    border-color:#980c0c;
}
.footer .footer_info li {
    font-size:0.8rem;
    letter-spacing:-0.045rem;
    color:#717777;
    line-height:1.6;
    word-break:keep-all;
}
.footer .footer_info .vert {
    display:inline-block;
    width:1px;
    height:12px;
    background:#d4d4d5;
    vertical-align:middle;
    margin:0 4px;
}
.footer .footer_info .copy {
    display:block;
    font-size:0.7rem;
    letter-spacing:-0.025rem;
    color:#9999a0;
    margin:16px auto 0;
}
.footer_bar {
	position:fixed;
	bottom:-44px;
	width:100%;
	height:44px;
	background:#f8f8f8;
	border-top:1px solid #dfe0e3;
	transition:all 0.4s;
    z-index:9999;
}
.footer_bar.scroll_down {
	bottom:-44px;
}
.footer_bar.scroll_up {
	bottom:0;
}
.footer_bar ul {
	display:flex;	
	width:90%;
	height:100%;
	padding:0 5%;
	justify-content:space-between;
	align-items:center;
}
.footer_bar li {
	text-align:center;
}
.footer_bar li img {
	width:70%;
	height:auto;
}
/* sub contenst CSS */
.S_contents .container {
    width:100%;
    padding:0 4%;
    box-sizing:border-box;
}
.sub_title {
    width:100%;
    height:35px;
    line-height:35px;
    background:#e4e4e4;
    font-family:'NotoSansR',sans-serif;
    color:#333;
    font-size:1.1rem;
    font-weight:600;
    padding-left:4%;
    box-sizing:border-box;
}
.sub_title small {
    font-size:0.9rem;
    letter-spacing:-0.025rem;
    font-weight:400;
    color:#f19129;
}
/********************************** 상품리스트 ******************************************/
/* 카테고리 ------------------------------- */
.prdlist_category{overflow:hidden; margin:10px 10px 0;}
.prdlist_category li{float:left; width:50%;}
.prdlist_category li a{display:block; font-size:12px; font-weight:200; letter-spacing:-0.02em; line-height:1.3; padding:7px 0 7px 10px; border-width:0 1px 1px 0; border-style:solid; border-color:#ddd;}
.prdlist_category li.active a{background:#f19129; color:#fff;}
.prdlist_category li:nth-child(1) a, .prdlist_category li:nth-child(2) a{border-top:1px solid #ddd;}
.prdlist_category li:nth-child(2n+1) a{border-left:1px solid #ddd;}

/* 상품헤더 ------------------------------- */
.prdlist_header{margin:10px;}
.prdlist_header .sort{text-align:right;}
.prdlist_header .sort select{height:32px; font-family:'NotoSansR',sans-serif; font-size:13px; padding:0 30px 0 5px; border:1px solid #ccc; border-radius:0; -webkit-appearance:none; background:url(../images/ico/select_arrow.png) right 10px top 50% no-repeat; background-size:8px auto;}

/* prdlist ------------------------------------------------ */
.prd_list{ width:95%; margin:0 auto;}
.prd_list li{padding-top:10px; padding-bottom:10px; border-bottom:1px solid #e6e6e6}
.prd_tit{font-size:20px; letter-spacing:-0.02em; line-height:1.3;}
.prd_list_option_tit{color:#999999; font-size:10px; width:20%;}
.prd_list_option_con{font-size:11px}

/* prdlist2 ------------------------------------------------ */
.prd_list2{border-top:1px solid #e2e2e2;}
.prd_list2 li{border-bottom:1px solid #e2e2e2; padding:10px;}
.prd_list2 li *{line-height:1.2; vertical-align:middle;}
.prd_list2 .prdname{font-size:0.95rem; color:#333; margin:0 0 5px;}
.prd_list2 .prdcode{font-size:0.8rem; color:#f19129;}
.prd_list2 .prdprice{font-size:1rem; color:#f19129;}
.prd_list2 .prdprice strong{color:#f19129; font-size:1.1rem; font-weight:600; }

/* iphone 5 */
@media screen and (max-width:340px) {
    .gnb_area .gnb li:nth-child(7) .depth_menu li:nth-child(odd) {
        width:60%;
    }
    .gnb_area .gnb li:nth-child(7) .depth_menu li:nth-child(even) {
        width:40%;
    }
    .gnb_area .nav .depth_menu li {
        font-size:0.8rem;
        word-break:keep-all;
    }
    .prd_nav table td .ttl {
        font-size:0.7rem;
    }
    .b_ct_area li {
        font-size:0.85rem;
    }
    .center_call p {
        font-size:0.7rem;
    }
    .footer .footer_btn li, .footer .footer_info li {
        font-size:0.7rem;
    }
}