@charset "utf-8";
/* Common Style */


/*=========================================================================
	Webfont
=========================================================================*/
@import url('../font/notokr/notokr-fonts.css');


/*=========================================================================
	Reset Tag
=========================================================================*/

/** { box-sizing: content-box; }*/
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'notokr-regular', 돋움, Dotum, 'Apple SD Gothic Neo', AppleGothic, Sans-serif;
	font-size: 13px;
	color: #333;
	font-style: normal;
	font-weight: normal;
}
html, body, div, object, frame, iframe,
table, caption, thead, tbody, tfoot, tr, th, td,
form, fieldset, legend, label, input, select, textarea, button,
dl, dt, dd, ol, ul, li,
blockquote, pre,
p, a,
h1, h2, h3, h4, h5, h6 {
	-webkit-text-size-adjust: none;
	font-size: 100%;
	line-height: 1.4;
}
a, abbr, acronym, address, big, cite, code, dfn, em, strong {
	font-size: 100%;
}
a, input {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #b5985a;
	text-decoration: none;
}
caption, legend, .hiddentxt {
	font-size: 0;
	line-height: 0;
	display: none;
}
legend {
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	width: 0px;
	line-height: 0px;
	_text-indent: -1000px;
	font-size: 0px;
}
abbr, img, fieldset {
	border: 0;
}
address, cite {
	font-style: normal;
}
table {
	border-collapse: collapse;
}
table caption {
	visibility: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}


/*=========================================================================
	Form
=========================================================================*/

fieldset, label, input, select, textarea, button {
	font-size: 14px;
	color: #333;
	font-family: 'notokr-regular', 돋움, Dotum, 'Apple SD Gothic Neo', AppleGothic, Sans-serif;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
fieldset {
	border: none;
}
fieldset, input, select, textarea, button {
	/*margin: 0;*/
	vertical-align: top;
}
label {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0;
	margin-right: 10px;
	vertical-align: middle;
	outline: none;
}
img {
	vertical-align: middle;
	outline: none;
}
button, label, input[type="image"], input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
	vertical-align: middle;
}
input[type="text"], input[type="password"], input[type="search"], input[type="date"], input[type="email"], input[type="tel"], select, textarea {
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-sizing: border-box;
	-o-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"], input[type="password"], input[type="search"], input[type="date"], input[type="email"], input[type="tel"],
input[type="button"], input[type="submit"], input[type="reset"], button,
textarea {
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="date"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus, textarea:focus {
	border: 1px solid #b5985a !important;
	outline: none;
}
input[type="text"], input[type="password"], input[type="search"], input[type="date"], input[type="email"], input[type="tel"] {
	padding: 5px;
	height: 30px;
	line-height: 18px;
}
input[type="file"] {
	vertical-align: middle;
}
input[name="keyword"] {
	width: 220px;
}
@media only screen and (max-device-width : 767px) {
	input[name="keyword"] {
		width: 99px;
	}
}
input::-moz-focus-inner {
	border: 0;
}
button::-moz-focus-inner {
	border: 0;
}
textarea {
	padding: 5px !important;
	line-height: 1.4;
	resize: vertical;
}
select {
	padding: 2px 16px 2px 3px !important;
	min-height: 30px;
	background-color: #fff;
	line-height: 24px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../img/common/select-bg.png) right center no-repeat;
	background-size: 14px 30px;
}
/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand { 
  display: none;
}

/* webkit */
input::-webkit-input-placeholder { color:#bbb; }
/* firefox 4-18 */
input:-moz-placeholder { color:#aaa; }
/* firefox 19+ */
input::-moz-placeholder { color:#aaa; }
/* ie10+ */
input:-ms-input-placeholder { color:#bbb; }

/* webkit */
textarea::-webkit-input-placeholder { color:#bbb; }
/* firefox 4-18 */
textarea:-moz-placeholder { color:#aaa; }
/* firefox 19+ */
textarea::-moz-placeholder { color:#aaa; }
/* ie10+ */
textarea:-ms-input-placeholder { color:#bbb; }


/*=========================================================================
	Custom style
=========================================================================*/

/* Text */
.fc-white {
	color: #fff;
}
.fc-gray {
	color: #7a7a7a;
}
.fc-gold {
	color: #b5985a;
}
.fc-scarlet {
	color: #cb5e33;
}

.ff-medium {
	font-weight: normal;
	font-family: notokr-medium;
}
.fz14 {
	font-size: 14px;
}
.fz15 {
	font-size: 15px;
}
.fz22 {
	font-size: 22px;
}

/* 정렬 */
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.word-keep,
.word-keep * {
	-ms-word-break: keep-all !Important;
	word-break: keep-all !Important;
}

/* 위치 */
.floatL {
	float: left;
}
.floatR {
	float: right;
}

/* 여백 */
.mgt0 {
	margin-top: 0 !Important;
}
.mgt5 {
	margin-top: 5px !Important;
}
.mgt5 {
	margin-top: 5px !Important;
}
.mgt15 {
	margin-top: 15px !Important;
}
.mgt30 {
	margin-top: 30px !important;
}
.mgt40 {
	margin-top: 40px !important;
}

/* 사이즈 */
img.img-w100p,
.img-w100p img {
	width: 100%;
}


/*=========================================================================
	Footer menu
=========================================================================*/

/* 태블릿 ~ PC에서 '모바일 버전' 버튼 숨김 */
.footer-menu li + li + li + li,
.footer-menu li + li + li + li {
	display: none;
}

/* 스마트폰에서 '모바일 버전' 버튼 보임 */
@media only screen and (max-device-width : 767px) {
	.footer-menu li + li + li + li,
	.footer-menu li + li + li + li {
		display: block;
	}
}

/*=========================================================================
	Copyright
=========================================================================*/

.copyright {
	font-size: 14px;
	line-height: 1.9;
	color: #ededed !important;
}
.copyright * {
	color: #ededed !important;
	text-decoration: none;
}
.copyright p {
	margin: 0;
}
.copyright p + p {
	margin-top: 15px;
}
.copyright strong {
	font-weight: normal;
	font-family: notokr-medium;
}

/* 모바일 버전 */
.copyright.mobile {
	font-size: 13px;
	line-height: 1.5;
}
.copyright.mobile p + p {
	margin-top: 10px;
}


/*=========================================================================
	bootstrap custom
=========================================================================*/

.well { -webkit-box-shadow: none; box-shadow: none; border-radius: 0; }


/*=========================================================================
	Board
=========================================================================*/

.board12_list {
	border-bottom: 1px solid #dddddd;
}

.board2_list thead th {
	border-right: 0 !Important;
	border-left: 0 !Important;
}

.board2_top_login {
	padding-bottom: 5px;
}


/*=========================================================================
	모바일 펼침메뉴
=========================================================================*/

/* 상단 회원 메뉴 간격 */
.tnb-m .drop_gnb_h {
	width: 100%;
}
.tnb-m .drop_gnb_h li a {
	width: 100px;
	height: 30px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tnb-m .drop_gnb_h li + li {
	margin-left: 10px !important;
}
.tnb-m .drop_gnb_h li + li a {
	color: #ffffff !Important;
	background-color: #b5985a !Important;
}

/* GNB 1depth bg */
#vmenu_192.drop_gnb_v li a.vmenu_depth_1,
#vmenu_192.drop_gnb_v li a.vmenu_depth_1.active {
	background-size: contain !important;
}


/*=========================================================================
	모바일 하단 메뉴 가운데 정렬
=========================================================================*/

#hmenu_91.roll_gnb li {
	display: inline-block !important;
	*display: inline;
	*zoom: 1;
	float: none !important;
}


/*=========================================================================
	모바일 게시판 버튼 설정
=========================================================================*/

/* 스마트폰에서 우측 버튼 아래로 내려오기 */
@media only screen and (max-width: 767px) {
	.board2_rbtn div[style="float:right;"] {
		width: 100%;
		margin-top: 5px;
		text-align: left;
	}
	.board2_top_login .ozbutton + .ozbutton {
		margin-left: 0 !important;
	}
}