@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); /* 본   고딕 */
@import url(https://fonts.googleapis.com/css?family=Advent+Pro:100,300,600); /* Advent Pro */
/* Default */
a, body, dd, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, img, li, ol, p, span, sup, ul {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Noto Sans KR", Helvetica,"Apple SD Gothic Neo", Sans-serif;
	font-size: 12px;
	font-weight: 600;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section {
	display: block;
	padding: 0;
	margin: 0;
}
html {
	position: relative;
	min-height: 100%;
}
body {
	min-height: 100%;
	font-family: "Noto Sans KR", Helvetica,"Apple SD Gothic Neo", Sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #333;
	line-height: 1;
}
button, input, option, select, textarea {
	font-family: "Noto Sans KR", Helvetica,"Apple SD Gothic Neo", Sans-serif;
	font-size: 12px;
}
fieldset, img {
	border: 0 none;
}
a, button, input, label, select, textarea {
	vertical-align: middle;
}
button, input, select, textarea {
	border-radius: 0;
	outline: none;
	box-shadow: inset none !important;
}
button,
input[type="submit"] {
	border: none;
	background-color: #000;
	cursor: pointer;
	color: #FFF;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
}
textarea {
	min-height: 200px;
}
a, span {
	vertical-align: 0;
}
ol, ul {
	list-style-type: none;
}
a, a:active, a:hover {
	text-decoration: none;
	outline: none;
}
p {
	word-break: break-all;
}
b {
	font-weight: 600;
}
address, em {
	font-style: normal;
}
sup {
	font-weight: bold;
	color: #E7610A;
}
.hidden, legend {
	position: fixed;
	top: -100%;
	width: 100px;
	height: 20px;
	color: transparent;
	overflow: hidden;
}
#wrap {
	min-width: 1200px;
	padding-bottom: 150px;
	overflow: hidden;
}
#container {
	min-height: 500px;
}

/* Input Placeholder Style */
.placeholder {
	position: relative;
	background-color: #FFF;
	border: 1px solid #ddd;
}
.placeholder .inp_holder,
.placeholder .inp_place {
	width: 100%;
	padding: 0 10px;
	font-size: 14px;
	line-height: 40px;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.placeholder .inp_holder {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: -1;
	cursor: text;
}
.placeholder .inp_place {
	border: none;
	height: 40px;
	margin: 0;
}
.placeholder.ie8 .inp_holder {
	z-index: 2;
}
.placeholder.ie8 .inp_holder.hidden {
	position: absolute;
	top: 0;
	left: -999999px;
	z-index: -9999999;
	width: 1px;
	height: 1px;
	font-size: 0;
	text-indent: -99999px;
}

/* 공통 Style - Button Group */
.btn_group {
	text-align: left;
}
.btn_group.center {
	text-align: center;
}
.btn_group.right {
	text-align: right;
}
.btn_group.right {
	text-align: right;
}
.btn_group a,
.btn_group button,
.btn_group input[type="image"],
.btn_group input[type="submit"] {
	min-width: 110px;
	height: 40px;
	padding: 0 20px;
	margin: 0 2px;
	border: 1px solid #333;
	background-color: #FFF;
	font-size: 16px;
	color: #28313d;
	vertical-align: middle;
}
.btn_group a {
	display: inline-block;
	text-align: center;
	line-height: 38px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.btn_group a.black,
.btn_group button.black,
.btn_group input.black {
	border-color: #171717;
	background-color: #171717;
	color: #FFF;
}
.btn_group a.red,
.btn_group button.red,
.btn_group input.red {
	border-color: #d61200;
	background-color: #d61200;
	color: #fff;
}
.btn_group a.gray,
.btn_group button.gray,
.btn_group input.gray {
	border-color: #c5c5c5;
	background-color: #fafafa;
}
.btn_group a.bd_color,
.btn_group button.bd-color,
.btn_group input.bd-color {
	border-color: #febe10;
	color: #febe10;
}
.btn_group a.bd_black,
.btn_group button.bd-black,
.btn_group input.bd-black {
	width: 100px;
	border-color: #000;
	color: #000;
}

/* Pager Style*/
.board_under {
	position: relative;
	clear: both;
	max-width: 1200px;
	padding: 5px 0;
	margin: 0 auto;
	text-align: center;
}
.board_under .bd_btn {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 120px;
	height: 40px;
	background-color: #febe10;
	font-size: 15px;
	color: #000;
	line-height: 40px;
}
.board_under .bd_btn.color {
	background-color: #fc5c62;
}
.pager {
	display: inline-block;
	text-align: center;
}
.pager a {
	position: relative;
	float: left;
	display: inline-block;
	width: 40px;
	height: 40px;
	border: solid #ddd;
	border-width: 1px 1px 1px 0;
	font-size: 14px;
	text-align: center;
	color: #333;
	line-height: 38px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.pager a:first-child {
	border-left-width: 1px;
}
.pager a:hover {
	font-weight: 600;
	color: #000;
}
.pager .move {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center;
	border-color: #ddd;
	background-color: #fff;
}
.pager .move.first {
	background-image: url(/cabinet/images/btn_prev00.png);
}
.pager .move.prev {
	background-image: url(/cabinet/images/btn_prev00b.png);
}
.pager .move.next {
	background-image: url(/cabinet/images/btn_next00.png);
}
.pager .move.last {
	background-image: url(/cabinet/images/btn_next00b.png);
}
.pager a.on {
	background-color: #d61200;
	border-color: #d61200;
	font-weight: 600;
	color: #fff;
}

/* Header */
#header {
	position: relative;
	border-bottom: 1px solid #d61200;
}
#header .inner {
	width: 1080px;
	height: 70px;
	margin: 0 auto;
}
#header h1 {
	float: left;
}
#header h1 a {
	display: inline-block;
	width: 150px;
	height: 70px;
	background: url(/cabinet/images/logo01.gif) no-repeat center;
	line-height: 9999;
	overflow: hidden;
}
#nav {
	float: right;
}
#nav .gnb {
	height: 70px;
}
#nav .gnb li {
	float: left;
	margin-left: 30px;
}
#nav .gnb li > a {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	font-size: 17px;
	font-weight: 500;
	color: #333;
	line-height: 70px;
}
#nav .gnb li > a:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -9px;
	border: 9px solid transparent;
	border-bottom: 9px solid #d61200;
}
#nav .gnb li:hover > a {
	color: #d61200;
}
#nav .gnb li:hover > a:before {
	content: "";
}
#nav .snb {
	position: absolute;
	top: 70px;
	left: 0;
	display: none;
	width: 100%;
	height: 50px;
	background-color: #d61200;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#nav .snb a {
	display: inline-block;
	padding: 0 10px;
	margin: 0 5px;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
}
#nav .snb a span {
	display: inline-block;
	padding: 5px 0;
	border-bottom: 1px solid #d61200;
}
#nav .snb a:hover span {
	border-bottom-color: #fff;
}
#nav .nav01 .snb {
	padding-left: 100px;
}
#nav .nav02 .snb {
	padding-left: 310px;
}
#nav .nav03 .snb {
	padding-left: 550px;
}
#nav .nav04 .snb {
	padding-left: 750px;
}
#nav .nav05 a:before {
	display: none;
}

/* Footer */
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	min-width: 1200px;
	padding: 35px 0 40px;
	background-color: #f3f3f3;
	color: #777;
}
#footer .inner {
	width: 1080px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 25px;
}
#footer .inner b {
	color: #444;
}
#footer .inner span {
	display: inline-block;
	border-left: 1px solid #c3c3c3;
	padding-left: 10px;
	margin-left: 10px;
}

/* Main */
.main_visual {
	height: 620px;
	padding-top: 140px;
	background: url(/cabinet/images/img_main_visual01.jpg) no-repeat center;
	font-size: 30px;
	font-weight: 500;
	color: #333;
	line-height: 45px;
	text-align: center;
	letter-spacing: -1px;
}
.main_visual span {
	font-weight: 400;
}
.main_intro {
	position: relative;
	z-index: 5;
	display: table;
	width: 1060px;
	padding: 0 10px;
	background-color: #fff;
	margin: -50px auto 0;
	text-align: center;
	table-layout: fixed;
}
.main_intro > div {
	display: table-cell;
	padding: 20px 10px 30px;
}
.main_intro > div > div {
	padding-bottom: 20px;
	border: 1px solid #ddd;
}
.main_intro .img {
	height: 180px;
	background-repeat: no-repeat;
	background-position: center top;
}
.main_intro h2 {
	padding: 10px 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 35px;
}
.main_intro p {
	padding-bottom: 10px;
	font-size: 16px;
	color: #666;
	line-height: 25px;
}
.main_intro a {
	display: inline-block;
	width: 120px;
	padding: 20px 0;
	font-size: 14px;
	line-height: 25px;
}
.main_intro a span {
	display: inline-block;
	padding: 0 2px;
	border-bottom: 1px solid #d61200;
	font-size: 14px;
	color: #d61200;
	line-height: 25px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.main_intro a:hover span {
	padding: 0 20px;
	font-weight: 500;
}
.main_intro .cell01 .img {
	background-image: url(/cabinet/images/img_main01.jpg);
}
.main_intro .cell02 .img {
	background-image: url(/cabinet/images/img_main02.jpg);
}
.main_intro .cell03 .img {
	background-image: url(/cabinet/images/img_main03.jpg);
}

/* Contents Common */
.contents_top {
	width: 1080px;
	margin: 0 auto;
	padding: 70px 0 50px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.contents_top h1 {
	font-size: 36px;
	font-weight: 500;
	line-height: 45px;
}
.contents_top .con_path {
	padding-top: 10px;
	line-height: 20px;
}
.contents_top .con_path a {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/cabinet/images/ico_home.png) no-repeat center;
	line-height: 9999;
	overflow: hidden;
	vertical-align: middle;
}
.contents_top .con_path span {
	display: inline-block;
	font-size: 14px;
	color: #888;
	line-height: 20px;
	vertical-align: middle;
}
.contents_top .con_path span:before {
	content: ">";
	display: inline-block;
	margin: 0 10px;
	font-family: dotum;
	vertical-align: middle;
}
.contents {
	position: relative;
	width: 1080px;
	padding: 40px 0 100px;
	margin: 0 auto;
}

/* Consult Write */
.consult_form table {
	width: 100%;
	margin-bottom: 30px;
	border-top: 2px solid #d61200;
}
.consult_form tr {
	border-bottom: 1px solid #ddd;
}
.consult_form th,
.consult_form td {
	height: 35px;
	padding: 10px;
	font-size: 15px;
	font-weight: 400;
	color: 555px;
}
.consult_form th {
	width: 150px;
	background-color: #f6f6f6;
}
.consult_form input[type="text"],
.consult_form input[type="file"],
.consult_form input[type="password"] {
	width: 300px;
	height: 35px;
	padding: 0 5px;
	border: 1px solid #c3c3c3;
	background-color: #fff;
	font-size: 14px;
}
.consult_form input[type="file"] {
	height: auto;
	padding: 5px;
}
.consult_form textarea {
	width: 100%;
	min-height: 300px;
	padding: 5px;
	border: 1px solid #c3c3c3;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	overflow: auto;
}
.consult_terms {
	position: relative;
	padding-bottom: 40px;
}
.consult_terms h2 {
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}
.consult_terms .terms_agree {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 30px;
}
.consult_terms .terms_agree label {
	position: relative;
	z-index: 9;
	display: inline-block;
	width: 60px;
	padding: 0 20px;
	background: url(/cabinet/images/ico_check00.png) no-repeat 60px center #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	cursor: pointer;
}
.consult_terms .terms_agree.checked label {
	background: url(/cabinet/images/ico_check01.png) no-repeat 60px center #fff;
}
.consult_terms .terms_agree input[type="checkbox"] {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
}
.consult_terms .boxing {
	padding: 25px 20px ;
	border: 0 solid #ddd;
	border-width: 1px 0;
	font-size: 14px;
	line-height: 25px;
}
.consult_terms .boxing strong {
	font-size: 16px;
	font-weight: 500;
}

/* Board */
.board {
	width: 100%;
	margin: 40px auto;
	border-top: 2px solid #d61200;
	font-size: 14px;
	text-align: center;
}
.board tr {
	border-bottom: 1px solid #DBDBDB;
}
.board th,
.board td {
	padding: 5px 0;
	height: 40px;
}
.board th {
	font-weight: 500;
	background-color: #f6f6f6;
	color: #d61200;
}
.board th span {
	display: block;
	border-left: 1px solid #c3c3c3;
}
.board td {
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.board td a:hover {
	font-weight: 600;
	color: #000;
}
.board td a {
	display: block;
	max-width: 85%;
	padding: 0 15px;
	text-align: left;
	color: #444;
	line-height: 40px;
	overflow: hidden;
}
.consult_list td a {
	text-align: center;
}
.bd_sch {
	padding: 20px;
	margin: 0 auto;
	background-color: #f6f6f6;
	text-align: center;
}
.bd_sch select {
	height: 37px;
	font-size: 14px;
	line-height: 1;
	vertical-align: middle;
}
.bd_sch input[type="text"] {
	width: 250px;
	height: 35px;
	padding: 0 10px;
	margin: 0;
	border: 1px solid #c3c3c3;
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
}
.bd_sch button,
.bd_sch input[type="submit"] {
	height: 37px;
	width: 70px;
	padding: 0;
	margin: 0;
	border: none;
	background-color: #d61200;
	font-size: 15px;
	color: #FFF;
	vertical-align: middle;
}

 /*Consult Detail */
.consult_detail {
	width: 100%;
	margin-bottom: 20px;
	border-top: 2px solid #d61200;
}
.consult_detail tr {
	border-bottom: 1px solid #ddd;
}
.consult_detail th,
.consult_detail td {
	height: 35px;
	padding: 10px;
	line-height: 20px;
}
.consult_detail th {
	width: 150px;
	background-color: #f2f2f2;
	font-size: 15px;
	font-weight: 500;
}
.consult_detail td {
	font-size: 14px;
}
.consult_detail td.content {
	height: 100px;
	vertical-align: top;
}
.consult_detail a.file {
	display: inline-block;
	height: 35px;
	padding: 0 20px 0 50px;
	line-height: 35px;
	background: url(/cabinet/images/ico_file.png) no-repeat 20px center #d61200;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
