@charset "utf-8"; 

/************************************************

					setting

*************************************************/
* {margin: 0; padding: 0; border: 0; outline: 0; box-sizing: border-box;}
html, body {/*overflow-x:hidden;*/ background: #ffffff; /*font-family: 'Nanum Gothic', 'Malgun Gothic', sans-serif;*/
    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;}
.center16 {width: 94%; margin: 0 auto; max-width: 1600px;}
.center15 {width: 94%; margin: 0 auto; max-width: 1500px;}
.center12 {width: 94%; margin: 0 auto; max-width: 1200px;}
.center_ct {width: 100%; margin: 0 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: 95px;
	border-bottom: 1px solid #e1e1e1;
}

.fk_header {
	height: 95px;
}

.main_header .center12 {
	position: relative;
}

.main_header h1 {
/*	text-align: center;*/
	margin-top: 15px;
	height: 61px;
    float:left;
}

.main_header .user_menu {
    display: none;
	position: absolute;
	right: 0;
	top: 10px;
}

.main_header .user_menu li {
	float: left;
	font-size: 14px;
	padding: 0 15px;
	border-right: 1px solid #525252;
	line-height: 0.8;
	color: #525252;
}

.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: left;
    padding-left: 80px;
}

.main_header .main_menu > li {
	display: inline-block;
	font-size: 18px;
	color: #3d3d3d;	
	font-weight: 600;
	transition: 0.3s;	
/*	height: 50px;*/
	padding: 41px 0;
	position: relative;
	z-index: 1;
	text-align: left;
    letter-spacing: 0;
    transform:skew(-0.03deg);
}

.main_header .main_menu > li:hover {
	color: #d89b45;
}

.main_header .main_menu > li > a {
	display: block;
/*	border-left: 1px solid #6f6f6f;*/
	line-height: 12px;
	    padding: 0px 42px;
}

.main_header .main_menu > li:first-child > a {
/*	border-left: 0;*/
}

.main_header .main_menu > li .sub_menu {
	position: absolute;
	left: 34px;
	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: 400;
	color: #1e1e1e;
	margin-bottom: 10px;
	transition: 0.3s;
    letter-spacing: 0;
}

.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: #000000;
	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;
}*/

.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 : 1600px) {
    .main_header .main_menu{
        padding-left: 40px;
    }
    .main_header .main_menu > li > a{
        padding: 0px 32px;
    }
}
    @media screen and (max-width : 1500px) {
        .main_header h1{
            margin-top: 25px;
            height: 46px;
        }
        .main_header h1 a img{
            height: 46px;
        }
    }
@media screen and (max-width : 1400px) {
    .main_header h1{
        height: 40px;
    }
    .main_header h1 a img{
        height: 40px;
    }
    .main_header .main_menu > li{
        font-size: 17px;
    }
    .main_header .main_menu > li > a{
        padding: 0px 30px;
    }
}

    @media screen and (max-width : 1300px) {
	.main_header {
/*		height: 155px;*/
	}

	.fk_header {
/*		height: 155px;*/
	}

	.main_header h1 {
/*		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 27px;
	}

	.main_header .main_menu > li .sub_menu {
		left: 27px;
		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: 20px;
    }
    .main_header .main_menu > li{
        font-size: 15px;
    }
    .main_header .main_menu > li > a{
        padding: 0 22px;
    }
    .main_header h1{
        margin-top: 30px;
        height: 35px;
    }
    .main_header h1 a img{
        height: 35px;
    }
    }

	@media screen and (max-width : 1080px) {
	.main_header {
		height: 100px;
	}

	.fk_header {
		height: 100px;
	}

	.main_header h1 {
        text-align: center;
        margin-top: 26px;
		height: 45px;
        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;
	}
	}

	@media screen and (max-width : 900px) {
	.main_header {
		height: 80px;
	}

	.fk_header {
		height: 80px;
	}

	.main_header h1 {
        margin-top: 18px;
		height: 40px;
	}

	.main_header h1 a img {
		height: 40px;
	}

	.mobile_btn {
		top: 29px;
		right: 25px;
	}
	}

	@media screen and (max-width : 550px) {
	.main_header {
		height: 70px;
	}

	.fk_header {
		height: 70px;
	}

	.main_header h1 {
        margin-top: 16px;
		height: 38px;
	}

	.main_header h1 a img {
		height: 38px;
	}

	.mobile_btn {
		top: 24px;
		right: 20px;
	}
	}
@media screen and (max-width : 380px) {
    .main_header h1{
        margin-top: 17px;
    }
    .main_header h1 a img{
        margin-right: 14px;
        height: 34px;
    }
    
}
.main_header .kakao_link{
    display: block;
    float: right;
    width: 260px;
    background: #1b252e;
    border-radius: 5px;
    margin: 27px 0;
}
.main_header .kakao_link a{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    display: block;
    padding: 10px 0px;
    color: #f6b900;
    transform:skew(-0.03deg);
}
.main_header .kakao_link a span {
    color: #ffffff;
}
.main_header .kakao_link img{
    display: block;
    vertical-align: middle;
}
    @media screen and (max-width : 1640px) {
        .main_header .kakao_link{
            width: 210px;
        }
        .main_header .kakao_link a{
            font-size: 16px;
        }
    }
    @media screen and (max-width : 1300px) {
        .main_header .kakao_link{
            width: 185px;
        }
    }
    @media screen and (max-width : 1200px) {
        .main_header .kakao_link{
            width: 167px;
        }
        .main_header .kakao_link a{
            font-size: 14px;
        }
    }
@media screen and (max-width : 1080px) {
    .main_header .kakao_link{
        display: none;
    }
}

/**************************************************
                       
                      footer

***************************************************/
footer {
	background: #cfcfcf;
/*	font-family: 'Dotum', sans-serif;*/
	color: #4e4e4e;
	font-size: 12px;
	letter-spacing: 0;
}

footer .ft_top {
	width: 100%;
/*	height: 35px;*/
	line-height: 35px;
	background: #cfcfcf;
    padding: 10px 0;
}

footer .ft_top ul {
	max-width: 1600px;
	width: 94%;
	margin: 0 auto;
}

footer .ft_top ul li {
	display: inline-block;
    font-size: 12px;
    letter-spacing: 0;
    font-family: 'Dotum', sans-serif;
}

footer .ft_top ul li a {
	color: #6a6a6a;
	opacity: 1;
	transition: 0.3s;
    padding: 0 20px;
    border-right: 1px solid #6a6a6a;
}
footer .ft_top ul li:nth-child(1) a{
    padding: 0 20px 0 0;
}
footer .ft_top ul li:last-child a{
    border-right: 0px;
}

footer .ft_top ul li a:hover {
/*	opacity: 1;*/
    color:#d59f53;
}

footer .center16 {
	padding: 0 0 40px 0;
}


footer .ft_logo {
    display: block;
/*
	float: left;
	margin: 10px 100px 0 35px;
*/
}

footer p.ft_info {
    margin-top: 20px;
	line-height: 26px;
/*	float: left;*/
    font-size: 12px;
	word-break: keep-all;
    color: #5d5d5d;
    letter-spacing: 0;
    font-family: 'Dotum', sans-serif;
}

footer .center16 ul {
	float: right;
	margin-right: 40px;
}
	@media screen and (max-width : 1080px) {
	footer .ft_logo {
/*
		float: left;
		margin: 10px 30px 0 0;
*/
		width: 237px;
	}
    footer p.ft_info{
        margin-top: 15px;
    }
	}

	@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: 230px;
	}

	footer p.ft_info {
		float: none;
		text-align: center;
	}

	footer .center16 ul {
		margin: 20px auto 0;
		float: none;
        /* width: 210px; */
        width: 100%;
	}
	}

	@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 : 550px) {
    footer .ft_top ul li a{
        padding: 0 10px;
    }
    footer .ft_top ul li:nth-child(1) a{
        padding: 0 10px;
    }
    }
	@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_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;*/
    font-weight: 600;
}

ul.pager_st li.active {
	color: #f26522;
}
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: #283d5c;
    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 ul 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 : 700px) {
    .list_Search{
        margin-top:0px;
        height: auto;
    }
    .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%;
        margin: 10px auto 10px;
    }
}
@media screen and (max-width : 550px) {
    .list_Search ul li{
        font-size: 15px;
        line-height: 36px;
    }
}
@media screen and (max-width : 380px) {
    .list_Search ul li{
        font-size: 14px;
        line-height: 36px;
    }
    .list_Search ul li a{
        padding: 0 10px 0 10px;
    }
}

.list_wrap{
    margin-top: 40px;
}

.category_menu{
    width: 200px;
    margin-left: 5%;
    float: left;
}
.category_menu .big{
    font-size: 50px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: -0.25px;
    color: #283d5c;
    padding-left: 10px;
}
.category_menu .middle{
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: -0.25px;
    color: #283d5c;
    padding-left: 10px;
}
.category_listdi > ul > li{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
    color: #4a4a4a;
    padding: 0 20px 0 10px;
}
.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;
}

@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: 12px;
	/* font-family: inherit; */
	padding-left: 10px;
	/* padding-right: 48px; */
	font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: 1px;
	font-weight: 400;
}

.search_menu02 form input[type="submit"] {
	/* width: 18%; */
	width: 14%;
	height: 100%;
	float: right;
	font-size: 0;
	background: url(../img/black_search.png) no-repeat center;
	background-color:#fff;
/*	 background-size: contain; */
}
.list_page_wrap{
/*    max-width: 1500px;*/
    width: 80%;
    float: right;
}
.top_banner{
    position: relative;
    max-width: 100%;
    margin-bottom: 140px;
}
.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: 600;
    line-height: 28px;
    letter-spacing: 0;
    color: #7a7a7a;
}

.bottom_banner {
    margin-bottom: 70px;
}

.bottom_banner .banner_left{
    width: 50%;
    float: left;
}
.bottom_banner .banner_left img{
    display: block;
    max-width: 100%;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
.bottom_banner .banner_right{
    width: 50%;
    float: left;
}
.bottom_banner .banner_right ul li{
    width: 44%;
    margin: 0 1% 4% 3%;

    float: left;
}
.bottom_banner .banner_right ul li img{
    display: block;
    max-width: 100%;
    width: 100%;
}
@media screen and (max-width : 1600px) {
    .category_menu{
        margin-left: 2%;
    }
    .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) {
    .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 .banner_ment{
        bottom: -25%;
    }
}
@media screen and (max-width : 900px) {
    .top_banner{
        margin-bottom: 70px;
    }
    .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 10px 15px 10px;
    }
    .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%;
    margin-left: auto;
    margin-right: auto;
    background: #f3f3f3;
}
.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;
}
.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: #3d3d3d;
	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: 80%;
    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%;*/
}



    @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% 0px;
/*	text-align: center;*/
}
.list .pd_list li {
    width: 21%;
    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;
}
/*.tit{
	font-size: 12px;
    color: #222222;		
}*/

.pd_list li a .sub {
	font-size: 11px;
	color: #222222;
	/* margin-bottom: 10px; */
	margin-bottom: 5px;
	/* text-decoration:line-through; */
	height:13px;
}

.pd_list li a .sct_dict{
	font-size: 11px;
	/* margin-bottom: 10px; */
	margin-bottom: 5px;
	text-decoration:line-through;
}

.pd_list li a .price {
	font-size: 12px;
    font-weight: 600;
	color: #1a3144;
    text-align: center;
    letter-spacing: 0;
}

.pd_list li a .item_text_list{
	/* height: 130px; */
	height: 120px;
}
.list .pd_list li a .img_area{
    border: 2px solid #f3f3f3;
}
.list .pd_list li a .tit{
    text-align: center;
    font-size: 16px;
	font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 7px;
}

    @media screen and (max-width : 1500px) {
        .pd_list li a .item_text_list{
            height: 80px;
        }
    }
	@media screen and (max-width : 1300px) {
        /*.main_tit {
            margin-bottom: 50px;
        }*/
        .list .pd_list li{
            width: 24%;
            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% 0px;
	}
	.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%;
		/* margin: 0 0.666% 30px; */
		margin: 0 0.666% 0px;
	}
	.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%;
		/* margin: 0 2% 30px; */
		margin: 0 2% 0px;
	}
	.pd_list .main_b_item{
		margin: 0 2% 0px;
	}
    .list .pd_list li{
        width: 32%;
        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%;
		margin: 0 1% 20px;
		/* 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: 12px;
		margin-bottom:5px;
	}
    .list .pd_list li a .tit{
        font-size: 12px;
        margin-bottom:5px;
    }
	.pd_list li a .sub {
		font-size: 11px;
		margin-bottom: 5px;
	}

	.pd_list li a .price {
		font-size: 11px;
	}
	.pd_list li a .sct_dict{
		font-size: 11px;
		margin-bottom: 5px;
	}
	.pd_list li a .item_text_list{
		/* height: 77px; */
        height: 49px;
	}
        .list .pd_list li{
            width: 49%;
            margin: 0.5%;
        }
	}
.list_more{
    width: 100%;
    text-align: center;
}

.list_more p{
	font-size: 18px;
    font-weight: 600;
	color: #151515;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.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;
}
@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;
    }
}























