@charset "UTF-8";
/*
인천해사고
2018.08.22
*/
@import 'board.css';
@import 'ui/animate.css';
@import 'ui/mCustomScrollbar.css';
@import 'ui/magnific-popup.css';
@import '//cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css';
.f_nb {
	font-weight: 700;
}

@font-face {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: 300;
	src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff") format("woff"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf") format("opentype");
}
@font-face {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: 400;
	src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff") format("woff"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf") format("opentype");
}
@font-face {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: 500;
	src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff") format("woff"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf") format("opentype");
}
@font-face {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: 700;
	src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff") format("woff"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf") format("opentype");
}
._mc {
	color: #5689d0;
}

._mc2 {
	color: #d3b11a;
}

/*
_basic.scss
*/
html, body, div, span, input, select, textarea, button, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, section, footer {
	border: 0;
	margin: 0;
	padding: 0;
}

address {
	font-style: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, input, table, tr, th, td, button, textarea, select {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}

ul, ol, dl, dt, dd, li {
	list-style: none;
}

table, th, td {
	border-spacing: 0;
	font-weight: normal;
}

th, td {
	border-collapse: collapse;
}

caption {
	visibility: hidden;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

fieldset, blockquote, iframe, button {
	border: none;
}

i, em, u, cite {
	font-style: normal;
}

strong, em, b {
	font-weight: normal;
}

img, fieldset {
	border: 0;
	outline: none;
}

input, button {
	outline: none;
}

option, label, textarea {
	margin: 0;
}

label {
	font-weight: normal;
	vertical-align: middle;
}

button {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	background: transparent;
}

section, nav, article, aside, header, footer, main {
	display: block;
}

select, textarea, button {
	font: inherit;
	-webkit-appearance: none;
	border-radius: 0;
}

body {
	font-family: "Noto Sans KR", sans-serif;
	font-size: 15px;
	width: 100%;
	color: #666;
	overflow-y: auto;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
	font-weight: 400;
	overflow-x: hidden;
	width: 100%;
	min-width: 1024px;
}

.wrapper {
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}

::selection {
	background: #999;
	color: #5689d0;
	text-shadow: none;
}

a {
	color: #666;
	text-decoration: none;
	transition: 200ms color, background;
}
a:hover, a:focus {
	text-decoration: none;
}

.hidden {
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	background: none;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

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

ul.skip li a {
	text-indent: -9999px;
	font-size: 0;
	height: 0;
	position: absolute;
	top: 0;
}
ul.skip li a:focus {
	text-indent: 0;
	font-size: 14px;
	width: 100%;
	min-width: 1250px;
	height: 30px;
	background-color: #0c3874;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	z-index: 999;
}

textarea {
	border: solid 1px #ccc;
	background-color: #fff;
	overflow: auto;
	min-height: 150px;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	resize: none;
}
textarea.txtarea {
	width: 100%;
	padding: 8px;
	height: 150px;
	overflow-y: auto;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
	cursor: pointer;
	-webkit-appearance: none;
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-inner-spin-button {
	display: none;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
	color: #aaa;
}

::-ms-clear,
::-ms-reveal {
	display: none;
}

input {
	font: inherit;
	margin: 0;
	line-height: normal;
	-webkit-border-radius: 0;
	resize: none;
}
input[type=text], input[type=search], input[type=tel], input[type=number], input[type=password] {
	-webkit-appearance: none;
	border-radius: 0;
}
input[type=file] {
	width: 100%;
	padding: 0;
	line-height: normal;
}
input[type=checkbox] {
	padding: 0;
}
input[type=radio] {
	width: 14px;
	padding: 0;
	vertical-align: middle;
	margin-right: 5px;
}
input[type=image] {
	border: none;
	background: 0;
}
input[type=submit] {
	width: 260px;
	border: 1px solid #ccc;
	font-size: 1em;
	line-height: 1.5;
	color: #666;
}
input[placeholder] {
	font-family: inherit;
}

select {
	text-overflow: ellipsis;
	zoom: 1;
	width: 100%;
	background-color: #fff;
	background-image: url(../images/icon/select_down.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center right;
}
select::-ms-expand {
	display: none;
}
.lt-ie10 select {
	font-family: inherit;
	background: none;
	padding: 0;
}
.lt-ie10 select:before {
	display: block;
	position: absolute;
	content: "";
	right: 0px;
	top: 0px;
	height: 1em;
	width: 1em;
	margin: 2px;
	z-index: 5;
}

input[type=text],
input[type=file],
input[type=number],
input[type=password],
select {
	margin: 0;
	zoom: 1;
	vertical-align: middle;
	resize: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius: 0;
	height: 40px;
	line-height: 40px;
	border: solid 1px #ccc;
	text-indent: 5px;
}

option {
	border: solid 1px #ccc;
	background-color: #fff;
	text-indent: 7px;
}

.mt_0 {
	margin-top: 0px;
}

.ml_0 {
	margin-left: 0px;
}

.mr_0 {
	margin-right: 0px;
}

.mb_0 {
	margin-bottom: 0px;
}

.mt_5 {
	margin-top: 5px;
}

.ml_5 {
	margin-left: 5px;
}

.mr_5 {
	margin-right: 5px;
}

.mb_5 {
	margin-bottom: 5px;
}

.mt_10 {
	margin-top: 10px;
}

.ml_10 {
	margin-left: 10px;
}

.mr_10 {
	margin-right: 10px;
}

.mb_10 {
	margin-bottom: 10px;
}

.mt_20 {
	margin-top: 20px;
}

.ml_20 {
	margin-left: 20px;
}

.mr_20 {
	margin-right: 20px;
}

.mb_20 {
	margin-bottom: 20px;
}

.mt_30 {
	margin-top: 30px;
}

.ml_30 {
	margin-left: 30px;
}

.mr_30 {
	margin-right: 30px;
}

.mb_30 {
	margin-bottom: 30px;
}

.mt_40 {
	margin-top: 40px;
}

.ml_40 {
	margin-left: 40px;
}

.mr_40 {
	margin-right: 40px;
}

.mb_40 {
	margin-bottom: 40px;
}

.mt_50 {
	margin-top: 50px;
}

.ml_50 {
	margin-left: 50px;
}

.mr_50 {
	margin-right: 50px;
}

.mb_50 {
	margin-bottom: 50px;
}

._b0 {
	color: "#0";
}

._b1 {
	color: "#111";
}

._b2 {
	color: "#222";
}

._b3 {
	color: "#333";
}

._b4 {
	color: "#444";
}

._b5 {
	color: "#555";
}

._b6 {
	color: "#666";
}

._b7 {
	color: "#777";
}

._b8 {
	color: "#888";
}

._b9 {
	color: "#999";
}

.lighter {
	font-weight: lighter;
	font-weight: 100;
}

.light {
	font-weight: 300;
}

.bold {
	font-weight: bold;
}

.bolder {
	font-weight: 700;
}

.text_center {
	text-align: center;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.text_line {
	text-decoration: underline !important;
}

.text_line_th {
	text-decoration: line-through !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.ver_middle {
	vertical-align: middle;
}

.ver_top {
	vertical-align: top;
}

.posi_a {
	position: absolute;
}

.posi_r {
	position: relative;
}

.dis_inline {
	display: inline;
}

.dis_block {
	display: block;
}

.dis_inblock {
	display: inline-block;
}

.dis_tbl {
	display: table;
	width: 100%;
}

.dis_cel {
	display: table-cell;
	vertical-align: middle;
}

.root_daum_roughmap {
	width: 100% !important;
}

.board-box img {
	width: auto !important;
	height: auto !important;
}

/*
grid
*/
.row {
	margin-right: -15px;
	margin-left: -15px;
	/* For IE 6/7 */
	zoom: 1;
}

.row:before,
.row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

*[class*=row] *[class*=col-],
*[class*=row_] *[class*=col-] {
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
	float: left;
}

*[class*=row_] {
	zoom: 1;
}

*[class*=row_]:before,
*[class*=row_]:after {
	content: "";
	display: table;
}

*[class*=row_]:after {
	clear: both;
}

.row_0 {
	margin-right: 0px;
	margin-left: 0px;
}
.row_0 *[class*=col-] {
	padding-right: 0px;
	padding-left: 0px;
}

.row_5 {
	margin-right: -5px;
	margin-left: -5px;
}
.row_5 *[class*=col-] {
	padding-right: 5px;
	padding-left: 5px;
}

.row_10 {
	margin-right: -10px;
	margin-left: -10px;
}
.row_10 *[class*=col-] {
	padding-right: 10px;
	padding-left: 10px;
}

.col-lg-0 {
	display: none;
}

.col-lg-05 {
	width: 4.16667%;
}

.col-lg-1 {
	width: 8.33333%;
}

.col-lg-15 {
	width: 12.5%;
}

.col-lg-2 {
	width: 16.66667%;
}

.col-lg-25 {
	width: 20.83333%;
}

.col-lg-3 {
	width: 25%;
}

.col-lg-35 {
	width: 29.16667%;
}

.col-lg-4 {
	width: 33.33333%;
}

.col-lg-45 {
	width: 37.5%;
}

.col-lg-5 {
	width: 41.66667%;
}

.col-lg-55 {
	width: 45.83333%;
}

.col-lg-6 {
	width: 50%;
}

.col-lg-65 {
	width: 54.16667%;
}

.col-lg-7 {
	width: 58.33333%;
}

.col-lg-75 {
	width: 62.5%;
}

.col-lg-8 {
	width: 66.66667%;
}

.col-lg-85 {
	width: 70.83333%;
}

.col-lg-9 {
	width: 75%;
}

.col-lg-95 {
	width: 79.16667%;
}

.col-lg-10 {
	width: 83.33333%;
}

.col-lg-105 {
	width: 87.5%;
}

.col-lg-11 {
	width: 91.66667%;
}

.col-lg-115 {
	width: 95.83333%;
}

.col-lg-12 {
	width: 100%;
}

/*
_ui
*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.con-margin-01 {
	margin-top: 30px;
}

.con-margin-02 {
	margin-top: 60px;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 15px;
	right: 10px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	background-image: url(../images/top-btn.png);
	background-repeat: no-repeat;
	z-index: 999;
	outline: #fff;
	transition: all 0.3s;
}
#toTopHover {
	background-image: url(../images/top-btn.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline: none;
}

.join.scroll-con-y {
	height: 200px;
	padding: 10px 0 10px 10px;
	font-size: 14px;
	line-height: 1.4;
	border: 1px solid #ddd;
	color: #888;
	background-color: #f8f8f8;
}

.rowscroll {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.rowscroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}
.rowscroll::-webkit-scrollbar {
	width: 10px;
	height: 4px;
	background-color: #fff;
}
.rowscroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	background-color: #999;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.start_pop {
	position: absolute;
	top: 110px;
	left: 10px;
	width: auto;
	height: auto;
	right: auto;
	bottom: auto;
	cursor: move;
}
.modal.start_pop .modal-footer .pop-close {
	float: right;
	display: inline-block;
	cursor: pointer;
}
.modal.start_pop .modal-footer .check-area {
	float: left;
	display: inline-block;
}
.modal.start_pop .modal-footer .check-area label, .modal.start_pop .modal-footer .check-area input {
	cursor: pointer;
}
.modal.start_pop .modal_standard {
	position: relative;
	display: block;
	width: auto;
	height: auto;
}
@media screen and (max-width: 1024px) {
	.modal.start_pop {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.modal.start_pop .modal_standard {
		position: fixed;
		left: 0;
		top: 70px;
		display: table;
		width: 100%;
		box-sizing: border-box;
		overflow: hidden;
		text-align: center;
		margin: 0 auto;
	}
	.modal.start_pop .modal-body {
		max-height: 300px;
		overflow-y: auto;
	}
	.modal.start_pop .modal-body img {
		width: auto !important;
	}
}
.modal-open {
	padding-right: 0 !important;
}
.modal-footer .chech-area {
	float: left;
}
.modal_standard {
	position: fixed;
	left: 0;
	top: 0;
	display: table;
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.modal-dialog {
	margin: 0 auto;
	width: 100%;
}
.modal_wrap {
	display: table-cell;
	vertical-align: middle;
	position: static;
	top: 50%;
}
.modal_con {
	min-height: 50px;
}
.modal .close {
	z-index: 100;
	position: absolute;
	top: 10px;
	right: 10px;
	float: right;
	/* font-size: 35px; */
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.5;
}
.modal .close:hover, .modal .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.8;
}
.modal button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
}
.modal.fade .modal-dialog {
	transform: translate(0, -15%);
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	transform: translate(0, 0);
}
.modal-open {
	overflow-x: hidden;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-content {
	display: inline-block;
	max-width: 600px;
	min-width: 300px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	outline: 0;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.5;
	z-index: 1000;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modal-header {
	padding: 10px 10px;
}
.modal-body {
	position: relative;
}
.modal-footer {
	padding: 10px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

/*
_inc
*/
.header .headwrap, .header .headwrap:before,
.header .logo a,
.header .logo a img,
.header .gnb .depth01 > a,
.header .gnb .depth01 > a:after {
	transition: 500ms all;
}
.header .nav_bg_pc, .header .gnb .depth02_box {
	transition: 500ms top;
}

.header {
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	position: fixed;
	background-color: #5689d0;
}
.header .headwrap {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	min-width: 1024px;
	width: 100%;
	text-align: center;
	height: 110px;
}
.header .logo {
	position: absolute;
	top: 0;
	left: 0;
}
.header .logo a {
	display: block;
	height: 110px;
	line-height: 110px;
}
.header .logo a img {
	vertical-align: middle;
}
.header .gnb {
	float: right;
	display: inline-block;
}
.header .gnb .depth01 {
	float: left;
	display: block;
	position: relative;
}
.header .gnb .depth01 > a {
	height: 110px;
	display: table-cell;
	padding: 0 40px;
	font-size: 18px;
	line-height: 1.2;
	vertical-align: middle;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	z-index: 3;
	text-align: center;
	letter-spacing: -0.6px;
	width: 100%;
	color: #000;
}
.header .gnb .depth01 > a img {
	margin: 0 auto;
	display: block;
}
.header .gnb .depth01 a:hover, .header .gnb .depth01 a.on {
	color: #fff;
}

html, body {
	height: 100% !important;
}

body {
	margin: 0;
}

.home {
	min-height: 100%;
}

.homewrap {
	padding-bottom: 197px;
}

.footer_wrap {
	margin-top: -197px;
}

.lt-ie9 .homewrap {
	padding-bottom: 0;
}
.lt-ie9 .footer_wrap {
	margin-top: 0;
}

.bar_span span {
	display: inline-block;
	padding: 0 5px;
}

.footer_wrap {
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #ebebeb;
	font-size: 13px;
	letter-spacing: -0.2px;
	text-align: center;
}
.footer_wrap, .footer_wrap a {
	color: #999;
}
.footer_wrap .copy {
	margin-top: 10px;
}
.footer_wrap .name {
	color: #666;
	font-size: 16px;
	letter-spacing: 5px;
}
.footer_wrap .wrap {
	width: 100%;
	margin: 30px 0;
	position: relative;
	display: inline-block;
}
.footer_wrap .foot_top {
	background-color: #cccdd0;
	padding: 20px 0;
}
.footer_wrap .foot_top li {
	display: inline-block;
	padding: 0 10px;
}
.footer_wrap .foot_top a {
	color: #333;
	font-size: 14px;
}

/*
_main
*/
#contents {
	padding-top: 110px;
}

.main_content {
	background-image: url(../images/main/visual.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	width: 100%;
	color: #ccffff;
}
.main_content .wrapper {
	min-width: 1200px;
	width: 100%;
	padding: 150px 0;
}
.main_content .tit_wrap .tit {
	font-size: 20px;
	font-weight: 300;
}
.main_content .tit_wrap .prop {
	font-size: 45px;
	letter-spacing: -1px;
}
.main_content .tit_wrap .prop span, .main_content .tit_wrap .prop img {
	vertical-align: middle;
}
.main_content .name {
	font-size: 24px;
}
.main_content .btn_box {
	margin: 50px auto;
}
.main_content .btn_box .btn {
	transition: 400ms all;
	background-color: rgba(0, 0, 0, 0.7);
	display: inline-block;
	margin: 0 2px;
	font-size: 30px;
	letter-spacing: -0.5px;
	font-weight: 500;
	width: 300px;
	padding: 50px 40px;
}
.main_content .btn_box .btn a {
	color: #fff;
	display: block;
}
.main_content .btn_box .btn .go {
	margin-top: 20px;
	font-size: 16px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	padding: 10px 30px;
	padding-right: 50px;
	text-align: left;
	display: inline-block;
	position: relative;
}
.main_content .btn_box .btn .go .xi-angle-right {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
}
.main_content .btn_box .btn1:hover {
	background-color: #2c7f61;
}
.main_content .btn_box .btn2:hover {
	background-color: #3677b5;
}
.main_content .btn_box .btn3:hover {
	background-color: #82b9e2;
}
.main_content .slash {
	position: absolute;
}
.main_content .slash._1 {
	top: -60px;
	right: 50%;
	margin-right: -430px;
}
.main_content .slash._3 {
	top: 140px;
	left: 50%;
	margin-left: -300px;
}
.main_content .slash._2 {
	top: -10px;
	left: 50%;
	margin-left: -280px;
}

.sub_tit {
	text-align: left;
	padding: 40px 0 10px;
	border-bottom: 1px solid #5689d0;
}
.sub_tit .tit {
	line-height: 1.1;
	font-size: 36px;
	color: #000;
	font-weight: 500;
	letter-spacing: -0.5px;
}
.sub_tit .tit:before {
	content: "";
	width: 30px;
	border-top: 3px solid #000;
	margin-bottom: 10px;
	display: block;
}

.sub_con {
	padding: 50px 0 100px;
}

.f_14 {
	font-size: 14px;
}
.f_18 {
	font-size: 18px;
}
.f_24 {
	font-size: 24px;
}
.f_30 {
	font-size: 30px;
}

.apply_step {
	display: block;
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	background-image: url(../images/sub/apply_step.jpg);
	background-repeat: no-repeat;
}
.apply_step._1 {
	background-position-y: 0;
}
.apply_step._2 {
	background-position-y: 33.33%;
}
.apply_step._3 {
	background-position-y: 66.66%;
}
.apply_step._4 {
	background-position-y: 100%;
}
.apply_step_write li {
	float: left;
	width: 20%;
}
.apply_step_write li span {
	display: block;
}
.apply_step_write li p {
	padding: 10px;
	border-radius: 68px;
	background-color: #5bcfba;
	color: #000;
}
.apply_step_write._1 li:nth-child(1) p {
	background-color: #000;
	color: #fff;
}
.apply_step_write._2 li:nth-child(2) p {
	background-color: #000;
	color: #fff;
}
.apply_step_write._3 li:nth-child(3) p {
	background-color: #000;
	color: #fff;
}
.apply_step_write._4 li:nth-child(4) p {
	background-color: #000;
	color: #fff;
}
.apply_step_write._5 li:nth-child(5) p {
	background-color: #000;
	color: #fff;
}

.tit_l {
	font-size: 18px;
	color: #333;
	font-weight: 300;
	margin-bottom: 10px;
}
.tit_l .popup_link {
	float: right;
	font-size: 14px;
}

.tbl_tit {
	text-align: center;
	position: relative;
	color: #000;
	font-size: 26px;
	padding: 10px 0 30px;
}
.tbl_tit:after {
	content: "";
	width: 26px;
	margin: 10px auto 0;
	border-top: 3px solid #000;
	display: block;
}

.clean-table {
	margin: 0 auto;
	position: relative;
	left: -60px;
	table-layout: fixed;
}
.clean-table .col_th {
	width: 120px;
}
.clean-table .btn-type-02 {
	width: 100%;
	padding: 0;
}
.clean-table th, .clean-table td {
	padding: 10px 10px;
	border: 0;
}
.clean-table th {
	vertical-align: middle;
	text-align: left;
	font-weight: 500;
	color: #333;
	font-size: 15px;
}
.clean-table td a.right,
.clean-table td select,
.clean-table td input {
	height: 45px;
	line-height: 45px;
}
.clean-table td a.right {
	display: inline-block;
	color: #fff;
	background: #666;
	text-align: center;
	width: 26%;
	margin-left: 2%;
	vertical-align: middle;
}
.clean-table td input[type=checkbox] {
	vertical-align: middle;
}
.clean-table td select {
	color: #999;
}

.table-form-01 .tbl_btn {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	display: inline-block;
	color: #fff;
	background-color: #666;
	margin-left: 5px;
	vertical-align: middle;
}

.apply_31 .table-form-01 th {
	line-height: 40px;
	vertical-align: top;
}
.apply_31 .table-form-01 .file_box {
	width: 100%;
	max-width: 400px;
	float: left;
}
.apply_31 .table-form-01 ._line {
	line-height: 40px;
}

.apply_32 .table_board_for, .apply_33 .table_board_for {
	margin-top: 0;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-top: 0;
}
.apply_32 .table_board_for th, .apply_33 .table_board_for th {
	background-color: #ededed;
	color: #333;
}
.apply_32 .table_board_for th, .apply_32 .table_board_for td, .apply_33 .table_board_for th, .apply_33 .table_board_for td {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
}

.apply_33 .table_board_for {
	table-layout: fixed;
}
.apply_33 .table_board_for td, .apply_33 .table_board_for th {
	vertical-align: middle;
}
.apply_33 .table_board_for td {
	padding: 0;
}
.apply_33 .table_board_for input, .apply_33 .table_board_for select {
	width: 90px;
}
.apply_33 .table_board_for .block {
	line-height: 40px;
}
.apply_33 .table_board_for .block span {
	padding: 5px 0;
	display: block;
	border-top: 1px solid #bbb;
}
.apply_33 .table_board_for .block span:first-child {
	border-top: 0;
}

.ul_list li li {
	padding-left: 10px;
}

.hyphen_list li {
	position: relative;
	padding-left: 10px;
}
.hyphen_list li:before {
	position: absolute;
	content: "- ";
	top: 0;
	left: 0;
}
.hyphen_list li.none:before {
	content: "   ";
}

.apply_35 .apply_done {
	padding: 80px 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.apply_35 .apply_done .dis_tbl {
	width: auto;
	margin: 0 auto;
}
.apply_35 .apply_done .img, .apply_35 .apply_done .txt {
	display: table-cell;
	vertical-align: middle;
}
.apply_35 .apply_done .img {
	width: 180px;
}

.pop-con {
	padding: 0;
	border-radius: 0;
}
.pop-con .mfp-close {
	color: #fff;
	width: 75px;
	height: 75px;
	line-height: 75px;
	font-size: 75px;
}
.pop-con .pass-pop-head {
	height: 75px;
	background-color: #66a5e8;
}
.pop-con .pass-pop-body {
	padding: 50px;
}

#no-grade .tit {
	font-size: 24px;
	font-weight: 300;
	border-bottom: 1px solid #111;
	color: #111;
}

.pop-alert .txtbox {
	display: table;
	width: 100%;
}
.pop-alert .txtbox .img, .pop-alert .txtbox .txt {
	display: table-cell;
	vertical-align: middle;
}
.pop-alert .txtbox .img {
	width: 180px;
}
/*# sourceMappingURL=css.css.map */