@import url('https://fonts.googleapis.com/css?family=Lato|Noto+Sans+KR:300,400,500,700&display=swap');
@import url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css);
@import url('/fonts/font.css');

body {
	font-family: 'Lato','Noto Sans Korean','Noto Sans KR',serif;
	word-break: keep-all;
}
* {box-sizing: border-box;}
html,body { 
	font-size: 18px;
	background-color: #fff;
}
em {
	font-style: normal;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul, dl, dd, label {
	padding: 0;
	margin: 0;
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,.h1 { font-size: 2.7rem; }
h2,.h2 { font-size: 1.8rem; }
h3,.h3 { font-size: 1.5rem; }
h4,.h4 { font-size: 1.225rem; }
h5,.h5 { font-size: 1.1rem; }
h6,.h6 { font-size: 1rem; }
h1,h2,h3,h4,h5,h6,p {
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 0;
}
.h1,.h2,.h3,.h4,.h5,.h6 {
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1.6;
}
p { font-size: 0.875rem; font-weight: 400; line-height: 1.8;}
em { font-size: 1.2em; }
a { color: inherit; }
a:hover { color: inherit; text-decoration: none; }
button { cursor: pointer; }

input:-moz-read-only { /* For Firefox */
	background-color: #efefef;
}
select:-moz-read-only {
	background-color: #efefef;
}
input::placeholder {
	color: #8b8b8b;
	font-weight: 300;
}
textarea::placeholder {
	color: #8b8b8b;
	font-weight: 300;
}
img { max-width: 100% !important; }

.container_lg {
	max-width: 1560px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.container_md {
	max-width: 1040px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;	
}
.container_sm {
	max-width: 740px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;	
}
.container {
	max-width: 1300px;
}
.color_common {
	color: #10ccdd;
}
.color_red { color: #e30000; }
.btn_common {
	padding: 12px 15px;
	border: 1px solid #10ccdd;
	background-color: #10ccdd;	
	color: #fff;
}
.btn_border_common {
	padding: 12px 15px;
	border: 1px solid #10ccdd;
	background-color: #fff;	
	color: #10ccdd;
}
.bg_gray {
	background-color: #f3f3f3;
}
.bg_navy {
	background-color: #1b2537;	
	color: #fff;
}
.bg_deepnavy {
	background-color: #141e2f;
	color: #FFF;
}
.bg_black40 {
	background-color: #17181b;
	color: #FFF;
}
.bg_black80 {
	background-color: #101113;
	color: #FFF;
}
.bg_lightblack {
	background-color: #202226;
	color: #FFF;
}

.section { padding-top: 130px; padding-bottom: 130px; }
.section_lg { padding-top: 160px; padding-bottom: 160px; }

.half_arrow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
}
.half_arrow > span.arrow {
	display: block;
	position: relative;
	height: 1px;
	width: 30px;
	background-color: #000;
}
.half_arrow > span.arrow:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 3px;
	width: 8px;
	height: 1px;
	background-color: #000;
	transform: rotate(35deg);
}
.half_arrow > span.arrow.white,
.half_arrow > span.arrow.white:before {
	background-color: #fff;
}
.half_arrow > span.arrow.common,
.half_arrow > span.arrow.common:before {
	background-color: #10ccdd;
}


.tab_style1 {
	display: flex;
	align-items: flex-end;
}
.tab_style1 li {
	margin: 0 7px;
	cursor: pointer;
}
.tab_style1 li > * {
	display: inline-block;
	padding: 7px;
	font-weight: 400;
}
.tab_style1 li.on > * {
	border-bottom: 1px solid #10ccdd;
	color: #10ccdd !important;
	font-weight: 600;
}
.tab_style1.cnt4 li {
	margin-left: 0;
	margin-right: 0;
	flex: 0 0 25%;
	max-width: 25%;
}
.tab_style1.text_gray li {
	color: #6f6f6f;
}
.tab_style1 li:first-child {
	margin-left: 0;
}
.tab_style1 li:last-child {
	margin-right: 0;
}
.box_chk input {
	display: none;
}
.box_chk input + span {
	display: inline-block;
	margin: 3px;
	padding: 8px 15px;
	border: 1px solid #10ccdd;
	background-color: #fff;
	font-size: 0.875rem;
	font-weight: 300;
	color: #a3a3a3;
}
.box_chk input:checked + span {
	color: #10ccdd;
	background-color: rgba(16,204,221,0.3);
}
.control_area .inner:last-child {
	justify-content: space-between;
}
.control_area .inner:last-child .half_arrow {
	width: 210px;
}
.board_table {
	width: 100%;
	border-top: 2px solid #000;
}
.board_table th,
.board_table td {
	padding: 18px 10px;
	font-size: 0.875rem;
	line-height: 1.6;
}
.board_table tr {
	border-bottom: 1px solid #e5e5e5;
}
.board_table tbody tr {
	cursor: pointer;
}
.board_table tbody tr .modal {
	cursor: auto;
}
.board_table .writer,
.board_table .reg {
	color: #7c7c7c;
}


/* 페이지네이션 */
.pagination {
	margin-top: 30px;
	padding: 20px 0;
	text-align: center;
	justify-content: center;
}
.page-item {
	display: inline-block;
	margin: 0 8px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 1rem;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}
.page-item a {
	display: block;
	color: #939393; 
	font-weight: 300;
	font-size: 0.875rem;
}
.page-item.active a {
	color: #10ccdd;
	font-weight: 400;
}
.page-item:nth-last-child(1) {
	margin: 0 5px;
	background-image: url("/images/icon/page_last.png");
	text-indent: -9999px;
}
.page-item:nth-child(1) {
	margin: 0 5px;
	background-image: url("/images/icon/page_first.png");
	text-indent: -9999px;
}
.page-item:nth-last-child(2) {
	margin: 0 5px;
	background-image: url("/images/icon/page_next.png");
	text-indent: -9999px;
}
.page-item:nth-child(2) {
	margin: 0 5px;
	background-image: url("/images/icon/page_prev.png");
	text-indent: -9999px;
}
.page-item.prev a,
.page-item.next a {
	display: block;
	text-indent: -9999px;
}