/*
################################## 주의사항 ##################################
//
// ★ 해당 파일은 모든 페이지에서 적용되는 .css 파일입니다.
// ★ CSS 파일 수정시 기존 스타일시트는 반드시 백업 후 수정을 진행하시기 바랍니다.
// ★ 문제가 발생되었을 경우 이전 코드로 복구가 불가능하니 주의해주세요.
//
############################################################################
*/
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');

/*  공통 스타일  */

html,body{
	min-width:1200px;
	margin: 0;
	padding: 0;
	font-family: 'Nanum Gothic', sans-serif;
	overflow-x:hidden;
}
html, body, a{
	color:#3a3a3a;
}
nav,header,menu,section,footer,div,th,td,ul,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,form,select,textarea,input{margin:0;padding:0;list-style:none;color:#666666;}
input[type=text], input[type=password], input[type=submit], input[type=button], input[type=search], input[type=tel], input[type=number], input[type=email], input[type=file], textarea {box-sizing:border-box;border-radius:0px;-webkit-appearance:none;}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	color: inherit;
	font-family: 'Nanum Gothic', sans-serif;
}

input::-webkit-input-placeholder{
	color: rgba(0,0,0,0.4);
	font-weight:normal;
}

input:-ms-input-placeholder{
	color: rgba(0,0,0,0.4);
	font-weight:normal;	
}

input::placeholder{
	color: rgba(0,0,0,0.4);
	font-weight:normal;	
}

table, th, td, p, li, span, a{
	font-size: 14px;
}

h1{
	font-size: 35px;
	font-weight: lighter;
	text-align: center;
}

p {
/*	font-weight: lighter;*/
	line-height: 1.5em;
}

.h3{color:#333333;font-weight:normal;letter-spacing:-0.5px;}
/*img{border:0px;max-width:100%;max-height:100%;}*/
hr{margin:30px 0px;border:0;border-top:1px solid rgba(255,255,255,0.5);}
section{margin:0;padding:0;}
input, textarea{border:1px solid #ddd;box-sizing:border-box;background:#fff;}
input:focus{border:1px solid #222;}
input::-webkit-input-placeholder{color:#666;letter-spacing:-1px;opacity:1;}
input::-moz-placeholder{color:#666;letter-spacing:-1px;opacity:1;}
textarea::-webkit-input-placeholder{color:#666;letter-spacing:-1px;opacity:1;}
textarea::-moz-placeholder{color:#666;letter-spacing:-1px;opacity:1;}

.radio{width:20px;height:20px;vertical-align:middle;border:none}
.checkbox{width:20px;height:20px;vertical-align:middle;border:none}
.input{height:28px;padding-left:5px;}

.select {
    font-size: 12px;
    height: 30px;
    margin: 0px 0px 5px 0px;
    border: 1px solid rgba(0,0,0,0.15);
    font-family: inherit;
    background: url(/admin/images/select_arrow.gif) no-repeat 96% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
        padding: 5px 15px 5px 5px;
}

/* IE 10, 11의 네이티브 화살표 숨기기 */
.select::-ms-expand {
    display: none;
}




.btn_l_line{text-align: center;border: 1px solid #cccccc;width: 150px;height: 90px;line-height: 3em;cursor: pointer;padding:14px;border-radius: 2px;}
.btn_l_gray{color:#ffffff;text-align: center;background:#4c4c4c;border: 1px solid #4c4c4c;width: 150px;height: 90px;line-height: 3em;cursor: pointer;padding:14px;border-radius: 2px;    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}
.btn_l_gray:hover{color:#ffffff;background:#222222;border: 1px solid #222222;}
.btn_m_line{display:inline-block;width:55px;padding: 2px;border: 1px solid #cccccc;font-size: 12px;text-decoration: none;border-radius: 2px;line-height: 20px;}
.btn_m_line1{width:100px;padding: 5px 6px;line-height: 20px;border: 1px solid #dddddd;/* border-bottom: 2px solid #dddddd; *//* font-weight: bold; */text-align: center;text-decoration: none;font-size: 13px;border-radius: 2px;}
.btn_m_gray{display:inline-block;width:55px;border: 1px solid #aaaaaa;margin-bottom: 4px;padding:2px;background: #aaaaaa;color: #ffffff;font-size: 12px;text-decoration: none;line-height: 20px;border-radius: 2px;}
.btn_m_black{float:left;display:block;width:80px;height:28px;margin-left:4px;line-height:28px;background:#444444;border-radius:3px;color:#ffffff;font-size:12px;letter-spacing:-0.5px;text-decoration:none;text-align:center}
.btn_m_gray1{display: block;border: 1px solid #aaaaaa;padding: 1px;background: #aaaaaa;color: #ffffff;font-size: 12px;text-decoration: none;line-height: 20px;border-radius: 2px;text-align:center;width:80px;letter-spacing:-0.5px;}
.btn_m_line2{display: block;border: 1px solid #dddddd;padding: 1px;text-decoration: none;line-height: 20px;font-size: 12px;border-radius: 2px;text-align: center;width:80px;letter-spacing:-0.5px;}
.btn_m_line3{
	/* display: block; */
	border: 1px solid #dddddd;
	padding: 6px;
	text-decoration: none;
	line-height: 20px;
	font-size: 12px;
	border-radius: 2px;
	text-align: center;
	/* width: 100px; */
}
.btn_s_line{display:inline-block;margin-top:4px;padding:5px;background:#ffffff;border:1px solid #dddddd;border-radius:2px;text-decoration:none}
.btn_s_line2{display:inline-block;padding: 6px;background: #ffffff;border: 1px solid #dddddd;border-radius: 2px;text-decoration: none;font-size: 12px;margin: 0px 4px 0px 0px;}
.btn_s_line2:hover{background:#4c4c4c;color:#ffffff;border: 1px solid #4c4c4c;}

.bold{font-weight:bold;}
.font-red{color:#dc0103;}
.font-blue{color:#54c6d3}

.bg{
	position: fixed;
	z-index: 900;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.40);
	display: none;
	top: 0;
	left: 0;
}

/*    정방형 이미지    */
.resizing_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.resizing_img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/*    상단 배너영역    */
.banner_top {
	height: 240px;
	margin-bottom:40px;
	text-align: center;
	overflow: hidden;
}
.banner_top img{
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}


/*  상품리스트 공통  */
.product_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
.product_list:not('.product_slide'){
	overflow: hidden;
}
.product_item {
	position:relative;
	text-align: center;
	font-size: 13px;
	margin-right: 10px;
	width: calc(20% - 22.5px);
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.product_item:last-child{
	margin-right: 0;
}
.product_name, .product_caption{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product_info{margin: 10px 0px; line-height: 2em;}
.product_info .prname{
    font-weight: bold;
	font-size:15px;
}
.product_info>div{
	margin-top: 0px;
         text-align:left;
}
.product_info>p{
	margin-top: 0px;
          text-align:left;
}
.product_info .product_name a{
	font-size:15px;
	font-weight:bold;
	color: #3a3a3a !important;
}
.product_view{
	position: relative;
	margin-bottom: 0px;
}
.product_img {
	width: 100%;
	height: 100%;
	text-align: center;
}
.product_img>img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: bottom;
}
.product_sale{
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 40px;
	line-height: 40px;
	font-size: 15px;
	font-style: italic;
	color: #fff;
	background: #bb3a2e;
}
.product_option {
	position: absolute;
	width: 100%;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0.3;
}
.product_view:hover .product_option{
	opacity: 1;
}
.product_option>li{
	display: none;
	text-align: center;
	font-size: 100%;
	width: 34px;
	line-height: 34px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100%;
	background: rgba(182, 183, 184, 0.6);
	cursor: pointer;
	margin: 3px;
}
.product_view:hover .product_option>li{
	display: inline-block;
}
.product_option>li:hover{
	background: rgba(3, 4, 5, 0.6);
}
.product_option img{
	width: 50%;
	vertical-align: middle;
}
.product_name{
	color: #848484;
	font-size: 16px;
}
.product_caption {
    color: rgba(0, 0, 0, 0.4);
    font-weight: lighter;
    line-height: 1.5em;
}

.product_caption .prmsg{font-size:13px;}
.product_caption .mainprmsg{font-size:13px;
display:none;}

.product_discount {
	color: #c6c6c6;
	text-decoration: line-through;
         display:none;
}
.product_price{
	font-weight:bold;
}
.product_info .prprice{
	font-weight: bold;
    font-size: 14px;
    color: #1a1a1a;
}
.product_standby {
	color: #848484;
}
.product_soldout {
	color: #bb3a2e;
}
.product_point{
	color: #b7b7b7;
}
.product_point::before{
	content: '적';
	display: inline-block;
	vertical-align: middle;
	background: #b7b7b7;
	color: #fff;
	width: 14px;
	line-height: 14px;
	font-size: 11px;
	margin-right: 2px;
}
.product_icon{
	display: inline-block;
	width: 36px;
	line-height: 24px;
	color: #fff;
	margin: 0 2px;
	cursor: default;
}
.product_icon_hit{
	background: #a8b6ba;
}
.product_icon_hot{
	background: #8a8c7c;
}
.product_icon_new{
	background: #cbd5e4;
}
.product_icon_sale{
	background: #d0d7da;
}
.product_tag{
	color: #b7b7b7;
}
.product_tag>div{
/*	display: inline-block;*/
	display: none;
	color: #fff;
	background: #b7b7b7;
	padding: 2px 5px;
	font-size: 12px;
	position: relative;
	z-index: 1;
	margin-right: 10px;
	cursor: default;
}
.product_tag>div::before{
	content: '';
	border-left: 8px solid #b7b7b7;
	border-top: 8.5px solid transparent;
	border-bottom: 8.5px solid transparent;
	position: absolute;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	right: 0;
	top: 0;
	width: 0;
	height: 0;
}
.product_tag ul{
	display: inline-block;
}
.product_tag li{
	display: inline-block;
	color: #b7b7b7;
	font-weight: lighter;
	cursor: pointer;
}
.product_tag li+li{
	margin-left: 5px;
}
.product_tag li::before{
	content: "#";
}
.product_profile_img{
	border-radius: 100%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #b7b7b7;
	cursor: pointer;
}
.product_profile{
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product_profile:hover{
	opacity: 1;
}
.product_profile_name{
	margin-top: 5px;
	color: #848484;
	cursor: pointer;
}


.product_sort{
	margin: 50px auto 20px;
	color: #848484;
	font-size: 17px;
	text-align:left;
	overflow: hidden;
}
.product_sort>span{
	margin-right: 15px;
}
.product_sort ul{
	display: inline-block;
}
.product_sort li{
	display: inline-block;
	margin-right: 15px;
}
.product_sort li:last-child{
	margin-right: 0;
}
.product_sort li.on{
	font-weight: bold;
}
.product_sort .view_num {
	float: right;
	font-size: 15px;
}
.product_sort .view_num select{
	width: 60px;
    height: 30px;
}
.product_page{
	margin-top: 60px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
}
.product_page>div{
	border: 1px solid #cccccc;
	color: #cccccc;
	display: inline-block;
	width: 1.2em;
	line-height: 1.2em;
	cursor: pointer;
}
.product_page>div.on{
	color: #4b213a;
}
.product_page>ul{
	display: inline-block;
}
.product_page>ul>li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.product_page>ul>li.on{
	color: #ec4024;
}

/* 상품리스트 A스타일 */
.product_a{
	box-sizing:border-box;
}
.product_a+.product_a{
	margin-top: 60px;
}

/* 상품리스트 B스타일 */
.product_b{
	position: relative;
}
.product_b .product_list{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.product_b .product_view{
	width: 50%;
	margin-bottom: 0;
}
.product_b .product_item{
	display: -webkit-box;
	display: -ms-flexbox;
	width: calc(50% - 30px);
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.product_b .product_info{
	text-align: left;
	margin-left: 15px;
	width: 50%;
}
.product_b .product_info .prdiscount{
	text-align:center;
}
.product_b .product_point::before{
	text-align: center;
}
.product_b .product_icon {
	text-align: center;
	margin-left: 0;
}
.product_b .product_profile>div {
	display: inline-block;
	vertical-align: middle;
}
.product_b .product_profile_img{
	margin-right: 5px;
}

/* 상품리스트 C스타일 */
.product_c .product_list{
	display: block;
}
.product_c .product_item{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.product_c .product_view{
	margin-bottom: 0;
	width: calc(100%/4);
	margin-right: 25px;
}
.product_c .product_info{
	width:35%;
	text-align: left;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}
.product_c .product_info>p{
	text-align:left;
}
.product_c .product_info .prdiscount{
	text-align:center;
}
.product_c .product_item>p{
	width:100px;
	margin-right: 20px;
}
.product_c .product_profile>div {
	display: inline-block;
	vertical-align: middle;
}
.product_c .product_profile_img{
	margin-right: 5px;
}

/* 상품 슬라이드*/
.product_slide_wrap{
	position: relative;
	width: 100%;
	padding:0px;
	box-sizing:border-box;
}
.product_slide {
	position: relative;
	overflow: hidden;
}
.product_slide .product_list{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.product_slide .product_item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product_slide .product_item{
	margin-right: 30px;
}
.product_slide_wrap .slide_button {
	position: absolute;
	width: 100%;
}
.product_slide_wrap .slide_button .wrapper{
	width:100%;
}
.product_slide_wrap .swiper-button-prev{
	left:-30px;
}
.product_slide_wrap .swiper-button-next{
	right:-30px;
}

.basic_select{padding:4px;letter-spacing:-0.5pt;}

/* 상품 검색결과 */
.prSearchForm{
	margin-bottom:20px;
	padding:10px;
	border:6px solid #eeeeee;
	overflow:hidden;
}
.prSearchTitle{
	float:left;
	width:85px;
}
.prSearchInsert{
	float:left;
}
.prSearchInsert caption{
	display:none;
}
.prSearchInsert th{
	padding-right:20px;
}
.prSearchInsert select,
.prSearchInsert input{
	width:180px;
	height:24px;
	font-size:12px;
	border:1px solid #ddd;
	box-sizing:border-box;
	vertical-align:middle;
}
.prSearchButton{
	float:right;
	height:auto;
	border:1px solid #333333;
}

.TagButton{display: inline-block;height: 34px;min-width:60px;border: none;border-radius:3px;background: #666;color: #ffffff;font-size: 15px;line-height: 34px;letter-spacing: -1px;cursor: pointer; text-align:center;}
.TagButton span{color:#ffffff;}
.TagButton:hover{background:#444;text-decoration:none;}
.TagButton:hover span{color:#ffffff;}

.TagButton2{display: inline-block;height: 34px;min-width:100px;border: none;border-radius:3px;background: #fff;color: #ffffff;font-size: 15px;line-height: 34px;letter-spacing: -1px;cursor: pointer; text-align:center;border:1px solid #dddddd;}
.TagButton2 span{color:#767a83;}
.TagButton2:hover{background:#f2f2f2;text-decoration:none;}
.TagButton2:hover span{color:#333;}

.largeButtonLine{display: inline-block;height: 55px;width: 160px;border: none;border-radius:5px;background: #ffffff;color: #ffffff;font-size: 17px;line-height: 55px;letter-spacing: -1px;cursor: pointer;border:1px solid #dddddd;}
.largeButtonLine span{color:#767a83;font-weight:bold;}
.largeButtonLine:hover{background:#f2f2f2;text-decoration:none;}
.largeButtonLine:hover span{color:#767a83;}

/* 오른쪽 퀵메뉴 CSS */
#rightQuickOpen{
	display:none;/*2019.02.18 추가*/
	position:fixed;
	top:0px;
	right:-41px;
	width:40px;
	height:100%;
	background:#fff;
	border-left:1px solid #ddd;
	z-index:1000;
}
#rightQuickClose{
	position:fixed;
	top:0px;
	left:0px;
	width:106px;
	height:100%;
	z-index:500;
}
#rightQuickOpen ul, #rightQuickClose ul{
}
#rightQuickOpen ul a, #rightQuickClose ul a{
	display:block;
	font-size:13px;
	font-weight:normal;
	text-align:center;
}
#rightQuickOpen ul a:hover, #rightQuickClose ul a:hover{
	color:#222;
	text-decoration:none;
}
.todViewProduct{
	padding:10px 0px;
	border-top:1px dotted #bbb;
}
.todViewProduct h4{
	padding:5px 0px;
	background:#eee;
	color:#888;
	font-size:11px;
	font-weight:normal;
	text-align:center;
}
.goTopBt{
         font-size:12px;
	display:block;
	position:absolute;
	width:50px;
         height:50px;
	bottom:10px;
          line-height:50px;
	left:30%;
	text-align:center;
	text-decoration:none;
	border:1px solid #ddd;
	border-radius:50%;
	background:#fff;
	text-decoration:none;
}
.goTopBt:hover{
	background:#444;
	color:#fff;
	border:1px solid #444;
	text-decoration:none;
}
.rightQuickView{
	display:none;/*2019.02.18추가*/
	position:absolute;
	top:45%;
	left:-20px;
	width:20px;
	height:50px;
	border:1px solid #ddd;
	border-right:none;
	line-height:50px;
	text-align:center;
	background:#fff;
}
.rightQuickView a:link{
	display:block;
	text-decoration:none;
}


/* 퀵툴 오픈 레이어 */
.productQuickviewWrap{
	background:#fff;
	border:1px solid #f2f2f2;
	padding:20px;
	font-size:13px;
	z-index:9999;
                   box-shadow: rgba(159,165,172,0.7) 0px 10px 100px;
                   border-radius:6px;
}
#layerbox-top{
	overflow:hidden;
	cursor:move;
	padding:0px 0px 15px 0px; 
}
#layerbox-top .left{
	float:left;
	text-align:center;
}
#layerbox-top .right{
	float:right;
	text-align:right;
}
#layerbox-content .addcodeProductnameWrap{
	padding:15px 0px;
	border-top:1px solid #f2f2f2;
}
#layerbox-content .addcodeProductnameWrap .addcode{
	color:#333;
	font-size:14px;
}
#layerbox-content .addcodeProductnameWrap .productname{
	display:block;
	font-size:14px;
	padding:5px 0px;
}
#layerbox-content .addcodeProductnameWrap .productname img{
	margin-bottom:10px;
}
#layerbox-content .tableWrap1{
	padding:5px;
	border:1px solid #f2f2f2;
}
#layerbox-content .tableWrap1 table th{
	width:70px;
	font-weight:normal;
	padding:5px 0px;
	text-align:left;
	height:25px;
}
#layerbox-content .tableWrap1 table td{
	padding:5px 0px;
}
#layerbox-content .tableWrap1 table td .padding{
	padding:10px;
	border:0px;
}

#layerbox-content .tableWrap{
	padding:0px;
}
#layerbox-content .tableWrap table th{
	width:70px;
	font-weight:normal;
	padding:5px 0px;
	border-top:1px solid #f2f2f2;
	text-align:left;
	height:25px;
}
#layerbox-content .tableWrap table td{
	padding:5px 0px;
	border-top:1px solid #f2f2f2;
}
#layerbox-content .tableWrap table td .padding{
	padding:10px;
	border:0px;
}
.savedMoney{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: rgb(255, 255, 255);
	width: 14px;
	line-height: 14px;
	font-size: 11px;
	margin-right: 2px;
	background: rgb(183, 183, 183);
}
#layerbox-content .productImgWrap{
	padding:0px;
	margin:0px;
	/* border:1px #efefef solid; */
	text-align:center;
}
#layerbox-content .btnDetailVeiwWrap{
	text-align:center;
	margin-top:40px;
}
#layerbox-content .btnDetailVeiwWrap a span{
	font-size:13px;
	border:1px solid #ccc;
	border-radius:1px;
	height:20px;
	width:25px;
	padding:5px;
}
#layerbox-content .btnDetailVeiwWrap a span:hover{border:1px solid #666666;background:#666666;color:#ffffff;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#layerbox-content .productQuickviewPrprice{
	color:#333;
	font-size:14px;
	font-weight:bold;
}
#layerbox-content .tagTitle{
	display:block;
	padding:10px 0px;
}
#layerbox-content .tagContent{
	height:40px;
	width:250px;
	overflow:auto;
	overflow-x:hidden;
	line-height:20px;
	background:#fff;
	border:1px solid #f2f2f2;
	padding:10px
}
#layerbox-content .font-size{
	font-size:9px;
}
#layerbox-content .font-size1{
	font-size:12px;
	line-height:20px;
}
#layerbox-content .graycolor{
	color:#cacaca;
	font-size:9px;
}
#layerbox-content .input{
	height:25px;
	padding-top:2pt;
	padding-bottom:1pt;
}
#quickreview{
	position:absolute;
	z-index:100;
	visibility:hidden;
}



.winTitle{
    padding: 15px;
    background:#545454;
    color:#ffffff;
    font-weight:bold;
    text-align:center;
}
.winsubTitle{
margin: 10px 0px;
color: #333333;
font-size: 16px;
text-align: left;
}


.link_chat a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 1px 7px 0px 7px;
    border-radius: 3px;
    background: #666;
    color: #fff;
    font-size: 11px;
    font-family: 돋움;
    letter-spacing: -1px;
	margin-top:10px;
}


/* 마이페이지 시안확인 */
.link_sianview a{display:inline-block;margin-bottom:4px;padding:4px 5px 2px 5px;border:1px solid #ccc;border-radius:3px;font-size:11px;letter-spacing:-1px;font-family:돋움;}

#sian_checker{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;}
#sian_checker:after{content:'';position:absolute;top:0px;left:0px;width:100%;height:100%;background:rgba(0,0,0,0.8);z-index:9000;}
#sian_checker td table{position:relative;width:500px;margin:0 auto;background:#fff;z-index:9001;}
#sian_checker td table caption{position:relative;padding:10px 20px;background:#000;color:#fff;font-size:24px;font-weight:bold;text-align:left;}
#sian_checker td table caption a{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px;color:#fff;font-size:24px;text-align:center;}
#sian_checker td table th{padding:20px;box-sizing:border-box;border-bottom:1px solid #eee;border-right:1px solid #eee;}
#sian_checker td table td{padding:10px 20px;box-sizing:border-box;border-bottom:1px solid #eee;}
#sian_checker td table img{max-width:120px;}
#sian_checker td table td a{display:block;margin:3px; 0px;padding:5px 0px;border:1px solid #ddd;border-radius:5px;text-align:center;}
#sian_checker td table td a:hover{background:#999;border:1px solid #999;color:#fff;}


/*2019.09.01*/
.grayBox {
    border: 6px solid #EAEAEA;
    padding: 35px;
}
.guideText{
    overflow: hidden;
    list-style: none;
    padding: 20px 0px 35px 0px;
}
.guideText li {
    text-align: left;
    padding: 4px 0px;
}

.memberJoinForm .joinFormTbl {
    margin: 20px 0px;
    border: 1px solid #f2f2f2;
    padding: 30px;
}
.memberJoinForm .joinNotice ul li {
    padding: 3px 0px;
}
.memberJoinForm .joinFormTbl th {
    font-weight: normal;
    text-align:left;
}
.memberJoinForm .joinFormTbl td {
    padding: 10px;
}

.sampleListWrap .head .category .categoryName li a{
	font-weight:bold;
}
.sampleListWrap .menuWrap .menu ul li,.sampleListWrap .menuWrap .menu ul li a{font-size:14px !important;}