@CHARSET "UTF-8";

body {
	/* font-size: 14px; */
	background-color: #fff;
}


/*********************** placeholder 영역 ***********************/
input:-ms-input-placeholder { color: #a9a9a9; } /*Internet Explorer 10 이상에 적용 */
input::-webkit-input-placeholder { color: #a9a9a9; } /* Webkit, Blink, Edge에 적용 */
input::-moz-placeholder { color: #a9a9a9; } /* Mozilla Firefox 4 부터 18에 적용 */
input::-moz-placeholder { color: #a9a9a9; } /* Mozilla Firefox 19 이상에 적용 */


/*********************** 공통 영역 ***********************/
.header > .header_inner, 
.header > .top_login_ul,
.search_area > .search_group,
.tm_menu_bar > ul.tm_menu_bar_inner,
.pn-ProductNav_Wrapper,
.category_bar > .category_bar_inner,
.orderby_product > .orderby_product_inner,
.main_content_search, 
.bottom > .bottom_inner {
	margin: 0 auto;
	max-width: 95%; 	
}

/*
li.divide1 {
	width: 100%;
}

li.divide2 {
	width: 50%;
}

li.divide3 {
	width: 33.33%;
}

li.divide4 {
	width: 25%;
}

li.divide5 {
	width: 20%;
}

li.divide6 {
	width: 16.66%;
}

li.divide7 {
	width: 14.28%;
}

li.divide8 {
	width: 12.5%;
}

li.divide9 {
	width: 11.11%;
}

li.divide10 {
	width: 10%;
}
*/



/*********************** header 영역 ***********************/
.header {
	position: relative;
	padding: 10px 0;
	
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
}

.header > .header_inner {
	position: relative;
	font-size: .8em;
}

.header > .header_inner > .top_logo {
	display: block;	
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #a9a9a9;
	vertical-align: middle;
}

.header > .header_inner > .top_logo > a {
	color: #a9a9a9;
	font-size: 1.1em;
}

.header > .header_inner > .top_logo > a > img {
	max-width: 290px;
	max-height: 50px;
}



.header > .header_inner > ul.menu_bar {
	position: relative;
	display: inline-block;
	padding-top: 20px;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	/* font-size: .9em; */
}

.header > .header_inner > ul.menu_bar > li {
	position: relative;
	display: inline-block;
	height: 100%;
	text-align: center;	
	background: url(/images/portal/bar15_darker.png) 100% 50% no-repeat;
	background-size: 1px 10px;
	/* float: left; */
	vertical-align: middle;
}	

.header > .header_inner > ul.menu_bar > li:last-child {
	background: none;
	padding-right: 0;
}

.header > .header_inner > ul.menu_bar > li > a {
	display: block;
	padding: 5px 10px;
	color: #a9a9a9;
}

.header > .header_inner > ul.menu_bar > li:first-child > a {
	padding-left: 0;
}

.header > .header_inner > ul.menu_bar > li:last-child > a {
	padding-right: 0;
}




/*********************** 검색 영역 ***********************/
.search_area {
	position: relative;
	display: block;
	width: auto;
	padding: 20px 0;
	border: none;
	background-color: #fff;	
}

.search_area > .search_group {
	position: relative;
	display: block;
	width: auto;
}

.search_box {
	display: table;
	margin: auto;
	width: 100%;
	max-width: 400px;
	height: 36px;

	
	/* border: solid 1px #ee3449; */
	border-radius: 18px;
	background-color: #fff;
}

.search_box > .left_search {
	display: table-cell;
	position: relative; /* 이거 없으면 사파리브라우저에서 버튼역할 못함 */
	width: 18px;
	height: 100%;		
}

.search_box > .input_keyword {
	font-size: .9em;
}

.search_box > .btn_search {
	display: table-cell;
	position: relative; /* 이거 없으면 사파리브라우저에서 버튼역할 못함 */
	/*border-left: solid 1px #fff; 검색창 배경 투명 */
	width: 36px;
	height: 100%;	
	cursor: pointer;
	/*z-index: 100;*/
	
	
	/* background: url(/images/portal/search_parent.png) no-repeat center; */
	background: url(/images/portal/kimtaenyeon/searchi.png) no-repeat center;
	background-size: 18px;
}


.search_box > .btn_search:before {
    content: "";
    display: inline-block;

	position: absolute;
	width: 50%;
	height: 50%;
	top: 25%;
	left: 25%;
	background-image: url(/images/portal/search_parent3.png);
	/* background-position: -1px; */
	background-repeat: no-repeat;
	background-size: 18px;  /* 18px + 1px(background-position) */
}
	
	


/*********************** 메뉴 영역 ***********************/
.tm_menu_bar {
	position: relative;
	display: block;
	/* padding: 0 0 20px 0; */
	text-align: center;
	background-color: #fff;
}

.tm_menu_bar > ul.tm_menu_bar_inner {
	position: relative;
	display: block;
	font-size: .9em;
}


.tm_menu_bar > ul.tm_menu_bar_inner > li {
	position: relative;
	display: inline-block;
	text-align: center;	
	padding-bottom: 20px;
}	

.tm_menu_bar > ul.tm_menu_bar_inner > li:last-child {
	background: none;
}

.tm_menu_bar > ul.tm_menu_bar_inner > li > a {
	display: block;
	padding: 0 10px;
	color: #000;
}



/*********************** 카테고리 메뉴 영역 ***********************/
.category_bar {	
	background-color: #fff;		
	/* background-image: url(/images/portal/bg1.gif); */
}

.category_bar > .category_bar_inner {	
	
}

.category_bar > .category_bar_inner > ul.category {
	position: relative;
	display: block;
	padding: 40px 0 20px 0;
	text-align: center;
	margin: auto;
	/* font-size: .9em; */	
	/* background-color: #fff; */
}

.category_bar > .category_bar_inner > ul.category > li {
	position: relative;
	display: inline-block;
	text-align: center;	
	background: url(/images/portal/bar15_darker.png) 100% 50% no-repeat;
	/*float: left;*/
	
	padding: 0 5px;
}	

.category_bar > .category_bar_inner > ul.category > li:last-child {
	background: none;
}

.category_bar > .category_bar_inner > ul.category > li > a {
	display: block;
	padding: 10px 10px;
	color: #a9a9a9;
}

/*
.category_bar > .category_bar_inner > ul.category > li > a.sel {
	color: #1ca8f9;
	font-weight: bold;
	border-bottom: 5px solid #1ca8f9;
}
*/





/*********************** 정보 영역 ***********************/

.orderby_product:nth-child(odd)  {
	background-color: #f6f6f6;
	background-image: url(/images/portal/bg1.gif);
}

.orderby_product:nth-child(even) {
	background-color: #fff;
}

.orderby_product > .orderby_product_inner {
	padding: 60px 0;
	overflow: hidden;
}


.prd_element_group {
	width: 100%;
	/* margin: 0 5% 30px 5%; */   
	margin-bottom: 30px; 
}

.prd_element {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	
	display: inline-block;
	width: 50%; /* 2개씩 보기 */

	/* background: url(/images/portal/hoonjanggol/h1.jpg) no-repeat center;	 */
	background-size: 100% auto;
	vertical-align: top;
}
	
.prd_element.ptypeB.ptypeB2times { /* 게시판 상품은 2배 넓이 */
	width: 100%;
}

.prd_element > .prd_card {
	position: relative;
	
	display: block;
}

.prd_element > .prd_card:before {
    content: "";
    display: inline-block;
    /* padding-top: 125%; */ /* 300:375 사각형일 경우 */
    /* padding-top: 56.36%; */  /* 479:270 */
    /* padding-top: 100%; */ /* 정사각형일 경우 */
    padding-top: 125%; /* 300:375 사각형일 경우 */  
}

.prd_element.ptypeB.ptypeB2times > .prd_card:before { /* 게시판 상품은 2배 넓이라 높이는 0.5배 */
	padding-top: 62.5%;
}
	
.prd_element > .prd_card > .prd_img {
	display: block;
	
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	transition: all .5s ease;
	
	background-repeat: no-repeat;
	background-position: center;
	
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	
	border: 1px solid #eee;
}


.prd_element.ptypeB > .prd_card > .prd_img { /* 게시판 상품 */
	border: 1px solid #d7d7d7;
}


.prd_element > .prd_card:focus > .prd_img, 
.prd_element > .prd_card:hover > .prd_img {
	transform: scale(1.05);
	
	/* scale(1.2) 일 경우
	100 / 120 = 0.833333333333333 
	top: 8.33333%;	
	right: 8.33333%;	
	bottom: 8.33333%;	
	left: 8.33333%;	*/
}


.product_title,
.prd_element > .prd_card {
	margin: 0 10px;	
}


a.more_link {
	clear: both;
		
	max-width: 100px;
	margin: 20px auto;
	
	display: block;
	padding: 5px 40px;
	border: 1px solid #bdbec0;
	color: #bdbec0;
	text-align: center;
}

	
.product_title {
	margin: 20px auto;
	text-align: center;
}

.product_title > .black_color_big {
	color: #000;
	font-size: 1.3em;
	font-weight: bold;	
}

.product_title > .gray_color_big {
	color: #939498;
	font-size: 1.3em;
	font-weight: bold;	
}

.product_title > .gray_color {
	color: #939498;
	font-size: .8em;
	font-weight: normal;	
}

	
	
	


.prd_element > .prd_title {
	display: block;
	margin: 10px 15px 0 15px;

	color: #333;
	font-size: .9em;
	font-weight: bold;
}

.prd_element > .prd_title2 {
	display: block;
	margin: 5px 15px 0 15px;

	color: #666666;
	font-size: .75em;
	font-weight: normal;	
}



.prd_price {
	margin: 10px 15px 0 15px;
	display: block;
	text-align: left;
}

.prd_price .prd_left {
	display: inline-block;
	text-align: left;
}

.prd_price .prd_left .prd_org_price {
	font-size: .8em;
	color: #8c909b;
	text-decoration: line-through;
}

.prd_price .prd_left .prd_dc_price {
	font-size: .9em;
	color: #20232c;
	font-weight: bold;
}


.prd_price .prd_right {
	display: inline-block;
	text-align: right;
	float: right;
	/*margin-top: 5px;*/
	font-size: .95em;
	color: #ee3137;
	
	font-family: helvetica;
	
	line-height: 200%; /* 세로중앙정렬 땜에 */
}





/*********************** 포토갤러리 영역 ***********************/
.photo_gallery {
	margin-left: 10px;	
	margin-right: 10px;	
		
	margin-top: 20px;
	margin-bottom: 20px;
}
	
.photo_element {
	position: relative;
	
	display: inline-block;
	/* width: 25%; 4개씩 */
	width: 33.33%; /* 3개씩 */

	/* background: url(/images/portal/hoonjanggol/h1.jpg) no-repeat center;	 */
	background-size: 100% auto;
}

.photo_element:before {
    content: "";
    display: inline-block;
    padding-top: 75%; /* 4:3 사각형일 경우 */   
}


.photo_card {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	margin: 1px;
	
	
	
	background-repeat: no-repeat;
	background-position: center;
	
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}


.photo_mask {
	overflow: hidden;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}


.photo_mask > .photo_mask_table {
	display: none;
	width: 100%;
	height: 100%;
}

.photo_mask:focus > .photo_mask_table, .photo_mask:hover > .photo_mask_table {
	display: table;
}


.photo_mask > .photo_mask_table > .photo_mask_cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	/*padding: 5px;*/
	color: #fff;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.photo_mask > .photo_mask_table > .photo_mask_cell > .photo_mask_title_line1 {
	padding: 10px;
	font-size: .6em;
}


.photo_main {
	max-width: 100%;
	margin: 0 auto;
	
	background-color: #fff;
	
	padding: 20px;
	margin-top: 0;
	margin-bottom: 0;	
}

#photo_datetime {
	color: #666; 
	font-size: .9em; 
	border-bottom: 1px solid #ededed; 
	padding-top: 5px; 
	padding-bottom: 20px;
}

#photo_note {
	color: #545454;
	font-size: .99em; 
	
	padding: 20px 0;
}

#photo_img {
	display: block;
	text-align: center;
}




/*********************** 검색결과 영역 ***********************/
.main_content_search {
	padding: 20px 0 30px 0;
}

/*********************** bottom 영역 ***********************/
.bottom {
	padding: 10px 0; /* padding: 10px;로 하면 가로스크롤이 생긴다. */
	text-align: center;
	color: #000;
	font-size: .8em;
	
	/* background-color: #aaa; */
	background-color: rgba(0, 0, 0, 0.7);	
}

.bottom > .bottom_inner > .info {
	padding: 0.5px;
	color: #aaa;
}

.bottom > .bottom_inner > .info > a {
	color: #aaa;
}

.bottom > .bottom_inner > .bottom_visitor {
	padding: 5px 0; 
	color: #eee;
}



/*********************** 로그인 영역 ***********************/

ul.top_login_ul {
	display: block;
	padding-bottom: 10px;
	text-align: right;
	font-size: .73em;
}

ul.top_login_ul > li {
	margin-top: 5px;
	padding: 0 12px;
	position: relative;
	display: inline-block;
	text-align: center;
	/* background: url(/images/portal/bar15_darker.png) 100% 50% no-repeat; */
	/* float: left; */					
}

ul.top_login_ul > li:after {
	content: '';
	display: inline-block;						
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #a9a9a9;

	position: absolute;
	right: -2px; /* width 4px의 50% */
	top: 50%;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);							
}

ul.top_login_ul > li:last-child {
	padding-right: 0;
	background: none;
}

ul.top_login_ul > li:last-child:after {
	width: 0;
}


ul.top_login_ul > li > a {
	display: inline-block;
	color: #6f6f6f;
	font-weight: bold;
}		


/*********************** 컨텐츠 관련 ***********************/
.bg_img:before {
	display: block;
	content: '';
}

.bg_img {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;	
}

						
.nofr .detail_iframe {
	/* max-width: 750px; */
	width: 100%;
	border: none;
	border-radius: 0;	
	/* min-height: 700px; */
}
/* 스크롤바 안보이게 */
.nofr > iframe html {
    overflow: hidden; /* 기본적으로 스크롤바 숨기기 */
}

/* Firefox */
.nofr > iframe html {
    scrollbar-width: none; /* Firefox에서 스크롤바 숨기기 */
}

/* IE, Edge (구 버전) */
.nofr > iframe html {
    -ms-overflow-style: none; /* IE와 Edge에서 스크롤바 숨기기 */
}

/* Chrome, Safari, Opera 등의 Webkit 기반 브라우저 */
.nofr > iframe html::-webkit-scrollbar {
    width: 0px; /* 스크롤바 너비를 0으로 설정 */
    height: 0px;
    display: none;
}

	
						
						
/* Web */
@media all and (min-width: 1024px) {	

	/*********************** 공통 영역 ***********************/
	.header > .header_inner, 
	.header > .top_login_ul,
	.search_area > .search_group,
	.tm_menu_bar > ul.tm_menu_bar_inner,
	.pn-ProductNav_Wrapper,
	.category_bar > .category_bar_inner,
	.orderby_product > .orderby_product_inner,
	.main_content_search, 
	.bottom > .bottom_inner {
		margin: 0 auto;
		max-width: 75%; 	
	}


	/*********************** header 영역 ***********************/
	.header > .header_inner > .top_logo {
		display: inline-block;	
		width: auto;
	}	
	
	.header > .header_inner > ul.menu_bar {
		position: absolute;
		right: 0;
		width: auto;
		padding-top: 0;
	
		/* 수직 중앙 정렬 (수평 중앙 정렬은 left: 50%; transform: translate(-50%, 0);)*/
		top: 50%;
	    -ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);		
	}		
	




	/*********************** 검색 영역 ***********************/
	


	/*********************** 메뉴 영역 ***********************/
	
	
	
	/*********************** 카테고리 메뉴 영역 ***********************/
	.category_bar > .category_bar_inner > ul.category > li {
		padding: 0 20px;
		min-width: 100px;
	}	
	
	.category_bar > .category_bar_inner > ul.category > li > a {
		padding: 10px 20px;
	}	
	




	/*********************** 정보 영역 ***********************/	
	.prd_element {
		width: 25%; /* 4개씩 */
	}
	
	.prd_element.ptypeB.ptypeB2times { /* 게시판 상품은 2배 넓이->1024이상에선 2배 아니게. */
		width: 25%;
	}

	.prd_element.ptypeB.ptypeB2times > .prd_card:before {
		padding-top: 125%;
	}
	
		
	.prd_element > .prd_card {
		margin: 0 15px;	
	}	
	

	/*********************** 포토갤러리 영역 ***********************/
	.photo_gallery {
		margin-left: 15px;	
		margin-right: 15px;	
	}
		
	.photo_element {
		/* width: 12.5%; 8개씩 */
		width: 16.66%; /* 6개씩 */
		
		/*float: left;*/
	}	
	
	/*
	.photo_card {
		margin: 10px;
		
	    -webkit-transition: -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
	    transition: -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
	    transition: transform .2s cubic-bezier(.165, .84, .44, 1);
	    transition: transform .2s cubic-bezier(.165, .84, .44, 1), -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
	}
	
	.photo_card:hover {		
	    -webkit-transition-duration: .3s;
	    transition-duration: .3s;
	    
	    -webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	    transform: scale(1.05);
	}
		
	
	
	.shape1 .photo_card {
		margin-bottom: 5px;
	}
	
	.shape2 .photo_card {
		margin-bottom: 5px;
	}

	.shape1 {
		width: 50%;
	}
	
	.shape2,
	.shape5 {
		width: 33.33%;
	}
	
	.shape6 {
		width: 66.66%;
	}	
	

	.shape1:before {
	    padding-top: 50%;
	}	

	.shape6:before {
	    padding-top: 37.5%;  
	}	
	*/
	
	
	
	
	
	
	
	
	
		

	.photo_mask > .photo_mask_table > .photo_mask_cell > .photo_mask_title_line1 {
		font-size: .9em;
	}

	
	.photo_main {
		max-width: 768px;	
		
		padding: 40px;
		margin-top: 40px;
		margin-bottom: 40px;
	}	
	
	#photo_datetime {
		padding-bottom: 30px;
	}
	
	#photo_note {
		padding: 30px 0;
	}			
}