@charset "UTF-8";
@font-face {
	font-family: 's-core-dream-thin';
	src: url("fonts/scdream1-webfont.woff2") format("woff2"), url("scdream1-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 's-core-dream-extralight';
	src: url("fonts/scdream2-webfont.woff2") format("woff2"), url("fonts/scdream2-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 's-core-dream-light';
	src: url("fonts/scdream3-webfont.woff2") format("woff2"), url("fonts/scdream3-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 's-core-dream-regular';
	src: url("fonts/scdream4-webfont.woff2") format("woff2"), url("fonts/scdream4-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 's-core-dream-medium';
	src: url("fonts/scdream5-webfont.woff2") format("woff2"), url("fonts/scdream5-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 's-core-dream-bold';
	src: url("fonts/scdream6-webfont.woff2") format("woff2"), url("fonts/scdream6-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 's-core-dream-extrabold';
	src: url("fonts/scdream7-webfont.woff2") format("woff2"), url("fonts/scdream7-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 's-core-dream-heavy';
	src: url("fonts/scdream8-webfont.woff2") format("woff2"), url("fonts/scdream8-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 's-core-dream-black';
	src: url("fonts/scdream9-webfont.woff2") format("woff2"), url("fonts/scdream9-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

/* Common */
body, p,
h1, h2, h3, h4, h5, h6,
ul, ol, li,
dl, dt, dd,
table, th, td,
form, fieldset, legend, input, textarea, button, select {
	margin: 0;
	padding: 0;
	font-family: var(--font-sans);
}

br {
	font-family: "" !important;
}

body,
input,
textarea,
select,
button,
table {
	font-size: 14px;
	line-height: 1.25em;
	font-weight: 400;
	font-family: var(--font-sans);
	/*letter-spacing: -0.05em;*/
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-sans);
	font-weight: 500;
	/*letter-spacing: -0.05em;*/
}

textarea {
	-webkit-appearance: none;
}

body {
	position: relative;
	font-weight: 500;
	color: #101010;
	background-color: #fff;
	-webkit-text-size-adjust: none;
}

img,
fieldset {
	border: 0;
}

fieldset {
	min-width: 0;
}

img {
	vertical-align: top;
}

ul,
ol {
	list-style: none;
}

em,
address {
	font-style: normal;
}

a {
	color: #101010;
	text-decoration: none;
}

a:hover {
	color: #101010;
}

table {
	border-collapse: collapse;
}

input {
	border: 0 none;
}

.blind {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
}

.overflow {
	overflow: hidden;
}

button {
	cursor: pointer;
	border: 0;
	background-color: transparent;
}

caption {
	padding: 0;
}

.u_skip a {
	position: fixed;
	left: 0;
	top: -45px;
	width: 100%;
	z-index: 999;
	padding: 5px;
	background-color: #000;
	color: #fff;
}

.u_skip a:focus {
	width: auto;
	top: 0;
	text-decoration: none;
}

/* 박스모델 정렬 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

.ov {
	overflow: hidden;
}

.vm {
	vertical-align: middle auto;
}

.vt {
	vertical-align: top !important;
}

.vb {
	vertical-align: bottom !important;
}

.tc {
	text-align: center !important;
}

.tr {
	text-align: right !important;
}

.tl {
	text-align: left !important;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.left {
	text-align: left !important;
}

/* 패딩 */
.pd5 {
	padding: 5px !important;
}

.pd10 {
	padding: 10px !important;
}

.pd15 {
	padding: 15px !important;
}

.pd20 {
	padding: 20px !important;
}

.pd30 {
	padding: 30px !important;
}

.pl5 {
	padding-left: 5px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pr5 {
	padding-right: 5px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

/* 마진 */
.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

/* 높이  */
.h5 {
	height: 5px;
}

.h10 {
	height: 10px;
}

.h20 {
	height: 20px;
}

/* 디스플레이  */
.dn {
	display: none;
}

.blind {
	display: none;
}

/* 사이즈 set */
.w100 {
	width: 100px;
}

.w150 {
	width: 150px;
}

.w200 {
	width: 200px;
}

/* 텍스트 스타일  */
.bold {
	font-weight: bold;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.white {
	color: white;
}

.gray {
	color: gray;
}

.black {
	color: black;
}

/* 마우스 cursor */
.cursor {
	cursor: hand;
	cursor: pointer;
}

.fp-tableCell {
	vertical-align: top !important;
}

select {
	outline: none;
	height: 40px;
	margin: 0;
	padding-left: 12px;
	border: 1px solid #c2c2c2;
	font-size: 14px;
	/*background: url(../images/ico_select.png) no-repeat right 50% #fff;*/
	background-size: contain;
	transition: all 0.2s ease-in-out;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"] {
	outline: none;
	height: 40px;
	margin: 0;
	padding: 0 10px;
	font-size: 15px;
	border: 1px solid #c2c2c2;
	transition: all 0.2s ease-in-out;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
	border: 1px solid #222;
}

input[type=checkbox],
input[type=radio] {
	margin: 0;
}

textarea {
	width: 100%;
	min-height: 160px;
	outline: none;
	padding: 16px 16px;
	border: 1px solid #c2c2c2;
	font-size: 15px;
	line-height: 22px;
	transition: all 0.2s ease-in-out;
}

textarea:focus {
	border: 1px solid #222;
}

select.error,
input.error,
textarea.error {
	border: 1px solid #fe7070;
}

select.disabled,
input.disabled {
	background-color: #f5f5f5;
}

.inp_radio,
.inp_check {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	font-size: 0;
}

.inp_radio > input[type=radio], .inp_radio > input[type=checkbox],
.inp_check > input[type=radio],
.inp_check > input[type=checkbox] {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	margin: 0;
	z-index: -1;
	border: none;
	opacity: 0;
}

.inp_radio > label,
.inp_check > label {
	display: block;
	position: relative;
	overflow: hidden;
	height: 20px;
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	white-space: nowrap;
	cursor: pointer;
}

.inp_radio > label:before,
.inp_check > label:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
}

.inp_radio > input[type=radio] {
	width: 20px;
	height: 20px;
}

.inp_radio > input[type=radio]:checked + label:before {
	background-image: url(../images/sp_kwu.png);
	background-size: 468px 433px;
	background-position: -225px -319px;
	width: 20px;
	height: 20px;
}

.inp_radio > label {
	height: 20px;
	padding-left: 26px;
	line-height: 20px;
}

.inp_radio > label:before {
	background-image: url(../images/sp_kwu.png);
	background-size: 468px 433px;
	background-position: -380px -240px;
	width: 20px;
	height: 20px;
}

.inp_check > input[type=checkbox] {
	width: 22px;
	height: 22px;
}

.inp_check > input[type=checkbox]:checked + label:before {
	background-image: url(../images/sp_kwu.png);
	background-size: 468px 433px;
	background-position: -372px -201px;
	width: 22px;
	height: 22px;
}

.inp_check > label {
	height: 22px;
	padding-left: 28px;
	line-height: 22px;
}

.inp_check > label:before {
	background-image: url(../images/sp_kwu.png);
	background-size: 468px 433px;
	background-position: -354px -240px;
	width: 22px;
	height: 22px;
}

.select_box {
	display: inline-block;
	position: relative;
	height: 40px;
	border: 1px solid #a5a5a5;
	border-radius: 4px;
	vertical-align: top;
}

.select_box:after {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #878281;
	content: '';
}

.select_box select {
	width: 100%;
	height: 38px;
	padding-left: 20px;
	padding-right: 25px;
	font-size: 15px;
	color: #666;
	-webkit-appearance: none;
	background: none;
	border: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cont_tit_line {
	position: relative;
	margin: 0 0 20px;
	padding-bottom: 20px;
	font-family: "s-core-dream-medium", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
	font-size: 30px;
	color: #573483;
	line-height: normal;
}

.cont_tit_line::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 1px;
	background: #573483;
}

.cont_tit_s {
	margin: 50px 0 20px;
	font-family: "s-core-dream-medium", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
	font-size: 24px;
	color: #000;
	line-height: normal;
}

.cont_tit_desc {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #999;
	line-height: 25px;
}

.cont_tit_exclam {
	margin-top: 10px;
	font-size: 16px;
	color: #846841;
	line-height: 24px;
}

.table_type1 {
	width: 100%;
	table-layout: fixed;
	border-top: 1px solid #000;
}

.table_type1 tr.guide_bg td {
	background: #f1eae0;
	color: #846841;
}

.table_type1 td,
.table_type1 th {
	height: 23px;
	border-right: 1px solid #dddfe5;
	border-bottom: 1px solid #dddfe5;
}

.table_type1 td:last-child, .table_type1 td:last-child,
.table_type1 th:last-child,
.table_type1 th:last-child {
	border-right: 0;
}

.table_type1 td[rowspan],
.table_type1 th[rowspan] {
	border-right: 1px solid #dddfe5;
	border-left: 1px solid #dddfe5;
}

.table_type1 td[rowspan]:first-child,
.table_type1 th[rowspan]:first-child {
	border-right: 1px solid #dddfe5;
	border-left: none;
}

.table_type1 td[rowspan]:last-child,
.table_type1 th[rowspan]:last-child {
	border-right: none;
	border-left: 1px solid #dddfe5;
}

.table_type1 td.left,
.table_type1 th.left {
	text-align: left;
}

.table_type1 td.right,
.table_type1 th.right {
	text-align: right;
}

.table_type1 td.center,
.table_type1 th.center {
	text-align: center;
}

.table_type1 th {
	padding: 16px 10px;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-align: center;
	background: #f1f2f7;
}

.table_type1 th > span {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

.table_type1 td {
	padding: 15px 15px;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	text-align: center;
	word-break: break-all;
}

.table_type1 td input + .txt {
	margin-left: 10px;
	padding-top: 10px;
}

.table_type1 td .txt {
	display: inline-block;
	color: #666;
	font-size: 15px;
	line-height: 22px;
	vertical-align: top;
}

.table_type1 td .flexbox {
	display: -ms-flexbox;
	display: flex;
}

.table_type1 td .flexbox input {
	-ms-flex: 1;
	flex: 1;
}

.table_type1 td .flexbox .btn_ui {
	margin-left: 10px;
}

.table_type1 td .flexbox .btn_ui.small span {
	height: 38px;
	line-height: 38px;
}

.table_type1 td .autocomplete {
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.table_type1 td .autocomplete .auto_list {
	position: absolute;
	left: 0;
	right: 0;
	max-height: 189px;
	margin-top: -1px;
	padding: 6px 0;
	background-color: #fff;
	border: 1px solid #666;
	z-index: 10;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.table_type1 td .autocomplete .auto_list > li a,
.table_type1 td .autocomplete .auto_list > li label,
.table_type1 td .autocomplete .auto_list > li button {
	display: block;
	height: 35px;
	padding: 0 16px;
	font-size: 14px;
	color: #333;
	line-height: 36px;
}

.table_type1 td .autocomplete .auto_list > li a:hover,
.table_type1 td .autocomplete .auto_list > li label:hover,
.table_type1 td .autocomplete .auto_list > li button:hover {
	background-color: #f1f2f7;
}

.table_type1 tbody td {
	text-align: left;
}

.top_btn_area,
.bottom_btn_area {
	position: relative;
	font-size: 0;
	text-align: center;
}

.top_btn_area .btn_ui,
.bottom_btn_area .btn_ui {
	margin: 0 5px;
}

.top_btn_area.left,
.bottom_btn_area.left {
	text-align: left;
}

.top_btn_area.right,
.bottom_btn_area.right {
	text-align: right;
}

.top_btn_area {
	margin-bottom: 20px;
}

.bottom_btn_area {
	margin-top: 40px;
}

.list_dot {
	padding-left: 10px;
}

.list_dot > li {
	position: relative;
	padding-left: 8px;
	color: #000;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
}

.list_dot > li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	width: 3px;
	height: 3px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #999;
}

.list_dot > li + li {
	margin-top: 6px;
}

.list_dt_dl {
	margin-top: 30px;
}

.list_dt_dl dt {
	position: relative;
	font-size: 16px;
	color: #272727;
	line-height: 25px;
	margin-top: 5px;
	word-break: keep-all;
}

.list_dt_dl dt:before {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0px;
	top: 10px;
	background-color: #afb3bc;
	border-radius: 50%;
}

.list_dt_dl dd {
	padding-left: 10px;
}

.list_bar li {
	position: relative;
	margin-top: 5px;
	padding-left: 13px;
	font-size: 15px;
	line-height: 23px;
	color: #666;
}

.list_bar li:before {
	position: absolute;
	left: 0;
	top: -1px;
	display: block;
	width: 10px;
	height: 3px;
	content: attr(data-content);
}

.list_bar li .blue {
	color: #05548f;
}

.btn_ui {
	display: inline-block;
	margin: 0 0 5px 0;
	padding: 0;
	vertical-align: top;
	border: 1px solid #573483;
}

.btn_ui > span {
	display: block;
	height: 44px;
	margin: 0;
	padding: 0 20px;
	color: #573483;
	font-size: 17px;
	line-height: 45px;
	text-align: center;
	letter-spacing: -1px;
}

.btn_ui > span .fal {
	margin: 0 0 0 0;
}

.btn_ui:hover {
	background: #573483;
	border-color: #573483;
}

.btn_ui:hover > span {
	color: #fff;
}

.btn_ui.small {
	min-width: 88px;
}

.btn_ui.small > span {
	height: 29px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 30px;
}

.btn_ui.medium {
	min-width: 130px;
}

.btn_ui.medium > span {
	height: 44px;
	padding: 0 20px;
	font-size: 17px;
	line-height: 45px;
}

.btn_ui.large {
	min-width: 230px;
}

.btn_ui.large > span {
	height: 52px;
	padding: 0 20px;
	font-size: 18px;
	line-height: 52px;
}

.btn_ui.gray {
	background: #5e6e88;
	border-color: #5e6e88;
}

.btn_ui.gray > span {
	color: #fff;
}

.btn_ui.gray:hover {
	background: #475367;
	border-color: #475367;
}

.btn_ui.navy {
	background: #042a59;
	border-color: #042a59;
}


.btn_ui.green {
	background: #8b399a;
	border-color: #830779;
}

.btn_ui.navy > span {
	color: #fff;
}

.btn_ui.navy:hover {
	border-color: #3897d9;
	background: #3897d9;
}

.btn_ui.green:hover {
	border-color: #d008b1;
	background: #d008b1;
}
.btn_ui.black {
	background: #000;
	border-color: #000;
}

.btn_ui.black > span {
	color: #fff;
}

.btn_ui.white {
	border-color: #dbdfe2;
	background: #fff;
}

.btn_ui.white > span {
	border: none;
	color: #666;
}

.btn_ui.white:hover {
	background: #5a5389;
	border-color: #5a5389;
}

.btn_ui.white:hover > span {
	color: #fff;
}

.btn_ui.gold {
	background: #977649;
	border: 1px solid #977649;
}

.btn_ui.gold > span {
	color: #fff;
}

.btn_ui.gold:hover {
	background: #614827;
}

.btn_ui + .btn_ui {
	margin-left: 10px;
}

@media (max-width: 768px) {
	.table_type1 th,
	.table_type1 td {
		font-size: 15px;
	}
	.table_type1 th input,
	.table_type1 td input {
		width: 100%;
	}
	.table_type1 th input + .txt,
	.table_type1 td input + .txt {
		margin: 10px 0 0 0;
		padding-top: 0;
	}
	.table_type1 th .txt,
	.table_type1 td .txt {
		display: block;
		font-size: 15px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.select_box:after {
		display: none;
	}
	.select_box select {
		padding-right: 0;
	}
}

/* page - PDF Viewer */
.page_pdfViewer {
	position: relative;
}

.page_pdfViewer .viewer_top {
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 24px;
	border-bottom: 1px solid #dadee2;
}

.page_pdfViewer .viewer_top h4 {
	display: block;
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	line-height: normal;
}

.page_pdfViewer .viewer_top .desc {
	display: block;
	margin-top: 5px;
	font-size: 15px;
	line-height: 22px;
	color: #8a8a8a;
}

.page_pdfViewer .viewer_top .btn_area {
	position: absolute;
	top: 5px;
	right: 0;
}

.page_pdfViewer .viewer_top .btn_area:after {
	content: '';
	display: block;
	clear: both;
}

.page_pdfViewer .viewer_top .btn_area .btn_down {
	display: block;
	float: left;
	height: 40px;
	padding: 0 25px;
	font-size: 15px;
	color: #040404;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #ccc;
}

.page_pdfViewer .viewer_top .btn_area .btn_down .fal {
	margin-left: 6px;
	margin-top: 12px;
	vertical-align: top;
}

.page_pdfViewer .viewer_top .btn_area .btn_down:hover {
	border-color: #333;
}

.page_pdfViewer .viewer_area {
	display: -ms-flexbox;
	display: flex;
	height: 900px;
	border: 1px solid #aeaeae;
	min-height: 900px;
}

.page_pdfViewer .viewer_area .pdf_aside {
	position: relative;
	min-width: 270px;
	width: 270px;
	border-right: 1px solid #dbdfe2;
	padding: 26px 26px;
	background-color: #f9f9f9;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.page_pdfViewer .viewer_area .pdf_aside ul li {
	margin-bottom: 14px;
}

.page_pdfViewer .viewer_area .pdf_aside ul li a {
	display: block;
	position: relative;
	padding-left: 10px;
	font-size: 15px;
	color: #5e5e5e;
	line-height: 24px;
}

.page_pdfViewer .viewer_area .pdf_aside ul li a:hover {
	color: #573483;
}

.page_pdfViewer .viewer_area .pdf_aside ul li a:before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #999;
	content: '';
}

.page_pdfViewer .viewer_area .pdf_viewer {
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

.page_pdfViewer .viewer_area .pdf_viewer #ifm_pdfViewer {
	width: 100%;
	min-height: 900px;
	border: none;
}

/* layout */
.popupArea {
	left: 0;
	top: 0;
	width: 100%;
	background-image: url(../images/main/popup.png);
	background-size: 100% 130%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.5s all;
	overflow: hidden;
	text-align: center;
	z-index: 200;
}

.popupArea .popupinner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.popupArea .popup_close {
	position: absolute;
	right: 0;
	bottom: 4px;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	z-index: 1;
}

.popupArea .popup_close input {
	margin-right: 5px;
	margin-top: 3px;
	border: 1px solid #555;
	vertical-align: top;
}

.popupArea .popup_close label {
	font-weight: 300;
}

.popupArea .popup_close img {
	margin-left: 2px;
	vertical-align: top;
	width: 17px;
	height: 17px;
}

.popupArea .swiper-container {
	height: 250px;
}

.popupArea .swiper-container P {
	width: 100%;
}

.popupArea .swiper-slide {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popupArea .swiper-button-next,
.popupArea .swiper-button-prev {
	background: none;
}

.popupArea .swiper-button-next .fal,
.popupArea .swiper-button-prev .fal {
	margin-top: 4px;
	font-size: 34px;
	color: #fff;
}

.popupArea .swiper-button-prev {
	left: -30px;
}

.popupArea .swiper-button-next {
	right: -30px;
}

.popupArea .swiper-pagination-bullet-active {
	background: #fff;
}

.layerPopupBox .popup_close {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.inner_wrap {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
}

.inner_wrap:after {
	content: '';
	display: block;
	clear: both;
}

#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	background-color: #f5f6f6;
	z-index: 300;
}

#header .top_wrap {
	display: block;
	position: relative;
	background-color: #333333;
}

#header .top_wrap .inner_wrap {
	height: 40px;
}

#header .top_wrap .top_menu {
	margin: 0;
}

#header .top_wrap .top_menu.left {
	float: left;
}

#header .top_wrap .top_menu.left > li {
	float: left;
	position: relative;
}

#header .top_wrap .top_menu.left > li > a {
	display: block;
	position: relative;
	height: 40px;
	padding: 0 20px;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}

#header .top_wrap .top_menu.left > li .menu {
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	width: 210px;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid #333;
	z-index: 1000;
	max-height: 154px;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#header .top_wrap .top_menu.left > li .menu > li > a {
	display: block;
	height: 34px;
	padding: 0 12px;
	font-size: 14px;
	white-space: nowrap;
	color: #000;
	line-height: 34px;
}

#header .top_wrap .top_menu.left > li .menu > li > a:hover {
	color: #573483;
}

#header .top_wrap .top_menu.left > li.on:after {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	height: 2px;
	background-color: #ffc147;
	content: '';
}

#header .top_wrap .top_menu.left > li.on .menu {
	display: block;
}

#header .top_wrap .top_menu.left > li + li:before {
	position: absolute;
	left: 0;
	top: 17px;
	width: 1px;
	height: 10px;
	background-color: #fff;
	vertical-align: top;
	opacity: .12;
	content: '';
}

#header .top_wrap .top_menu.right {
	float: right;
}

#header .top_wrap .top_menu.right > li {
	float: left;
	position: relative;
}

#header .top_wrap .top_menu.right > li > a {
	display: block;
	height: 40px;
	padding: 0 16px;
	font-size: 13px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}

#header .top_wrap .top_menu.right > li > a img {
	margin-top: 11px;
	margin-right: 10px;
	vertical-align: top;
}

#header .top_wrap .top_menu.right > li + li:before {
	position: absolute;
	left: 0;
	top: 17px;
	width: 1px;
	height: 10px;
	background-color: #fff;
	vertical-align: top;
	opacity: .12;
	content: '';
}

#header .gnb_wrap {
	position: relative;
	z-index: 100;
	background: url(../images/main/nav_menu_b.png) #573483 no-repeat 0 0;
}

#header .gnb_wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 110px;
	background-color: #fff;
	content: '';
}

#header .gnb_wrap .inner_wrap {
	overflow: hidden;
	height: 110px;
	transition: all 0.2s;
}

#header .gnb_wrap .logo {
	position: absolute;
	left: 0;
	top: 38px;
	z-index: 300;
}

#header .gnb_wrap .logo > a {
	display: block;
	background-image: url(../images/sp_kwu.png);
	background-size: 468px 433px;
	background-position: 0px -201px;
	width: 260px;
	height: 35px;
}

#header .gnb_wrap #gnb {
	position: relative;
	margin: 0 138px 0 279px;
}

#header .gnb_wrap #gnb > ul {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0;
}

#header .gnb_wrap #gnb > ul > li {
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

#header .gnb_wrap #gnb > ul > li > a {
	display: block;
	height: 110px;
	font-size: 20px;
	font-family: "s-core-dream-medium", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
	font-weight: 500;
	line-height: 108px;
	color: #333;
	white-space: nowrap;
	text-align: center;
	letter-spacing: -1px;
}

#header .gnb_wrap #gnb > ul > li > a.active, #header .gnb_wrap #gnb > ul > li > a:hover {
	color: #573483;
}

#header .gnb_wrap #gnb > ul > li > a.active ~ .depth02, #header .gnb_wrap #gnb > ul > li > a:hover ~ .depth02 {
	background-color: #331a52;
}

#header .gnb_wrap #gnb > ul > li > a.active ~ .depth02:after, #header .gnb_wrap #gnb > ul > li > a:hover ~ .depth02:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background-color: #573483;
	content: '';
}

#header .gnb_wrap #gnb > ul > li .depth02 {
	position: relative;
	margin: 1px 0 0 0;
	transition: all 0.3s ease-in-out;
	border-left: 1px solid #3d1352;
	z-index: 1;
	transition: all 0.2s;
}

#header .gnb_wrap #gnb > ul > li .depth02:hover {
	background-color: #331a52;
}

#header .gnb_wrap #gnb > ul > li .depth02:hover:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background-color: #573483;
	content: '';
}

#header .gnb_wrap #gnb > ul > li .depth02 ul {
	min-height: 473px;
	padding: 34px 0;
}

#header .gnb_wrap #gnb > ul > li .depth02 ul > li {
	float: none;
	width: 100%;
}

#header .gnb_wrap #gnb > ul > li .depth02 ul > li > a {
	display: block;
	height: 45px;
	padding: 0 10px;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	letter-spacing: -1px;
}

#header .gnb_wrap #gnb > ul > li .depth02 ul > li > a .fal {
	font-size: 14px;
	margin-top: -4px;
	vertical-align: middle;
}

#header .gnb_wrap #gnb > ul > li .depth02 ul > li > a:hover {
	color: #c680ff;
}

#header .gnb_wrap #gnb > ul > li .depth02 ul > li.actived a {
	color: #573483;
	text-decoration: underline;
}

#header .gnb_wrap #gnb > ul > li:last-child .depth02 {
	border-right: 1px solid #3d1352;
}

#header .gnb_wrap .func {
	position: absolute;
	top: 24px;
	right: 0;
	margin: 0;
}

#header .gnb_wrap .func li {
	display: block;
	float: left;
}

#header .gnb_wrap .func li .btn_search,
#header .gnb_wrap .func li .btn_all {
	display: block;
	width: 64px;
	height: 64px;
	text-align: center;
}

#header .gnb_wrap .func li .btn_search .fal,
#header .gnb_wrap .func li .btn_search .far,
#header .gnb_wrap .func li .btn_all .fal,
#header .gnb_wrap .func li .btn_all .far {
	margin-top: 20px;
	font-size: 23px;
	vertical-align: top;
}

#header .gnb_wrap .func li .btn_search {
	right: 0;
	color: #222;
}

#header .gnb_wrap .func li .btn_all {
	left: 0;
}

#header .gnb_wrap .func li .btn_all .icon {
	display: inline-block;
	position: relative;
	width: 25px;
	height: 18px;
	margin-top: 22px;
	vertical-align: top;
}

#header .gnb_wrap .func li .btn_all .icon > i {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #222;
}

#header .gnb_wrap .func li .btn_all .icon > i:nth-of-type(1) {
	top: 0;
}

#header .gnb_wrap .func li .btn_all .icon > i:nth-of-type(2) {
	top: 8px;
}

#header .gnb_wrap .func li .btn_all .icon > i:nth-of-type(3) {
	top: 16px;
}

#header.on .gnb_wrap .inner_wrap {
	height: 583px;
}

#header.on .gnb_wrap:after {
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	content: '';
}

#header.on .gnb_wrap #gnb ul > li .depth02 {
	display: block;
}

.all_menu {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: url("../images/allmenu_bg.png") #573483 no-repeat right bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1000;
	transition: all .5s ease-in-out;
}

.all_menu .all_logo {
	position: absolute;
	top: 46px;
	left: 70px;
	background-image: url(../images/sp_kwu.png);
	background-size: 468px 433px;
	background-position: 0px -240px;
	width: 200px;
	height: 41px;
}

.all_menu .info_menu {
	display: none;
}

.all_menu .btn_close {
	position: absolute;
	top: 29px;
	right: 50px;
	padding: 24px 30px;
	font-size: 30px;
	color: #fff;
}

.all_menu .inner_wrap {
	padding: 170px 0 85px 0;
}

.all_menu .depth1:after {
	content: '';
	display: block;
	clear: both;
}

.all_menu .depth1 > li {
	width: 16.5%;
	padding-right: 20px;
	float: left;
	margin-bottom: 50px;
}

.all_menu .depth1 > li > a {
	display: block;
	position: relative;
	font-size: 30px;
	color: #fff;
	font-family: "s-core-dream-medium", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
	line-height: normal;
}

.all_menu .depth1 > li .depth2 {
	margin-top: 50px;
}

.all_menu .depth1 > li .depth2 > li > a {
	display: block;
	font-size: 20px;
	line-height: 50px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 300;
}

.all_menu .depth1 > li .depth2 > li .depth3 {
	margin: 15px 0;
	padding-left: 16px;
	border-left: 1px solid #66478f;
}

.all_menu .depth1 > li .depth2 > li .depth3 > li a {
	display: block;
	margin-top: 20px;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	opacity: 0.5;
	font-weight: 300;
}

.all_menu .depth1 > li .depth2 > li .depth3 > li:first-child a {
	margin-top: 0;
}

.all_menu .depth1 > li:last-child {
	width: 17%;
}

.all_menu.open {
	left: 0;
}

#container {
	position: relative;
	min-height: 800px;
	margin-top: 151px;
}

#footer {
	position: relative;
	border-top: 1px solid #ddd;
}

#footer .logo_area {
	position: relative;
	padding: 37px 0;
}

#footer .logo_area .logo {
	display: block;
	background-image: url(../images/sp_kwu.png);
	background-size: 468px 433px;
	background-position: 0px -152px;
	width: 216px;
	height: 45px;
}

#footer .logo_area .family {
	position: absolute;
	top: 39px;
	right: 0;
	font-size: 0;
}

#footer .logo_area .family .select_box {
	width: 185px;
	height: 42px;
}

#footer .logo_area .family .select_box select {
	height: 40px;
}

#footer .logo_area .family .select_box + .select_box {
	margin-left: 10px;
}

#footer .copy_menu {
	position: relative;
	padding: 22px 0 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#footer .copy_menu:after {
	content: '';
	display: block;
	clear: both;
}

#footer .copy_menu li {
	float: left;
	position: relative;
	margin-right: 23px;
	margin-bottom: 23px;
}

#footer .copy_menu li a {
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: #000;
}

#footer .copy_menu li a:hover {
	text-decoration: underline;
}

#footer .copy_menu li a:after {
	display: inline-block;
	width: 1px;
	height: 12px;
	margin-top: 1px;
	margin-left: 23px;
	background-color: #ebebeb;
	vertical-align: top;
	content: '';
}

#footer .copyright {
	padding: 29px 0 80px;
}

#footer .copyright span {
	display: block;
	font-size: 14px;
	color: #666;
	font-weight: 300;
	line-height: 22px;
}

#footer .copyright .copy {
	margin-top: 20px;
}

.sub_visual {
	background: url(../images/sub_visual_1.jpg) no-repeat 50% 50%;
	background-size: cover;
	line-height: normal;
}

.sub_visual .inner_wrap {
	display: -ms-flexbox;
	display: flex;
	height: 232px;
	text-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.sub_visual .slogun {
	font-family: "s-core-dream-medium", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
	font-size: 42px;
	color: #fff;
}

.sub_visual .desc {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 20px;
	color: #fff;
}

.sub_nav {
	position: relative;
	border-bottom: 1px solid #e8e8e8;
}

.sub_nav .nav_path {
	display: -ms-flexbox;
	display: flex;
	float: right;
	position: relative;
	border-right: 1px solid #e8e8e8;
}

.sub_nav .nav_path .home {
	display: block;
	position: relative;
	min-width: 60px;
	height: 60px;
	font-size: 22px;
	color: #555;
	text-align: center;
	border-left: 1px solid #e8e8e8;
	z-index: 1;
}

.sub_nav .nav_path .home .fal {
	margin-top: 19px;
	vertical-align: top;
}

.sub_nav .nav_path .home .fa-arrow-left {
	display: none;
}

.sub_nav .nav_path .nav_item {
	position: relative;
	-ms-flex: 1;
	flex: 1;
	min-width: 240px;
	height: 60px;
	border-left: 1px solid #e8e8e8;
}

.sub_nav .nav_path .nav_item > a {
	display: block;
	position: relative;
	height: 60px;
	font-size: 16px;
	color: #555;
	padding: 0 30px;
	line-height: 60px;
	text-align: left;
}

.sub_nav .nav_path .nav_item > a:after {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -3px;
	border-width: 5px 5px 0 5px;
	border-style: solid;
	border-color: #767676 transparent;
	content: '';
}

.sub_nav .nav_path .nav_item > a.on {
	z-index: 2;
	color: #471c73;
}

.sub_nav .nav_path .nav_item > a.on:after {
	border-width: 0 5px 5px 5px;
	border-color: #471c73 transparent;
}

.sub_nav .nav_path .nav_item .nav_sub {
	display: none;
	position: absolute;
	left: -1px;
	top: -1px;
	right: -1px;
	padding-top: 60px;
	z-index: 1;
	background-color: #fff;
	border: 1px solid #000;
}

.sub_nav .nav_path .nav_item .nav_sub li a {
	display: block;
	padding: 15px 30px;
	font-size: 16px;
	color: #555;
}

.sub_nav .nav_path .nav_item .nav_sub li a:hover {
	color: #471c73;
}

.sub_nav .nav_path .nav_item:first-child {
	border-left: none;
}

.sub_wrap {
	position: relative;
}

.sub_wrap .inner_wrap {
	padding-bottom: 50px;
}

.sub_wrap .sub_side {
	position: relative;
	float: left;
	width: 260px;
	padding-top: 64px;
}

.sub_wrap .sub_side h2 {
	margin: 0;
	padding-bottom: 22px;
	border-bottom: 4px solid #573483;
	font-size: 28px;
	font-family: "s-core-dream-medium", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
	color: #573483;
	line-height: normal;
}

.sub_wrap .sub_side .menus > li {
	border-bottom: 1px solid #ddd;
}

.sub_wrap .sub_side .menus > li > a {
	display: block;
	height: 62px;
	font-size: 16px;
	color: #474747;
	line-height: 62px;
	transition: all 0.2s;
}

.sub_wrap .sub_side .menus > li > a:hover {
	color: #573483;
}

.sub_wrap .sub_side .menus > li.on > a {
	color: #573483;
}

.sub_wrap .sub_side .menus > li .sub_menu {
	display: none;
	position: relative;
	border-top: 1px solid #ddd;
}

.sub_wrap .sub_side .menus > li .sub_menu > li > a {
	display: block;
	height: 42px;
	padding: 0 20px;
	color: #474747;
	font-size: 14px;
	line-height: 42px;
	transition: all 0.2s;
}

.sub_wrap .sub_side .menus > li .sub_menu > li > a:hover {
	color: #fff;
	background-color: #573483;
}

.sub_wrap .sub_side .menus > li .sub_menu > li.on > a {
	color: #fff;
	background-color: #573483;
}

.sub_wrap .sub_content {
	float: left;
	width: 1078px;
	margin-left: 102px;
	padding-top: 56px;
}

.sub_wrap .sub_title_wrap {
	margin-bottom: 40px;
}

.sub_wrap .sub_cont_title {
	margin: 0;
	padding-bottom: 24px;
	font-family: "s-core-dream-medium", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
	font-size: 36px;
	color: #573483;
	line-height: normal;
	background: url("../images/bg_title_border.jpg") 0 100% repeat-x;
}

.sub_wrap .sub_article {
	position: relative;
	padding: 0 0 60px;
}

.sub_wrap .sub_info {
	position: relative;
	padding: 40px 40px;
	font-size: 16px;
	color: #666;
	background-color: #f1f2f7;
}

.sub_wrap .sub_tabs {
	margin-bottom: 65px;
	border-bottom: 1px solid #dbdfe2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.sub_wrap .sub_tabs:after {
	content: '';
	display: block;
	clear: both;
}

.sub_wrap .sub_tabs li {
	float: left;
	position: relative;
	min-width: 123px;
	margin-bottom: -1px;
	border: 1px solid #dbdfe2;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.sub_wrap .sub_tabs li a {
	display: block;
	position: relative;
	padding: 17px 23px;
	font-family: "s-core-dream-regular", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #666;
	width: 100%;
	height: 100%;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.sub_wrap .sub_tabs li a:hover {
	background-color: #f7f7f7;
}

.sub_wrap .sub_tabs li.on {
	background-color: #00548d;
	border-color: #00548d;
	z-index: 1;
}

.sub_wrap .sub_tabs li.on a {
	color: #fff;
}

.sub_wrap .sub_tabs li + li {
	margin-left: -1px;
}

.sub_wrap .tabs_con .conts {
	display: none;
	position: relative;
}

.sub_wrap .table_area {
	margin-bottom: 50px;
}

.sub_wrap .table_area:last-child {
	margin-bottom: 0;
}

/* page */
.main_visual {
	position: relative;
}

.main_visual .main_swiper {
	position: relative;
}

.main_visual .main_swiper .swiper-slide {
	display: block;
	height: 550px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #521c6e;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.main_visual .main_swiper .swiper-slide .slogun .text {
	display: block;
	line-height: 25px;
	margin-bottom: 5px;
	padding: 0 20px;
	background-color: rgba(255, 255, 255, 0.7);
	color: #302626;
	font-size: 15px;
}

.main_visual .main_swiper .swiper-slide .slogun .title {
	background-color: #848eca;
	font-size: 28px;
	color: #fff;
	padding: 0 20px;
	line-height: 50px;
	text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.59);
	margin-bottom: 5px;
}

.main_visual .main_swiper .swiper-slide .slogun .desc {
	line-height: 20px;
	color: #302626;
	font-size: 15px;
	font-weight: 500;
}

.main_visual .main_swiper .swiper-pagination {
	width: auto;
	left: 60px;
	bottom: 40px;
}

.main_visual .main_swiper .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: none;
	border: 1px solid transparent;
	opacity: 1;
}

.main_visual .main_swiper .swiper-pagination .swiper-pagination-bullet:before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	border-radius: 50%;
	border: 1px solid #fff;
	content: '';
}

.main_visual .main_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #fff;
}

.main_visual .main_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	background-color: #fff;
}

.main_visual .main_accordian {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 410px;
	height: 100%;
	z-index: 1;
	border-left: 1px solid #fff;
}

.main_visual .main_accordian .box {
	position: relative;
	border-bottom: 1px solid #fff;
}

.main_visual .main_accordian .box .accordian_head {
	display: block;
	position: relative;
	/* height: 76px; */
	height: 60px;
	padding: 0 30px;
	color: #fff;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 23px;
	/* line-height: 76px; */
	line-height: 60px;
}

.main_visual .main_accordian .box .accordian_head .fal {
	/* margin: 24px 12px 0 0; */
	margin: 16px 12px 0 0;
	font-size: 27px;
	vertical-align: top;
}

.main_visual .main_accordian .box .accordian_head:after {
	position: absolute;
	right: 38px;
	top: 50%;
	margin-top: -6px;
	background-image: url(../images/sp_kwu.png);
	background-size: 468px 433px;
	background-position: -429px -362px;
	width: 21px;
	height: 11px;
	content: "";
}

.main_visual .main_accordian .box .accordian_head.open:after {
	background-image: url(../images/sp_kwu.png);
	background-size: 468px 433px;
	background-position: -404px -362px;
	width: 21px;
	height: 11px;
}

.main_visual .main_accordian .box .accordian_fold {
	display: none;
	overflow: hidden;
}

.main_visual .main_accordian .box .accordian_fold .btn_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 25px 100px;
}

.main_visual .main_accordian .box .accordian_fold .btn_list li {
	width: 50%;
	padding: 0 5px 10px;
}

.main_visual .main_accordian .box .accordian_fold .btn_list li a {
	align-items: center;
	justify-content: center;
	padding: 10px 5px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.3);
	transition: 0.3s all;
	display:flex;
}

.main_visual .main_accordian .box .accordian_fold .btn_list li a:hover {
	background-color: rgba(0, 0, 0, 0.4);
	border-color: rgba(0, 0, 0, 0.4);
}

.main_visual .main_accordian .box.open .banner_head:after {
	background-image: url(../images/sp_kwu.png);
	background-size: 468px 433px;
	background-position: -404px -362px;
	width: 21px;
	height: 11px;
}

.main_visual .main_accordian .box.open .banner_fold {
	height: 243px;
}

.main_visual .main_accordian .box:last-child {
	border-bottom: none;
}

.main_visual .main_accordian .box .blue {
	background-color: #395996;
}

.main_visual .main_accordian .box .purple {
	background-color: #573483;
}

.main_visual .main_accordian .box .sky {
	background-color: #1495b1;
}

.main_visual .main_accordian .box .green {
	background-color: #0bb333;
}

.main_visual .main_accordian .box .deeppink {
	background-color: #e6005c;
}

.main_visual .banner_label {
	background-color: rgba(58, 48, 76, 0.95);
	font-size: 12px;
	color: #fff;
	padding: 0 20px;
	cursor: pointer;
}

.main_visual .banner_label img {
	height: 7px;
	padding-right: 10px;
	padding-left: 10px;
}

.main_title {
	font-family: "s-core-dream-regular", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
	font-size: 23px;
	font-weight: 500;
	color: #090909;
}

.main_content {
	position: relative;
	padding: 60px 0;
}

.main_content .inner_wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main_content .quick_link {
	position: relative;
	min-width: 369px;
	width: 369px;
	padding-top: 3px;
}

.main_content .quick_link .main_title {
	margin-bottom: 50px;
}

.main_content .quick_link .link_icon {
	border-top: 1px solid #e8e8e8;
}

.main_content .quick_link .link_icon li {
	border-bottom: 1px solid #e8e8e8;
}

.main_content .quick_link .link_icon li a {
	display: block;
	position: relative;
	height: 71px;
	padding: 0 15px 0 62px;
	font-size: 18px;
	color: #000;
	white-space: nowrap;
	line-height: 71px;
}

.main_content .quick_link .link_icon li a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	background-image: url(../images/sp_kwu.png);
	background-size: 468px 433px;
	background-position: -454px -362px;
	width: 6px;
	height: 9px;
	content: "";
}

.main_content .quick_link .link_icon li a .fal {
	position: absolute;
	left: 16px;
	top: 22px;
	font-size: 30px;
	vertical-align: top;
}

.main_content .quick_link .link_icon li a:hover {
	color: #573483;
}

.main_content .notice_board {
	position: relative;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	margin-left: 67px;
}

.main_content .notice_board .tabs {
	margin-bottom: 44px;
}

.main_content .notice_board .tabs:after {
	content: '';
	display: block;
	clear: both;
}

.main_content .notice_board .tabs li {
	float: left;
}

.main_content .notice_board .tabs li a {
	display: block;
	padding: 10px 20px;
	font-family: "s-core-dream-regular", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
	font-size: 17px;
	color: #333;
	border-radius: 20px;
	background-color: #e4e7e7;
}

.main_content .notice_board .tabs li.on a {
	background: linear-gradient(to right, #87189d, #4500aa);
	color: #fff;
}

.main_content .notice_board .tabs li + li {
	margin-left: 8px;
}

.main_content .notice_board .tabs_con .conts {
	display: none;
	position: relative;
}

.main_content .notice_board .tabs_con .conts .notice {
	position: relative;
	padding-left: 67px;
	padding-bottom: 19px;
	border-bottom: 1px solid #ddd;
}

.main_content .notice_board .tabs_con .conts .notice .fal {
	position: absolute;
	left: 8px;
	top: 8px;
	color: #573483;
	font-size: 32px;
}

.main_content .notice_board .tabs_con .conts .notice .sbj {
	display: block;
	font-family: "s-core-dream-regular", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
	font-size: 18px;
	color: #573483;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main_content .notice_board .tabs_con .conts .notice .sbj:hover {
	text-decoration: underline;
}

.main_content .notice_board .tabs_con .conts .notice .txt {
	display: block;
	height: 48px;
	margin-top: 8px;
	font-size: 15px;
	color: #858585;
	line-height: 24px;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main_content .notice_board .tabs_con .conts .list {
	padding-top: 22px;
}

.main_content .notice_board .tabs_con .conts .list li a {
	display: -ms-flexbox;
	display: flex;
}

.main_content .notice_board .tabs_con .conts .list li a .sbj {
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	font-size: 16px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main_content .notice_board .tabs_con .conts .list li a .date {
	margin-left: 20px;
	font-size: 15px;
	color: #767676;
}

.main_content .notice_board .tabs_con .conts .list li a:hover .sbj {
	text-decoration: underline;
}

.main_content .notice_board .tabs_con .conts .list li + li {
	margin-top: 28px;
}

.main_content .notice_board .tabs_con .conts .noresult {
	display: -ms-flexbox;
	display: flex;
	height: 289px;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	color: #666;
}

.main_content .notice_board .tabs_con .conts .noresult .fal {
	margin-bottom: 14px;
	font-size: 35px;
}

.main_content .notice_board .tabs_con .conts .noresult .txt {
	font-size: 17px;
}

.main_content .notice_board .btn_more {
	position: absolute;
	right: 0;
	top: 1px;
	font-family: "s-core-dream-regular", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
	font-size: 15px;
	color: #222;
	line-height: 21px;
}

.main_content .notice_board .btn_more:after {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: top;
	background-image: url(../images/sp_kwu.png);
	background-size: 468px 433px;
	background-position: -249px -319px;
	width: 20px;
	height: 20px;
	content: '';
}

.main_content .admission {
	position: relative;
	min-width: 409px;
	width: 409px;
	height: 357px;
	margin-left: 68px;
	background-color: #573483;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
}

.main_content .admission .introduce {
	padding: 25px 30px 0;
}

.main_content .admission .introduce h2 {
	margin-bottom: 5px;
	font-family: "s-core-dream-regular", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
	font-size: 26px;
	color: #fff;
}

.main_content .admission .introduce .desc {
	margin-top: 22px;
	font-size: 15px;
	color: #fff;
}

.main_content .admission .introduce .phone {
	display: block;
	margin-top: 15px;
	font-family: "s-core-dream-bold", AppleSDGothicNeo-Bold, helvetica, dotum, sans-serif;
	font-size: 32px;
	line-height: 36px;
	color: #fff;
}

.main_content .admission .introduce .phone:before {
	display: inline-block;
	margin: 0 14px 0 0;
	vertical-align: top;
	background-image: url(../images/sp_kwu.png);
	background-size: 468px 433px;
	background-position: -183px -319px;
	width: 38px;
	height: 36px;
	content: '';
}

.main_content .admission .introduce .sns-link ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px;
}

.main_content .admission .introduce .sns-link ul li {
	width: 25%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.main_content .admission .introduce .sns-link ul li a {
	width: 100%;
}

.main_content .admission .introduce .sns-link ul li:nth-child(1) a {
	display: block;
	background: url(../images/kakao.png) center center no-repeat;
	height: 68px;
	background-size: contain;
}

.main_content .admission .introduce .sns-link ul li:nth-child(2) a {
	display: block;
	background: url(../images/facebook.png) center center no-repeat;
	height: 68px;
	background-size: contain;
}

.main_content .admission .introduce .sns-link ul li:nth-child(3) a {
	display: block;
	background: url(../images/instar.png) center center no-repeat;
	height: 68px;
	background-size: contain;
}

.main_content .admission .introduce .sns-link ul li:nth-child(4) a {
	display: block;
	background: url(../images/youtube.png) center center no-repeat;
	height: 68px;
	background-size: contain;
}

.main_content .admission .introduce .kakao {
	display: block;
	position: relative;
	height: 51px;
	margin-top: 20px;
	font-size: 16px;
	font-family: "s-core-dream-medium", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
	color: #3a1e1f;
	line-height: 51px;
	text-align: center;
	background-color: #fde038;
	border-radius: 5px;
}

.main_content .admission .introduce .kakao:after {
	display: inline-block;
	margin: 6px 0 0 16px;
	vertical-align: top;
	background-image: url(../images/sp_kwu.png);
	background-size: 468px 433px;
	background-position: -138px -319px;
	width: 41px;
	height: 37px;
	content: '';
}

.main_content .admission .link_box {
	margin-top: 22px;
}

.main_content .admission .link_box:after {
	content: '';
	display: block;
	clear: both;
}

.main_content .admission .link_box li {
	float: left;
	width: 50%;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.main_content .admission .link_box li a {
	display: block;
	position: relative;
	height: 60px;
	padding: 0 30px;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
}

.main_content .admission .link_box li a:after {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
	font-size: 18px;
	color: #fff;
	background-image: url(../images/sp_kwu.png);
	background-size: 468px 433px;
	background-position: -372px -285px;
	width: 6px;
	height: 12px;
	content: '';
}

.main_content .admission .link_box li:nth-child(2n) {
	border-right: none;
}

.main_schedule {
	position: relative;
	padding: 58px 0 60px;
	background-color: #f2f3f6;
}

.main_schedule .inner_wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main_schedule .edu_schedule {
	position: relative;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

.main_schedule .edu_schedule .tag {
	display: inline-block;
	min-width: 54px;
	height: 26px;
	padding: 0 10px;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 13px;
}

.main_schedule .edu_schedule .tag.on {
	color: #fff !important;
}

.main_schedule .edu_schedule .tag.all {
	border-color: #573483;
	color: #573483;
}

.main_schedule .edu_schedule .tag.all.on {
	background-color: #573483;
}

.main_schedule .edu_schedule .tag.common {
	border-color: #ff9b80;
	color: #ff9b80;
}

.main_schedule .edu_schedule .tag.common.on {
	background-color: #ff9b80;
}

.main_schedule .edu_schedule .tag.ontime {
	border-color: #00aa3c;
	color: #00aa3c;
}

.main_schedule .edu_schedule .tag.ontime.on {
	background-color: #00aa3c;
}

.main_schedule .edu_schedule .tag.regular {
	border-color: #d84351;
	color: #d84351;
}

.main_schedule .edu_schedule .tag.regular.on {
	background-color: #d84351;
}

.main_schedule .edu_schedule .tag.transfer {
	border-color: #72839e;
	color: #72839e;
}

.main_schedule .edu_schedule .tag.transfer.on {
	background-color: #72839e;
}

.main_schedule .edu_schedule .schedule_head {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: 26px;
}

.main_schedule .edu_schedule .schedule_head h2 {
	font-size: 23px;
	color: #090909;
	font-family: "s-core-dream-regular", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
	line-height: normal;
}

.main_schedule .edu_schedule .schedule_head .options {
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	margin-top: 2px;
	margin-left: 25px;
}

.main_schedule .edu_schedule .schedule_head .options .tag + .tag {
	margin-left: 4px;
}

.main_schedule .edu_schedule .schedule_wrap {
	position: relative;
	background-color: #fff;
	padding: 40px 40px 28px;
}

.main_schedule .edu_schedule .schedule_wrap .schedule_tabs {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 42px;
}

.main_schedule .edu_schedule .schedule_wrap .schedule_tabs li {
	-ms-flex: 1;
	flex: 1;
	margin-left: 14px;
}

.main_schedule .edu_schedule .schedule_wrap .schedule_tabs li a {
	display: block;
	position: relative;
	height: 42px;
	padding: 0 5px;
	font-weight: 400;
	font-size: 16px;
	color: #444;
	line-height: 43px;
	text-align: center;
	background-color: #f5f6f6;
	border-radius: 21px;
	white-space: nowrap;
}

.main_schedule .edu_schedule .schedule_wrap .schedule_tabs li a.on {
	color: #fff;
	background: linear-gradient(to right, #87189d, #4500aa);
}

.main_schedule .edu_schedule .schedule_wrap .schedule_tabs li a.on:after {
	position: absolute;
	left: 50%;
	bottom: -4px;
	width: 0;
	height: 0;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #6007A3;
	content: '';
}

.main_schedule .edu_schedule .schedule_wrap .schedule_tabs li:first-child {
	margin-left: 0;
}

.main_schedule .edu_schedule .schedule_wrap .schedule_list {
	position: relative;
}

.main_schedule .edu_schedule .schedule_wrap .schedule_list .swiper-slide {
	display: -ms-flexbox;
	display: flex;
}

.main_schedule .edu_schedule .schedule_wrap .schedule_list .swiper-slide .date_box {
	display: block;
	min-width: 90px;
	width: 90px;
	height: 90px;
	margin-right: 18px;
	padding: 24px 10px 0;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #dedede;
	text-align: center;
}

.main_schedule .edu_schedule .schedule_wrap .schedule_list .swiper-slide .date_box .date {
	display: block;
	font-size: 28px;
	font-family: "s-core-dream-bold", AppleSDGothicNeo-Bold, helvetica, dotum, sans-serif;
	color: #3b4556;
}

.main_schedule .edu_schedule .schedule_wrap .schedule_list .swiper-slide .date_box .month {
	display: block;
	margin-top: 13px;
	font-size: 14px;
	color: #573483;
}

.main_schedule .edu_schedule .schedule_wrap .schedule_list .swiper-slide .info {
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

.main_schedule .edu_schedule .schedule_wrap .schedule_list .swiper-slide .info .sbj {
	max-height: 46px;
	margin-top: 9px;
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 23px;
}

.main_schedule .edu_schedule .schedule_wrap .schedule_list .swiper-slide .info .date {
	display: block;
	margin-top: 7px;
	font-size: 13px;
	color: #a0a0a0;
	white-space: nowrap;
}

.main_schedule .edu_schedule .schedule_wrap .schedule_list .swiper-slide:hover .info .sbj {
	text-decoration: underline;
}

.main_schedule .edu_schedule .schedule_wrap .schedule_list .noresult {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 90px;
	font-size: 17px;
	color: #676767;
	text-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main_schedule .edu_schedule .schedule_wrap .schedule_list .noresult .fal {
	margin-right: 9px;
	margin-top: -5px;
	font-size: 24px;
	vertical-align: top;
}

.main_schedule .edu_schedule .schedule_wrap .schedule_list .schedule_paging {
	position: relative;
	margin-top: 24px;
	font-size: 0;
	text-align: center;
}

.main_schedule .edu_schedule .schedule_wrap .schedule_list .schedule_paging .swiper-pagination {
	display: inline-block;
	position: relative;
	width: auto;
	margin: 0 4px 0 0;
	bottom: auto;
	left: auto;
	font-size: 14px;
	color: #d0d0d0;
	text-align: center;
	line-height: 38px;
	vertical-align: top;
}

.main_schedule .edu_schedule .schedule_wrap .schedule_list .schedule_paging .swiper-pagination span {
	display: inline-block;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	vertical-align: top;
}

.main_schedule .edu_schedule .schedule_wrap .schedule_list .schedule_paging .swiper-pagination span.swiper-pagination-current {
	color: #666;
}

.main_schedule .edu_schedule .schedule_wrap .schedule_list .schedule_paging .swiper-button-prev,
.main_schedule .edu_schedule .schedule_wrap .schedule_list .schedule_paging .swiper-button-next {
	display: inline-block;
	position: relative;
	top: auto;
	margin: 0;
	left: auto;
	right: auto;
	width: 38px;
	height: 38px;
	font-size: 28px;
	line-height: 38px;
	color: #626262;
	vertical-align: top;
	background: none;
}

.main_schedule .edu_schedule .btn_more {
	position: absolute;
	right: 0;
	top: 5px;
	font-family: "s-core-dream-regular", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
	font-size: 15px;
	color: #222;
	line-height: 21px;
}

.main_schedule .edu_schedule .btn_more:after {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: top;
	background-image: url(../images/sp_kwu.png);
	background-size: 468px 433px;
	background-position: -249px -319px;
	width: 20px;
	height: 20px;
	content: '';
}

.main_schedule .kwu_movie {
	position: relative;
	min-width: 377px;
	width: 377px;
	margin-left: 67px;
}

.main_schedule .kwu_movie h2 {
	margin-bottom: 26px;
	font-size: 23px;
	color: #090909;
	font-family: "s-core-dream-regular", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
	line-height: normal;
}

.main_schedule .kwu_movie .movie_player {
	position: relative;
	width: 100%;
	height: 304px;
}

.main_schedule .kwu_movie .movie_player .player {
	position: relative;
	font-size: 0;
}

.main_schedule .kwu_movie .movie_player .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .3;
}

.login_wrap {
	padding: 30px 25px;
}

.login_wrap .login_guide {
	text-align: center;
	line-height: normal;
}

.login_wrap .login_guide .logo {
	display: block;
	margin: 0 auto 40px;
	background-image: url(../images/sp_kwu.png);
	background-size: 468px 433px;
	background-position: 0px -201px;
	width: 260px;
	height: 35px;
}

.login_wrap .login_guide h1 {
	display: none;
	font-size: 25px;
	color: #333;
	font-weight: 500;
}

.login_wrap .login_guide .txt {
	margin-top: 20px;
	font-size: 18px;
	color: #70559d;
}

.login_wrap .login_guide .desc {
	margin-top: 8px;
	font-size: 13px;
	color: #101010;
	line-height: 19px;
}

.login_wrap .login_area {
	padding: 20px 0 40px;
}

.login_wrap .login_area .form_group {
	position: relative;
}

.login_wrap .login_area .form_group label {
	margin: 0;
	font-size: 15px;
	color: #333;
	font-weight: 400;
}

.login_wrap .login_area .form_group .input_group {
	position: relative;
	display: table;
	width: 100%;
	margin-top: 6px;
	border-collapse: separate;
	-webkit-appearance: none;
}

.login_wrap .login_area .form_group .input_group .input_text {
	position: relative;
	width: 100%;
	height: 45px;
	padding: 6px 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #333;
	border-radius: 0;
}

.login_wrap .login_area .form_group + .form_group {
	margin-top: 14px;
}

.login_wrap .login_area .custom_checkbox {
	position: relative;
	display: inline-block;
	margin-top: 10px;
}

.login_wrap .login_area .custom_checkbox .checkbox {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin-top: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.login_wrap .login_area .custom_checkbox .checkbox:checked + .ico {
	background-color: #da291c;
	border-color: #da291c;
}

.login_wrap .login_area .custom_checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 24px;
	height: 18px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}

.login_wrap .login_area .custom_checkbox .ico {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #d1d1d1;
}

.login_wrap .login_area .custom_checkbox .ico:before {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -4px;
	text-align: center;
	background-image: url(../images/sp_kwu.png);
	background-size: 468px 433px;
	background-position: -450px -310px;
	width: 18px;
	height: 18px;
	content: '';
}

.login_wrap .login_area .btn_bottom_area {
	display: table;
	width: 100%;
	position: relative;
	margin: 30px 0 10px;
	text-align: center;
}

.login_wrap .login_area .btn_bottom_area .btn_login {
	display: table-cell;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	font-weight: 700;
	background: #70559d;
	border: 1px solid transparent;
	color: #fff;
}

.login_wrap .login_area .btn_area {
	position: relative;
	text-align: center;
}

.login_wrap .login_area .btn_area:after {
	content: '';
	display: block;
	clear: both;
}

.login_wrap .login_area .btn_area .btn_default {
	display: table;
	width: calc(50% - 5px);
	height: 42px;
	padding: 0 5px;
	font-weight: normal;
	border: 1px solid #ddd;
	color: #101010;
	background-color: #fff;
	text-align: center;
	line-height: 42px;
}

.login_wrap .login_area .btn_area .btn_default span {
	display: table-cell;
	vertical-align: middle;
}

.login_wrap .login_area .btn_area .btn_default:first-child {
	float: left;
}

.login_wrap .login_area .btn_area .btn_default:last-child {
	float: right;
}

.login_wrap .login_area .text_list {
	position: relative;
	margin-top: 20px;
	font-size: 13px;
	color: #101010;
	padding-left: 10px;
	line-height: 23px;
}

.login_wrap .login_area .text_list li {
	position: relative;
	font-size: 13px;
	color: #101010;
	padding-left: 10px;
	line-height: 23px;
}

.login_wrap .login_area .text_list li:before {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #7a7a7a;
}

.error_page {
	position: fixed;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 120px 25px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.error_page .logo {
	position: absolute;
	left: 25px;
	top: 25px;
}

.error_page .logo a {
	display: block;
	background-image: url(../images/sp_kwu.png);
	background-size: 468px 433px;
	background-position: 0px 0px;
	width: 400px;
	height: 82px;
}

.error_page .holder {
	text-align: center;
}

.error_page .holder .fa, .error_page .holder .fas, .error_page .holder .far, .error_page .holder .fal, .error_page .holder .fad, .error_page .holder .fab {
	font-size: 42px;
	color: #000;
}

.error_page .holder .message {
	margin: 20px 0 0;
	font-size: 24px;
	line-height: 32px;
	color: #000;
}

.error_page .holder p.description {
	margin: 15px 0 0;
	font-size: 14px;
	color: #101010;
	line-height: 22px;
}

.error_page .holder p.description span {
	color: #70559d;
}

.error_page .action {
	display: -ms-flexbox;
	display: flex;
	margin-top: 36px;
	text-align: center;
}

.error_page .action .btn_large {
	display: block;
	-ms-flex: 1;
	flex: 1;
	background-color: #5e5b57;
	border-color: #5e5b57;
}

.error_page .action .btn_large + .btn_large {
	margin-left: 7px;
}

.error_page .action .btn_large > span {
	display: block;
	height: 48px;
	font-size: 16px;
	line-height: 46px;
	color: #fff;
}

.error_page .action .btn_large:first-child {
	margin-left: 0;
}

.error_page .action .btn_large.primary {
	border-color: #70559d;
	background-color: #70559d;
}

.error_page .action .btn_large.primary > span {
	color: #fff;
}

.class-division {
	width: 100%;
	border-top: 2px solid #000;
}

.class-division .depart_area {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-left: 1px solid #dddfe5;
}

.class-division .depart_area div {
	border-right: 1px solid #dddfe5;
	border-bottom: 1px solid #dddfe5;
	padding: 15px;
}

.class-division .depart_area .image-box {
	width: 25%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.class-division .depart_area .image-box img {
	width: 100%;
	height: auto;
}

.class-division .depart_area .cont {
	padding: 30px;
	width: 60%;
	color: #000;
	word-break: break-all;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	text-align: left;
	overflow-wrap: break-word;
}

.class-division .depart_area .btn-area {
	width: 15%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.class-division .depart_area .btn-area a {
	width: 140px;
	text-align: center;
	padding: 8px 0px;
	margin-top: 2px;
}

.class-division .depart_area .btn-area a span {
	color: #fff;
}

.class-division .depart_area .btn-area a:nth-child(1) {
	background-color: #5e6e88;
}

.class-division .depart_area .btn-area a:nth-child(1):hover {
	background-color: #475367;
}

.class-division .depart_area .btn-area a:nth-child(2) {
	background-color: #042a59;
}

.class-division .depart_area .btn-area a:nth-child(2):hover {
	background-color: #3897d9;
}

.agree_form {
	position: relative;
	margin-top: 60px;
	padding: 40px 40px;
	border: 1px solid #dddfe5;
}

.agree_form .check_agree {
	margin-top: 40px;
	text-align: right;
}

@media (max-width: 768px) {
	.agree_form {
		padding: 30px 30px;
	}
}

@media (max-width: 1024px) {
	.class-division .depart_area {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 10px;
		border-left: 1px solid #eee;
		border-bottom: 1px solid #000;
	}
	.class-division .depart_area div {
		border-bottom: none;
		border-right: 1px solid #eee;
	}
	.class-division .depart_area .image-box {
		width: 50%;
	}
	.class-division .depart_area .cont {
		width: 50%;
		padding: 30px 10px;
	}
	.class-division .depart_area .btn-area {
		width: 100%;
		border-top: 1px solid #eeeeee;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.class-division .depart_area .btn-area a {
		margin: 0px 2px;
	}
}

@media (max-width: 600px) {
	.class-division .depart_area {
		border-left: 1px solid #eee;
		margin: 0;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #000;
	}
	.class-division .depart_area .image-box {
		width: 100%;
		border: none;
	}
	.class-division .depart_area .cont {
		width: 100%;
		padding: 30px 15px;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
		border: none;
	}
	.class-division .depart_area .btn-area {
		border: none;
		margin-bottom: 30px;
	}
}

@media (max-width: 768px) {
	.sub_wrap .sub_tabs li {
		width: 20%  !important;
	}
	.sub_wrap .sub_tabs li:nth-child(4n) {
		margin-left: 0px;
	}
	.sub_wrap .sub_tabs li:nth-child(n+4) {
		margin-top: -1px;
	}
}

@media (max-width: 1440px) {
	#header .gnb_wrap #gnb > ul > li > a {
		font-size: 18px;
	}
	#header .gnb_wrap #gnb > ul > li .depth02 ul > li > a {
		padding: 0 2px;
		font-size: 14px;
	}
	#header .gnb_wrap #gnb > ul > li .depth02 ul > li > a .fal {
		font-size: 11px;
	}
	.inner_wrap {
		max-width: 1180px;
	}
	.main_content .quick_link {
		min-width: 311px;
		width: 311px;
	}
	.main_content .notice_board {
		margin-left: 45px;
	}
	.main_content .admission {
		min-width: 347px;
		width: 347px;
		margin-left: 45px;
	}
	.main_schedule .edu_schedule .schedule_wrap .schedule_tabs li {
		margin-left: 15px;
	}
	.main_schedule .edu_schedule .schedule_wrap .schedule_tabs li a {
		font-size: 15px;
	}
	.main_schedule .kwu_movie {
		margin-left: 45px;
	}
	.sub_wrap .sub_content {
		width: 880px;
		margin-left: 40px;
	}
}

@media (max-width: 1280px) {
	#header .gnb_wrap .logo > a {
		background-image: url(../images/sp_kwu.png);
		background-size: 468px 433px;
		background-position: -92px -285px;
		width: 220px;
		height: 30px;
	}
	#header .gnb_wrap #gnb {
		margin: 0 122px 0 230px;
	}
	#header .gnb_wrap #gnb > ul > li a {
		font-size: 16px;
	}
	#header .gnb_wrap #gnb > ul > li .depth02 ul > li a {
		padding: 0;
		font-size: 12px;
	}
	#header .gnb_wrap #gnb > ul > li .depth02 ul > li a .fal {
		margin-left: 0;
		font-size: 10px;
	}
	.all_menu .inner_wrap {
		padding-left: 70px;
		padding-right: 70px;
	}
	.all_menu .depth1 > li {
		width: 33.3333%;
		margin-bottom: 60px;
	}
	.all_menu .depth1 > li > a {
		font-size: 25px;
	}
	.inner_wrap {
		max-width: 1024px;
	}
	.main_title {
		font-size: 20px;
	}
	.main_visual .main_swiper .swiper-slide {
		height: 452px;
	}
	.main_visual .main_swiper .swiper-pagination {
		left: 20px;
		bottom: 20px;
	}
	.main_visual .main_accordian .box .accordian_head {
		height: 64px;
		font-size: 25px;
		line-height: 64px;
	}
	.main_visual .main_accordian .box .accordian_head .fal {
		margin-top: 19px;
		font-size: 23px;
	}
	.main_visual .main_accordian .box .accordian_fold .btn_list {
		padding: 0 25px 13px;
	}
	.main_visual .main_accordian .box .accordian_fold .btn_list li {
		padding-bottom: 5px;
	}
	.main_visual .main_accordian .box .accordian_fold .btn_list li a {
		height: 40px;
		font-size: 15px;
		line-height: 40px;
	}
	.main_content {
		padding: 40px 0;
	}
	.main_content .quick_link {
		min-width: 280px;
		width: 280px;
	}
	.main_content .quick_link .main_title {
		margin-bottom: 48px;
	}
	.main_content .quick_link .link_icon li a {
		font-size: 15px;
	}
	.main_content .notice_board {
		margin-left: 30px;
	}
	.main_content .notice_board .tabs {
		margin-bottom: 48px;
	}
	.main_content .notice_board .tabs li a {
		font-size: 16px;
	}
	.main_content .notice_board .tabs_con .conts .notice .sbj {
		font-size: 16px;
	}
	.main_content .notice_board .tabs_con .conts .list li a .sbj {
		font-size: 15px;
	}
	.main_content .notice_board .btn_more {
		font-size: 14px;
	}
	.main_content .admission {
		min-width: 320px;
		width: 320px;
		margin-left: 30px;
	}
	.main_content .admission .introduce h2 {
		font-size: 20px;
	}
	.main_content .admission .introduce .desc {
		font-size: 14px;
	}
	.main_content .admission .introduce .phone {
		font-size: 28px;
	}
	.main_content .admission .link_box li a {
		font-size: 15px;
	}
	.main_schedule {
		padding: 40px 0;
	}
	.main_schedule .edu_schedule .schedule_wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
	.main_schedule .edu_schedule .schedule_wrap .schedule_tabs li {
		margin-left: 10px;
	}
	.main_schedule .edu_schedule .schedule_wrap .schedule_tabs li a {
		font-size: 13px;
	}
	.main_schedule .edu_schedule .btn_more {
		font-size: 14px;
	}
	.main_schedule .kwu_movie {
		min-width: 320px;
		width: 320px;
		margin-left: 30px;
	}
	.sub_wrap .sub_side {
		display: none;
	}
	.sub_wrap .sub_content {
		float: none;
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 1024px) {
	#header {
		background-color: #fff;
	}
	#header .gnb_wrap {
		background: #fff;
	}
	#header .gnb_wrap:before {
		display: none;
	}
	#header .gnb_wrap .inner_wrap {
		height: 70px;
	}
	#header .gnb_wrap .logo {
		top: 20px;
		left: 20px;
	}
	#header .gnb_wrap #gnb {
		display: none;
	}
	#header .gnb_wrap .func {
		top: 10px;
		right: 10px;
	}
	#header .gnb_wrap .func li .btn_search,
	#header .gnb_wrap .func li .btn_all {
		width: 50px;
		height: 50px;
	}
	#header .gnb_wrap .func li .btn_search .far,
	#header .gnb_wrap .func li .btn_all .far {
		margin-top: 13px;
	}
	#header .gnb_wrap .func li .btn_search .icon,
	#header .gnb_wrap .func li .btn_all .icon {
		margin-top: 16px;
	}
	.all_menu {
		background-size: 70%;
	}
	.all_menu .inner_wrap {
		padding: 70px 0;
	}
	.all_menu .all_logo {
		display: none;
	}
	.all_menu .info_menu {
		display: block;
		position: absolute;
		left: 20px;
		top: 20px;
		z-index: 1;
	}
	.all_menu .info_menu:after {
		content: '';
		display: block;
		clear: both;
	}
	.all_menu .info_menu > li {
		float: left;
		position: relative;
	}
	.all_menu .info_menu > li > a {
		display: block;
		height: 24px;
		padding: 0 10px;
		font-size: 14px;
		line-height: 21px;
		color: rgba(255, 255, 255, 0.7);
	}
	.all_menu .info_menu > li > a .fal {
		margin: 4px 5px 0 0;
		font-size: 13px;
		vertical-align: top;
	}
	.all_menu .info_menu > li.admin > a {
		padding: 0 10px;
		border: 1px solid #fff;
		font-size: 13px;
		color: #fff;
		border-radius: 12px;
	}
	.all_menu .info_menu > li.admin + li:before {
		display: none;
	}
	.all_menu .info_menu > li + li:before {
		position: absolute;
		left: 0;
		top: 4px;
		width: 1px;
		height: 12px;
		margin: 0 0 0 0;
		background-color: #fff;
		vertical-align: top;
		opacity: .5;
		content: '';
	}
	.all_menu .depth1 {
		padding: 0 20px;
	}
	.all_menu .depth1 > li {
		float: none;
		width: 100% !important;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.all_menu .depth1 > li > a {
		height: 62px;
		font-size: 22px;
		line-height: 62px;
	}
	.all_menu .depth1 > li > a:before {
		display: block;
		content: "";
		position: absolute;
		top: 30px;
		right: 0;
		width: 14px;
		height: 2px;
		background: rgba(255, 255, 255, 0.8);
		transition: all 0.3s ease-out;
	}
	.all_menu .depth1 > li > a:after {
		display: block;
		content: "";
		position: absolute;
		top: 24px;
		right: 6px;
		width: 2px;
		height: 14px;
		background: rgba(255, 255, 255, 0.8);
		transition: all 0.3s ease-out;
	}
	.all_menu .depth1 > li .depth2 {
		display: none;
		margin-top: 0;
		background-color: rgba(0, 0, 0, 0.15);
	}
	.all_menu .depth1 > li .depth2 > li > a {
		padding: 0 20px;
		font-size: 17px;
	}
	.all_menu .depth1 > li .depth2 > li + li {
		border-top: 1px solid #573483;
	}
	.all_menu .depth1 > li.on > a:before {
		transform: rotate(180deg);
	}
	.all_menu .depth1 > li.on > a:after {
		transform: rotate(270deg);
	}
	.all_menu .btn_close {
		top: 0;
		right: 0;
		padding: 15px 20px;
		font-size: 27px;
	}
	#container {
		margin-top: 110px;
	}
	.main_visual .main_accordian {
		position: relative;
		width: 100%;
		right: auto;
		top: auto;
		border: none;
	}
	.main_visual .main_accordian .box .accordian_head {
		padding: 0 15px;
		font-size: 22px;
	}
	.main_visual .main_accordian .box .accordian_head .fal {
		margin-top: 22px;
		margin-right: 5px;
		font-size: 18px;
	}
	.main_visual .main_accordian .box .accordian_head:after {
		right: 15px;
	}
	.main_visual .main_accordian .box .accordian_fold .btn_list {
		padding: 0 10px 10px;
	}
	.main_visual .main_accordian .box .accordian_fold .btn_list li a {
		font-size: 15px;
	}
	.main_content {
		padding: 30px 30px;
	}
	.main_content .quick_link {
		width: 50%;
		min-width: auto;
		padding: 25px 25px;
		border: 1px solid #ddd;
		border-radius: 15px;
	}
	.main_content .quick_link .main_title {
		margin-bottom: 30px;
	}
	.main_content .quick_link .link_icon li a {
		height: 61px;
		line-height: 61px;
	}
	.main_content .quick_link .link_icon li a .fal {
		top: 20px;
		font-size: 22px;
	}
	.main_content .quick_link .link_icon li:last-child {
		border-bottom: none;
	}
	.main_content .notice_board {
		width: 50%;
		margin-left: 25px;
		padding: 30px 30px 66px;
		border: 1px solid #ddd;
		border-radius: 15px;
	}
	.main_content .notice_board .tabs {
		margin-bottom: 30px;
	}
	.main_content .notice_board .tabs_con .conts .notice {
		padding-bottom: 20px;
		padding-left: 38px;
	}
	.main_content .notice_board .tabs_con .conts .notice .fal {
		top: 0;
		font-size: 17px;
	}
	.main_content .notice_board .tabs_con .conts .notice .txt {
		display: none;
	}
	.main_content .notice_board .tabs_con .conts .list {
		padding-top: 20px;
	}
	.main_content .notice_board .tabs_con .conts .list li + li {
		margin-top: 24px;
	}
	.main_content .notice_board .btn_more {
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 12px 0;
		text-align: center;
		border-top: 1px solid #ececec;
	}
	.main_content .admission {
		width: 100%;
		height: auto;
		margin: 25px 0 0 0;
		border-radius: 15px;
	}
	.main_content .admission .introduce {
		padding: 25px 25px 0;
	}
	.main_content .admission .introduce .desc {
		margin-top: 12px;
	}
	.main_content .admission .introduce .phone {
		margin-top: 10px;
		font-size: 26px;
		text-align: center;
	}
	.main_content .admission .introduce .sns-link ul li {
		width: 24%;
	}
	.main_content .admission .introduce .sns-link ul li:nth-child(1) a {
		display: block;
		background: url(../images/kakao.png) center center no-repeat #f9e000;
		border-radius: 5px;
		height: 68px;
		background-size: contain;
	}
	.main_content .admission .introduce .sns-link ul li:nth-child(2) a {
		display: block;
		background: url(../images/facebook.png) center center no-repeat #385591;
		border-radius: 5px;
		height: 68px;
		background-size: contain;
	}
	.main_content .admission .introduce .sns-link ul li:nth-child(3) a {
		display: block;
		background: url(../images/instar.png) center center no-repeat #de2b6f;
		border-radius: 5px;
		height: 68px;
		background-size: contain;
	}
	.main_content .admission .introduce .sns-link ul li:nth-child(4) a {
		display: block;
		background: url(../images/youtube.png) center center no-repeat #ffffff;
		border-radius: 5px;
		height: 68px;
		background-size: contain;
	}
	.main_content .admission .introduce .kakao {
		height: 45px;
		margin-top: 15px;
		line-height: 45px;
	}
	.main_content .admission .link_box {
		margin: 0;
		padding: 15px 21px;
	}
	.main_content .admission .link_box li {
		padding: 4px 4px;
		border: none;
	}
	.main_content .admission .link_box li a {
		height: 50px;
		line-height: 50px;
		padding: 0 10px;
		font-size: 14px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 4px;
	}
	.main_schedule {
		padding: 30px 30px;
	}
	.main_schedule .edu_schedule {
		width: 100%;
		min-width: auto;
	}
	.main_schedule .edu_schedule .schedule_head {
		margin-bottom: 15px;
	}
	.main_schedule .edu_schedule .schedule_head h2 {
		font-size: 20px;
	}
	.main_schedule .edu_schedule .schedule_head .options .tag {
		min-width: 45px;
		height: 22px;
		font-size: 12px;
		line-height: 22px;
	}
	.main_schedule .edu_schedule .schedule_head .options .tag + .tag {
		margin-left: 2px;
	}
	.main_schedule .edu_schedule .schedule_wrap {
		padding: 20px 20px;
		border: 1px solid #ddd;
		border-radius: 15px;
	}
	.main_schedule .edu_schedule .schedule_wrap .schedule_tabs {
		display: block;
		margin-bottom: 16px;
		white-space: nowrap;
		font-size: 0;
		overflow: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.main_schedule .edu_schedule .schedule_wrap .schedule_tabs li {
		display: inline-block;
		margin-left: 5px;
	}
	.main_schedule .edu_schedule .schedule_wrap .schedule_tabs li a {
		min-width: 52px;
		height: 32px;
		line-height: 32px;
	}
	.main_schedule .edu_schedule .schedule_wrap .schedule_list .schedule_paging {
		margin-top: 15px;
	}
	.main_schedule .edu_schedule .btn_more {
		top: 3px;
	}
	.main_schedule .kwu_movie {
		width: 100%;
		margin: 25px 0 0 0;
	}
	.main_schedule .kwu_movie h2 {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.main_schedule .kwu_movie .movie_player {
		overflow: hidden;
		border-radius: 15px;
	}
	.sub_visual .inner_wrap {
		height: 200px;
	}
	.sub_visual .slogun {
		font-size: 28px;
	}
	.sub_visual .desc {
		font-size: 15px;
	}
	.sub_nav .nav_path {
		display: block;
		float: none;
		border: none;
	}
	.sub_nav .nav_path .home {
		position: absolute;
		left: 0;
		top: 0;
	}
	.sub_nav .nav_path .home .fa-home {
		display: none;
	}
	.sub_nav .nav_path .home .fa-arrow-left {
		display: block;
	}
	.sub_nav .nav_path .home + .nav_item {
		position: static;
	}
	.sub_nav .nav_path .home + .nav_item > a {
		padding: 0 60px;
	}
	.sub_nav .nav_path .home + .nav_item .nav_sub {
		top: 61px;
		margin: 0;
		padding: 16px 0;
		border: none;
		border-bottom: 1px solid #ddd;
		z-index: 2;
	}
	.sub_nav .nav_path .home + .nav_item .nav_sub li a {
		text-align: center;
	}
	.sub_nav .nav_path .nav_item {
		min-width: auto;
		border: none;
	}
	.sub_nav .nav_path .nav_item > a {
		text-align: center;
	}
	.sub_nav .nav_path .nav_item:last-child {
		height: auto;
		border-top: 1px solid #ddd;
	}
	.sub_nav .nav_path .nav_item:last-child > a {
		display: none;
	}
	.sub_nav .nav_path .nav_item:last-child .nav_sub {
		display: block !important;
		position: relative;
		left: auto;
		top: auto;
		right: auto;
		margin: 0;
		padding: 0 8px;
		border: none;
		background-color: #f7f7f7;
		font-size: 0;
		white-space: nowrap;
		overflow: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.sub_nav .nav_path .nav_item:last-child .nav_sub li {
		display: inline-block;
		vertical-align: top;
	}
	.sub_nav .nav_path .nav_item:last-child .nav_sub li a {
		padding: 20px 12px;
		font-size: 15px;
	}
	.sub_wrap .inner_wrap {
		padding: 0;
	}
	.sub_wrap .sub_content {
		padding: 50px 20px;
	}
	.sub_wrap .sub_cont_title {
		font-size: 28px;
		text-align: center;
	}
	.sub_wrap .sub_article {
		padding: 30px 0;
	}
	.sub_wrap .sub_title_wrap {
		margin-bottom: 30px;
	}
	.sub_wrap .sub_tabs {
		display: -ms-flexbox;
		display: flex;
		border: none;
	}
	.sub_wrap .sub_tabs li {
		float: none;
		-ms-flex: 1;
		flex: 1;
		margin-bottom: 0;
	}
	#footer .logo_area {
		padding: 20px 18px;
	}
	#footer .logo_area .logo {
		display: block;
		margin: 0 auto 30px;
		background-image: url(../images/sp_kwu.png);
		background-size: 468px 433px;
		background-position: -204px -240px;
		width: 146px;
		height: 30px;
	}
	#footer .logo_area .family {
		position: relative;
		margin-top: 20px;
		top: auto;
		right: auto;
		text-align: center;
	}
	#footer .copy_menu {
		padding: 18px 18px 10px;
		font-size: 0;
	}
	#footer .copy_menu li {
		display: inline-block;
		float: none;
		margin: 0 4px 8px;
	}
	#footer .copy_menu li a:after {
		margin-left: 8px;
	}
	#footer .copyright {
		padding: 20px 18px;
		text-align: center;
	}
	#footer .copyright span {
		font-size: 12px;
	}
	#footer .copyright .copy {
		margin-top: 16px;
	}
	#footer .logo_area .family {
		display: -ms-flexbox;
		display: flex;
	}
	#footer .logo_area .family .select_box {
		-ms-flex: 1;
		flex: 1;
		width: auto;
	}
	#footer .logo_area .family .select_box + .select_box {
		margin-left: 10px;
	}
}

@media (max-width: 768px) {
	#header .top_wrap {
		display: none;
	}
	.inner_wrap {
		max-width: 100%;
	}
	#container {
		margin-top: 70px;
	}
	.main_title {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.main_visual .main_swiper .swiper-slide {
		height: 300px;
	}
	.main_visual .main_swiper .swiper-pagination {
		left: 0;
		right: 0;
		bottom: 20px;
		text-align: center;
	}
	.main_content {
		padding: 25px 0;
	}
	.main_content .quick_link {
		width: 100%;
		margin: 0 20px 20px;
		padding: 0;
		border: none;
	}
	.main_content .quick_link .main_title {
		margin-bottom: 20px;
	}
	.main_content .quick_link .link_icon {
		border: 1px solid #e8e8e8;
	}
	.main_content .notice_board {
		width: 100%;
		margin: 20px 20px 0;
		padding: 0 0 20px 0;
		border: none;
	}
	.main_content .notice_board .tabs li a {
		font-size: 16px;
	}
	.main_content .notice_board .btn_more {
		right: 0;
		top: -1px;
		bottom: auto;
		left: auto;
		padding: 0;
		border: none;
		text-align: left;
	}
	.main_content .admission {
		border-radius: 0;
	}
	.main_content .admission .introduce {
		padding: 20px 20px 0;
	}
	.main_content .admission .introduce h2 {
		line-height: normal;
	}
	.main_content .admission .link_box {
		padding: 16px 16px;
	}
	.main_schedule {
		padding: 0;
		background: none;
	}
	.main_schedule .edu_schedule {
		padding: 0 0 20px;
	}
	.main_schedule .edu_schedule:after {
		position: absolute;
		left: 20px;
		right: 20px;
		bottom: 0;
		height: 1px;
		background-color: #e8e8e8;
		content: '';
	}
	.main_schedule .edu_schedule .schedule_head {
		padding: 0 20px;
	}
	.main_schedule .edu_schedule .schedule_head .options {
		display: none;
	}
	.main_schedule .edu_schedule .schedule_wrap {
		padding: 0;
		border: none;
	}
	.main_schedule .edu_schedule .schedule_wrap .schedule_tabs {
		margin-bottom: 25px;
		padding: 0 20px;
	}
	.main_schedule .edu_schedule .schedule_wrap .schedule_list .swiper-container {
		padding: 0 20px;
	}
	.main_schedule .edu_schedule .btn_more {
		right: 20px;
	}
	.main_schedule .kwu_movie h2 {
		padding: 0 20px;
	}
	.main_schedule .kwu_movie .movie_player {
		border-radius: 0;
	}
}

@media all and (min-width: 1024px) {
	.introduce_info {
		position: relative;
		padding: 100px 0 60px;
	}
	.introduce_info .bg_area {
		position: absolute;
		left: 50%;
		top: 0;
		width: 1920px;
		height: 480px;
		margin-left: -960px;
	}
	.introduce_info .inner_wrap {
		margin-top: 140px;
	}
	.introduce_info .img_intro {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 460px;
		height: 680px;
		background: url("../images/sub/img_sub1_2.jpg") #000 0 0 no-repeat;
	}
	.introduce_info .text_wrap {
		position: relative;
		min-height: 786px;
		margin: 0 0 0 390px;
		padding: 60px 60px 100px;
		background-color: #fff;
		box-sizing: border-box;
		/*
			.cont {
				line-height: 22px;

				br {
					display: block;
				}

				strong {
					font-weight: 600;
					font-size: 38px;
					margin-bottom: 66px;
					line-height: 44px;
				}

				p {
					font-size: 15px;

					+ p {
						margin-top: 22px;
					}
				}

				span {
					margin-top: 20px;
				}

				em {
					line-height: 26px;
				}
			}
			 */
	}
	.login_wrap {
		width: 960px;
		margin: 0 auto;
		padding: 100px 0 50px;
		background-size: auto;
	}
	.login_wrap .login_title {
		padding-bottom: 60px;
	}
	.login_wrap .login_title h3 {
		font-size: 50px;
		font-weight: 500;
	}
	.login_wrap .login_title .txt {
		margin-top: 20px;
		font-size: 26px;
		font-weight: 500;
	}
	.login_wrap .login_title .desc {
		margin-top: 25px;
		font-size: 13px;
		padding: 10px 30px;
		border-radius: 20px;
		font-weight: 500;
	}
	.login_wrap .login_inner {
		display: -ms-flexbox;
		display: flex;
		padding: 60px 30px 60px;
		border-bottom: 1px solid #ddd;
	}
	.login_wrap .login_inner:after {
		content: '';
		display: block;
		clear: both;
	}
	.login_wrap .login_inner .login_box,
	.login_wrap .login_inner .idpw_search_box {
		position: relative;
		float: left;
	}
	.login_wrap .login_inner .login_box {
		-ms-flex: 1;
		flex: 1;
	}
	.login_wrap .login_inner .login_box .login_first {
		padding-right: 150px;
	}
	.login_wrap .login_inner .login_box .login_first .wrap_input {
		margin-top: 10px;
	}
	.login_wrap .login_inner .login_box .login_first .wrap_input .input_text > .tit {
		width: 100px;
		padding-right: 15px;
	}
	.login_wrap .login_inner .login_box .login_first .wrap_input .input_text > .tit label {
		font-size: 16px;
	}
	.login_wrap .login_inner .login_box .login_first .wrap_input .cont input {
		padding: 16px 10px;
		font-size: 18px;
	}
	.login_wrap .login_inner .login_box .login_first .login {
		position: absolute;
		top: 0;
		right: 0;
		width: 120px;
		height: 120px;
		margin: 0;
	}
	.login_wrap .login_inner .login_box .login_first .login span {
		font-size: 20px;
		font-weight: 600;
	}
	.login_wrap .login_inner .login_box .login_first .checkbox_wrap {
		margin-top: 43px;
		margin-left: 0;
		padding-left: 30px;
		font-size: 18px;
	}
	.login_wrap .login_inner .login_box .text_list {
		margin-top: 40px;
		padding-left: 10px;
	}
	.login_wrap .login_inner .login_box .text_list li {
		position: relative;
		font-size: 14px;
		color: #101010;
		padding-left: 10px;
		line-height: 23px;
	}
	.login_wrap .login_inner .login_box .text_list li:before {
		top: 10px;
	}
	.login_wrap .login_inner .idpw_search_box {
		min-width: 300px;
		width: 300px;
		margin-top: 0;
		margin-left: 60px;
	}
	.login_wrap .login_inner .idpw_search_box ul li {
		float: none;
		width: 100%;
		padding: 10px 10px 10px 125px;
		border: none;
	}
	.login_wrap .login_inner .idpw_search_box ul li + li {
		margin-top: 40px;
	}
	.login_wrap .login_inner .idpw_search_box ul li:before {
		display: none;
	}
	.login_wrap .login_inner .idpw_search_box ul li .icon {
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
	}
	.login_wrap .login_inner .idpw_search_box ul li dl {
		padding: 0;
		text-align: left;
	}
	.login_wrap .login_inner .idpw_search_box ul li dl dt {
		margin-top: 0;
		font-size: 20px;
	}
	.login_wrap .login_inner .idpw_search_box ul li dl dd {
		font-size: 16px;
		margin-top: 7px;
	}
	.org_map .clear {
		display: block;
	}
	.org_map *:after,
	.org_map *:before {
		position: absolute;
	}
	.org_map .org1 {
		margin: 0 auto;
		width: 300px;
	}
	.org_map .org1 p {
		font-size: 28px;
	}
	.org_map .org1-line:before {
		content: "";
		height: 610px;
		left: 50%;
		top: -10px;
		border-right: 1px solid #ddd;
		z-index: -2;
	}
	.org_map .org2 {
		width: 300px;
		margin-top: 50px;
		line-height: 50px;
	}
	.org_map .org2:after {
		top: 27px;
		display: block;
		height: 53px;
		border-left: 1px solid #ddd;
	}
	.org_map .org2:before {
		top: 50%;
		content: "";
		right: -120%;
		width: 300px;
		height: 1px;
		background-color: #ddd;
		content: '';
	}
	.org_map .org2.org_left {
		float: left;
	}
	.org_map .org2.org_left:before {
		right: -120%;
	}
	.org_map .org2.org_left:after {
		content: "";
		right: -20%;
	}
	.org_map .org2.org_right {
		float: right;
	}
	.org_map .org2.org_right:before {
		left: -120%;
	}
	.org_map .org2.org_right:after {
		content: "";
		left: -20%;
	}
	.org_map .org2-1:before, .org_map .org2-1:after {
		top: 50%;
		display: block;
		width: 20%;
		border-bottom: 1px solid #ddd;
		z-index: -1;
	}
	.org_map .org2-1:nth-of-type(3):before, .org_map .org2-1:nth-of-type(3):after {
		width: 120%;
	}
	.org_map .org2-1:nth-of-type(3):before {
		left: -120% !important;
	}
	.org_map .org2-1:nth-of-type(3):after {
		right: -120% !important;
	}
	.org_map .org2-1 a,
	.org_map .org2-1 span {
		font-size: 16px;
	}
	.org_map .org_right .org2-1:before {
		content: "";
		left: -20%;
	}
	.org_map .org_left .org2-1:after {
		content: "";
		right: -20%;
	}
	.org_map .org4 {
		margin: 0 -10px;
	}
	.org_map .org4:before {
		content: "";
		display: block;
		width: calc(100% - 20%);
		left: 10%;
		border-bottom: 1px solid #ddd;
	}
	.org_map .org4 .bx {
		float: left;
		width: calc(20% - 20px);
		margin: 0 10px;
	}
	.org_map .org4 .bx:after {
		content: "";
		display: block;
		left: 50%;
		top: 0;
		height: 150px;
		border-left: 1px solid #ddd;
		z-index: -1;
	}
	.org_map .org4-1 {
		margin-top: 40px;
	}
	.org_map .org4-2 p {
		margin-top: 20px;
		padding: 15px 5px;
	}
	.org_map .org4-2 p a {
		margin: -15px -5px;
		padding: 15px 5px;
	}
	.org_map .org4-2 > ul {
		padding: 10px 15px;
		border: 1px solid #EFEFEF;
		border-top: none;
		background: #fff;
		font-size: 14px;
	}
	.org_map .org4-2 li {
		margin: 15px 0;
		padding-left: 10px;
		font-size: 15px;
	}
	.org_map .org4-2 li:before {
		margin-right: 5px;
		margin-left: -10px;
	}
	.org_map .org4-2 li li {
		margin: 3px 0;
	}
	.org_map .org4-2 li a:hover {
		color: #FF9900;
	}
	.org_map .org5 {
		margin: 0 -10px;
	}
	.org_map .org5:after {
		content: "";
		display: block;
		top: 142px;
		left: 12.5%;
		width: calc(100% - 25%);
		border-bottom: 1px solid #ddd;
		z-index: -1;
	}
	.org_map .org5.col2:after {
		left: 12.5%;
		right: 62.4%;
		width: auto;
	}
	.org_map .org5.col5 .bx {
		width: calc(20% - 20px);
	}
	.org_map .org5.col5:after {
		left: 10%;
		right: 10%;
		width: auto;
	}
	.org_map .org5 .bx {
		float: left;
		width: calc(25% - 20px);
		margin: 0 10px;
	}
	.org_map .org5 .bx:after {
		content: "";
		display: block;
		left: 50%;
		top: 0;
		height: 20px;
		border-left: 1px solid #ddd;
		z-index: -1;
	}
	.org_map .org5 .bx:nth-of-type(1):after {
		top: 60px;
	}
	.org_map .org5-1 {
		margin: 60px 0 20px 0;
		font-size: 16px;
	}
	.org_map .org5-1:after {
		content: "";
		display: block;
		left: 50%;
		top: 0;
		height: 135%;
		border-left: 1px solid #ddd;
		z-index: -1;
	}
	.social_media {
		padding-bottom: 40px;
	}
	.social_media .media_left {
		display: -ms-flexbox;
		display: flex;
	}
	.social_media .media_left .movie_wrap {
		min-width: 683px;
		height: 402px;
	}
	.social_media .media_left .movie_wrap video {
		width: 683px;
		height: 402px;
	}
	.social_media .media_left .movie_info {
		padding: 80px 20px 0;
	}
	.social_media .media_left .movie_info .tit {
		font-size: 24px;
		line-height: 30px;
		max-height: 60px;
	}
	.social_media .media_left .movie_info .desc {
		margin: 30px auto;
		font-size: 14px;
		line-height: 25px;
	}
	.social_media .media_left .movie_info .btn_more {
		min-width: 115px;
		height: 40px;
		font-size: 14px;
		line-height: 39px;
		padding: 0 10px;
		transition: background-color .25s;
	}
	.social_media .media_left .movie_info .btn_more .fa, .social_media .media_left .movie_info .btn_more .fas, .social_media .media_left .movie_info .btn_more .far, .social_media .media_left .movie_info .btn_more .fal, .social_media .media_left .movie_info .btn_more .fad, .social_media .media_left .movie_info .btn_more .fab {
		margin: 13px 0 0 4px;
	}
	.social_media .media_left .movie_info .btn_more:hover {
		background-color: #fff;
		color: #333;
	}
	.social_media .media_right {
		padding: 0;
	}
	.social_media .media_right .sns_list {
		margin-top: 30px;
	}
	.social_media .media_right .sns_list li {
		float: left;
		width: 50%;
		margin: 0 0 20px;
		padding: 0 20px;
	}
	.conversation {
		position: relative;
	}
	.conversation .fluid {
		padding: 0;
	}
	.conversation .row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.conversation .content {
		display: -ms-flexbox;
		display: flex;
		padding: 40px 40px 70px;
	}
	.conversation .content:after {
		content: '';
		display: block;
		clear: both;
	}
	.conversation .content br {
		display: block;
	}
	.conversation .content h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.conversation .content strong {
		font-weight: bold;
	}
	.conversation .content .text {
		-ms-flex: 1;
		flex: 1;
		min-width: 0;
		margin-top: 0 !important;
		margin-right: 20px;
		font-size: 22px;
		line-height: 32px;
		letter-spacing: -1px;
		color: #333;
		font-weight: 300;
		text-align: left;
	}
	.conversation .content .text p {
		margin-top: 20px;
	}
	.conversation .btn_link {
		display: inline-block;
		margin-top: 46px;
		font-size: 15px;
		min-width: 110px;
		height: 48px;
		color: #000;
		line-height: 46px;
		padding: 0 20px;
		vertical-align: top;
	}
	.conversation .img {
		position: relative;
		margin-top: 0;
	}
	


	.error_page {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		padding: 267px 0;
	}
	.error_page .logo {
		position: absolute;
		left: 40px;
		top: 40px;
	}
	.error_page .logo a {
		display: block;
		background-image: url(../images/sp_kwu.png);
		background-size: 468px 433px;
		background-position: 0px 0px;
		width: 400px;
		height: 82px;
	}
	.error_page .holder {
		text-align: center;
	}
	.error_page .holder .fa, .error_page .holder .fas, .error_page .holder .far, .error_page .holder .fal, .error_page .holder .fad, .error_page .holder .fab {
		font-size: 62px;
		color: #000;
	}
	.error_page .holder .message {
		margin: 30px 0 0;
		font-size: 36px;
		color: #000;
	}
	.error_page .holder p.description {
		margin: 35px 0 0;
		font-size: 16px;
		color: #101010;
		line-height: 1.7;
	}
	.error_page .holder p.description span {
		color: #333;
	}
	.error_page .action {
		display: block;
		margin-top: 36px;
	}
	.error_page .action .btn_large {
		display: inline-block;
		margin-left: 7px;
		min-width: 180px;
		background-color: #5e5b57;
		border-color: #5e5b57;
	}
	.error_page .action .btn_large > span {
		display: block;
		height: 48px;
		font-size: 16px;
		line-height: 46px;
		color: #fff;
	}
	.error_page .action .btn_large:first-child {
		margin-left: 0;
	}
	.error_page .action .btn_large.primary {
		border-color: #ef151e;
		background-color: #ef151e;
	}
	.error_page .action .btn_large.primary > span {
		color: #fff;
	}
}

@media all and (min-width: 1240px) {
	.introduce_info {
		position: relative;
	}
	.introduce_info .text_wrap {
		padding: 80px 60px;
	}
	.introduce_info .text_wrap .cont strong {
		margin-bottom: 40px;
		font-size: 38px;
		font-weight: bold;
		line-height: 58px;
	}
	.introduce_info .text_wrap .cont p {
		font-size: 18px;
		line-height: 32px;
	}
	.introduce_info .text_wrap .cont span {
		font-size: 20px;
	}
	.introduce_info .text_wrap .cont em {
		margin-top: 80px;
		font-size: 18px;
		font-weight: 300;
		line-height: 26px;
	}
	.login_wrap {
		width: 1200px;
	}
	.login_wrap .login_inner {
		padding: 60px 60px;
	}
	.login_wrap .login_inner .login_box {
		-ms-flex: 1;
		flex: 1;
	}
	.login_wrap .login_inner .login_box .login_first {
		padding-right: 180px;
	}
	.login_wrap .login_inner .idpw_search_box {
		min-width: 340px;
		width: 340px;
		margin-left: 100px;
	}
	.social_media {
		display: -ms-flexbox;
		display: flex;
	}
	.social_media .media_left .movie_wrap video {
		height: 402px;
	}
	.social_media .media_left .movie_info .tit {
		font-size: 30px;
		line-height: 38px;
		max-height: 76px;
	}
	.social_media .media_left .movie_info .desc {
		margin: 30px auto;
		font-size: 16px;
		line-height: 25px;
	}
	.social_media .media_right {
		margin-left: 40px;
	}
	.social_media .media_right .sns_list {
		margin-top: 0;
		padding: 0;
	}
	.social_media .media_right .sns_list li {
		float: none;
		width: 100%;
		margin: 25px 0;
	}
	.conversation .content {
		padding: 40px 100px 60px;
	}
	.thumb_list li {
		width: 330px;
	}
}


@charset "UTF-8";

/* main visual */
.swiper-pagination-bullet:before {
	background-color: #fff;
	box-shadow: 1px 1px 1px 1px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	box-shadow: 1px 1px 1px 1px inset;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	box-shadow: 1px 1px 1px 1px;
}


.popupArea .popupinner .swiper-container .swiper-wrapper img {width:100%; border:0;}


/* main custom visual */
@media (min-width: 1024px) {
	#custom-slide {
		display: flex;
		flex-wrap: wrap;
		width:100%;
		height:auto;
		min-height:550px;
		padding: 40px 550px 80px 40px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}

	#custom-slide .custom-slide-wrap {
		display: flex;
		flex-basis:100%;
		height:50%;
		justify-content: space-around;
		padding: 10px 0;
	}

	#custom-slide .custom-slide-wrap a {
		flex-direction: row;
		flex-grow: 1;
		height:100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto;
	}


	.custom-slide2  { display: flex; flex-direction: column; align-items: flex-start !important;}
	.custom-slide2 h3 {
		font-size:35px;
		font-family: "s-core-dream-medium", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
		color:#fff000;
		margin-bottom: 15px;
		padding-left:28px
	}


	#custom-slide .box {
		display:flex;
		flex-direction: row;
		margin-top: 13px;
		width: 100%;
	}

	#custom-slide .box  { display: flex; padding-left: 28px;}
	#custom-slide .box .image_box {width:16%;}
	#custom-slide .box .image_box div { width: 159px; height: 117px; display:block}
	#custom-slide .box .text_box {width:84%}

	#custom-slide .box  .text_box ul { display: flex; flex-direction: column; margin-left: 20px;}
	#custom-slide .box  .text_box ul li.text-box-title { font-size:18px; color: #5c09d9;}
	#custom-slide .box  .text_box ul li{
		font-family: "s-core-dream-medium", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
		color: #fff;
		display: flex;
		font-size : 14px;
		margin: 5px 0px;
	}

	#custom-slide .box .text_box ul li .text-box-btn a{
		padding: 5px 10px;
		font-family: "s-core-dream-light", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
		margin-right: 5px;
		background-color: #727272;
		color:#fff
	}
	#custom-slide .box .text_box ul li .text-box-btn2 a{
		padding: 5px 10px;
		font-family: "s-core-dream-light", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
		margin-right: 5px;
		background-color: #2e2e2e;
		color:#fff
	}


}


@media (max-width: 1440px){
	#custom-slide .box .image_box {width:25%;}
	#custom-slide .box .image_box div { width: 159px; height: 117px; display:block}
	#custom-slide .box .text_box {width:75%}
}

@media (max-width: 1280px) {
	#custom-slide .custom-slide-wrap a {
		flex-direction: row;
		flex-grow: 1;
		height:100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}

	#custom-slide .box .image_box {width:30%;}
	#custom-slide .box .image_box div { width: 159px; height: 90px; display:block}
	#custom-slide .box .text_box {width:70%}
	.custom-slide2 {padding: 25px 450px 45px 40px !important;}
	.custom-slide2 h3 {
		font-size: 25px;
		font-family: "s-core-dream-medium", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
		color: #fff000;
		margin-bottom: 10px;
		padding-left: 28px;
	}

	#custom-slide .box .text_box ul li.text-box-title {
		font-size: 15px;
		color: #5c09d9;
	}

	#custom-slide .box {
		display:flex;
		flex-direction: row;
		margin-top: 4px;
		width: 100%;
		align-items: center;
		margin-bottom: 10px;
	}

	#custom-slide .box .text_box ul li {
		font-family: "s-core-dream-medium", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
		color: #fff;
		display: flex;
		font-size: 13px;
		margin: 0px 0px 6px 0px;
	}
}
@media (max-width: 1024px) {
	#custom-slide {
		display: flex;
		flex-wrap: wrap;
		width:100%;
		padding: 0px;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: cover;
	}
	#custom-slide img { height:100%;}
	#custom-slide .custom-slide-wrap {
		display: inline-flex;
		flex-basis:100%;
		height:50%;
		justify-content: space-around;
		padding: 1px;
	}

	#custom-slide .custom-slide-wrap a {
		flex-direction: row;
		flex-grow: 1;
		height:100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}



	#custom-slide .box .text_box ul li.text-box-title {
		font-size: 13px;
		color: #5c09d9;
	}

	#custom-slide .box .text_box ul li .text-box-btn a{
		padding: 5px 10px;
		font-family: "s-core-dream-light", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
		margin-right: 5px;
		background-color: #727272;
		color:#fff
	}
	#custom-slide .box .text_box ul li .text-box-btn2 a{
		padding: 5px 10px;
		font-family: "s-core-dream-light", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
		margin-right: 5px;
		background-color: #2e2e2e;
		color:#fff
	}

	.custom-slide2 h3 {
		font-size: 25px;
		font-family: "s-core-dream-medium", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
		color: #fff000;
		margin-bottom: 10px;
		padding-left: 0px;
	}

	#custom-slide .box .text_box ul {
	}

	.custom-slide2 {
		padding: 25px 40px 45px 40px !important;
	}

	#custom-slide .box .image_box {width:20%;}
	#custom-slide .box .image_box div { width: 159px; height: 90px; display:block}
	#custom-slide .box .text_box {width:80%}
}
@media (max-width:905px) {
	#custom-slide .box .image_box {width:23%;}
	#custom-slide .box .image_box div { width: 159px; height: 90px; display:block}
	#custom-slide .box .text_box {width:77%}


}


/* pdf viewer */
.page_pdfViewer .viewer_area .pdf_aside_m {
	display: none;
}

@media (max-width: 768px) {
	.page_pdfViewer .viewer_area {
		height: 100%;
		border: none;
	}
	.viewer_area {
		flex-direction: column;
	}

	.page_pdfViewer .viewer_area .pdf_aside {
		min-width: 100%;
		width: 100%;
		height: 200px;
		margin-bottom: 20px;
		border: 1px solid #ccc;
		display: none;
	}

	.page_pdfViewer .viewer_area .pdf_aside_m {
		min-width: 100%;
		width: 100%;
		display: block;
		margin-bottom: 20px;

	}
	.page_pdfViewer .viewer_area .pdf_aside_m select{
		border-radius: 5px;
		width: 100%;
	}
	.viewer_top h4 {
		width: 100%;
		border-bottom: 1px dotted #aaa;
		padding-bottom: 10px;
	}
	.btn_area {
		display: flex;
		position: relative !important;
		justify-content: flex-end;
	}

	#custom-slide .box .text_box ul li:nth-child(2) { display: block;}
	#custom-slide .box .text_box ul li:nth-child(3) { display: none;}
	#custom-slide .box .image_box { display: none;}
	#custom-slide .box .text_box {width:100%}
	.custom-slide2 {
		padding: 20px 20px 45px 10px !important;
	}

	#custom-slide .box {margin-top: 0px;}
	.custom-slide2 h3 {font-size: 22px;}
	#custom-slide .box .text_box ul li .text-box-btn a{
		padding: 3px 8px;
		font-family: "s-core-dream-light", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
		font-size:11px;
		margin-right: 3px;
		background-color: #727272;
		color:#fff
	}
	#custom-slide .box .text_box ul li .text-box-btn2 a{
		padding: 3px 8px;
		font-family: "s-core-dream-light", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;
		margin-right: 0px;
		background-color: #2e2e2e;
		color:#fff;
		font-size:11px;
	}

	#custom-slide .box .text_box ul li:nth-child(2) {
		margin:1px 0px 4px 0px;
	}

	#custom-slide .box .text_box ul li {
		margin:0px 0px 0px 0px;
	}

	#custom-slide .box {
		margin-bottom: 5px;
	}

}






/* 20210908 추가*/
.main_visual {​​​​​​​​position: relative; width: 1440px;  margin:0 auto;}​​​​​​​​	​​​​​​
																		#custom-slide {​​​​​​​​ padding: 40px 0px 80px 40px}​​​​​​​​
																															.main_visual.main_accordian.box.accordian_fold.btn_list {​​​​​​​​ min-height: 302px; align-items: center;}​​​​​​​​
																																																										 .main_visual.main_accordian.box.accordian_head {​​​​​​​​ font-size:18px}
​​​​​​​​
@media (max-width:1440px){​​​​​​​​
.swiper-container {​​​​​​​​ width: 770px;}​​​​​​​​
											#custom-slide {
												padding: 40px 20px 80px 40px !important;
												background-position: left center;
												background-size: cover;
												height: 450px;
											}​​​​​​​​
											 .main_visual .main_accordian .box .accordian_head {​​​​​​​​
height: 52px;
												 line-height: 52px;
											 }​​​​​​​​
											.main_visual .main_accordian .box .accordian_fold .btn_list{​​​​​​​​
padding: 0 20px 10px;
											}​​​​​​​​
											.main_visual .main_accordian .box .accordian_fold .btn_list {​​​​​​​​ min-height: 238px;  }​​​​​​​​
																																		.main_visual {​​​​​​​​ width: 100%;}​​​​​​​​
}​​​​​​​​
@media (max-width:1280px){​​​​​​​​
.swiper-container {​​​​​​​​
width: 614px;
}
	​​​​​​​​
	#custom-slide {​​​​​​​​
	background-position: center center;
		background-size: cover;
		height: 420px;
		padding: 40px 0 0 0!important;
	}​​​​​​​​

}
​​​​​​​​
@media (max-width:1024px){​​​​​​​​
.swiper-container {​​​​​​​​ width: 100%;}​​​​​​​​
										#custom-slide {​​​​​​​​height: 300px; padding: 20px 20px 20px 20px!important;}​​​​​​​​
}​​​​​​​​

@media (max-width:790px){​​​​​​​​
#custom-slide {​​​​​​​​height: 400px;}​​​​​​​​
}​​​​​​​​

@media (max-width:600px){​​​​​​​​
#custom-slide {​​​​​​​​height: 300px; padding: 20px 20px 20px 20px!important;}​​​​​​​​
}​​​​​​​​

@media (max-width: 400px){​​​​​​​​
#custom-slide {​​​​​​​​
height: 215px;
	padding: 20px 20px 20px 20px;
}​​​​​​​​
}

/* 헤더 반응형 */
@media (max-width: 1239px){
	#header .gnb_wrap .logo { left: 20px;}

	#header #gnb #nav .nav_menu { width:auto; min-width: 600px;}
	#header #gnb #nav .nav_menu > li > a span { line-height: 1.2em; display: flex; align-items: center; justify-content: center; word-break: keep-all;}

	#header .inner_wrap { width: 100%; max-width: 100%; box-sizing: border-box; padding: 0px 20px;}


	#header .top_wrap .top_menu.left li {padding:0px 8px;}
	#header .top_wrap .top_menu.right > li.line { width: 10px;}

	#header .top_wrap .top_menu.left > li > a { font-size: 13px;}
}
@media (max-width: 1024px){
	#header .top_wrap .top_menu.left li {}
	#header .top_wrap .top_menu.right { display: none;}
}
/* Language box 추가*/
#header .top_wrap .top_menu.right > li {position: relative;}


.lang_box {}
.lang_box ul {
	display: none;
	border: 1px solid #101010;
	border-top: none;
	background-color: #fff;
	position: absolute;
	z-index: 301;
	width: 100%;
	height: auto;
	text-align: center;
}

.lang_box li {
	padding: 10px;
	cursor: pointer;
}
.lang_box .langboxTitle {
	display: block;
	height: 40px;
	padding: 0 16px;
	font-size: 13px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.lang_box li a {
	height: auto;
	line-height: 1.0em;
	color: #404040;
}

.langboxTitle a { color: #fff; margin-right: 20px;}
.langboxTitle a:hover, .langboxTitle a:focus {
	color:#fff;
}

/*#ipsiMainPopupWrapper {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	position: fixed;*/
/*	top: 0;*/
/*	left: 0;*/
/*	z-index: 999;*/
/*	font-family: "s-core-dream-regular", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;*/
/*}*/
/*.pannel { width: 100%; height: 100%; background-color: rgba(0, 0, 0, .8); position: fixed; top: 0; left: 0; z-index: 1000;}*/
/*.popupAllbox {*/
/*	margin: 0 auto;*/
/*	position: relative;*/
/*	z-index: 1001;*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	align-items: center;*/
/*	justify-content:center;*/
/*	height: 100%;*/
/*	width:1475px;*/
/*}*/
/*.popupTitle { display: flex; width: 100%; justify-content: center;}*/
/*.popupTitle h3 { font-size: 48px; color: #fff; line-height: 1.0em; margin-bottom: 25px; margin-top: 20px;}*/

/*.popupBoxArea { display: flex;   width: 100%; flex-direction: row; justify-content: space-between; }*/
/*!*.popupAllbox .boX01 { width:32%; margin-right: 1%; padding: 20px; max-width: 478px; min-height:680px; border-radius: 20px; background-color: #fff; box-sizing: border-box; border:5px solid #ff9a2e;}*!*/
/*!*.popupAllbox .boX02 { width:32%; margin-right: 1%; padding: 20px; max-width: 478px; min-height:680px; border-radius: 20px; background-color: #fff; box-sizing: border-box; border: 5px solid #635b97;}*!*/
/*.popupAllbox .boX03 {*/
/*	width:32%;*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	justify-content: space-between;*/
/*}*/

/*.popupAllbox .boX01 {*/
/*	display: flex; flex-direction: column; justify-content: space-between; align-items: center;*/
/*	!*background: url(../images/main/logoBg.png) center center no-repeat #fff;*!*/
/*}*/
/*.popupAllbox .boX01 h2 {*/
/*	font-family: "s-core-dream-bold", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;*/
/*	color: #ff9900;*/
/*	font-size: 60px;*/
/*	margin-top: 110px;*/
/*	line-height: 1.1em;*/
/*	text-align: center;*/
/*}*/
/*.popupAllbox .boX01 h4 {*/
/*	font-family: "s-core-dream-bold", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;*/
/*	color: #202020;*/
/*	font-size: 50px;*/
/*	line-height: 1.2em;*/
/*	text-align: center;*/
/*	margin-top: 70px;*/
/*}*/

/*.popupAllbox .boX01 button {*/
/*	padding: 14px 0px;*/
/*	text-align: center;*/
/*	font-size: 24px;*/
/*	color: #fff;*/
/*	background-color:#ff9900;*/
/*	font-family: "s-core-dream-bold", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;*/
/*	width: 100%;*/
/*}*/


/*.popupAllbox .boX02 {*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	width: 100%;*/
/*}*/
/*.popupAllbox .boX02 .boX02content {*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	align-items: center;*/
/*	justify-content: space-between;*/
/*	height: 100%;*/
/*}*/
/*.popupAllbox .boX02 .boX02content .boX02se01 { background-color: #e0deea; border-radius: 16px; box-sizing: border-box; padding:10px 10px 15px 10px;}*/
/*.popupAllbox .boX02 .boX02content .boX02se01 h3 {*/
/*	font-size: 27px;*/
/*	color: #202020;*/
/*	font-family: "s-core-dream-bold", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;*/
/*	margin-top: 13px;*/
/*	line-height: 1.2em;*/
/*	text-align: center;*/
/*}*/
/*.popupAllbox .boX02 .boX02content .boX02se01 ul {*/
/*	width: 100%;*/
/*	display: flex;*/
/*	flex-direction: row;*/
/*	flex-wrap: wrap;*/
/*	justify-content: space-between;*/
/*	margin-top: 25px;*/
/*}*/
/*.popupAllbox .boX02 .boX02content .boX02se01 ul li { width: 50%; display: flex; margin-bottom: 8px;}*/
/*.popupAllbox .boX02 .boX02content .boX02se01 ul li div { width: 97%; margin:0 auto; display: block; }*/
/*.popupAllbox .boX02 .boX02content .boX02se01 ul li div a {*/
/*	width: 100%;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	text-align: center;*/
/*	background-color: #635b97;*/
/*	color: #fff;*/
/*	font-size: 20px;*/
/*	min-height: 75px;*/
/*	border-radius: 10px;*/
/*	box-sizing: border-box;*/
/*	padding: 10px;*/
/*	word-break: keep-all;*/
/*	line-height: 1.2em;*/
/*	font-family: "s-core-dream-bold", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;*/
/*	flex-wrap: wrap;*/
/*	height: 100%;*/
/*}*/
/*.popupAllbox .boX02 .boX02content .boX02se01 ul li a strong {*/
/*	color: #ffcc00;*/
/*	font-family: "s-core-dream-bold", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;*/
/*	font-weight: normal;*/
/*}*/

/*.popupAllbox .boX02 .boX02content .boX02se02 { box-sizing: border-box; padding: 10px; background-color: #ff9900; border-radius: 16px;}*/
/*.popupAllbox .boX02 .boX02content .boX02se02 div{*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	padding: 0px 20px;*/
/*}*/

/*.popupAllbox .boX02 .boX02content .boX02se02 div span {*/
/*	font-size: 20px;*/
/*	color: #ffffff;*/
/*	font-family: "s-core-dream-bold", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;*/
/*	line-height: 1.2em;*/
/*	text-align: center;*/
/*}*/

/*.popupAllbox .boX02 .boX02content .boX02se02 div h5 {*/
/*	font-size: 23px;*/
/*	color: #ffffff;*/
/*	font-family: "s-core-dream-bold", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;*/
/*	line-height: 1.3em;*/
/*	word-break: keep-all;*/
/*	text-align: center;*/
/*}*/

/*.popupAllbox .boX02 .boX02content .boX02se02 div h5 a {*/
/*	color: #ffffff;*/
/*	font-family: "s-core-dream-bold", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;*/

/*}*/


/*.popupAllbox .boX02 .boX02content .boX02se03 {width: 100%; display: flex; margin: 8px 0px;}*/
/*.popupAllbox .boX02 .boX02content .boX02se03 ul { display: flex; justify-content: center; width: 100%;}*/
/*.popupAllbox .boX02 .boX02content .boX02se03 ul li {width: 33.333333333%;}*/
/*.popupAllbox .boX02 .boX02content .boX02se03 ul li a {*/
/*	width: 95%;*/
/*	margin: 0 auto;*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	align-items: center;*/
/*	height: 120px;*/
/*	justify-content: space-between;*/
/*}*/

/*.popupAllbox .boX02 .boX02content .boX02se03 ul li a span {*/
/*	font-size: 20px;*/
/*	color: #202020;*/
/*	font-family: "s-core-dream-bold", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;*/
/*	margin-top: 20px;*/
/*}*/
/*.popupAllbox .boX02 .boX02content .boX02se04 { display: flex; width: 100%; flex-direction: row; justify-content: space-between;}*/
/*.popupAllbox .boX02 .boX02content .boX02se04 button { width: 49%;}*/
/*.popupAllbox .boX02 .boX02content .boX02se04 button:nth-child(1) {*/
/*	padding: 14px 0px;*/
/*	text-align: center;*/
/*	font-size: 24px;*/
/*	color: #fff;*/
/*	background-color:#635b97;*/
/*	font-family: "s-core-dream-bold", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;*/
/*}*/

/*.popupAllbox .boX02 .boX02content .boX02se04 button:nth-child(2) {*/
/*	padding: 14px 0px;*/
/*	text-align: center;*/
/*	font-size: 24px;*/
/*	color: #fff;*/
/*	background-color:#8d4eb1;*/
/*	font-family: "s-core-dream-bold", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;*/
/*}*/



/*.popupAllbox .boX03 .boX3se01{*/
/*	padding: 20px;*/
/*	max-width: 478px;*/
/*	min-height:356px;*/
/*	border-radius: 20px;*/
/*	background-color: #009986;*/
/*	box-sizing: border-box;*/
/*	border: 5px solid #009986;*/
/*}*/

/*.popupAllbox .boX03 .boX3se01 h3{*/
/*	text-align: center;*/
/*	width: 100%;*/
/*	font-size: 27px;*/
/*	font-family: "s-core-dream-bold", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;*/
/*	color: #fff;*/
/*	line-height: 1.2em;*/
/*}*/
/*.popupAllbox .boX03 .boX3se01 ul {*/
/*	display: flex;*/
/*	width: 100%;*/
/*	flex-direction: column;*/
/*	margin-top: 10px;*/
/*}*/
/*.popupAllbox .boX03 .boX3se01 ul li {*/
/*	display: flex;*/
/*	width: 100%;*/
/*	background-color: #fff;*/
/*	border-radius: 30px;*/
/*	box-sizing: border-box;*/
/*	padding: 16px 10px;*/
/*	margin-top: 10px;*/

/*}*/
/*.popupAllbox .boX03 .boX3se01 ul li a {*/
/*	color: #202020;*/
/*	font-size: 20px;*/
/*	font-family: "s-core-dream-bold", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;*/
/*	width: 100%;*/
/*	line-height: 1.4em;*/
/*	word-break: keep-all;*/
/*	text-align: center;*/
/*}*/
/*.popupAllbox .boX03 .boX3se02{*/
/*	padding: 20px;*/
/*	max-width: 478px;*/
/*	min-height:307px;*/
/*	border-radius: 20px;*/
/*	background-color: #fff;*/
/*	box-sizing: border-box;*/
/*	border: 5px solid #009986;*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	justify-content: space-between;*/
/*}*/
/*.popupAllbox .boX03 .boX3se02 h3{*/
/*	text-align: center;*/
/*	width: 100%;*/
/*	font-size: 27px;*/
/*	font-family: "s-core-dream-bold", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;*/
/*	color: #009986;*/
/*	line-height: 1.2em;*/
/*}*/
/*.popupAllbox .boX03 .boX3se02 a {*/
/*	background-color: #ccebe7;*/
/*	display: flex;*/
/*	flex-direction: row;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	margin-top: 20px;*/
/*	border-radius: 16px;*/
/*	padding: 20px 0px;*/
/*	box-sizing: border-box;*/
/*}*/

/*.popupAllbox .boX03 .boX3se02 a div {*/
/*	font-family: "s-core-dream-bold", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;*/
/*	margin-left: 10px;*/
/*	color: #202020;*/
/*}*/
/*.popupAllbox .boX03 .boX3se02 a div span{ font-size: 20px; line-height: 1.2em;}*/
/*.popupAllbox .boX03 .boX3se02 a div h5 { font-size: 24px; line-height: 1.2em; font-family: "s-core-dream-bold", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;}*/
/*.popupAllbox .boX03 .boX3se02 button{*/
/*	padding: 14px 0px;*/
/*	text-align: center;*/
/*	font-size: 24px;*/
/*	color: #fff;*/
/*	background-color:#009986;*/
/*	font-family: "s-core-dream-bold", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif;*/
/*	width: 100%;*/
/*}*/


/*.popupBoxBtn {width: 100%; display: flex; align-items: center; justify-content: center; margin-top: 20px; }*/
/*.popupBoxBtn button { color: #fff; padding: 10px 20px; font-family: "s-core-dream-medium", AppleSDGothicNeo-SemiBold, helvetica, dotum, sans-serif; line-height: 1.0em;}*/
/*.popupBoxBtn button:nth-child(1) { border-radius: 30px; border: 2px solid #fff;}*/
/*.popupBoxBtn button:nth-child(2) { margin-left: 10px; border: 2px solid #fff; background-color: #fff; color: #202020; border-radius: 30px;}*/

#ipsiMainPopupWrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	font-family: var(--font-sans);
}
#ipsiMainPopupWrapper .pannel { width: 100%; height: 100%; background-color: rgba(0, 0, 0, .8); position: fixed; top: 0; left: 0; z-index: 1000;}
.popupAllbox {
	margin: 0 auto;
	position: relative;
	z-index: 1001;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content:center;
	height: 100%;
	width:1475px;
}

#ipsiMainPopupWrapper p { margin: 0; }

.popupTitle { display: flex; width: 100%; justify-content: center; }
.popupTitle h3 { font-size: 40px; color: #fff; line-height: 1.0em; margin-bottom: 25px; margin-top: 20px; }

.popupBoxBtn { width: 100%; display: flex; align-items: center; justify-content: center; margin-top: 20px; }
.popupBoxBtn button { color: #fff; padding: 10px 20px; font-family: var(--font-sans); line-height: 1.0em; }
.popupBoxBtn button:nth-child(1) { border-radius: 30px; border: 2px solid #fff; }
.popupBoxBtn button:nth-child(2) { margin-left: 10px; border: 2px solid #fff; background-color: #fff; color: #202020; border-radius: 30px; }

.setIpsiMainPopupSwiper {
	width: 100%;
	overflow: hidden;
}
.setIpsiMainPopupSwiper .swiper-wrapper .swiper-slide {
	background-color: #fff;
	color: #000;
	overflow: hidden;
	height: auto;
}
.setIpsiMainPopupSwiper .swiper-wrapper .swiper-slide img {
	display: block;
	width: 100% !important;
	max-width: 100%;
	height: auto !important;
	max-height: 70vh;
	object-fit: contain;
}
.popupBoxMainArea { width: 100%; max-width: 1440px; margin: 0 auto; }
.popupBoxMainArea .boX01 {width: 100%; overflow: hidden; padding: 0px 30px;}
.boX01content {width: 100%; overflow: hidden;}
#ipsiMainPopupWrapper .popupBoxBtn button  { color: #fff; padding: 10px 20px; font-family: var(--font-sans); line-height: 1.0em; }
#ipsiMainPopupWrapper .popupBoxBtn button:nth-child(2) {color: #000;}
#ipsiMainPopupWrapper .popupTitle h3 { text-align: center; word-break: keep-all;}

@media (max-width: 1475px) {
	#ipsiMainPopupWrapper .popupAllbox { width:100%; max-width: 100%; box-sizing: border-box; padding: 0px 30px;}
	.popupBoxMainArea { max-width: 100%;}
}

@media (max-width: 1024px) {
	#ipsiMainPopupWrapper .popupTitle h3 { font-size: 35px;}

}

@media (max-width: 768px) {
	#ipsiMainPopupWrapper .popupTitle h3 { font-size: 30px;}
}


.list_dl dd ul.list_nodot li.ml20 img{ display: inline-block;}
.con33_box .schematic_2 .box .group .col > p {flex-direction: column;}

#ipsiMainPopupWrapper .popupAllbox .popupBoxMainArea .boX01 .swiper-button-prev {
	background-image: url(../images/main/banner_left.png);
	width: 30px;
	height: 74px;
	background-repeat: no-repeat;
	left: 0;
}

#ipsiMainPopupWrapper .popupAllbox .popupBoxMainArea .boX01 .swiper-button-next {
	background-image: url(../images/main/banner_right.png);
	width: 30px;
	height: 74px;
	background-repeat: no-repeat;
	right: 0;

}

#ipsiMainPopupWrapper .popupAllbox .popupBoxMainArea .boX01 .swiper-button-prev svg,
#ipsiMainPopupWrapper .popupAllbox .popupBoxMainArea .boX01 .swiper-button-next svg {display:none;}




.sns_box {}
.sns_box ul {
	display: none;
	border: 1px solid #101010;
	border-top: none;
	background-color: #fff;
	position: absolute;
	z-index: 301;
	width: 100%;
	height: auto;
	text-align: center;
}

.sns_box li {
	padding: 10px 0px;
	cursor: pointer;
}
.sns_box .snsboxTitle {
	display: block;
	height: 40px;
	padding: 0 16px;
	font-size: 13px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.sns_box li a {
	height: auto;
	line-height: 1.0em;
	color: #404040;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.sns_box li a img { margin-bottom: 5px;}
.snsboxTitle a { color: #fff; margin-right: 20px;}
.snsboxTitle a:hover, .snsboxTitle a:focus {
	color:#fff;
}




@media (max-width: 1475px){
	.popupAllbox {width:95%;}
	.popupAllbox .boX01 {padding: 10px;}
	.popupAllbox .boX01 h2 {font-size: 50px;}
	.popupAllbox .boX01 h4 { font-size:45px; word-break: keep-all;}

	.popupAllbox .boX02 {padding: 10px;}
	.popupAllbox .boX03 .boX3se01 {padding: 10px;}
	.popupAllbox .boX03 .boX3se02 {padding: 10px;}

	.popupAllbox .boX01 button,
	.popupAllbox .boX02 .boX02content .boX02se04 button:nth-child(1),
	.popupAllbox .boX02 .boX02content .boX02se04 button:nth-child(2),
	.popupAllbox .boX03 .boX3se02 button {font-size: 20px;}

}

@media (max-width: 1235px){
	.popupAllbox .boX01 h2 {font-size: 40px; margin-top: 0px;}
	.popupAllbox .boX01 h4 { font-size:40px; word-break: keep-all; margin-top: 30px;}
	.boX01content {display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%;}
	.popupAllbox .boX02 .boX02content .boX02se01 h3 { font-size: 25px;}
	.popupAllbox .boX02 .boX02content .boX02se02 div h5 {font-size: 20px;}
	.popupAllbox .boX02 {width: 33%;}
	.popupAllbox .boX02 .boX02content .boX02se01 ul li div a { font-size:18px; min-height:auto;}
	.popupAllbox .boX02 .boX02content .boX02se03 ul li a span {font-size: 18px;}
	.popupAllbox .boX03 .boX3se01 ul li a { font-size: 18px;}
}

@media (max-width:1024px) {
	#ipsiMainPopupWrapper { position: absolute; top: 0; height: auto;}

	.popupTitle h3 { margin-top: 20px; margin-bottom: 20px;}

	.popupBoxArea { flex-direction: column;}
	.popupAllbox .boX01 {width: 100%; max-width: 100%; min-height: auto;}
	.popupAllbox .boX02 {width: 100%; max-width: 100%; min-height: auto; margin-top: 20px;}
	.popupAllbox .boX03 { width: 100%; max-width: 100%; flex-direction: row;  margin-top: 20px;}
	.popupAllbox .boX03 .boX3se01 { width:49%; max-width: auto; min-height: auto;}
	.popupAllbox .boX03 .boX3se02 { width:49%; max-width: auto; min-height: auto;}

	.popupAllbox .boX01 h2 { margin-top: 10px;}
	.popupAllbox .boX01 h4 {margin-top: 10px; margin-bottom: 10px;}

	.popupAllbox .boX03 .boX3se02 a { height: 100%; padding: 10px 0px; margin-top: 10px;}
	.popupAllbox .boX02 .boX02content .boX02se01 { width: 100%;}
	.popupAllbox .boX02 .boX02content .boX02se02 { width: 100%; margin-top: 10px; margin-bottom: 10px;}

}
@media (max-width:700px) {
	.popupAllbox .boX03 .boX3se02 {display:none;}
	.popupAllbox .boX03 {flex-direction: column; width: 100%;}
	.popupAllbox .boX03 .boX3se01 { max-width: 100%;; width:100%;}
	.popupAllbox .boX03 .boX3se02 { max-width: 100%;; width:100%; margin-top: 10px;}
	.popupBoxBtn {position: absolute; top: 100px;}
	.popupBoxArea {margin-top:100px;}

	#ipsiMainPopupWrapper .popupAllbox .boX01 { display: block; }
	#ipsiMainPopupWrapper .popupBoxBtn { position: static; }
}














.thumb_list {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
}
.thumb_list li {
	float: left;
	width: 50%;
	padding-right: 20px;
	padding-bottom: 30px;
}
.thumb_list li .inner {
	display: block;
	position: relative;
}
.thumb_list li .inner .info {
	margin-top: 20px;
	margin-bottom: 18px;
}
.thumb_list li .inner .subj {
	font-size: 20px;
}
.thumb_list li .inner .desc {
	margin-top: 6px;
	font-size: 17px;
}
.thumb_list li .inner .date {
	margin-top: 12px;
	font-size: 15px;
}
.thumb_list li .inner .btn_area .btn_more {
	height: 44px;
	font-size: 15px;
	line-height: 43px;
}
.thumb_list li .inner .btn_area .btn_more .fa, .thumb_list li .inner .btn_area .btn_more .fas, .thumb_list li .inner .btn_area .btn_more .far, .thumb_list li .inner .btn_area .btn_more .fal, .thumb_list li .inner .btn_area .btn_more .fad, .thumb_list li .inner .btn_area .btn_more .fab {
	margin-top: 14px;
}
.thumb_list li .inner .thumb {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 66.75% 0 0 0;
	height: 400px;
	background: #000;
	border: 1px solid #eeeeee;
}

.thumb_list li .inner .thumb > img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.thumb_list li .inner .thumb:hover img {
	-webkit-transform: scale(1.1) translate(-2.5%);
	transform: scale(1.1) translate(-2.5%);
}
.thumb_list li .inner .thumb .mask {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #1E3A5F;
	font-size: 50px;
	color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.thumb_list li .inner .thumb:hover .mask {
	opacity: .8;
}
.thumb_list li .inner .info .subj {
	position: relative;
	margin-top: 9px;
	font-size: 17px;
	color: #000;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.thumb_list li .inner .info .desc {
	margin-top: 4px;
	font-size: 15px;
	color: #666;
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.thumb_list li .inner .info .date {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	color: #a3a3a3;
	font-weight: 300;
}

.thumb_list li .inner .btn_area {
	display: flex;
}

.thumb_list li .inner .btn_area .btn_more {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #333;
	height: 38px;
	margin: 0;
	padding: 0 10px;
	font-size: 13px;
	font-weight: 300;
	line-height: 37px;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	border: 1px solid #ddd;
	border-radius: 0;
	background: #fff;
}

.thumb_list li .inner .btn_area .btn_more.file {
	background-color: #1E3A5F;
	border-color: #1E3A5F;
	color: #fff !important;
}

.thumb_list li .inner .btn_area .btn_more + .btn_more {
	margin-left: 10px;
}

.thumb_list li .inner .btn_area .btn_more .fa, .thumb_list li .inner .btn_area .btn_more .fas, .thumb_list li .inner .btn_area .btn_more .far, .thumb_list li .inner .btn_area .btn_more .fal, .thumb_list li .inner .btn_area .btn_more .fad, .thumb_list li .inner .btn_area .btn_more .fab
{
	margin: 12px 0 0 4px;
	vertical-align: top;
}

@media (min-width: 1024px) {
	.thumb_list {
		margin-right: -40px;
		padding: 0;
	}

	.thumb_list li {
		width: 330px;
		margin-bottom: 50px;
		margin-right: 40px;
	}

	.thumb_list li .inner .info {
		margin-top: 20px;
		margin-bottom: 18px;
	}

	.thumb_list li .inner .btn_area .btn_more {
		height: 44px;
		font-size: 15px;
		line-height: 43px;
	}

	.thumb_list li .inner .btn_area .btn_more .fa, .thumb_list li .inner .btn_area .btn_more .fas, .thumb_list li .inner .btn_area .btn_more .far, .thumb_list li .inner .btn_area .btn_more .fal, .thumb_list li .inner .btn_area .btn_more .fad, .thumb_list li .inner .btn_area .btn_more .fab {
		margin-top: 14px;
	}
}


.thumb_list li .inner .thumb:hover .mask {
	opacity: .8;
}
.thumb_list li .inner .info .subj {
	position: relative;
	margin-top: 9px;
	font-size: 17px;
	color: #000;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.thumb_list li .inner .info .desc {
	margin-top: 4px;
	font-size: 15px;
	color: #666;
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.thumb_list li .inner .info .date {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	color: #a3a3a3;
	font-weight: 300;
}

.thumb_list li .inner .btn_area {
	display: flex;
}

.thumb_list li .inner .btn_area .btn_more {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #333;
	height: 38px;
	margin: 0;
	padding: 0 10px;
	font-size: 13px;
	font-weight: 300;
	line-height: 37px;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	border: 1px solid #ddd;
	border-radius: 0;
	background: #fff;
}

.thumb_list li .inner .btn_area .btn_more.file {
	background-color: #1E3A5F;
	border-color: #1E3A5F;
	color: #fff !important;
}

.thumb_list li .inner .btn_area .btn_more + .btn_more {
	margin-left: 10px;
}

.thumb_list li .inner .btn_area .btn_more .fa, .thumb_list li .inner .btn_area .btn_more .fas, .thumb_list li .inner .btn_area .btn_more .far, .thumb_list li .inner .btn_area .btn_more .fal, .thumb_list li .inner .btn_area .btn_more .fad, .thumb_list li .inner .btn_area .btn_more .fab
{
	margin: 12px 0 0 4px;
	vertical-align: top;
}

@media (min-width: 1024px) {
	.thumb_list {
		margin-right: -40px;
		padding: 0;
	}

	.thumb_list li {
		width: calc(100% / 3) !important;
		margin-bottom: 50px;
		margin-right: 40px;
	}

	.thumb_list li .inner .info {
		margin-top: 20px;
		margin-bottom: 18px;
	}

	.thumb_list li .inner .btn_area .btn_more {
		height: 44px;
		font-size: 15px;
		line-height: 43px;
	}

	.thumb_list li .inner .btn_area .btn_more .fa, .thumb_list li .inner .btn_area .btn_more .fas, .thumb_list li .inner .btn_area .btn_more .far, .thumb_list li .inner .btn_area .btn_more .fal, .thumb_list li .inner .btn_area .btn_more .fad, .thumb_list li .inner .btn_area .btn_more .fab {
		margin-top: 14px;
	}
}


.board_write .write_box table th{ padding: 10px 10px; vertical-align: middle; text-align: center;}
.board_write .write_box table th .label { padding: 0 0px;   text-indent: 0}
.board_write .write_box table td {padding: 10px 10px;}
.board_write .write_box table td input[type="text"] {border: 1px solid #ddd;}
.board_write .write_box table td span.input-group { position: relative;}
.board_write .write_box table td span .input-group-addon {
	border: none;
	font-size: 20px;
    position: absolute;
    z-index: 2;
    top: 9px;
    right: 10px;
}

.board_list td {padding: 20px 10px;}

@media (max-width: 600px) {
	.board_write .write_box {
		overflow: auto !important;
	}
	.board_write .write_box table {
		display: block;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		min-width: 720px;
	}
}

@media (max-width: 1440px) {
	.class-division .depart_area .btn-area a { width: auto !important;}
	.class-division .depart_area .btn-area a span { height: auto !important; line-height: 1.2em;;}

	.bottom_btn_area .btn_ui {margin: 3px 5px;}
}

/* calendar 일정 등록 버튼 */
.board_wrap .iptWrap .btn_ui.small { position: relative; z-index: 2;}

@media (max-width: 1240px) {
/* table horizontal scroll utility */
.table_area.table_scroll,
.table_scroll {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-color: #8a94a6 #eef1f5;
	scrollbar-width: thin;
}

.table_area.table_scroll::-webkit-scrollbar,
.table_scroll::-webkit-scrollbar {
	height: 8px;
	background: #eef1f5;
}

.table_area.table_scroll::-webkit-scrollbar-thumb,
.table_scroll::-webkit-scrollbar-thumb {
	background: #8a94a6;
	border-radius: 999px;
}

.table_area.table_scroll::-webkit-scrollbar-thumb:hover,
.table_scroll::-webkit-scrollbar-thumb:hover {
	background: #6b7280;
}

.table_area.table_scroll::-webkit-scrollbar-corner,
.table_scroll::-webkit-scrollbar-corner {
	background: #eef1f5;
}

.table_scroll > table,
.table_scroll > .table_type1 {
	width: max-content;
	min-width: 1024px;
	max-width: none;
	table-layout: auto;
	margin-bottom: 0;
}
}


.thumb_list {margin-right: 0px;}
.thumb_list li {width: calc(100% / 4); margin-right: 0;  padding-right: 0px;}
.thumb_list li .inner { margin: 0 auto; width: 90%;}
.thumb_list li .inner .thumb { height: 360px; padding: 0;}
.thumb_list li .inner .thumb > img { width: 100%; height: 100%; object-fit: fill;}

@media (max-width: 1380px) {
	.thumb_list li {width: calc(100% / 3); margin-right: 0;  padding-right: 0px;}
	.thumb_list li .inner .thumb { height: 300px; padding: 0;}
}

@media (max-width: 680px) {
	.thumb_list li {width: calc(100% / 2); margin-right: 0;  padding-right: 0px;}
	.thumb_list li .inner .thumb { height: 260px; padding: 0;}
	.thumb_list li .inner { margin: 0 auto; width: 95%;}

}
@media (max-width: 480px) {
	.thumb_list li {width: 100%; margin-right: 0;  padding-right: 0px;}
	.thumb_list li .inner .thumb { height: 260px; padding: 0;}
	.thumb_list li .inner { margin: 0 auto; width: 100%;}

}



/* visit_search — 관리자 검색 영역 */
.visit_search {
	margin-bottom: 18px;
	padding: 24px 28px;
	background: #f5f5f5;
	text-align: left;
}

.visit_search fieldset {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 10px;
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 0;
}

.visit_search fieldset label {
	flex: 0 0 auto;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	color: #333;
	line-height: 1.4;
	white-space: nowrap;
}

.visit_search fieldset label:empty {
	display: none;
}

.visit_search .select,
.visit_search .datepicker {
	flex: 0 1 auto;
	min-width: 0;
	max-width: 100%;
	height: 40px;
	box-sizing: border-box;
}

.visit_search .datepicker {
	width: 120px !important;
}

.visit_search fieldset > span {
	flex: 0 0 auto;
	padding: 0 !important;
	color: #666;
	line-height: 40px;
}

.visit_search .btn_ui {
	flex: 0 0 auto;
	margin: 0;
}

.visit_search .btn_ui span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px !important;
	line-height: 1 !important;
	padding: 0 14px;
}

@media (max-width: 900px) {
	.visit_search {
		padding: 20px 18px;
	}

	.visit_search fieldset {
		justify-content: flex-start;
	}
}

@media (max-width: 768px) {
	.visit_search {
		padding: 16px 14px;
	}

	.visit_search fieldset {
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: center;
		column-gap: 10px;
		row-gap: 10px;
	}

	.visit_search fieldset label {
		grid-column: 1;
		justify-self: start;
	}

	.visit_search .select,
	.visit_search .datepicker,
	.visit_search fieldset > span,
	.visit_search .btn_ui {
		grid-column: 2;
		width: 100%;
		max-width: none;
	}

	.visit_search .datepicker {
		width: 100% !important;
	}

	.visit_search fieldset > span {
		justify-self: center;
		line-height: 1.2;
		text-align: center;
	}

	.visit_search .btn_ui {
		grid-column: 1 / -1;
		width: 100%;
	}

	.visit_search .btn_ui span {
		width: 100%;
		height: 42px !important;
	}
}

@media (max-width: 480px) {
	.visit_search fieldset {
		grid-template-columns: 1fr;
	}

	.visit_search fieldset label,
	.visit_search .select,
	.visit_search .datepicker,
	.visit_search fieldset > span,
	.visit_search .btn_ui {
		grid-column: 1;
		width: 100%;
	}

	.visit_search fieldset label {
		margin-top: 4px;
	}

	.visit_search fieldset label:first-child {
		margin-top: 0;
	}
}


.fc-today-button { min-width: 50px !important; color: #fff !important; background-color: #404040 !important;}