@charset "UTF-8";
* {
	box-sizing: border-box;
}

/* 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: "Noto Sans KR";
}

body,
input,
textarea,
select,
button,
table {
	font-size: 14px;
	line-height: 1.25em;
	font-weight: 300;
	font-family: "Noto Sans KR";
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Noto Sans KR";
	font-weight: 500;
}

textarea {
	-webkit-appearance: none;
}

body {
	position: relative;
	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;
}

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;
}

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;
}

/* layout */
.popupArea {
	display: none;
}

#all_menu {
	display: none;
}

/* header */
#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

#header .inner_wrap {
	position: relative;
	height: 64px;
}

#header .top_wrap {
	display: none;
}

#header .logo {
	position: relative;
	top: 9px;
	width: 164px;
	margin: 0 auto;
	white-space: nowrap;
	text-align: center;
}

#header .logo > a {
	display: block;
	font-size: 0;
}

#header .logo > a .logo_img {
	display: inline-block;
	vertical-align: top;
	background-image: url(../images/sp_kwu.png);
	background-size: 396px 210px;
	background-position: 0px -121px;
	width: 43px;
	height: 41px;
}

#header .logo > a .logo_txt {
	display: inline-block;
	margin: 8px 0 0 4px;
	font-size: 17px;
	font-weight: 500;
	color: #000000;
	line-height: normal;
	vertical-align: top;
}

#header #gnb {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

#header #gnb .btn_search,
#header #gnb .btn_all {
	position: absolute;
	top: 0;
	width: 64px;
	height: 64px;
	text-align: center;
}

#header #gnb .btn_search .fal,
#header #gnb .btn_search .far,
#header #gnb .btn_all .fal,
#header #gnb .btn_all .far {
	margin-top: 20px;
	font-size: 23px;
	vertical-align: top;
}

#header #gnb .btn_search {
	right: 0;
	display: none;
}

#header #gnb .btn_all {
	left: 0;
}

#header #gnb .btn_all .icon {
	display: inline-block;
	position: relative;
	width: 25px;
	height: 18px;
	margin-top: 22px;
	vertical-align: top;
}

#header #gnb .btn_all .icon > i {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #222;
}

#header #gnb .btn_all .icon > i:nth-of-type(1) {
	top: 0;
}

#header #gnb .btn_all .icon > i:nth-of-type(2) {
	top: 8px;
}

#header #gnb .btn_all .icon > i:nth-of-type(3) {
	top: 16px;
}

#header #gnb .btn_side_close {
	display: block;
	position: absolute;
	right: 0;
	top: 64px;
	width: 40px;
	height: 40px;
	background-color: #434956;
	color: #fff;
	z-index: 200;
	text-align: center;
}

#header #gnb .btn_side_close .fal {
	margin-top: 10px;
	font-size: 20px;
	vertical-align: top;
}

#header #gnb .gnb_set {
	display: none;
	transition: 0.3s all;
	transform: translate(-100%, 0);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 201;
}

#header #gnb #nav {
	position: fixed;
	left: 0;
	top: 64px;
	bottom: 0;
	z-index: 200;
	background-color: #fff;
	width: calc(100% - 40px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
}

#header #gnb #nav .nav_top {
	background: #434956;
	padding-bottom: 26px;
	text-align: left;
}

#header #gnb #nav .nav_top .top_title {
	margin-top: 35px;
}

#header #gnb #nav .nav_top .top_title .arr {
	display: block;
	margin-right: 20px;
	padding-bottom: 16px;
	text-align: left;
	border-bottom: 1px solid #5c626d;
}

#header #gnb #nav .nav_top .top_title .arr span {
	display: block;
	padding-left: 20px;
	font-size: 22px;
	color: #fff;
}

#header #gnb #nav .nav_top .top_title .arr span .fal {
	margin-right: 4px;
	font-size: 17px;
	vertical-align: top;
}

#header #gnb #nav .nav_top .info_list {
	margin: 27px 0 0 45px;
	overflow: hidden;
}

#header #gnb #nav .nav_top .info_list li {
	float: left;
	margin-right: 35px;
}

#header #gnb #nav .nav_top .info_list li:last-child {
	margin-right: 0;
}

#header #gnb #nav .nav_top .info_list li a {
	display: block;
	font-size: 14px;
	color: #f4efeb;
}

#header #gnb #nav .nav_menu {
	-ms-flex: 1;
	    flex: 1;
	min-height: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 20px 0;
}

#header #gnb #nav .nav_menu > li {
	position: relative;
}

#header #gnb #nav .nav_menu > li > a {
	display: block;
}

#header #gnb #nav .nav_menu > li > a span {
	display: block;
	position: relative;
	height: 46px;
	font-size: 18px;
	color: #222;
	line-height: 46px;
	padding: 0 20px;
	font-weight: 600;
}

#header #gnb #nav .nav_menu > li > a span:after {
	display: block;
	width: 14px;
	height: 7px;
	position: absolute;
	right: 20px;
	top: 20px;
	background-image: url(../images/sp_kwu.png);
	background-size: 396px 210px;
	background-position: -250px -76px;
	width: 14px;
	height: 7px;
	content: '';
}

#header #gnb #nav .nav_menu > li .nav_sub {
	display: none;
	background: #f3f3f3;
	padding: 15px 20px;
}

#header #gnb #nav .nav_menu > li .nav_sub .dep2 > li a {
	display: block;
}

#header #gnb #nav .nav_menu > li .nav_sub .dep2 > li a span {
	padding: 0 20px;
	display: block;
	padding-left: 10px;
	color: #222;
	font-size: 14px;
	height: 46px;
	line-height: 46px;
}

#header #gnb #nav .nav_menu > li .nav_sub .dep2 > li .dep3 > li a {
	display: block;
	padding-left: 10px;
}

#header #gnb #nav .nav_menu > li .nav_sub .dep2 > li .dep3 > li a span {
	padding: 0 20px;
	display: block;
	font-size: 13px;
	color: #999;
	font-weight: 300;
	height: 46px;
	line-height: 46px;
}

#header #gnb #nav .nav_menu > li .nav_sub .dep2 > li .dep3 > li a.on {
	color: #ffa200;
}

#header #gnb #nav .nav_menu > li.on > a span {
	color: #542777;
}

#header #gnb #nav .nav_menu > li.on > a span:after {
	background-image: url(../images/sp_kwu.png);
	background-size: 396px 210px;
	background-position: -380px -61px;
	width: 14px;
	height: 7px;
}

#header #gnb #nav .nav_menu > li.on .nav_sub {
	background-color: #fafafa;
}

#header .gnb_bottom {
	display: none;
	position: absolute;
	left: 0;
	top: 131px;
	width: 100%;
	height: 0;
	background: #fff;
	transition: height 0.1s;
	z-index: 200;
	overflow: hidden;
}

#header .gnb_dim_bg {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.gnb_open {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

.gnb_open #header #gnb .gnb_set {
	transform: translate(0, 0);
}

/* footer */
#footer {
	background-color: #383838;
}

#footer .top_wrap {
	background-color: #333333;
}

#footer .top_wrap .inner_wrap > ul > li {
	position: relative;
	line-height: 75px;
	border-left: 1px solid #484848;
	padding: 0;
	cursor: pointer;
}

#footer .top_wrap .inner_wrap > ul > li > img {
	position: absolute;
	right: 35px;
	top: 25px;
	transform: rotate(180deg);
}

#footer .top_wrap .inner_wrap > ul > li.on img {
	transform: rotate(0deg);
}

#footer .top_wrap .inner_wrap > ul > li.on > ul {
	height: 200px;
}

#footer .top_wrap .inner_wrap > ul > li:last-child {
	border-right: 1px solid #484848;
}

#footer .top_wrap .inner_wrap > ul > li a {
	padding: 0 35px;
	font-size: 17px;
	color: #fff;
}

#footer .top_wrap .inner_wrap > ul > li > ul {
	background-color: #e7e7e7;
	left: 0;
	bottom: 100%;
	width: 100%;
	height: 0px;
	overflow-y: scroll;
	z-index: 5;
	transition: 0.1s all;
}

#footer .top_wrap .inner_wrap > ul > li > ul > li {
	line-height: 50px;
	text-align: center;
}

#footer .top_wrap .inner_wrap > ul > li > ul > li a {
	color: #1a2a42;
}

#footer .top_wrap .inner_wrap > ul > li > ul::-webkit-scrollbar-thumb {
	background-color: #c9c9c9;
	border-radius: 50px;
	height: 82px;
}

#footer .top_wrap .inner_wrap > ul > li > ul::-webkit-scrollbar-track {
	background-color: transparent;
}

#footer .top_wrap .inner_wrap > ul > li > ul::-webkit-scrollbar {
	width: 12px;
	margin-right: 10px;
}

#footer .footer-box {
	padding: 20px;
}

#footer .footer-box .footer-box__ul1 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	border-bottom: 1px solid #484848;
	padding-bottom: 30px;
}

#footer .footer-box .footer-box__ul1 li {
	position: relative;
}

#footer .footer-box .footer-box__ul1 li:after {
	content: '';
	position: absolute;
	right: -16px;
	width: 1px;
	height: 100%;
	background-color: #5a5a5a;
}

#footer .footer-box .footer-box__ul1 li:last-child {
	padding-right: 0;
}

#footer .footer-box .footer-box__ul1 li:last-child:after {
	display: none;
}

#footer .footer-box .footer-box__ul1 li a {
	font-family: "S-Core Dream 3";
	color: #fff;
}

#footer .footer-box .footer-box__ul2 {
	color: #fff;
}

#footer .footer-box .footer-box__ul2 li {
	font-size: 15px;
	line-height: 30px;
}

* {
	scroll-behavior: smooth;
}

#all_menu {
	display: none;
}

.sub_container {
	padding-top: 64px;
}

.sub_visual {
	position: relative;
	height: 220px;
	padding-top: 56px;
	background-size: cover;
	background-repeat: no-repeat;
}

.sub_visual.menu_1 {
	background-image: url(../images/sub/sub_visual_1.jpg);
}

.sub_visual.menu_2 {
	background-image: url(../images/sub/sub_visual_2.jpg);
}

.sub_visual.menu_3 {
	background-image: url(../images/sub/sub_visual_3.jpg);
}

.sub_visual.menu_4 {
	background-image: url(../images/sub/sub_visual_4.jpg);
}

.sub_visual.menu_5 {
	background-image: url(../images/sub/sub_visual_5.jpg);
}

.sub_visual.menu_6 {
	background-image: url(../images/sub/sub_visual_6.jpg);
}

.sub_visual .title {
	font-size: 30px;
	color: #fff;
	font-weight: 300;
	line-height: normal;
	text-align: center;
}

.sub_visual .desc {
	display: none;
}

.sub_visual .menu_select {
	display: block;
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	padding: 0 25px;
	font-size: 10px;
	vertical-align: top;
}

.sub_visual .menu_select .open_btn {
	position: relative;
	width: 100%;
	height: 50px;
	padding: 0 15px 0 25px;
	border: none;
	background-color: #542777;
	color: #fff;
	font-size: 15px;
	text-align: left;
}

.sub_visual .menu_select .open_btn:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 19px;
	width: 8px;
	height: 8px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	margin-top: -6px;
	transform: rotate(405deg);
	content: '';
}

.sub_visual .menu_select .layer {
	display: none;
	position: absolute;
	left: 25px;
	right: 25px;
	top: 50px;
	max-height: 360px;
	border: 1px solid #101010;
	border-top: none;
	padding: 10px 0 10px 25px;
	background-color: #f7f7f7;
	overflow-y: auto;
	z-index: 10;
}

.sub_visual .menu_select .layer > li a {
	display: block;
	height: 40px;
	color: #101010;
	font-size: 14px;
	line-height: 40px;
}

.sub_visual .menu_select.active .open_btn {
	border: 1px solid #101010;
	border-bottom-color: #ececec;
	color: #fff;
}

.sub_visual .menu_select.active .open_btn:after {
	border-color: #fff;
}

.sub_visual .menu_select.active .layer {
	display: block;
}

.sub_location {
	display: none;
}

.location_wrap .location {
	position: absolute;
	left: 0;
	top: 171px;
	width: 100%;
	text-align: center;
}

.location_wrap .location a {
	display: inline-block;
	position: relative;
	font-size: 12px;
	color: #fff;
}

.location_wrap .location a.home {
	font-size: 13px;
	color: #fff;
}

.location_wrap .location a .arrow {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	font-size: 10px;
	color: #fff;
}

.location_wrap .location a + a {
	margin-left: 7px;
	padding-left: 10px;
}

.location_wrap .view_option {
	display: none;
	position: relative;
	padding: 15px 25px;
	font-size: 0;
	text-align: right;
	background-color: #f9f9f9;
}

.location_wrap .view_option button {
	display: inline-block;
	position: relative;
	height: 29px;
	background: none;
	font-size: 14px;
	color: #101010;
	font-weight: 300;
	vertical-align: top;
}

.location_wrap .view_option button.btn_txt {
	margin-right: 26px;
}

.location_wrap .view_option button.btn_txt + .btn_txt {
	margin-right: 0;
}

.location_wrap .view_option button.btn_txt + .btn_txt:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -13px;
	width: 1px;
	height: 10px;
	margin-top: -5px;
	background-color: #ccc;
}

.location_wrap .view_option button.btn_plus, .location_wrap .view_option button.btn_minus {
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #333;
}

.location_wrap .view_option button.btn_plus {
	margin-left: 20px;
}

.location_wrap .view_option button.btn_minus {
	border-left: none;
}

.content_page_wrap #aside {
	display: none;
}

.content_page_wrap #contents {
	padding: 10px 5px;
}

.sub_title {
	margin-bottom: 15px;
	color: #141414;
	font-weight: 200;
	border-bottom: 1px solid #cccccc;
	display: -ms-flexbox;
	display: flex;
}

.sub_title p {
	padding-bottom: 14px;
	position: relative;
	font-size: 25px;
	margin: 0;
}

.sub_title p:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #542777;
	content: "";
}

.sub_tabs {
	display: -ms-flexbox;
	display: flex;
	margin: 0 25px 30px;
}

.sub_tabs li {
	position: relative;
	-ms-flex: 1;
	    flex: 1;
	border: 1px solid #bbb;
}

.sub_tabs li + li {
	margin-left: -1px;
}

.sub_tabs li a {
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 16px 4px;
	color: #101010;
	font-size: 15px;
	text-align: center;
	line-height: 16px;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

.sub_tabs li a:hover {
	background-color: #fbfbfb;
}

.sub_tabs li.active {
	z-index: 1;
	border-color: #542777;
}

.sub_tabs li.active a {
	background: none;
	font-weight: 400;
	color: #542777;
}

.sub_tabs ~ .sub_content {
	padding-top: 0;
}

.sub_content {
	position: relative;
}

@media (max-width: 970px) {
	.sub_content p {
		font-size: 13px !important;
	}
	.histContentView {
		display: none;
	}
}

/* page */
.main_visual {
	position: relative;
}

.main_visual > .swiper-container .swiper-slide {
	height: 250px;
	position: relative;
	background-position: 0 0;
	background-size: cover;
}

.main_visual > .swiper-container .swiper-slide .inner_wrap {
	max-width: 1440px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
}

.main_visual > .swiper-container .swiper-slide .inner_wrap .slogun {
	position: absolute;
	left: 25px;
	right: 25px;
	top: 92px;
	text-align: left;
}

.main_visual > .swiper-container .swiper-slide .inner_wrap .slogun .text {
	display: block;
	font-size: 11px;
	font-weight: 300;
}

.main_visual > .swiper-container .swiper-slide .inner_wrap .slogun .title {
	display: block;
	margin-top: 5px;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
}

.main_visual > .swiper-container .swiper-slide .inner_wrap .slogun .desc {
	margin-top: 17px;
	font-weight: 400;
	font-size: 12px;
}

.main_visual .swiper-pagination-main_banner {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 10;
}

.main_visual .swiper-buttons {
	position: absolute;
	bottom: 46px;
	left: 25%;
	z-index: 100;
	padding-top: 20px;
}

.main_visual .swiper-buttons .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
}

.main_visual .swiper-buttons .swiper-pagination-bullet-active {
	background-color: #505e9c;
}

.main_visual .visual_text {
	padding: 20px 10px;
}

.main_visual .visual_text .visual_text_box1 {
	display: -ms-flexbox;
	display: flex;
}

.main_visual .visual_text .visual_text_box1 li {
	width: 50%;
	color: #fff;
	padding: 21px 20px;
}

.main_visual .visual_text .visual_text_box1 li:nth-child(1) {
	background-color: #b257ff;
}

.main_visual .visual_text .visual_text_box1 li:nth-child(2) {
	background-color: #3497dd;
}

.main_visual .visual_text .visual_text_box1 li .title {
	font-size: 20px;
	line-height: normal;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main_visual .visual_text .visual_text_box1 li .desc {
	font-size: 13px;
	line-height: normal;
	font-weight: 300;
	height: 60px;
	overflow: hidden;
}

.main_visual .visual_text .visual_text_box2 {
	margin-top: 10px;
}

.main_visual .visual_text .visual_text_box2 .header {
	background-color: #797979;
	color: #fff;
	padding: 0 30px;
	line-height: 60px;
	font-size: 20px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main_visual .visual_text .visual_text_box2 .header span {
	font-weight: bold;
}

.main_visual .visual_text .visual_text_box2 .contents {
	border: 1px solid #cac8c7;
	background-color: #fff;
	position: relative;
	padding: 10px;
}

.main_visual .visual_text .visual_text_box2 .contents .swiper-container {
	padding-top: 21px;
	padding-left: 20px;
	width: 100%;
}

.main_visual .visual_text .visual_text_box2 .contents .swiper-container .slogun {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.main_visual .visual_text .visual_text_box2 .contents .swiper-container .slogun .img img {
	width: 100px;
	height: 150px;
	object-fit: cover;
}

.main_visual .visual_text .visual_text_box2 .contents .swiper-container .slogun .flex {
	width: 60%;
	margin-left: 10px;
	padding: 8px 0;
}

.main_visual .visual_text .visual_text_box2 .contents .swiper-container .slogun .flex .title {
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
	line-height: normal;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main_visual .visual_text .visual_text_box2 .contents .swiper-container .slogun .flex .desc {
	font-size: 13px;
	font-weight: 500;
}

.main_visual .visual_text .visual_text_box2 .contents .swiper-container .slogun .flex .desc li {
	color: #404040;
	line-height: 2;
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main_visual .visual_text .visual_text_box2 .contents .swiper-container .slogun > p {
	margin-top: 15px;
	font-size: 15px;
	line-height: 22px;
	color: #cd6000;
	width: 100%;
	text-align: center;
	letter-spacing: -0.06em;
	font-weight: bold;
}

.main_visual .visual_text .visual_text_box2 .contents .swiper-button-prev_b,
.main_visual .visual_text .visual_text_box2 .contents .swiper-button-next_b {
	position: absolute;
	z-index: 10;
	color: #000;
	font-size: 25px;
}

.main_visual .visual_text .visual_text_box2 .contents .swiper-button-prev_b {
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.main_visual .visual_text .visual_text_box2 .contents .swiper-button-next_b {
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.main_visual .visual_text .visual_text_box3 {
	margin-top: 10px;
}

.main_visual .visual_text .visual_text_box3 .header {
	background-color: #814d9f;
	color: #fff;
	padding: 0 30px;
	line-height: 60px;
	font-size: 20px;
	font-weight: 400;
}

.main_visual .visual_text .visual_text_box3 .header span {
	font-weight: bold;
}

.main_visual .visual_text .visual_text_box3 .contents {
	height: 210px;
	background-color: #fff;
	position: relative;
}

.main_visual .visual_text .visual_text_box3 .contents .swiper-container {
	height: 100%;
}

.main_visual .visual_text .visual_text_box3 .contents .swiper-container .con1_text {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	color: #fff;
	text-align: center;
	transition: 0.5s all;
	line-height: 60px;
	transition: 0.5s all;
	height: 60px;
	font-size: 16px;
}

.main_visual .visual_text .visual_text_box3 .contents .swiper-slide > div {
	height: 100%;
}

.main_visual .visual_text .visual_text_box3 .contents .swiper-slide > div a {
	display: block;
	height: 100%;
}

.main_visual .visual_text .visual_text_box3 .contents .swiper-slide > div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.notice_area {
	background-image: url(../images/main/news_area_b.png);
	padding: 20px 10px;
}

.notice_area .notice_area_box1 {
	width: 100%;
	height: 400px;
	background-color: #fff;
	border: 1px solid #cecece;
}

.notice_area .notice_area_box1 .header {
	display: -ms-flexbox;
	display: flex;
	background-color: #e26715;
}

.notice_area .notice_area_box1 .header li {
	width: 30%;
	line-height: 60px;
	height: 60px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	letter-spacing: -0.07em;
	font-weight: 400;
}

.notice_area .notice_area_box1 .header li.on {
	background-color: #fff;
	color: #e68a00;
}

.notice_area .notice_area_box1 .contents {
	padding: 25px 15px;
}

.notice_area .notice_area_box1 .contents .title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 20px;
	font-size: 15px;
	letter-spacing: -0.07em;
	font-weight: 500;
}

.notice_area .notice_area_box1 .contents .title a {
	display: block;
	width: 80%;
}

.notice_area .notice_area_box1 .contents .title p {
	font-size: 12px;
	color: #e68a00;
}

.notice_area .notice_area_box1 .contents .title p:first-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notice_area .notice_area_box1 .contents .title p:nth-child(2) {
	font-size: 12px;
	color: #999999;
}

.notice_area .notice_area_box1 .contents .title span {
	padding: 2px 7px;
	border-radius: 2px;
	background-color: #e26715;
	font-size: 12px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notice_area .notice_area_box1 .contents .text {
	font-size: 13px;
	line-height: 20px;
	height: 100px;
	overflow: hidden;
}

.notice_area .notice_area_box1 .contents ul {
	border-top: 2px dotted #dddddd;
	padding-top: 10px;
	margin-top: 18px;
	height: 157px;
	overflow: hidden;
}

.notice_area .notice_area_box1 .contents ul > li {
	position: relative;
	color: #424542;
	line-height: 28px;
	font-size: 13px;
	-ms-flex-align: center;
	    -ms-grid-row-align: center;
	    align-items: center;
	padding-left: 10px;
	width: 100%;
}

.notice_area .notice_area_box1 .contents ul > li:after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 2px;
	height: 2px;
	background-color: #cccccc;
	content: "";
}

.notice_area .notice_area_box1 .contents ul > li a {
	display: block;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notice_area .notice_area_box1 .contents ul > li p:last-child {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	color: #999;
}

.notice_area .notice_area_box1 .contents > li {
	display: none;
}

.notice_area .notice_area_box1 .contents > li.on {
	display: block;
}

.notice_area .notice_area_box2 {
	background-color: #fff;
	width: 100%;
	margin-top: 10px;
}

.notice_area .notice_area_box2 .main_banner {
	position: relative;
	height: 100%;
}

.notice_area .notice_area_box2 .main_banner .swiper-container {
	height: 270px;
	border: 1px solid #cccccc;
}

.notice_area .notice_area_box2 .main_banner .swiper-buttons {
	position: absolute;
	top: 0;
	right: 25px;
	z-index: 10;
	padding-top: 20px;
}

.notice_area .notice_area_box2 .main_banner .swiper-buttons span {
	margin-left: 7px;
}

.quick_link {
	background-color: #f9f8f4;
	padding: 20px 10px;
}

.quick_link .title {
	text-align: center;
	color: #000000;
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 30px;
	font-weight: 400;
}

.quick_link ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.quick_link ul li {
	padding: 15px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-direction: column;
	    flex-direction: column;
}

.quick_link ul li p {
	font-size: 15px;
}

.quick_link ul li .icon {
	width: 100px;
	height: 100px;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 20px;
	color: #542777;
	border: 5px solid #542777;
	border-radius: 100%;
	font-size: 40px;
}

/* 로그인 */
.login_wrap {
	position: relative;
	padding: 174px 20px 50px;
	background-image: url(../images/main/nav_menu_b_04.png);
	background-repeat: no-repeat;
	background-size: 125px auto;
	background-position: 50% 30px;
}

.login_wrap .login_title {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 2px solid #989898;
	text-align: center;
}

.login_wrap .login_title h3 {
	font-size: 30px;
	color: #222;
	line-height: normal;
}

.login_wrap .login_title .txt {
	margin-top: 14px;
	font-size: 18px;
	color: #70559d;
	line-height: normal;
}

.login_wrap .login_title .desc {
	display: inline-block;
	margin-top: 15px;
	font-size: 12px;
	color: #666;
	padding: 7px 20px;
	background-color: #f3f3f3;
	border-radius: 17px;
}

.login_wrap .login_inner {
	padding: 20px 0 0;
}

.login_wrap .login_inner .login_box .login_first {
	position: relative;
}

.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 {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.login_wrap .login_inner .login_box .login_first .wrap_input .input_text > .tit {
	display: table-cell;
	width: 70px;
	padding-right: 10px;
	vertical-align: middle;
}

.login_wrap .login_inner .login_box .login_first .wrap_input .input_text > .tit label {
	font-size: 14px;
	color: #333;
}

.login_wrap .login_inner .login_box .login_first .wrap_input .cont {
	position: relative;
	display: table-cell;
	width: auto;
	border-bottom: 1px solid #ddd;
}

.login_wrap .login_inner .login_box .login_first .wrap_input .cont.on {
	border-bottom: 1px solid #0078d4;
}

.login_wrap .login_inner .login_box .login_first .wrap_input .cont input {
	width: 100%;
	padding: 14px 10px;
	font-size: 15px;
	color: #222;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	outline-style: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.login_wrap .login_inner .login_box .login_first .wrap_input .cont input:-ms-input-placeholder {
	color: #bcbcbc;
}

.login_wrap .login_inner .login_box .login_first .wrap_input .cont input::placeholder {
	color: #bcbcbc;
}

.login_wrap .login_inner .login_box .login_first .wrap_input:first-child {
	margin-top: 0;
}

.login_wrap .login_inner .login_box .login_first .login {
	position: relative;
	width: 100%;
	height: 60px;
	margin-top: 20px;
	background: #70559d;
	text-align: center;
}

.login_wrap .login_inner .login_box .login_first .login span {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	color: #fff;
	cursor: pointer;
}

.login_wrap .login_inner .login_box .login_first .checkbox_wrap {
	display: inline-block;
	position: relative;
	margin-top: 20px;
	margin-left: 70px;
	padding-left: 26px;
	font-size: 14px;
	line-height: 1;
	color: #444;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.login_wrap .login_inner .login_box .login_first .checkbox_wrap input {
	position: absolute;
	opacity: 0;
	width: auto;
	padding: 0 !important;
	cursor: pointer;
}

.login_wrap .login_inner .login_box .login_first .checkbox_wrap input:checked ~ .checkmark {
	border: 1px solid #70559d;
	background: #70559d;
}

.login_wrap .login_inner .login_box .login_first .checkbox_wrap input:checked ~ .checkmark:after {
	display: block;
	left: 6px;
	top: 3px;
	width: 4px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.login_wrap .login_inner .login_box .login_first .checkbox_wrap input:disabled ~ span {
	color: #bcbcbc;
}

.login_wrap .login_inner .login_box .login_first .checkbox_wrap input:disabled ~ .checkmark {
	border: 1px solid #ddd;
	background: #fafafa;
}

.login_wrap .login_inner .login_box .login_first .checkbox_wrap input:disabled ~ .checkmark:after {
	border: solid #989898;
	border-width: 0 2px 2px 0;
}

.login_wrap .login_inner .login_box .login_first .checkbox_wrap .checkmark {
	position: absolute;
	top: -3px;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 4px;
}

.login_wrap .login_inner .login_box .login_first .checkbox_wrap .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.login_wrap .login_inner .login_box .text_list {
	position: relative;
	margin-top: 20px;
}

.login_wrap .login_inner .login_box .text_list li {
	position: relative;
	font-size: 13px;
	color: #101010;
	padding-left: 10px;
	line-height: 23px;
}

.login_wrap .login_inner .login_box .text_list li + li {
	margin-top: 5px;
}

.login_wrap .login_inner .login_box .text_list li:before {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #7a7a7a;
}

.login_wrap .login_inner .idpw_search_box {
	margin-top: 40px;
}

.login_wrap .login_inner .idpw_search_box ul:after {
	content: '';
	display: block;
	clear: both;
}

.login_wrap .login_inner .idpw_search_box ul li {
	position: relative;
	float: left;
	width: 50%;
	padding: 0 10px;
}

.login_wrap .login_inner .idpw_search_box ul li .icon {
	display: block;
	margin: 0 auto;
}

.login_wrap .login_inner .idpw_search_box ul li .icon.menu1 {
	background-image: url(../images/sp_kwu.png);
	background-size: 396px 210px;
	background-position: -98px 0px;
	width: 96px;
	height: 96px;
}

.login_wrap .login_inner .idpw_search_box ul li .icon.menu2 {
	background-image: url(../images/sp_kwu.png);
	background-size: 396px 210px;
	background-position: 0px 0px;
	width: 96px;
	height: 96px;
}

.login_wrap .login_inner .idpw_search_box ul li dl {
	padding: 0 10px;
	text-align: center;
}

.login_wrap .login_inner .idpw_search_box ul li dl dt {
	margin-top: 10px;
	font-size: 16px;
	color: #222;
}

.login_wrap .login_inner .idpw_search_box ul li dl dd {
	font-size: 13px;
	margin-top: 4px;
	color: #666;
}

.login_wrap .login_inner .idpw_search_box ul li .link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.login_wrap .login_inner .idpw_search_box ul li + li:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 120px;
	margin-top: -60px;
	background-color: #ddd;
	content: '';
}

.introduce_info {
	position: relative;
}

.introduce_info .bg_area {
	position: relative;
	margin: 0 -25px;
	height: 200px;
	background: url("../images/sub/img_sub1_1.jpg") 50% 0 no-repeat;
	background-size: cover;
}

.introduce_info .img_intro {
	display: none;
}

.introduce_info .text_wrap {
	position: relative;
	margin: -75px 0 0 0;
	padding: 35px 25px;
	background-color: #fff;
	text-align: left;
	box-sizing: border-box;
}

.introduce_info .text_wrap .cont {
	line-height: 25px;
}

.introduce_info .text_wrap .cont br {
	display: none;
}

.introduce_info .text_wrap .cont strong {
	display: block;
	font-weight: 400;
	font-size: 25px;
	margin-bottom: 20px;
	color: #000;
	line-height: 32px;
}

.introduce_info .text_wrap .cont p {
	font-size: 15px;
	color: #101010;
}

.introduce_info .text_wrap .cont p + p {
	margin-top: 10px;
}

.introduce_info .text_wrap .cont span {
	display: block;
	margin-top: 10px;
	font-size: 15px;
	color: #c10810;
}

.introduce_info .text_wrap .cont em {
	display: block;
	margin-top: 30px;
	font-size: 15px;
	font-weight: 500;
	color: #000;
}

.introduce_info .text_wrap .cont em br {
	display: block;
}

.org_map {
	padding-bottom: 40px;
	text-align: center;
}

.org_map:after {
	content: '';
	display: block;
	clear: both;
}

.org_map .clear {
	display: none;
	float: none;
	clear: both;
	height: 0;
	width: 100%;
	font-size: 0 !important;
	line-height: 0 !important;
	height: 0 !important;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.org_map .clear:after {
	content: "";
	clear: both;
	display: block;
	float: none;
}

.org_map .clearfix :after {
	content: "";
	clear: both;
	display: block;
	float: none;
}

.org_map ul {
	text-align: left;
}

.org_map ul.bu li:before {
	position: relative;
}

.org_map div {
	position: relative;
}

.org_map *:after,
.org_map *:before {
	position: absolute;
}

.org_map .org1 {
	margin-bottom: 20px;
}

.org_map .org1 p {
	height: 60px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	line-height: 60px;
}

.org_map .org1 .inbg {
	margin: 0 auto;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 60px;
	background: #70559d;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
	z-index: -1;
}

.org_map .org1-line {
	position: relative;
	width: 100%;
	display: block;
}

.org_map .org2 {
	margin-top: 2px;
}

.org_map .org2-1 {
	margin: 2px 0;
	background: #6D788B;
}

.org_map .org2-1 a,
.org_map .org2-1 span {
	display: block;
	height: 50px;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
}

.org_map .org4-1 {
	margin-top: 2px;
	line-height: 60px;
	color: #e26715;
	border: 1px solid #e26715;
	background: #fff;
}

.org_map .org4-2 p {
	margin-top: 5px;
	background: #EFEFEF;
	padding: 15px 5px;
	color: #6D788B;
}

.org_map .org4-2 p a {
	display: block;
	color: #6D788B;
	margin: -15px -5px;
	padding: 15px 5px;
}

.org_map .org4-2 p a:hover {
	background: #6D788B;
	color: #fff;
}

.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: 12px 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: #e26715;
}

.org_map .org5-1 {
	margin-top: 20px;
	font-size: 16px;
	line-height: 60px;
	color: #6D788B;
	border: 1px solid #6D788B;
	background: #fff;
}

.social_media {
	position: relative;
	padding-bottom: 40px;
}

.social_media:after {
	content: '';
	display: block;
	clear: both;
}

.social_media .media_left .movie_wrap {
	font-size: 0;
	line-height: 0;
}

.social_media .media_left .movie_info {
	padding: 18px 20px 20px;
	background-color: #535e6f;
	text-align: center;
}

.social_media .media_left .movie_info .tit {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	max-height: 48px;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.social_media .media_left .movie_info .desc {
	margin: 8px auto 12px;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}

.social_media .media_left .movie_info .btn_more {
	display: inline-block;
	height: 32px;
	font-size: 12px;
	line-height: 31px;
	border: 1px solid #fff;
	padding: 0 10px;
	color: #fff;
	vertical-align: top;
	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: 10px 0 0 4px;
	vertical-align: top;
}

.social_media .media_right {
	padding-top: 10px;
}

.social_media .media_right .sns_list {
	font-size: 0;
	white-space: nowrap;
}

.social_media .media_right .sns_list:after {
	content: '';
	display: block;
	clear: both;
}

.social_media .media_right .sns_list li {
	margin: 10px 0;
	text-align: center;
}

.social_media .media_right .sns_list li a {
	display: -ms-flexbox;
	display: flex;
}

.social_media .media_right .sns_list li .icon {
	display: block;
	min-width: 50px;
	width: 50px;
	height: 50px;
	margin-right: 20px;
	border-radius: 50%;
	color: #fff;
	font-size: 28px;
}

.social_media .media_right .sns_list li .icon .ico {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-top: 12px;
	vertical-align: top;
}

.social_media .media_right .sns_list li .icon .fab {
	margin-top: 12px;
	vertical-align: top;
}

.social_media .media_right .sns_list li .icon.kakao {
	background-color: #fbcf00;
}

.social_media .media_right .sns_list li .icon.kakao .ico {
	background-image: url(../images/sp_kwu.png);
	background-size: 396px 210px;
	background-position: -110px -121px;
	width: 28px;
	height: 28px;
}

.social_media .media_right .sns_list li .icon.blog {
	background-color: #37ac38;
}

.social_media .media_right .sns_list li .icon.blog .ico {
	background-image: url(../images/sp_kwu.png);
	background-size: 396px 210px;
	background-position: -80px -121px;
	width: 28px;
	height: 28px;
}

.social_media .media_right .sns_list li .icon.insta {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social_media .media_right .sns_list li .icon.twitter {
	background-color: #1DA1F1;
}

.social_media .media_right .sns_list li .icon.fb {
	background-color: #4267b2;
}

.social_media .media_right .sns_list li .name {
	display: block;
	height: 50px;
	font-size: 16px;
	color: #333;
	line-height: 50px;
}

.social_media .media_right .quick_list {
	display: none;
}

.conversation:after {
	content: '';
	display: block;
	clear: both;
}

.conversation .fluid {
	padding: 0 15px;
}

.conversation .fluid + .fluid {
	border-top: 1px solid #ddd;
}

.conversation .content {
	-ms-flex: 1;
	    flex: 1;
	padding-bottom: 20px;
}

.conversation .content br {
	display: none;
}

.conversation .content h2 {
	font-size: 30px;
	color: #333;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
}

.conversation .content strong {
	font-weight: 500;
	color: #846841;
}

.conversation .content .text {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	font-weight: 300;
}

.conversation .content .text p {
	margin-top: 20px;
}

.conversation .content .text + .text {
	margin-top: 10px;
}

.conversation .btn_link {
	display: block;
	margin-top: 40px;
	font-size: 15px;
	line-height: 42px;
	min-width: 110px;
	height: 44px;
	color: #000;
	border: 1px solid #777;
	background-color: #fff;
	text-align: center;
	padding: 0 20px;
	vertical-align: top;
}

.conversation .img {
	position: relative;
	margin-top: 20px;
	font-size: 0;
	text-align: center;
}

.conversation .img > img {
	width: 100%;
	max-width: 960px;
}

.edu_philoso {
	position: relative;
	padding: 20px 0;
}

.edu_philoso .edu_title {
	text-align: center;
	font-size: 30px;
	color: #042a59;
	position: relative;
	font-weight: 500;
	line-height: 1em;
	padding-bottom: 23px;
	margin: 65px 0 35px 0;
}

.edu_philoso .edu_title:before {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background-color: #042a59;
	left: calc(50% - 25px);
	position: absolute;
	bottom: 0px;
}

.edu_philoso .custom_box {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 0;
}

.edu_philoso .custom_box > h3 {
	font-size: 38px;
	font-weight: 400;
	letter-spacing: -2.5px;
	line-height: 45px;
	text-align: center;
	position: relative;
	display: inline-block;
}

.edu_philoso .custom_box > h3:before {
	content: "";
	display: block;
	position: absolute;
	left: -45px;
	top: 0;
	background-repeat: no-repeat;
	background-image: url(../images/sp_kwu.png);
	background-size: 396px 210px;
	background-position: -345px -43px;
	width: 33px;
	height: 28px;
}

.edu_philoso .custom_box > h3 :after {
	content: "";
	display: block;
	position: absolute;
	right: -45px;
	bottom: 0;
	background-repeat: no-repeat;
	background-image: url(../images/sp_kwu.png);
	background-size: 396px 210px;
	background-position: -45px -121px;
	width: 33px;
	height: 28px;
}

.edu_philoso .custom_box > h3 > span {
	font-weight: 500;
	line-height: inherit;
}

.edu_philoso .custom_box > h3 > span.n {
	color: #042a59;
}

.edu_philoso .custom_box > h3 > span.b {
	color: #846841;
}

.edu_philoso .custom_box > h3 > span.s {
	color: #05548f;
}

.edu_philoso .next_list {
	width: 100%;
	height: auto;
	clear: both;
	margin-bottom: 70px;
	padding: 0px;
}

.edu_philoso .next_list ul {
	font-size: 0;
	width: 100%;
	height: auto;
	padding-top: 25px;
}

.edu_philoso .next_list ul li {
	width: 20%;
	display: inline-block;
	text-align: center;
	font-size: 0;
}

.edu_philoso .next_list ul li .img {
	width: 160px;
	height: 160px;
	display: inline-block;
	position: relative;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
}

.edu_philoso .next_list ul li .img.purple {
	background-color: #733c9a;
}

.edu_philoso .next_list ul li .img.blue {
	background-color: #05548f;
}

.edu_philoso .next_list ul li .img.brown {
	background-color: #b5926f;
}

.edu_philoso .next_list ul li .img.indigo {
	background-color: #635b97;
}

.edu_philoso .next_list ul li .img.gray {
	background-color: #666;
}

.edu_philoso .next_list ul li .img .fa, .edu_philoso .next_list ul li .img .fas, .edu_philoso .next_list ul li .img .far, .edu_philoso .next_list ul li .img .fal, .edu_philoso .next_list ul li .img .fad, .edu_philoso .next_list ul li .img .fab {
	margin-top: 55px;
	font-size: 50px;
	color: #fff;
	vertical-align: top;
}

.edu_philoso .next_list ul li:nth-child(n+2) .img :after {
	content: "";
	display: block;
	width: 207px;
	height: 207px;
	background-image: url(../img/kor/intro/intro_univ_icon6.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: -100%;
	position: absolute;
	top: -25px;
	z-index: -1;
}

.edu_philoso .next_list ul li .top_txt {
	font-size: 24px;
	font-weight: 500;
	margin-top: 16px;
	color: #000;
	line-height: normal;
}

.edu_philoso .next_list ul li .bottom_txt {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	display: block;
	margin-top: 8px;
}

.symbol_page {
	position: relative;
}

.symbol_page .cont_line_title {
	margin-top: 70px;
	margin-bottom: 20px;
}

.symbol_page .symbol_img {
	font-size: 0;
	text-align: center;
}

.symbol_page .symbol_img > img {
	width: 100%;
}

.symbol_page .desc {
	font-size: 16px;
	color: #000;
	line-height: 25px;
	margin-top: 20px;
}

.symbol_page .bcbbox {
	display: -ms-flexbox;
	display: flex;
}

.symbol_page .bcbbox .img {
	min-width: 328px;
	font-size: 0;
}

.symbol_page .bcbbox .info {
	min-width: 0;
	-ms-flex: 1;
	    flex: 1;
	margin-left: 20px;
	padding-top: 17px;
}

.symbol_page .bcbbox .info .name {
	display: block;
	color: #000;
	font-size: 22px;
	font-weight: 500;
}

.symbol_page .bcbbox .info .text {
	margin: 8px 0 0 0;
	color: #666;
	font-size: 15px;
	line-height: 25px;
}

.symbol_page .symbol_flag {
	position: relative;
}

.symbol_page .symbol_flag .img {
	font-size: 0;
}

.symbol_page .symbol_flag .img > img {
	width: 100%;
	max-width: 400px;
}

.symbol_page .symbol_flag .text {
	margin: 8px 0 0 0;
	color: #666;
	font-size: 16px;
	line-height: 25px;
}

.symbol_page .symbol_song {
	width: 100%;
	background-color: #f5f6fa;
	padding: 50px 0 60px 0;
	margin-top: 60px;
	position: relative;
}

.symbol_page .symbol_song .cont_line_title {
	margin: 0;
}

.symbol_page .symbol_song:before {
	content: "";
	display: block;
	position: absolute;
	left: -1000px;
	top: 0;
	width: 1000px;
	height: 100%;
	background-color: #f5f6fa;
}

.symbol_page .symbol_song:after {
	content: "";
	display: block;
	position: absolute;
	right: -1000px;
	top: 0;
	width: 1000px;
	height: 100%;
	background-color: #f5f6fa;
}

.symbol_page .symbol_song .song_wrap {
	display: -ms-flexbox;
	display: flex;
}

.symbol_page .symbol_song .song_wrap > div:nth-child(1) {
	min-width: 576px;
}

.symbol_page .symbol_song .song_wrap > div:nth-child(1) > img {
	width: 100%;
}

.symbol_page .symbol_song .song_wrap > div:nth-child(2) {
	-ms-flex: 1;
	    flex: 1;
	min-width: 0;
	padding: 0 10px 0 60px;
}

.symbol_page .symbol_song .song_wrap > div:nth-child(2) .word {
	font-size: 16px;
	color: #000;
	line-height: 25px;
	letter-spacing: -0.3px;
	margin-top: 20px;
}

.symbol_page .symbol_song .song_wrap > div:nth-child(2) .word > a {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.symbol_page .symbol_song .song_wrap > div:nth-child(2) .word:first-child {
	margin-top: 0;
}

.symbol_page .symbol_song .song_wrap > div:nth-child(2) .word:nth-child(n+2) {
	margin-top: 35px;
}

.symbol_page .symbol_song .song_wrap > div:nth-child(2) .word b {
	font-weight: 500;
}

.org_group {
	width: 100%;
	height: auto;
	position: relative;
	clear: both;
}

.org_group .depth1 > li {
	text-align: center;
	font-size: 0;
	vertical-align: top;
}

.org_group .depth1 > li > .name {
	margin-left: 0px;
}

.org_group .depth1 > li.line2 {
	margin-top: 50px;
}

.org_group .depth1 > li.line3 {
	margin-top: 50px;
}

.org_group .depth1 > li.line3 .name {
	position: absolute;
	left: calc(50% + 367px);
	top: 53px;
}

.org_group .depth1 > li.line4 {
	margin-top: 50px;
}

.org_group .depth2 {
	width: 100%;
	font-size: 0;
	position: relative;
}

.org_group .depth2:before {
	content: "";
	display: block;
	width: 984px;
	height: 1px;
	background-color: #e1e1e1;
	position: absolute;
	top: -25px;
	left: 229px;
}

.org_group .depth2 li {
	display: inline-block;
	vertical-align: top;
}

.org_group .depth2 li:nth-child(n+2) {
	margin-left: 30px;
}

.org_group .depth2 li.col2 {
	width: 460px;
	font-size: 0;
}

.org_group .depth2 li.col2 > .name {
	width: 460px;
}

.org_group .depth2 li.col2 > ol {
	width: calc(50% - 15px);
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0;
}

.org_group .depth2 li.col2 > ol:nth-of-type(n+2) {
	margin-left: 30px;
}

.org_group .depth2 li.col2 > ol li {
	text-align: left;
	vertical-align: top;
}

.org_group .depth2 li.col2 > ol li .name {
	margin-top: 15px;
}

.org_group .depth2_list {
	width: 215px;
	height: auto;
	min-height: 55px;
	box-sizing: border-box;
	border: 1px solid #eceef5;
	padding: 20px;
}

.org_group .depth2_list > span {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	letter-spacing: -0.5px;
	position: relative;
	padding-left: 11px;
	display: block;
	line-height: 1em;
	text-align: left;
}

.org_group .depth2_list > span:nth-child(n+2) {
	margin-top: 12px;
}

.org_group.col2 .depth2_list > span:before {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #115c94;
	position: absolute;
	left: 0;
	top: 7px;
}

.org_group.col2 .depth2_list > span:nth-child(n+2) {
	margin-top: 15px;
}

.org_group.col2 .depth2_list > span.sub {
	margin-top: 8px !important;
}

.org_group.col2 .depth2_list > span.sub:before {
	display: none;
}

.org_group .border_line1 .name:before {
	left: 50%;
	top: 0;
	width: 1px;
	height: 210px;
}

.org_group .border_line2 .name:before {
	width: 252px;
	top: 50%;
	left: -252px;
	height: 1px;
}

.org_group .border_line3 .name:before {
	height: 25px;
	width: 1px;
	top: -25px;
	left: calc(50% - 1px);
}

.org_group .border_line3:nth-child(n+2) .name:before {
	left: calc(50% + 2px);
}

.org_group .depth1 .name {
	width: 215px;
	height: 55px;
	display: inline-block;
	line-height: 55px;
	color: #fff;
	font-size: 16px;
	background-color: #042a59;
	text-align: center;
	position: relative;
}

.org_group .depth1 .name.border_set:before {
	content: "";
	display: block;
	position: absolute;
	background-color: #e1e1e1;
	z-index: -1;
}

.org_group .depth1 .name.blue {
	background-color: #05548f;
}

.org_group .depth1 .name.aqua {
	background-color: #3180b9;
}

.org_group .depth1 .name.gray {
	background-color: #a1acb8;
}

.org_group .depth1 .name.gray2 {
	background-color: #eceef5;
	color: #000;
}

.org_group .watermark {
	font-size: 85px;
	font-weight: 500;
	color: #f5f5f5;
	letter-spacing: -3px;
	position: absolute;
	right: 0;
	bottom: 0px;
	text-align: right;
	line-height: 85px;
}

.academy_info .cont_line_title {
	margin-top: 70px;
}

.academy_info .desc {
	font-size: 16px;
	color: #272727;
}

.academy_info .license_box {
	position: relative;
}

.academy_info .license_box .lic {
	position: relative;
	padding: 35px 30px 35px 145px;
	border: 1px solid #dddee2;
}

.academy_info .license_box .lic .fa, .academy_info .license_box .lic .fas, .academy_info .license_box .lic .far, .academy_info .license_box .lic .fal, .academy_info .license_box .lic .fad, .academy_info .license_box .lic .fab {
	position: absolute;
	left: 30px;
	top: 35px;
	font-size: 45px;
	color: #333;
}

.academy_info .license_box .lic h4 {
	margin: 0 0 10px 0;
	border: none;
	font-size: 21px;
	border: none;
	padding: 0;
	color: #733c9a;
}

.academy_info .license_box .lic .ct_txt {
	display: block;
	font-size: 16px;
	color: #272727;
}

.academy_info .license_box .lic + .lic {
	margin-top: 20px;
}

.history_box {
	position: relative;
	padding-top: 70px;
}

.history_box .history_row {
	position: relative;
	padding: 10px 0;
}

.history_box .history_row .year {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 40px;
	color: #733c9a;
	background: none;
	height: auto;
}

.history_box .history_row dl {
	margin-left: 180px;
	padding: 0 0 20px 0;
}

.history_box .history_row dl:after {
	content: '';
	display: block;
	clear: both;
}

.history_box .history_row dl:last-child {
	padding-bottom: 0;
}

.history_box .history_row dl dt,
.history_box .history_row dl dd {
	font-size: 17px;
}

.history_box .history_row dl dt {
	float: left;
	padding: 0;
	margin: 0;
	width: 80px;
	font-weight: 500;
	color: #999;
}

.history_box .history_row dl dd {
	float: left;
	padding: 0;
	margin: 0;
	width: calc(100% - 80px);
	font-weight: 300;
}

.history_box .history_row dl dd b {
	font-weight: 500;
	color: #733c9a;
}

.history_box .history_row h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 18px;
	color: #101010;
	font-weight: 400;
	line-height: normal;
	border: none;
}

.history_box .history_row + .history_row {
	border-top: 1px solid #dadada;
	margin-top: 30px;
	padding-top: 50px;
}

.history_box .history_row + .history_row .year {
	top: 37px;
}

.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: 396px 210px;
	background-position: -196px 0px;
	width: 200px;
	height: 41px;
}

.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;
}

.board_search .btn_search {
	background: #70559d;
}

.board_search .btn_write {
	border: 1px solid #70559d;
	background: #70559d;
}

.thumb_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-right: -20px;
}

.thumb_list:after {
	content: '';
	display: block;
	clear: both;
}

.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 .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%;
	transition: all 1s ease;
}

.thumb_list li .inner .thumb .mask {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #733c9a;
	font-size: 50px;
	color: #fff;
	transition: all .5s ease;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

.thumb_list li .inner .thumb:hover img {
	transform: scale(1.1) translate(-2.5%);
}

.thumb_list li .inner .thumb:hover .mask {
	opacity: .8;
}

.thumb_list li .inner .info {
	margin-top: 10px;
	margin-bottom: 15px;
}

.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: -ms-flexbox;
	display: flex;
}

.thumb_list li .inner .btn_area .btn_more {
	display: block;
	-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: #733c9a;
	border-color: #733c9a;
	color: #fff;
}

.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;
}

.thumb_list li .inner .btn_area .btn_more + .btn_more {
	margin-left: 10px;
}

.paginate a.on {
	background-color: #70559d;
	border: 1px solid #70559d;
}

/* common */
.cont_line_title {
	position: relative;
	margin: 0 0 40px;
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: 500;
	color: #042a59;
	letter-spacing: -1px;
	border-bottom: none;
}

.cont_line_title:before {
	content: '';
	display: block;
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 1px;
	background: #042a59;
}

.cont_desc {
	margin-top: 25px;
	margin-bottom: 40px;
	font-size: 17px;
	color: #101010;
	line-height: 28px;
}

.cont_desc span {
	color: #733c9a;
}

.cont_exclam {
	position: relative;
	margin-top: 10px;
	color: #977649;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}

.cont_exclam .fa, .cont_exclam .fas, .cont_exclam .far, .cont_exclam .fal, .cont_exclam .fad, .cont_exclam .fab {
	margin-top: 3px;
	margin-right: 4px;
	font-size: 20px;
	color: #977649;
	vertical-align: top;
}

.list_dl {
	margin-bottom: 50px;
}

.list_dl dt,
.list_dl dd {
	color: #666;
	line-height: 22px;
}

.list_dl dt {
	margin-top: 40px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: normal;
	color: #333;
}

.list_dl dt:first-child {
	margin-top: 0;
}

.list_dl dd {
	font-size: 16px;
}

.list_dot {
	width: calc(100% - 10px);
	padding-left: 10px;
}

.list_dot > li {
	position: relative;
	padding-left: 8px;
	color: #666;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
}

.list_dot > li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 3px;
	height: 3px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #666;
}

.list_dot > li + li {
	margin-top: 6px;
}

.list_dot > li.no:before {
	background: none;
}

.schematic_1 {
	position: relative;
}

.schematic_1 .box {
	position: relative;
}

.schematic_1 .box h4 {
	margin: 0;
	padding: 20px;
	background: #444;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	border: none;
}

.schematic_1 .box h4.purple {
	background: #635b97;
}

.schematic_1 .box h4.blue {
	background: #05548f;
}

.schematic_1 .box h4.orange {
	background: #f38d0d;
}

.schematic_1 .box h4.skyblue {
	background-color: #3897d8;
}

.schematic_1 .box h4.navy {
	background-color: #032a58;
}

.schematic_1 .box h4.gold {
	background-color: #977649;
}

.schematic_1 .box p {
	padding: 28px;
	background: #f5f6f9;
	text-align: center;
	font-size: 18px;
	color: #272727;
}

.schematic_1 .box p b {
	display: block;
	margin-top: 10px;
}

.schematic_1 .box p.dark {
	background-color: #444;
	color: #fff;
}

.schematic_1 .box ul {
	padding: 28px;
	background: #f5f6f9;
}

.schematic_1 .box ul li {
	position: relative;
	padding-left: 10px;
	font-size: 16px;
	color: #272727;
}

.schematic_1 .box ul li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 3px;
	height: 3px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #999;
}

.schematic_1 .box ul li + li {
	margin-top: 10px;
}

.schematic_1 .box ul li.last {
	margin-top: 20px;
	padding: 14px 14px;
	background-color: #444;
	color: #fff;
	text-align: center;
}

.schematic_1 .box ul li.last:before {
	content: '';
	display: block;
	position: absolute;
	background: none;
}

.schematic_1 .box .group {
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
}

.schematic_1 .box .group p,
.schematic_1 .box .group ul {
	-ms-flex: 1;
	    flex: 1;
}

.schematic_1 .box .group p + p,
.schematic_1 .box .group p + ul,
.schematic_1 .box .group ul + p,
.schematic_1 .box .group ul + ul {
	margin-left: 10px;
}

.schematic_1 .box + .box {
	margin-top: 30px;
}

.schematic_2 {
	position: relative;
}

.schematic_2 .box {
	position: relative;
}

.schematic_2 .box h4 {
	margin: 0;
	padding: 20px;
	background: #444;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	border: none;
}

.schematic_2 .box h4.purple {
	background: #635b97;
}

.schematic_2 .box h4.blue {
	background: #05548f;
}

.schematic_2 .box h4.orange {
	background: #f38d0d;
}

.schematic_2 .box h4.skyblue {
	background-color: #3897d8;
}

.schematic_2 .box h4.navy {
	background-color: #032a58;
}

.schematic_2 .box h4.gold {
	background-color: #977649;
}

.schematic_2 .box p {
	display: -ms-flexbox;
	display: flex;
	height: 108px;
	padding: 20px 20px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #272727;
	border: 10px solid #f6f7f9;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

.schematic_2 .box p b {
	display: block;
	margin-top: 10px;
}

.schematic_2 .box .group {
	display: -ms-flexbox;
	display: flex;
	margin: 10px -5px 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.schematic_2 .box .group .col {
	width: 33.3333%;
	padding: 0 5px;
}

.schematic_2 .box .group .col ul li {
	position: relative;
	height: 64px;
	padding: 20px 120px 20px 30px;
	font-size: 16px;
	line-height: 24px;
	color: #272727;
	background: #f6f7f9;
}

.schematic_2 .box .group .col ul li:before {
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	top: 30px;
	width: 3px;
	height: 3px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #999;
}

.schematic_2 .box .group .col ul li + li {
	margin-top: 6px;
}

.schematic_2 .box .group .col ul li span {
	display: block;
	position: absolute;
	right: 20px;
	top: 18px;
	color: #999;
}

.schematic_2 .box + .box {
	margin-top: 30px;
}

.schematic_1 + .cont_line_title,
.schematic_2 + .cont_line_title {
	margin-top: 70px;
}

.circle_Box {
	position: relative;
	margin-top: 35px;
	margin-bottom: 70px;
}

.circle_Box .flex_box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.circle_Box .box_inner {
	position: relative;
	width: 33.3333%;
	min-width: 0;
	padding: 0 20px;
}

.circle_Box .box_inner .tit_txt {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.circle_Box .box_inner .tit_txt.blue {
	color: #062b5b;
}

.circle_Box .box_inner .tit_txt.brown {
	color: #b69371;
}

.circle_Box .box_inner .tit_txt.purple {
	color: #733c9a;
}

.circle_Box .box_inner .sub_txt {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 1em;
	display: block;
	margin-top: 10px;
	text-align: center;
}

.circle_Box .box_inner .circles,
.circle_Box .box_inner .info {
	position: relative;
	width: 345px;
	margin: 20px auto 0;
}

.circle_Box .box_inner .circles:after,
.circle_Box .box_inner .info:after {
	content: '';
	display: block;
	clear: both;
}

.circle_Box .box_inner .circles .circle {
	position: relative;
}

.circle_Box .box_inner .circles .circle:after {
	content: '';
	display: block;
	clear: both;
}

.circle_Box .box_inner .circles .circle span {
	display: block;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	float: left;
	padding-top: 65px;
}

.circle_Box .box_inner .circles .circle span:nth-child(n+2) {
	margin-left: -15px;
}

.circle_Box .box_inner .circles .circle span em {
	font-size: 17px;
	color: #fff;
	letter-spacing: -0.4px;
	line-height: 22px;
	display: block;
	text-align: center;
	font-style: normal;
}

.circle_Box .box_inner .circles .circle span.blue {
	background-color: rgba(4, 42, 89, 0.9);
}

.circle_Box .box_inner .circles .circle span.brown {
	background-color: rgba(181, 146, 111, 0.9);
}

.circle_Box .box_inner .circles .circle span.purple {
	background-color: rgba(115, 60, 154, 0.9);
}

.circle_Box .box_inner .info {
	display: -ms-flexbox;
	display: flex;
}

.circle_Box .box_inner .info dl {
	-ms-flex: 1;
	    flex: 1;
	padding: 20px 15px;
	border: 1px solid #ddd;
	border-radius: 15px;
}

.circle_Box .box_inner .info dl + dl {
	margin-left: 8px;
}

.circle_Box .box_inner .info dl dt,
.circle_Box .box_inner .info dl dd {
	color: #666;
	line-height: 22px;
}

.circle_Box .box_inner .info dl dt {
	margin-top: 24px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	text-align: center;
}

.circle_Box .box_inner .info dl dt.blue {
	color: rgba(4, 42, 89, 0.9);
}

.circle_Box .box_inner .info dl dt.brown {
	color: rgba(181, 146, 111, 0.9);
}

.circle_Box .box_inner .info dl dt.purple {
	color: #733c9a;
}

.circle_Box .box_inner .info dl dt:first-child {
	margin-top: 0;
}

.circle_Box .box_inner .info dl dd {
	font-size: 16px;
}

.circle_Box .box_inner .info dl dd ul > li {
	position: relative;
	padding-left: 8px;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}

.circle_Box .box_inner .info dl dd ul > li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 3px;
	height: 3px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #666;
}

.circle_Box .box_inner .info dl dd ul > li + li {
	margin-top: 4px;
}

.circle_Box .box_inner .arrow {
	position: absolute;
	right: -34px;
	top: 76px;
	font-size: 70px;
	color: #ddd;
}

.circle_Box .box_bar {
	clear: both;
	padding: 20px;
	background-color: #635b97;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 25px;
	text-align: center;
}

.next_list {
	width: 100%;
	height: auto;
	clear: both;
}

.next_list ul {
	font-size: 0;
	width: 100%;
	height: auto;
}

.next_list ul li {
	display: inline-block;
	width: 25%;
	position: relative;
	margin-bottom: 40px;
	text-align: center;
	font-size: 0;
	vertical-align: top;
}

.next_list ul li .arrow {
	display: none;
	position: absolute;
	left: 0;
	top: 45px;
	margin-left: -17px;
	font-size: 40px;
	color: #05548f;
}

.next_list ul li:nth-child(n+2) .arrow {
	display: block;
}

.next_list ul li .top_img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #f1f2f7;
	display: inline-block;
	position: relative;
}

.next_list ul li .top_img .num {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15px;
	font-weight: 600;
	background-color: #753e9c;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
}

.next_list ul li .top_img .fa, .next_list ul li .top_img .fas, .next_list ul li .top_img .far, .next_list ul li .top_img .fal, .next_list ul li .top_img .fad, .next_list ul li .top_img .fab, .next_list ul li .top_img .fas {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -19px;
	font-size: 50px;
	color: #333;
}

.next_list ul li .bottom_txt {
	width: 100%;
	display: block;
	margin-top: 12px;
	font-size: 16px;
	line-height: 26px;
}

.next_list ul li .bottom_txt b {
	font-size: 16px;
	color: #000;
	font-weight: 400;
}

.object_list ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.object_list ul li {
	width: 33.3333%;
	padding: 30px 30px;
}

.object_list ul li .inner {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 240px;
	height: 240px;
	margin: 0 auto;
	padding: 30px 30px;
	border-radius: 30px;
	background-color: #f5f6f9;
	border: 1px solid #e8ebf3;
	-ms-flex-pack: center;
	    justify-content: center;
}

.object_list ul li .inner .text {
	display: block;
	font-size: 22px;
	color: #042a59;
	line-height: 27px;
}

.object_list ul li .inner .fal {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 55px;
	color: #dce0ea;
}

.list_nodot {
	width: calc(100% - 10px);
	padding-left: 10px;
}

.list_nodot > li {
	position: relative;
	padding-left: 8px;
	color: #666;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
}

.list_nodot > li + li {
	margin-top: 6px;
}

.box_type1 {
	border: 1px solid #ccc;
	padding: 20px;
}

/* 예/결산 템플릿 테이블 */
.budgetTable {
	width: 100%;
	border-top: none !important;
}

.budgetTable th {
	border: none;
	width: 20%;
}

.budgetTable tr {
	height: 28px;
}

.budgetTable th i {
	color: #635b97;
}

.budgetTable th {
	font-size: 20px;
	text-align: left;
}

.budgetTable td {
	border-bottom: none !important;
	padding: 8px !important;
}

header {
	position: relative;
	box-sizing: border-box;
}

header .header {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	padding: 20px 20px;
	box-sizing: border-box;
	/*.header .title{position:absolute;right:0px;top:65px;}*/
}

header .header h1 {
	display: block;
	width: 260px;
	padding-top: 44px;
	margin: 0 auto;
}

header .header .title {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	margin-top: 40px;
}

header .header .title h3 {
	font-size: 50px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #000;
}

header .header .title h4 {
	font-size: 30px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #000;
}

header .header .title .title_img {
	position: absolute;
	right: 170px;
	top: 50px;
	display: none;
}

.wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 50;
	background-color: transparent;
}

.wrap section {
	display: block;
	padding: 0px 10px 0px 10px;
}

.wrap section .side_banner {
	width: 100%;
}

.wrap section .side_banner .clearfix {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.wrap section .side_banner .clearfix li {
	display: -ms-flexbox;
	display: flex;
	height: 211px;
	width: 33%;
	margin-bottom: 0px;
}

.wrap section .side_banner .clearfix li a {
	width: 100%;
	display: block;
}

.wrap section .side_banner .clearfix li a span {
	font-size: 18px;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	    flex-flow: column;
	padding: 16px 20px;
}

.wrap section .side_banner .clearfix li a .text strong {
	font-size: 22px;
	color: #fff000;
}

.wrap section .side_banner .clearfix li a img {
	width: 24px;
	height: 8px;
}

.wrap section .content {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	margin-top: 20px;
}

.wrap section .content .box_01 {
	width: 100%;
	background: url("../intro/box01_bg.png") no-repeat #2e196b;
}

.wrap section .content .box_01 .title {
	width: 100%;
	background: url("../intro/content_title_bg.png") no-repeat;
	background-size: cover;
	font-size: 28px;
	color: #fff;
	text-align: center;
	padding: 18px 0px;
}

.wrap section .content .box_01 .cont_area {
	display: -ms-flexbox;
	display: flex;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.wrap section .content .box_01 .cont_area .cont {
	float: left;
	width: 100%;
}

.wrap section .content .box_01 .cont_area .cont .cont_title::before {
	content: '';
	width: 12px;
	height: 12px;
	background: url("../intro/box01_icon.png") left center no-repeat;
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}

.wrap section .content .box_01 .cont_area .cont .cont_title {
	color: #b49aff;
	font-size: 24px;
	font-weight: bold;
}

.wrap section .content .box_01 .cont_area .cont .text {
	margin-top: 23px;
}

.wrap section .content .box_01 .cont_area .cont .text div {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.wrap section .content .box_01 .cont_area .cont .text div h3 {
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 30%;
	padding: 10px 0px;
}

.wrap section .content .box_01 .cont_area .cont .text div span {
	color: #fff;
	font-size: 18px;
	padding: 10px 0px 10px 18px;
}

.wrap section .content .box_01 .cont_area .cont .text div:nth-child(2) {
	-ms-flex-direction: column;
	    flex-direction: column;
	margin: 20px 0px;
}

.wrap section .content .box_01 .cont_area .cont .text div:nth-child(2) span {
	width: 100%;
	font-size: 17px;
	padding: 3px;
}

.wrap section .content .box_01 .cont_area .cont .text div:nth-child(3) {
	margin-bottom: 10px;
}

.wrap section .content .box_01 .cont_area .right_cont {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.wrap section .content .box_01 .cont_area .right_cont ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.wrap section .content .box_01 .cont_area .right_cont ul li {
	width: 100%;
	text-align: center;
	border: 1px solid #fff;
	-ms-flex-align: center;
	    -ms-grid-row-align: center;
	    align-items: center;
	font-size: 18px;
	margin-bottom: 10px;
}

.wrap section .content .box_01 .cont_area .right_cont ul li a {
	color: #fff;
	padding: 20px 0px;
	display: block;
	background-color: rgba(31, 17, 68, 0.5);
}

.wrap section .content .box_01 .cont_area .right_cont ul .active a {
	background-color: #960097;
}

.wrap section .content .box_01 .box01_btn {
	margin-top: 40px;
}

.wrap section .content .box_01 .box01_btn ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.wrap section .content .box_01 .box01_btn ul li {
	width: 100%;
	text-align: center;
}

.wrap section .content .box_01 .box01_btn ul li a {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 27px 0px;
	display: block;
}

.wrap section .content .box_01 .box01_btn ul li:nth-child(1) {
	background-color: #150938;
}

.wrap section .content .box_01 .box01_btn ul li:nth-child(2) {
	background-color: #231059;
}

.wrap section .content .box_01 .box01_btn ul li:nth-child(2) strong {
	color: #9988cc;
}

.wrap section .content .box_02 {
	margin-top: 30px;
	width: 100%;
	background: url("../intro/box02_bg.png") no-repeat #103870;
}

.wrap section .content .box_02 .title {
	width: 100%;
	background: url("../intro/content_title_bg2.png") no-repeat;
	background-size: cover;
	font-size: 28px;
	color: #fff;
	text-align: center;
	padding: 18px 0px;
}

.wrap section .content .box_02 .cont_area {
	display: -ms-flexbox;
	display: flex;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.wrap section .content .box_02 .cont_area .cont {
	float: left;
	width: 100%;
}

.wrap section .content .box_02 .cont_area .cont .cont_title::before {
	content: '';
	width: 12px;
	height: 12px;
	background: url("../intro/box01_icon.png") left center no-repeat;
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}

.wrap section .content .box_02 .cont_area .cont .cont_title {
	color: #b49aff;
	font-size: 24px;
	font-weight: bold;
}

.wrap section .content .box_02 .cont_area .cont .text {
	margin-top: 23px;
}

.wrap section .content .box_02 .cont_area .cont .text div {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.wrap section .content .box_02 .cont_area .cont .text div h3 {
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 30%;
	padding: 10px 0px;
}

.wrap section .content .box_02 .cont_area .cont .text div span {
	color: #fff;
	font-size: 18px;
	padding: 10px 0px 10px 18px;
}

.wrap section .content .box_02 .cont_area .cont .text div:nth-child(3), .wrap section .content .box_02 .cont_area .cont .text div:nth-child(6) {
	-ms-flex-direction: column;
	    flex-direction: column;
	margin: 20px 0px;
}

.wrap section .content .box_02 .cont_area .cont .text div:nth-child(3) span, .wrap section .content .box_02 .cont_area .cont .text div:nth-child(6) span {
	width: 100%;
	font-size: 17px;
	padding: 3px;
}

.wrap section .content .box_02 .cont_area .cont .text div:nth-child(3) {
	margin-bottom: 10px;
}

.wrap section .content .box_02 .cont_area .cont .text div:nth-child(1), .wrap section .content .box_02 .cont_area .cont .text div:nth-child(4) {
	margin-bottom: 10px;
}

.wrap section .content .box_02 .cont_area .right_cont {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.wrap section .content .box_02 .cont_area .right_cont ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.wrap section .content .box_02 .cont_area .right_cont ul li {
	width: 100%;
	text-align: center;
	border: 1px solid #fff;
	-ms-flex-align: center;
	    -ms-grid-row-align: center;
	    align-items: center;
	font-size: 18px;
	margin-bottom: 10px;
}

.wrap section .content .box_02 .cont_area .right_cont ul li a {
	color: #fff;
	padding: 20px 0px;
	display: block;
	background-color: rgba(7, 50, 85, 0.5);
}

.wrap section .content .box_02 .cont_area .right_cont ul .active a {
	background-color: #e3792f;
}

.wrap section .content .box_02 .box02_btn {
	margin-top: 40px;
}

.wrap section .content .box_02 .box02_btn ul {
	display: -ms-flexbox;
	display: flex;
}

.wrap section .content .box_02 .box02_btn ul li {
	width: 100%;
	text-align: center;
	background-color: #062e59;
}

.wrap section .content .box_02 .box02_btn ul li a {
	color: #fff;
	display: block;
	padding: 27px 0px;
	font-size: 22px;
	font-weight: bold;
}

.wrap section .right_banner {
	width: 100%;
}

.wrap section .right_banner .clearfix {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.wrap section .right_banner .clearfix .active a {
	background-color: #361f79;
	color: #fff;
}

.wrap section .right_banner .clearfix li {
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 20px;
	height: 271px;
}

.wrap section .right_banner .clearfix li a {
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
}

.wrap section .right_banner .clearfix li a span {
	font-size: 18px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	    flex-flow: column;
	margin-top: 90px;
	margin-left: 0px;
	text-align: center;
}

.wrap footer .ft_wrap {
	width: 100%;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.wrap footer .ft_wrap h3 {
	width: 100%;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}

.wrap footer .ft_wrap span {
	margin: 15px 0px;
	width: 100%;
	color: #fff;
	font-size: 17px;
}

.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.navy > span {
	color: #fff;
}

.btn_ui.navy:hover {
	border-color: #3897d9;
	background: #3897d9;
}

.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 all and (max-width: 1240px) {
	.circle_Box .box_inner {
		width: 50%;
	}
	.circle_Box .box_inner .arrow {
		display: none;
	}
	.circle_Box .box_inner:last-child {
		width: 100%;
		padding-top: 40px;
	}
	.schematic_2 .box .group .col {
		width: 50%;
	}
	.schematic_2 .box .group .col:last-child {
		width: 100%;
	}
}

@media all and (max-width: 1024px) {
	.object_list ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.object_list ul li {
		width: 50%;
		padding: 20px 20px;
	}
	.object_list ul li .inner {
		width: 200px;
		height: 200px;
		padding: 30px 30px;
	}
	.object_list ul li .inner .text {
		font-size: 22px;
		line-height: 27px;
	}
	.object_list ul li .inner .fal {
		font-size: 55px;
	}
	.next_list ul li {
		width: 33.3333%;
	}
	.next_list ul li .arrow {
		display: none !important;
	}
	.edu_philoso .next_list ul li {
		width: 33.3333%;
	}
}

@media all and (max-width: 768px) {
	.cont_line_title {
		margin-bottom: 20px;
		font-size: 25px;
	}
	.cont_desc {
		font-size: 15px;
		line-height: 24px;
	}
	.cont_exclam {
		font-size: 15px;
	}
	.list_dl dt {
		font-size: 15px;
	}
	.list_dot > li {
		font-size: 15px;
	}
	.object_list ul li {
		padding: 5px 5px;
	}
	.object_list ul li .inner {
		width: 156px;
		height: 156px;
		padding: 20px 20px;
	}
	.object_list ul li .inner .text {
		font-size: 16px;
		line-height: 22px;
	}
	.object_list ul li .inner .fal {
		font-size: 45px;
	}
	.circle_Box .box_inner {
		width: 100%;
		padding-bottom: 40px;
	}
	.circle_Box .box_inner:last-child {
		padding-top: 0;
	}
	.next_list ul li {
		width: 50%;
		margin-bottom: 30px;
	}
	.next_list ul li .bottom_txt {
		margin-top: 0;
	}
	.edu_philoso .edu_title {
		margin: 40px 0;
		font-size: 25px;
	}
	.edu_philoso .custom_box > h3 {
		font-size: 28px;
		line-height: 38px;
	}
	.edu_philoso .next_list ul li {
		width: 50%;
		margin-bottom: 20px;
	}
	.edu_philoso .next_list ul li .top_txt {
		font-size: 20px;
	}
	.edu_philoso .next_list ul li .bottom_txt {
		font-size: 15px;
		line-height: 22px;
	}
	.schematic_1 .box h4 {
		padding: 12px 12px;
		font-size: 18px;
	}
	.schematic_1 .box p {
		padding: 16px 16px;
		font-size: 15px;
	}
	.schematic_1 .box ul {
		padding: 16px 16px;
	}
	.schematic_1 .box ul li {
		font-size: 15px;
	}
	.schematic_2 .box .group .col {
		width: 100%;
	}
}

@media all and (max-width: 320px) {
	.cont_line_title {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.cont_desc {
		font-size: 13px;
		line-height: 22px;
	}
	.cont_exclam {
		font-size: 13px;
	}
	.object_list ul li .inner {
		width: 126px;
		height: 126px;
		padding: 16px 16px;
	}
	.object_list ul li .inner .text {
		font-size: 14px;
		line-height: 20px;
	}
	.object_list ul li .inner .fal {
		font-size: 25px;
	}
	.circle_Box .box_inner {
		padding: 0 0 20px 0;
	}
	.circle_Box .box_inner .circles,
	.circle_Box .box_inner .info {
		width: 100%;
		margin: 0;
	}
	.circle_Box .box_inner .circles .circle {
		margin-bottom: 10px;
	}
	.circle_Box .box_inner .circles .circle span {
		float: none;
		margin: 0 auto !important;
	}
	.next_list ul li {
		width: 50%;
		margin-bottom: 20px;
	}
	.next_list ul li .top_img {
		width: 120px;
		height: 120px;
	}
	.edu_philoso .edu_title {
		margin: 20px 0;
	}
	.edu_philoso .next_list ul li .img {
		width: 120px;
		height: 120px;
	}
	.edu_philoso .next_list ul li .img .fal,
	.edu_philoso .next_list ul li .img .fas {
		margin-top: 42px;
		font-size: 35px;
	}
	.edu_philoso .next_list ul li .bottom_txt {
		margin-top: 0;
	}
}

@media all and (min-width: 1024px) {
	.popupArea {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background-image: url(../images/main/popup.png);
		background-color: rgba(98, 40, 39, 0.9);
		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: 960px;
		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;
	}
	#all_menu {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #f5f5f5;
		z-index: 1000;
	}
	#all_menu .top_wrap {
		width: 100%;
		height: 107px;
		position: relative;
	}
	#all_menu .top_wrap .logo {
		position: absolute;
		top: 50%;
		left: 40px;
		margin-top: -16px;
	}
	#all_menu .top_wrap .logo > a {
		display: block;
		background-image: url(../images/sp_kwu.png);
		background-size: 396px 210px;
		background-position: -196px 0px;
		width: 200px;
		height: 41px;
	}
	#all_menu .top_wrap #header h1 a {
		display: block;
	}
	#all_menu .top_wrap .btn_close_allmenu {
		width: 38px;
		height: 38px;
		position: absolute;
		top: 40px;
		right: 45px;
		font-size: 38px;
		text-align: center;
	}
	#all_menu .swiper-container {
		width: 100%;
		height: 100%;
		max-height: 65%;
		min-height: 65%;
		max-width: 960px;
		margin: 0 auto;
	}
	#all_menu .swiper-slide {
		font-size: 18px;
		height: auto;
		box-sizing: border-box;
		padding: 0 30px 0 0;
	}
	#all_menu .swiper-scrollbar {
		width: 8px;
	}
	#all_menu .depth1 > li {
		width: 100%;
		padding: 40px 0;
		border-bottom: 1px solid #dbdbdb;
		font-size: 0;
		line-height: normal;
		box-sizing: border-box;
	}
	#all_menu .depth1 > li > a {
		display: inline-block;
		width: 20%;
		padding-left: 4.5%;
		font-size: 22px;
		font-weight: bold;
		vertical-align: top;
		box-sizing: border-box;
	}
	#all_menu .depth1 > li .depth2 {
		display: inline-block;
		width: 80%;
		margin-top: 5px;
	}
	#all_menu .depth1 > li .depth2 > li {
		display: inline-block;
		width: calc(100% / 4);
		vertical-align: top;
		line-height: 20px;
	}
	#all_menu .depth1 > li .depth2 > li a {
		display: block;
	}
	#all_menu .depth1 > li .depth2 > li a > span {
		display: block;
		font-size: 16px;
		font-weight: 400;
		color: #000;
	}
	#all_menu .depth1 > li .depth2 > li a:hover > span {
		color: #542777;
	}
	#all_menu .depth1 > li .depth2 > li .depth3 {
		display: block;
		width: 100%;
	}
	#all_menu .depth1 > li .depth2 > li .depth3 > li {
		display: block;
		width: 100%;
		margin-top: 11px;
	}
	#all_menu .depth1 > li .depth2 > li .depth3 > li a > span {
		display: block;
		font-size: 14px;
		font-weight: 300;
		color: #101010;
	}
	#all_menu .depth1 > li .depth2 > li .depth3 > li a:hover > span {
		color: #542777;
	}
	#header {
		z-index: 100;
	}
	#header .inner_wrap {
		overflow: unset;
		max-width: initial;
		height: 80px;
		margin: 0 auto;
	}
	#header .top_wrap {
		display: block;
		position: relative;
		background-color: #542777;
	}
	#header .top_wrap .inner_wrap {
		height: 50px;
	}
	#header .top_wrap .top_menu.left {
		float: left;
		display: -ms-flexbox;
		display: flex;
	}
	#header .top_wrap .top_menu.left li {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-flex-align: center;
		    align-items: center;
		margin-top: 5px;
		padding: 0 15px;
		height: 45px;
	}
	#header .top_wrap .top_menu.left li a {
		font-weight: 500;
		color: #ffffff;
	}
	#header .top_wrap .top_menu.left li.active {
		background-color: #fff;
	}
	#header .top_wrap .top_menu.left li.active a {
		color: #542777 !important;
	}
	#header .top_wrap .top_menu.right {
		float: right;
	}
	#header .top_wrap .top_menu.right > li {
		float: left;
	}
	#header .top_wrap .top_menu.right > li:first-child a {
		padding-left: 0;
	}
	#header .top_wrap .top_menu.right > li a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: center;
		    justify-content: center;
		height: 50px;
		font-size: 13px;
		color: #fff;
		line-height: 50px;
		font-weight: 400;
	}
	#header .top_wrap .top_menu.right > li a img {
		margin-right: 10px;
	}
	#header .top_wrap .top_menu.right > li.line {
		width: 30px;
		height: 50px;
		position: relative;
	}
	#header .top_wrap .top_menu.right > li.line:after {
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 1px;
		height: 10px;
		background-color: #fff;
	}
	#header .top_wrap .top_sns {
		float: right;
		margin-right: 20px;
	}
	#header .top_wrap .top_sns > li {
		float: left;
	}
	#header .top_wrap .top_sns > li + li {
		margin-left: 6px;
	}
	#header .top_wrap .top_sns > li a {
		display: block;
		width: 40px;
		height: 50px;
		font-size: 20px;
		color: #999;
		line-height: 50px;
		text-align: center;
		opacity: .7;
	}
	#header .top_wrap .top_sns > li a .fab {
		margin-top: 9px;
		vertical-align: top;
	}
	#header .top_wrap .top_sns > li a .ico {
		display: inline-block;
		margin-top: 7px;
		vertical-align: top;
	}
	#header .top_wrap .top_sns > li a .ico.ico_kakao {
		background-image: url(../images/sp_kwu.png);
		background-size: 396px 210px;
		background-position: -140px -121px;
		width: 21px;
		height: 24px;
	}
	#header .top_wrap .top_sns > li a .ico.ico_blog {
		background-image: url(../images/sp_kwu.png);
		background-size: 396px 210px;
		background-position: -163px -121px;
		width: 21px;
		height: 24px;
	}
	#header .top_wrap .top_sns > li a:hover {
		opacity: 1;
	}
	#header .logo {
		position: absolute;
		left: 0;
		top: 19px;
		z-index: 300;
		margin: 0;
	}
	#header .logo > a .logo_img {
		background-image: url(../images/sp_kwu.png);
		background-size: 396px 210px;
		background-position: -196px 0px;
		width: 200px;
		height: 41px;
	}
	#header .logo > a .logo_txt {
		margin: 5px 0 0 8px;
		font-size: 20px;
	}
	#header #gnb .btn_search,
	#header #gnb .btn_all {
		top: 14px;
		width: 30px;
		height: 30px;
		z-index: 300;
	}
	#header #gnb .btn_search .fal,
	#header #gnb .btn_search .far,
	#header #gnb .btn_all .fal,
	#header #gnb .btn_all .far {
		margin-top: 15px;
		font-size: 22px;
		vertical-align: top;
	}
	#header #gnb .btn_search {
		right: 60px;
	}
	#header #gnb .btn_all {
		right: 0;
		left: auto;
	}
	#header #gnb .btn_all .icon {
		width: 30px;
		height: 21px;
		margin-top: 15px;
	}
	#header #gnb .btn_all .icon > i {
		height: 3px;
	}
	#header #gnb .btn_all .icon > i:nth-of-type(1) {
		top: 0;
	}
	#header #gnb .btn_all .icon > i:nth-of-type(2) {
		top: 9px;
	}
	#header #gnb .btn_all .icon > i:nth-of-type(3) {
		top: 18px;
	}
	#header #gnb .btn_side_close {
		display: none;
	}
	#header #gnb .gnb_set {
		transform: translate(0);
	}
	#header #gnb #nav {
		position: static;
		height: 80px !important;
		margin-right: 30px;
		float: right;
		width: 65%;
		display: block;
	}
	#header #gnb #nav .nav_top {
		display: none;
	}
	#header #gnb #nav .nav_menu {
		overflow: visible;
		padding: 0;
		float: right;
		width: 100%;
		display: -ms-flexbox;
		display: flex;
	}
	#header #gnb #nav .nav_menu > li {
		position: relative;
		float: left;
		-ms-flex: 1;
		    flex: 1;
	}
	#header #gnb #nav .nav_menu > li.on a span {
		color: #542777;
	}
	#header #gnb #nav .nav_menu > li.on a:after {
		width: 100%;
	}
	#header #gnb #nav .nav_menu > li > a {
		position: relative;
		width: 100%;
		text-align: center;
	}
	#header #gnb #nav .nav_menu > li > a:after {
		content: "";
		position: absolute;
		width: 0%;
		height: 3px;
		background-color: #542777;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		transition: 0.5s all;
	}
	#header #gnb #nav .nav_menu > li > a span {
		display: block;
		height: 80px;
		font-size: 15px;
		line-height: 80px;
		padding: 0;
	}
	#header #gnb #nav .nav_menu > li > a span:after {
		display: none;
	}
	#header #gnb #nav .nav_menu > li > a span .link:after {
		border: solid #fff;
	}
	#header #gnb #nav .nav_menu > li .nav_sub {
		display: none;
		position: absolute;
		top: 81px;
		left: 0;
		width: 100%;
		padding: 0;
		z-index: 201;
		background: none;
		padding-top: 20px;
		border-left: 1px solid #ccc;
	}
	#header #gnb #nav .nav_menu > li .nav_sub.open {
		display: block;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_title {
		display: none !important;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		text-align: center;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2:first-child {
		padding-top: 0px;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li {
		width: 100%;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li a {
		display: block;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li a span {
		display: block;
		padding: 0;
		font-size: 14px;
		font-weight: 500;
		color: #333;
		margin-bottom: 15px;
		height: auto;
		line-height: normal;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li a:hover span {
		color: #542777;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 {
		display: none;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li + li {
		margin-top: 10px;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li a {
		display: block;
		padding: 0;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li a span {
		display: block;
		font-size: 15px;
		color: #101010;
		font-weight: 300;
		line-height: normal;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li a.on {
		color: #ffa200;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li a:hover span {
		color: #542777;
	}
	#header #gnb #nav .nav_menu > li:last-child .nav_sub {
		border-right: 1px solid #ccc;
	}
	#header.open .nav_sub {
		display: block !important;
	}
	.main_visual {
		position: relative;
	}
	.main_visual > .swiper-container .swiper-slide {
		height: 1040px;
		position: relative;
	}
	.main_visual > .swiper-container .swiper-slide .inner_wrap {
		max-width: 1440px;
		margin: 0 auto;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
	}
	.main_visual > .swiper-container .swiper-slide .inner_wrap .slogun {
		position: inherit;
		margin-top: 62px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-align: center;
		    align-items: center;
	}
	.main_visual > .swiper-container .swiper-slide .inner_wrap .slogun .text {
		display: block;
		width: 100%;
		font-size: 37px;
		font-weight: 400;
		line-height: 40px;
		letter-spacing: -0.05em;
	}
	.main_visual > .swiper-container .swiper-slide .inner_wrap .slogun .title {
		display: block;
		margin-top: 5px;
		font-size: 50px;
		font-weight: 400;
		line-height: 55px;
		color: #e53939;
		letter-spacing: -0.05em;
		text-shadow: 3px 3px 4px #888;
	}
	.main_visual > .swiper-container .swiper-slide .inner_wrap .slogun .desc {
		margin-top: 17px;
		font-weight: 400;
		font-size: 28px;
		line-height: 30px;
		letter-spacing: -0.05em;
	}
	.main_visual .swiper-buttons {
		position: absolute;
		bottom: 46px;
		left: 25%;
		z-index: 100;
		padding-top: 20px;
	}
	.main_visual .swiper-buttons .swiper-pagination-bullet {
		width: 18px;
		height: 18px;
	}
	.main_visual .swiper-buttons .swiper-pagination-bullet-active {
		background-color: #505e9c;
	}
	.main_visual .visual_text {
		position: absolute;
		width: 618px;
		height: 754px;
		bottom: 0;
		right: 0%;
		z-index: 10;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		padding: 0;
	}
	.main_visual .visual_text .visual_text_box1 {
		display: -ms-flexbox;
		display: flex;
	}
	.main_visual .visual_text .visual_text_box1 li {
		width: 50%;
		color: #fff;
		height: 220px;
		padding: 55px 0px 0 37px;
	}
	.main_visual .visual_text .visual_text_box1 li:nth-child(1) {
		background-color: #e26715;
	}
	.main_visual .visual_text .visual_text_box1 li:nth-child(2) {
		background-color: #3497dd;
	}
	.main_visual .visual_text .visual_text_box1 li .title {
		font-size: 30px;
		margin-bottom: 20px;
		line-height: 29px;
		font-weight: 500;
		height: 30px;
		overflow: hidden;
	}
	.main_visual .visual_text .visual_text_box1 li .desc {
		font-size: 20px;
		padding-right: 30px;
		line-height: 30px;
		letter-spacing: -0.06em;
		font-weight: 300;
		height: 93px;
		overflow: hidden;
	}
	.main_visual .visual_text .visual_text_box2 {
		margin-top: 0;
	}
	.main_visual .visual_text .visual_text_box2 .header {
		background-color: #797979;
		color: #fff;
		padding: 0 30px;
		line-height: 60px;
		font-size: 23px;
		letter-spacing: -0.06em;
		font-weight: 400;
	}
	.main_visual .visual_text .visual_text_box2 .header span {
		font-weight: bold;
	}
	.main_visual .visual_text .visual_text_box2 .contents {
		height: 310px;
		border: 1px solid #cac8c7;
		background-color: #fff;
		position: relative;
	}
	.main_visual .visual_text .visual_text_box2 .contents .swiper-container {
		padding-top: 21px;
		padding-left: 50px;
		margin: 0 auto;
	}
	.main_visual .visual_text .visual_text_box2 .contents .swiper-container .slogun {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.main_visual .visual_text .visual_text_box2 .contents .swiper-container .slogun .img {
		width: 166px;
		height: 205px;
	}
	.main_visual .visual_text .visual_text_box2 .contents .swiper-container .slogun .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.main_visual .visual_text .visual_text_box2 .contents .swiper-container .slogun .flex {
		margin-left: 31px;
		padding: 8px 0;
		height: 205px;
	}
	.main_visual .visual_text .visual_text_box2 .contents .swiper-container .slogun .flex .title {
		font-size: 18px;
		color: #000;
		margin-bottom: 25px;
		letter-spacing: -0.06em;
		font-weight: bold;
	}
	.main_visual .visual_text .visual_text_box2 .contents .swiper-container .slogun .flex .desc {
		width: 80%;
		font-size: 18px;
		font-weight: 500;
	}
	.main_visual .visual_text .visual_text_box2 .contents .swiper-container .slogun .flex .desc li {
		color: #404040;
		margin-bottom: 10px;
	}
	.main_visual .visual_text .visual_text_box2 .contents .swiper-container .slogun > p {
		margin-top: 20px;
		font-size: 22px;
		line-height: 22px;
		color: #cd6000;
		width: 100%;
		text-align: center;
		letter-spacing: -0.06em;
		font-weight: bold;
	}
	.main_visual .visual_text .visual_text_box2 .contents .swiper-button-prev_b,
	.main_visual .visual_text .visual_text_box2 .contents .swiper-button-next_b {
		position: absolute;
		z-index: 10;
		color: #000;
		font-size: 48px;
	}
	.main_visual .visual_text .visual_text_box2 .contents .swiper-button-prev_b {
		left: 29px;
		top: 50%;
		transform: translateY(-50%);
	}
	.main_visual .visual_text .visual_text_box2 .contents .swiper-button-next_b {
		right: 29px;
		top: 50%;
		transform: translateY(-50%);
	}
	.main_visual .visual_text .visual_text_box3 .header {
		background-color: #814d9f;
		color: #fff;
		padding: 0 30px;
		line-height: 60px;
		font-size: 28px;
		letter-spacing: -0.06em;
		font-weight: 400;
	}
	.main_visual .visual_text .visual_text_box3 .header span {
		font-weight: bold;
	}
	.main_visual .visual_text .visual_text_box3 .contents {
		height: 310px;
		background-color: #fff;
		position: relative;
	}
	.main_visual .visual_text .visual_text_box3 .contents .swiper-container {
		height: 100%;
	}
	.main_visual .visual_text .visual_text_box3 .contents .swiper-container .con1_text {
		position: absolute;
		bottom: 0;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.65);
		color: #fff;
		text-align: center;
		transition: 0.5s all;
		line-height: 92px;
		transition: 0.5s all;
		height: 92px;
		font-size: 25px;
	}
	.notice_area {
		background-image: url(../images/main/news_area_b.png);
		padding: 43px 0px;
	}
	.notice_area > .title {
		position: relative;
		font-size: 28px;
		color: #404040;
		text-align: center;
		margin-bottom: 80px;
		line-height: 28px;
		padding-bottom: 30px;
	}
	.notice_area > .title span {
		color: #505e9c;
	}
	.notice_area > .title:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 253px;
		height: 4px;
		background-color: #505e9c;
		content: "";
	}
	.notice_area > .title:before {
		position: absolute;
		bottom: -30px;
		left: 50%;
		transform: translateX(-50%);
		border-top: 16px solid #505e9c;
		border-left: 16px solid transparent;
		border-right: 16px solid transparent;
		border-bottom: 16px solid transparent;
		content: "";
	}
	.notice_area .inner_wrap {
		max-width: 1440px;
		margin: 0 auto;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
	.notice_area .inner_wrap .notice_area_box1 {
		width: 790px;
		height: 438px;
		background-color: #fff;
		border: 1px solid #cecece;
	}
	.notice_area .inner_wrap .notice_area_box1 .header {
		display: -ms-flexbox;
		display: flex;
		background-color: #9a9a9a;
	}
	.notice_area .inner_wrap .notice_area_box1 .header li {
		width: 30%;
		line-height: 60px;
		height: 60px;
		text-align: center;
		color: #fff;
		font-size: 23px;
		cursor: pointer;
		letter-spacing: -0.07em;
		font-weight: 400;
	}
	.notice_area .inner_wrap .notice_area_box1 .header li.on {
		background-color: #fff;
		color: #e68a00;
	}
	.notice_area .inner_wrap .notice_area_box1 .contents {
		padding: 25px 15px;
	}
	.notice_area .inner_wrap .notice_area_box1 .contents .title {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
		margin-bottom: 20px;
		font-size: 14px;
		letter-spacing: -0.07em;
		font-weight: 500;
	}
	.notice_area .inner_wrap .notice_area_box1 .contents .title p {
		font-size: 15px;
		color: #e68a00;
	}
	.notice_area .inner_wrap .notice_area_box1 .contents .title p:nth-child(2) {
		font-size: 12px;
		color: #999999;
	}
	.notice_area .inner_wrap .notice_area_box1 .contents .title span {
		padding: 2px 7px;
		border-radius: 2px;
		background-color: #e26715;
		color: #fff;
		margin-right: 10px;
	}
	.notice_area .inner_wrap .notice_area_box1 .contents .text {
		font-size: 16px;
		line-height: 28px;
		height: 110px;
		overflow: hidden;
	}
	.notice_area .inner_wrap .notice_area_box1 .contents ul {
		border-top: 2px dotted #dddddd;
		padding-top: 15px;
		margin-top: 18px;
	}
	.notice_area .inner_wrap .notice_area_box1 .contents ul > li {
		position: relative;
		color: #424542;
		-ms-flex-align: center;
		    -ms-grid-row-align: center;
		    align-items: center;
		padding-left: 10px;
		letter-spacing: -0.05em;
		font-weight: 400;
		width: 100%;
		font-size: 16px;
		line-height: 28px;
		overflow: hidden;
	}
	.notice_area .inner_wrap .notice_area_box1 .contents ul > li:after {
		position: absolute;
		left: 0;
		top: 50%;
		width: 2px;
		height: 2px;
		background-color: #cccccc;
		content: "";
	}
	.notice_area .inner_wrap .notice_area_box1 .contents ul > li p:last-child {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		font-size: 12px;
		color: #999;
	}
	.notice_area .inner_wrap .notice_area_box1 .contents > li {
		display: none;
	}
	.notice_area .inner_wrap .notice_area_box1 .contents > li.on {
		display: block;
	}
	.notice_area .inner_wrap .notice_area_box2 {
		background-color: #fff;
		width: 624px;
		margin-top: 0px;
	}
	.notice_area .inner_wrap .notice_area_box2 .main_banner {
		position: relative;
		height: 100%;
	}
	.notice_area .inner_wrap .notice_area_box2 .main_banner .swiper-container {
		height: 438px;
	}
	.notice_area .inner_wrap .notice_area_box2 .main_banner .swiper-buttons {
		position: absolute;
		top: 0;
		right: 25px;
		z-index: 10;
		padding-top: 20px;
	}
	.notice_area .inner_wrap .notice_area_box2 .main_banner .swiper-buttons span {
		margin-left: 7px;
	}
	.quick_link {
		padding: 0px;
		padding-top: 49px;
		padding-bottom: 74px;
	}
	.quick_link .inner_wrap {
		max-width: 1440px;
		margin: 0 auto;
		font-weight: 500;
	}
	.quick_link .title {
		text-align: center;
		color: #000000;
		font-size: 34px;
		line-height: 34px;
		margin-bottom: 56px;
	}
	.quick_link ul li p {
		font-size: 20px;
		font-weight: 500;
	}
	.quick_link ul li .icon {
		width: 130px;
		height: 130px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-flex-align: center;
		    align-items: center;
		margin-bottom: 26px;
		border: 15px solid #542777;
		font-size: 40px;
	}
	#footer {
		background-color: #383838;
	}
	#footer .inner_wrap {
		max-width: 1440px;
		margin: 0 auto;
	}
	#footer .top_wrap {
		background-color: #333333;
	}
	#footer .top_wrap .inner_wrap > ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
	#footer .top_wrap .inner_wrap > ul > li {
		position: relative;
		line-height: 75px;
		height: 75px;
		border-left: 1px solid #484848;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
		cursor: pointer;
	}
	#footer .top_wrap .inner_wrap > ul > li > img {
		position: absolute;
		right: 35px;
		top: 25px;
		transform: rotate(0deg);
	}
	#footer .top_wrap .inner_wrap > ul > li.on img {
		transform: rotate(180deg);
	}
	#footer .top_wrap .inner_wrap > ul > li.on > ul {
		height: 200px;
	}
	#footer .top_wrap .inner_wrap > ul > li:last-child {
		border-right: 1px solid #484848;
	}
	#footer .top_wrap .inner_wrap > ul > li a {
		font-size: 17px;
		color: #fff;
	}
	#footer .top_wrap .inner_wrap > ul > li > ul {
		background-color: #e7e7e7;
		position: absolute;
		left: 0;
		bottom: 100%;
		width: 100%;
		height: 0px;
		overflow-y: scroll;
		z-index: 5;
		transition: 0.1s all;
	}
	#footer .top_wrap .inner_wrap > ul > li > ul > li {
		line-height: 50px;
		text-align: center;
	}
	#footer .top_wrap .inner_wrap > ul > li > ul > li a {
		color: #1a2a42;
	}
	#footer .top_wrap .inner_wrap > ul > li > ul::-webkit-scrollbar-thumb {
		background-color: #c9c9c9;
		border-radius: 50px;
		height: 82px;
	}
	#footer .top_wrap .inner_wrap > ul > li > ul::-webkit-scrollbar-track {
		background-color: transparent;
	}
	#footer .top_wrap .inner_wrap > ul > li > ul::-webkit-scrollbar {
		width: 12px;
		margin-right: 10px;
	}
	#footer .footer-box {
		padding: 20px 0;
	}
	#footer .footer-box .footer-box__ul1 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		border-bottom: 1px solid #484848;
		padding-bottom: 30px;
	}
	#footer .footer-box .footer-box__ul1 li {
		position: relative;
	}
	#footer .footer-box .footer-box__ul1 li:after {
		content: '';
		position: absolute;
		right: -16px;
		width: 1px;
		height: 100%;
		background-color: #5a5a5a;
	}
	#footer .footer-box .footer-box__ul1 li:last-child {
		padding-right: 0;
	}
	#footer .footer-box .footer-box__ul1 li:last-child:after {
		display: none;
	}
	#footer .footer-box .footer-box__ul1 li a {
		font-family: "S-Core Dream 3";
		color: #fff;
	}
	#footer .footer-box .footer-box__ul2 {
		color: #fff;
	}
	#footer .footer-box .footer-box__ul2 li {
		font-size: 15px;
		line-height: 30px;
	}
	.sub_container {
		padding-top: 131px;
	}
	.sub_visual {
		height: 250px;
		padding-top: 80px;
		background-size: cover;
		position: relative;
		background-position: center 30%;
	}
	.sub_visual .title {
		max-width: 1440px;
		margin: 0 auto;
		font-size: 42px;
		line-height: normal;
		text-align: center;
		position: relative;
		font-weight: 400;
		z-index: 2;
		text-shadow: 1px 4px 8px #040000;
	}
	.sub_visual .desc {
		display: none;
		margin-top: 10px;
		font-size: 19px;
		color: #fff;
		text-align: center;
		line-height: 26px;
		opacity: .7;
		position: relative;
		z-index: 2;
	}
	.sub_visual .sub_nav {
		display: block;
	}
	.sub_visual .menu_select {
		display: none;
	}
	.sub_location {
		display: block;
		position: relative;
		background-color: #fff;
		border-bottom: 1px solid #dddddd;
		height: 50px;
		z-index: 4;
	}
	.sub_location .inner_wrap {
		position: relative;
		max-width: 960px;
		margin: 0 auto;
	}
	.sub_location a {
		display: block;
		height: 100%;
	}
	.sub_location .sub_menu {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	.sub_location .sub_menu > li {
		position: relative;
		float: left;
		cursor: pointer;
	}
	.sub_location .sub_menu > li:not(.home) {
		width: 300px;
	}
	.sub_location .sub_menu > li .link {
		display: block;
		padding: 0 30px 0 20px;
		width: 100%;
		color: #666666;
		font-size: 16px;
		line-height: 50px;
		border-right: 1px solid #bbbbbb;
		white-space: nowrap;
		cursor: pointer;
	}
	.sub_location .sub_menu > li .link:after {
		display: block;
		position: absolute;
		top: 50%;
		right: 19px;
		width: 8px;
		height: 8px;
		border: solid #666666;
		border-width: 0 1px 1px 0;
		margin-top: -6px;
		transform: rotate(405deg);
		content: '';
	}
	.sub_location .sub_menu > li:last-child .link {
		line-height: 50px;
		color: #404040;
	}
	.sub_location .sub_menu > li.home {
		width: 50px;
	}
	.sub_location .sub_menu > li.home a {
		display: block;
		width: 100%;
		height: 50px;
		padding: 0;
		background: #542777;
		border: none;
		font-size: 20px;
		line-height: 50px;
		text-align: center;
		color: #fff;
	}
	.sub_location .sub_menu > li.active .layer {
		display: block;
	}
	.sub_location .sub_menu > li.active .link {
		background-color: #fff;
		border-color: #101010;
		border-bottom: none;
		color: #404040;
	}
	.sub_location .sub_menu > li.active .link:after {
		border-color: #000;
	}
	.sub_location .sub_menu > li.active:last-child .link {
		background-color: #fff;
		border-color: #101010;
		color: #404040;
	}
	.sub_location .sub_menu > li.active:last-child .link:after {
		border-color: #404040;
	}
	.sub_location .sub_menu .layer {
		display: none;
		position: absolute;
		left: 0;
		top: 50px;
		width: 100%;
		padding: 16px 0;
		background: #fff;
		border: 1px solid #101010;
		border-top: none;
		box-sizing: border-box;
	}
	.sub_location .sub_menu .layer li:after {
		display: none;
	}
	.sub_location .sub_menu .layer li a {
		position: relative;
		line-height: 40px;
		color: #555;
		font-size: 16px;
		padding: 0 20px;
		background: none;
	}
	.sub_location .sub_menu .layer li.on a {
		color: #542777;
	}
	.location_wrap {
		position: absolute;
		right: 0;
		top: 67px;
	}
	.location_wrap .location {
		position: relative;
		float: left;
		left: auto;
		top: auto;
		width: auto;
	}
	.location_wrap .location a {
		font-size: 16px;
		color: #101010;
	}
	.location_wrap .location a.home {
		font-size: 16px;
		color: #101010;
	}
	.location_wrap .location a .arrow {
		margin-top: -10px;
		color: #999;
		font-size: 16px;
	}
	.location_wrap .location a + a {
		margin-left: 10px;
		padding-left: 14px;
	}
	.location_wrap .location a:hover {
		text-decoration: underline;
	}
	.location_wrap .location a:last-child {
		color: #542777;
	}
	.location_wrap .view_option {
		display: none;
		float: right;
		padding: 0;
		background: none;
	}
	.content_page_wrap {
		position: relative;
		max-width: 960px;
		margin: 0 auto;
		padding-top: 50px;
		display: -ms-flexbox;
		display: flex;
	}
	.content_page_wrap:after {
		content: '';
		display: block;
		clear: both;
	}
	.content_page_wrap #aside {
		display: block;
		float: left;
		width: 250px;
		margin-left: -1px;
	}
	.content_page_wrap #aside h2 {
		display: -ms-flexbox;
		display: flex;
		border: 1px solid #d9d9d9;
		border-top: none;
		width: 100%;
		height: 136px;
		padding: 0 10px;
		font-size: 25px;
		text-align: center;
		color: #fff;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: center;
		    justify-content: center;
		z-index: 5;
		background: url(../images/sub/sub_menu_b.png);
		margin: 0;
	}
	.content_page_wrap #aside .lnb_area {
		border: solid #d9d9d9;
		border-width: 0 1px;
	}
	.content_page_wrap #aside .lnb_area ul li {
		border-bottom: 1px solid #d9d9d9;
		font-size: 14px;
	}
	.content_page_wrap #aside .lnb_area ul li a {
		display: block;
		position: relative;
		color: #444;
		padding: 16px 0 14px 19px;
		font-weight: 500;
		line-height: 19px;
	}
	.content_page_wrap #aside .lnb_area ul li a.on, .content_page_wrap #aside .lnb_area ul li a:hover {
		color: #542777;
	}
	.content_page_wrap #aside .lnb_area ul li ul {
		margin-top: -9px;
		padding-bottom: 20px;
	}
	.content_page_wrap #aside .lnb_area ul li ul li {
		margin-top: 6px;
		padding-left: 17px;
		border: none;
		font-size: 12px;
	}
	.content_page_wrap #aside .lnb_area ul li ul li:first-child {
		margin-top: 6px;
	}
	.content_page_wrap #aside .lnb_area ul li ul li a {
		color: #444;
		padding: 0 0 0 8px;
		font-weight: 300;
		line-height: 16px;
	}
	.content_page_wrap #aside .lnb_area ul li ul li a:before {
		position: absolute;
		left: 0;
		top: 7px;
		width: 2px;
		height: 2px;
		background-color: #999;
		content: '';
	}
	.content_page_wrap #contents {
		width: 85%;
		padding-left: 50px;
	}
	.content_page_wrap #contents .view_option {
		display: block;
		position: absolute;
		right: 0;
		top: 53px;
		padding: 0;
		background: none;
	}
	.sub_title p {
		padding-bottom: 24px;
		line-height: normal;
		font-size: 40px;
		font-weight: 400;
	}
	.sub_tabs {
		max-width: 960px;
		margin: 0 auto 40px;
		padding: 0;
	}
	.sub_tabs li {
		position: relative;
	}
	.sub_tabs li a {
		display: -ms-flexbox;
		display: flex;
		padding: 0;
		color: #101010;
		font-size: 18px;
		line-height: 64px;
	}
	.sub_content .inner_wrap {
		max-width: 1440px;
	}
}

@media all and (min-width: 1240px) {
	.popupArea .popupinner {
		width: 1440px;
	}
	#all_menu .swiper-container {
		max-width: 1440px;
	}
	#all_menu .depth1 > li .depth2 > li {
		width: calc(100% / 5);
	}
	#all_menu .depth1 > li .depth2 > li:nth-child(6n),
	#all_menu .depth1 > li .depth2 > li:nth-child(6n) ~ li {
		margin-top: 32px;
	}
	.main_visual .visual_text {
		right: 12%;
	}
	#header .inner_wrap {
		max-width: 1440px;
	}
	#header #gnb #nav {
		width: 70%;
		margin-right: 50px;
	}
	#header #gnb #nav .nav_menu > li > a span {
		font-size: 18px;
		padding: 0 10px;
	}
	#header #gnb #nav .nav_menu > li > a span:after {
		display: none;
	}
	#footer .inner_wrap {
		max-width: 1440px;
	}
	#footer .footer_inner .info_list > li p {
		font-size: 17px;
	}
	#footer .footer_inner .info_list > li ul li a {
		font-size: 17px;
	}
	.sub_visual .title {
		font-size: 50px;
	}
	.sub_visual .desc {
		margin-top: 10px;
		font-size: 19px;
		line-height: 26px;
	}
	.sub_location .inner_wrap {
		max-width: 1440px;
	}
	.sub_location .sub_menu > li .link {
		min-width: 300px;
	}
	.sub_location .sub_menu > li:last-child span,
	.sub_location .sub_menu > li:last-child a {
		min-width: 300px;
	}
	.sub_tabs {
		max-width: 1440px;
		margin-bottom: 10px;
	}
	.sub_tabs li a {
		font-size: 18px;
	}
	.content_page_wrap {
		max-width: 1440px;
	}
	.content_page_wrap #aside {
		width: 260px;
	}
	.content_page_wrap #aside h2 {
		height: 150px;
		font-size: 26px;
	}
	.content_page_wrap #aside .lnb_area ul li {
		font-size: 15px;
	}
	.content_page_wrap #aside .lnb_area ul li a {
		padding: 20px 0 18px 19px;
	}
	.content_page_wrap #aside .lnb_area ul li a ul {
		margin-top: -9px;
		padding-bottom: 15px;
	}
	.content_page_wrap #aside .lnb_area ul li a ul li {
		margin-top: 6px;
		padding-left: 17px;
		border: none;
		font-size: 13px;
	}
	.content_page_wrap #aside .lnb_area ul li a ul li:first-child {
		margin-top: 6px;
	}
	.content_page_wrap #aside .lnb_area ul li a ul li a {
		padding: 0 0 0 10px;
		text-indent: -10px;
		line-height: 16px;
	}
	.content_page_wrap #aside .lnb_area ul li a ul li a.tit_on:hover, .content_page_wrap #aside .lnb_area ul li a ul li a.tit_on:focus {
		display: block;
		padding: 16px 0 14px 19px;
		line-height: 19px;
		background: none;
	}
}

@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 {
		padding: 80px 0;
	}
	.login_wrap .login_guide {
		padding-bottom: 32px;
		border-bottom: 4px solid #f5f5f5;
	}
	.login_wrap .login_guide h1 {
		display: block;
		font-size: 46px;
	}
	.login_wrap .login_guide .txt {
		margin-top: 44px;
		font-size: 24px;
	}
	.login_wrap .login_guide .desc {
		margin-top: 19px;
		font-size: 15px;
		line-height: 22px;
	}
	.login_wrap .login_area {
		max-width: 420px;
		margin: 0 auto;
		padding: 30px 0 40px;
	}
	.login_wrap .login_area .form_group label {
		font-size: 15px;
	}
	.login_wrap .login_area .form_group .input_group {
		margin-top: 10px;
	}
	.login_wrap .login_area .form_group .input_group .input_text {
		height: 50px;
		padding: 6px 10px;
		font-size: 15px;
	}
	.login_wrap .login_area .form_group + .form_group {
		margin-top: 20px;
	}
	.login_wrap .login_area .custom_checkbox {
		margin-top: 10px;
	}
	.login_wrap .login_area .btn_bottom_area {
		display: block;
		width: 100%;
		margin: 30px 0 10px;
	}
	.login_wrap .login_area .btn_bottom_area .btn_login {
		display: block;
		width: 100%;
		height: 60px;
		padding: 0 20px;
		line-height: 60px;
		font-size: 18px;
	}
	.login_wrap .login_area .btn_area .btn_default {
		height: 50px;
		padding: 0 5px;
		line-height: 50px;
	}
	.login_wrap .login_area .text_list {
		margin-top: 20px;
		font-size: 13px;
		padding-left: 10px;
		line-height: 23px;
	}
	.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: #e26715;
	}
	.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-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 .content .img {
		position: relative;
		margin-top: 0;
	}
	.conversation .content .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;
	}
	.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: 396px 210px;
		background-position: 0px -98px;
		width: 100px;
		height: 21px;
	}
	.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;
	}
	.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;
	}
}
