@charset "utf-8"; 

/************************************************

					setting

*************************************************/
@import url('https://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

@font-face {
 font-family: 'NanumSquare';
 font-weight: 400;
 src: url('../font/fontNanumSquareR.eot');
 src: url('../font/NanumSquareR.eot?#iefix') format('embedded-opentype'),
      url('../font/NanumSquareR.woff') format('woff'),
      url('../font/NanumSquareR.ttf') format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 600;
 src: url('../font/NanumSquareB.eot');
 src: url('../font/NanumSquareB.eot?#iefix') format('embedded-opentype'),
      url('../font/NanumSquareB.woff') format('woff'),
      url('../font/NanumSquareB.ttf') format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 800;
 src: url('../font/NanumSquareEB.eot');
 src: url('../font/NanumSquareEB.eot?#iefix') format('embedded-opentype'),
      url('../font/NanumSquareEB.woff') format('woff'),
      url('../font/NanumSquareEB.ttf') format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 300;
 src: url('../font/NanumSquareL.eot');
 src: url('../font/NanumSquareL.eot?#iefix') format('embedded-opentype'),
      url('../font/NanumSquareL.woff') format('woff'),
      url('../font/NanumSquareL.ttf') format('truetype');
}
@font-face {
 font-family: 'NanumBarunGothic';
 font-weight: 400;
 src: url('../font/NanumBarunGothic.eot');
 src: url('../font/NanumBarunGothic.eot?#iefix') format('embedded-opentype'),
      url('../font/NanumBarunGothic.woff') format('woff'),
      url('../font/NanumBarunGothic.ttf') format('truetype');
}
@font-face {
 font-family: 'NanumBarunGothic';
 font-weight: 600;
 src: url('../font/NanumBarunGothicBold.eot');
 src: url('../font/NanumBarunGothicBold.eot?#iefix') format('embedded-opentype'),
      url('../font/NanumBarunGothicBold.woff') format('woff'),
      url('../font/NanumBarunGothicBold.ttf') format('truetype');
}

* {margin: 0; padding: 0; border: 0; outline: 0; box-sizing: border-box;}
html, body {overflow-x:hidden; background: #ffffff;font-family: 'NanumSquare', sans-serif; -webkit-text-size-adjust: 100%; letter-spacing: -0.5px;}

ul, ol, dl, li {list-style:none;}
a {text-decoration: none; color: inherit;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table, table tr, table td {border: 0; border-collapse: collapse; border-spacing: 0;}
.blind, legend, caption {display: block; overflow: hidden; position: absolute; top: 0; left: -1000em;}
.cf:after {clear: both; display: block; content: "";}
input[type="submit"], input[type="button"], input[type="text"], input[type="password"], textarea {-webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important; border-radius: 0 !important;}
input[type="submit"], input[type="checkbox"], input[type="radio"], button {cursor: pointer}
.ellipsis {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.center_ct {margin: 0 auto; width: 94%; max-width: 1200px;}
.center16 {width: 94%; margin: 0 auto; max-width: 1600px;}
.center15 {width: 94%; margin: 0 auto; max-width: 1520px;}
.center12 {width: 94%; margin: auto;  max-width: 1200px;}
input::-webkit-input-placeholder {color: #aaaaaa !important;}
input:-ms-input-placeholder {color: #aaaaaa !important;}
input::-moz-placeholder {color: #aaaaaa !important;}
textarea::-webkit-input-placeholder {color: #aaaaaa !important;}
textarea:-ms-input-placeholder {color: #aaaaaa !important;}
textarea::-moz-placeholder {color: #aaaaaa !important;}
.serif {font-family: 'Nanum Myeongjo', serif;}


/**************************************************
                       
                       header

***************************************************/
.main_header {
	width: 100%;
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	height: 123px;
    background: #000000;
}

.fk_header {
	height: 123px;
}

.main_header .center12 {
	position: relative;
}

.main_header h1 {
/*	text-align: center;*/
	padding-top: 21px;
	height: 115px;
    float:left;
}

.main_header .user_menu {
    
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 999999;
	font-weight: bold;

}

.main_header .user_menu li {
	float: left;
	font-size: 14px;
	padding: 0 15px;
	border-right: 1px solid #525252;
	line-height: 0.8;
	color: #f4f3f3;
}

.main_header .user_menu li:last-child {
	padding-right: 0;
	border-right: 0;
}

.main_header .user_menu li.find {
	color: #d59f53;
}

.main_header .main_menu {
	text-align: center;
    float: none;
    padding-left: 0px;
}

.main_header .main_menu > li {
	display: inline-block;
	font-size: 20px;
	color: #ffffff;	
	font-weight: 400;
	/* transition: 0.3s; */	
/*	height: 50px;*/
	padding: 56px 0;
	position: relative;
	z-index: 1;
	text-align: left;
    letter-spacing: 0.05em;
	-ms-transform: skew(-0.03deg);
	-webkit-transform: skew(-0.03deg);
	-moz-transform: skew(-0.03deg);
	-o-transform: skew(-0.03deg);
	transform: skew(-0.03deg);
}

.main_header .main_menu > li:hover {
	color: #d59f53;
}

.main_header .main_menu > li > a {
	display: flex;
/*	border-left: 1px solid #6f6f6f;*/
	line-height: 12px;
	padding: 0 26px;
}

.main_header .main_menu > li:first-child > a {
/*	border-left: 0;*/
}

.main_header .main_menu > li .sub_menu {
	position: absolute;
	left: 26px;
	top: 120px;
	padding-top: 30px;
	display: none;
	z-index: 99;
	height: 290px;
	width: 100%;
}

.main_header .main_menu > li .sub_menu li {
	font-size: 15px;
    font-weight: 600;
	color: #1e1e1e;
	margin-bottom: 10px;
	/* transition: 0.3s; */
    letter-spacing: 0;
	transform:skew(-0.03deg);
}

.main_header .main_menu > li .sub_menu li:hover {
	color: #d59f53;
}

.main_header_hover:after {
	position: absolute;
	top: 123px;
	left: 0;
	width: 100%;
	height: 288px;
	background: rgba(255, 255, 255, 0.95);
	content: '';
}

.mobile_btn {
	display: none;
	position: fixed;
	right: 30px;
	top: 40px;
	z-index: 9999;
	cursor: pointer;
}

.mobile_btn .line {
	background: #ffffff;
	width: 25px;
	height: 3px;
	transition: all 0.5s;
}

.mobile_btn .line2 {
	margin: 6px 0;
}

.line11 {
	transform: rotate(45deg);	
	transform-origin: left top;
	width: 27px !important;
	background: #000000 !important;
}

.line22 {
	opacity: 0;
}

.line33 {
	transform: rotate(-45deg);	
	transform-origin: left bottom;
	width: 27px !important;
	background: #000000 !important;
}

.mb_menu {
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: -1;
	transition: 0.4s opacity;
}

.mb_box {
	position: fixed;
	top: 0;
	right: -280px;
	width: 280px;
	height: 100%;
    background-color: rgba(213, 159, 83, 0.85);
    background-color: #ffffff;
	z-index: 999;
	box-sizing: border-box;
	padding: 70px 20px 0 30px;
	transition: 0.4s;
}
.mb_box .top_menu{
    display: none;
}
.mb_box .top_menu li {
	float: left;
	padding: 0 12px;
	border-left: 1px solid #000000;
    color: #000000;
	line-height: 1;
}

.mb_box .top_menu li:first-child {
	padding-left: 0;
	border: 0;
}

.mb_box .top_menu li a {
	color: #000000;
	font-size: 14px;
	display: block;
	letter-spacing: -0.5px;
}

.mb_box .moblie_menu {
	margin-top: 30px;
	clear: both;
}

.mb_box .moblie_menu > li {
	margin-bottom: 20px;
}

.mb_box .moblie_menu > li img {
	float: right;
	margin-top: 5px;
	opacity: 0.7;
}

.mb_box .moblie_menu > li img.rotate {
	transform: rotate(180deg) !important;
}

.mb_box .moblie_menu > li a {
	color: #000000;
	font-size: 17px;
	/* transition: 0.4s; */
	display: block;
	transform:skew(-0.03deg);
}

.mb_box .moblie_menu > li a:hover {
/*	color: #ffffff;*/
}

.mb_box .moblie_menu > li ul {
	display: none;
}

.mb_box .moblie_menu > li ul li {
	margin: 10px 0;
}
.mb_box .moblie_menu > li ul li:hover {
	background: #c2c2c2;
}

.mb_box .moblie_menu > li ul li a {
	margin-left: 10px;
	font-size: 16px;
}
.mb_box .moblie_menu > li ul li a:hover {
    color: #1a3144;
}

.mb_box .close_btn {
	position: absolute;
	top: 25px;
	right: 25px;
}
    @media screen and (max-width : 1460px) {
    .main_header .main_menu{
        padding-left: 40px;
    }
    }
    @media screen and (max-width : 1440px) {
    .main_header .main_menu{
        padding-left: 20px;
    }
	.main_header .main_menu > li > a{
        padding: 0px 24px;
    }
    }
    @media screen and (max-width : 1420px) {
    .main_header .main_menu{
        padding-left: 0px;
    }
    .main_header .main_menu > li > a{
        padding: 0px 22px;
    }
    }
    @media screen and (max-width : 1360px) {
    .main_header .main_menu{
        padding-left: 0px;
    }
    .main_header .main_menu > li{
        font-size:18px;
    }
    }
    @media screen and (max-width : 1300px) {
	.main_header {
/*		height: 155px;*/
	}

	.fk_header {
/*		height: 155px;*/
	}

	.main_header h1 {
        padding-top: 42px;
/*		height: 105px;*/
	}

	.main_header h1 a img {
		height: 35px;
	}
    .main_header .main_menu{
        padding-left: 30px;
    }
	.main_header .main_menu > li {
		font-size: 16px;
	}

	.main_header .main_menu > li > a {
		padding: 0 20px;
	}

	.main_header .main_menu > li .sub_menu {
		left: 18px;
		padding-top: 15px;
        height: 260px;
	}

	.main_header .main_menu > li .sub_menu li {
		font-size: 14px;
	}

	.main_header_hover:after {
/*		top: 150px;*/
        height: 260px;
	}
	}
    @media screen and (max-width : 1200px) {
    .main_header .main_menu {
        padding-left: 0px;
    }
    }
    @media screen and (max-width : 1120px) {
    .main_header h1 {
        padding-top: 47px;
    }
    .main_header h1 a img {
        height: 25px;
    }
    }
	@media screen and (max-width : 1080px) {
	.main_header {
		height: 100px;
	}

	.fk_header {
		height: 100px;
	}

	.main_header h1 {
        text-align: center;
		height: 100px;
		padding-top: 26px;
        float:none;
	}

	.main_header h1 a img {
		height: 45px;
	}

	.main_header .user_menu {
		display: none;
	}

	.main_header .main_menu {
		display: none;
	}

	.mobile_btn {
		display: block;
	}
	.main_header_hover:after {
		display:none;
		z-index:-99;
	}
	}

	@media screen and (max-width : 900px) {
	.main_header {
		height: 80px;
	}

	.fk_header {
		height: 80px;
	}

	.main_header h1 {
		height: 80px;
		padding-top: 22px;
	}

	.main_header h1 a img {
		height: 35px;
	}

	.mobile_btn {
		top: 29px;
		right: 25px;
	}
	}

	@media screen and (max-width : 550px) {
	.main_header {
		height: 70px;
	}

	.fk_header {
		height: 70px;
	}

	.main_header h1 {
		height: 70px;
		padding-top: 20px;
	}

	.main_header h1 a img {
		height: 30px;
	}

	.mobile_btn {
		top: 24px;
		right: 20px;
	}
	}


/**************************************************
                       
                      footer

***************************************************/
footer {
	background: #3c3c3c;
/*	font-family: 'Dotum', sans-serif;*/
	color: #4e4e4e;
	font-size: 12px;
	letter-spacing: 0;
}

footer .ft_top {
	width: 100%;
/*	height: 35px;*/
	line-height: 35px;
	background: #3c3c3c;
    padding: 15px 0;
}

footer .ft_top ul {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
}

footer .ft_top ul li {
	display: inline-block;
	margin-right: 25px;
    font-size: 14px;
    letter-spacing: -0.025em;
	transform:skew(-0.03deg);
}

footer .ft_top ul li a {
	color: #717171;
	opacity: 1;
	transition: 0.3s;
}

footer .ft_top ul li a.gray {
	color: #c8c8c8;
}

footer .ft_top ul li a:hover {
/*	opacity: 1;*/
    color:#d59f53;
}

footer .ft_info .text_blank {
	padding-left: 20px;
}

footer .center12 {
	padding: 0 0 40px 0;
}

/*
footer .ft_logo {
	float: left;
	margin: 10px 100px 0 35px;
}
*/

footer p.ft_info {
	line-height: 20px;
	float: left;
	word-break: keep-all;
    color: #717171;
    letter-spacing: -0.025em;
	transform:skew(-0.03deg);
}

footer p.ft_info span {
	font-weight: 400;
    font-size: 18px;
	color: #c8c8c8;
    letter-spacing: -0.025em;
}

footer p.ft_info a {
	color: #ffffff;
}

footer p.ft_info a:hover {
	text-decoration: underline;
}

footer .center12 ul {
	float: right;
}

footer .center12 ul li {
	margin: 0 10px;
    text-align: right;
}
footer .center12 ul li .big {
    font-size: 24px;
    color: #c8c8c8;
    letter-spacing: -0.025em;
	transform:skew(-0.03deg);
}
footer .center12 ul li .middle {
    font-size: 36px;
    color: #ffffff;
    letter-spacing: -1px;
	transform:skew(-0.03deg);
}
footer .center12 ul li .small {
    font-size: 14px;
    color: #c8c8c8;
    line-height: 18px;
    letter-spacing: -0.5px;
	transform:skew(-0.03deg);
}

/*
footer .center12 ul li img {
	display: block;
}
*/

	@media screen and (max-width : 1080px) {
	footer .ft_logo {
		float: left;
		margin: 10px 30px 0 0;
		width: 150px;
	}

	footer .center12 ul {
		margin-right: 0px;
	}
	
	footer .center12 ul li {
		margin: 0 5px;
	}
	}

	@media screen and (max-width : 870px) {
	footer .ft_top ul {
		text-align: center;
	}

	footer .ft_top ul li {
		margin: 0 10px;
	}

	footer .ft_logo {
		float: none;
		margin: 0 auto 15px;
		display: block;
		width: 130px;
	}

	footer p.ft_info {
		float: none;
		text-align: center;
	}

	footer .center12 ul {
		margin: 20px auto 0;
		float: none;
        /* width: 210px; */
        width: 100%;
	}

	footer .center12 ul li {
		margin: 0 10px;
	}
    footer .center12 ul li .big{
        text-align: center;
    }
    footer .center12 ul li .middle{
        text-align: center;
    }
    footer .center12 ul li .small{
        text-align: center;
    }
	}

	@media screen and (max-width : 700px) {
	footer .ft_top {
		line-height: 1.8;
		height: auto;
/*		padding: 7px 0;*/
	}

/*
	footer .ft_logo {
		width: 110px;
	}
*/
	}

	@media screen and (max-width : 400px) {
	footer .ft_top ul li {
		margin: 0 3px;
		font-size: 11px;
	}

	}


/**************************************************
                       
                     main title

***************************************************/
.main_tit {
	text-align: center;
	margin-bottom: 60px;
}

.main_tit .big {
	font-size: 30px;
	margin-bottom: 20px;
	word-break: keep-all;
}

.main_tit .big span {
	color: #656566;
}

.main_tit .small {
	font-size: 14px;
	word-break: keep-all;
}

	@media screen and (max-width : 1300px) {
	.main_tit {
		margin-bottom: 45px;
	}
	}

	@media screen and (max-width : 1080px) {
	.main_tit {
		margin-bottom: 40px;
	}

	.main_tit .big {
		font-size: 25px;
		margin-bottom: 10px;
	}

	.main_tit .small {
		font-size: 14px;
	}
	}

	@media screen and (max-width : 900px) {
	.main_tit {
		margin-bottom: 35px;
	}

	.main_tit .big {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.main_tit .small {
		font-size: 14px;
	}
	}

	@media screen and (max-width : 700px) {
	.main_tit {
		margin-bottom: 30px;
	}

	.main_tit .big {
		font-size: 20px;
		margin-bottom: 7px;
	}

	.main_tit .small {
		font-size: 13px;
	}
	}

	@media screen and (max-width : 550px) {
	.main_tit {
		margin-bottom: 25px;
	}

	.main_tit .big {
		font-size: 18px;
		letter-spacing: -1px;
	}

	.main_tit .small {
		font-size: 12px;
	}

	.main_tit .bl {
		display: block !important;
	}
	}


/**************************************************
                       
                     product list

***************************************************/
.product_list ul {
	margin: -0.5%;
}

.product_list ul li {
	float: left;
	width: 24%;
	border: 1px solid #959595;
	margin: 0.5%;	
}

.product_list ul li a {
	display: block;
	position: relative;
	overflow: hidden;
}


.product_list ul li a .thumb {
	display: block;
	width: 100%;
}

.product_list ul li a .info_area {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	opacity: 0;
	transition: 0.35s;
}

.product_list ul li a:hover .info_area {
	opacity: 1;
}

.product_list ul li a .info_area .pd_txt {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding: 0 20px;
}

.product_list ul li a .info_area .pd_txt .pd_name {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 700;
}

.product_list ul li a .info_area .pd_txt .pd_detail {
	font-family: 'Dotum', sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 1.6;
	word-break: keep-all;
}

.product_list ul li a .info_area .pd_txt .pd_price {
	font-size: 14px;
	font-weight: bold;
	font-family: 'Dotum', sans-serif;
	letter-spacing: 0;
	margin-bottom: 15px;
}

.product_list ul li a .info_area .pd_txt .pd_btn {
	font-size: 12px;
	font-family: 'Dotum', sans-serif;
	width: 150px;
	height: 30px;
	border: 1px solid #ffffff;
	line-height: 28px;
	margin: 0 auto;
}

	@media screen and (max-width : 1080px) {
	.product_list ul li a .info_area .pd_txt {
		padding: 0 15px;
	}

	.product_list ul li a .info_area .pd_txt .pd_name {
		font-size: 17px;
	}

	.product_list ul li a .info_area .pd_txt .pd_btn {
		width: 120px;
		height: 27px;
		line-height: 25px;
	}	
	}

	@media screen and (max-width : 900px) {
	.product_list ul li {
		width: 32.333%;
		border: 1px solid #959595;
		margin: 0.5%;	
	}
	}

	@media screen and (max-width : 700px) {
	.product_list ul li {
		width: 49%;
		border: 1px solid #959595;
		margin: 0.5%;	
	}
	}

	@media screen and (max-width : 550px) {
	.product_list ul li a .info_area .pd_txt {
		padding: 0 10px;
	}

	.product_list ul li a .info_area .pd_txt .pd_name {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.product_list ul li a .info_area .pd_txt .pd_detail {
		font-size: 11px;
		margin-bottom: 10px;	
		line-height: 1.3;	
	}

	.product_list ul li a .info_area .pd_txt .pd_price {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.product_list ul li a .info_area .pd_txt .pd_btn {
		display: none;
	}	
	}


/**************************************************
                       
                    sub page

***************************************************/
.sub_banner {
	display: none;
/* 	width: 100%;
	padding: 70px 0 60px;
	background: url(../img/sub_banner.jpg) no-repeat center center;
	background-size: cover;
	color: #ffffff;
	margin-bottom: 80px; */
}

.sub_banner .center12 {
	padding-left: 90px;
}

.sub_banner .serif {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
}

.sub_banner .small {
	font-size: 14px;
}

.sub_tit {
	border-bottom: 3px solid #000000;
	padding-bottom: 7px;
	margin-bottom: 30px;
}

.sub_tit .tit_txt {
	float: left;
	font-size: 30px;
	font-weight: 700;
}

.sub_tit ul {
	float: right;
	margin-top: 20px;
}

.sub_tit ul li {
	float: left;
	font-family: 'Dotum';
	font-size: 12px;
	letter-spacing: 0;
}

.sub_tit ul li.arrow {
	margin: 0 7px;
}

.sub_tit ul li.active {
	font-weight: bold;
}

.cont_wrap {
	margin-bottom: 120px;
}

.top_txt {
	border: 1px solid #d7d7d7;
	padding: 40px;
	text-align: center;
	margin-bottom: 30px;
}

.top_txt .big {
	font-size: 36px;
	font-weight: 700;
	color: #313131;
	margin-bottom: 20px;
	word-break: keep-all;
}

.top_txt .big span {
	color: #d6a053;
}

.top_txt .small {
	font-size: 22px;
	color: #313131;
	word-break: keep-all;
}

.top_txt .small span {
	color: #d6a053;
}


	@media screen and (max-width : 1300px) {
	.sub_banner {
		margin-bottom: 70px;
	}

	.sub_banner .center12 {
		padding-left: 40px;
	}

	.sub_tit .tit_txt {
		font-size: 26px;
	}

	.cont_wrap {
		margin-bottom: 100px;
	}

	.top_txt .big {
		font-size: 30px;
	}

	.top_txt .small {
		font-size: 20px;
	}
	}

	@media screen and (max-width : 1080px) {
	.sub_banner {
		padding: 60px 0 50px;
		margin-bottom: 60px;
	}

	.sub_banner .center12 {
		padding-left: 20px;
	}

	.sub_banner .serif {
		font-size: 26px;
		margin-bottom: 7px;
	}

	.sub_tit .tit_txt {
		font-size: 24px;
	}

	.sub_tit ul {
		margin-top: 12px;
	}

	.cont_wrap {
		margin-bottom: 80px;
	}

	.top_txt {
		padding: 30px;
		margin-bottom: 25px;
	}

	.top_txt .big {
		font-size: 26px;
		margin-bottom: 15px;
	}

	.top_txt .small {
		font-size: 18px;
	}
	}

	@media screen and (max-width : 900px) {
	.sub_banner {
		padding: 50px 0 45px;
		margin-bottom: 50px;
		background-position: 55% center;
	}

	.sub_banner .center12 {
		padding-left: 0px;
	}

	.sub_banner .serif {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.sub_tit {
		border-bottom: 2px solid #000000;
		padding-bottom: 5px;
		margin-bottom: 25px;
	}

	.sub_tit .tit_txt {
		font-size: 22px;
	}

	.sub_tit ul {
		margin-top: 10px;
	}

	.cont_wrap {
		margin-bottom: 70px;
	}

	.top_txt {
		padding: 25px;
		margin-bottom: 20px;
	}

	.top_txt .big {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.top_txt .small {
		font-size: 17px;
	}
	}

	@media screen and (max-width : 700px) {
	.sub_banner {
		padding: 40px 0 40px;
		margin-bottom: 40px;
		background-position: 60% center;
	}

	.sub_banner .serif {
		font-size: 20px;
	}

	.sub_banner .small {
		font-size: 13px;
	}

	.sub_banner .small br {
		display: block !important;
	}

	.sub_tit .tit_txt {
		font-size: 20px;
	}

	.sub_tit ul {
		margin-top: 10px;
	}

	.cont_wrap {
		margin-bottom: 60px;
	}

	.top_txt .big {
		font-size: 18px;
	}

	.top_txt .small {
		font-size: 15px;
	}
	}

	@media screen and (max-width : 550px) {
	.sub_banner {
		padding: 35px 0 30px;
		margin-bottom: 30px;
		background-position: 65% center;
	}

	.sub_banner .serif {
		font-size: 17px;
		margin-bottom: 5px;
	}

	.sub_banner .small {
		font-size: 12px;
	}

	.sub_tit .tit_txt {
		font-size: 17px;
	}

	.sub_tit ul {
		margin-top: 8px;
	}

	.sub_tit ul li {
		letter-spacing: -0.5px;
	}

	.sub_tit ul li.arrow {
		margin: 0 3px;
	}

	.cont_wrap {
		margin-bottom: 50px;
	}

	.top_txt {
		padding: 20px 15px;
		margin-bottom: 15px;
	}

	.top_txt .big {
		font-size: 15px;
		margin-bottom: 7px;
	}

	.top_txt .big br {
		display: none;
	}

	.top_txt .small {
		font-size: 13px;
	}
	}


/**************************************************
                       
                 pager

***************************************************/
ul.pager_st {
	text-align: center;
}

ul.pager_st li {
	display: inline-block;
	margin: 0px;
    padding: 3px 7px 3px 7px;
	font-size: 12px;
	color: #979797;
	font-family: 'Dotum';
    border: 1px solid #cccccc;
}

ul.pager_st li.active {
	color: #ffffff;
    background: #ff6d02;
    border: 1px solid #ff6d02;
}
ul.pager_st li a img{
	vertical-align: baseline;
}


/**************************************************
                       
               	category title

***************************************************/
.category_tit {
	text-align: center;
	margin-bottom: 60px;
}

.category_tit p {
	font-size: 36px;
	font-weight: 700;
	color: #313131;
}

.category_tit .line {
	width: 50px;
	height: 2px;
	background: #d59f53;
	margin: 10px auto 0;
}

.category_tit2 {
	margin-top: 70px;
}

	@media screen and (max-width : 1300px) {
	.category_tit {
		margin-bottom: 50px;
	}

	.category_tit p {
		font-size: 32px;
	}

	.category_tit .line {
		width: 75px;
		height: 2px;
		margin: 10px auto 0;
	}

	.category_tit2 {
		margin-top: 60px;
	}
	}

	@media screen and (max-width : 1080px) {
	.category_tit {
		margin-bottom: 40px;
	}

	.category_tit p {
		font-size: 28px;
	}

	.category_tit .line {
		width: 65px;
		height: 2px;
		margin: 7px auto 0;
	}

	.category_tit2 {
		margin-top: 50px;
	}
	}

	@media screen and (max-width : 900px) {
	.category_tit {
		margin-bottom: 35px;
	}

	.category_tit p {
		font-size: 24px;
	}

	.category_tit .line {
		width: 55px;
		height: 2px;
		margin: 5px auto 0;
	}

	.category_tit2 {
		margin-top: 40px;
	}
	}

	@media screen and (max-width : 700px) {
	.category_tit {
		margin-bottom: 30px;
	}

	.category_tit p {
		font-size: 22px;
	}

	.category_tit .line {
		width: 45px;
		height: 2px;
		margin: 5px auto 0;
	}

	.category_tit2 {
		margin-top: 30px;
	}
	}

	@media screen and (max-width : 550px) {
	.category_tit {
		margin-bottom: 25px;
	}

	.category_tit p {
		font-size: 20px;
	}

	.category_tit .line {
		width: 35px;
		height: 2px;
		margin: 5px auto 0;
	}
	}
/**************************************************
                       
                    list

***************************************************/

.list_Search{
    background: #000;
    margin-top: 10px;
    height: 55px;
}
.menu_right{
    float: right;
}
.list_Search ul{
    float: left;
}
.list_Search ul li{
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -0.25px;
    color: #ffffff;
}
.list_Search ul li.active{
    color: #ffa800;
}
.list_Search ul li a{
    padding: 0 18px 0 18px;
    border-right: 1px solid #ffffff;
}
.list_Search .menu_right .list_s_menu li:nth-child(4) a{
    border-right: 0px;
}

/* search_menu01 */
.search_menu01 {
	width: 210px;
    float: left;
	margin: 10px 0px 10px 25px; 
    max-width: 900px;
}

.search_menu01 form {
	height: 35px;
}

.search_menu01 form input[type="text"] {
	/* width: 82%; */
	width: 86%;
	height: 100%;
	float: left;
	font-size: 12px;
	/* font-family: inherit; */
	padding-left: 10px;
	/* padding-right: 48px; */
	font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: 1px;
	font-weight: 400;
    border-radius: 7px 0px 0px 7px !important; 
}

.search_menu01 form input[type="submit"] {
	/* width: 18%; */
	width: 14%;
	height: 100%;
	float: right;
	font-size: 0;
	background: url(../img/top_search.png) no-repeat center;
	background-color:#fff;
/*	 background-size: contain; */
	border-radius: 0px 7px 7px 0px !important; 
}
@media screen and (max-width : 1080px) {
	.list_Search {
		height: auto;
		padding: 10px 0;
	}
    .menu_right{
        float: none;
    }
    .list_Search ul{
        float: none;
        width: 100%;
        text-align: center;
    }
    .list_Search ul li{
        font-size: 16px;
        line-height: 42px;
        float: none;
        display: inline-block;
    }
    .search_menu01{
        width: 100%;
		float: none;
        margin: 10px auto 10px;
    }
}
@media screen and (max-width : 700px) {
    .list_Search{
        margin-top:0px;
        height: auto;
    }
}
@media screen and (max-width : 550px) {
    .list_Search ul li{
        font-size: 14px;
        line-height: 36px;
    }
    .list_Search ul li a{
        padding: 0 10px 0 10px;
    }
}
@media screen and (max-width : 380px) {
    .list_Search ul li{
        font-size: 14px;
        line-height: 36px;
    }

}

.menu_right_sub {
	display: none;
}
.menu_right_sub li {
	display: block !important;
	width: 24%;
	margin:0.5%;
	float:left !important;
	border: 1px solid #ffffff;
}
.menu_right_sub li a {
	display: block;
	border-right: 0px !important;
}
@media screen and (max-width : 1080px) {
	.menu_right_sub {
		display: block;
	}
}
@media screen and (max-width : 700px) {
	.menu_right_sub li {
		width: 32%;
		margin: 0.666%;
	}
}
@media screen and (max-width : 400px) {
	.menu_right_sub li {
		width: 48%;
		margin: 0.666%;
		font-size: 14px !important;
		line-height: 32px !important;
	}
}





.list_wrap{
    margin-top: 40px;
    min-height: 400px;
	margin-left: calc(20% - 270px);
}

.category_menu{
    width: 200px;
    margin-right: 50px;
    float: left;
}
.category_menu .big{
    font-size: 50px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: -0.25px;
    color: #283d5c;
display:none;
    padding-left: 10px;
	-ms-transform: skew(-0.03deg);
	-webkit-transform: skew(-0.03deg);
	-moz-transform: skew(-0.03deg);
	-o-transform: skew(-0.03deg);
	transform: skew(-0.03deg);
}
.category_menu .middle{
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: -0.25px;
    color: #000;
    padding: 0 0 10px 10px;
	transform:skew(-0.03deg);
}
.category_listdi > ul > li{
    font-size: 18px;
    font-weight: 800;
    line-height: 38px;
    letter-spacing: 0;
    color: #4a4a4a;
    padding: 0 20px;
	-ms-transform: skew(-0.03deg);
	-webkit-transform: skew(-0.03deg);
	-moz-transform: skew(-0.03deg);
	-o-transform: skew(-0.03deg);
	transform: skew(-0.03deg);
}
.category_listdi > ul > li a{
    display: block;
}
.category_listdi > ul > li img{
/*    display: block;*/
    float:right;
    padding-top: 6px;
}
.category_list li{
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
    color: #565656;
	transform:skew(-0.03deg);
	margin-left: 20px;
}
.category_list li.active{
	background: #eaeaea;
	color: #1a3144;
	font-weight: 900;
}

@media screen and (max-width : 380px) {
    
}

/* search_menu02 */
.search_menu02 {
	width: 200px;
    float: left;
	margin: 10px 0px 10px 0px; 
    max-width: 900px;
}

.search_menu02 form {
	height: 35px;
    border: 1px solid #c3c3c3;
}

.search_menu02 form input[type="text"] {
	/* width: 82%; */
	width: 86%;
	height: 100%;
	float: left;
	font-size: 11px;
	/* font-family: inherit; */
	padding-left: 10px;
	/* padding-right: 48px; */
	font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: 1px;
	font-weight: 400;
	transform:skew(-0.03deg);
}

.search_menu02 form input[type="submit"] {
	/* width: 18%; */
	width: 12%;
	height: 100%;
	float: right;
	font-size: 0;
	background: url(../img/black_search.png) no-repeat center;
	background-color:#fff;
/*	 background-size: contain; */
	transform:skew(-0.03deg);
}
.list_page_wrap{
/*    max-width: 1500px;*/
    width: 80%;
    float: left;
}
.top_banner{
    position: relative;
    max-width: 100%;
    /*margin-bottom: 140px;*/
	margin-bottom: 90px;
display: none;
}
.top_banner img{
    display: block;
    width: 100%;
}
.top_banner .banner_ment{
    position: absolute;
    bottom: -11%;
    left: 5%;
    width: 40%;
    background: #ebebeb;
    padding: 30px 50px 30px 50px;
}
.top_banner .banner_ment p{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    color: #7a7a7a;
	transform:skew(-0.03deg);
}

.bottom_banner {
    /*margin-bottom: 70px;*/
	margin-bottom: 30px;
display: none;
}

.bottom_banner .banner_left{
    width: 50%;
    float: left;
}
.bottom_banner .banner_left img{
    display: block;
    max-width: 100%;
    width: 96.8%;
    margin-left: auto;
    margin-right: auto;
}
.bottom_banner .banner_right{
    width: 50%;
    float: left;
}
.bottom_banner .banner_right ul li{
    width: 48%;
    margin: 0 1% 2%;

    float: left;
}

.bottom_banner .banner_right ul li img{
    display: block;
    max-width: 100%;
    width: 100%;
}
@media screen and (max-width : 1600px) {
	.list_wrap{
		margin-left: calc(20% - 240px);
	}
    .category_menu{
        margin-right: 20px;
    }
    .top_banner .banner_ment{
        bottom: -15%;
        width: 44%;
        padding: 15px 50px 15px 50px;
    }
    .top_banner .banner_ment p{
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (max-width : 1300px) {
	.list_wrap{
		margin-left: 0;
	}
    .category_menu{
        display: none;
    }
    .list_page_wrap{
        width: 100%;
        float: none;
    }
    .top_banner .banner_ment p .br_1080{
        display: none;
    }
}
@media screen and (max-width : 1080px) {
	.top_banner{
		margin-bottom: 120px;
    }

    .top_banner .banner_ment{
        bottom: -25%;
		padding: 15px 30px 15px 30px;
    }
}
@media screen and (max-width : 900px) {
    .top_banner{
        /*margin-bottom: 70px;*/
		margin-bottom: 40px;
    }
    .top_banner .banner_ment{
        position: static;
        width: 100%;
    }
}
@media screen and (max-width : 700px) {
    .bottom_banner .banner_left{
        width: 100%;
        float: none;
    }
    .bottom_banner .banner_right{
        width: 100%;
        float: none;  
        margin-top:20px;
    }
    .top_banner .banner_ment{
        padding: 15px;
    }
    .bottom_banner .banner_left img{
        width: 100%;
    }
    .bottom_banner .banner_right ul li{
        width: 48%;
        margin: 1%;
    }
}
@media screen and (max-width : 650px) {
    .top_banner .banner_ment p {
        font-size: 14px;
        line-height: 22px;
    }

}
@media screen and (max-width : 550px) {
    .bottom_banner {
        /*margin-bottom: 35px;*/
    }
}



/**************************************************
                       
                    sub page

***************************************************/

.new_list{
/*    max-width: 1400px;*/
/*    margin:80px auto;*/
    /*width: 96%;*/
	width: 98%;
    margin-left: auto;
    margin-right: auto;
    background: #f3f3f3;
	margin-bottom: 30px;
display: none;
}
.new_list h2{
    font-size: 34px;
    font-weight: 600;
    line-height: 30px;
    color: #444444;
    text-align: center;
    letter-spacing: 0.2em;
    padding-top: 50px;
    margin-bottom:50px;
	transform:skew(-0.03deg);
}
.sub_banner {
	width: 100%;
	height: 70px;
	/* background: url(../img/sub_bn.jpg) no-repeat center center;
	background-size: cover; */
	/* margin-bottom: 80px; */
}
.sub_banner p{
	font-size:18px;
	font-weight:600;
	text-align:center;
}

.tit_line {
	width: 25px;
	height: 2px;
	margin: 0 auto 20px;
	/* background: #0075a7; */
	background: #ff8a26;
	transform: rotate(140deg);
}

.subTit {
	color: #2b2b2b;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 36px;
}

.subTxt {
	margin-bottom: 60px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
	color: #999999;
}
.list{
    width: 100%;
    float: right;
}
.list_area {
/*	margin-bottom: 120px;*/
}

.list_area .filter_wrap {
	border-bottom: 2px solid #cccccc;
	margin-bottom: 20px;
}

.list_area .filter_wrap ul {
	float: right;
	margin-bottom: 15px;
}

.list_area .filter_wrap ul li {
	float: left;
	font-size: 14px;
	color: #828282;
	padding: 0 10px;
	border-right: 1px solid #828282;
	line-height: 10px;
}

.list_area .filter_wrap ul li:last-child {
	border-right: 0;
	padding-right: 0;
}

.list_area .filter_wrap ul li.active {
	font-weight: 800;
	color: #545454;
}

	@media screen and (max-width : 1300px) {
	.sub_banner {
		/* height: 260px;
		margin-bottom: 55px; */
	}

	.subTit {
		font-size: 32px;
	}

	.subTxt {
		margin-bottom: 55px;
		font-size: 17px;
	}
    .list{
        width: 100%;
        float: none;
    }
	.list_area {
/*		margin-bottom: 100px;*/
	}
	}

	@media screen and (max-width : 1080px) {
	.sub_banner {
		/* height: 220px;
		margin-bottom: 45px; */
	}

	.tit_line {
		width: 22px;
		margin: 0 auto 15px;
	}

	.subTit {
		margin-bottom: 7px;
		font-size: 28px;
	}

	.subTxt {
		margin-bottom: 50px;
		font-size: 16px;
	}

	.list_area {
/*		margin-bottom: 80px;*/
	}
	}

	@media screen and (max-width : 900px) {
	.sub_banner {
		/* height: 180px;
		margin-bottom: 35px; */
		margin-top:20px;
	}

	.tit_line {
		width: 20px;
	}

	.subTit {
		margin-bottom: 5px;
		font-size: 25px;
	}

	.subTxt {
		margin-bottom: 40px;
		font-size: 15px;
	}

	.list_area {
/*		margin-bottom: 70px;*/
	}

	.list_area .filter_wrap {
		margin-bottom: 15px;
	}

	.list_area .filter_wrap ul {
		margin-bottom: 12px;
	}

	.list_area .filter_wrap ul li {
		font-size: 13px;
		padding: 0 8px;
	}
	}

	@media screen and (max-width : 700px) {
	.sub_banner {
		/* height: 150px;
		margin-bottom: 30px; */
	}

	.tit_line {
		width: 17px;
		margin: 0 auto 10px;
	}

	.subTit {
		margin-bottom: 3px;
		font-size: 22px;
	}

	.subTxt {
		margin-bottom: 30px;
		font-size: 13px;
	}

	.list_area {
/*		margin-bottom: 60px;*/
	}
    .new_list h2{
        font-size: 28px;
        line-height: 22px;
        padding-top: 36px;
        margin-bottom: 36px;
    }
	}

	@media screen and (max-width : 550px) {
	.sub_banner {
		margin-top:10px;
		height:30px;
	}
	.sub_banner p{
		font-size: 16px;
	}

	.subTit {
		font-size: 20px;
		margin-bottom: 3px;
	}

	.subTxt {
		margin-bottom: 25px;
		font-size: 12px;
	}

	.list_area {
/*		margin-bottom: 50px;*/
	}

	.list_area .filter_wrap {
		border-bottom: 2px solid #cccccc;
		margin-bottom: 12px;
	}

	.list_area .filter_wrap ul {
		margin-bottom: 8px;
	}

	.list_area .filter_wrap ul li {
		font-size: 12px;
	}
    .new_list h2{
        font-size: 22px;
        line-height: 12px;
        padding-top: 28px;
        margin-bottom: 28px;
    }
}
/**************************************************
                       
                     item list

***************************************************/
.main_tit {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 50px;
}

.main_tit .big {
	font-size: 12px;
	margin-bottom: 15px;
	word-break: keep-all;
	font-weight: 700;
	color: #222222;
}

.main_tit .big span {
	color: #656566;
}

.main_tit .small {
	font-size: 14px;
	word-break: keep-all;
}

.pd_wrap {
/*	max-width: 1200px;*/
/*	margin: 0 auto;*/
}

.pd_list {
	/*margin: 0 -0.5%;*/
	display: inline;
}



    @media screen and (max-width: 1230px){
        .pd_list {
            margin: 0 0.5%;
        }
    }
.pd_list .main_b_item{
	margin: 2.5%;
}
.pd_list li {
	/*float: left;*/
	width: 19.33%;
	/* margin: 0 2.5% 60px; */
	margin: 0 2.5%;
	/*text-align: center;*/
	display: inline-block;
	vertical-align: top;
}
.list .pd_list li {
    /*width: 21%;*/
	width: 22.8%;
    margin: 1%;
}


.pd_list li a {
	display: block;
}

.pd_list li a .img_area {
	/* border: 1px solid #b7b7b7; */
	transition: 0.3s;
	margin-bottom: 10px;
	position:relative;
	overflow:hidden;
}

.pd_list li:hover a .img_area {
/* 	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	border-color: #0075a7; */
}

.pd_list li a .img_area img {
	display: block;
	width: 100%;
}

.pd_list li a .img_area p {
/* 	color: #ffffff;
	background: #00364d;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	height: 35px;
	transition: 0.3s background; */
}

.pd_list li:hover a .img_area p {
	/* background: #0075a7; */
}

.pd_list li a .tit {
	font-size: 18px;
	color: #414141;
	/*margin-bottom: 10px;*/
	font-weight: 600;
	transform:skew(-0.03deg);
}
.tit{
	font-size: 12px ;
    color: #222222;
	transform:skew(-0.03deg);
}

.pd_list li a .sub {
	font-size: 11px;
	color: #222222;
	/* margin-bottom: 10px; */
	margin-bottom: 5px;
	/* text-decoration:line-through; */
	height:13px;
	transform:skew(-0.03deg);
}

.pd_list li a .sct_dict{
	font-size: 11px;
	/* margin-bottom: 10px; */
	margin-bottom: 5px;
	text-decoration:line-through;
	transform:skew(-0.03deg);
}

.pd_list li a .price {
	font-size: 13px;
    font-weight: 600;
	color: #2d668f;
    text-align: center;
    letter-spacing: 0;
	transform:skew(-0.03deg);
	display: inline-block;
}

.pd_list li a .item_new_product {
	width: 60px;
	font-size: 12px;
	color: #ffffff;
	background-color: #f29c10;
	padding: 1px 5px;
	border-radius: 3px;
	text-align: center;
    letter-spacing: 0;
	transform:skew(-0.03deg);
	margin-left: 7px;
	display: inline-block;
	vertical-align: middle;
}

.pd_list li a .item_text_list{
	/* height: 130px; */
	height: 70px;
	text-align: center;
}
.list .pd_list li a .img_area{
    border: 2px solid #f3f3f3;
	position: relative;
}
.list .pd_list li a .tit{
    text-align: center;
    font-size: 16px;
	font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 5px;
	transform:skew(-0.03deg);
}
.list .pd_list li a .item_new_product_tit {
	/*margin-bottom: 7px;*/
}
.list .pd_list li a .item_new_product_tit .tit {
	max-width: calc(100% - 65px);
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}
.list .pd_list li a .img_area .new_image {
	width: 20%;
	position: absolute;
	top: 0;
	left: 0;
}

    @media screen and (max-width : 1500px) {
		
    }
	@media screen and (max-width : 1300px) {
        .main_tit {
            margin-bottom: 50px;
        }
		.pd_list li {
            width: 19.2%;
        }
        .list .pd_list li {
            width: 23.6%;
            margin: 0.5%;
        }
	}

	@media screen and (max-width : 1080px) {
	.main_tit {
		margin-bottom: 45px;
	}

	.main_tit .big {
		margin-bottom: 10px;
	}

	.pd_list li {
		/* margin: 0 2.5% 40px; */
		margin: 0 2.5%;
	}
	.pd_list .main_b_item{
		margin: 0 2.5% 0px;
	}
	.pd_list li a .img_area p {
/* 		font-size: 15px;
		line-height: 30px;
		height: 30px; */
	}

	.pd_list li a .tit {
		font-size: 16px;
	}

	.pd_list li a .sub {
		font-size: 11px;
		margin-bottom: 7px;
	}
	.pd_list li a .sct_dict{
		margin-bottom: 7px;
	}
	}

	@media screen and (max-width : 900px) {
	.main_tit {
		margin-bottom: 40px;
	}

	.main_tit .big {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.main_tit .small {
		font-size: 14px;
	}

	.pd_list {
		margin: 0 0.333%;
	}

	.pd_list li {
		/*width: 32%;*/
		width: 31.4%;
		/* margin: 0 0.666% 30px; */
		margin: 0 0.666%;
	}
	.pd_list .main_b_item{
		margin: 0 0.666% 0px;
	}
	}

	@media screen and (max-width : 700px) {
	.main_tit {
		margin-bottom: 30px;
	}

	.main_tit .big {
		font-size: 14px;
		margin-bottom: 7px;
	}

	.main_tit .small {
		font-size: 13px;
	}

	.pd_list {
		margin: 0;
	}

	.pd_list li {
		/*width: 46%;*/
		width: 45.6%;
		/* margin: 0 2% 30px; */
		margin: 0 2%;
	}
	.pd_list .main_b_item{
		margin: 0 2% 0px;
	}
    .list .pd_list li {
        /*width: 32%;*/
		width: 31.6%;
        margin: 0.666%;
    }
	}

	@media screen and (max-width : 550px) {
	.main_tit {
		margin-top:50px;
		margin-bottom: 25px;
	}

	.main_tit .big {
		font-size: 14px;
		letter-spacing: -1px;
	}

	.main_tit .small {
		font-size: 12px;
	}

	.pd_list {
		margin: 0;
	}

	.pd_list li {
		/*width: 48%;*/
		width: 47.6%;
		margin: 0 1%;
		/* margin: 0 1% 0px; */
	}
	.pd_list .main_b_item{
		/* margin: 0 1% 0px; */
		margin: 1%;
	}
	.pd_list li a .img_area {
		margin-bottom: 7px;
	}

	.pd_list li:hover a .img_area {
		/* box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); */
	}

	.pd_list li a .img_area p {
/* 		font-size: 14px;
		line-height: 27px;
		height: 27px; */
	}

	.pd_list li a .tit {
		font-size: 14px;
		/*margin-bottom:5px;*/
	}
    .list .pd_list li a .tit{
        font-size: 14px;
        /*margin-bottom:5px;*/
    }
	.list .pd_list li a .item_new_product_tit {
		/*margin-bottom: 5px;*/
	}
	.list .pd_list li a .item_new_product_tit .tit {
		max-width: calc(100% - 50px);
		margin-bottom: 0;
	}
	.pd_list li a .sub {
		font-size: 11px;
		margin-bottom: 5px;
	}

	.pd_list li a .price {
		font-size: 11px;
	}
	.pd_list li a .item_new_product {
		width: 40px;
		font-size: 10px;
		margin-left: 5px;
	}
	.pd_list li a .sct_dict{
		font-size: 11px;
		margin-bottom: 5px;
	}
	.pd_list li a .item_text_list{
		/* height: 77px; */
        height: 44px;
	}
	.list .pd_list li {
		/*width: 48%;*/
		width: 47.6%;
		margin: 1%;
	}
	}
@media screen and (max-width: 350px) {
	.pd_list li {
		width: calc(47.6% - 1px);
	}

	.list .pd_list li {
		width: calc(47.6% - 1px);
	}
}
.list_more{
    width: 100%;
    text-align: center;
}

.list_more p{
	font-size: 18px;
    font-weight: 600;
	color: #151515;
    letter-spacing: 0;
    margin-bottom: 20px;
	transform:skew(-0.03deg);
}
.list_more div{
    text-align: center;
    margin: 0 auto 68px;
    width: 360px;
    background: #ebebeb;
    border-radius: 7px;
}
.list_more div a{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2em;
    display: block;
    padding: 15px 0px;
	transform:skew(-0.03deg);
}
@media screen and (max-width : 700px) {
    .list_more p{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .list_more div a{
        font-size: 17px;
        padding: 10px 0px;
    }
}
@media screen and (max-width : 550px) {
    .list_more p{
        font-size: 14px;
        margin-bottom: 12px;
    }
    .list_more div{
        width:70%;
    }
    .list_more div a{
        font-size: 16px;
    }
}



/**************************************************
                       
                   inquire popup

***************************************************/
.inquire_popup {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	text-align: center;
}

.inquire_popup:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
}

.inquire_popup .inquire_box {
	background: #ffffff;
	/* max-width: 800px; */
	max-width: 100%;
	/* border-radius: 10px; */
	/* padding: 50px 0; */
	position: relative;
	display: inline-block;
    vertical-align: middle;
}

.inquire_popup img {
	display: block;
	margin: 0 auto 20px;
	width: 180px;
}

.inquire_popup input[type="text"] {
	display: block;
	width: 80%;
	margin: 0 auto 10px;
	height: 45px;
	padding-left: 10px;
	font-family: inherit;
	font-size: 16px;
	border-radius: 5px;
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
	background: #ffffff;
	border: 1px solid #d7d7d7;
}

.inquire_popup textarea {
	display: block;
	width: 80%;
	margin: 0 auto 10px;
	height: 200px;
	padding: 10px;
	font-family: inherit;
	font-size: 16px;
	border-radius: 5px;
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
	background: #ffffff;
	border: 1px solid #d7d7d7;
	resize: none;
}

.inquire_popup .agree_check {
	width: 80%;
	margin: 0 auto 40px;
}

.inquire_popup .agree_check .check_wrap {
	width: 18px;
	height: 18px; 
	position: relative;
	float: left;
}

.inquire_popup .agree_check input[type="checkbox"] {
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0 !important; 
	opacity: 0; 
	z-index: 2;
}

.inquire_popup .agree_check .check_btn {
	width: 100%; 
	height: 100%; 
	background: url(../img/check_off.png) no-repeat; 
	position: absolute; 
	top: 0; 
	left: 0;
}

.inquire_popup .agree_check input[type="checkbox"]:checked + .check_btn {
	background: url(../img/check_on.png);
}

.inquire_popup .agree_check label {
	font-size: 16px;
	color: #444444;
	cursor: pointer;
	float: left;
	line-height: 18px;
	margin-left: 7px;
}

.inquire_popup .agree_check a {
	float: left;
	font-size: 16px;
	line-height: 18px;
	margin-left: 5px;
	color: #0e74bb;
	text-decoration: underline;
	transition: 0.3s;
}

.inquire_popup .agree_check a:hover {
	color: #000000;
}

.inquire_popup button {
	display: block;
	width: 80%;
	margin: 30px auto 0;
	height: 50px;
	font-family: inherit;
	font-size: 18px;
	background: #0e74bb;
	color: #ffffff;
	border-radius: 5px;
	transition: 0.4s;
}

.inquire_popup button:hover {
	background: #333333;
}

.inquire_popup .inquire_box .close_popup {
	position: absolute;
	top: -60px;
	right: 50%;;
	width: 30px;
}

.inquire_popup .inquire_box .close_popup img {
	display: block;
	width: 100%;
}

.agree_popup {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
	top: 0;
	left: 0;
	font-family: "Open Sans", Arial, sans-serif;
	display: none;
}

.agree_popup .agree_box {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: #ffffff;
	border-radius: 5px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.agree_popup .agree_box .agree_title {
	padding: 0 20px;
	border-bottom: 1px solid #e0e0e0;
}

.agree_popup .agree_box .agree_title .agree_tit {
	float: left;
	line-height: 60px;
	font-size: 15px;
	color: #666666;
	font-weight: bold;
}

.agree_popup .agree_box .agree_title a {
	float: right;
	line-height: 60px;
	font-size: 16px;
	color: #666666;
}

.agree_popup .agree_box .agree_txt {
	padding: 20px;
	height: 320px;
	border-bottom: 1px solid #e0e0e0;
	overflow-y: scroll;
}

.agree_popup .agree_box .agree_txt p {
	font-size: 13px;
	color: #323232;
	line-height: 1.6;
}

.agree_popup .agree_box .close_btn {
	display: block;
	margin: 20px auto 0;
    font-size: 14px;
    height: 35px;
    width: 55px;
    line-height: 33px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    box-sizing: border-box;
}

	@media screen and (max-width : 1080px) {
	.inquire_popup .inquire_box {
		/* padding: 40px 0 35px; */
		/* width: 80%; */
	}

	.inquire_popup img {
		width: 160px;		
	}	

	.inquire_popup input[type="text"] {
		width: 90%;
	}

	.inquire_popup textarea {
		width: 90%;
		height: 160px;
	}

	.inquire_popup .agree_check {
		width: 90%;		
	}

	.inquire_popup button {
		width: 90%;		
	}

	.inquire_popup .inquire_box .close_popup {
		/* top: 7px;
		right: -37px; */
		width: 25px;
	}
	}

	@media screen and (max-width : 700px) {
	.inquire_popup .inquire_box {
		/* padding: 20px 0 20px; */
		width: 85%;
		/* left: -2%; */
	}

	.inquire_popup img {
		margin: 0 auto 10px;
		width: 120px;
	}	

	.inquire_popup input[type="text"] {
		height: 40px;
		font-size: 13px;
		padding-left: 7px;
		margin-bottom: 5px;
	}

	.inquire_popup textarea {
		height: 140px;
		padding: 7px;
		margin-bottom: 5px;
		font-size: 13px;
	}

	.inquire_popup .agree_check {
		margin-bottom: 0px;
	}

	.inquire_popup .agree_check2 {
		margin-bottom: 20px;
	}

	.inquire_popup .agree_check label {
		font-size: 12px;
		margin-left: 5px;
	}

	.inquire_popup .agree_check a {
		font-size: 12px;
	}

	.inquire_popup button {
		font-size: 14px;
		height: 40px;
		margin-top: 20px;
	}

	.inquire_popup .inquire_box .close_popup {
		/* top: 5px;
		right: -20px; */
		width: 15px;
		top: -30px;
	}
	.inquire_popup .inquire_box #branchMap iframe{
		height: 300px;
	}
	}

.category_list_depth1{
	overflow: hidden; display: none;
}











#tcub_quick {position:fixed;top:240px;right:20px;width:52px;height:317px;line-height:46px;border:1px solid #7d7d7d;border-radius:7px;color:#333;text-align:center;font-size:15px;z-index:90;background: #ffffff;}
#tcub_quick .tcub_quick_box{
	position: absolute;
	top: 0;
	border:0.3px solid #7d7d7d;
	border-bottom: 0px;
	border-radius:6px 6px 0 0;
	width: 100%;
	height:50px;
	background: #ff6d02;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#tcub_quick .tcub_quick_box img{
	max-width: 100%;
	max-height: 100%;
	margin: 13px auto;
	display: block;
}
#tcub_quick .tcub_fake_box{
	height:45px;
	-ms-height:20px;
	box-sizing:border-box;
}
 _:-ms-input-placeholder, :root #tcub_quick .tcub_fake_box {
	height:20px;
 }
 _:-ms-fullscreen, #tcub_quick .tcub_fake_box {
	height:20px;
 }
#tcub_quick p {
	font-size: 18px;
	font-weight: 900;
	line-height: 24px;
	letter-spacing: -0.25px;
	color: #303031;
	text-align: center;
	display: block;
	padding-left:13px;
	transform:skew(-0.03deg);
	font-family: 'NanumSquare', sans-serif;
}
@media screen and (max-width : 1080px) {
	#tcub_quick{
		display: none;
	}
}
.bbs_content{
	margin-top: 100px;
}
@media screen and (max-width : 900px) {
	.bbs_content{
		margin-top: 50px;
	}

	#branchMap01 iframe{
		height:450px;
	}
}



#branchMap01 {

}
@media screen and (max-width : 550px) {
	#branchMap01 iframe{
		height:300px;
	}
}