/*
========================================================================
pc&mobile css 공통사용. 


da_image 폴더 안에

<link rel="stylesheet" href="/design/forcans/da_image/bbs.css">
<link rel="stylesheet" href="/design/forcans/da_image/order.css">
<link rel="stylesheet" href="/design/forcans/da_image/member.css">
<link rel="stylesheet" href="/design/forcans/da_image/product.css">

현 페이지 -> 레이아웃, 웹폰트, 메샵 기본 css선언
bbs -> 게시판 테이블 관련 기본 css선언
order -> 장바구니, 주문서관련 css 선언
member -> 로그인, 회원가입, 마이페이지 관련 css 선언
product -> 제품관련 css 선언

pc만, 모바일만 적용되야하는 css는 각 pc, 모바일 상단 css 탭에 선언.

========================================================================
*/




/*
========================================================================
RESET
========================================================================
*/
/* 웹폰트 */
	@import url('//fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&subset=korean');
	@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
	/* font-family: 'Noto Sans KR'; */ 
	@font-face { 
	  font-family: 'Noto Sans KR'; 
	  font-style: normal; 
	  font-weight: 100; 
	  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
		  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
		  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
	} 
	@font-face { 
	  font-family: 'Noto Sans KR'; 
	  font-style: normal; 
	  font-weight: 300; 
	  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
		  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
		  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
	} 
	@font-face { 
	  font-family: 'Noto Sans KR'; 
	  font-style: normal; 
	  font-weight: 400; 
	  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
			url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
			url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
	 } 
	@font-face { 
	  font-family: 'Noto Sans KR'; 
	  font-style: normal; 
	  font-weight: 500; 
	  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
			url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
			url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
	 } 
	@font-face { 
	  font-family: 'Noto Sans KR'; 
	  font-style: normal; 
	  font-weight: 700; 
	  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
			url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
			url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
	 } 
	@font-face { 
	  font-family: 'Noto Sans KR'; 
	  font-style: normal; 
	  font-weight: 900; 
	  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
			url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
			url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
	 } 
 
/* global rest */
	* {-webkit-text-size-adjust:none;}
	html, body {height: 100%;}
	body {position:relative;font-size:0.75em;line-height:1.417em;color:#3b3b3b;-webkit-text-size-adjust:none;}
	html, body, pre, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, li, ol, th, td, p, blockquote, form, fieldset, legend, menu, nav, section, hgroup, article, header, aside, footer, input, select, textarea, button {margin: 0;padding: 0;font-family:'Montserrat', 'Noto Sans KR',"Helvetica Neue", Helvetica, NanumGothic,"Malgun Gothic",AppleGothic,Dotum,Gulim,sans-serif;}
	body,table,figure,label{margin:0;padding:0}
	body, h1, h2, h3, h4, h5, h6, table, input, select, textarea, a {font-size:13px;line-height: 1.25;color: #777;font-family:'Montserrat', 'Noto Sans KR',"Helvetica Neue", Helvetica, NanumGothic,"Malgun Gothic",AppleGothic,Dotum,Gulim,sans-serif;}
	h1, h2, h3, h4, h5, h6 {font-weight: normal;font-size:100%; word-break: break-all;}
	img, fieldset,button {border:0 none;}
	img {vertical-align: top;}
	ul, ol, li {list-style:none;}
	hr, caption, legend, button img {display: none;}
	fieldset legend {position:absolute; visibility:hidden; overflow:hidden; width:0; height:0; margin:0; padding:0; font:0/0 Arial;}
	a { color: #787878;text-decoration: none;}
	a:hover, a:active {text-decoration:none;}
	button {overflow: hidden;cursor: pointer;}
	button span {visibility: hidden;}
	address, em {font-style: normal;}
	button, input, select, textarea, a {vertical-align: middle;}
	select {line-height: 18px;height: 18px;}
	input:focus {outline: none;}
	input,textarea,select,button,table{font-size:inherit;font-family:inherit;line-height:inherit;color:#3b3b3b;}
	label { cursor:pointer; }
	table {width: 100%;border-collapse: collapse;border-spacing: 0;table-layout: fixed;word-wrap: break-word;word-break: keep-all;}
	
	/* cross */
	* html input { margin:-1px 0; } 
	*:first-child+html input { margin:-1px 0; }
	input.checkbox { width:13px; height:13px; margin-top:-4px; vertical-align:middle;}
	/* //cross */

/*
========================================================================
공통 class
========================================================================
*/
	/* image replace, hidden text */
	.ir *, .blind { z-index:-1; position: absolute; display: block; left: 0; top: 0; overflow: hidden; visibility: hidden; width: 0; height: 0; text-indent: -9999px; }
	/* block, inline */
	.d-block { display: block;}
	.d-inline { display: inline;}
	.dn {display:none !important;}
	/* form */
	.txt-right { text-align: right; }
	.txt-input1 { padding: 2px 0 0 2px; height: 17px; line-height: 17px; border: 1px solid #e2e9ef; border-top: 1px solid #aaadb2; }
	.txt-input2 { padding: 2px 0 0 2px; height: 17px; line-height: 17px; border: 1px solid #dcdcdc; }
	.MS_input_txt { margin-right:5px; padding: 2px 0 0 2px; line-height: 17px; border: 1px solid #dcdcdc; }
	.txt-disabled { background-color: #f6f6f6; }
	.chk-rdo { width: 13px; height: 13px; vertical-align: middle; }
	.txt-area1 { overflow-y: scroll; padding: 10px; line-height: 17px; border: 1px solid #bbb;background:#fff; border-radius:0;vertical-align:middle;max-width:100%;}
	/* file add trick */
	.file-wrap { display: inline-block; overflow: hidden; position: relative; height: 23px; width: 280px; vertical-align: middle; background: url(/images/btn/h20_trick_fileadd.gif) no-repeat right 0; }
	.file-wrap .file-txt { float: left; border: 0 none; height: 18px; font-size:13px; line-height: 18px; width: 198px; border: 1px solid #ccc; }
	.file-wrap .file-trick { cursor: pointer; position: absolute; right: 0px; top: 0; right: 0; width: 100px; height: 20px; background: none; border: 0 none; opacity: 0; filter: alpha(opacity=0); }
	/* font-color */
	.fc-red { color: #333; font-weight:700; }
	.fc-blue { color: #333;font-weight:500; }
	.MS_option_price { color: #333;font-weight:500; }
	/* bold */
	.bold { font-weight: 500; }
	/* float clear */
	.clear {zoom: 1;}
	.clear:after {content: ""; display: block; clear: both;}
	/* margin */
	.mr-5 { margin-right: 5px;}
	.mr-10 { margin-right: 10px; }
	.mr-15 { margin-right: 15px; }
	.mr-20 { margin-right: 20px; }
	.ml-5 { margin-left: 5px; }
	.ml-10 { margin-left: 10px; }
	.ml-15 { margin-left: 15px; }
	.ml-20 { margin-left: 20px; }
	.mt-5 { margin-top: 5px; }
	.mt-10 { margin-top: 10px; }
	.mt-15 { margin-top: 15px; }
	.mt-20 { margin-top: 20px; }
	.mb-5 { margin-bottom: 5px; }
	.mb-10 { margin-bottom: 10px; }
	.mb-15 { margin-bottom: 15px; }
	.mb-20 { margin-bottom: 20px; }
	/* padding */
	.pr-5 { padding-right: 5px; }
	.pr-10 { padding-right: 10px; }
	.pr-15 { padding-right: 15px; }
	.pr-20 { padding-right: 20px; }
	.pl-5 { padding-left: 5px; }
	.pl-10 { padding-left: 10px; }
	.pl-15 { padding-left: 15px; }
	.pl-20 { padding-left: 20px; }
	.pl-30 { padding-left: 30px; }
	.pt-5 { padding-top: 5px; }
	.pt-10 { padding-top: 10px; }
	.pt-15 { padding-top: 15px; }
	.pt-20 { padding-top: 20px; }
	.pb-5 { padding-bottom: 5px; }
	.pb-10 { padding-bottom: 10px; }
	.pb-15 { padding-bottom: 15px; }
	.pb-20 { padding-bottom: 20px; }
	/* table */
	table img { vertical-align: middle; }
	.tb-bold { font-weight: bold; }
	.tb-left, .tb-center, .tb-right { padding: 0 10px; }
	.tb-btn { padding: 0; }
	.tb-left { text-align: left; }
	.tb-center { text-align: center; }
	.tb-right { text-align: right; }
	.tb-label-r5 label { margin-right: 5px; }
	.tb-label-r10 label { margin-right: 10px; }
	.tb-label-r10 label.last, .tb-label-r5 label.last{ margin-right: 0; }
	/* table-type-1 */
	.table-type-1 { border-top: 1px solid #b7b7b7; border-bottom: 1px solid #b7b7b7; }
	.table-type-1 th, .table-type-1 td { padding: 8px 0 8px; background: url(/images/d3/modern_simple/common/dot_h1_w10.gif) repeat-x 0 bottom; }
	.table-type-1 tr.nbg th, .table-type-1 tr.nbg td { background-image: none; }
	.table-type-1 tr.bg th, .table-type-1 tr.bg td { background-color: #f8f8f8; }
	.table-type-1 th { font-weight: normal; }
	/* table-type-2 */
	.table-type-2 { border-top: 1px solid #b7b7b7; border-bottom: 1px solid #b7b7b7; }
	.table-type-2 th, .table-type-2 td { padding: 8px 0 8px; background: url(/images/d3/modern_simple/common/dot_h1_w10.gif) repeat-x 0 bottom; }
	.table-type-2 th { font-weight: normal; }
	.table-type-2 tr.nbg th, .table-type-2 tr.nbg td { background-image: none; }
	/* 상품리스트 (메인/검색/상품리스트) */
	.prd-list { margin-top: 10px; }
	.prd-list table td { border: 0; vertical-align: top; }
	.prd-list table .tb-center { padding: 0 10px; }
	.prd-list table .info { padding: 5px 0; }
	.prd-list .thumb { width: 196px; height: 196px; margin-left: auto; margin-right: auto; font-size:0; line-height: 0; border: 2px solid #f2f4f3; }
	.prd-list .thumb a, .prd-list .thumb img { display: block; width: 100%; height: 100%; }
	.prd-list .dsc { margin-top: 15px; font-weight: bold; }
	.prd-list .price { margin-top: 5px; font-weight: bold; color: #333; }
	/* 장바구니 리스트, 주문상품 리스트 */
	.table-cart { margin-top: 10px; margin-bottom :30px; border-bottom: 1px solid #b7b7b7; }
	.table-cart thead th { padding: 7px 0 6px; background-color: #ededed; }
	.table-cart tbody td, .table-cart tfoot { background: url(/images/d3/modern_simple/common/dot_h1_w10.gif) repeat-x 0 0; }
	.table-cart tbody td { padding: 3px 0 3px; }
	.table-cart tbody td .thumb { width: 50px; height: 50px; margin-left: auto; margin-right: auto; font-size: 0; line-height: 0; border: 2px solid #f6f6f6; }
	.table-cart tbody td .thumb a, .table-cart tbody td .thumb img { display:block; width:50px; height:50px; }
	.table-cart tbody td .thumb a { font-size: 0; line-height: 0; }
	.table-cart tbody td .d-block { padding-bottom: 3px; }
	.table-cart tbody tr.nbg td { background-image: none; }
	.table-cart tfoot td { padding: 10px 0; font-weight: bold; }
	.table-cart tfoot strong { color: #be101a; }
	/* 수량 컨트롤 */
	.table-cart .opt-spin { position: relative; width: 36px; height: 20px; margin-left: auto; margin-right: auto; padding-bottom: 3px; }
	.table-cart .opt-spin .txt-spin, .table-cart .opt-spin .btns { float: left; }
	.table-cart .opt-spin .txt-spin { width: 22px; height: 18px; padding-right: 2px; padding-top: 2px; border: 1px solid #acacac; font-size:12px; text-align: right; }
	.table-cart .opt-spin .btns { width: 12px; height: 20px; margin-top: 3px; }
	.table-cart .opt-spin .btns img { overflow: hidden; float: left; text-indent: -999px; background: none; }
	/* 주문 - 주문정보 테이블 */
	.table-order-info { margin-top: 10px; border-top: 1px solid #b7b7b7; border-bottom: 1px solid #b7b7b7; }
	.table-order-info tbody th, .table-order-info tbody td { padding: 8px 0 7px; background: url(/images/d3/modern_simple/common/dot_h1_w10.gif) repeat-x 0 0; }
	.table-order-info tbody th { letter-spacing: -1px; background-color: #ededed; }
	.table-order-info tbody th .d-block { font-weight: normal; letter-spacing: 0; }
	.table-order-info tbody tr.nbg th, .table-order-info tbody tr.nbg td { background-image: none; }
	/* 마이페이지 디자인 타입2 테이블 리스트, 타이틀 */
	.tit-tb-list { margin-top: 30px; font-size:13px; color: #5f5f5f; padding-left: 10px; background: url(/images/d3/modern_simple/common/bull_h3_sqr_gray.gif) no-repeat 0 45%; }
	.table-d2-list { border-top: 2px solid #cdcdcd; border-bottom: 1px solid #cdcdcd; }
	.table-d2-list thead th { padding: 6px 0; background-color: #ededed; border-bottom: 2px solid #cdcdcd; }
	.table-d2-list tbody td { padding: 6px 0 5px; border-bottom: 1px solid #e3e3e3; }
	/* 마이페이지 디자인 타입2 테이블 뷰 */
	.table-d2-view { margin-top: 5px; border: 2px solid #cdcdcd; border-bottom: 1px solid #cdcdcd; }
	.table-d2-view th, .table-d2-view td { padding: 6px 0 5px; border-bottom: 1px solid #cdcdcd; }
	.table-d2-view th { font-weight: bold; border-right: 1px solid #e3e3e3; background-color: #ededed; }
	/* 현재위치 */
	.loc-navi { text-align: right; }
	.loc-navi, .loc-navi a { color: #999; text-transform: capitalize; }
	/* 페이지 타이틀 */
	/* 타입 1*/
	#content .tit-page { position: relative; margin-top: 20px; font-size: 0; line-height:0; padding-bottom: 12px; border-bottom: 1px solid #d0d0d0; }
	#content .tit-page .dsc { position: absolute; right: 0px; top: 15px; font-size:12px; color: #a5a5a5; letter-spacing: -1px; }
	#content .tit-page .dsc em { color:#333; }
	/* 타입 2 */
	#content .tit-page-2 { position: relative; margin-top: 15px; padding-bottom: 6px; border-bottom: 1px solid #d0d0d0; }
	#content .tit-page-2 .dsc { letter-spacing: -1px; display: inline-block; padding-top: 2px; margin-left: 30px; color: #9b9b9b; }
	/* 상품 total/정렬 */
	.total-sort { zoom: 1; overflow: hidden; padding-bottom: 5px; border-bottom: 1px solid #e5e5e5; }
	/* total */
	.total-sort .total { float: left; width: auto; }
	.total-sort .total dt, .total-sort .total dd { display: inline; }
	.total-sort .total dd { font-weight: bold; }
	.total-sort .total dt { text-transform: capitalize; }
	/* sort */
	.total-sort .sort { float: right; width: auto; display: inline; margin-right: 20px; }
	.total-sort .sort li, .total-sort .sort li a { float: left; width: auto; }
	.total-sort .sort li { display: inline; margin-left: 10px; }
	/* 게시판 총게시글,PAGE */
	.total-page { zoom: 1; overflow: hidden; }
	.total-page .total { float: left; width: auto; }
	.total-page .page { float: right; width: auto;}
	/* 회원 등급 표시 */
	/* 타입 1 */
	.mem-lvl { zoom: 1; overflow: hidden; padding: 15px 50px 15px 180px; background-color: #ededed; }
	.mem-lvl .lvl-img, .mem-lvl p { position: relative; float: left; }
	.mem-lvl .lvl-img { left: -120px; margin-right: -120px; width: 120px; }
	.mem-lvl p { width: 100%; padding-top: 10px; line-height: 16px; }
	.mem-lvl p em { color: #be101a; font-weight: bold; }
	.mem-lvl span.MS_group_reserve_msg, .mem-lvl span.MS_group_dc_msg {color:#F26622;}
	/* 타입 2 */
	.mem-lvl-2 { zoom: 1; overflow: hidden; padding: 15px 50px 15px 150px; border: 5px solid #ededed; }
	.mem-lvl-2 .lvl-img, .mem-lvl-2 p { position: relative; float: left; }
	.mem-lvl-2 .lvl-img { left: -130px; margin-right: -130px; width: 120px; border-right: 1px solid #ededed; }
	.mem-lvl-2 p { width: 100%; padding-top: 10px; line-height: 16px; }
	.mem-lvl-2 p em { color: #be101a; font-weight: bold; }
	.mem-lvl-2 span.MS_group_reserve_msg, .mem-lvl-2 span.MS_group_dc_msg {color:#F26622;}
	/* 마이페이지 상단 메시지 박스 */
	.t-box-msg { padding: 10px 20px; border: 5px solid #ededed; }
	.t-box-msg strong { color: #0178d3; }

/*
========================================================================
공통 - 메샵 기본
========================================================================
*/
/* 게시판 공통 - 일반, 겔러리, 컨텐츠링크, 자료실, 미니홈피, 방명록, 동영상 */
	/* 상단 */
	.bbs-hd { padding: 0px 0 20px; background: url(/images/d3/modern_simple/common/dot_bbs_hd.gif) repeat-x 0 bottom; }
	.bbs-hd .link { text-align: center; font-size: 0; line-height: 0; padding:20px 0;}
	.bbs-hd .link li { width: calc(20% - 5px);display: inline-block; margin-left:5px;}
	.bbs-hd .link li a { color: #9c9c9c; letter-spacing: -0.5px; background: #fff;background-image: none;padding: 10px 0;border: 1px solid #efefef;display: block;}
	.bbs-hd .link li.last {margin-left:0; }
	/* 타이틀 */
	.bbs-tit { margin-bottom: 30px; margin-top: 20px; text-align: center; }
	.bbs-tit .braket { padding: 0 15px; font-weight: bold; color: #cfcfcf; font-size:15px; vertical-align: middle; }
	.bbs-tit em { margin-left: 10px; font-size:12px; color: #898989;}
	/* 검색 */
	.bbs-sch { margin-top: 20px; margin-bottom : 10px; text-align: right; }
	.bbs-sch label { margin-right: 10px; }
	.bbs-sch .key-wrap { font-size: 0; line-height: 0; }
	.bbs-sch .key-wrap, .bbs-sch .keyword, .bbs-sch img { vertical-align: middle; }
	.bbs-sch .keyword { width: 125px; height: 14px; padding: 2px 0 0 2px; margin-right: 3px; line-height: 14px; border: 1px solid #ededed; }
	/* 게시판 글쓰기, 목록 이동 링크 */
	.bbs-link { font-size: 0; line-height: 0; }
	.bbs-link a { display: inline-block; padding: 0 5px; font-size:12px; line-height: 14px; color: #9b9b9b; background: url('/images/d3/modern_simple/common/bull_bbs_hd_link.gif') no-repeat left 45%; }
	.bbs-link a.write { padding-left: 23px; background: url(/images/d3/modern_simple/common/icon_bbs_write_link.gif) no-repeat 0 45%; }
	/* 게시판 글쓰기, 목록 이동 링크 */
	.bbs-link a.none { background: url('');}
	.bbs-link span { font-size:12px; color:#555; line-height:14px;}
	/* 게시판 한줄공지 */
	.bbs-online-notice { margin-top: 10px; margin-bottom: -10px; padding: 7px 10px; color: #9d9d9d; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
	/* 게시판 타입 - 리스트 */
	.bbs-table-list { margin-top: 5px; }
	.bbs-table-list thead th, .bbs-table-list tbody td  { padding: 6px 0;} 
	.bbs-table-list thead th { color: #9d9d9d; font-weight: bold; font-size:12px;  border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
	.bbs-table-list tbody td { background: url('/images/d3/modern_simple/common/dot_bbs_list.gif') repeat-x 0 bottom;}
	/* 게시판 타입 - 보기 */
	.bbs-table-view { margin-top: 10px; }
	.bbs-table-view thead th, .bbs-table-view tbody td  { padding: 6px 0;} 
	.bbs-table-view thead th { color: #9d9d9d; font-weight: bold; font-size:12px;  border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
	.bbs-table-view tbody td.line { background: url('/images/d3/modern_simple/common/dot_bbs_list.gif') repeat-x 0 bottom;}
	.bbs-table-view .btn-dwn { margin-top:15px;}
/* 미니홈피, 방명록 게시글 뷰 */
	/* 상단 */
	.visit-vhd { margin-top: 10px; border-top: 1px solid #e5e5e5; }
	.visit-vhd th, .visit-vhd td { padding: 3px 0; border-bottom: 1px solid #e5e5e5; font-family: Dotum; } 
	.visit-vhd .tb-left{ padding: 0 3px; }
	.visit-vhd td .tb-no { color: #9c9c9c; }
	.visit-vhd td .tb-ctrl, .visit-vhd td .tb-ctrl a { font-size:12px; color: #9c9c9c; }
	/* 내용*/
	.visit-vcont { background: url('/images/d3/modern_simple/common/dot_bbs_list.gif') repeat-x 0 bottom; }
	.visit-vcont th, .visit-vcont td { padding: 6px 0; border-bottom: 1px solid #e5e5e5;} 
	.visit-vcont th { font-weight: normal; font-family: Dotum; color: #9d9d9d; }
	.visit-vcont tr.no-line th, .visit-vcont tr.no-line td { padding-bottom: 0; border-bottom: 0; }
	.visit-vcont tr.dot-line th, .visit-vcont tr.dot-line td { padding-top: 2px; border-bottom: 1px dotted #e5e5e5; }
	.visit-vcont tr.info td .tb-left { padding-left: 0; color: #555;}
	.visit-vcont .tb-left{ padding: 0 3px; }
	.visit-vcont td .tb-cont { padding: 5px 0; min-height: 250px; _height: 250px; }
	.visit-vcont td .tb-cont img { max-width: 100%; }
	/* 코멘트 */
	.visit-vcmt th, .visit-vcmt td { padding: 6px 0; vertical-align: top; border-bottom: 1px solid #e5e5e5; }
	.visit-vcmt th { color: #c5c5c5; }
	.visit-vcmt .tb-tit { font-weight: bold; background: url('/images/d3/modern_simple/common/bull_bbs_hd_link.gif') repeat-y right 0; }
	.visit-vcmt td .tb-txt { min-height: 30px; _height: 30px; padding-left: 10px; color: #555; }
	.visit-vcmt td .date, .visit-vcmt td .ctrl { display: block; font-size:12px; }
	.visit-vcmt td .date { color: #555; }
	.visit-vcmt td .ctrl { margin-top: 5px; }
	.visit-vcmt td .ctrl a { margin-left: 2px; margin-right: 2px; color: #999; font-size:12px; }
	/* 작성 */
	.vist-vcmt-reg { margin-top: 10px; border-bottom: 1px solid #e5e5e5; }
	.vist-vcmt-reg th, .vist-vcmt-reg td ,#comment_reply_input th { padding: 6px 0;}
	.vist-vcmt-reg th ,#comment_reply_input th { font-weight: normal; color: #9d9d9d; font-family: Dotum; }
	.vist-vcmt-reg .tb-left ,#comment_reply_input .tb-left{ padding: 0 3px; }
	.vist-vcmt-reg th .tb-left { padding-left: 10px; background: url('/images/d3/modern_simple/common/bull_join_required.gif') no-repeat 0 45%; }
	/* 게시판 타입 - 쓰기 */
	.bbs-table-write { margin-top:10px;}
	.bbs-table-write tbody th, .bbs-table-write tbody td  { padding:6px 0; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; color:#9d9d9d; font-weight:normal; font-size:12px;} 
	/* 게시판 타입 - 비밀번호찾기 */
	.bbs-table-pwd { margin-top:25px;}
	.bbs-table-pwd table { width:260px; margin-left:auto; margin-right:auto;}
	.bbs-table-pwd tbody th, .bbs-table-pwd tbody td  { padding:6px 0;  border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; color:#9d9d9d; font-weight:normal; font-size:12px;} 
/* 공통으로 쓰는거 */
	textarea { width:80%; max-width:100%; height:47px; padding:2px; border:1px solid #EDEDED;}        
	.input-style { padding:2px; height:14px; line-height:14px; border:1px solid #EDEDED;}
	.cont-sub-des { position:relative;}
	.cont-sub-des span { margin-right:15px; color:#555;}
	.cont-sub-des span em { font-size:12px; color:#9c9c9c;}
	.cont-sub-des .hit { position:absolute; top:15px; right:0;}
	.cont-sub-des .hit span { margin-right:0;}
	.comment-box { border-bottom:2px solid #e5e5e5;}
	.bbs-table-view .comment-box td { padding-bottom:20px; border-top:1px solid #e5e5e5; vertical-align:top;}
	.comment-box .com-name { margin-right:8px; padding:0 8px; background: url('/images/d3/modern_simple/common/bull_bbs_hd_link.gif') repeat-y 100% 0; font-weight:500; color:#c5c5c5;}
	.bbs-table-view td.com-wrt-box { border:0;}
	.com-wrt-box label { padding-left:7px; color:#9d9d9d; background: url('/images/d3/modern_simple/common/bull_join_required.gif') no-repeat 0 50%;}
	.com-wrt-box .input-style { margin:0 10px 0 7px; padding:2px; height:14px; line-height:14px; border:1px solid #EDEDED;}
	.com-wrt-box .wrt { margin-top:7px;}
	.view-link { padding:12px 0;}
	/* 게시판 회원 게시글 검색 */
	.search_id { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #DADADA; display: block; padding: 3px; position: absolute; width: 90px; }
/* 개인정보보호정책 동의 */
	.new-privercy-contract { text-align: left; padding: 5px; }
	.new-privercy-contract p { font-weight: bold; margin: 0; margin-bottom: 10px; margin-top: 20px; text-align: left; }
	/*.privercy-contract-tap { position: relative; height:40px; }
	.privercy-contract-tap ul { list-style: none; margin: 0; padding: 0; position: absolute; bottom: -1px; *bottom: -2px; }
	.privercy-contract-tap li { border: 1px solid #ccc; border-right: none; background: #F4F4F4; }
	.privercy-contract-tap li a { display: block; padding: 10px 10px;  }*/
	#wrap .privercy-contract-tap {position: relative; border-left: 1px solid #cacaca; }
	#wrap .privercy-contract-tap li {list-style-type: none; border-top: 1px solid #cacaca; border-right: 1px solid #CACACA; background-color: #f4f4f4; display: block; float: left; line-height: 27px; text-align: center; width: 33.3%; height: 28px; margin-bottom: -1px; box-sizing: border-box;}
	#wrap .privercy-contract-tap li.sel{background-color: #fff; border-bottom: 1px solid #fff; }
	#wrap .privercy-contract-tap li:last-child {border-right: 1px solid #cacaca; }
	#wrap .privercy-contract-tap li a {text-align: center; padding: 0; display: block; color: #787878; width: 100%; height: 100%; text-decoration: none;}
	.privercy-contract-tap li.end { border-right: 1px solid #ccc; }
	.privercy-contract-tap li.sel { background: #FFFFFF; border-bottom: 1px solid #FFFFFF; }
	.privercy-contract { clear: both; }
	.privercy-contract textarea { clear: both; border: 1px solid #CCC; height: 60px; background: #FFFFFF; padding: 10px; width: 660px; }
	.privercy-agree { margin: 10px 0; }
	.privercy-agree label{ margin-right: 10px; }
/* 개인정보 수집, 이용 */
	.control-area { text-align:center; }
	.control-area p { display:inline-block; }
	.control-area p:first-child label { margin-right:40px; }
/* style_code common class */
	.line-hd { border-bottom: 1px solid #bbb; }
	.item-hd { position: relative; width: 100%; margin-top: 30px; padding-bottom: 5px; }
	.item-hd .tit { zoom: 1; overflow: hidden; }
	.item-hd .tit dt, .item-hd .tit dd { float: left; }
	.item-hd .tit dt { padding-left: 40px; background: url(/images/d3/style_code/common/bul_hd_h10.gif) no-repeat 0 45%; }
	.item-hd .tit dd {padding: 10px 0 0 10px;color: #333;font-size:14px;font-weight: 400;}
	.item-hd .odr { position: absolute; top: 5px; right: -10px; width: 210px; }
	.item-hd .odr ul { zoom: 1; overflow: hidden; }
	.item-hd .odr li { float: left; margin-right: 10px; }
	.item-hd .odr li a { color: #777; font-size:12px; line-height: 1.5; }
	.item-hd .btn { position: absolute; top: -5px; right: 0; width: 186px; text-align: right; }
	/*.item-list { zoom: 1; overflow: hidden; padding: 0 10px 20px; }
	.item-list:after { content: ""; clear: both; display: block; }
	.item-list .item { float: left; width: 260px; margin-top: 10px; text-align: center; }
	.item-list .item .thumb { margin: 0 auto 20px; width: 240px; height: 300px; }
	.item-list .item .thumb img { width: 100%; height: 100%; }
	.item-list .item .info { width: 240px; margin: 0 auto; }
	.item-list .item .info li { margin-bottom: 5px; color: #7b7b7b; }
	.item-list .item .info .price { display: inline-block; padding-left: 4px; color: #94b09f; font-weight: bold; }*/
	.item-page { margin: 60px 0; text-align: center; }
	.item-page a { padding: 0 4px; color: #666; }
	.item-page a:hover, .item-page a.now { font-weight: bold; letter-spacing: -1px; }
	.item-none { margin: 20px 0; text-align: center; }

/*───────────────────────────────────────────────────────────

    레이아웃
    body > #wrap > header + #contentWrapper + footer
    #contentWrapper > #contentWrap or #container > #content or #contents

───────────────────────────────────────────────────────────*/
    #preview_wrap {display:none;}
	#m_preview_wrap {display:none !important;} /* 미리보기 숨기기 */
    body {min-width:320px;width:auto !important;}
	#layerWrap { z-index: 1; }
	#wrap {width:100%;margin:0 auto;padding:0;min-width:320px;max-width:640px;overflow:hidden;background:#fff;border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0;box-sizing:border-box;}
	#header, #layerWrap, #ftLink .link, #footer { position: relative; width:100%; margin-left: auto; margin-right: auto; box-sizing:border-box;}
	#contentWrapper { box-sizing:border-box;width:100%;margin-bottom: 30px;}/* position: relative;*/
	#contentWrap, #container { zoom: 1; overflow: hidden; width: 100%; margin-left: auto; margin-right: auto;box-sizing:border-box;}
	#contentWrap:after, #container:after { content: ""; display: block; clear: both; }
	#aside, #content {  float: none; width:100%; position: relative;box-sizing:border-box;}/**/
    #content, #contents { width:100%;box-sizing:border-box;padding:0 4.6875%;}

	/* 페이징 */
		#wrap .pagingWrap {  clear:both; text-align:center; width:100%; padding:0; }
		#wrap .paging {text-align:center;vertical-align: top; display:inline-block;width:100%;margin:0 auto;padding:20px 0 0;float:none;height:auto;font-size:0;}
		#wrap .paging:after {clear:both;content:"";display:block;}
		#wrap .paging a {width:33px; height:auto; line-height:14px;padding:9px 0; background-color:#fff; border:0;border-top: 1px solid #ccc; display:inline-block; overflow: hidden;margin:0;vertical-align:top;font-size:13px;color:#777;cursor: pointer;}
		#wrap .paging a + a {margin-left:5px;}
		#wrap .paging a:hover, #wrap .paging a.now {background-color:#fff; color:#333; border:0;border-top:1px solid #333;font-weight:700;}
		#wrap .paging a span {vertical-align:top;}
		#wrap .paging a span.fa {}
		#wrap .paging a span.fa.fa-angle-left {}
		#wrap .paging a span.fa.fa-angle-right {}
		#wrap .paging li.prev { margin-right: 10px; }
		#wrap .paging li.next { margin-left: 10px; }

	/* 모바일 기본 css */
	address, article, aside, figure, footer, header, hgroup, menu, nav, section {display:block;}
	caption {font-size:0; height:0;}
    input[type="text"], input[type="date"], input[type="tel"], input[type="number"], input[type="email"], input[type="password"], select, #wrap .MS_input_txt {height:28px;line-height:26px;border: 1px solid #eaeaea;vertical-align: middle;padding-left: 5px;box-sizing: border-box;-webkit-border-radius: 0;border-radius: 0;}
	input[type="radio"], input[type="checkbox"] {vertical-align: middle;}
	textarea {border:1px solid #bbb; vertical-align: middle; box-sizing:border-box; background-color:#fff; padding:10px 5px; -webkit-border-radius:0; border-radius:0;}
	.clearFix {position: relative;overflow: hidden;zoom: 1;}
	.bold {font-weight:500;}
	.response100 {width:100%;}
	.location {padding:0 10px; margin-bottom:8px;}
	.h_title {border-top:1px solid #464646; border-bottom:1px solid #464646; padding:6px 10px;}
	.h_title h3 {font-weight:500;}
	#mask {width:100%; height:100%; position:fixed; top:36px; left:0; right:0; bottom:0; background-color:#3c3c3c; z-index:1000; display:none; opacity:0.8;}
	.none-data {text-align: center; padding: 20px 0;margin:0 auto;}
	.none-data img, .none-data i {margin-bottom:10px;}
	.pd10 {padding: 0 10px;}
	.fr {float:right !important;}
	.fl {float:left !important;}
	.txt-input1 {width:100% !important;}
	.txt-input2 {width:46% !important;}
	.txt-input3 {width:27.4% !important;}
	.txt-input4 {width:20% !important;}
	.txt-area1 {width:100% !important;}
	.mt5 {margin-top:5px;}
	.page_location {padding:5px 5px;}
	.page_location li {float:left;}
	.page_location li::after {content: ">"; margin: 0 7px;}
	.page_location li:last-child::after {content: ""; margin:0;}
	.h_layerTitle {height:35px; line-height:35px; background-color:#f2f2f2; padding:0 10px; margin-bottom:10px;}
	.h_layerTitle h3 {font-weight:500;}
	.h_layerTitle .fa-times {float:right; margin-top: 5px;}
	.MK-product-icons img {padding:0 2px;}
	
	/* 폰트 관련 */
	.color_1984f1 {color:#555 !important;} /* Blue */
	.color_f1191f {color:#000 !important;} /* Red */
	.color_a63f42 {color:#333 !important;} /* DarkRed */
	.bgc077fe2 {background-color:#077fe2; color:#fff; padding:2px 5px; margin-right: 5px;}
	.bgc464644 {background-color:#464644; color:#fff; padding:2px 5px; margin-right: 5px;}
	.caution {color:#f1191f; text-align:center; font-size:0.917em;}
	.ico_new {color: #ffffff; background-color: #ff8400; font-weight:500; padding:1px 5px;}
	.ico_hit {color: #ffffff; background-color: #f1191f; font-weight:500; padding:1px 5px;}
	/* //폰트 관련 */
	
	.btn_Red, .btn_White, .btn_Black, .btn_Grey, .btn-white {border-width:1px;border-style:solid;border-radius:4px;letter-spacing:1px;width:100%;height:35px;line-height:33px;padding:0;margin:0;text-align:center;display:block;box-sizing: border-box;vertical-align: middle;transition: all .3s ease;}
	.btn_White, .btn-white {color:#999;background-color:#fff;border-color:#dbdbdb;}
	.btn_Grey {color:#999;background-color:#eaeaea;border-color:#eaeaea;}
	.btn_Black {color:#fff;background-color:#636363;border-color:#636363;}
	.btn_Red {color:#fff;background-color:#333;border-color:#333;}
	.btn_White:hover, .btn-white:hover {background-color:#f4f4f4;}
	.btn_Grey:hover {color:#fff;background-color:#bfbfbf;border-color:#bfbfbf;}
	.btn_Black:hover {background-color:#bfbfbf;border-color:#bfbfbf;}
	.btn_Red:hover {background-color:#000;border-color:#000;}
    .fixButtonR {position:relative; padding-right:120px;}
    .fixButton {width:115px; position:absolute; top:0; right:0;}
    .more {text-align:center; width:100%; margin-top:30px;}
    .btn_moreGray {width:224px; height:35px; line-height: 35px; background-color:#efefef; border:0px none; font-weight:500; display: block; margin: 0 auto;}
    .btn_moreGray span {color:#aaaaaa;}
    .btn_moreGray span em {color:#f1191f;}    

    /* 서브 타이틀 */
        #wrap .member_tit, #wrap .h_title, #coupon .tit-pop {position:relative;z-index:1;margin:2em -4.6875% 1em;padding:1em 3.3em;line-height:1.3em;width:109.375%;box-sizing:border-box;text-align:center;border:0;}
        #wrap .member_tit > h3, #wrap .h_title > h3 {text-align: center;font-size: 1.3em;line-height:inherit;font-weight: 600;color: #333;letter-spacing: 0.1em;margin:0 auto;display:inline-block;padding:0;position:relative;z-index:1;vertical-align:top;}
        #wrap .member_tit > h3 span, #wrap .h_title > h3 span {font-weight:400;font-size:0.9em;letter-spacing:0;padding-left:4px;}
		#coupon .tit-pop {font-size: 1.3em;font-weight: 600;color: #333;letter-spacing: 0.1em;margin-left:0;margin-right:0;width:100%;}
		#wrap #join.sns_info .member_tit {margin-bottom:3.5em;}
        #wrap #faqWrap .member_tit {margin-bottom:2em;}
        #wrap .member_tit button.fa, #wrap .h_title button.fa {background:none;border:0;outline:0;position:absolute;left:0;top:0;display:inline-block;color:#888;height:3.3em;padding:1em;line-height:1.3em;width:3.3em;z-index:5;box-sizing:border-box;vertical-align:top;}
        #wrap .member_tit button.fa:before, #wrap .h_title button.fa:before {font-size:22px;line-height:inherit;vertical-align:top;}
        #wrap .member_tit > .boardWrite {position:absolute;right:4.6875%;height:auto;top:50%;margin:0 -10px 0 0 !important;padding:0 !important;display:inline-block;width:80px;transform: translateY(-50%);}
        #wrap .member_tit > .boardWrite a {}

	@media only screen and (max-width:500px) {
		.btn_White:hover, .btn-white:hover {background-color:#fff;}
		.btn_Grey:hover {color:#999;background-color:#eaeaea;border-color:#eaeaea;}
		.btn_Black:hover {background-color:#636363;border-color:#636363;}
		.btn_Red:hover {background-color:#333;border-color:#333;}
    }
    @media only screen and (max-width:375px) {
    }
    @media only screen and (max-width:350px) {
		.txt-input3 {width:25.2% !important;}
    }
    @media only screen and (max-width:320px) {
    }



/*───────────────────────────────────────────────────────────
    팝업
───────────────────────────────────────────────────────────*/
    #check_auth {padding:15px 0;}
    #check_auth .head {text-align:center; color:#f46b00; margin-bottom:10px;}
    #check_auth .contents table {margin:0 auto;}
    #check_auth .contents table td {padding:5px 0;}
    #check_auth .contents table td input {width:100% !important; height:35px !important; margin-bottom:0 !important;}

	/* 팝업관련 */
			#wrap .layer {width: 100%; min-height: 100%; z-index: 55; position: fixed; left: 0; top: 0; background:rgba(60,60,60,0.8);}
			#wrap .layer .layer-pop {width:90%; background-color: #fff; position: relative; box-shadow: 0px 1px 10px #494949; margin:80px auto;}
			#wrap .layer-pop h3  {background-color: #efefef; height: 36px; line-height: 36px; font-weight: bold; padding: 0 10px; }
			#wrap .layer-pop .txt {max-height: 300px; overflow-y: auto; padding:10px;}
			#wrap .layer-pop .close {width:45px; height:36px; color:#fff; line-height: 42px; position:absolute; top:0; right:0;  background-color: #4f4f4f; text-align: center;}
		/* 쿠폰 */
			#coupon .layer .layer-pop {margin:0px auto;position:fixed;left:50%;top:50%;transform:translate(-50%, -50%);width:90%;max-width:420px;}
			#coupon .layer .layer-pop .txt {max-height: 358px;}
		/* 스마트 쿠폰 적용 (레이어) */
            #smart-coupon-layer .layer .layer-pop { position:fixed; margin-top: 80px; margin-left:20px; }
            #smart-coupon-layer .layer .layer-pop .txt .c-box { padding:12px 9px; }
            #smart-coupon-layer .layer .layer-pop .txt .c-box .input-text { width:80%; }
            #smart-coupon-layer .layer .layer-pop .txt .c-box a { display:inline-block; width:18%; height:35px; line-height:35px; margin-left:2px; color:#fff; text-align:center; vertical-align:top; background:#000; }
            #smart-coupon-layer .layer .layer-pop .txt { padding:0; }
            #smart-coupon-layer .layer .layer-pop .txt h4 { height:37px; line-height:37px; padding-left:10px; font-weight:500; border-top:1px solid #eaeaea; }
            #smart-coupon-layer .layer .layer-pop .txt ul { padding:0 9px; }
            #smart-coupon-layer .layer .layer-pop .txt ul li { position:relative; padding:10px; line-height:30px; color:#3b3b3b; border-top:1px solid #e5e5e5; word-break:break-all; }}
            #smart-coupon-layer .layer .layer-pop .txt ul li .fc-red { color:#333; font-weight:700;}
            #smart-coupon-layer .layer .layer-pop .txt ul li .fc-blue { color:#0e67ec; }
            #smart-coupon-layer .layer .layer-pop .txt ul li label { display:inline-block; position:absolute; top:2px; left:10px; width:35%; letter-spacing:-0.5px; }
            #smart-coupon-layer .layer .layer-pop .txt ul li label span { display:inline-block; width:80%; padding-top:8px; line-height:14px; vertical-align:top; word-break:break-all; }
            #smart-coupon-layer .layer .layer-pop .txt ul li label .ico-use { display:inline-block; width:auto; height:16px; line-height:16px; padding:0 5px; margin:5px 0 0 17px; color:#fff; text-align:center; font-size:10px; font-weight:500; background:#0148fc; border-radius:3px; }
            #smart-coupon-layer .layer .layer-pop .txt ul li.none { padding:5px 10px; }
            #smart-coupon-layer .layer .layer-pop .txt ul li.none label { position:static; width:100%; }
            #smart-coupon-layer .layer .layer-pop .txt ul li p { padding-left:38%; padding-top:5px; line-height:14px; }
            #smart-coupon-layer .layer .layer-pop .txt ul li .c-name { padding-top:0; letter-spacing:-0.5px; }
            #smart-coupon-layer .layer .layer-pop .txt ul li .c-txt { font-size:12px; color:#999; letter-spacing:-1px; }
            #smart-coupon-layer .layer .layer-pop .txt ul li .c-date { font-size:12px; color:#333; font-weight:700;}
            #smart-coupon-layer .layer .layer-pop .txt .btn { padding:15px 0; border-top:1px solid #dfdfdf; text-align:center; }
            #smart-coupon-layer .layer .layer-pop .txt .btn a { display:inline-block; width:70%; height:37px; line-height:37px; border:1px solid #393939; color:#fff; background:#393939; }
		/*  */
			body #comment_password {border-radius:0 !important; font-size:1em;}
			body #comment_password .head {background-color: #efefef; height: 36px; line-height: 36px; font-weight: bold; text-align:left !important; padding: 0 10px;}
			body #comment_password .head h5 {border-bottom:0px none !important; font-size:1em !important; padding:0 !important;}
			body #comment_password .head a.close {width:45px; height:36px; color:#fff; line-height: 42px; top:0 !important; right:0 !important; text-align: center;}
			body #comment_password .contents p {font-size:1em !important; font-weight:normal;}
			body #comment_password .contents .form-wrap2 input {height: 35px;}
			body #comment_password .contents .form-wrap2 p:last-child a {display:block; background-color: #393939; color:#fff; position:initial !important; padding:10px 0; margin-top: 10px;}
		/* 팝업 */
			.popup .pop h3  {background-color: #efefef; height: 36px; line-height: 36px; font-weight: bold; padding: 0 10px; }
			.popup .pop .txt {padding:10px;}
			.popup .pop .close {width:45px; height:36px; color:#fff; line-height: 42px; position:absolute; top:0; right:0;  background-color: #4f4f4f; text-align: center;}
			#passimg {width:auto; max-width:570px; background-color: #fff; top:50% !Important; left: 50% !Important; right: auto; margin: 0 auto; text-align: center; padding:0 !important; box-shadow: 0 1px 10px #717171;transform:translate(-50%, -50%);display:inline-block;box-sizing:border-box;}
			#passimg > div {margin:0 auto;}
			#passimg > div#authimg {width:100% !important;box-sizing:border-box;text-align:center;}
			#passimg > div#authimg > div {margin:0 auto !important;}
			#passimg .head {color:#f26c09;}
			#passimg .btns {padding:0 10px; margin-top: 10px;}
			#passimg .btns a {display:block; background-color: #393939; color:#fff; padding:10px 0;}

	#todayWrap {display:none !important;}
	.all_link {}
	.all_link dt {font-size:15px;font-weight:700;}
	.all_link dd {text-align:left;padding:6px;box-sizing:border-box;vertical-align:top;}
	.all_link dd a {display:inline-block;line-height:1em;font-size:14px;color:#000;font-weight:400;vertical-align:top;}
	.all_link dd a + a {margin-left:10px;}
    
	@media only screen and (max-width:500px) {
    }
    @media only screen and (max-width:375px) {
    }
    @media only screen and (max-width:350px) {
    }
    @media only screen and (max-width:320px) {
    }







