@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0; -webkit-text-size-adjust: none;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0;font-family:'Poppins','Noto Sans KR', dotum, sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-size:1em}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {text-decoration:none}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* fonts
------------------------------------------------------ */

/* Nanum Myeongjo */ 
@font-face {
	font-family:'Nanum Myeongjo';
	font-weight:400;
	src:url('/fonts/Nanum_Myeongjo_Regular.eot'); 
	src:local(※), url('/fonts/Nanum_Myeongjo_Regular.woff') format('woff');
}
@font-face {
	font-family:'Nanum Myeongjo';
	font-weight:700;
	src:url('/fonts/Nanum_Myeongjo_Bold.eot'); 
	src:local(※), url('/fonts/Nanum_Myeongjo_Bold.woff') format('woff');
}
@font-face {
	font-family:'Nanum Myeongjo';
	font-weight:800;
	src:url('/fonts/Nanum_Myeongjo_Extra_bold.eot'); 
	src:local(※), url('/fonts/Nanum_Myeongjo_Extra_bold.woff') format('woff');
}

/* Montserrat */
@font-face {
	font-family:'Montserrat';
	font-weight:100;
	src:url('/fonts/Montserrat-Thin.eot'); 
	src:local(※), url('/fonts/Montserrat-Thin.woff') format('woff');
}
@font-face {
	font-family:'Montserrat';
	font-weight:200;
	src:url('/fonts/Montserrat-ExtraLight.eot'); 
	src:local(※), url('/fonts/Montserrat-ExtraLight.woff') format('woff');
}
@font-face {
	font-family:'Montserrat';
	font-weight:300;
	src:url('/fonts/Montserrat-Light.eot'); 
	src:local(※), url('/fonts/Montserrat-Light.woff') format('woff');
}
@font-face {
	font-family:'Montserrat';
	font-weight:400;
	src:url('/fonts/Montserrat-Regular.eot'); 
	src:local(※), url('/fonts/Montserrat-Regular.woff') format('woff');
}
@font-face {
	font-family:'Montserrat';
	font-weight:500;
	src:url('/fonts/Montserrat-Medium.eot'); 
	src:local(※), url('/fonts/Montserrat-Medium.woff') format('woff');
}
@font-face {
	font-family:'Montserrat';
	font-weight:600;
	src:url('/fonts/Montserrat-SemiBold.eot'); 
	src:local(※), url('/fonts/Montserrat-SemiBold.woff') format('woff');
}
@font-face {
	font-family:'Montserrat';
	font-weight:700;
	src:url('/fonts/Montserrat-Bold.eot'); 
	src:local(※), url('/fonts/Montserrat-Bold.woff') format('woff');
}
@font-face {
	font-family:'Montserrat';
	font-weight:800;
	src:url('/fonts/Montserrat-ExtraBold.eot'); 
	src:local(※), url('/fonts/Montserrat-ExtraBold.woff') format('woff');
}
@font-face {
	font-family:'Montserrat';
	font-weight:900;
	src:url('/fonts/Montserrat-Black.eot'); 
	src:local(※), url('/fonts/Montserrat-Black.woff') format('woff');
}

/* Poppins */
@font-face {
	font-family:'Poppins';
	font-weight:100;
	src:url('/fonts/Poppins-Thin.eot'); 
	src:local(※), url('/fonts/Poppins-Thin.woff') format('woff');
}
@font-face {
	font-family:'Poppins';
	font-weight:200;
	src:url('/fonts/Poppins-ExtraLight.eot'); 
	src:local(※), url('/fonts/Poppins-ExtraLight.woff') format('woff');
}
@font-face {
	font-family:'Poppins';
	font-weight:300;
	src:url('/fonts/Poppins-Light.eot'); 
	src:local(※), url('/fonts/Poppins-Light.woff') format('woff');
}
@font-face {
	font-family:'Poppins';
	font-weight:400;
	src:url('/fonts/Poppins-Regular.eot'); 
	src:local(※), url('/fonts/Poppins-Regular.woff') format('woff');
}
@font-face {
	font-family:'Poppins';
	font-weight:500;
	src:url('/fonts/Poppins-Medium.eot'); 
	src:local(※), url('/fonts/Poppins-Medium.woff') format('woff');
}
@font-face {
	font-family:'Poppins';
	font-weight:600;
	src:url('/fonts/Poppins-SemiBold.eot'); 
	src:local(※), url('/fonts/Poppins-SemiBold.woff') format('woff');
}
@font-face {
	font-family:'Poppins';
	font-weight:700;
	src:url('/fonts/Poppins-Bold.eot'); 
	src:local(※), url('/fonts/Poppins-Bold.woff') format('woff');
}
@font-face {
	font-family:'Poppins';
	font-weight:800;
	src:url('/fonts/Poppins-ExtraBold.eot'); 
	src:local(※), url('/fonts/Poppins-ExtraBold.woff') format('woff');
}
@font-face {
	font-family:'Poppins';
	font-weight:900;
	src:url('/fonts/Poppins-Black.eot'); 
	src:local(※), url('/fonts/Poppins-Black.woff') format('woff');
}

/* Noto Sans KR */
@font-face {
	font-family:'Noto Sans KR';
	font-weight:100;
	src:url('/fonts/NotoSansKR-Thin.eot'); 
	src:local(※), url('/fonts/NotoSansKR-Thin.woff') format('woff');
}
@font-face {
	font-family:'Noto Sans KR';
	font-weight:300;
	src:url('/fonts/NotoSansKR-Light.eot'); 
	src:local(※), url('/fonts/NotoSansKR-Light.woff') format('woff');
}
@font-face {
	font-family:'Noto Sans KR';
	font-weight:400;
	src:url('/fonts/NotoSansKR-Regular.eot'); 
	src:local(※), url('/fonts/NotoSansKR-Regular.woff') format('woff');
}
@font-face {
	font-family:'Noto Sans KR';
	font-weight:500;
	src:url('/fonts/NotoSansKR-Medium.eot'); 
	src:local(※), url('/fonts/NotoSansKR-Medium.woff') format('woff');
}
@font-face {
	font-family:'Noto Sans KR';
	font-weight:700;
	src:url('/fonts/NotoSansKR-Bold.eot'); 
	src:local(※), url('/fonts/NotoSansKR-Bold.woff') format('woff');
}
@font-face {
	font-family:'Noto Sans KR';
	font-weight:900;
	src:url('/fonts/NotoSansKR-Black.eot'); 
	src:local(※), url('/fonts/NotoSansKR-Black.woff') format('woff');
}

/* Noto Serif Kr */
@font-face {
	font-family:'Noto Serif Kr';
	font-weight:300;
	src:url('/fonts/NotoSerifKr-Light.eot'); 
	src:local(※), url('/fonts/NotoSerifKr-Light.woff') format('woff');
}
@font-face {
	font-family:'Noto Serif Kr';
	font-weight:400;
	src:url('/fonts/NotoSerifKr-Regular.eot'); 
	src:local(※), url('/fonts/NotoSerifKr-Regular.woff') format('woff');
}
@font-face {
	font-family:'Noto Serif Kr';
	font-weight:500;
	src:url('/fonts/NotoSerifKr-Medium.eot'); 
	src:local(※), url('/fonts/NotoSerifKr-Medium.woff') format('woff');
}
@font-face {
	font-family:'Noto Serif Kr';
	font-weight:600;
	src:url('/fonts/NotoSerifKr-Semi-bold.eot'); 
	src:local(※), url('/fonts/NotoSerifKr-Semi-bold.woff') format('woff');
}
@font-face {
	font-family:'Noto Serif Kr';
	font-weight:700;
	src:url('/fonts/NotoSerifKr-Bold.eot'); 
	src:local(※), url('/fonts/NotoSerifKr-Bold.woff') format('woff');
}

/* NanumSquare */
@font-face {
	font-family:'NanumSquare';
	font-weight:700;
	src:url('/fonts/NanumSquareB.eot'); 
	src:local(※), url('/fonts/NanumSquareB.woff') format('woff');
}

@font-face {
    font-family: 'GmarketSans';
    font-weight: 300;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.ttf') format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'GmarketSans';
    font-weight: 500;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.ttf') format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.ttf') format("truetype");
    font-display: swap;
} 


/* 팝업레이어 */
#hd_pop {z-index:888;/* position:relative; */margin:0 auto;height:0; }
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;z-index:9999999;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

@media screen and (max-width: 1024px) { 
	.hd_pops { 
		top:50% !important; left:50% !important;
		transform:translate(-50%,-50%);
	}
}
@media screen and (max-width: 640px) { 
	.hd_pops { 
		width:80%;	 
	}
	.hd_pops_con { 
		width:100% !important; height:auto !important; 
	}
	.hd_pops_con > p { 
		line-height:0; 
	}
	.hd_pops img { 
		width:100%; 
	}
	.hd_pops_footer .hd_pops_reject { 
		font-size:12px; 
	}
	.hd_pops_footer .hd_pops_close { 
		font-size:12px; 
	}
}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;font-weight: 400;font-size:14px;line-height:35px;min-width:100px;height:35px;padding:0 10px;text-align:center;background:#d9bc91;color:#fff;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#333; }
a.btn_b02,.btn_b02 {display:inline-block;font-weight: 400;font-size:14px;line-height:35px;min-width:100px;height:35px;padding:0 10px;text-align:center;background:#4a5460;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle;}
a.btn_b02:hover, .btn_b02:hover {background:#4a5460}
a.btn_b03, .btn_b03 {display:inline-block;font-size:14px;line-height:35px;min-width:100px;height:35px;padding:0 10px;text-align:center;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;font-size:14px;line-height:35px;min-width:100px;height:35px;padding:0 10px;text-align:center;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;font-weight: 400;font-size:14px;line-height:35px;min-width:100px;height:35px;padding:0 10px;text-align:center;background:#2050aa;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {background:#d9bc91}

.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {font-size:14px;line-height:35px;min-width:100px;height:35px;padding:0 10px;text-align:center;border:0 none !important;background:#2050aa;color:#fff;text-decoration:none;vertical-align:middle}


.bo_fx {float:right;}
.bo_fx:after {display:block; clear:both; content:'';}
.btn_bo_user { margin-bottom: -38px; float:left;}
.btn_bo_user li {float:left; margin-right: 7px;}
.btn_bo_user li:last-child {margin-right: 0;}

 @media screen and (max-width: 768px) { 
	.btn_bo_user {margin-bottom: 10px;}
 }

/* 게시판카테고리 */
#bo_cate { 
	margin-bottom: 40px; 
	width:100%; padding-bottom: 15px; 
	border-bottom:1px solid #ccc; 
	text-align:center;
}
#bo_cate h2 { 
	display:none;
}
#bo_cate ul { 
	font-size:0;
}
#bo_cate ul li { 
	display:inline-block; vertical-align:top;
}
#bo_cate ul li a { 
	position:relative; 
	display:block; 
	padding:0 25px; 
	font-weight:300; font-size:18px; 
	color:#333;
}
#bo_cate ul li a:before { 
	content:''; 
	position:absolute; top:50%; left:0; 
	margin-top: -7px; 
	width:1px; height:14px; 
	background: #c1c1c1;
}
#bo_cate ul li:first-child a:before { 
	display:none;
}
#bo_cate #bo_cate_on { 
	font-weight: 500;
}

@media screen and (max-width: 768px) { 
	#bo_cate { 
		margin-bottom: 30px;
	}
	#bo_cate ul li a { 
		padding:0 20px; font-size:16px;
	}	 
}
@media screen and (max-width: 480px) { 
	#bo_cate ul li a { 
		padding:2px 15px; font-size:14px;
	}	
	#bo_cate ul li a:before { 
		margin-top: -5px; height:12px;
	}
}

/* 게시판검색 */
#bo_sch { 
	margin-bottom: 35px; width:100%; 
	text-align:right;
}
#bo_sch form { 
	font-size:0;
}
#bo_sch select, 
#bo_sch .sch_input { 
	display:inline-block; 
	padding:0 10px; height:38px; 
	border:1px solid #dedede; 
	font-size:14px; color:#666;
}
#bo_sch select { 
	width:100px;
}
#bo_sch .sch_input { 
	margin-left: 5px; width:240px;
}
#bo_sch .sch_btn { 
	display:inline-block; 
	margin-left: 9px; 
	width:70px; height:38px; 
	border:0 none; background: #656565;
}
#bo_sch .sch_btn i { 
	display:none;
}
#bo_sch .sch_btn span { 
	font-size:14px; line-height: 38px; color:#fff;
}
 @media screen and (max-width: 768px) { 
	#bo_sch .sch_input { 
		width:calc(100% - 184px);
	}
 }
@media screen and (max-width: 480px) { 
	#bo_sch select { 
		width:80px;
	}
	#bo_sch .sch_input { 
		width:calc(100% - 164px);
	}
 }


 /* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing: 0 5px;border:1px solid #303030; border-width:1px 0; font-size:16px;} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:10px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ddd;height:50px; vertical-align:middle;}
.tbl_head01 thead th a {color:#666;}
.tbl_head01 thead th a i {display:none;}
.tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;background:#fff;padding:10px 5px;border-top:1px solid #ecf0f1;line-height:1.4em;height:50px;word-break:break-all}
.tbl_head01 tbody tr:hover td{background:#fafafa;}
.tbl_head01 a:hover {text-decoration:underline}
.bo_tit a {font-weight: 400; color:#666;}
.td_num2 {text-align:center;}

 @media screen and (max-width: 768px) { 
	.tbl_wrap .td_num2 + td {padding-bottom: 5px;}
	.td_datetime { 
		display:none; 
	}
 }

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

 @media screen and (max-width: 768px) { 
	.tbl_head01 thead th {display:none;}
	.tbl_head01 .td_num2 {display:none;}
 }

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="submit"],
button,
textarea {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
   border:1px solid #dedede;
   box-shadow:none !important;
}
input { 
   -webkit-border-radius: 0;
   background: #fff;
}
select { 
   -webkit-border-radius: 0;
   background: #fff;
}

/* 페이징 */
.pg_wrap { width:100%;clear:both;margin:30px 0 ;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {font-size:0;}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;border-radius:0;border:1px solid #dedede}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#555;font-size:13px;margin-right: -1px;width:35px;height:35px;line-height:33px;text-decoration:none;}
.pg_page:hover{background-color:#f1f1f1}
.pg_start {margin-right: 16px; text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;}
.pg_prev {margin-right: 16px; text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;}
.pg_end {margin-left: 16px; text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;}
.pg_next {margin-left: 16px; text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;}
.pg_start + .pg_prev {margin-left: -17px;}
.pg_next + .pg_end {margin-left: 0;}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover{background-color:#fafafa}

.pg_current {display:inline-block;width:35px;height:35px;border-color:#8b653c;background:#363636;font-size:13px;line-height: 33px;color:#fff !important;font-weight:bold;
-webkit-box-shadow: inset 1px 1px 2px #222542;
-moz-box-shadow:  inset 1px 1px 2px #222542;
box-shadow: inset 1px 1px 2px #222542;
}


/* layout
------------------------------------------------------ */
body { 
	min-width:320px;
	background: #fff;
	font-weight: 400; font-size:15px; line-height: 1.3;
	font-family: 'Poppins','Noto Sans KR',dotum, sans-serif;
	letter-spacing:-0.5px;
	color:#333;
}
input,
select,
button { 
	font-family:'Poppins','Noto Sans KR',dotum, sans-serif;
	line-height: 1.5;
}
a { 
	color:#333; 
}

#wrapper { 
	overflow:hidden;
	width:100%; min-width:auto;
}
.inner { 
	margin:0 auto;
	width:1200px; 
}
@media screen and (max-width: 1200px) { 
	.inner { 
		width:100%; 
		padding:0 30px;
	}
}
@media screen and (max-width: 1024px) { 
	.inner { 
		padding:0 20px;
	}
}
@media screen and (max-width: 768px) { 
	.inner { 
		padding:0 12px;
	}
}


/* 
	header
*/
#header { 
	position:fixed; top:0; left:0;
	z-index:999;
	width:100%;
	padding:0 4.5%;
	height:100px;
	transition:.3s;
	border-bottom:1px solid rgba(255,255,255,.15);
}
#header.fixed,
#header.on { 
	background:#fff;
	border-bottom:1px solid #e3e3e3;
}
#header .logo { 
	position:absolute;
	top:0;
	left:4.5%;
	z-index:5;
}
#header .logo a { 
	display:block;
	width:252px;
	height:100px;
	background:url('/images/common/logo.png') no-repeat center/100% auto;
	color:transparent;
	font-size:0;
}
@media screen and (min-width: 1025px) { 
	.gnb { 
		display:inline-block !important;
		width:100%;
		text-align:right;
		vertical-align:middle;
		font-size:0;
	}
	.gnb .gnb-1depth-li { 
		position:relative;
		display:inline-block;
		padding-left:55px;
		vertical-align:middle;
	}
	.gnb .gnb-1depth-a { 
		display:block;
		position:relative;
		font-size:19px;
		line-height:100px;
		letter-spacing:-0.05rem;
		font-weight:700;
		color:#fff;
	}
	.gnb .blog {
		padding-left:44px;
	}
	.gnb .blog .gnb-1depth-a {
		font-size:0;
		width:49px;
		height:22px;
		background:url('/images/common/blog_w.png') no-repeat center;
	}
	.gnb .inquiry {
		padding-left:27px;
	}
	.gnb .inquiry .gnb-1depth-a {
		display:flex;
		align-items: center;
		justify-content: center;
		width:110px;
		height:30px;
		line-height:1;
		border-radius:50px;
		background:rgba(0,0,0,.2);
		font-size:13px;
		font-family:'GmarketSans';
		font-weight:500;
	}
	#header.fixed .gnb-1depth-a ,
	#header.on .gnb-1depth-a  { 
		color:#222;
	}
	#header.fixed .blog .gnb-1depth-a,
	#header.on .blog .gnb-1depth-a {
		background-image:url('/images/common/blog.png');
	}
	#header.fixed .inquiry .gnb-1depth-a,
	#header.on .inquiry .gnb-1depth-a {
		background:#634f37;
		color:#fff;
	}
	.gnb .gnb-1depth-a:after {
		position:absolute; bottom:0; left:0;
		width:0; height:5px;
		background:#bf8c4d;
		transition:.3s;
		content:'';
	}
	.gnb .blog .gnb-1depth-a:after,
	.gnb .inquiry .gnb-1depth-a:after {
		display:none;
	}
	.gnb .gnb-1depth-li:hover .gnb-1depth-a:after,
	.gnb .gnb-1depth-li.active .gnb-1depth-a:after {
		width:100%;
	}
	.gnb .gnb-2depth {	
		overflow:hidden;
		position:absolute; left:50%; top:100px;
		z-index:999;
		width:180px;
		height:0;
		margin-left:-90px;
		display:block !important;
		text-align:left;
		transition:.3s;
	}
	.gnb .gnb-2depth a { 
		display:block;
		font-size:16px; line-height: 42px;
		color:#fff;
		font-weight:300;
		transition:.3s;
		text-align: center;
	}
}


/* menu btn */
.menu-btn { 
	display:none;
	position:absolute;
	top:15px;
	right:5%;
	z-index:10;
	width:70px;
	height:70px;
	cursor:pointer;
}
.menu-btn span { 
	position:absolute;
	left:18px;
	width:47px;
	height:3px;
	/*background:#272524;*/
	background:#fff;
	transition:.3s;
}
#header.fixed .menu-btn span { 
	background:#bf8c4d;
}
.menu-btn span:nth-child(1) { 
	top:23px; 
	width:37px;
}
.menu-btn span:nth-child(2) { 
	margin-top:-1px;
	top:50%; 
}
.menu-btn span:nth-child(3) { 
	bottom:23px; 
	width:30px;
}
.menu-btn.on span { 
	background:#bf8c4d !important;
}
.menu-btn.on span:nth-child(1) { 
	top:33px; left:10px;
	width:70%;
	transform:rotate(45deg);
}
.menu-btn.on span:nth-child(2) { 
	opacity:0; 
}
.menu-btn.on span:nth-child(3) { 
	top:33px; left:10px;
	width:70%;
	transform:rotate(-45deg);
}
@media screen and (max-width: 1400px) { 
	#header {
		padding:0 2%;
	}
	#header .logo {
		left:2%;
	}
	#header .logo a { 
		width:150px;
	}
	.gnb .gnb-1depth-li {
		padding-left:25px;
	}
	.gnb .gnb-1depth-a {
		font-size:16px;
	}
}
@media screen and (max-width: 1024px) { 
	#header { 
		padding:0 8px;
		height:55px; 
	}
	#header .logo { 
		left:12px;
		text-align:center;
		font-size:0;
	}
	#header .logo a { 
		display:inline-block;
		width:126px;
		height:55px;
	}
	#header .gnb { 
		display:none;
		position:absolute; top:55px; right:0; z-index:10;
		margin-left:0; padding:40px 35px 0;
		width:63%; height:calc(100vh - 55px);
		background:#634f37;
	}
	#header .gnb #gnb-1depth {
		padding:0 0;
	}
	.gnb .gnb-1depth-li {
		padding:0;
	}
	.gnb .gnb-1depth-a { 
		position:relative;
		display:block;
		padding:0;
		width:100%;
		font-size:18px; font-weight:500; line-height:37px;
		color:#fff;
		letter-spacing:-0.05rem;
		text-align:left;
	}
	.gnb .gnb-1depth-li.on .gnb-1depth-a span {
		display:inline-block;
		position:relative;
	}
	.gnb .gnb-1depth-li.on .gnb-1depth-a span:after {
		position:absolute; bottom:0; left:0;
		width:100%; height:2px;
		background:#fff;
		content:'';
	}
	.gnb-2depth { 
		display:none;
		padding:10px 0 20px;
	}
	.gnb-2depth-a { 
		display:block;
		position:relative;
		font-size:14px !important; font-weight:300; line-height: 30px !important;
		color:#fff;
		text-align:left;
	}
	.gnb-2depth-a:before {
		display:inline-block;
		padding-right:5px;
		color:inherit;
		font:inherit;
		content:'-';
	}
	.menu-btn { 
		display:block;
		top:50%; right:15px;
		margin-top: -8px;
		width:30px; height:16px;
		border:0 none;
	}
	.menu-btn span {
		left:0;
		width:100% !important;
		height:2px;
	}
	.menu-btn span:nth-child(1) {
		top:0;
	}
	.menu-btn span:nth-child(3) {
		bottom:0;
	}
	.menu-btn.on span:nth-child(1),
	.menu-btn.on span:nth-child(3) {
		top:9px; left:0;
	}
}



/*
	sub menu
*/
.sub-menu {
	display:none;
	position:absolute; top:100%; left:0;
	width:100%;
	height:240px;
    z-index: 9999;
	background:#fff;
	font-size:0;
}
.sub-menu .img-title {
	display:inline-block;
	position:relative;
	width:33%;
	height:100%;
	background:no-repeat center/cover;
	vertical-align:middle;
}
.sub-menu0 .img-title {
	background-image:url('/images/common/sub_menu01.jpg');
}
.sub-menu1 .img-title {
	background-image:url('/images/common/sub_menu02.jpg');
}
.sub-menu2 .img-title {
	background-image:url('/images/common/sub_menu03.jpg');
}
.sub-menu3 .img-title {
	background-image:url('/images/common/sub_menu04.jpg');
}
.sub-menu4 .img-title {
	background-image:url('/images/common/sub_menu05.jpg');
}
.sub-menu5 .img-title {
	background-image:url('/images/common/sub_menu06.jpg');
}
.sub-menu .img-title h3 {
	position:absolute; top:50%; left:0;
	width:100%;
	margin-top:-20px;
	color:#fff;
	font-size:30px;
	font-weight:700;
	text-align:center;
	letter-spacing:-0.05rem;
}
.sub-menu .cate {
	display:inline-block;
	width:67%;
	padding:0 60px;
	font-size:0;
	vertical-align:middle;
}
.sub-menu .cate li {
	display:inline-block;
	width:25%;
	padding:17px 0;
	vertical-align:top;
}
.sub-menu .cate li a {
	display:inline-block;
	padding-right:30px;
	color:#666;
	font-size:18px;
	background:no-repeat right 1px center;
	letter-spacing:-0.05rem;
	line-height:21px;
}
.sub-menu .cate li a:hover {
	color:#7d6d4b;
	background-image:url('/images/common/sub_menu_arrow.png');
}
.sub-menu.active {
	display:block;
}
@media screen and (max-width: 1400px) { 
	.sub-menu .img-title h3 {
		margin-top:-16px;
		font-size:20px;
	}
	.sub-menu .cate {
		padding:0 30px;
	}
	.sub-menu .cate li {
		padding:12px 0;
	}
	.sub-menu .cate li a {
		font-size:15px;
	}
}
@media screen and (max-width: 1024px) { 
	.sub-menu {
		display:none !important;
	}
}



/*
	floating_menu
*/
#floating_menu {
	position:fixed; top:50%; right:0; z-index:100;
	padding:0 20px;
	margin-top:-186px;
	background:#fff;
	border:1px solid #c7cad1;
	border-width:1px 0 1px 1px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
#floating_menu > li + li {
	border-top:1px solid #d7d7d7;
}
#floating_menu > li a {
	display:block;
	width:65px;
	height:92px;
	padding:14px 0;
	color:#333;
	font-size:13px;
	text-align:center;
	letter-spacing:-0.08rem;
}
#floating_menu > li a img {
	display:block;
	margin:0 auto 5px;
}
@media screen and (max-width: 1024px) { 
	#floating_menu {
		display:none;
	}
}



/*
	floating_menu_m
*/
#floating_menu_m {
	display:none;
}
@media screen and (max-width: 1024px) { 
	#floating_menu_m {
		display:block;
		position:fixed; bottom:0; left:0; z-index:100;
		width:100%;
		font-size:0;
	}
	#floating_menu_m > li {
		display:inline-block;
		width:25%;
		vertical-align:top;
	}
	#floating_menu_m > li a {
		display:flex;
		align-items: center;
		justify-content: center;
		height:45px;
		color:#fff;
		font-size:14px;
		line-height:45px;
		text-align:center;
		background: #615c54;
	}
	#floating_menu_m > li a img {
		width:25px;
		margin-right:7px;
		vertical-align:middle;
	}
	/*
	#floating_menu_m > li.blog a {
		background:#32b24a;
	}
	#floating_menu_m > li.tel a {
		background:#053a51;
	}
	#floating_menu_m > li.online a {
		background:#399cc8;
	}
	#floating_menu_m > li.naver a {
		background:#399cc8;
	}
	#floating_menu_m > li.reservation a {
		background:#2db400;
	}
	*/
}
@media screen and (max-width: 768px) { 
	#floating_menu_m > li a {
		font-size:13px;
	}
	#floating_menu_m > li a img {
		width:17px;
		margin-right:5px;
	}
}



/*
	footer
*/
.footer { 
	padding:85px 0 90px;
	background:#151c24;
	text-align:center;
}
.footer .address address {
	font-style:normal;
	font-size:0;
}
.footer .address address span {
	display:inline-block;
	padding:0 10px;
	color:#fff;
	font-size:15px;
	font-weight:300;
	line-height:30px;
	letter-spacing:0.01rem;
	opacity:.3;
}
.footer .address address span a {
	color:#fff;
	font-size:15px;
	font-weight:300;
	line-height:30px;
	letter-spacing:0.01rem;
	display: inline-block;
}
.footer .address address.bar span {
	position:relative;
}
.footer .address address.bar span:after {
	position:absolute; top:50%; right:0;
	width:1px; height:12px;
	margin-top:-6px;
	background:#fff;
	opacity:.3;
	content:'';
}
.footer .address address.bar span:last-child:after {
	display:none;
}
.footer .copyright {
	padding-top:40px;
	color:#fff;
	font-size:15px;
	font-weight:300;
	opacity:.5;
}
@media screen and (max-width: 1024px) { 
	.footer .address address span {
		font-size:13px;
		line-height:28px;
	}
	.footer .copyright {
		font-size:13px;
	}
}
@media screen and (max-width: 768px) { 
	.footer {
		padding:60px 0 70px;
	}
	.footer .address {
		width:100%;
	}
	.footer .address address span {
		font-size:12px;
		line-height:22px;
	}
	.footer .address address + address {
		padding-top:10px
	}
	.footer .copyright {
		padding-top:45px;
		font-size:10px;
	}
}



/* main
------------------------------------------------------ */
#contents .section {
	position:relative;
	text-align:center;
	padding:100px 0 120px;	
}
#contents .section .inner { 
	width:1200px;
}
@media screen and (max-width: 1200px) { 
	#contents .section {
		padding:70px 0;	
	}
	#contents .section .inner { 
		width:100%;
	}
}
@media screen and (max-width: 768px) { 
	#contents .section { 
		padding:45px 0;
	}
}

.fp-section { 
	display:table; 
	width:100%;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}
.fp-tableCell { 
	display:table-cell;
	width:100%;
	text-align:center;
	vertical-align:middle;
}

@media screen and (max-width: 850px) { 
	.fp-section ,
	.fp-tableCell ,
	.fp-scrollable { 
		display:block;
		height:auto !important;
	}
}

.scroll { 
	position:absolute; bottom:35px; left:50%;
	transform:translateX(-27%);
	z-index:111;
}
.scroll2 { 
	position:absolute; bottom:90px; left:50%;
	transform:translateX(-27%);
	z-index:111;
}
@media screen and (max-width: 850px) {
	.scroll, .scroll2 { 
		/*display:none; */
	}
	.scroll {
		left:50%;
	}
	.main-column .scroll {
		bottom:-20px; left:50%;
	}
	.main-case .scroll {
		bottom:0px; left:50%;
	}
	.main-business .scroll {
		bottom:0px; left:50%;
	}
	.main-member .scroll {
		bottom:-50px; left:50%;
	}
	.main-news .scroll {
		bottom:-10px; left:50%;
	}
	.main-office .scroll {
		bottom:0px; left:50%;
	}
	.main-online .scroll {
		bottom:0px; left:50%;
	}
	.scroll2 {
		left:50%;
	}
	.scroll img, .scroll2 img {
		width:20px;
	}
}


/*
	title
*/
.main-conts-tit { 
	padding-bottom:25px;
	text-align:center;
}
.main-conts-tit h2 { 
	padding-bottom:15px;
	color:#473b2d;
 	font-size:50px;
	font-weight:700;
	letter-spacing:0.025rem;
	line-height:52px;
}
.main-conts-tit p { 
	color:#333;
	font-size:18px;
	font-weight:300;
	line-height:26px;
	letter-spacing:0.1rem;
	word-break: keep-all;
}
.main-conts-tit.white h2 { 
	color:#fff;
}
.main-conts-tit.white p { 
	color:#fff;
}
@media screen and (max-width: 1024px) { 
	.main-conts-tit h2 {
		font-size:40px;
		line-height:42px;
	}
	.main-conts-tit p {
		font-size:16px;
		line-height:24px;
	}
}
@media screen and (max-width: 768px) { 
	.main-conts-tit {
		padding-bottom:20px;
	}
	.main-conts-tit h2 {
		padding-bottom:13px;
		font-size:27px;
		line-height:29px;
	}
	.main-conts-tit p { 
		font-size:12px;
		line-height:15px;
	}
}



.fadeup {opacity:0; -webkit-transform:translateY(50px); transform:translateY(50px);}
.fadeleft {opacity:0; -webkit-transform:translateX(-50px); transform:translateX(-50px);}
.faderight {opacity:0; -webkit-transform:translateX(50px); transform:translateX(50px);}
.time01 {-webkit-transition:transform .5s ease-in-out, opacity .5s ease-in-out; transition:transform .5s ease-in-out, opacity .5s ease-in-out;}
.time02 {-webkit-transition:transform 1s ease-in-out, opacity 1s ease-in-out; transition:transform 1s ease-in-out, opacity 1s ease-in-out;}
.time03 {-webkit-transition:transform 1.5s ease-in-out, opacity 1.5s ease-in-out; transition:transform 1.5s ease-in-out, opacity 1.5s ease-in-out;}
.time04 {-webkit-transition:transform 2s ease-in-out, opacity 2s ease-in-out; transition:transform 2s ease-in-out, opacity 2s ease-in-out;}
.active .fadeup,
.fadeup.active {opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.active .fadeleft,
.fadeleft.active {opacity:1; -webkit-transform:translateX(0); transform:translateX(0);}
.active .faderight,
.faderight.active {opacity:1; -webkit-transform:translateX(0); transform:translateX(0);}



/* 
	main-visual
*/
.main-visual { 
	position:relative;
	width:100%;
	height:100vh;
	padding:0 !important;
	background:#000;
}
.main-visual .video {
    position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    overflow: hidden;
	z-index:1;
}
.main-visual .video video {
    position:absolute;
    top:50%; 
    left:50%;
	width:100%;
	-ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);
}
.main-visual .visual-inner {
	position:absolute;
	bottom:40px;
    left:50%;
	-ms-transform:translate(-50%,0); -webkit-transform:translate(-50%,0); transform:translate(-50%,0);
	z-index:1;
	width:1400px;
	margin:0 auto;
}
.main-visual .visual-text {
	padding-bottom:140px;
	color:#fff;
	font-size:46px;
	font-weight:700;
	letter-spacing:-0.025rem;
	line-height:58px;
	text-align:left;
}
.main-visual .visual-text strong {
	display:block;
}
.main-visual .visual-text span {
	display:inline-block;
	background:#bf8c4d;
	margin-bottom:4px;
}
.main-visual .count {
	width:100%;
	font-size:0;
}
.main-visual .count li {
	display:inline-block;
	width:25%;
	border-left:1px solid rgba(255,255,255,.25);
	line-height:1;
	color:#fff;
	font-size:20px;
	vertical-align:top;
}
.main-visual .count li:first-child {
	border-left:0;
}
.main-visual .count li strong {
	padding-left:0;
	font-size:56px;
	font-weight:700;
}
@media screen and (max-width: 1700px) { 
	.main-visual .video video {
		width:auto;
		height:100%;
	}
}
@media screen and (max-width: 1400px) { 

	.main-visual .visual-inner {
		bottom:40px;
		left:0;
		-ms-transform:translate(0,0); -webkit-transform:translate(0,0); transform:translate(0,0);
		width:100%;
		padding:0 10px;
	}
}
@media screen and (max-width: 1200px) { 
	.main-visual .visual-text {
		font-size:35px;
		line-height:47px;
	}
	.main-visual .count {
		padding:0 0;
	}
	.main-visual .count li {
		font-size:17px;
	}
	.main-visual .count li strong {
		font-size:46px;
	}
}
@media screen and (max-width: 1024px) { 
	.main-visual .visual-text {
		padding-bottom:100px;
		font-size:28px;
		line-height:39px;
	}
	.main-visual .count {
		width:calc(100% + 20px);
		padding:20px 0 10px;
		margin-left:-10px;
		background:rgba(0,0,0,.3);
	}
	.main-visual .count li {
		font-size:14px;
		width:50%;
		margin-bottom:10px;
	}
	.main-visual .count li:nth-child(2n-1) {
		border-left:0;
	}
	.main-visual .count li strong {
		font-size:36px;
	}
}
@media screen and (max-width: 768px) { 
	.main-visual {
		height: 80vh;
	}
	.main-visual .visual-inner {
		bottom:0;
	}
	.main-visual .visual-text {
		padding-bottom:45px;
		font-size:21px;
		line-height:31px;
	}
	.main-visual .count li {
		font-size:11px;
		text-align:right;
		padding-right:20px;
	}
	.main-visual .count li strong {
		font-size:26px;
		padding-left:10px;
	}

}



/* 
	main-business
*/
.main-business {
	background:url('/images/main/business_bg.jpg') no-repeat center/cover;
}
.main-business .inner {
	width:100% !important;
	max-width:1520px !important;
	margin:0 auto;
}
.main-business .business-list {
	margin-left:-15px;
	font-size:0;
	text-align:left;
}
.main-business .business-list > li {
	display:inline-block;
	width:20%;
	padding-left:15px;
	margin-bottom:15px;
	vertical-align:top;
}
.main-business .business-list > li .main-conts-tit {
	text-align:left;
	padding-right:20px;
}
.main-business .business-list > li .main-conts-tit span {
	display:block;
	text-align:right;
}
.main-business .business-list > li > a {
	position:relative;
	display:flex;
	flex-direction: column;
	justify-content: center;
	height:290px;
	text-align:center;
	border:1px solid #eeece8;
	color:#fff;
}
.main-business .business-list > li > a:after {
	position:absolute; top:8px; left:8px;
	width:calc(100% - 16px); height:calc(100% - 16px);
	border:1px solid #d5cfc6;
	opacity:.25;
	content:'';
}
.main-business .business-list > li > a strong {
	display:block;
	padding-bottom:30px;
	font-size:28px;
	font-weight:700;
	letter-spacing:-0.025rem;
}
.main-business .business-list > li > a span.icon {
	display:block;
	padding-bottom:40px;
}
.main-business .business-list > li > a span.more {
	display:block;
	font-size:14px;
	font-weight:500;
	letter-spacing:-0.025rem;
}
.main-business .business-list > li > a span.more:after {
	display:inline-block;
	width:70px; height:1px;
	margin-left:15px;
	background:#fff;
	opacity:.5;
	vertical-align:middle;
	content:'';
}
.main-business .business-list > li > a:hover {
	background:rgba(177,128,65,.5);
	border:none;
	border:1px solid rgba(177,128,65,.5);
}
.main-business .business-list > li > a:hover:after {
	border:1px solid #f1f1f2;
	opacity:.5;
}
@media screen and (max-width: 1200px) { 
	.main-business .business-list > li > a strong {
		font-size:20px;
	}
}
@media screen and (max-width: 1024px) { 
	.main-business .business-list > li > a strong {
		font-size:17px;
	}
	.main-business .business-list > li > a span.icon img {
		width:65px;
	}
	.main-business .business-list > li > a span.more {
		font-size:12px;
	}
	.main-business .business-list > li > a span.more:after {
		width:55px;
	}
}
@media screen and (max-width: 768px) { 	
	.main-business .business-list {
		margin-left:-7px;
	}
	.main-business .business-list > li {
		width:50%;
		padding-left:7px;
		margin-bottom:7px;
	}
	.main-business .business-list > li > a {
		height:150px;
	}
	.main-business .business-list > li > a:after {
		top:4px; left:4px;
		width:calc(100% - 8px);
		height:calc(100% - 8px);
	}
	.main-business .business-list > li > a strong {
		padding-bottom:20px;
		font-size:16px;
	}
	.main-business .business-list > li > a span.icon {
		padding-bottom:20px;
	}
	.main-business .business-list > li > a span.icon img {
		width:40px;
	}
	.main-business .business-list > li > a span.more {
		font-size:12px;
	}
	.main-business .business-list > li > a span.more:after {
		margin-left:8px;
		width:35px;
	}
}



/* 
	main-member
*/
.main-member { 
	padding-bottom:0 !important;
	background:url('/images/main/member_bg.jpg') no-repeat center/cover;
}
.main-member .member-info {
	display:flex;
	align-items: center;
}
.main-member .member-info .img {
	flex:1 1 50%;
}
.main-member .member-info .info {
	flex:1 1 50%;
	text-align:left;
}
.main-member .member-info .info h5 {
	display:inline-block;
	margin-bottom:60px;
	border-bottom:1px solid rgba(71,59,45,.5);
	font-size:34px;
	font-weight:300;
}
.main-member .member-info .info h5 strong {
	font-weight:700;
	padding-left:10px;
}
.main-member .member-info .info dl dt {
	padding-bottom:15px;
	font-size:22px;
	font-weight:700;
	letter-spacing:-0.025rem;
}
.main-member .member-info .info dl dd {
	position:relative;
	padding-left:15px;
	color:#333;
	font-family: 'Noto Sans KR', dotum, sans-serif;
	font-size:18px;
	letter-spacing:-0.025rem;
	line-height:34px;
}
.main-member .member-info .info dl dd:after {
	position:absolute; top:13px; left:0;
	width:6px; height:6px;
	background:#473b2d;
	content:'';
}
@media screen and (max-width: 1024px) { 
	.main-member .member-info .img img {
		width:100%;
	}
	.main-member .member-info .info h5 {
		font-size:28px;
	}
	.main-member .member-info .info dl dt {
		font-size:18px;
	}
	.main-member .member-info .info dl dd {
		font-size:15px;
		line-height:30px;
	}
	.main-member .member-info .info dl dd:after {
		top:12px;
	}
}
@media screen and (max-width: 768px) { 
	.main-member .member-info {
		flex-direction:column;
	}
	.main-member .member-info .img {
		order:2;
		flex:1 1 100%;
		width:100%;
		padding:20px 20px 0;
	}
	.main-member .member-info .info {
		order:1;
		flex:1 1 100%;
		width:100%;
		padding:0 20px;
	}
	.main-member .member-info .info h5 {
		margin-bottom:20px;
		font-size:18px;
	}
	.main-member .member-info .info dl dt {
		padding-bottom:5px;
		font-size:16px;
	}
	.main-member .member-info .info dl dd {
		padding-left:10px;
		font-size:13px;
		line-height:26px;
	}
	.main-member .member-info .info dl dd:after {
		top:10px;
		width:4px; height:4px;
	}
}



/* 
	main-case
*/
.main-case {
	overflow:hidden;
	background:url('/images/main/case_bg.jpg') no-repeat top center/cover;
}
.main-case .search-wrap {
	padding-bottom:60px;
}
.main-case .search-wrap .search-box {
	position:relative;
	width:640px;
	height:70px;
	margin:0 auto;
}
.main-case .search-wrap .search-box .basic-search {
	display:block;
	width:100%; height:70px;
	background:#fff;
	padding:0 85px 0 34px;
	border:none;
	color:#777;
	font-family: 'Noto Sans KR', dotum, sans-serif;
	font-size:18px;
	font-weight:300;
	letter-spacing:-0.05rem;
	outline:0;
}
.main-case .search-wrap .search-box .basic-search:-ms-input-placeholder {
	color:#777;
}
.main-case .search-wrap .search-box .basic-search::-webkit-input-placeholder {
	color:#777;
}
.main-case .search-wrap .search-box .basic-search::-moz-placeholder {
	color:#777;
}
.main-case .search-wrap .search-box .btn {
	position:absolute; top:50%; right:25px;
	margin-top:-20px;
	background-color:transparent;
}
.main-case .search-wrap .keyword {
	margin-top:35px;
	padding:0 15%;
	font-size:0;
}
.main-case .search-wrap .keyword li {
	display:inline-block;
	padding:5px 4px;
	vertical-align:top;
}
.main-case .search-wrap .keyword li a {
	display:inline-block;
	padding:6px 15px;
	border:1px solid #fff;
	border-radius:25px;
	color:#fff;
	font-size:16px;
	font-weight:500;
	letter-spacing:-0.05rem;
}
.main-case .main-case-list {
	position:relative;
}
.main-case .main-case-list .swiper-slide > a {
	display:block;
	position:relative;
	padding:30px;
	background:#fff;
	text-align:left;
}
.main-case .main-case-list .swiper-slide .img img {
	width:100%;
}
.main-case .main-case-list .swiper-slide .info {
	padding-top:20px;
}
.main-case .main-case-list .swiper-slide .info .cate {
	display:inline-block;
	margin-bottom:8px;
	padding:6px 22px;
	background:#e3b477;
	color:#fff;
	font-size:14px;
	font-weight:300;
	letter-spacing:-0.05rem;
	text-align:center;
}
.main-case .main-case-list .swiper-slide .info .title {
	display:block;
	height:31px;
	margin-bottom:13px;
	color:#333;
	font-size:24px;
	font-weight:700;
	letter-spacing:-0.05rem;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.main-case .main-case-list .swiper-slide .info .content {
    overflow: hidden;
	height:48px;
	color:#666;
	font-size:15px;
	font-weight:300;
	letter-spacing:-0.05rem;
	line-height:24px;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main-case .main-case-list .swiper-slide .info .name {
	padding-top:20px;
}
.main-case .main-case-list .swiper-slide .info .name {
	font-size:0;
	text-align:left;
}
.main-case .main-case-list .swiper-slide .info .name li {
	display:inline-block;
	padding-right:15px;
	color:#333;
	font-family:'Noto Serif Kr';
	font-size:16px;
	line-height:22px;
	letter-spacing:-0.025rem;
	vertical-align:middle;
}
.main-case .main-case-list .swiper-slide .info .name li strong {
	display:block;
	font-weight:700;
}
.main-case .main-case-list .arrow {
	position:absolute; top:50%;
	margin-top:-30px;
	width:30px;
	height:60px;
	background:no-repeat center/cover;
	color:transparent;
	font-size:0;
	cursor:pointer;
}
.main-case .main-case-list .arrow.prev {
	left:-115px;
	background-image:url('/images/main/case_prev.png');
}
.main-case .main-case-list .arrow.next {
	right:-115px;
	background-image:url('/images/main/case_next.png');
}
@media screen and (max-width: 1024px) { 
	.main-case .search-wrap .search-box {
		height:60px;
	}
	.main-case .search-wrap .search-box .basic-search {
		height:60px;
		font-size:16px;
	}
	.main-case .search-wrap .keyword li a {
		font-size:15px;
	}
	.main-case .main-case-list .swiper-slide > a {
		padding:25px;
	}
	.main-case .main-case-list .swiper-slide .info .title {
		font-size:22px;
	}
	.main-case .main-case-list .swiper-slide .info .content {
		font-size:14px;
		line-height:23px;
	}
	.main-case .main-case-list .swiper-slide .info .name li {
		font-size:15px;
		line-height:21px;
	}
}
@media screen and (max-width: 768px) { 
	.main-case .search-wrap {
		padding-bottom:30px;
	}
	.main-case .search-wrap .search-box {
		width:100%;
		height:43px;
	}
	.main-case .search-wrap .search-box .basic-search {
		height:43px;
		font-size:12px;
		padding:0 50px 0 20px;
	}
	.main-case .search-wrap .search-box .btn {
		right:13px;
		width:22px;
		margin-top:-12px;
	}
	.main-case .search-wrap .keyword {
		padding:0;
		margin-top:17px;
	}
	.main-case .search-wrap .keyword li a {
		font-size:13px;
	}
	.main-case .main-case-list {
		padding-bottom:50px;
	}
	.main-case .swiper-container {
		overflow:visible;
		width:120%;
	}
	.main-case .main-case-list .swiper-slide > a {
		padding:15px;
	}
	.main-case .main-case-list .swiper-slide .info {
		padding-top:11px;
	}
	.main-case .main-case-list .swiper-slide .info .cate {
		margin-bottom:5px;
		padding:3px 11px;
		font-size:10px;
	}
	.main-case .main-case-list .swiper-slide .info .title {
		margin-bottom:7px;
		height:18px;
		font-size:14px;
	}
	.main-case .main-case-list .swiper-slide .info .content {
		height:32px;
		font-size:12px;
		line-height:16px;
	}
	.main-case .main-case-list .swiper-slide .info .name li {
		font-size:12px;
		line-height:16px;
	}
	.main-case .main-case-list .swiper-slide .info .name li img {
		width:44px;
	}
	.main-case .main-case-list .arrow {
		top:auto; z-index:10;
		bottom:0;
		margin-top:0;
		width:15px;
		height:30px;
	}
	.main-case .main-case-list .arrow.prev {
		left:calc(50% - 25px);
	}
	.main-case .main-case-list .arrow.next {
		right:calc(50% - 25px);
	}
}



/*
	main-office
*/
.main-office .office-list {
	display: grid;
	grid-template-columns:repeat(3, 1fr);
	gap: 15px;
}
.main-office .office-list li {
	cursor:pointer;
}
.main-office .office-list li img {
	width:100%;
}
.main-office .img-layer {
	display:none;
	position:fixed; top:0; left:0; z-index:9999;
	width:100%; height:100%;
	background:rgba(0,0,0,.8);
}
.main-office .img-layer .img {
	position:absolute; top:50%; left:50%;
	width:1000px;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.main-office .img-layer .img .close {
	display:flex;
	align-items: center;
	justify-content: center;
	position:absolute; top:-50px; right:0;
	width:50px; height:50px;
	color:#fff;
	font-size:25px;
	cursor:pointer;
}
.main-office .img-layer .img img {
	width:100%;
}
@media screen and (max-width: 1200px) {
	.main-office .img-layer .img {
		width:100%;
		padding:0 30px;
	}
	.main-office .img-layer .img .close {
		right:30px;
	}
}
@media screen and (max-width: 768px) { 
	.main-office .office-list {
		grid-template-columns:repeat(2, 1fr);
		gap: 12px;
	}
	.main-office .img-layer .img {
		padding:0 12px;
	}
	.main-office .img-layer .img .close {
		right:12px;
		top:-30px;
		width:30px; height:30px;
		font-size:20px;
	}
}



/*
	main-online
*/
.main-online { 
	background:#f5f5f2;
}
.main-online .inner {
	font-size:0;
}
.main-online .online-box {
	display:inline-block;
	width:50%;
	vertical-align:top;
}
.main-online .online-tit {
	display:flex;
	align-items: center;
	padding-bottom:45px;
}
.main-online .online-tit h2 {
	color:#333;
	font-size:28px;
	font-weight:500;
	letter-spacing:-0.05rem;
}
.main-online .online-tit p {
	padding-left:20px;
	color:#666;
	font-size:16px;
	font-weight:300;
	letter-spacing:-0.05rem;
}
.main-online .write-wrap {
	padding-right:35px;
}
.main-online .write-wrap .online-form > li {
	position:relative;
	padding-left:85px;
}
.main-online .write-wrap .online-form > li + li {
	margin-top:10px;
}
.main-online .write-wrap .online-form > li > label {
	display:inline-block;
	position:absolute; top:0; left:0;
	color:#666;
	font-size:15px;
	font-weight:400;
	line-height:48px;
	letter-spacing:-0.05rem;
}
.main-online .write-wrap .online-form > li input[type=text],
.main-online .write-wrap .online-form > li select {
	width:100%; height:48px;
	padding:0 15px;
	border:none;
	background:#fff;
	outline:none;
	color:#333;
	font-size:16px;
}
.main-online .write-wrap .online-form > li textarea {
	width:100%;
	height:80px;
	padding:15px;
	border:none;
	background:#fff;
	outline:none;
	font-family:inherit;
	color:#333;
	font-size:16px;
}
.main-online .write-wrap .online-form > li.privacy {
	text-align:left;
}
.main-online .write-wrap .online-form > li.privacy > label {
	position:static;
	font-size:12px;
	letter-spacing:-0.05rem;
	line-height:1;
	vertical-align:middle;
}
.main-online .write-wrap .online-form > li.privacy > label input[type=checkbox] {
	margin-right:8px;
}
.main-online .write-wrap .online-form > li.privacy > .more {
	display:inline-block;
	margin-left:8px;
	border-bottom:1px solid #888;
	color:#888;
	font-size:12px;
	line-height:1;
	vertical-align:middle;
	cursor:pointer;
}
.main-online .write-wrap .online-form > li.privacy .privacy-list {
	display:none;
	position:absolute; top:130%; left:200px; z-index:5;
	width:355px;
	padding:10px;
	background:#fff;
}
.main-online .write-wrap .online-form > li.privacy .privacy-list li {
	color:#8a95a5;
	font-size:11px;
	letter-spacing:-0.05rem;
	line-height:16px;
}
.main-online .write-wrap .btn-wrap {
	margin-top:25px;
}
.main-online .write-wrap .btn-wrap button {
	width:100%;
	height:60px;
	border:none;
	border-radius:0;
	background:#2f2a24;
	color:#fff;
	font-size:18px;
	font-weight:700;
	text-align:center;
}
.main-online .request-wrap {
	padding-left:35px;
}
.main-online .request-wrap .request-list > li + li {
	margin-top:12px;
}
.main-online .request-wrap .request-list > li a {
	display:block;
	padding:14px 30px;
	border:1px solid #b9b4aa;
	text-align:left;
}
.main-online .request-wrap .request-list > li .date {
	display:inline-block;
	width:100px;
	color:#666;
	font-size:15px;
	text-align:left;
	font-weight:300;
	vertical-align:middle;
}
.main-online .request-wrap .request-list > li .title {
	display:inline-block;
	width:calc(100% - 330px);
	padding-right:10px;
	color:#333;
	font-size:16px;
	font-weight:400;
	letter-spacing:-0.025rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align:middle;
	text-align:center;
}
.main-online .request-wrap .request-list > li .cate {
	display:inline-block;
	width:150px;
	font-size:14px;
	font-weight:500;
	text-align:center;
	letter-spacing:-0.015rem;
	vertical-align:middle;
}
.main-online .request-wrap .request-list > li .state {
	display:inline-block;
	width:80px; height:30px;
	background:#615c54;
	color:#fff;
	font-size:14px;
	font-weight:500;
	text-align:center;
	letter-spacing:-0.015rem;
	line-height:30px;
	vertical-align:middle;
}
.main-online .request-wrap .request-list > li > a.after {
	border-color:#a6b1be;
}
.main-online .request-wrap .request-list > li > a.after .state {
	background:#b18041;
}
@media screen and (max-width: 1024px) { 
	.main-online .online-tit p {
		font-size:14px;
	}
	.main-online .write-wrap {
		padding-right:15px;
	}
	.main-online .write-wrap .online-form > li {
		padding-left:70px;
	}
	.main-online .write-wrap .online-form > li > label {
		font-size:13px;
	}
	.main-online .write-wrap .online-form > li input[type=text],
	.main-online .write-wrap .online-form > li select {
		font-size:14px;
	}
	.main-online .write-wrap .online-form > li textarea {
		font-size:14px;
	}
	.main-online .request-wrap {
		padding-left:15px;
	}
	.main-online .request-wrap .request-list > li a {
		padding:15px 20px;
	}
	.main-online .request-wrap .request-list > li .title {
		font-size:14px;
	}
	.main-online .request-wrap .request-list > li .state {
		font-size:13px;
	}
	.main-online .request-wrap .request-list > li .date {
		font-size:14px;
	}
}
@media screen and (max-width: 768px) { 
	.main-online .online-box {
		width:100%;
		padding:0 !important;
	}
	.main-online .online-tit {
		padding-bottom:25px;
	}
	.main-online .online-tit h2 {
		font-size:18px;
	}
	.main-online .online-tit p {
		padding-left:10px;
		font-size:12px;
	}
	.main-online .write-wrap .online-form > li {
		padding-left:55px;
	}
	.main-online .write-wrap .online-form > li + li {
		margin-top:5px;
	}
	.main-online .write-wrap .online-form > li > label {
		font-size:13px;
		line-height:32px;
	}
	.main-online .write-wrap .online-form > li input[type=text],
	.main-online .write-wrap .online-form > li select {
		height:32px;
		padding:0 10px;
		font-size:12px;
	}
	.main-online .write-wrap .online-form > li textarea {
		height:65px;
		font-size:12px;
		padding:5px 10px;
	}
	.main-online .write-wrap .online-form > li.privacy > label {
		font-size:10px;
	}
	.main-online .write-wrap .online-form > li.privacy > .more {
		font-size:10px;
	}
	.main-online .write-wrap .online-form > li.privacy .privacy-list {
		left:100px;
		width:auto;
	}
	.main-online .write-wrap .online-form > li.privacy .privacy-list li {
		font-size:10px;
		line-height:15px;
	}
	.main-online .write-wrap .btn-wrap {
		margin-top:15px;
	}
	.main-online .write-wrap .btn-wrap button {
		height:36px;
		font-size:12px;
		line-height:36px;
	}
	.main-online .request-wrap {
		margin-top:45px;
	}
	.main-online .request-wrap .request-list > li + li {
		margin-top:6px;
	}
	.main-online .request-wrap .request-list > li a {
		padding:10px 15px;
	}
	.main-online .request-wrap .request-list > li .title {
		width:calc(100% - 300px);
		font-size:12px;
	}
	.main-online .request-wrap .request-list > li .cate {
		font-size:12px;
	}
	.main-online .request-wrap .request-list > li .state {
		width:70px; height:25px;
		font-size:11px;
		line-height:25px;
	}
	.main-online .request-wrap .request-list > li .date {
		width:80px;
		font-size:12px;
	}
}



/* 
	main-news
*/
.main-news .inner {
	display:flex;
}
.main-news .news-tit {
	position:relative;
	flex:0 0 280px;
	text-align:left;
}
.main-news .news-tit h2 {
	padding-bottom:20px;
	color:#333;
	font-family: 'Noto Sans KR', dotum, sans-serif;
	font-size:30px;
	font-weight:500;
	letter-spacing:-0.05rem;
	line-height:38px;
}
.main-news .news-tit p {
	padding-bottom:20px;
	color:#666;
	font-size:18px;
	font-weight:300;
	letter-spacing:-0.05rem;
	line-height:24px;
}
.main-news .news-tit .more a {
	display:flex;
	align-items: center;
	justify-content: center;
	width:140px;
	height:40px;
	border:1px solid #9a9995;
	color:#35332c;
	font-size:13px;
	font-weight:500;
}
.main-news .news-tit .paging {
	position:absolute; bottom:0; left:0;
	width:100%;
}
.main-news .news-tit .paging span {
	width:17px; height:17px;
	background:#dfdfdf;
	opacity:1;
	margin-right:8px;
}
.main-news .news-tit .paging span.swiper-pagination-bullet-active {
	background:#bf8c4d;
}
.main-news .news-list {
	flex:1 1 100%;
} 
.main-news .news-list .swiper-slide a {
	display:block;
	text-align:left;
}
.main-news .news-list .swiper-slide .img {
	display:block;
}
.main-news .news-list .swiper-slide .img img {
	width:100%;
}
.main-news .news-list .swiper-slide .info {
	padding:30px;
	background:#f3f3f3;
}
.main-news .news-list .swiper-slide .info .title {
	display:block;
	height:52px;
	margin-bottom:30px;
	color:#333;
	font-size:17px;
	letter-spacing:-0.05rem;
	line-height:26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.main-news .news-list .swiper-slide .info .date {
	display:block;
	color:#222;
	font-size:16px;
	font-weight:300;
	letter-spacing:0.05rem;
	background:url('/images/main/news_more.png') no-repeat right center;
}
@media screen and (max-width: 1024px) { 
	.main-news .news-tit {
		flex:0 0 200px;
	}
	.main-news .news-tit h2 {
		font-size:24px;
		line-height:32px;
	}
	.main-news .news-tit p {
		font-size:15px;
		line-height:21px;
	}
	.main-news .news-tit .more a {
		width:120px;
		height:35px;
	}
	.main-news .news-tit .paging span {
		width:15px; height:15px;
	}
	.main-news .news-list .swiper-slide .info {
		padding:20px;
	}
	.main-news .news-list .swiper-slide .info .title {
		font-size:15px;
		line-height:22px;
		height:43px;
	}
	.main-news .news-list .swiper-slide .info .date {
		font-size:14px;
		background-size:40px auto;
	}
}
@media screen and (max-width: 768px) { 
	.main-news .inner {
		display:block;
	}
	.main-news .news-tit {
		margin-bottom:25px;
	}
	.main-news .news-tit h2 {
		padding-bottom:7px;
		font-size:17px;
		line-height:21px;
	}
	.main-news .news-tit p {
		padding-bottom:0;
		font-size:13px;
		line-height:19px;
	}
	.main-news .news-tit .more {
		position:absolute; top:7px; right:0;
	}
	.main-news .news-tit .more a {
		width:80px; height:25px;
		font-size:10px;
	}
	.main-news .news-tit .paging {
		width:auto;
		left:auto;
		right:0;
		bottom:7px;
	}
	.main-news .news-tit .paging span {
		width:10px; height:10px;
		margin:0 0 0 5px;
	}
	.main-news .news-list {
		overflow:visible;
		width:120%;
	}
	.main-news .news-list .swiper-slide .info {
		padding:20px;
	}
	.main-news .news-list .swiper-slide .info .title {
		margin-bottom:15px;
		font-size:13px;
		line-height:18px;
		height:36px;
	}
	.main-news .news-list .swiper-slide .info .date {
		font-size:12px;
		background-size:30px auto;
	}
}



/* 
	main-column
*/
.main-column {
	background:#f3f3ef;
}
.main-column .inner {
	display:flex;
}
.main-column .column-tit {
	position:relative;
	flex:0 0 280px;
	text-align:left;
}
.main-column .column-tit h2 {
	padding-bottom:20px;
	color:#333;
	font-size:30px;
	font-weight:500;
	letter-spacing:-0.05rem;
	line-height:38px;
}
.main-column .column-tit p {
	padding-bottom:85px;
	color:#666;
	font-size:18px;
	font-weight:300;
	letter-spacing:-0.05rem;
	line-height:24px;
}
.main-column .column-tit .arrow {
	display:flex;
}
.main-column .column-tit .arrow > div {
	width:50px; height:50px;
	margin-right:7px;
	background:no-repeat center/cover;
	font-size:0;
	cursor:pointer;
}
.main-column .column-tit .arrow > div.prev {
	background-image:url('/images/main/column_prev.png');
}
.main-column .column-tit .arrow > div.next {
	background-image:url('/images/main/column_next.png');
}
.main-column .column-list {
	flex: 1 1 100%;
}
.main-column .column-list .swiper-slide {
	display:grid;
	grid-template-columns: repeat(3, 1fr);
    gap: 60px  20px;
}
.main-column .column-list .box > a {
	display:block;
}
.main-column .column-list .box .img {
	overflow:hidden;
	display:block;
}
.main-column .column-list .box .img img {
	width:100%;
	transition: all .3s ease;
}
.main-column .column-list .box .img img:hover {
	-ms-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);
}
.main-column .column-list .box .info {
	text-align:left;
	padding-top:15px;
}
.main-column .column-list .box .info .title {
	display:block;
	color:#333;
	font-size:16px;
	letter-spacing:-0.05rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.main-column .column-list .box .info .date {
	display:block;
	margin-top:10px;
	color:#222;
	font-size:15px;
	font-weight:300;
	letter-spacing:0.05rem;
	background:url('/images/main/column_more.png') no-repeat right center;
}
@media screen and (max-width: 1024px) { 
	.main-column .column-tit {
		flex:0 0 200px;
	}
	.main-column .column-tit h2 {
		font-size:24px;
		line-height:32px;
	}
	.main-column .column-tit p {
		font-size:15px;
		line-height:21px;
	}
	.main-column .column-list .box .info .date {
		font-size: 14px;
		background-size: 40px auto;
	}
}
@media screen and (max-width: 768px) { 
	.main-column .inner {
		display: block;
	}
	.main-column .column-tit {
		margin-bottom:25px;
		text-align:center;
	}
	.main-column .column-tit h2 {
		padding-bottom:7px;
		font-size:18px;
		line-height:22px;
	}
	.main-column .column-tit p {
		padding-bottom:0;
		font-size:13px;
		line-height:19px;
	}
	.main-column .column-tit p br {
		display:none;
	}
	.main-column .column-tit .arrow {
		display:none;
	}
	.main-column .column-list .swiper-slide {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 7px;
	}
	.main-column .column-list .box .info {
		padding-top:10px;
	}
	.main-column .column-list .box .info .title {
		font-size:15px;
	}
	.main-column .column-list .box .info .date {
		margin-top:5px;
		font-size: 12px;
		background-size: 30px auto;
	}
}




/* 
	main-location
*/
.main-location { 
	background:url('/images/main/location_bg.jpg') no-repeat center/cover;
}
.main-location .inner {
	display:table;
}
.main-location .adr-box { 
	display:table-cell;
	width:41%;
	background:#fff;
	padding:0 40px;
	border-top:7px solid #634f37;
	vertical-align:middle;
}
.main-location .adr-box .logo {
	padding-bottom:25px;
}
.main-location .adr-box .call {
	color:#333;
	font-size:15px;
	font-weight:700;
	letter-spacing:-0.025rem;
}
.main-location .adr-box .call a {
	display:block;
	color:#b18041;
	font-size:36px;
	font-weight:600;
}
.main-location .adr-box .contact {
	display:flex;
	justify-content:space-between;
	margin-bottom:30px;
}
.main-location .adr-box .contact li {
	color:#333;
	font-size:16px;
	letter-spacing:-0.02rem;
}
.main-location .adr-box .naver {
	display:flex;
	justify-content:center;
	align-items: center;
	background:#f1f1f2;
	padding:20px 0;
}
.main-location .adr-box .naver .txt {
	color:#333;
	padding-left:25px;
	font-size:15px;
	letter-spacing:-0.025rem;
	line-height:24px;
	text-align:left;
}
.main-location .adr-box .adr {
	padding-top:35px;
	color:#333;
	font-size:20px;
	letter-spacing:-0.025rem;
	line-height:30px;
}
.main-location .map_box {
	display:table-cell;
	width:59%;
	vertical-align:middle;
}
.main-location .map_box .map {
	position:relative;
	height:532px;
}
.main-location .map_box .map .root_daum_roughmap {
	width:100%;
	height:100%;
}
.main-location .map_box .map .root_daum_roughmap .wrap_map {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
}
.main-location .map_box .map .hide {
	display:none;
}
@media screen and (max-width: 1024px) { 
	.main-location .adr-box {
		padding:0 20px;
	}
	.main-location .adr-box .call {
		font-size:14px;
	}
	.main-location .adr-box .call a {
		font-size:30px;
	}
	.main-location .adr-box .contact li {
		font-size:14px;
	}
	.main-location .adr-box .naver .img img {
		width:55px;
	}
	.main-location .adr-box .naver .txt {
		font-size:14px;
		line-height:23px;
	}
	.main-location .adr-box .adr {
		font-size:17px;
		line-height:27px;
	}
}
@media screen and (max-width: 768px) { 
	.main-location .inner {
		display:flex;
		flex-direction: column;
	}
	.main-location .adr-box {
		order:2;
		width:100%;
		padding:25px 20px 30px;
		border-top: 4px solid #634f37;
	}
	.main-location .adr-box .logo {
		padding-bottom:20px;
	}
	.main-location .adr-box .logo img {
		width:140px;
	}
	.main-location .adr-box .call {
		font-size:14px;
	}
	.main-location .adr-box .call a {
		font-size:26px;
	}
	.main-location .adr-box .contact {
		margin:5px 0 20px;
	}
	.main-location .adr-box .contact li {
		font-size:12px
	}
	.main-location .adr-box .naver {
		padding:10px;
	}
	.main-location .adr-box .naver .img img {
		width:40px;
	}
	.main-location .adr-box .naver .txt {
		font-size:14px;
		line-height:17px;
	}
	.main-location .adr-box .adr {
		padding-top:10px;
		font-size:14px;
		line-height:20px;
	}
	.main-location .map_box {
		order:1;
		width:100%;
	}
	.main-location .map_box .map {
		height:266px;
	}
}



/* sub
------------------------------------------------------ */
/*
	visual
*/
.sub-visual { 
	display:table;
	width:100%; height:550px;
	text-align:center;
	background:no-repeat center/cover
}
.sub-visual.intro { 
	background-image:url('/images/sub/title/sub_visual_intro.jpg'); 
}
.sub-visual.business { 
	background-image:url('/images/sub/title/sub_visual_business.jpg'); 
}
.sub-visual.case { 
	background-image:url('/images/sub/title/sub_visual_case.jpg'); 
}
.sub-visual.news { 
	background-image:url('/images/sub/title/sub_visual_news.jpg'); 
}
.sub-visual.online { 
	background-image:url('/images/sub/title/sub_visual_online.jpg'); 
}
.sub-visual .visual-inner { 
	display:table-cell;
	padding-top:100px;
	vertical-align:middle;
	color:#fff;
}
.sub-visual .visual-inner h2 { 
	font-size:52px;
	font-weight:700;
	letter-spacing:0.025rem;
}	
.sub-visual .visual-inner h1 { 
	padding-top:20px;
	font-size:24px;
	font-weight:300;
	line-height:1;
	letter-spacing:0.5rem;
}
@media screen and (max-width: 1024px) { 
	.sub-visual { 
		height:440px;
	}
	.sub-visual .visual-inner { 
		padding-top:55px;
	}
	.sub-visual .visual-inner h2 { 
		font-size:40px; 
	}
	.sub-visual .visual-inner h1 { 
		font-size:20px;
	}
}
@media screen and (max-width: 768px) { 
	 .sub-visual { 
		height:375px;
	 }
	.sub-visual .visual-inner h2 { 
		font-size:33px; 
	}
	.sub-visual .visual-inner h1 { 
		padding-top:10px;
		font-size:15px; 
	}
}


/*
	sub-conts-wrap
*/
.sub-conts-wrap {
	margin:0 auto; padding:95px 0 170px;
	width:1200px;
}
@media screen and (max-width:1200px) {
	.sub-conts-wrap {
		padding:80px 30px 160px;
		width:100%;
	}
}
@media screen and (max-width:1024px) {
	.sub-conts-wrap {
		padding:70px 20px 110px;
	}
}
@media screen and (max-width:768px) {
	.sub-conts-wrap {
		padding:60px 12px 80px;
	}
}


/*
	sub-conts-title
*/
.sub-conts-title {
	position:relative;
	margin-bottom:60px;
	font-family: 'Noto Sans KR', dotum, sans-serif;
	font-weight:300;
	font-size:48px;
	color:#000;
	text-align:center;
	letter-spacing:0.05rem;
}
.sub-conts-title.online {
	padding-top:95px;
}
.sub-conts-title br {
	display:none;
}
@media screen and (max-width: 1200px) { 
	.sub-conts-title.online {
		padding-top:80px;
	}
}
@media screen and (max-width: 1024px) { 
	.sub-conts-title {
		margin-bottom:40px;
		font-size:42px;
	}
	.sub-conts-title.online {
		padding-top:70px;
	}
}
@media screen and (max-width: 768px) { 
	.sub-conts-title {
		margin-bottom:25px;
		font-size:34px;
	}
	.sub-conts-title.online {
		padding-top:60px;
	}
	.sub-conts-title br {
		display:block;
	}
}



/*
	인사말
*/
.greetings-wrap {
	position:relative;
	height:640px;
	background:url('/images/sub/greetings/greetings_bg.jpg') no-repeat center/cover;
}
.greetings-wrap .text-wrap {
	display:flex;
	flex-direction: column;
	justify-content: center;
	position:absolute; top:0; right:0;
	width:55%;
	height:100%;
	padding:0 95px 0 120px;
	background:rgba(114,84,46,.2);
}
.greetings-wrap .text-wrap h2 {
	padding-bottom:65px;
	font-family:'Noto Serif KR';
	color:#000;
	font-size:20px;
	font-weight:300;
	letter-spacing:-0.025rem;
	line-height:30px;
}
.greetings-wrap .text-wrap h2 strong {
	display:block;
	font-size:36px;
	font-weight:300;
	line-height:36px;
}
.greetings-wrap .text-wrap p {
	color:#000;
	font-size:20px;
	font-weight:300;
	letter-spacing:-0.025rem;
	line-height:36px;
}
.greetings-wrap .text-wrap p:before {
	display:block;
	width:24px; height:4px;
	margin-bottom:25px;
	background:#bf8c4d;
	content:'';
}
@media screen and (max-width: 1024px) { 
	.greetings-wrap .text-wrap {
		padding:0 80px 0 100px;
	}
	.greetings-wrap .text-wrap h2 {
		font-size:16px;
		line-height:26px;
	}
	.greetings-wrap .text-wrap h2 strong {
		padding-bottom:5px;
		font-size:30px;
	}
	.greetings-wrap .text-wrap p {
		font-size:17px;
		line-height:32px;
	}
}
@media screen and (max-width: 768px) { 
	.greetings-wrap {
		height:auto;
		padding-top:250px;
		background-image:url('/images/sub/greetings/greetings_bg_m.jpg');
	}
	.greetings-wrap .text-wrap {
		width:100%;
		padding:60px 35px 50px;
	}
	.greetings-wrap .text-wrap {
		position:static;
	}
	.greetings-wrap .text-wrap h2 {
		padding-bottom:30px;
		font-size:13px;
		line-height:23px;
	}
	.greetings-wrap .text-wrap h2 strong {
		font-size:24px;
	}
	.greetings-wrap .text-wrap p {
		font-size:13px;
		line-height:23px;
	}
	.greetings-wrap .text-wrap p:before {
		margin-bottom:15px;
		width:15px; height:3px;
	}
}



/*
	오시는길
*/
.location-wrap .map_box .map {
	position:relative;
	height:532px;
}
.location-wrap .map_box .map .root_daum_roughmap {
	width:100%;
	height:100%;
}
.location-wrap .map_box .map .root_daum_roughmap .wrap_map {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
}
.location-wrap .map_box .map .hide {
	display:none;
}
.location-wrap .adr-box { 
	display:flex;
	align-items: center;
	justify-content: space-around;
	border:2px solid #111;
	padding:30px 20px;
}
.location-wrap .adr-box .adr {
	padding-right:15px;
	color:#111;
	font-size:20px;
	font-weight:500;
	letter-spacing:-0.05rem;
	line-height:30px;
	word-break: keep-all;
}
.location-wrap .adr-box .call_contact .call a {
	font-size:34px;
	color:#b18041;
	font-weight:600;
	letter-spacing:-0.025rem;
}
.location-wrap .adr-box .call_contact .contact {
	display:flex;
}
.location-wrap .adr-box .call_contact .contact li {
	padding-right:20px;
	color:#333;
	font-size:16px;
	letter-spacing:-0.01rem;
}
.location-wrap .adr-box .naver {
	display:flex;
	align-items: center;
	justify-content: center;
	background:#f1f1f2;
	padding:10px 20px;
}
.location-wrap .adr-box .naver .txt {
	padding-left:15px;
	color:#333;
	font-size:12px;
	letter-spacing:-0.025rem;
	line-height:15px;
}
.location-wrap .adr-box .naver .txt strong {
	display:block;
	font-size:14px;
	font-weight:700;
}
@media screen and (max-width: 1024px) {
	.location-wrap .adr-box .adr {
		font-size:17px;
		line-height:27px
	}
	.location-wrap .adr-box .call_contact .call a {
		font-size:30px;
	}
	.location-wrap .adr-box .call_contact .contact li {
		font-size:13px;
	}
	.location-wrap .adr-box .naver .img img {
		width:40px;
	}
}
@media screen and (max-width: 768px) { 
	.location-wrap .map_box .map {
		height:280px;
	}
	.location-wrap .adr-box {
		display:block;
	}
	.location-wrap .adr-box .adr {
		padding-bottom:15px;
		font-size:15px;
		line-height:23px
	}
	.location-wrap .adr-box .call_contact {
		padding-bottom:15px;
	}
	.location-wrap .adr-box .call_contact .call a {
		font-size:25px
	}
	.location-wrap .adr-box .call_contact .contact {
		padding-top:5px;
	}
	.location-wrap .adr-box .naver {
		justify-content: flex-start;
	}
	.location-wrap .adr-box .naver .img img {
		width:35px;
	}
	.location-wrap .adr-box .naver .txt {
		font-size:11px;
	}
	.location-wrap .adr-box .naver .txt strong {
		padding-bottom:5px;
		font-size:12px
	}
}



/*
	구성원소개
*/
.member-wrap .img-wrap {
	padding-top:150px;
	background:url('/images/sub/member/member_bg.jpg') no-repeat center/cover;
}
.member-wrap .img-wrap .inner {
	display:flex;
	align-items: center;
}
.member-wrap .img-wrap .img {
	flex: 1 1 50%;
}
.member-wrap .img-wrap .text {
	flex: 1 1 50%;
}
.member-wrap .img-wrap .text h2 {
	margin-bottom:75px;
	display:inline-block;
	border-bottom:1px solid #473b2d;
	color:#111;
	font-size:60px;
	font-weight:300;
	letter-spacing:-0.05rem;
}
.member-wrap .img-wrap .text h2 br {
	display:none;
}
.member-wrap .img-wrap .text h2 strong {
	font-weight:700;
	padding-left:25px;
}
.member-wrap .career-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 70px;
	margin-top:90px;
}
.member-wrap .career.pc-hide {
	display:none;
}
.member-wrap .career dt {
	padding-bottom:15px;
	font-size:22px;
	font-weight:700;
	letter-spacing:-0.025rem;
}
.member-wrap .career dd {
	position:relative;
	padding-left:15px;
	color:#333;
	font-family: 'Noto Sans KR', dotum, sans-serif;
	font-size:18px;
	letter-spacing:-0.025rem;
	line-height:34px;
}
.member-wrap .career dd:after {
	position:absolute; top:13px; left:0;
	width:6px; height:6px;
	background:#473b2d;
	content:'';
}
@media screen and (max-width: 1024px) { 
	.member-wrap .img-wrap .img img {
		width:100%;
	}
	.member-wrap .img-wrap .text h2 {
		font-size:40px
	}
	.member-wrap .career dt {
		font-size:18px;
	}
	.member-wrap .career dd {
		font-size:15px;
		line-height:30px;
	}
	.member-wrap .career dd:after {
		top:12px;
	}
}
@media screen and (max-width: 768px) { 
	.member-wrap .img-wrap {
		padding-top:45px;
	}
	.member-wrap .img-wrap .inner {
		display:block;
		position:relative;
	}
	.member-wrap .img-wrap .img {
		text-align:right;
	}
	.member-wrap .img-wrap .img img {
		width:300px;
		margin-right:-65px;
	}
	.member-wrap .img-wrap .text {
		position:absolute; top:130px; left:20px;
	}
	.member-wrap .img-wrap .text h2 {
		font-size:30px !important;
		border:none;
		margin-bottom:0;
	}
	.member-wrap .img-wrap .text h2 span {
		border-bottom: 1px solid rgba(71,59,45,.5);
	}
	.member-wrap .img-wrap .text h2 strong {
		display:inline-block;
		margin-top:10px;
		padding-left:0;
		border-bottom: 1px solid rgba(71,59,45,.5);
	}
	.member-wrap .img-wrap .text h2 br {
		display:block;
	}
	.member-wrap .career-wrap {
		grid-template-columns: repeat(1, 1fr);
		gap: 45px 0;
		margin-top:45px
	}
	.member-wrap .career.pc-show {
		display:none;
	}
	.member-wrap .career.pc-hide {
		display:block;
	}
	.member-wrap .career dt {
		padding-bottom:5px;
		font-size:18px;
	}
	.member-wrap .career dd {
		padding-left:10px;
		font-size:13px;
		line-height:28px;
	}
	.member-wrap .career dd:after {
		top:10px;
		width:4px; height:4px;
	}
}



/*
	업무분야 
*/
.business-wrap .top-title {
	position:relative;
	margin-bottom:90px;
	padding:24px 30px;
	background:#ededed;
	color:#000;
	font-family:'Noto Serif KR';
	font-size:20px;
	letter-spacing:-0.025rem;
	line-height:32px;
	text-align:center;
}
.business-wrap .top-title span {
	color:#9a5d12;
}
.business-wrap .top-title:after,
.business-wrap .top-title:before {
	display:block;
	width:22px;
	height:101px;
	position:absolute;
	background:no-repeat center/cover;
	content:'';
}
.business-wrap .top-title:after {
	top:-10px; left:10px;
	background-image:url('/images/sub/business/title_left.png');
}
.business-wrap .top-title:before {
	bottom:-10px; right:10px;
	background-image:url('/images/sub/business/title_right.png');
}
.business-wrap .top-title .mo-br {
	display:none;
}
.business-wrap .tab-business {
	padding-bottom:80px;
	font-size:0;
	text-align:center;
}
.business-wrap .tab-business li {
	display:inline-block;
	padding:5px;
}
.business-wrap .tab-business li a {
	display:flex;
	align-items: center;
	justify-content: center;
	width:190px;
	height:45px;
	border:1px dashed #35332c;
	border-radius:50px;
	color:#000;
	font-size:18px;
	font-weight:300;
	letter-spacing:-0.05rem;
	cursor:pointer;
}
.business-wrap .tab-business li a.active {
	border-color:#bf8c4d;
	background:#bf8c4d;
	color:#fff;
}
.business-wrap .business-list {
	display:flex;
}
.business-wrap .business-list + .business-list {
	margin-top:140px;
}
.business-wrap .business-list dt {
	flex:0 0 315px;
	color:#333;
	font-size:32px;
	font-family:'Noto Serif KR';
	font-weight:300;
	word-break: keep-all;
}
.business-wrap .business-list dt:before {
	display:block;
	width:30px; height:2px;
	margin-bottom:5px;
	background:#bf8c4d;
	content:'';
}
.business-wrap .business-list dt span {
	display:inline-block;
	padding-top:5px;
	font-size:20px;
	line-height:30px;
}
.business-wrap .business-list dd {
	flex:1 1 100%;
	color:#666;
	font-family: 'Noto Sans KR', dotum, sans-serif;
	font-size:18px;
	font-weight:300;
	letter-spacing:-0.05rem;
	line-height:28px;
}
.business-wrap .business-list dd * {
	word-break: keep-all;
}
.business-wrap .business-list dd .box + .box {
	margin-top:70px;
}
.business-wrap .business-list dd h5 {
	padding-bottom:32px;
	color:#35332c;
	font-size:24px;
	font-weight:500;
}
.business-wrap .business-list dd p + p {
	padding-top:33px
}
.business-wrap .business-list dd strong {
	font-weight:500;
}
.business-wrap .business-list dd .pt-color {
	color:#bf8c4d;
}
.business-wrap .business-list dd .pt-red {
	color:#da3919;
}
.business-wrap .business-list dd .point-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
	background:#ededed;
	padding:36px 45px;
}
.business-wrap .business-list dd .point-list li {
	position:relative;
	padding-left:16px;
	color:#30323a;
	font-size:17px;
	font-weight:300;
}
.business-wrap .business-list dd .point-list li:after {
	position:absolute; top:9px; left:0;
	width:6px; height:6px;
	background:#35332c;
	content:'';
}
.business-wrap .business-list dd .point-list + .box {
	margin-top:70px;
}
.business-wrap .business-list dd .full_img img {
	width:100%;
}
@media screen and (max-width: 1024px) { 
	.business-wrap .top-title {
		font-size:17px;
		line-height:29px;
	}
	.business-wrap .tab-business li a {
		width:175px;
		height:40px;
		font-size:16px;
	}
	.business-wrap .business-list dt {
		font-size:26px;
		flex:0 0 250px;
	}
	.business-wrap .business-list dt span {
		font-size:16px;
		line-height:25px;
	}
	.business-wrap .business-list dd {
		font-size:16px;
		line-height:25px;
	}
	.business-wrap .business-list dd h5 {
		font-size:21px;
	}
	.business-wrap .business-list dd .point-list li {
		font-size:15px;
	}
	.business-wrap .business-list dd .point-list li:after {
		top:8px;
	}
}
@media screen and (max-width: 768px) { 
	.business-wrap .top-title {
		margin-bottom:50px;
		font-size:13px;
		line-height:22px;
		padding:12px 15px;
		letter-spacing:-0.05rem;
	}
	.business-wrap .top-title:after,
	.business-wrap .top-title:before {
		width:11px;
		height:68px;
	}
	.business-wrap .top-title:after {
		top:-5px;
		left:5px;
	}
	.business-wrap .top-title:before {
		bottom:-5px;
		right:5px;
	}
	.business-wrap .top-title .mo-br {
		display:block;
	}
	.business-wrap .top-title .pc-br {
		display:none;
	}
	.business-wrap .tab-business {
		padding-bottom:40px;
		text-align:left;
	}
	.business-wrap .tab-business li {
		padding:2px;
		width:33.33%;
		vertical-align:top;
	}
	.business-wrap .tab-business li a {
		width:100%;
		height:30px;
		font-size:13px;
	}
	.business-wrap .tab-business li a.small {
		font-size:11px;
	}
	.business-wrap .business-list {
		display:block;
	}
	.business-wrap .business-list + .business-list {
		margin-top:55px;
	}
	.business-wrap .business-list dt {
		font-size:18px;
		padding-bottom:15px;
	}
	.business-wrap .business-list dt span {
		font-size:11px;
		line-height:1;
		padding-top:0;
	}
	.business-wrap .business-list dt:before {
		width:15px;
	}
	.business-wrap .business-list dt br {
		display:none;
	}
	.business-wrap .business-list dd {
		font-size:14px;
		line-height:22px;
	}
	.business-wrap .business-list dd .pc-br {
		display:none;
	}
	.business-wrap .business-list dd .box + .box {
		margin-top:30px;
	}
	.business-wrap .business-list dd h5 {
		padding-bottom:15px;
		font-size:16px;
	}
	.business-wrap .business-list dd p + p {
		padding-top:15px;
	}
	.business-wrap .business-list dd .point-list {
		padding:20px;
		grid-template-columns: repeat(1, 1fr);
		gap: 3px 0;
	}
	.business-wrap .business-list dd .point-list li {
		font-size:13px;
		padding-left:10px;
	}
	.business-wrap .business-list dd .point-list li:after {
		width:4px; height:4px;
		top:7px;
	}
	.business-wrap .business-list dd .point-list + .box {
		margin-top:30px;
	}
}



/*
	승소사례 
*/
.case-list { 
	width:100%;
	text-align:left;
	font-size:0;
}
.case-list > li { 
	display:inline-block;
	margin:0 0 25px 20px; padding:30px 50px;
	width:calc(100% / 3 - 14px);
	border:1px solid #f1f1f1;
	box-sizing:border-box;
	background: #f1f1f1;
	vertical-align:top;
	transition:.3s;
}
.case-list > li:hover { 
	border:1px solid #4c75a1;
	background: #fff;
	box-shadow:15px 0 20px rgba(0,0,0,.1);
}
.case-list > li:nth-child(3n+1) { 
	margin-left: 0; 
}
.case-list > li a { 
	display:block; 
}
.case-list > li a > img { 
	margin-bottom: 25px; width:100%; 
}
.case-list .cate-name { 
	display:block;
	font-weight: 300; font-size:16px;
	color:#4c75a1;
}
.case-list strong { 
overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 15px 0 35px;
    height: 52px;
    font-weight: 300;
    font-size: 20px;
    color: #333;
    word-break: keep-all;
   }
.case-list.photo strong { 
	margin:3px 0 20px;
}
.case-list .bo-content { 
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical; 
	text-overflow:ellipsis;
	height:44px;
	font-weight: 300; font-size:16px; line-height:22px;
	color:#888;
}

.case-list .no-data { 
	width:100%;
	background: #fff;
	border:0 none;
	text-align:center;
	font-weight: 300; font-size:16px;
}
.case-list .no-data:hover { 
	box-shadow:none;
	border:0 none;
}

@media screen and (max-width: 768px) { 
	.case-list > li { 
		margin:0 0 20px 20px; padding:20px 23px;
		width:calc(50% - 10px); 
	}
	.case-list > li:nth-child(3n+1) { 
		margin-left: 20px; 
	}
	.case-list > li:nth-child(2n+1) { 
		margin-left: 0; 
	}
	.case-list .cate-name { 
		font-size:14px; 
	}
	.case-list  strong { 
		overflow:hidden;
		display:-webkit-box;
		-webkit-line-clamp:2; 
		-webkit-box-orient:vertical; 
		text-overflow:ellipsis;
		margin:5px 0 12px; height: 42px;
		font-size:18px; line-height: 1.2;
	}
	.case-list .cont .bo-content { 
		height:40px;
		font-size:14px; line-height: 20px;
	}
}
@media screen and (max-width: 480px) { 
	.case-list > li { 
		margin-left: 0; margin-bottom: 15px;
		width:100%; 
	}
	.case-list > li:nth-child(3n+1) { 
		margin-left: 0; 
	}
}



/*
	검색
*/
.search-result { 
	width:100%; 
}
.search-keyword { 
	padding:60px 30px;
	background:#f7f7f7;
	text-align:center;
}
.search-keyword p { 
	font-weight:300; font-size:20px;
	color:#808080;
	word-break:keep-all;
}
.search-keyword p strong { 
	font-weight:400;
	color:#907b5c; 
}
.search-keyword p:first-child { 
	margin-bottom:10px;
	 font-size:28px;
}
.search-keyword p:first-child strong { 
	font-weight:500;
	color:#1a1a1a; 
}

@media screen and (max-width: 640px) { 
	.search-keyword { 
		padding:30px 20px;
	}
	.search-keyword p { 
		font-size:16px; 
	}
	.search-keyword p:first-child { 
		font-size:22px; 
	}
}

.search-list .search-list-title { 
	position:relative;
	margin-top:60px; padding-bottom:25px;
	border-bottom:1px solid #262626;
	font-weight:300; font-size:26px;
	color:#1a1a1a;
}
.search-list .search-list-title strong { 
	font:500; 
}
.search-list .search-list-title a { 
	position:absolute; top:5px; right:0;
	width:24px; height:24px;
	font-size:0;
}
.search-list .search-list-title a:before, 
.search-list .search-list-title a:after { 
	content:'';
	position:absolute; top:50%; left:0;
	margin-top:-1px;
	width:100%; height:2px;
	background:#343434;
}
.search-list .search-list-title a:after { 
	transform:rotate(-90deg); 
}

@media screen and (max-width: 640px) { 
	.search-list .search-list-title { 
		margin-top:40px; padding-bottom:15px;
		font-size:20px;
	}
	.search-list .search-list-title a { 
		width:20px; height:20px; 
	}
}

.member-search-list { 
}
.member-search-list a { 
	display:block;
	padding:20px 30px;
	border-bottom:1px solid #e0e0e0; 
	font-size:0;
}
.member-search-list a > div { 
	display:inline-block;
	vertical-align:top;
}
.member-search-list .img-wrap { 
	width:170px; 
}
.member-search-list .img-wrap img { 
	width:100%; 
}
.member-search-list .text-wrap { 
	padding-left:20px;
	width:calc(100% - 170px); 
}
.member-search-list .text-wrap h1 { 
	font-weight:500; font-size:18px;
	color:#1a1a1a;
}
.member-search-list .text-wrap h1 strong { 
	display:inline-block;
	margin-bottom:10px;
	padding:0 9px; min-width:78px;
	background:#907b5c;
	font-weight:300; font-size:15px; line-height:27px;
	color:#fff;
}
.member-search-list .text-wrap h1 span { 
	display:block;
	font-weight:300; font-size:16px;
	color:#808080;
}
.member-search-list .text-wrap ul { 
	margin-top:20px; 
}
.member-search-list .text-wrap li { 
	font-weight:400; font-size:14px;
	font-family:'Roboto', 'Noto Sans KR', sans-serif;
	color:#808080;
	letter-spacing:0;
}

@media screen and (max-width: 640px) { 
	.member-search-list a { 
		padding:15px 10px; 
	}
	.member-search-list .img-wrap { 
		margin:0 auto; 
	}
	.member-search-list .text-wrap { 
		padding:20px 0 0;
		width:100%;
	}
	.member-search-list .text-wrap h1 strong { 
		font-size:14px; line-height:24px; 
	}
	.member-search-list .text-wrap ul { 
		margin-top:15px; 
	}
}

.search-list .search-list-title + ul { 
	 
}
.search-list .search-list-title + ul li { 
	border-bottom:1px solid #e0e0e0; 
}
.search-list .search-list-title + ul li a { 
	display:block;
	padding:20px 30px;
	font-weight:300; font-size:18px;
	color:#1a1a1a;
}
.search-list .search-list-title + ul li a strong { 
	display:block;
	margin-bottom:10px;
	padding:0 9px; width:76px;
	background:#907b5c;
	font-weight:300; font-size:15px; line-height:27px;
	color:#fff;
	text-align:center;
}

@media screen and (max-width: 640px) { 
	.search-list .search-list-title + ul li a { 
		padding:15px 10px;
		font-size:15px;
	}
	.search-list .search-list-title + ul li a strong { 
		font-size:14px; line-height:24px;
	}
}


.mobile-br
{
	display: none;
}
@media screen and (max-width: 640px) { 
	.mobile-br{	display: inherit;}
	.pc-br{display: none;}
}

/*
	quick-menu
*/
.quick-menu { 
	display:none;
	/*position:fixed; top:228px; right:0;
	z-index:999;
	width:90px;
	background:#1e283d;
	text-align:center;*/
}
.quick-menu li { 
	display:table;
	width:100%; height: 90px;
	border:1px solid #1e283d;
	border-bottom-width:0;
}
.quick-menu li:nth-child(1) { 
	height: 120px;
}
.quick-menu li:first-child { 
	border-color:#1e283d;
	background:#1e283d; 
}
.quick-menu li.btn-top { 
	height:40px;
	border-bottom:1px solid #1e283d;
}
.quick-menu li div { 
	display:table-cell;
	vertical-align:middle;
}
.quick-menu li a { 
	display:block; 
}
.quick-menu li img { 
	margin-bottom:10px; 
}
.quick-menu li span { 
	display:block; 
	font-weight:300; font-size:13px; line-height:18px;
	color:#fff;
}
.quick-menu li:first-child span { 
	color:#fff; 
}
.quick-menu li strong { 
	display:block; 
	font-weight:500; font-size:16px;
	color:#fff;
}
.quick-menu li.btn-top img { 
	display:inline-block;
	vertical-align:middle;
}
.quick-menu li.btn-top img { 
	margin-top:12px; 
}

@media screen and (max-width: 1024px) { 
	/*.quick-menu { 
		display:none;
	}*/
	.m-main-academy-icon {
		display: none;
	}
}

@media screen and (max-width: 640px) { 
	.quick-menu {
		position: fixed; top: 70px; right: 15px;
		z-index: 333;
		display: flex;
		align-items: end;
		flex-direction: column;
		gap: 13px 0;
	}
	.quick-menu p {
		position: relative;
		width: auto;
		border-radius: 100px;
		background: #68b73a;
	}
	.quick-menu p a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 12px 20px 8px;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.01em;
		color: #fff;
	}
	.m-main-academy-icon {
		display: block;
		width: 100%;
	}
	.m-main-academy-icon img {
		width: 100%; margin-top:15px;
	}
}


/*
	성공사례 게시판 유형 1 board-list02	
*/


.board02-txt-area
{
	border: 1px solid #c3c3c3;
    padding: 13px 15px 0;
    height: 140px;
    box-sizing: border-box;
}
.board-list02 { 
	width:100%;
	text-align:left;
	font-size:0;
}
.board-list02 > li { 
	display:inline-block;
	margin:0 0 25px 20px; /*padding:30px 50px;*/
/*	width:calc(100% / 3 - 14px);*/
	width: 285px;
/*	height: 382px; */
	box-sizing:border-box;
	vertical-align:top;
	transition:.3s;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
}
.board-list02 > li:hover { 
/*	border:1px solid #d9bc91;
	background: #fff;*/
	box-shadow:15px 0 20px rgba(0,0,0,.1); 
}
.board-list02 > li:nth-child(4n+1) { 
	margin-left: 0; 
}
.board-list02 > li a { 
	display:block; 
}
.board-list02 li .thum
{
	overflow: hidden;
}
.board-list02 > li a img { 
	margin-bottom: 0; width:100%; 
	transition:.5s;
}
.board-list02 > li a:hover img { 
	transform:scale(1.10);
	
	transition:.5s;
}
.board-list02 .board02-title
{
	padding: 20px 15px 20px 15px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #4e99de;
}
.board-list02 .board02-body
{
	position: relative;
    padding: 20px 22px;
    background: #fff;
    letter-spacing: -0.5px;
    max-height: 175px;
    min-height: 175px;
    box-sizing: content-box;
    overflow: hidden;
}
.board-list02 .cate-name { 
	    color: #f9eaa5;
    font-size: 16px;
    line-height: 1;
    margin:9px 0;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 350;
    letter-spacing: -1px;
    
    display: block;
    
 }
 
.board-list02 strong {
	color: #fff; 

    font-size: 20px;
    line-height: 1.1;
    margin: 7px 0 9px 0;
    width: 250px;
    text-overflow: ellipsis;
	
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 350;
 }
.board-list02.photo strong { 
	margin:3px 0 4px;
}
.board-list02 .date { 
	font-size: 15px;
    letter-spacing: -1px;
    color: #666;
    font-family: 'Roboto';
    
	
}

.board-list02 .bo-content { 
	color: #333!important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-family: 'Noto Sans KR' !important;
    font-weight: normal !important;
    word-break: break-all;
 }
.board-list02 .date-area
{
	position: absolute;
	bottom: 10px;
	right: 10px;

}
.board-list02 .no-data { 
	width:100%;
	background: #fff;
	border:0 none;
	text-align:center;
	font-weight: 300; font-size:16px;
}
.board-list02 .no-data:hover { 
	box-shadow:none;
	border:0 none;
}

@media screen and (max-width: 1024px) { 
	.board-list02 > li { 
		margin:0 0 20px 20px; padding:0;
		width:calc(50% - 10px); 
	}
	.board-list02 > li:nth-child(3n+1) { 
		margin-left: 20px; 
	}
	.board-list02 > li:nth-child(2n+1) { 
		margin-left: 0; 
	}
	.board-list02 .cate-name { 
		font-size:14px; 
	}
	.board-list02  strong { 
		overflow:hidden;
		display:-webkit-box;
		-webkit-line-clamp:2; 
		-webkit-box-orient:vertical; 
		text-overflow:ellipsis;
		margin:5px 0 12px; height: 20px;
		font-size:18px; line-height: 1.2;
	}
	.board-list02 .cont .bo-content { 
		height:40px;
		font-size:14px; line-height: 20px;
	}
}
@media screen and (max-width: 480px) { 
	.board-list02 > li { 
		margin-left: 0; margin-bottom: 15px;
		width:100%; 
	}
	.board-list02 > li:nth-child(3n+1) { 
		margin-left: 0; 
	}
}


/*
//	성공사례 게시판 유형 1 board-list02	//
*/


.btn-kakao
{
	position: fixed;
	display: none;
}
@media screen and (max-width: 640px) { 
	
	.btn-kakao
	{
		display: inherit;
		position: fixed;
		bottom:10px;
		left: 20px;
	}
}
.business-bold
{
	font-size: 20px;
	font-weight: 400;
}
.number-bold
{
	font-size: 18px;
	font-weight: 400;

	
}

.br-mobile{display: none;}
@media screen and (max-width: 640px) { 
	
		.br-pc {display: none;}
		.br-mobile{display: inherit;}
}

.down_btn
{
	width: 140px;
    height: 40px;
    font-size: 14px;
    font-weight: 100;
    background: #222430;
    border: 0;
    color: #fff;
    /* display: inline-block; */
    position: absolute;
    top: 130px;
    left: 250px;
}
@media screen and (max-width: 640px) { 
	.down_btn
	{
	    width: 95px;
		height: 30px;
		font-size: 13px;
		top: 100px;
		left: 160px;
	}
}


/*갤러리 게시판 type 1 */

.gallery1-list { 
	width:100%;
	text-align:left;
	font-size:0;
}
.gallery1-list > li { 
	display:inline-block;
	margin:0 0 0 10px; /*padding:30px 50px;*/
	width:calc(100% / 4 - 9px);
/*	width: 372px; */
/*	height: 382px; */
	box-sizing:border-box;
	vertical-align:top;
	transition:.3s;
}
.gallery1-list > li:hover { 
/*	border:1px solid #d9bc91;
	background: #fff;*/
	box-shadow:15px 0 20px rgba(0,0,0,.1); 
}
.gallery1-list > li:nth-child(4n+1) { 
	margin-left: 0; 
}
.gallery1-list > li a { 
	display:block; 
}
.gallery1-list li .thum
{
	overflow: hidden;
	border: 1px solid #c3c3c3;
}
.gallery1-list > li a img { 
	margin-bottom: 0; width:100%; 
	transition:.5s;
}
.gallery1-list > li a:hover img { 
	transform:scale(1.10);
	
	transition:.5s;
}

.gallery1-list .cate-name { 
	letter-spacing: -1px;
    padding-bottom: 5px;
    font-size: 15px;
    display: inline-block;
    color: #a08344;
    border-bottom: 2px solid #a38b48;
    margin-bottom: 13px;
}
.gallery1-list strong { 
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical; 
	text-overflow:ellipsis;
	margin:15px 0 35px;
	height:28px;
	font-weight: 700; font-size:19px;
	color:#333;
	word-break:keep-all;
	text-align: center;
}
.gallery1-list.photo strong { 
	margin:3px 0 4px;
}
.gallery1-list .date { 
	font-size: 15px;
    letter-spacing: -1px;
    color: #797979;
	
}

.gallery1-list .bo-content { 
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical; 
	text-overflow:ellipsis;
	height:90px;
	font-weight: 300; font-size:16px; line-height:22px;
	color:#888;
}

.gallery1-list .no-data { 
	width:100%;
	background: #fff;
	border:0 none;
	text-align:center;
	font-weight: 300; font-size:16px;
}
.gallery1-list .no-data:hover { 
	box-shadow:none;
	border:0 none;
}
.board01-txt-area
{
	padding: 13px 15px 0;
    height: 50px;
    box-sizing: border-box;
}

.gallery1-list .test
{
	border: 1px solid #c3c3c3;
    padding: 13px 15px 0;
    height: 140px;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) { 
	.gallery1-list > li { 
		margin:0 0 20px 20px; padding:0;
		width:calc(50% - 10px); 
	}
	.gallery1-list > li:nth-child(3n+1) { 
		margin-left: 20px; 
	}
	.gallery1-list > li:nth-child(2n+1) { 
		margin-left: 0; 
	}
	.gallery1-list .cate-name { 
		font-size:14px; 
	}
	.gallery1-list  strong { 
		overflow:hidden;
		display:-webkit-box;
		-webkit-line-clamp:2; 
		-webkit-box-orient:vertical; 
		text-overflow:ellipsis;
		margin:5px 0 12px; height: 42px;
		font-size:18px; line-height: 1.2;
	}
	.gallery1-list .cont .bo-content { 
		height:40px;
		font-size:14px; line-height: 20px;
	}
}
@media screen and (max-width: 480px) { 
	.gallery1-list > li { 
		margin-left: 0; margin-bottom: 15px;
		width:100%; 
	}
	.gallery1-list > li:nth-child(3n+1) { 
		margin-left: 0; 
	}
}


/*인가사례 리뷰 상세페이지 */
.case-review-detail { 
	 
}
.case-review-detail-header { 
	padding:30px 50px;
	width:100%;
	background:#ebf3f6;
	font-size:0;
}
@media screen and (max-width: 1200px) { 
	.case-review-detail-header { 
		padding:30px; 
	}
}
@media screen and (max-width: 640px) { 
	.case-review-detail-header { 
		padding:20px; 
	}
}

.case-review-detail-header > * { 
	display:inline-block; vertical-align:middle; 
}
.case-review-detail-header .icon-wrap { 
	position:relative;
	width:110px; height:110px;
	border-radius:50%;
	background:#fff;
}
.case-review-detail-header .icon-wrap img { 
	position:absolute; top:50%; left:50%; 
	margin:-26px 0 0 -30px;
}
.case-review-detail-header .title-wrap { 
	padding-left:4%; 
	width:calc(100% - 110px);
}
.case-review-detail-header .title-wrap h1 { 
	margin-bottom:23px; padding-bottom:23px;
	border-bottom:1px solid #aab8bd;
	font-weight:500; font-size:23px;
	color:#333;
}
.case-review-detail-header .title-wrap h1 span { 
	display:inline-block;
	margin-left:4%;
}
.case-review-detail-header .title-wrap dl { 
	display:inline-block; vertical-align:top; 
	width:25%;
}
.case-review-detail-header .title-wrap dl:last-child { 
	margin-right:0; 
}
.case-review-detail-header .title-wrap dl dt,
.case-review-detail-header .title-wrap dl dd { 
	display:inline-block; vertical-align:top; 
}
.case-review-detail-header .title-wrap dl dt { 
	width:110px;
	border:2px solid #d28057;
	border-radius:15px;
	background:#fff;
	font-weight:400; font-size:15px; line-height:26px;
	color:#d28057;
	text-align:center;
}
.case-review-detail-header .title-wrap dl dd { 
	padding-left:13px;
	font-weight:500; font-size:16px; line-height:30px;
	color:#333;
}
@media screen and (max-width: 1100px) { 
	.case-review-detail-header .title-wrap h1 { 
		margin-bottom:18px; 
	}
	.case-review-detail-header .title-wrap dl { 
		margin-top:7px;
		width:50%; 
	}
}
@media screen and (max-width: 768px) { 
	.case-review-detail-header .icon-wrap { 
		width:90px; height:90px; 
	}
	.case-review-detail-header .icon-wrap img { 
		margin:-20px 0 0 -23px;
		width:46px; 
	}
	.case-review-detail-header .title-wrap { 
		width:calc(100% - 90px); 
	}
}
@media screen and (max-width: 640px) { 
	.case-review-detail-header > * { 
		vertical-align:top; 
	}
	.case-review-detail-header .icon-wrap { 
		width:60px; height:60px; 
	}
	.case-review-detail-header .icon-wrap img { 
		margin:-16px 0 0 -18px;
		width:36px; 
	}
	.case-review-detail-header .title-wrap { 
		width:calc(100% - 60px); 
	}
	.case-review-detail-header .title-wrap h1 { 
		margin-bottom:8px; padding-bottom:15px;
		font-size:16px; 
	}
	.case-review-detail-header .title-wrap dl { 
		width:100%; 
	}
	.case-review-detail-header .title-wrap dl dt { 
		width:80px;
		border-width:1px;
		font-size:13px; line-height:24px;
	}
	.case-review-detail-header .title-wrap dl dd { 
		padding-left:7px;
		width:calc(100% - 80px);
		font-size:14px; line-height:26px;
	}
}

.case-review-detail-conts { 
	padding:45px 40px; 
	border-bottom:2px solid #d28057;
	font-weight:400; font-size:18px; line-height:2.1;
	color:#555;
}
@media screen and (max-width: 768px) { 
	.case-review-detail-conts { 
		padding:35px 20px; 
		font-size:16px;
	}
}
@media screen and (max-width: 640px) { 
	.case-review-detail-conts { 
		padding:25px 15px; 
		font-size:14px; line-height:1.8;
	}
}

.case-review-detail-btn { 
	margin-top:23px;
	text-align:right; 
}
.case-review-detail-btn a { 
	display:inline-block;
	width:200px;
	background:#333;
	font-weight:300; font-size:16px; line-height:55px;
	color:#fff;
	text-align:center;
}
@media screen and (max-width: 640px) { 
	.case-review-detail-btn a { 
		width:100%;
		font-size:14px; line-height:45px;
	}
}



/*갤러리 게시판 type 2 */


.gallery2-list { 
	font-size:0;
	margin-top: 15px;	 
}
.member ~ .board-conts .gallery2-list { 
	position:relative; left:-30px;
	width:calc(100% + 30px);
}
.gallery2-list li { 
	display:inline-block;
	margin-left:30px;
	width:calc(33.333% - 20px);
	vertical-align:top;
}
.gallery2-list li:nth-child(3n+1)
{
	margin-left: 0;
}
.sub-conts-wrap .gallery2-list li { 
	margin-bottom:20px; 
	border: 1px solid #97a2b3;
}
.notice ~ .sub-conts-wrap .gallery2-list li:nth-child(3n+1) { 
	margin-left:0; 
}
.gallery2-list li a { 
	overflow:hidden;
	display:block;
	background:#fff;
}
.gallery2-list li img { 
	width:100%; 
	transition:.3s;
	border: 1px solid #e6e6e6;
}
.gallery2-list li:hover a img { 
	transform: scale(1.05);	 
}
.gallery2-list li .subject { 
	overflow:hidden;
	display:block;
	margin:0 0 10px;
	font-size:22px;
	color:#1a1a1a;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.gallery2-list li .text-wrap { 
	padding:20px 28px;
	border:1px solid #e6e6e6;
	border-top:0 none;
}
.gallery2-list li .bo-content { 
	overflow:hidden;
	display:block;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
	width:100%; height:52px;
	font-weight: 300; font-size:16px; line-height:26px;
	color:#666;
	word-break:keep-all;
	text-overflow:ellipsis;
}
.gallery2-list li .date { 
	display:block;
	margin-bottom:15px;
	font-weight: 500; font-size:13px;
	font-family: 'Montserrat', sans-serif;
	color:#808080;
	letter-spacing:0;
}
.gallery2-list li .date strong { 
	position:relative; left:-5px;
	display:block;
	font-weight:500; font-size:50px; line-height:1;
}

.gallery2-list .conts-wrap
{
	padding:15px 25px 30px;
	text-align:left;	
}
@media screen and (max-width: 640px) { 
	.member ~ .board-conts .gallery2-list { 
		left:auto;
		width:100%;
	}
	.gallery2-list li { 
		margin-left:0; margin-bottom:15px; 
		width:100%;
	}
	.gallery2-list li .text-wrap { 
		padding:20px; 
	}
	.gallery2-list li .date { 
		margin-bottom:7px;
		font-size:11px; 
	}
	.gallery2-list li .date strong { 
		left:-3px;
		font-size:35px; 
	}
	.gallery2-list li .subject { 
		font-size:18px; 
	}
	.gallery2-list li .bo-content { 
		height:36px; font-size:13px; line-height:18px; 
	}
}

.sub .slick-dots { 
	position:relative; bottom:auto;
}
.sub .slick-dots li.slick-active button { 
	background-color:#b1885d; 
}
.sub .slick-dots li button { 
	background-color:#ddd;
}

.sub .slick-prev, 
.sub .slick-next { 
	margin-top:-15.5px;
	width:32px; height:31px;	 
}
.sub .slick-prev { 
	left:-60px; 
}
.sub .slick-next { 
	right:-30px;
}
.sub .gallery2-list .slick-prev { 
	left:-30px;
}
.sub .gallery2-list .slick-next { 
	right:-60px;
}
.sub .slick-prev:before { 
	background: url('/images/sub/btn_prev.png') no-repeat center center;
}
.sub .slick-next:before { 
	background: url('/images/sub/btn_next.png') no-repeat center center;
}

/*갤러리 게시판 type 3 */

.gallery3-list { 
	width:100%;
	text-align:left;
	font-size:0;
}
.gallery3-list > li { 
	display:inline-block;
	margin:0 0 50px 27px; /*padding:30px 50px;*/
/*	width:calc(100% / 3 - 14px);*/
	width: 270px;
/*	height: 382px; */
	box-sizing:border-box;
	vertical-align:top;
	transition:.3s;
}
.gallery3-list > li:hover { 
/*	border:1px solid #d9bc91;
	background: #fff;*/
	box-shadow:15px 0 20px rgba(0,0,0,.1); 
}
.gallery3-list > li:nth-child(4n+1) { 
	margin-left: 0; 
}
.gallery3-list > li a { 
	display:block; 
}
.gallery3-list li .thum
{
	overflow: hidden;
}
.gallery3-list > li a img { 
	margin-bottom: 0; width:100%; 
	transition:.5s;
}
.gallery3-list > li a:hover img { 
	transform:scale(1.10);
	
	transition:.5s;
}

.gallery3-list .cate-name { 
	letter-spacing: -1px;
    padding-bottom: 5px;
    font-size: 13px;
    display: inline-block;
    color: #a08344;
    border-bottom: 2px solid #a38b48;
    margin-bottom: 5px;
}
.gallery3-list strong { 
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical; 
	text-overflow:ellipsis;
	margin:15px 0 35px;
	height:44px;
	font-weight: 700; font-size:16px;
	color:#333;
	word-break:keep-all;
}
.gallery3-list.photo strong { 
	margin:3px 0 4px;
}
.gallery3-list .date { 
	font-size: 15px;
    letter-spacing: -1px;
    color: #797979;
	
}

.gallery3-list .bo-content { 
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical; 
	text-overflow:ellipsis;
	height:90px;
	font-weight: 300; font-size:16px; line-height:22px;
	color:#888;
}

.gallery3-list .no-data { 
	width:100%;
	background: #fff;
	border:0 none;
	text-align:center;
	font-weight: 300; font-size:16px;
}
.gallery3-list .no-data:hover { 
	box-shadow:none;
	border:0 none;
}
.board01-txt-area
{
	border: 1px solid #c3c3c3;
    padding: 13px 15px 0;
    height: 105px;
    box-sizing: border-box;
}

.gallery3-list .test
{
	border: 1px solid #c3c3c3;
    padding: 13px 15px 0;
    height: 140px;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) { 
	.gallery3-list > li { 
		margin:0 0 20px 20px; padding:0;
		width:calc(50% - 10px); 
	}
	.gallery3-list > li:nth-child(3n+1) { 
		margin-left: 20px; 
	}
	.gallery3-list > li:nth-child(2n+1) { 
		margin-left: 0; 
	}
	.gallery3-list .cate-name { 
		font-size:14px; 
	}
	.gallery3-list  strong { 
		overflow:hidden;
		display:-webkit-box;
		-webkit-line-clamp:2; 
		-webkit-box-orient:vertical; 
		text-overflow:ellipsis;
		margin:5px 0 12px; height: 42px;
		font-size:18px; line-height: 1.2;
	}
	.gallery3-list .cont .bo-content { 
		height:40px;
		font-size:14px; line-height: 20px;
	}
}
@media screen and (max-width: 480px) { 
	.gallery3-list > li { 
		margin-left: 0; margin-bottom: 15px;
		width:100%; 
	}
	.gallery3-list > li:nth-child(3n+1) { 
		margin-left: 0; 
	}
}

/* 성공사례 유형 boxtyep1 - no image */

.case-box1 { 
	position:relative; left:-11px;
	width:calc(100% + 22px);
	font-size:0;	 
}
.case-box1 .main-case-slide { 
	display:inline-block;
	padding:11px;
	vertical-align:top;
}
.case-box1 .main-case-slide a { 
	position:relative;
	display:block;
}
.case-box1 .main-case-slide a > img { 
	width:100%; 
}
.case-box1 .main-case-slide a .conts-wrap { 
	padding:36px 40px 30px;
	background:#fff;
	text-align:left;
}
.case-box1 .main-case-slide a .cate-name { 
	position:absolute; top:-1px; left:-1px;
	padding:0 12px;
	background:#333;
	font-weight:400; font-size:16px; line-height:30px;
	font-family:'Noto Serif KR', serif;
	color:#fff;
	display:none;
}
.case-box1 .main-case-slide a .cate { 
	position:absolute; top:31px; left:0;
	padding:0 10px;
	background:#FFB500;
	font-weight:400; font-size:20px; line-height:33px;
	font-family:'Noto Serif KR', serif;
	color:#fff;
	text-align:right;
}
.sub .case-box1 .main-case-slide a .cate { 
	color:#fff; 
}
.case-box1 .main-case-slide a .date { 
	display:block;
	margin-bottom:25px;
	font-weight:500; font-size:16px;
	font-family:'Montserrat', sans-serif;
	color:#666;
	text-align:right;
	letter-spacing:0;
}
.case-box1 .main-case-slide a .subject { 
	overflow:hidden;
	display:block;
	width:100%;
	font-weight:700; font-size:19px;
	color:#333;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.case-box1 .main-case-slide a .bo-content { 
	overflow:hidden;
	display:block;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
	margin-top:12px;
	width:100%; height:72px;
	font-weight: 400; font-size:16px; line-height:24px;
	color:#666;
	word-break:break-all;
	text-align: justify;
	text-overflow:ellipsis;
}

.case-box1 .name { 
	position:relative; z-index:11;
	margin-top: 0; 
}
.case-box1 .name li { 
	display:inline-block;
	vertical-align:middle;
}
.case-box1 .name li:first-child { 
	width:calc(100% - 100px); 
	font-weight: 300; font-size:16px;
	color:#333;
}
.case-box1 .name li:first-child  strong { 
	font-weight: 500;
}
.case-box1 .name li:last-child { 
	overflow:hidden;
	width:42px; height:42px;
	border-radius:50%;
}
.case-box1 .name li:last-child img { 
	width:100%; 
}
.case-box1 .main-case-slide a .more { 
	display:block;
	margin-top:25px;
	font-weight:700; font-size:12px; line-height:1;
	font-family:'Montserrat', sans-serif;
	color:#0d3776;
	text-transform:uppercase;
	letter-spacing:0;
}
.case-box1 .main-case-slide a .more:after { 
	content:'';
	display:inline-block;
	margin-left:9px;
	width:40px; height:1px;
	background:#0d3776;
}
.case-box1 .main-case-slide a .more img { 
	display:inline-block;
	margin-left:9px;
	vertical-align:middle;
}
.case-box1 .main-case-slide:hover a:before { 
	content:'';
	position:absolute; top:-1px; left:-1px;
	width:calc(100% + 2px); height:calc(100% + 2px);
	border:1px solid #0d3776;
	transition:.3s;
}
.case-box1 .main-case-slide:hover a { 
	box-shadow:27px 2px 59px rgba(0,0,0,.12); 
}

.sub-conts-wrap .case-box1 .main-case-slide a { 
	border:1px solid #ddd;	 
}

@media screen and (min-width:641px) { 
	.sub .case-box1 > li { 
		margin-bottom:25px;
		width:33.333%; 
	}
	.sub .case-box1 > li:nth-child(3n+1) { 
		margin-left:0; 
	}
}

@media screen and (max-width: 640px) { 
	.case-box1 { 
		left:0;
		padding:0 20px;
		width:100%;
	}
	.case-box1 .main-case-slide { 
		width:100%; 
	}
	.case-box1 .main-case-slide a .conts-wrap { 
		padding:25px 25px 30px; 
	}
	.case-box1 .main-case-slide a .cate { 
		top:22px;
		width:100px;
		font-size:14px; line-height:24px;
	}
	.case-box1 .main-case-slide a .date { 
		margin-bottom:20px;
		font-size:14px;
	}
	.case-box1 .main-case-slide a .subject { 
		font-size:17px; 
	}
	.case-box1 .main-case-slide a .bo-content { 
		height:54px;
		font-size:13px; line-height:18px; 
	}
	.case-box1 .name { 
		margin-top:-40px; 
	}
	.case-box1 .name li:first-child { 
		width:calc(100% - 50px); 
		font-size:13px;
	}
	.case-box1 .name li:last-child { 
		width:50px; height:50px; 
	}
	
	.case-box1 .main-case-slide a .more { 
		margin-top:20px;
		font-size:11px; 
	}
	.case-box1 .main-case-slide a .more:after { 
		width:30px; 
	}
}

/* 성공사례 유형 boxtyep2 - no image */

.case-box2 { 
	position:relative; left:-11px;
	width:calc(100% + 22px);
	font-size:0;	 
}
.case-box2 .main-case-slide { 
	display:inline-block;
	padding:11px;
	vertical-align:top;
	width: 33.333%;
}
.case-box2 .main-case-slide a { 
	position:relative;
	display:block;
	box-shadow:5px 2px 10px rgba(19,21,25,.1);
}
.case-box2 .main-case-slide a > img { 
	width:100%; 
}
.case-box2 .main-case-slide a .conts-wrap { 
	padding:60px 40px 30px;
	background:#fff;
	text-align:left;
}
.case-box2 .main-case-slide a .cate-name { 
	position:absolute; top:-1px; left:-1px;
	padding:0 12px;
	background:#333;
	font-weight:400; font-size:16px; line-height:30px;
	font-family:'Noto Serif KR', serif;
	color:#fff;
	display:none;
}
.case-box2 .main-case-slide a .cate { 
	position:absolute; top:0; left:0;
	padding:0 10px;
/*	width:117px; */
	background:#343841;
	font-weight:400; font-size:16px; line-height:30px;
	font-family:'Noto Serif KR', serif;
	color:#fff;
	text-align:right;
}
.case-box2 .main-case-slide a .subject { 
	overflow:hidden;
	display:block;
	width:100%;
	font-weight:700; font-size:19px;
	color:#333;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.case-box2 .main-case-slide a .bo-content { 
	overflow:hidden;
	display:block;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
	margin-top:12px; margin-bottom:50px;
	width:100%; height:72px;
	font-weight: 400; font-size:16px; line-height:24px;
	color:#666;
	word-break:keep-all;
	text-overflow:ellipsis;
}
.case-box2 .main-case-slide a .more { 
	display:inline-block;
	width:calc(100% - 55px);
	font-weight:600; font-size:12px; line-height:1;
	font-family:'Poppins', sans-serif;
	color:#000;
	text-transform:uppercase;
	letter-spacing:0;
}
.case-box2 .main-case-slide a .more:after { 
	content:'';
	display:inline-block;
	margin-left:9px;
	width:40px; height:1px;
	background:#b1977d;
}
.case-box2 .main-case-slide a .date { 
	display:inline-block;
	width:55px;
	font-weight:500; font-size:16px;
	font-family:'Poppins', sans-serif;
	color:#666;
	text-align:right;
	letter-spacing:0;
}

.case-box2 .main-case-slide:hover a:before { 
	content:'';
	position:absolute; top:-1px; left:-1px;
	width:calc(100% + 2px); height:calc(100% + 2px);
	border:1px solid #0d3776;
	transition:.3s;
}
.case-box2 .main-case-slide:hover a { 
	box-shadow:27px 2px 59px rgba(0,0,0,.12); 
}

.sub-conts-wrap .case-box2 .main-case-slide a { 
	border:1px solid #ddd;	 
}


.case-box2 .slick-prev, 
.case-box2 .slick-next { 
	position:absolute; top:50%;
	margin-top:-30px;
	width:60px; height:60px;
	border:1px solid #35332c;
	font-size:0;
}
.case-box2 .slick-prev { 
	left:-109px; 
	background:url('/images/main/case_prev.png') no-repeat center center;
}
.case-box2 .slick-next { 
	right:-109px; 
	background:url('/images/main/case_next.png') no-repeat center center;
}

@media screen and (min-width:641px) { 
	.sub .case-box2 > li { 
		margin-bottom:25px;
		width:33.333%; 
	}
	.sub .case-box2 > li:nth-child(3n+1) { 
		margin-left:0; 
	}
}

@media screen and (max-width: 850px) { 

	.case-box2 .slick-track { 
		width:100% !important;
	}
}
@media screen and (max-width: 640px) { 
	.case-box2 { 
		left:0;
		padding:0 20px;
		width:100%;
	}
	.case-box2 .main-case-slide { 
		width:100%; 
	}
	.case-box2 .main-case-slide a .conts-wrap { 
		padding:40px 25px 25px; 
	}
	.case-box2 .main-case-slide a .cate { 
		width:100px;
		font-size:14px; line-height:24px;
	}
	.case-box2 .main-case-slide a .date { 
		font-size:14px;
	}
	.case-box2 .main-case-slide a .subject { 
		font-size:17px; 
	}
	.case-box2 .main-case-slide a .bo-content { 
		margin-bottom:20px;
		height:54px;
		font-size:13px; line-height:18px; 
	}
	.case-box2 .main-case-slide a .more { 
		font-size:11px; 
	}
	.case-box2 .main-case-slide a .more:after { 
		width:30px; 
	}
}

/* 성공사례 유형 boxtype - 변호사 등록 기능 연동 */
.case-box-lawyer { 
	position:relative;
	width:100%;
	text-align:left;
	font-size:0;
}
.case-box-lawyer .swiper-slide { 
	display:inline-block;
	margin-right:30px;
	width:380px;
	box-sizing:border-box;
	border:1px solid rgba(255,255,255,.5);
	background:rgba(0,0,0,.06);
	vertical-align:top;
}
.case-box-lawyer .swiper-slide:hover { 
	border-color:#b1885d; 
}
.case-box-lawyer .swiper-slide > a { 
	position:relative;
	display:block;
	padding:40px 30px;
}
.case-box-lawyer .swiper-slide > a:after { 
	content:'';
	position:absolute; top:40px; right:30px;
	width:39px; height:54px;
	background:url('/images/main/case_label.png') no-repeat right top;
}
.case-box-lawyer .swiper-slide input[type="checkbox"] { 
	display:block; 
}
.case-box-lawyer .swiper-slide .cate-name { 
	display:inline-block;
	padding:0 18px;
	border-radius:18px;
	background: #6a5947;
	font-weight: 300; font-size:16px; line-height:35px;
	color:#fff;
	text-align:center;
}
.case-box-lawyer .swiper-slide .subject { 
	overflow:hidden;
	display:block;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
	width:100%; height:64px;
	margin:30px 0;
	font-weight: 500; font-size:24px; line-height:34px;
	color:#fff;
	text-overflow:ellipsis;
	word-break:keep-all;
}
.case-box-lawyer .swiper-slide .bo-content { 
	overflow:hidden;
	display:block;
    display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
	width:100%; height:130px;
	font-weight: 300; font-size:16px; line-height:26px;
	color:#fff;
	word-break:break-all;
	text-align: justify;
	text-overflow:ellipsis;
}

.case-box-lawyer .swiper-slide .more { 
	position:absolute; bottom:0; right:0;
	display:block;
	width:55px; height:55px;
	background:#6a5947 url('/images/main/main_case_arrow.png') no-repeat center center;
}
.case-box-lawyer .swiper-slide .name { 
	margin-top:0;
	text-align: right;
}
.case-box-lawyer .swiper-slide .name.main
{
	padding-right: 40px;
}
.case-box-lawyer .swiper-slide .name li { 
	display:inline-block;
	vertical-align:middle;
}
.case-box-lawyer .swiper-slide .name li strong
{
	display: block;
    margin-top: 3px;
    font-weight: 500;	
}
.case-box-lawyer .swiper-slide .name li:first-child { 
	overflow:hidden;
	margin-right: 14px;
	width:70px; height:70px; 
	border-radius:50%;
}
.case-box-lawyer .swiper-slide .name li:first-child img { 
	width:100%; height:auto; 
}
.case-box-lawyer .swiper-slide .name li:last-child { 
	width:calc(100% - 86px);
	font-weight:300; font-size:16px; line-height:1.5;
	color:#fff; 
	text-align:left;
}
.case-box-lawyer .swiper-slide .name li:last-child strong { 
	font-weight: 500;
}
.board-conts .case-box-lawyer .swiper-slide .name li:last-child { 
	color:#333; 
}
.board-conts .case-box-lawyer { 
	width:calc(100% + 30px);
}

.main-case .swiper-button-prev ,
.main-case .swiper-button-next { 
	z-index:555;
	margin-top:-21px;
	width:23px; height:42px;
}
.main-case .swiper-button-prev { 
	left:-53px;
	background:url('/images/main/case_prev.png') no-repeat center center;
}
.main-case .swiper-button-next { 
	right:-53px;
	background:url('/images/main/case_next.png') no-repeat center center;
}
.main-case .swiper-button-prev:after,
.main-case .swiper-button-next:after { 
	display:none; 
}

.case-more { 
	display:block;
	margin:48px auto 0; 
	width:250px;
	border:1px solid rgba(255,255,255,.6);
	background:rgba(0,0,0,.1);
	font-weight: 400; font-size:20px; line-height:76px;
	color:#fff;
	text-align:center;
	transition:.3s;
}
.case-more:hover { 
	background:#fff;
	color:#6a5947;
}

@media screen and (max-width: 1200px) { 
	.case-box-lawyer { 
		width:calc(100% + 30px); 
	}
}
@media screen and (max-width: 768px) { 
	.case-box-lawyer { 
		width:calc(100% + 20px); 
	}
}
@media screen and (max-width: 640px) { 
	.case-box-lawyer { 
		width:100%; 
	}
	.case-box-lawyer .swiper-slide { 
		margin-right:15px !important;
		width:100%; 
	}
	.case-box-lawyer .swiper-slide > a { 
		padding: 20px 20px 15px;	 
	}
	.case-box-lawyer .swiper-slide > a:after { 
		right:20px; top:20px; 
		background-size:auto 30px;
	}
	.case-box-lawyer .swiper-slide .cate-name { 
		padding:0 13px;
		font-size:14px; line-height:27px;
	}
	.case-box-lawyer .swiper-slide .subject { 
		margin:15px 0;
		height:48px;
		font-size:18px; line-height:24px;
	}
	.case-box-lawyer .swiper-slide .bo-content { 
		height:90px;
		font-size:13px; line-height:18px; 
	}
	.case-box-lawyer .swiper-slide .name { 
		margin-top:20px; 
	}
	.case-box-lawyer .swiper-slide .name li:first-child { 
		margin-right:10px; 
		width:50px; height:50px;
	}
	.case-box-lawyer .swiper-slide .name li:last-child { 
		width:calc(100% - 60px);
		font-size:13px; 
	}
	.case-box-lawyer .swiper-slide .more { 
		width:40px; height:40px;
		background-size:auto 8px;
	}
	.case-more { 
		margin-top:30px;
		width:160px;
		font-size:16px; line-height:50px;
	}
}

.board-conts { 
	margin-top: 60px; padding:0 0 80px;
	background:#fff; 
}
.board-conts .inner { 
	width:1200px; 
}
.board-conts  .sub-conts-title { 
	margin-bottom:30px;	 
}
.board-conts .case-box-lawyer .swiper-slide { 
	width:calc(33.333% - 30px);
	border:1px solid #e6e6e6;
	background:#fff;
}
.case ~ .board-conts .case-box-lawyer .swiper-slide:nth-child(3n) { 
	margin-right:0;
}
.sub-conts-wrap.board-conts .case-box-lawyer .swiper-slide { 
	margin-bottom:50px; 
}
@media screen and (min-width: 641px) { 
	.case-box-lawyer .swiper-slide > a { 
		padding-top:30px;
		padding-bottom:30px;
	}
}
.board-conts .case-box-lawyer .swiper-slide a:after { 
	display:none; 
}
.board-conts .case-box-lawyer .swiper-slide .subject { 
	display:block;
	height:auto;
	color:#1a1a1a;
	white-space:nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 19px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;	
}
@media screen and (min-width: 641px) { 
	.board-conts .case-box-lawyer .swiper-slide .subject { 
		margin:17px 0;
		font-size:20px;
	}
}
.board-conts .case-box-lawyer .swiper-slide .bo-content { 
    -webkit-line-clamp: 3;
	height:80px;
	color:#666; 
}
.board-conts .case-box-lawyer .swiper-slide .more { 
	position:relative;
	margin-top:25px;
	width:51px; height:13px;
	background: url('/images/sub/more_arrow.png') no-repeat 0 center;
}

@media screen and (max-width: 1200px) { 
	.board-conts .inner { 
		padding:0 30px;
		width:100%; 
	}
	.board-conts .case-box-lawyer { 
		width:100%; 
	}
}
@media screen and (max-width: 768px) { 
	.board-conts { 
		margin-top:0; padding:10px 0 50px; 
	}
	.board-conts .inner { 
		padding:0 20px;
	}
}
@media screen and (max-width: 640px) { 
	.member ~ .board-conts .case-box-lawyer { 
		width:100%; 
	}
	.board-conts .case-box-lawyer .swiper-slide { 
		margin-right:0 !important; 
		margin-bottom:15px;
		width:100%;
	}
	.board-conts .case-box-lawyer .swiper-slide .subject { 
		margin:10px 0;
	}
	.board-conts .case-box-lawyer .swiper-slide .bo-content { 
		height:36px; 
	}
	.board-conts .case-box-lawyer .swiper-slide .more { 
		margin-top:15px; 
	}
}

/* 성공사례 유형 boxtype - 변호사 등록 기능 연동, 썸네일 리스트 형식 */

.case-image-list-lawyer { 
	width:100%;
	text-align:left;
	font-size:0;
}
.case-image-list-lawyer > li { 
	display:inline-block;
	margin:0 0 50px 45px; 
	width:calc(33.3333% - 30px);
	box-sizing:border-box;
	box-shadow:29px 2px 65px rgba(0,0,0,.22);
	border:3px solid #fff;
	background: #fff;
	vertical-align:top;
	transition:.3s;
}
.case-image-list-lawyer > li:nth-child(3n+1) { 
	margin-left: 0; 
}
.case-image-list-lawyer > li:hover { 
	border-color:#005596; 
}
.case-image-list-lawyer .thum-img
{
	width: 100%;
	margin-bottom: 16px;
}
.case-image-list-lawyer > li a { 
	display:block;
	padding:25px 30px;
}
.case-image-list-lawyer > li input[type="checkbox"] { 
	display:block; 
}
.case-image-list-lawyer > li .cate-name { 
	display:inline-block;
	padding:0 18px;
	border-radius:15px;
	background: #c12720;
	font-weight: 400; font-size:14px; line-height:30px;
	color:#fff;
	text-align:center;
}
.case-image-list-lawyer > li .subject { 
	overflow:hidden;
	display:block;
	margin:10px 0;
	font-weight: 600; font-size:23px; line-height:30px;
	color:#333;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.case-image-list-lawyer > li .bo-content { 
	overflow:hidden;
	display:block;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
	width:100%; height:48px;
	font-weight: 300; font-size:15px; line-height:22px;
	color:#666;
	word-break:break-word;
	text-overflow:ellipsis;
	text-align: justify;
}
.case-image-list-lawyer > li .more { 
	margin:15px 0 -5px; 
	display:block;
}
.case-image-list-lawyer > li .name { 
	text-align:right; 
}
.case-image-list-lawyer > li .name li { 
	display:inline-block;
	vertical-align:middle;
}
.case-image-list-lawyer > li .name li:first-child { 
	font-weight:300; font-size:14px;
	color:#333;
}
.case-image-list-lawyer > li .name li:first-child strong { 
	display:block;
	margin-top:3px;
	font-weight: 500;
}
.case-image-list-lawyer > li .name li:last-child { 
	overflow:hidden;
	margin-left: 12px;
	width:70px; height:70px; 
	border-radius:50%;
}
.case-image-list-lawyer > li .name li:last-child img { 
	width:100%; height:auto; 
}

@media screen and (max-width: 1024px) { 
	.case-image-list-lawyer > li { 
		margin:0 0 30px 30px; 
		width:calc(33.3333% - 20px);
	}
	.case-image-list-lawyer > li a { 
		padding:25px; 
	}
}
@media screen and (max-width: 768px) { 
	.case-image-list-lawyer > li { 
		margin:0 0 30px 30px; 
		width:calc(50% - 15px);
	}
	.case-image-list-lawyer > li:nth-child(3n+1) { 
		margin-left: 30px; 
	}
	.case-image-list-lawyer > li:nth-child(2n+1) { 
		margin-left: 0; 
	}
}
@media screen and (max-width: 640px) { 
	.case-image-list-lawyer > li { 
		margin:0 0 20px 0; 
		width:100%;
	}
	.case-image-list-lawyer > li:nth-child(3n+1) { 
		margin-left: 0; 
	}
	.case-image-list-lawyer > li a { 
		padding:20px; 
	}
	.case-image-list-lawyer > li .cate-name { 
		padding:0 12px;
		font-size:13px; line-height: 24px;
	}
	.case-image-list-lawyer > li .subject { 
		margin:10px 0;
		font-size:18px; line-height:24px;
	}
	.case-image-list-lawyer > li .bo-content { 
		height:72px;
		font-size:14px; line-height: 18px; 
	}
	.case-image-list-lawyer > li .more { 
		height:12px; 
	}
	.case-image-list-lawyer > li .more img { 
		width:auto; height:100%; 
	}
	.case-image-list-lawyer > li .name li:first-child { 
		font-size:13px; 
	}
	.case-image-list-lawyer > li .name li:last-child { 
		margin-left: 10px;
		width:50px; height:50px; 
	}
}

/* 온라인상담신청 글쓰기 */
.online-board-wrap {}
.online-board-wrap .board-list {
	border-top:1px solid #333;
	margin-top: 50px; 
}
.online-board-wrap .board-list .split {
	position:relative;
	font-size:0;
	border-bottom:1px solid #dbdbdb;
}
.online-board-wrap .board-list .split.last {
	border-bottom:none;
}
.online-board-wrap .board-list .split dl {
	position:relative;
	display:inline-block;
	width:50%;
	padding:30px 0 30px 215px;
	vertical-align:top;
}
.online-board-wrap .board-list .split.full dl {
	width:100%;
}

.online-board-wrap .board-list .split dl:first-child {
	padding-right:20px;
}
.online-board-wrap .board-list .split dl dt {
	position:absolute; top:50px; left:0;
	color:#1a1a1a;
	font-size:16px;
}
.online-board-wrap .board-list .split dl:nth-child(2) dt {
	left:50px;
}

.online-board-wrap .board-list .split dl dt span {
	color:#ff6f61;
}
.online-board-wrap .board-list .split dl dd {
	font-size:16px;
}
.online-board-wrap .board-list .split dl dd select,
.online-board-wrap .board-list .split dl dd .frm_input {
	width:100%;
	height:56px;
	padding:0 20px;
	border:1px solid #e0e0e0;
	font-size:16px;
	font-weight:300;
	color:#999;
}
.online-board-wrap .board-list .split dl:nth-child(2) dd .frm_input
{
	width: 95%;
}

.online-board-wrap .board-list .split dl dd select {
	background:url('/images/sub/online_select_arrow.png') no-repeat right 20px center;
	-webkit-appearance:none;
	appearance:none;
}
.online-board-wrap .board-list .split dl dd select::-ms-expand {display:none;}
.online-board-wrap .board-list .split dl dd .frm_input:-ms-input-placeholder {color:#999; font-family:'Roboto', 'NanumBarunGothic', 'Noto Sans KR', dotum, sans-serif;}
.online-board-wrap .board-list .split dl dd .frm_input::-webkit-input-placeholder {color:#999; font-family:'Roboto', 'NanumBarunGothic', 'Noto Sans KR', dotum, sans-serif;}
.online-board-wrap .board-list .split dl dd .frm_input::-moz-placeholder {color:#999; font-family:'Roboto', 'NanumBarunGothic', 'Noto Sans KR', dotum, sans-serif;}
.online-board-wrap .board-list .split dl dd textarea {
	height:280px !important;
	border-radius:0;
	border-color:#e0e0e0;
	font-size:16px;
}
.online-board-wrap .board-list .split dl dd ul {
	overflow:hidden;
}
.online-board-wrap .board-list .split dl dd ul li {
	float:left;
	width:49%;
}
.online-board-wrap .board-list .split dl dd ul li:nth-child(2n) {
	margin-left:2%;
}
.online-board-wrap .board-list .split dl dd ul li * {
	display:inline-block;
	width:100%;
	height:50px;
	border:1px solid #e0e0e0;
	color:#999;
	font-size:16px;
	font-weight:300;
	line-height:50px;
	text-align:center;
	cursor:pointer;
}
.online-board-wrap .board-list .split dl dd ul li input[type=radio] {display:none;}
.online-board-wrap .board-list .split dl dd ul li input[type=radio]:checked + label {
	border-color:#333;
	color:#333;
}
.online-board-wrap .board-list .split dl dd .filebox {
	position:relative;
	margin-top:20px;
	border:1px solid #e0e0e0;
}
.online-board-wrap .board-list .split dl dd .filebox label {
	position:absolute; top:50%; right:20px;
	display:inline-block; 
	width:24px; height:24px; 
	margin-top:-12px; 
	background:url('/images/sub/online_file_icon.png') no-repeat center/cover; 
	color:transparent; 
	font-size:0; 
	cursor:pointer;
}
.online-board-wrap .board-list .split dl dd .filebox .upload_name {
	width:100%;
	height:56px;
	border:none; 
	background:none; 
	padding:0 20px; 
	color:#999; 
	font-size:16px;
}
.online-board-wrap .board-list .split dl dd .filebox .upload_hidden {
	display:none;
}
.online-board-wrap .board-list .split .privacy {
	overflow:hidden;
	width:540px;
	margin:40px auto;
	color:#333;
	font-size:16px;
	letter-spacing:-0.04rem;
}
.online-board-wrap .board-list .split .privacy input[type=checkbox] {width:26px; height:26px; margin:-1px 10px 0 0; outline:0; background:no-repeat left center; background-image:url('/images/sub/online_chk.png'); cursor:pointer; -webkit-appearance:none; -moz-appearance:none; vertical-align:middle; transition:all 0.3s; -webkit-transition:all 0.3s;}
.online-board-wrap .board-list .split .privacy input[type=checkbox]::-ms-check {display:none;}
.online-board-wrap .board-list .split .privacy input[type=checkbox]:checked {background-image:url('/images/sub/online_chk_on.png');} 
.online-board-wrap .board-list .split .privacy label {
	display:inline-block;
	line-height:26px;
}
.online-board-wrap .board-list .split .privacy a {
	display:inline-block;
	float:right;
	color:#333;
	border-bottom:1px solid #333;
	cursor:pointer;
}
.online-board-wrap .board-list .split #bo_privacy_info {
	display:none;
	position:absolute; top:40px; right:25%;
	padding:20px;
	background:#fff;
	border:1px solid #e0e0e0;
}
.online-board-wrap .board-list .split #bo_privacy_info .bo_privacy_title {
	margin-top:0;
	overflow:hidden;
}
.online-board-wrap .board-list .split #bo_privacy_info .bo_privacy_title a {
	color:#333;
	font-weight:700;
	float:right;
	cursor:pointer;
}
.online-board-wrap .board-list .btn-wrap {
	width:540px;
	margin:0 auto;
	margin-top: 10px;
}
.online-board-wrap .board-list .btn-wrap * {
	width:100%;
	height:80px;
	border:none;
	background:#ff6f61;
	color:#fff;
	font-size:24px;
	line-height:80px;
}
@media screen and (max-width: 1024px) { 
	.online-board-wrap .board-list .split dl {
		padding:30px 0 30px 155px;
	}
	.online-board-wrap .board-list .split dl dt {
		font-size:13px;
	}
	.online-board-wrap .board-list .split dl dd select,
	.online-board-wrap .board-list .split dl dd .frm_input {
		font-size:13px;
	}
	.online-board-wrap .board-list .split dl dd .filebox .upload_name {
		font-size:13px
	}
	.online-board-wrap .board-list .split dl dd textarea {
		font-size:13px;
	}
	.online-board-wrap .board-list .split dl dd ul li * {
		font-size:13px;
	}
	.online-board-wrap .board-list .split .privacy {
		font-size:13px;
	}
	.online-board-wrap .board-list .btn-wrap {
		width: 100%;
	}

	
	.online-board-wrap .board-list .btn-wrap * {
		height:70px;
		font-size:20px;
		line-height:70px;
		
	}
}
@media screen and (max-width: 768px) { 
	.online-board-wrap .board-list .split {
		border-bottom:0;
	}
	.online-board-wrap .board-list .split dl {
		width:100%;
		padding:15px 0 15px 155px;
		border-bottom: 1px solid #dbdbdb;
	}
	.online-board-wrap .board-list .split dl:first-child {
		padding-right:0;
	}
	.online-board-wrap .board-list .split dl dt {
		top:30px;
		font-size:12px;
	}
	.online-board-wrap .board-list .split dl:nth-child(2) dt {
		left:0;
	}
	.online-board-wrap .board-list .split dl dd select,
	.online-board-wrap .board-list .split dl dd .frm_input {
		padding:0 10px;
		font-size:12px;
		height:43px;
	}
	.online-board-wrap .board-list .split dl dd textarea {
		font-size:12px;
		height:150px !important;
	}
	.online-board-wrap .board-list .split dl dd ul li * {
		height:43px;
		line-height:43px;
		font-size:12px;
	}
	.online-board-wrap .board-list .split dl dd .filebox .upload_name {
		padding:0 10px;
		font-size:12px;
		height:43px;
	}
	.online-board-wrap .board-list .split dl dd .filebox {
		margin-top:10px;
	}
	.online-board-wrap .board-list .split dl dd .filebox label {
		right:10px;
		background-size:12px;
	}
	.online-board-wrap .board-list .split .privacy {
		font-size:12px;
		margin:20px auto;
	}
	.online-board-wrap .board-list .split .privacy input[type=checkbox] {
		width:16px; height:16px;
		background-size:cover;
	}
	.online-board-wrap .board-list .split .privacy label {
		line-height:16px;
	}
	.online-board-wrap .board-list .split #bo_privacy_info {
		top:25px;
		right:5%;
	}
	.online-board-wrap .board-list .btn-wrap * {
		height:50px;
		font-size:16px;
		line-height:50px;
	}
}



/* 온라인상담 */
.online-wrap-title {
	text-align:center;
	font-size:25px;
	padding:50px 0;
	margin-top:50px;
}
.online-wrap-title br {
	display:none;
}
.online-wrap { 
	position:relative;
	padding-top:50px;
	display:flex;
}
.online-wrap .online-box { 
	padding:0 14px;
	width:33.33%; min-height:253px;
	vertical-align:top;
	cursor:pointer;
}
.online-wrap .online-box .online-box-inner { 
	position:relative;
	padding:50px 25px 25px;
	height:100%;
	border:1px solid #c8a063;
}
.online-wrap .online-box .online-box-inner .icon-wrap { 
	position:absolute; top:-40px; left:20px;
	width:80px; height:80px;
	border-radius:50%;
	background:#fff;
	box-shadow:0 11px 21px rgba(0,0,0,.07);
	transition:.3s;
}
.online-wrap .online-box .online-box-inner .icon-wrap img { 
	transition:.3s;
}
.online-wrap .online-box .online-box-inner .icon-wrap .on { 
	display:none; 
}
.online-wrap .online-box .online-box-inner h1 { 
	font-weight:500; font-size:22px;
	color:#1a1a1a;
}
.online-wrap .online-box .online-box-inner h1 span { 
	display:block;
	margin-bottom:30px;
	font-weight:400; font-size:15px;
	font-family:'Roboto', sans-serif;
	letter-spacing:0;
	text-align:right;
}
.online-wrap .online-box .online-box-inner p { 
	margin-top:20px;
	font-weight:400; font-size:17px; line-height:1.65;
	color:#666;
	letter-spacing:-0.5px;
	word-break:keep-all;
}
.online-wrap .online-box:hover .online-box-inner { 
	background:#fff;
}
.online-wrap .online-box:hover .online-box-inner .icon-wrap { 
	background:#c8a063;
}
.online-wrap .online-box:hover .online-box-inner .icon-wrap .off { 
	display:none; 
}
.online-wrap .online-box:hover .online-box-inner .icon-wrap .on { 
	display:block; 
}
@media screen and (max-width: 768px) {
	.online-wrap-title {
		font-size:19px;
		padding:25px 10px;
		margin-top:25px;
		word-break: keep-all;
	}
	.online-wrap-title br {
		display:block;
	}
	.online-wrap {
		display:block;
	}
	.online-wrap:after {
		display:none;
	}
	.online-wrap .online-box {
		display:block;
		width:100%;
		padding:0 5px;
		min-height:auto;
		vertical-align:top;
	}
	.online-wrap .online-box + .online-box {
		margin-top:30px;
	}
	.online-wrap .online-box .online-box-inner {
		padding:30px 15px 15px;
	}
	.online-wrap .online-box .online-box-inner .icon-wrap {
		top:-25px; left:15px;
		width:50px; height:50px;
	}
	.online-wrap .online-box .online-box-inner .icon-wrap img {
		width:100%;
	}
	.online-wrap .online-box .online-box-inner h1 {
		font-size:16px;
	}
	.online-wrap .online-box .online-box-inner h1 span {
		margin-bottom:15px;
		font-size:13px;
	}
	.online-wrap .online-box .online-box-inner p {
		margin-top:10px;
		font-size:13px;
	}
}
