﻿/**********************************************************************************
	FONTS
**********************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css); /* NanumSquare */

html, body {
	font-family: 'Nanum Gothic', AppleGothic, sans-serif;
	color: #111;
	overflow-x: hidden;
}

/*
	normalize / reset
*/
html { font-size: 100%; }
body {
	line-height: 1;
	position: relative;
	word-break: keep-all;
}
body * { box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
ol, ul {
	list-style: none;
}

p, ul, li, ol, dl, dt, dd, figure {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	color: inherit;
	margin: 0;
}

button, textarea, input, select {
	font-family: inherit;
	color: inherit;
	padding: 0;
}

button {
	border:0;
	cursor: pointer;
}

.clear:after { display: block; clear: both; content: ''; }
.container {
	max-width: 1280px;
	margin:0 auto;
	position:relative;
}

@media (max-width: 1280px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 767px) {
	html, body { font-size: 81.25%; }
}
@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
}

/* Header */
header .nav .nav-icon {
	width: 30px;
	cursor:pointer;
	z-index:100;
	margin-left: 19px;
}
header .nav .nav-icon:after,
header .nav .nav-icon:before,
header .nav .nav-icon div {
  background-color: #000;
  content: '';
  display: block;
  height: 2px;
  margin: 5px 0;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
header .nav .nav-icon:before {
	margin-top:0;
}
header .nav .nav-icon:after {
	margin-bottom:0;
}
header .nav .nav-icon.active:before {
  transform: translateY(8px) rotate(135deg);
  -moz-transform: translateY(8px) rotate(135deg);
  -webkit-transform: translateY(8px) rotate(135deg);
}
header .nav .nav-icon.active:after {
  transform: translateY(-6px) rotate(-135deg);
  -moz-transform: translateY(-6px) rotate(-135deg);
  -webkit-transform: translateY(-6px) rotate(-135deg);
}
header .nav .nav-icon.active div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

@media (max-width: 1199px) {
	header .nav .nav-icon {
		right:10px;
	}
}
@media (max-width: 767px) {
	header .nav .nav-icon { width: 24px; }
	header .nav .nav-icon:after, header .nav .nav-icon:before, header .nav .nav-icon div { margin: 4px 0; }
}
.header { width: 100%; position: fixed; top: 0; left: 0; z-index: 99; border-bottom: 1px solid #f1f1f1; transition: .2s linear; }
.header .container { height: 98px; display: flex; align-items: center; justify-content: space-between; }
.header .nav { display: flex; align-items: center; }
.header .logo img { width: 229px; height: 38px; vertical-align: top; }
.header .navbar>li { font-size: 18px; color: #333; letter-spacing: -1px; }
.header .navbar>li>a br { display: none; }
.header .platform { font-weight: 700; }
.header .platform:before { display: inline-block; width: 30px; height: 19px; vertical-align: middle; margin-right: 6px; background: url(../images/ic-platform.png)no-repeat; content: ''; }
.header .bt-lang { margin-left: 54px; position: relative; }
.header .bt-lang button { width: 22px; height: 22px; background: url(../images/ic-lang.png)no-repeat; background-size: contain; }
.header .bt-lang ul { width: 108px; padding: 24px 15px; text-align: center; background: #fff; box-shadow: 11px 5px 40px rgba(0,0,0,.1); position: absolute; top: 40px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); display: none; }
.header .bt-lang ul li { font-size: 15px; line-height: 36px; cursor: pointer; }
.header .bt-lang ul li:hover { color: #1f5ec4; }
.header .bt-lang .on { background: #ebf0fa; border-radius: 5px; color: #1f5ec4; }
.header.sub-header { background: #fff; }
.footer { padding: 61px 0 52px; background: #323840; position: relative; }
.footer .to-top { position: absolute; top: -99px; right: 27px; font-size: 14px; letter-spacing: 2px; color: #463da6; text-transform: uppercase; }
.footer .to-top:before { display: block; width: 14px; height: 31px; margin: 0 auto 14px; background: url(../images/ic-top.png)no-repeat; background-size: contain; content: ''; }
.footer .logo { display: block; margin-bottom: 25px; }
.footer .logo img { width: 283px; height: 47px; vertical-align: top; }
.footer p { font-size: 15px; letter-spacing: -.5px; line-height: 1.73; color: #fff; opacity: .6; }
.footer .copyright { margin-top: 76px; font-size: 13px; letter-spacing: .5px; text-transform: uppercase; }
.footer .f-menu { position: absolute; right: 0; top: 0; font-size: 0; }
.footer .f-menu a {font-size: 15px; letter-spacing: -.5px; color: #fff; margin-right: 26px; }
.footer .f-menu a:last-child { margin-right: 0; }
.footer .sns { display: flex; position: absolute; bottom: 0; right: 0; }
.footer .sns a { display: inline-block; width: 40px; height: 40px; margin-right: 14px; background-repeat: no-repeat; background-size: contain; }
.footer .sns a:nth-child(1) { background-image: url(../images/ic-facebook.png); }
.footer .sns a:nth-child(2) { background-image: url(../images/ic-insta.png); }
.footer .sns a:nth-child(3) { background-image: url(../images/ic-blog.png); }
.footer .sns a:nth-child(4) { background-image: url(../images/ic-youtube.png); }
.footer .sns a:nth-child(5) { background-image: url(../images/ic-kakao.png); }
.footer .sns a:last-child { margin-right: 0; }
@media (min-width: 1200px) {
	.header .navbar { display: flex; }
	.header .navbar>li { padding-right: 53px; position: relative; }
	.header .navbar>li>a { line-height: 98px; }
	.header .navbar>li:last-child { padding-right: 0; }
	.header .navbar .sub-menu { width: 284px; padding: 20px 30px; position: absolute; left: -30px; top: 80px; display: none; box-shadow: 11px 5px 40px rgba(0,0,0,.1); background: #fff; }
	:lang(en) .header .navbar .sub-menu { width: 300px; }
	.header .navbar .platform .sub-menu { width: 156px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }
	.header .navbar .sub-menu li { font-size: 15px; line-height: 36px; letter-spacing: -1px; color: #666; transition: .2s linear; }
	.header .navbar .sub-menu li:hover { color: #1f5ec4; }
	.header .navbar>li:hover .sub-menu { display: block; }
	.header .navbar>li.current-menu-parent>a { font-weight: 700; color: #3771cd; }
	.header.on .navbar .sub-menu { height: auto; }
	.header.up { top: -99px; }
	.header.down { background: #fff; }
}
@media (max-width: 1199px) {
	.header { background: #fff; }
	.header>.container { height: 70px; }
	.header .navbar { display: none; }
	/* .header .navbar>li {
		display: block;
		text-align: left;
		margin: 0;
		border-bottom: 1px solid #ededed;
		font-size: 19px;
		font-weight: 700;
		color: #111;
	}
	.header .navbar>li>a {
		padding: 10px 20px;
	    line-height: normal;
	    display: block;
	    position: relative;
	}
	.header .navbar>li.menu-item-has-children { padding-bottom: 0; }
	.header .navbar>li.menu-item-has-children>a:before {
		width: 16px;
	    height: 9px;
	    margin-top: -4.5px;
	    position: absolute;
	    right: 20px;
	    top: 50%;
	    background: url(../images/nav-off.png);
	    background-size: contain;
	    content: '';
	}
	.header .navbar>li .sub-menu { display: none; }
	.header .navbar>li>.sub-menu { padding: 15px 30px 20px 36px; background: #f9f9f9; }
	.header .navbar>li .sub-menu li { font-size: 14px; line-height: 36px; } */
	.header .logo img { width: 192px; height: 30px; }
}
@media (max-width: 1280px) {
	.footer .f-menu, .footer .sns { right: 20px; }
}
@media (max-width: 767px) {
	.footer { padding: 35px 0 30px; text-align: center; }
	.footer p { font-size: 11px; line-height: 18px; }
	.footer .logo { margin-bottom: 20px; }
	.footer .logo img { width: 173px; height: 27px; }
	.footer .f-menu { position: static; margin-bottom: 12px; }
	.footer .f-menu a { font-size: 11px; margin-right: 20px; }
	.footer .copyright { font-size: 10px; margin-top: 22px; }
	.footer .to-top { font-size: 12px; right: 16px; top: -68px; }
	.footer .to-top:before { width: 10px; height: 22px; margin: 0 auto 8px; }
	.footer .sns { position: static; justify-content: center; margin-top: 22px; }
	.footer .sns a { width: 32px; height: 32px; }
}

/* 사이트맵 */
.sitemap { position: fixed; right: -100%; top: 0; height: 100%; width: 100%; background: rgba(0,0,0,.5); z-index: 99; }
.sitemap .inner { width: 46%; height: 100%; display: flex; align-items: center; background: #fff; position: absolute; right: -100%; transition: .3s linear; }
.sitemap .navbar { width: 100%; padding: 0 73px; position: relative; z-index: 1; }
.sitemap .navbar>li { display: flex; padding: 22px 0; border-bottom: 1px solid #e5e5e5; }
.sitemap .navbar>li:nth-last-child(-n+2) { border-bottom: 0; }
.sitemap .navbar>li>a { width: 32%; margin-top: 10px; font-size: 25px; font-weight: 700; letter-spacing: -1px; color: #041a43; }
.sitemap .navbar .sub-menu { width: 68%; display: flex; flex-wrap: wrap; }
.sitemap .navbar .sub-menu li { font-size: 17px; letter-spacing: -1px; line-height: 2.11; color: #333; transition: .2s linear; }
.sitemap .navbar .sub-menu li:nth-child(odd) { width: 44%; }
.sitemap .navbar .sub-menu li:nth-child(even) { width: 56%; }
.sitemap .navbar .sub-menu li.full { width: 100%; }
.sitemap .navbar .sub-menu li:hover { color: #3771cd; }
.sitemap .navbar .full .sub-menu li { width: 100%; }
.sitemap .close { width: 26px; height: 26px; background: url(../images/ic-close.png)no-repeat; background-size: contain; position: absolute; right: 23px; top: 24px; cursor: pointer; z-index: 100; }
.sitemap.on { right: 0; }
.sitemap.on .inner { right: 0; }
@media (max-width: 1365px) {
	.sitemap { overflow-y: auto; }
	.sitemap .inner { width: 80%; height: auto; min-height: 100%; }
	.sitemap .navbar { padding: 0 40px; }
}
@media (max-width: 1023px) {
	.sitemap .inner { width: 100%; }
}
@media (max-width: 767px) {
	.sitemap .close { width: 18px; height: 18px; right: 15px; top: 18px; }
	.sitemap .navbar { padding: 0 15px; }
	.sitemap .navbar>li { padding: 15px 0; }
	.sitemap .navbar>li>a { font-size: 18px; margin-top: 5px; }
	.sitemap .navbar .sub-menu li { font-size: 1rem; line-height: 2; }
}

.site-content { padding-top: 99px; }
.mo { display: none; }
@media (max-width: 1199px) {
	.site-content { padding-top: 71px; }
}
@media (max-width: 767px) {
	.pc { display: none; }
	.mo { display: block; }
}
/* Pagination */
.pagination .nav-links { text-align: center; margin-top: 89px; }
.pagination .screen-reader-text {
	display:none;
}
.pagination .page-numbers {
    display:inline-block;
    width:45px;
    height:45px;
	border-radius: 100%;
    vertical-align:top;
    line-height:45px;
    text-align:center;
    margin:0 9px;
	color: #000; font-size: 17px;
    cursor:pointer;
 }
.pagination .page-numbers.current, .pagination .page-numbers.current:hover {
    background: #1f5ec4;
	font-weight: 800;
    color: #fff;
}
.pagination .page-numbers:hover { color: #1f5ec4; }
.pagination .page-numbers.prev, .pagination .page-numbers.next {
    background: url(../images/pagination.png)no-repeat center; background-size: contain;
}
.pagination .page-numbers.prev { transform: rotate(180deg); }
.pagination .page-numbers.prev.disabled, .pagination .page-numbers.next.disabled {
	opacity: .2;
	cursor: auto;
    pointer-events: none;
	background-image: url(../images/page-disable.png);
}
@media (max-width: 767px) {
	.pagination .nav-links { margin-top: 40px; }
	.pagination .page-numbers { width: 30px; height: 30px; line-height: 30px; font-size: 1rem; margin: 0 4px; }
}

/* Font */
.ttl1 { font-size: 44px; letter-spacing: -2px; line-height: 1.36; }
.ttl2 { font-size: 30px; letter-spacing: -1px; line-height: 1.26; }
.ttl3 { font-size: 20px; letter-spacing: -1px; }
.ttl4 { font-size: 40px; letter-spacing: -2px; }
.txt1 { font-size: 22px; letter-spacing: -1px; line-height: 1.36; }
.txt2 { font-size: 18px; letter-spacing: -1px; line-height: 1.44; }
.txt3 { letter-spacing: -1px; line-height: 1.65; }
.txt10 { font-size: 22px; letter-spacing: -1px; line-height: 1.36; }
.s-txt { font-size: 15px; letter-spacing: -1px; }
.subttl { font-size: 22px; font-weight: 700; color: #1f5ec4; margin-bottom: 20px; }
.ttl-box h1 + p { font-size: 25px; letter-spacing: -1px; margin-top: 20px; line-height: 1.3; }
.ttl-box h1 { font-size: 64px; letter-spacing: -3px; }
.ttl-box h2 { margin: 15px 0 11px; font-size: 33px; font-weight: 400; letter-spacing: -2px; line-height: 1.51; color: #000; }
.ttl-box .txt2 { font-size: 18px; line-height: 1.67; }
.ttl-box .txt2 { line-height: 1.67; color: #666; }
.ttl-box .inner { display: flex; align-items: center; justify-content: space-between; }
.ttl-box .inner .bt-line { line-height: 60px; font-weight: 700; }
.ttl20 {font-size: 25px;font-weight: 900;color: #0059ab; transition: color 0.3s ease;}
.ttl20:hover {color: red;}
@media (max-width: 767px ){
	.ttl1 { font-size: 32px; line-height: 1.4; }
	.ttl2 { font-size: 22px; line-height: 1.36; }
	.ttl4 { font-size: 30px; }
	.ttl20 {font-size: 15px; font-weight: 900;}
	.txt1 { font-size: 16px; line-height: 1.68; }
	.txt2 { font-size: 15px; line-height: 1.4; }
	.s-txt { font-size: 12px; letter-spacing: -.5px; line-height: 1.75; }
	.subttl { font-size: 16px; margin-bottom: 11px; }
	.ttl-box h1 { font-size: 40px; left: -2px; }
	.ttl-box .inner { display: block; }
	.ttl-box .inner .bt-line { line-height: 40px; margin-top: 10px; }
	.ttl-box h1 + p { font-size: 18px; }
	.ttl-box h2 { font-size: 22px; }
	.ttl-box .txt2 { font-size: 15px; line-height: 1.4; }
}

/* button */
.bt-more { display: inline-block; letter-spacing: -1px; transition: .2s linear; position: relative; z-index: 2; }
.bt-more span:after {
	display: inline-block;
	width: 50px; height: 50px;
	border-radius: 100%;
	vertical-align: middle;
	margin-left: -8px;
	background: url(../images/ic-plus.png)no-repeat center / 12px 12px #e8eff9;
	content: '';
	position: relative;
	z-index: -1;
	transform: rotate(0deg); transition: .2s linear;
}
.bt-more:hover { color: #12a743; }
.bt-more:hover span:after { transform: rotate(90deg); }
.bt-link { font-size: 14px; letter-spacing: -1px; }
.bt-link:after { display: inline-block; width: 7px; height: 7px; margin-left: 5px; border-right: 1px solid #111; border-top: 1px solid #111; box-sizing: border-box; opacity: .4; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); content: ''; }
.bt-line { display: inline-block; padding: 0 30px; line-height: 50px; border: 1px solid #000; text-align: center; letter-spacing: -1px; position: relative; z-index: 1; }
.bt-line.v2 { min-width: 220px; line-height: 73px; border-color: #1f5ec4; color: #1f5ec4; background: transparent; font-size: 18px; font-weight: 700; }
.bt-line.bc { line-height: 60px; font-weight: 700; }
.bc:before { display: inline-block; width: 19px; height: 22px; margin-right: 10px; vertical-align: middle; background: url(../images/ic-brochure.png)no-repeat; background-size: contain; content: ''; }
.bt-fill { min-width: 220px; line-height: 75px; text-align: center; font-size: 18px; font-weight: 700; letter-spacing: -1px; color: #fff; background: #1f5ec4; border: 0; border-radius: 0; cursor: pointer; position: relative; z-index: 1; }
.bt-line.v3 { min-width: 340px; line-height: 100px; border-color: #1f5ec4; color: #1f5ec4; font-size: 24px; font-weight: 700; }
.bt-line.v4 { min-width: 10px; line-height: 50px; border-color: #1f5ec4; color: #1f5ec4; font-size: 24px; font-weight: 700; }


@media (min-width: 768px) {
	.bt-line:after, .bt-fill:after {
		content: '';
	    position: absolute;
	    left: 0px;
	    bottom: 0px;
	    z-index: -1;
	    width: 100%;
	    height: 100%;
	    background: transparent;
	    box-shadow: inset 0px 0px 0px #3771cd;
	    display: block;
	    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
	    transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
	}
	.bt-line:hover { color: #fff; border-color: #3771cd; }
	.bt-line:hover:after {
		box-shadow: inset 600px 0px 0px #3771cd;
	}
	.bt-line.v2:hover { color: #111; }
	.bt-line.v2:after { box-shadow: inset 0px 0px 0px #fff; }
	
	.bt-fill:after { box-shadow: inset 0px 0px 0px #fff; }
	.bt-fill:hover { color: #3771cd; border: 1px solid #3771cd; line-height: 73px; }
	.bt-fill:hover:after, .bt-line.v2:hover:after { box-shadow: inset 580px 0px 0px #fff; }
	.bc:hover:before { background-image: url(../images/ic-brochure-hover.png); }

}
.ic-plus { width: 16px; height: 16px; position: relative; }
.ic-plus:before, .ic-plus:after { position: absolute; content: ''; }
.ic-plus:before { width: 100%; height: 2px; margin-top: -1px; left: 0; top: 50%; }
.ic-plus:after { width: 2px; height: 100%; margin-left: -1px; left: 50%; top: 0; }
.play { width: 58px; height: 58px; border-radius: 100%; background: url(../images/ic-play.png)no-repeat #1f5ec4; background-size: contain; }
.bt-line.v4 { line-height: 40px; font-size: 14px;}
@media (max-width: 767px) {
	.bt-link { font-size: 12px; }
	.bt-more { font-size: 13px; }
	.bt-more span:after { width: 40px; height: 40px; background-size: 9px 9px; }
	.bt-line { line-height: 40px; padding: 0 20px; }
	.bc:before{ width: 12px; height: 14px; margin-right: 5px; }
	.bt-fill { line-height: 50px; min-width: 150px; font-size: 14px; }
	.bt-line.v2 { min-width: 150px; line-height: 48px; font-size: 14px; }
	.bt-line.v4 { line-height: 40px; font-size: 14px;}
}

/* Main */
.main-visual { position: relative; background: url(../images/main-deco3.png)no-repeat left 125px top 32px; }
.main-visual h1 { margin-bottom: 22px;margin-left:60px; padding-top: 206px; font-family: 'NanumSquare', sans-serif; font-size: 80px; font-weight: 800; letter-spacing: -1px; color: #031b42; }
.main-visual .tb { display: none; }
.main-visual .txt1 { color: #031b42;margin-left: 60px; }
.main-visual .link { width: 287px; position: absolute; right: 0; top: 100px; z-index: 2; }
.main-visual .link a { display: table; width: 100%; height: 105px; padding: 0 26px; background: #061e45; font-size: 20px; letter-spacing: -1px; color: #fff; }
.main-visual .link a span { display: table-cell; vertical-align: middle; padding-left: 72px; background-repeat: no-repeat; position: relative; }
.main-visual .link a span:before { width: 11px; height: 18px; margin-top: -9px; background: url(../images/link-arrow.png)no-repeat; background-size: contain; position: absolute; right: 0; top: 50%; opacity: .4; content: ''; transition: .2s linear; }
.main-visual .link a:first-child span {
	border-bottom: 1px solid rgba(255,255,255,.2);
	background-image: url(../images/ic-entrance1.png);
	background-size: 43px 33px;
	background-position: left 10px center;
}
.main-visual .link a:nth-child(2) span {
	background-image: url(../images/ic-entrance2.png);
	background-size: 31px 38px;
	background-position: left 14px center;
}
.main-visual .link a:nth-child(3) span {
	background-image: url(../images/ic-entrance3.png);
	background-size: 34px 37px;
	background-position: left 13px center;
}
	.main-visual .link a:nth-child(4) span {
		background-image: url(../images/ic-brochure-hover.png);
		background-size: 34px 37px;
		background-position: left 13px center;
}
.main-visual .link a:last-child { background: #776643; }
.main-visual .link a:hover span:before { opacity: 1; }
.main-visual .slider { margin-top: 56px; margin-left: 60px; overflow: hidden; }
.main-visual .slider img { width: 100%; }
.main-visual .swiper-pagination { width: 100%; text-align: center; left:0; bottom: -139px; }
.main-visual .swiper-pagination-bullet { width: 21px; height: 4px; border-radius: 0; margin: 0 5px; background: #111; opacity: .2; }
.main-visual .swiper-pagination-bullet-active { opacity: 1; }
.main-visual .schedule { width: 100%; max-width: 1280px; margin-left: -640px; position: absolute; left: 50%; bottom: -105px; z-index: 2; box-shadow: 0 40px 30px rgba(0,0,0,.15); overflow: hidden; }
.main-visual .schedule .schedule-ttl, .main-visual .schedule ul { float: left; height: 212px; color: #fff; }
.main-visual .schedule .schedule-ttl {
	width: 212px;
	padding: 42px 0 0 43px;
	background: url(../images/ic-schedule.png)no-repeat left 43px bottom 43px #3266b8;
	background-size: 75px 72px;
}
.main-visual .schedule ul { width: calc(100% - 319px); padding-top: 42px; text-align: center; font-size: 0; background: #396fc5; counter-reset: item; }
.main-visual .schedule ul li { display: inline-block; font-size: 15px; padding: 0 42px; counter-increment: item; position: relative; }
.main-visual .schedule ul li:after { width: 100%; height: 1px; background: #fff; opacity: .3; position: absolute; left: 0; top: 14px; content: ''; }
.main-visual .schedule ul li:before { display: block; width: 27px; height: 27px; line-height: 27px; margin: 0 auto 24px; text-align: center; border-radius: 100%; font-weight: 700; color: #0b2f68; background: #fff; content: counter(item); }
.main-visual .schedule ul li:first-child:after, .main-visual .schedule ul li:last-child:after {
	width: 50%;
}
.main-visual .schedule ul li:first-child:after { left: auto; right: 0; }
.main-visual .schedule .s-txt { margin-top: 10px; line-height: 1.6; }
.main-visual .swiper-button-prev, .main-visual .swiper-button-next { width: 107px; height: 106px; margin-top: 0; background: url(../images/sl-nav.png)no-repeat center / 14px 22px  #396fc5; position: absolute; right: 0; }
.main-visual .swiper-button-prev { top: 0; left: auto; border-left: 1px solid rgba(255,255,255,.2); }
.main-visual .swiper-button-next { border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); bottom: 0; transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }
.main-visual .swiper-button-prev:after, .main-visual .swiper-button-next:after { display: none; }
.main-visual .shape1, .main-visual .shape2, .main-visual .shape3 { position: absolute; }
.main-visual .shape1 { width: 45px; height: 45px; border: 14px solid #1f5ec4; border-radius: 100%; opacity: .6; top: 195px; left: -116px; }
.main-visual .shape2 { width: 34px; height: 34px; border-radius: 100%; background: #7f7258; opacity: .5; top: 133px; right: 45%; }
.main-visual .shape3 { width: 50px; height: 51px; background: url(../images/shape1.png)no-repeat; background-size: contain; bottom: -86px; right: 34%; z-index: 2; }
.main-vs { padding: 94px 0 103px; background: url(../images/main-deco1.png)no-repeat top left 39.5%; }
.main-vs .vs-grid>div { float: left; }
.main-vs .vs-grid>div:first-child { width: 63.5%; }
.main-vs .vs-grid>div:last-child { width: 36.5%; }
.main-vs .vs-grid ul { margin-top: -45px; }
.main-vs .vs-grid ul li {
	height: 155px;
	display: flex;
	align-items: center;
	padding-left: 130px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 23px; line-height: 1.56; letter-spacing: -1px;
	background-position: center left 33px;
	background-repeat: no-repeat;
}
.main-vs .vs-grid ul li:nth-child(1) { background-image: url(../images/ic-vision1.png); background-size: 58px 58px; }
.main-vs .vs-grid ul li:nth-child(2) { background-image: url(../images/ic-vision2.png); background-size: 64px 58px; background-position: center left 29px; }
.main-vs .vs-grid ul li:nth-child(3) { background-image: url(../images/ic-vision3.png); background-size: 57px 58px; }
.main-vs .bt-more { margin-top: 46px; }
.main-di { height: 750px; padding-top: 140px; text-align: center; background: url(../images/main-di.jpg)no-repeat center; background-size: cover; background-attachment: fixed; }
.main-di .subttl { color: #fff; margin-bottom: 63px; }
.main-di .academy { display: flex; justify-content: center; text-align: left; position: relative; bottom: -96px; }
.main-di .academy>li { width: 25%; height: 426px; padding: 26px 36px; color: #fff; position: relative; }
.main-di .academy>li:nth-child(1) { background: #28549a; }
.main-di .academy>li:nth-child(2) { background: #184182; }
.main-di .academy>li:nth-child(3) { background: #0b2f68; }
.main-di .academy>li:nth-child(4) { background: #031b42; padding-top: 0; padding-bottom: 0; }
.main-di .academy .num { display: block; margin-bottom: 20px; opacity: .4; }
.main-di .academy .ttl2 { margin-bottom: 16px; }
.main-di .academy .bt-more { color: rgba(255,255,255,.7); position: absolute; bottom: 48px; }
.main-di .academy .bt-more span:after { background: url(../images/ic-plus2.png)no-repeat center / 12px 12px rgba(255,255,255,.1); z-index: auto; }
.main-di .academy-link { display: flex; height: 144px; padding-left: 8px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 20px; font-weight: 700; letter-spacing: -1px; color: #c0ae8a; position: relative; }
.main-di .academy-link .ic-plus { position: absolute; right: 0; top: 50%; margin-top: -8px; transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transition: .2s linear; }
.main-di .academy-link .ic-plus:before, .main-di .academy-link .ic-plus:after { background: #c0ae8a; }
.main-di .academy-link:hover .ic-plus { transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); }
.main-di .link { display: none; }
.main-edu { padding-top: 236px; background: url(../images/main-deco2.png)no-repeat top right; }
.main-edu .edu { margin: 70px -142px 225px; position: relative; }
.main-edu .edu:before, .main-edu .edu:after {
	width: 196px; height: 196px;
	margin-top: -97px; margin-left: -98px;
	position: absolute; left: 50%; top: 50%;
	content: '';
}
.main-edu .edu:before {
	background: url(../images/saga-circle.png)no-repeat;
	background-size: contain;
	animation: rotate 5s infinite linear;
	-webkit-animation: rotate 5s infinite linear;
	-ms-animation: rotate 5s infinite linear;
}
.main-edu .edu:after { background: url(../images/main-saga.png)no-repeat; background-size: contain; }
@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(360deg); }
    to { -webkit-transform: rotate(0); }
}
@-moz-keyframes rotate {
    from { -moz-transform: rotate(360deg); }
    to { -moz-transform: rotate(0); }
}
@-ms-keyframes rotate {
    from { -ms-transform: rotate(360deg); }
    to { -ms-transform: rotate(0); }
}
@-o-keyframes rotate {
    from { -o-transform: rotate(360deg); }
    to { -o-transform: rotate(0); }
}
@keyframes rotate {
    from { transform: rotate(360deg); }
    to { transform: rotate(0); }
}
.main-edu .edu ul { font-size: 0; }
.main-edu .edu ul:after { display: block; clear: both; content: ''; }
.main-edu .edu li { display: inline-block; width: calc(50% - 284px); margin: 0 142px; padding: 33px 0 39px; text-align: center; vertical-align: top; }
.main-edu .edu h3 { margin-bottom: 8px; font-size: 26px; letter-spacing: -1px; line-height: 1.38; }
.main-edu .edu li:nth-child(1), .main-edu .edu li:nth-child(2) { border-top: 1px solid #666; border-bottom: 1px solid #e2e2e2; }
.main-edu .edu li:nth-last-child(-n+2) { border-bottom: 1px solid #000; }
.main-edu .edu h3:before { display: block; height: 82px; margin: 0 auto 22px; background-position: center; background-repeat: no-repeat; content: ''; }
.main-edu .edu li:nth-child(1) h3:before { background-image: url(../images/ic-edu1.png); background-size: 69px 80px; }
.main-edu .edu li:nth-child(2) h3:before { background-image: url(../images/ic-edu2.png); background-size: 78px 82px; }
.main-edu .edu li:nth-child(3) h3:before { background-image: url(../images/ic-edu3.png); background-size: 78px 79px; }
.main-edu .edu li:nth-child(4) h3:before { background-image: url(../images/ic-edu4.png); background-size: 80px 80px; }
.main-news { min-height: 660px; position: relative; }
.main-news:before { width: 61%; height: 100%; background: #eeebe5; position: absolute; right: 0; top: 0; content: ''; }
.main-news .ttl, .main-news .news { float: left; }
.main-news .ttl { width: 26.5%; padding-top: 20px; }
.main-news .news { width:calc(73.5% + 39px); display: table; margin-top: 120px; margin-right: -39px; }
.main-news h2 { margin-bottom: 92px; font-size: 60px; font-weight: 800; letter-spacing: -.5px; color: #1f5ec4; position: relative; }
.main-news h2:before { width: 352px; height: 125px; background: url(../images/saga-line.png)no-repeat; position: absolute; left: 0; top: -110px; content: ''; }
.main-news .bt-link { display: inline-block; margin-bottom: 28px; }
.main-news .link { display: block; font-size: 20px; letter-spacing: -.5px; line-height: 1.7; transition: .2s linear; }
.main-news .link:hover { color: #1f5ec4; }
.main-news .txt1 { font-weight: 400; margin: 27px 0 13px; }
.main-news .thum { position: relative; display: inline-block; }
.main-news .thum:before { width: 100%; height: 100%; background: #000; opacity: 0; position: absolute; left: 0; top: 0; transition: .2s linear; content: ''; }
.main-news .thum .play { opacity: 0; position: absolute; right: 27px; bottom: 24px; }
.main-news .news li { display: table-cell; vertical-align: top; padding-right: 39px; }
.main-news .news li:hover .play { opacity: 1; }
.main-news .news li:hover .thum:before { opacity: .5; }
.main-news .article-info:after { display: block; clear: both; content: ''; }
.main-news .article-info span { float: left; letter-spacing: -.5px; color: #000; }
.main-news .article-info span:first-child { opacity: .6; }
.main-news .article-info span:after { display: inline-block; width: 1px; height: 17px; vertical-align: middle; margin: 0 11px; background: #000; opacity: .25; content: ''; }
.main-news .article-info span:last-child:after { display: none; }
.main-news .news h3 .bt-link { display: none; }
@media (max-width: 1280px) {
	.main-visual .schedule { width: 96%; margin-left: -48%; }
	.main-visual .schedule ul li { padding: 0 23px; }
}
@media (max-width: 1199px) {
	.main-visual .tb { display: block; padding-top: 130px; }
	.main-visual h1.pc { display: none; }
	.main-visual .slider { margin-left: 0; }
	.main-visual .link { top: 266px; right: 20px; }
}
@media (max-width: 1110px) {
	.main-visual .schedule { position: relative; left: auto; bottom: auto; margin: -130px auto 0; }
	.main-visual .schedule .schedule-ttl, .main-visual .schedule ul { width: 100%; }
	.main-visual .schedule ul { height: auto; padding: 35px 0; text-align: left; position: relative; }
	.main-visual .schedule ul:before { width: 1px; height: 60%; background: #fff; opacity: .3; position: absolute; left: 36px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); content: ''; }
	.main-visual .schedule ul li { display: flex; align-items: center; margin-bottom: 28px; }
	.main-visual .schedule ul li:after { display: none; }
	.main-visual .schedule ul li:last-child { margin-bottom: 0; }
	.main-visual .schedule ul li:before { display: inline-block; margin: 0 8px 0 0; }
	.main-visual .schedule ul li h2 { width: 94px; }
	.main-visual .schedule .s-txt { margin-top: 0; }
	.main-visual .schedule .s-txt br { display: none; }
	.main-visual .swiper-pagination { margin: 30px 0; position: static; }
	.main-visual .swiper-button-prev, .main-visual .swiper-button-next { background-color: #3266b8; }
	.main-visual .swiper-button-next { top: 106px; }
	.main-visual .link.pc { display: none; }
	.main-visual .link.mo { width: 96%; margin: 0 auto; position: static; display: flex; margin-top: 110px;}
	.main-visual .link a { width: 33.333%; height: 118px; padding: 0 15px; display: flex; align-items: center; font-size: 13px; position: relative; }
	.main-visual .link a:before { width: 1px; height: 92px; margin-top: -46px; background: #1d3357; position: absolute; right: 0; top: 50%; content: ''; }
	.main-visual .link a:last-child:before { display: none; }
	.main-visual .link a span:before { display: none; }
	.main-visual .link a span { padding-left: 0; padding-top: 38px; background-position: top left !important; }
	.main-visual .link a:nth-child(1) span { background-size: 35px 27px; }
	.main-visual .link a:nth-child(2) span { background-size: 21px 27px; }
	.main-visual .link a:nth-child(3) span { background-size: 26px 27px; }
	.main-visual .link a:nth-child(4) span { background-size: 26px 27px; }
}
@media (max-width: 1023px) {
	.main-vs .vs-grid>div:first-child, .main-vs .vs-grid>div:last-child { width: 100%; }
	.main-vs .vs-grid>div:first-child { margin-bottom: 45px; }
	.main-vs .vs-grid ul { margin-top: 0; }
	.main-vs .vs-grid ul li:nth-child(1) { border-top: 1px solid #e2e2e2; }
	.main-di { height: 613px; }
	.main-di .academy { width: calc(100% + 20px); overflow-x: scroll; white-space: nowrap; font-size: 0; background: transparent; box-shadow: none; }
	.main-di .academy>li { float: none; display: inline-block; vertical-align: top; width: 25%; height: 295px; padding: 20px; margin-right: 20px; }
	.main-di .academy>li.li-mod {white-space: normal; height: 332px;}
	.main-di .academy>li:last-child { margin-right: 0; }
	.main-di .academy .num { font-size: 12px; margin-bottom: 14px; }
	.main-di .academy .ttl2 { font-size: 22px; line-height: 1.36; margin-bottom: 12px; }
	.main-di .academy .txt2 { font-size: 15px; line-height: 1.4; }
	.main-di .academy .bt-more { font-size: 13px; bottom: 31px; }
	.main-di .academy .bt-more span:after { width: 40px; height: 40px; background-size: 9px 9px; }
	.main-di .academy-link { height: 98.33px; }
	.main-edu .edu li { width: calc(100% - 284px); }
	.main-edu .edu li:nth-child(2) { border-top: 0; }
	.main-edu .edu li:nth-child(3) { border-bottom: 1px solid #e2e2e2; }
	.main-edu .edu:before, .main-edu .edu:after { display: none; }
	.main-news { min-height: auto; }
	.main-news .ttl { width: 100%; }
	.main-news .bt-link, .main-news .link { display: none; }
	.main-news { padding-bottom: 54px; }
	.main-news .news { width: calc(100% + 39px); margin-top: 0; display: block; }
	.main-news .news:after { display: block; clear: both; content: ''; }
	.main-news .news li { width: 50%; display: inline-block; float: left; }
	.main-news .thum img { width: 100%; }
	.main-news .news li:last-child { width: 100%; margin-top: 48px; }
	.main-news .news li:last-child a:after { display: block; clear: both; content: ''; }
	.main-news .news li:last-child .thum, .main-news .news li:last-child h3 { float: left; }
	.main-news .news li:last-child .thum { width: 21%; }
	.main-news .news li:last-child h3 { width: 79%; padding-left: 25px; font-size: 20px; font-weight: 700; }
	.main-news .news li:last-child h3 .bt-link { display: block; margin-top: 10px; }
}
@media (max-width: 767px) {
	.main-visual .shape1 { width: 27px; height: 27px; border-width: 7px; left: auto; right: 86px; top: 119px; }
	.main-visual .shape2 { width: 22px; height: 22px; right: 20px;  top: 92%; }
	.main-visual .shape3 { width: 35px; height: 35px; left: 33px; bottom: -70px; }
	.main-visual { background-image: url(../images/m-main-deco3.png); background-position: left top 164px; background-size: contain; }
	.main-visual .tb { padding-top: 121px; margin-bottom: 10px; font-size: 65px; line-height: 1.08; }
	.main-visual .schedule .schedule-ttl { height: 115px; padding: 18px; font-size: 18px; background-size: 54px 51px; background-position: left 18px bottom 15px; }
	.main-visual .swiper-button-prev, .main-visual .swiper-button-next { width: 57px; height: 57.5px; background-size: 6px 11px; }
	.main-visual .swiper-button-next { top: 58px; }
	.main-visual .schedule ul { padding: 32px 0; }
	.main-visual .schedule ul:before { left: 31px; }
	.main-visual .schedule ul li:before { width: 17px; height: 17px; line-height: 17px; font-size: 12px; }
	.main-vs { padding: 50px 0 74px; background-size: contain; background-position: right -182px top -32px; }
	.main-vs .bt-more { margin-top: 23px; }
	.main-vs .vs-grid ul li { font-size: 16px; line-height: 1.68; height: 113px; padding-left: 96px; }
	.main-vs .vs-grid ul li:nth-child(1) { background-size: 44px 44px; background-position: center left 17px; }
	.main-vs .vs-grid ul li:nth-child(2) { background-size: 45px 42px; background-position: center left 14px; }
	.main-vs .vs-grid ul li:nth-child(3) { background-size: 40px 40px; background-position: center left 16px; }
	.main-di { height: 464px; padding-top: 58px; }
	.main-di h2.mo { padding: 0 20px; }
	.main-di .subttl { margin-bottom: 20px; }
	.main-di .academy {display: block;  bottom: -52px; }
	.main-di .academy>li { width: 210px; }
	.main-di .academy>li.pc { display: none; }
	.main-di .link { display: flex; margin-top: 84px; height: 121px; background: #031b42; align-items: flex-start; }
	.main-di .link a { width: 33.333%; height: 100%; align-items: flex-start; font-size: 14px; line-height: 19px; text-align: left; border: 0; padding-left: 18px; padding-top: 18px; }
	.main-di .link a:after { width: 1px; height: 85px; background: #fff; opacity: .2; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); content: ''; }
	.main-di .link a:last-child:after { display: none; }
	.main-di .academy-link .ic-plus { width: 10px; height: 10px; margin-top: 0; left: 18px; bottom: 22px; top: auto; }
	.main-edu { padding-top: 306px; background-size: 80%; }
	.main-edu .edu { margin-top: 46px; margin-bottom: 122px; }
	.main-edu .edu h3 { font-size: 22px; margin-bottom: 4px; }
	.main-edu .edu h3:before { height: 56px; margin: 0 auto 9px; }
	.main-edu .edu li { padding-bottom: 32px; }
	.main-edu .edu li:nth-child(1) h3:before, .main-edu .edu li:nth-child(2) h3:before, .main-edu .edu li:nth-child(3) h3:before, .main-edu .edu li:nth-child(4) h3:before {
		background-size: contain;
	}
	.main-news .news { width: calc(100% + 12px); margin-right: -12px; }
	.main-news:before { width: 85%; top: 120px; }
	.main-news .news li { padding-right: 12px; }
	.main-news .txt1 { font-size: 15px; line-height: 20px; margin: 9px 0 8px; }
	.main-news .ttl { padding-top: 0; }
	.main-news h2 { font-size: 37px; margin-bottom: 37px; }
	.main-news h2:before { width: 211px; height: 74px; background-size: contain; top: -65px; }
}

/* breadcrumb */
.breadcrumb { margin-bottom: 82px; box-shadow: 0 10px 20px rgba(0,0,0,.07); border-bottom: 1px solid #e2e2e2; }
.breadcrumb ul { height: 69px; display: flex; align-items: center; justify-content: flex-end; }
.breadcrumb ul li { font-size: 15px; letter-spacing: -.5px; }
.breadcrumb ul li:after { display: inline-block; width: 7px; height: 11px; margin: 0 18px; background: url(../images/ic-next.png)no-repeat; background-size: contain; content: ''; }
.breadcrumb ul li:last-child:after, .breadcrumb .home:after { display: none; }
.breadcrumb .home { margin-right: 18px; }
.breadcrumb .home a { display: inline-block; width: 14px; height: 15px; background: url(../images/ic-home.png)no-repeat; background-size: contain; }
@media (max-width: 767px) {
	.breadcrumb { margin-bottom: 50px; }
	.breadcrumb ul { height: 50px; }
	.breadcrumb ul li { font-size: 12px; }
	.breadcrumb ul li:after { margin: 0 10px; }
}

/* Grid */
.col-2 { display: flex; flex-wrap: wrap; justify-content: space-between; }
.col-2>div { flex-basis: 47%; }
@media (max-width: 767px) {
	.col-2 { display: block; }
}

/* Table */
.table1 { border-top: 2px solid #555555; border-bottom: 1px solid #bbb; position: relative; }
/* .table1:before { width: 100%; height: 1px; background: #bbb; position: absolute; left: 0; bottom: 0; content: ''; } */
.table1 th, .table1 td { padding: 22px 0; letter-spacing: -.5px; font-size: 1rem; }
.table1 th { background: #f9f9f9; border-bottom: 1px solid #bbb; font-weight: 400; }
.table1 td { text-align: center; border-left: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; }
.table1 td:first-child { border-left: 0; }
.table1 tr:last-child td, .table1 tbody tr:last-child th, .sub .no-line { border-bottom: 0; }
.table1 td.line { border-left: 1px solid #e7e7e7; }
.table1 tbody th { border-bottom: 1px solid #e7e7e7; }
.table1 td p { font-size: 1rem; line-height: 1.3; word-break: keep-all; }
.table2 { border-top: 1px solid #000; }
.table2 th { padding: 20px 22px; font-size: 16px; font-weight: 800; color: #888; text-align: left; }
.table2 th, .table2 td { letter-spacing: -1px; border-bottom: 1px solid #d9d9d9; }
.table2 th small { display: block; font-size: 14px; font-weight: 400; color: #888; line-height: 1.71; margin-top: 5px; }
.table2 td { padding: 50px 22px; font-size: 18px; color: #000; }
.table2 .pass, .table2 .fail { font-weight: 800; }
.table2 .pass { color: #1f5ec4; }
.table2 .fail { color: #da0e0e; }
.scroll-box + .caption { margin-top: 26px; }
td.align-l { text-align: left; }
@media (max-width: 767px) {
	.scroll-box { overflow-x: scroll; }
	.scroll-box table { table-layout: fixed; width: 550px; }
	.scroll-box + .caption { margin-top: 15px; font-size: 1rem; }
	.table2 th { font-size: 1rem; padding: 15px 10px; }
	.table2 td { font-size: 14px; padding: 30px 10px; }
	.table2 th small { font-size: 10px; line-height: 1.3; }
	.scroll-box .table1 {width: 100% !important;}
}

/* Sub */
.sub .ttl-box { margin-bottom: 24px; }

/* 총장소개 */
.sub { font-size: 106.25%; padding-bottom: 220px; }
.sub .intro1 { padding: 84px 0; background: url(../images/president-img.jpg)no-repeat bottom right #e6ecf5; position: relative; }
.sub .intro1 .president { width: 60%; }
.sub .intro1 .block { margin-bottom: 54px; }
.sub .intro1 .block:last-child { margin-bottom: 0; margin-top: -16px; }
.sub .intro1 .block h2 { margin-bottom: 17px; font-size: 32px; letter-spacing: -1px; font-weight: 400; }
.sub .intro1 .block h2 span { font-weight: 700; }
.sub .intro1 .block h3 { margin-bottom: 12px; }
.sub .intro1 .block p { line-height: 1.7; color: #000; }
.sub .intro1 .video { display: flex; margin-top: 19px; }
.sub .intro1 .video li { width: 214px; margin-right: 22px; text-align: center; }
.sub .intro1 .video li:last-child { margin-right: 0; }
.sub .intro1 .iframe { padding-top: 56.25%; }
.sub .intro1 .video p { margin-top: 11px; }
.sub .intro1 .deco1, .sub .intro1 .deco2, .sub .intro1 .deco3, .sub .intro1 .deco4 { position: absolute; }
.sub .intro1 .deco1 { width: 68px; height: 68px; border-radius: 100%; opacity: .5; background: #a9b6c9; left: 60%; top: 95px; }
.sub .intro1 .deco2 { width: 38px; height: 38px; border-radius: 100%; border: 12px solid #1f5ec4; left: 63%; top: 140px; }
.sub .intro1 .deco3 { width: 33px; height: 33px; background: url(../images/shape2.png)no-repeat; background-size: contain; right: 60px; top: 17px; }
.sub .intro1 .deco4 { width: 100px; height: 100px; background: url(../images/shape3.png)no-repeat; background-size: contain; right: 117px; bottom: -150px; }
.sub .intro2 { padding: 122px 0 0; }
.sub .intro2 .ttl1 { margin-bottom: 76px; font-weight: 400; }
.sub .intro2 .ttl1 span { font-weight: 700; color: #1f5ec4; }
.sub .intro2 .sign { margin-top: 32px; color: #888; letter-spacing: -1px; }
.sub .intro2 .sign span { margin: 0 0 0 8px; font-size: 22px; font-weight: 700; color: #111; }
.sub .intro2 .sign img { width: 173px; height: 43px; display: block; }
.iframe { position: relative; padding-top: 56.25%; }
.iframe iframe { position: absolute; left: 0; top: 0; }
@media (max-width: 1700px) {
	.sub .intro1 { background-image: url(../images/m-president-img.jpg); }
}
@media (min-width: 768px) {
	.sub .president-txt { margin: 16px 0 64px; font-size: 33px; line-height: 1.51; letter-spacing: -2.5px; }
}
@media (min-width: 1441px) {
	.sub .intro1:before { width: 60px; height: 100%; background: #fff; position: absolute; left: 0; top: 0; content: ''; }
}
@media (max-width: 767px) {
	.sub { font-size: 1rem; padding-bottom: 100px; }
	.sub .intro1 { padding: 28px 0 50px; background-size: contain; background-position: top 105px right; }
	.sub .intro1 .president { width: 100%; }
	.sub .president-txt { font-size: 15px; line-height: 1.4; margin-bottom: 140px; }
	.sub .intro1 .deco1 { left: 84%; }
	.sub .intro1 .deco2 { left: 95%; }
	.sub .intro1 .block { margin-bottom: 42px; }
	.sub .intro1 .block h2 { font-size: 26px; margin-bottom: 15px; }
	.sub .intro1 .block p { line-height: 22px; }
	.sub .intro1 .deco4 { display: none; }
	.sub .intro2 { padding: 50px 0 0; }
	.sub .intro2 .ttl1 { margin-bottom: 40px; font-size: 28px; }
	.sub .intro2 .ttl1 span { letter-spacing: -2.5px; }
}

/* 재단법인 */
.sub .cover { background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; }
.sub .cover:before { width: 60px; height: 100%; background: #fff; position: absolute; left: 0; top: 0; z-index: 10; content: ''; }
.sub .foundation1 { padding-top: 115px; height: 562px; text-align: center; background-image: url(../images/foundation-bg.jpg); color: #fff; }
.sub .foundation1 h2, .sub .foundation1 p { opacity: .9; }
.sub .foundation1 h2 { font-size: 56px; font-weight: 400; letter-spacing: -1px; }
.sub .foundation1 h2:before { display: block; width: 170px; height: 170px; margin: 0 auto 30px; background: url(../images/foundation-logo.png)no-repeat; background-size: contain; background-blend-mode: screen; content: ''; }
.sub .foundation1 p { margin-top: 25px; }
.sub .foundation2 { padding: 120px 0 124px; }
.sub .foundation2 .ttl1 { margin-bottom: 70px; text-align: center; }
.sub .foundation2 ul { display: flex; }
.sub .foundation2 ul li { width: 33.333%; text-align: center; }
.sub .foundation2 ul li:before { display: block; margin: 0 auto 38px; width: 100%; height: 85px; background-repeat: no-repeat; background-position: center; background-size: contain; content: ''; }
.sub .foundation2 ul li:nth-child(1):before { background-image: url(../images/foundation-vision1.png); }
.sub .foundation2 ul li:nth-child(2):before { background-image: url(../images/foundation-vision2.png); }
.sub .foundation2 ul li:nth-child(3):before { background-image: url(../images/foundation-vision3.png); }
.sub .foundation2 ul li h3 { margin-bottom: 16px; font-size: 26px; letter-spacing: -1px; }
.sub .foundation3 { padding: 96px 0 125px; background: #f4f4f4; }
.sub .foundation3 .bt-line { position: absolute; right: 0; top: 0; }
.sub .foundation3 .people { display: flex; flex-wrap: wrap; margin-top: 70px; }
.sub .foundation3 .people li { width: 20%; padding: 0 10px; margin-bottom: 75px; }
.sub .foundation3 .people .ttl3 { margin: 30px 0 8px; }
.sub .foundation4 { padding: 125px 0 0; }
.sub .foundation4 .graph { margin-top: 60px; }
.sub .foundation4 .graph1 {display: flex; margin-top: 40px; flex-direction: row; justify-content:right; gap: 10px;}
.sub .foundation4 .graph2 
.sub .foundation4 .diagram { text-align: center; margin: 58px 0 48px; }
.sub .foundation4 .management { padding-bottom: 134px; margin-bottom: 64px; border-bottom: 1px solid #e2e2e2; }
.sub .foundation4 .sponsor { margin-bottom: 86px; }
.sub .foundation4 .gtl-ttl img { width: 270px; }
.sub .character { display: flex; justify-content: space-between; flex-wrap: wrap; }
.sub .character>li { width: 48%; min-height: 230px; margin-bottom: 4%; padding: 31px 40px 30px; background: url(../images/foundation-deco.jpg)no-repeat right bottom #eeebe5; }
.sub .character h3 { margin-bottom: 15px; font-family: 'nanumsquare'; font-size: 36px; font-weight: 800; letter-spacing: -2px; }
.sub .character .s-txt { margin-bottom: 20px; opacity: .5; }
.sub .character .txt3 { letter-spacing: -1.5px; }
.grid { display: flex; flex-wrap: wrap; padding-bottom: 122px; margin-bottom: 62px; border-bottom: 1px solid #e2e2e2; }
.grid:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.grid>.ttl4 { width: 24%; line-height: 1.5; }
.grid>.ttl4 .s-txt { display: block; margin-top: 8px; color: #a9a9a9; }
.grid>.cont { width: 76%; padding-left: 32px; }
.grid .cont-ttl { font-size: 32px; letter-spacing: -2px; }
.grid .cont-ttl + .txt3 { margin-top: 25px; }
@media (max-width: 1420px) and (min-width: 1024px) {
	.sub .cover { padding-left: 60px; }
}
@media (max-width: 1280px) {
	.sub .foundation3 .bt-line { right: 20px; }
}
@media (min-width: 1024px) {
	.sub .foundation3 .people li:nth-last-child(-n+4) { margin-bottom: 0; }
	.sub .foundation4 .gtl>li:nth-last-child(-n+2) { margin-bottom: 0; }
	.sub .character>li:nth-last-child(-n+2) { margin-bottom: 0; }
}
@media (max-width: 1023px) {
	.grid { display: block; }
	.grid>.ttl4, .grid .cont { width: 100%; }
	.grid .cont { padding-left: 0; margin-top: 50px; }
	.sub .cover:before { display: none; }
	.sub .foundation1 { height: 400px; padding-top: 70px; }
	.sub .foundation1 h2 { font-size: 30px; }
	.sub .foundation1 h2:before { width: 84px; height: 84px; }
	.sub .foundation2 { padding: 50px 0 70px; }
	.sub .foundation2 ul { display: block; }
	.sub .foundation2 ul li { width: 100%; margin-bottom: 50px; }
	.sub .foundation2 ul li:last-child { margin-bottom: 0; }
	.sub .foundation2 ul li:before { height: 44px; margin: 0 auto 20px; }
	.sub .foundation2 ul li h3 { font-size: 18px; }
	.sub .foundation3 .people li { width: 25%; }
}
@media (max-width: 767px) {
	.grid { padding-bottom: 50px; margin-bottom: 40px; }
	.grid .cont { margin-top: 20px; }
	.grid .cont-ttl { font-size: 20px; }
	.grid .cont-ttl + .txt3 { margin-top: 10px; }
	.sub .foundation3 { padding: 50px 0 70px; }
	.sub .foundation3 .people li { width: 50%; margin-bottom: 40px; }
	.sub .foundation3 .people li:nth-last-child(-n+2) { margin-bottom: 0; }
	.sub .foundation3 .people .ttl3 { margin: 20px 0 8px; }
	.sub .foundation4 { padding: 50px 0 0; }
	.sub .foundation4 .diagram { margin: 30px 0 20px; }
	.sub .foundation4 .sponsor { margin-bottom: 50px; }
	.sub .foundation4 .management { padding-bottom: 70px; }
	.sub .character { display: block; }
	.sub .character li { width: 100%; min-height: auto; padding: 30px 20px; }
	.sub .character h3 { font-size: 22px; }
	.sub .foundation4 .graph1 {display: flex;margin-top: 30px; flex-direction: row; flex-wrap: nowrap; gap:3px;}
  .sub .foundation4 .graph2 
}

/* 비전 */
.sub .vision1 { height: 734px; padding-top: 180px; background-image: url(../images/vision-cover.jpg); color: #fff; }
.sub .vision1 .inner { padding-left: 50%; }
.sub .vision1 .inner:before { width: 50%; height: 100%; background: url(../images/vision1-ttl.png)no-repeat left top; position: absolute; top: 0; left: 0; content: ''; }
.sub .vision1 h2 { margin-bottom: 24px; font-size: 32px; letter-spacing: -1px; }
.sub .vision1 p { margin-bottom: 40px; line-height: 1.81; }
.sub .vision2 { padding: 120px 0 0; }
.sub .vision2 .cont .ttl4 { font-weight: 400; }
.sub .vision2 .cont .ttl4 span { font-weight: 700; }
.sub .vision2 .mv .ttl4 { line-height: 1.5; }
.sub .vision2 .mv ul { display: flex; margin-top: 78px; }
.sub .vision2 .mv ul li { width: 33.333%; text-align: center; }
.sub .vision2 .mv ul li:before { display: block; margin: 0 auto 37px; width: 100%; height: 58px; background-position: center; background-repeat: no-repeat; background-size: contain; content: ''; }
.sub .vision2 .mv ul li:nth-child(1):before { background-image: url(../images/ic-vision1.png); }
.sub .vision2 .mv ul li:nth-child(2):before { background-image: url(../images/ic-vision2.png); }
.sub .vision2 .mv ul li:nth-child(3):before { background-image: url(../images/ic-vision3.png); }
.sub .vision2 .mv .txt1 { line-height: 1.64; }
.sub .vision2 .ai .txt3 { min-height: 95px; padding-left: 128px; position: relative; }
.sub .vision2 .ai .txt3:before { width: 94px; height: 94px; margin-top: -47px; background: url(../images/vision2-logo.png)no-repeat; background-size: contain; position: absolute; left: 0; top: 50%; content: ''; }
.sub .vision2 .ai-slide { margin-top: 58px; position: relative; overflow: hidden; }
.sub .vision2 .ai-slide .num { display: block; margin-bottom: 22px; font-size: 18px; font-weight: 800; letter-spacing: -1px; }
.sub .vision2 .ai-slide .txt1 { font-weight: 700; line-height: 1.54; }
.sub .vision2 .ai-slide .inner { display: flex; justify-content: space-between; }
.sub .vision2 .ai-slide .swiper-pagination { text-align: left; bottom: -5px; }
.sub .vision2 .ai-slide .swiper-pagination-bullet { width: 17px; height: 3px; opacity: .2; border-radius: 0; background: #000; }
.sub .vision2 .ai-slide .swiper-pagination-bullet-active { opacity: 1; }
.sub .vision2 .value .diagram { display: flex; height: 334px; margin-top: 50px; justify-content: center; align-items: center; background: url(../images/value-diagram.png)no-repeat center; }
.sub .vision2 .value .diagram li { width: 230px; height: 230px; margin-left: -14px; text-align: center; border-radius: 100%; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 6px 22px 51px rgba(0,0,0,.16); }
.sub .vision2 .value .diagram li:nth-child(1) { background: #776643; margin-left: 0; }
.sub .vision2 .value .diagram li:nth-child(2) { background: #021b43; }
.sub .vision2 .value .diagram li:nth-child(3) { background: #0059ab; }
.sub .vision2 .value .diagram li:nth-child(4) { background: #0094d9; }
.sub .vision2 .value .diagram dt { font-weight: 800; margin-bottom: 5px; }
.sub .vision2 .value .diagram dd { font-size: 16px; line-height: 1.56; letter-spacing: -1px; color: rgba(255,255,255,.8); }
.sub .vision2 .leader p { margin-top: 22px; font-size: 35px; font-weight: 400; letter-spacing: -2px; line-height: 1.37; }
.sub .vision2 .leader p span { font-weight: 700; }
.sub .vision2 .character li { min-height: 236px; padding-top: 36px; }
.sub .vision2 .character h3 { font-size: 32px; }
.sub .goal { display: flex; justify-content: space-between; margin-right: -36px; }
.sub .goal li { padding-right: 36px; }
.sub .goal .ttl3 { font-weight: 800; margin: 34px 0 8px; }
@media (min-width: 769px) {
	:lang(en) .sub .vision2 .ai-slide .txt1 { height: 136px; }
}
@media (max-width: 767px) {
	.sub .vision2 .mv .txt1 { font-size: 1rem; line-height: 1.65; }
	.sub .vision2 .mv ul { margin-top: 40px; }
	 .sub .vision2 .mv ul li:before { margin: 0 auto 20px; }
}

.sub .history1 { height: 734px; color: #fff; background-image: url(../images/history-cover.jpg); position: relative; }
.sub .history1 .map { position: absolute; right: -98px; top: 88px; }
.sub .history1 h2 { padding-top: 183px; font-size: 32px; margin-bottom: 53px; }
.sub .history1 .txt1 { font-weight: 700; margin-bottom: 24px; }
.sub .history1 .txt1:before { display: block; width: 32px; height: 1px; margin-bottom: 10px; background: #fff; content: ''; }
.sub .history1 .facility { display: flex; }
.sub .history1 .facility ul { margin-right: 50px; }
.sub .history1 .facility li { font-size: 15px; letter-spacing: -1px; line-height: 1.87; }
.sub .history2 { padding-top: 100px; }
.sub .history-list { display: flex; flex-wrap: wrap; border-top: 4px solid #1f5ec4; padding-top: 24px; margin-top: 56px; }
.sub .history-list .list { width: 50%; }
.sub .history-list .list h3 { margin-bottom: 34px; font-family: 'NanumSquare'; font-size: 50px; font-weight: 700; letter-spacing: -2px; color: #1f5ec4; }
.sub .history-list .list ul li { margin-bottom: 18px; display: flex; flex-wrap: wrap; align-content: flex-start; }
.sub .history-list .list .month { flex-basis: 52px; line-height: 1.65; font-weight: 700; }
.sub .history-list .list .txt3 { flex-basis: calc(100% - 52px); }
@media (max-width: 1280px) {
	.sub .vision1 .inner:before { left: 20px; width: 40%; background-size: contain; }
}
@media (max-width: 767px) {
	.sub .vision1 { padding: 50px 0; height: auto; }
	.sub .vision1 .inner:before { display: block; width: 225px; height: 170px; margin-bottom: 30px; position: static; }
	.sub .vision1 .inner { padding-left: 0; }
	.sub .vision1 h2 { font-size: 24px; margin-bottom: 10px; }
	.sub .vision1 p { line-height: 1.5; }
	.sub .vision2 { padding: 50px 0 0; }
	.sub .vision2 .cont .ttl4 { font-size: 22px; line-height: 1.2; }
	.sub .vision2 .ai-slide .inner { display: block; }
	.sub .vision2 .ai-slide .inner>div:last-child { margin-top: 20px; }
	.sub .vision2 .value .diagram { display: block; height: auto; background: url(../images/value-line.png)no-repeat center; background-size: 100%; }
	.sub .vision2 .value .diagram li { width: 225px; height: 225px; }
	.sub .vision2 .value .diagram li:nth-child(1), .sub .vision2 .value .diagram li { margin: -24px auto 0; }
	.sub .vision2 .value .diagram li:nth-child(1) { margin: 0 auto; }
	.sub .vision2 .value .diagram dt { font-size: 21px; margin-bottom: 2px; }
	.sub .vision2 .value .diagram dd { font-size: 1rem; line-height: 21px; }
	.sub .vision2 .leader p { font-size: 22px; line-height: 1.2; }
	.sub .goal { display: block; margin-right: 0; }
	.sub .goal li { width: 100%; padding-right: 0; margin-bottom: 40px; }
	.sub .goal li:last-child { margin-bottom: 0; }
	.sub .goal li img { width: 100%; }
	.sub .goal .ttl3 { margin: 20px 0 8px; }
	.sub .vision2 .character li { min-height: auto; }
	.sub .vision2 .character h3 { font-size: 22px; }

	.sub .history1 { height: auto; padding-top: 80px; padding-top: 74px; }
	.sub .history1 .map { position: static; height: auto; width: calc(100% + 30px); margin-left: -15px; }
	.sub .history1 h2 { font-size: 26px; padding-top: 35px; margin-bottom: 40px; }
	.sub .history1 .txt1 { margin-bottom: 16px; }
	.sub .history1 .facility { justify-content: space-between; }
	.sub .history1 .facility ul { margin-right: 0; }
	.sub .history1 .facility li { font-size: 1rem; }
	.sub .history2 { padding-top: 50px; }
	.sub .history-list { display: block; margin-top: 30px; padding-top: 0; border-top: 0; }
	.sub .history-list .list { width: 100%; padding-top: 10px; border-top: 2px solid #1f5ec4; margin-bottom: 40px; }
	.sub .history-list .list:last-child { margin-bottom: 0; }
	.sub .history-list .list h3 { font-size: 30px; margin-bottom: 15px; }
	.sub .history-list .list ul li { margin-bottom: 10px; }
}

/* 오시는 길 */
.sub .map { height: 576px; margin-bottom: 125px; }
.sub .direction .grid .ttl3 span { display: block; margin-bottom: 24px; font-size: 1rem; font-weight: 800; color: #061e45; }
.sub .direction .transport { display: flex; }
.sub .direction .transport li { display: flex; align-items: center; }
.sub .direction .transport li:first-child { margin-right: 120px; }
.sub .direction .transport li:before { width: 71px; height: 71px;margin-right: 20px; border-radius: 100%; background-repeat: no-repeat; background-size: contain; background-color: #3771cd; content: ''; }
.sub .direction .transport li:nth-child(1):before { background-image: url(../images/ic-subway.png); }
.sub .direction .transport li:nth-child(2):before { background-image: url(../images/ic-bus.png); }
.sub .direction .transport dt { margin-bottom: 14px; font-size: 1rem; font-weight: 700; color: #888; }
.sub .direction .transport dd { font-weight: 700; font-size: 23px; letter-spacing: -1px; }
.sub .direction .info { counter-reset: item; }
.sub .direction .info li { counter-increment: item; margin-bottom: 60px; }
.sub .direction .info li:last-child { margin-bottom: 0; }
.sub .direction .info li:before { display: block; margin-bottom: 24px; content: '0'counter(item); font-weight: 800; letter-spacing: -1px; }
.sub .direction .info p { margin-top: 12px; color: #666666; }
.sub .direction .info p span:after { display: inline-block; margin: 0 7px 0 12px; content: '|'; color: #b3b3b3; }
.sub .direction .info p span:last-child:after { display: none; }
.sub .direction .info p strong { display: inline-block; margin-right: 5px; }
@media (max-width: 1024px) {
	.sub .direction .transport li:first-child { margin-right: 50px; }
}
@media (max-width: 767px) {
	.sub .map { margin-bottom: 70px; }
	.sub .direction .transport { display: block; }
	.sub .direction .transport li:first-child { margin-right: 0; margin-bottom: 20px; }
	.sub .direction .transport dl { width: calc(100% - 91px); }
	.sub .direction .transport dd { font-size: 18px; }
	.sub .direction .info li { margin-bottom: 30px; }
	.sub .direction .info li:before { margin-bottom: 10px; }
}

/* 입학안내 */
.caption { font-size: 14px; color: #555; letter-spacing: -1px; line-height: 1.57; padding-left: 16px; position: relative; }
.caption:before { content: '※'; position: absolute; left: 0; top: 0; }
.sub .ag { padding-top: 75px; }
.sub .ag .ttl4 { font-size: 36px; }
.sub .ag .step { display: flex; align-items: flex-start; margin-bottom: 60px; }
.sub .ag .step .txt3 { width: 265px; height: 104px; display: flex; align-items: center; justify-content: center; color: #fff; }
.sub .ag .step .txt3.mod { width: 418px;}
.sub .ag .step li { margin-right: 96px; text-align: center; position: relative; }
.sub .ag .step li:before { width: 37px; height: 24px; margin-top: -12px; background: url(../images/step-arrow.png)no-repeat; background-size: contain; position: absolute; top: 50%; right: -66px; content: ''; }
.sub .ag .step li:last-child { margin-right: 0; }
.sub .ag .step li:last-child:before { display: none; }
.sub .ag .step li:first-child .txt3 { background: #8997ad; }
.sub .ag .step li:last-child .txt3 { background: #396fc5; }
.sub .ag .step .s-txt { color: #396fc5; margin-top: 12px; }
.sub .ag .document { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 30px; counter-reset: item; }
.sub .ag .document ul li { margin-bottom: 61px; align-items: center; counter-increment: item; padding-left: 45px; position: relative; }
.sub .ag .document ul li.mod { margin-bottom: 113px;}
.sub .ag .document ul:last-child li:last-child { margin-bottom: 0; }
.sub .ag .document ul li:before {
	width: 29px; height: 29px;
	border: 2px solid #000; border-radius: 100%;
	font-size: 15px; font-weight: 700; line-height: 25px;
	text-align: center;
	box-sizing: border-box;
	content: counter(item);
	position: absolute; left: 0; top: -6px;
}
.sub .ag .document .ttl3 { margin-bottom: 12px; }
.sub .ag .document .caption { margin-top: 10px; }
.sub .ag .document + svg { margin-top: 50px; margin-left: 45px; }
.sub .ag .info { padding-top: 35px; }
.sub .ag .info .txt1 { margin-bottom: 20px; }
.sub .ag .info .bullet li:before { background: #111; }
.sub .ag .info .noti { margin-top: 50px; padding: 24px 50px; background: #f9f9f9; }
.sub .ag .info .noti strong { margin-bottom: 15px; display: block; position: relative; }
.sub .ag .info .noti strong:before {
	width: 20px; height: 20px;
	border: 1px solid rgba(0,0,0,.9); border-radius: 100%;
	background: url(../images/ic-noti.png)no-repeat center;
	box-sizing: border-box;
	content: '';
	position: absolute; left: -29px; top: -2px;
}
.sub .ag .info .noti p { font-size: 14px; letter-spacing: -1px; line-height: 1.57; color: #555; }
@media (max-width: 1280px){.sub .ag .step .txt3.mod { width: 300px; height: 80px; }}
@media (max-width: 882px) {
	.sub .ag .document ul:last-child { margin-top: 60px; }
	.sub .ag .step .txt3.mod { width: 250px; height: 80px; }	
}
@media (max-width: 767px) {
	.sub .ag { padding-top: 0; }
	.sub .ag .ttl4 { font-size: 30px; }
	.sub .ag .step { margin-right: -50px; }
	.sub .ag .step li { width: calc(50% - 50px); margin-right: 50px; }
	.sub .ag .step .txt3 { width: 100%; height: 80px; }
	.sub .ag .step .txt3.mod { width: 100%; height: 80px; }
	.sub .ag .step li:before { right: -45px; }
	.sub .ag .step .s-txt { line-height: 1.4; }
	.sub .ag .document ul li { margin-bottom: 30px; padding-left: 35px; }
	.sub .ag .document ul li.mod { margin-bottom: 30px;}
	.sub .ag .document ul:last-child { margin-top: 30px; }
	.sub .ag .document ul li:before { width: 24px; height: 24px; line-height: 20px; font-size: 1rem; top: -3px; }
	.sub .ag .document .ttl3 { margin-bottom: 5px; }
	.sub .ag .info { padding-top: 0; }
	.sub .ag .info .noti { padding: 24px 30px; }
	.sub .ag .info .noti strong:before { left: -24px; }
}

/* Form */
.file-box { margin-top: 38px; position:relative; }
.form .file-box .basic { width: calc(100% - 310px); outline:none; -webkit-appearance: none; background: transparent; }
.file-box .basic:disabled { background: transparent !important; }
.file-box label, .file-box button {
	text-align: center;
	width: 145px; line-height: 63px; border: 1px solid #000; letter-spacing: -.5px; color: #000;
	position: absolute; right: 0; bottom: 0;
	background: transparent;
	cursor:pointer;
}
.file-box label { right: 156px; background: #000; color: #fff; }
.file-box input[type="file"]{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	top:50%;
	right:10px;
}
input:-ms-input-placeholder { color: #888; }
input::-webkit-input-placeholder { color: #888; }
input::-moz-input-placeholder { color: #888; }
input::-o-input-placeholder { color: #888; }
textarea:-ms-input-placeholder { color: #888; }
textarea::-webkit-input-placeholder { color: #888; }
textarea::-moz-input-placeholder { color: #888; }
textarea::-o-input-placeholder { color: #888; }
.form { margin-top: 50px; border-top: 1px solid #000; padding-top: 54px; }
.form .input { margin-bottom: 33px; }
.form .basic { width: 100%; height: 65px; padding: 0 22px; border: 1px solid #dddddd; border-radius: 0; outline: none; font-size: 17px; appearance: none; -webkit-appearance: none; -ms-appearance: none; }
.form .basic:focus { border: 2px solid #000; }
.form .basic:disabled { background: #f7f7f7; color: #888; }
.form .label { display: block; margin-bottom: 18px; font-size: 18px; font-weight: 700; letter-spacing: -1px; color: #000; }
.form .label .s-txt { font-weight: 400; color: #888; margin-left: 15px; }
.form .label.full { margin-left: 31px; margin-right: 31px; }
.form .err { font-size: 15px; letter-spacing: -.5px; color: #f10000; margin-top: 10px; }
.form .y-m-d { margin: 0 -4px; }
.form .y-m-d li { float: left; width: calc(33.333% - 8px); margin: 0 4px; }
.form .msg { margin-top: 47px; }
.form textarea.basic { height: 261px; padding: 24px; line-height: 1.75; letter-spacing: -.5px; }
.form .form-grid>li { margin: 0 -31px 46px; }
.form .form-grid>li:after { display: block; clear: both; content: ''; }
.form .form-grid>li:last-child { margin-bottom: 0; }
.form .form-grid .col { float: left; width: calc(50% - 62px); margin: 0 31px; position: relative; }
.form .form-grid .col.full { width: calc(100% - 62px); }
.form .form-grid .col.full .label { top: 0; transform: none; -webkit-transform: none; -ms-transform: none; }
.form-box .addr { margin-top: 8px; position: relative; }
.form-box .addr .basic, .form-box .addr-input.focus:after { width: calc(100% - 292px); }
.form-box .addr_btn { width: 123px; line-height: 48px; border: 1px solid #3b3b3b; border-radius: 25px; text-align: center; font-size: 16px; color: #000; position: absolute; right: 0; background: transparent; cursor: pointer; }
.form select.basic { appearance: none; -webkit-appearance: none; background: url(../images/select.png)no-repeat center right 20px / 14px 9px; color: #000; }
.form select.basic::-ms-expand { display: none; }
.form .privacy { margin-top: 46px; }
.form .privacy .box { height: 261px; padding: 24px; border: 1px solid #d9d9d9; overflow-y: scroll; line-height: 1.75; letter-spacing: -.5px; color: #888; }
.form .privacy .box + .ck-input { height: auto; justify-content: flex-end; margin-top: 33px; }
.w_box{display: flex; flex-wrap: wrap;align-items: center;}
.w_box .ck-input{width: 8%;}
.w_box .basic:nth-child(2){margin-right: 4%}
.w_box .basic{width: 40%}
.ck-input { display: flex; height: 65px; align-items: center; flex-wrap: wrap;}
.ck-input.multi { justify-content: space-between; }
.ck-input.multi label { margin-right: 0; }
.ck-input label { position: relative; margin-right: 37px; }
.ck-input label:last-child { margin-right: 0; }
.ck-input input, .ck-input span:before { width: 26px; height: 26px; position: absolute; left: 0; top: 50%; margin-top: -13px; }
.ck-input input { appearance: none; -webkit-appearance: none; visibility: hidden; }
.ck-input span { padding-left: 35px; font-size: 16px; line-height: 26px; color: #000; letter-spacing: -0.5px; }
.ck-input span:before { background-size: contain; background-repeat: no-repeat; background-image: url(../images/ck-off.png); content: ''; }
.ck-input input:checked + span:before { background-image: url(../images/ck-on.png); }
.form .radio { height: 65px; display: flex; align-items: center; }
.form .radio:after { display: block; clear: both; content: ''; }
.form .radio label { margin-right: 25px; padding-left: 35px; position: relative; }
.form .radio label:last-child { margin-right: 0; }
.form .radio input, .form .radio span:before { width: 26px; height: 26px; margin-top: -13px; position: absolute; top: 50%; left: 0; }
.form .radio input { appearance: none; -webkit-appearance: none; outline: none; visibility: hidden; }
.form .radio span { letter-spacing: -.5px; line-height: 26px; font-size: 16px; color: #000; }
.form .radio span:before { display: inline-block; box-sizing: border-box; border: 1px solid #ccc; border-radius: 100%; content: ''; }
.form .radio input:checked + span:before { border: 0; background: url(../images/radio-on.png)no-repeat; background-size: contain; }
.form .radio + .basic { margin-top: 22px; }
.form .bt-block { margin-top: 64px; }
.bt-block { display: flex; justify-content: center; }
:lang(en) .ck-input.multi { display: block; height: auto; }
:lang(en) .ck-input.multi label { display: block; margin-top: 10px; }
@media (max-width: 1199px) {
	.ck-input.multi { flex-wrap: wrap; height: auto; }
	.ck-input.multi label { width: 100%; margin-top: 10px; }
	.ck-input.multi label:first-child { margin-top: 0; }
}
@media (max-width: 1023px) {
	.form .form-grid .col { width: calc(100% - 62px); margin-bottom: 20px; }
	.form .form-grid>li { margin-bottom: 0; }
	.w_box .ck-input{width: 12%;}
	.w_box .basic:nth-child(2){margin-right: 4%}
	.w_box .basic{width: 36%}
}
@media (max-width: 767px) {
	.form { padding-top: 20px; }
	.form .label { font-size: 15px; margin-bottom: 15px; }
	.form .basic { padding: 0 12px; height: 44px; font-size: 1rem; }
	.form .err { font-size: 1rem; }
	.form .email .mark { font-size: 1rem; line-height: 44px; }
	.form select.basic { padding: 0 12px; background-position: center right 12px; }
	.form .privacy { margin-top: 30px; }
	.form .privacy .box { padding: 15px 12px; }
	.form .privacy .box + .ck-input { margin-top: 20px; }
	.form .input { margin-bottom: 20px; }
	.form .form-grid .label { line-height: 1.4; margin-bottom: 10px; position: static; transform: none; -webkit-transform:none; -ms-transform:none; }
	.form .form-grid .col { padding-left: 0; }
	.form .radio, .ck-input { height: auto; }
	.form .radio span { font-size: 1rem; }
	.ck-input, .ck-input label { display: block; }
	.ck-input span { padding-left: 26px; font-size: 1rem; }
	.ck-input input, .ck-input span:before { width: 20px; height: 20px; margin-top: -10px; }
	.form .file-box .basic { width: calc(100% - 150px); height: 40px; }
	.file-box label, .file-box button { width: 70px; line-height: 38px; }
	.file-box label { right: 75px; }
	.form .bt-block { margin-top: 40px; }
	.w_box .ck-input{width: 12%;}
	.w_box .basic:nth-child(2){margin-right: 4%}
	.w_box .basic{width: 36%}
}
.form .edu-lv .col { margin-bottom: 20px; }
.form .edu-lv .col:last-child { margin-bottom: 0; }
@media (max-width: 767px) {
	.form .edu-lv .col { margin-bottom: 10px; }
}
@media (max-width: 480px) {
	.w_box .ck-input{width: 22%;}
	.w_box .basic:nth-child(2){margin-right: 0;margin-bottom: 10px;}
	.w_box .basic{width: 78%}
}

/* 팝업 */
html.on, body.on { overflow: hidden; }
.layerPop { display: none; position: fixed; left: 0; right: 0; top: 0; bottom: 0; height: auto; overflow: auto; background: rgba(0, 0, 0, .3); z-index: 99; }
.layerPop, .layerPop .popup { display: none; }
.layerPop .popup { width: 100%; max-width: 593px; padding: 47px 53px 50px; margin: 8% auto; background: #fff; position: relative; }
.layerPop .popup .close { width: 26px; height: 26px; font-size: 0; background: url(../images/ic-close.png)no-repeat; background-size: contain; position: absolute; right: 25px; top: 25px; cursor: pointer; }
.layerPop h3 { text-align: center; font-size: 36px; letter-spacing: -1.5px; color: #000; }
.popup .form { margin-top: 40px; padding-top: 28px; }
.popup .form .label { margin-bottom: 22px; }
.popup .bt-fill { line-height: 68px; min-width: 200px; font-size: 17px; }
.popup .form .bt-block { margin-top: 53px; }
.popup .ttl2 { margin-bottom: 15px; text-align: center; font-weight: 700; }
.popup .txt { margin-bottom: 34px; text-align: center; letter-spacing: -.5px; line-height: 1.65; }
@media (min-width: 768px) {
	.popup.common { padding-top: 74px; padding-bottom: 60px; }
	.popup .txt { font-size: 17px; }
	.popup .bt-fill:hover { line-height: 66px; }
}
@media (max-width: 1023px) {
    .layerPop .popup { max-width: 90%; margin: 20% auto 0; }
}
@media (max-width: 767px) {
	.layerPop h3 { font-size: 22px; }
	.layerPop .popup .close { width: 18px; height: 18px; right: 20px; top: 20px; }
	.layerPop .popup { padding: 47px 20px 40px; }
	.popup .form .label { margin-bottom: 15px; }
	.popup .bt-fill { min-width: 150px; line-height: 50px; font-size: 14px; }
}

/* 합격 발표 안내 */
.sub .am-result { padding-top: 60px; }
.sub .am-result .result-txt { margin-bottom: 49px; font-size: 25px; letter-spacing: -1px; line-height:1.5;}
.sub .am-result .result-txt span { display: inline-block; padding: 0 28px; margin: 0 8px; line-height: 44px; border-radius: 22px; font-weight: 700; }
.sub .am-result .result-txt .pass { color: #1f5ec4; background: #e4ebf8; }
.sub .am-result .result-txt .fail { color: #da0e0e; background: #f9dbdb; }
.sub .am-result .info { margin: 38px 0; display: flex; padding: 62px 0; min-height: 181px; background: #f5f7f8; justify-content: center; }
/* .sub .am-result .info { margin: 38px 0 75px; display: flex; padding: 62px 0; min-height: 181px; background: #f5f7f8; justify-content: center; } */
.sub .am-result .info strong { margin-right: 70px; font-size: 19px; font-weight: 700; letter-spacing: -1px; line-height: 30px; }
.sub .am-result .info strong:before { display: inline-block; width: 22px; height: 22px; line-height: 22px; margin-right: 6px; border-radius: 100%; background: #1f5ec4; font-size: 14px; font-weight: 700; color: #fff; text-align: center; content: '!'; }
.bullet li { font-size: 1rem; line-height: 1.875; letter-spacing: -1px; padding-left: 10px; position: relative; }
.bullet li:before { width: 5px; height: 5px; border-radius: 100%; background: #1f5ec4; position: absolute; left: 0; top: 11px; content: ''; }
@media (max-width: 1023px) {
	.sub .am-result .info strong { margin-right: 30px; }
}
@media (max-width: 767px) {
	.sub .am-result { padding-top: 0; }
	.sub .am-result .result-txt { font-size: 15px; margin-bottom: 20px; }
	.sub .am-result .result-txt span { padding: 0 15px; line-height: 30px; margin: 5px 5px 0 0; }
	.sub .am-result .info { display: block; margin-bottom: 40px; padding: 30px 20px; }
	.sub .am-result .info strong { font-size: 16px; margin-bottom: 10px; display: block; }
	.bullet li { line-height: 1.65; }
	.bullet li:before { width: 4px; height: 4px; top: 8px; }
}

/* 서류도착 확인 */
.sub .am-check .info { display: flex; height: 163px; background: #f5f7f8; align-items: center; margin-bottom: 43px; }
.sub .am-check .info>div { width: 33.333%; height: 109px; border-right: 1px solid #d8d8d8; display: flex; align-items: center; justify-content: center; flex-direction: column; letter-spacing: -1px; }
.sub .am-check .info>div:last-child { border-right: 0; }
.sub .am-check .info strong { display: block; margin-bottom: 15px; font-size: 1rem; font-weight: 800; color: #1f5ec4; }
.sub .am-check .scroll-box { margin-bottom: 83px; }
.sub .am-check .table2 th, .sub .am-check .table2 td { text-align: center; }
.sub .am-check .table2 th { padding-top: 33px; padding-bottom: 33px; line-height: 1.2; }
.sub .am-check .table2 td { border-right: 1px solid #d9d9d9; }
.sub .am-check .table2 td:last-child { border-right: 0; }
.sub .am-result .scroll-box { margin-bottom: 83px; }
.o, .x { font-size: 20px; font-weight: 800; }
.o { color: #1f5ec4; }
.x { color: #db161e; }
.confirm-box { max-width: 580px; margin: 0 auto; }
.confirm-box h2 { font-size: 48px; letter-spacing: -1px; color: #000; text-align: center; }
.confirm-box .form { border: 0; margin-top: 62px; padding-top: 0; }
.confirm-box .form .input { margin-bottom: 20px; }
.confirm-box .form .bt-block { margin-top: 17px; }
.confirm-box .form .bt-fill { width: 100%; line-height: 68px; }
@media (min-width: 768px) {
	.confirm-box { margin: 171px auto 0; }
	.confirm-box .form .basic { height: 68px; }
	.confirm-box .form .bt-fill:hover { line-height: 66px; }
}
@media (max-width: 767px) {
	.confirm-box { padding: 0 20px; }
	.confirm-box .form .bt-fill { line-height: 44px; }
}

/* FAQ */
.faq { border-top: 2px solid #000; }
.faq>li { border-bottom: 1px solid #d9d9d9; word-break: keep-all; }
.faq li h2 { padding: 50px 62px 50px 97px; font-size: 20px; letter-spacing: -1.5px; position: relative; cursor: pointer; }
.faq li h2 span { width: 18px; height: 18px; position: absolute; right: 37px; top: 50%; margin-top: -9px; }
.faq li h2 span:before, .faq li h2 span:after {
	position: absolute;
	background: #000;
	content: '';
}
.faq li h2 span:before {
	width: 100%; height: 2px;
	left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);
}
.faq li h2 span:after {
	width: 2px; height: 100%;
	left: 50%; top: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);
	transition: .2s linear;
}
.faq li.on h2 span:before { display: none; }
.faq li.on h2 span:after {
	transform: rotate(90deg);
	background: #1f5ec4;
}
.faq li h2:before { width: 41px; height: 41px; background: url(../images/ic-q.png)no-repeat; background-size: contain; position: absolute; top: 42px; left: 44px; content: ''; }
.faq .txt { padding: 32px 97px; line-height: 1.94; letter-spacing: -1px; background: #eeebe6; display: none; }
@media (max-width: 767px) {
	.faq li h2 { padding: 15px 30px; font-size: 16px; line-height: 1.3; }
	.faq li h2 span { right: 0; width: 12px; height: 12px; margin-top: -6px; }
	.faq li h2:before { width: 20px; height: 20px; left: 0; top: 14px; }
	.faq .txt { padding: 25px 10px; font-size: 1rem; }
}

/* 입학 자료 요청 */
.cs-banner { display: flex; margin-top: 82px; }
.cs-banner>div { width: 50%; height: 200px; color: #fff; padding: 64px 53px 0; position: relative; }
.cbs>div{width:100%;}
.cs-banner>div:first-child { background: #184182; }
.cs-banner>div:last-child { background: url(../images/cs-deco.png) no-repeat right 48px top 86px #061e45; }
.cs-banner .s-txt { margin-bottom: 15px; font-weight: 700; opacity: .53; }
.cs-banner .bt-more { position: absolute; right: 50px; bottom: 64px; color: rgba(255,255,255,.7); }
.cs-banner .bt-more span:after { background-color: rgba(232,239,249,10%); background-image: url(../images/ic-plus2.png); }
/* 영문 */
:lang(en) .cs-banner .bt-more { bottom: 20px; }
@media (max-width: 767px) {
	.cs-banner { display: block; }
	.cs-banner>div { width: 100%; height: 150px; padding: 30px 20px 0; }
	.cs-banner .bt-more { right: 20px; }
}

/* 정규과정 > 예배아카데미 */
.ac-cover { padding: 102px 0 106px; margin-bottom: 120px; background: #e6ecf5; }
.ac-cover:after { background-repeat: no-repeat; position: absolute; content: ''; }
.ac-cover .ttl4 { font-size: 32px; line-height: 1.375; }
.ac-cover .cont .txt3 { margin-bottom: 45px; }
.ac-cover.v1:after { width: 259px; height: 235px; background-image: url(../images/ac1-deco.png); left: 259px; bottom: -40px; }
.ac-cover .process1 { display: flex; }
.ac-cover .process1 li { display: flex; margin-right: 30px; width: 233px; height: 106px; border-radius: 53px; text-align: center; justify-content: center; align-items: center; background: #fff; font-size: 20px; font-weight: 700; letter-spacing: -1px; line-height: 1.4; color: #396fc5; }
.ac-cover .process1 li:last-child { margin-right: 0; }
.rg-ac .professors { display: flex; flex-wrap: wrap; margin-right: -30px; }
.rg-ac .professors li { width: 20%; padding-right: 30px; text-align: center; letter-spacing: -.5px; margin-bottom: 58px; cursor: pointer; }
.rg-ac .professors p { font-size: 14px; color: #396fc5; margin: 23px 0 12px; }
.step-li { margin-top: 55px; display: flex; flex-wrap: wrap; margin-right: -36px; counter-reset: item; }
.step-li li { width: calc(25% - 36px); margin-right: 36px; height: 200px; border: 1px solid #333; border-radius: 12px; padding: 26px 24px; position: relative; counter-increment: item; word-break: keep-all; }
.step-li.mod li { width: calc(50% - 36px); margin-right: 36px; height: 200px; border: 1px solid #333; border-radius: 12px; padding: 26px 24px; position: relative; counter-increment: item; word-break: keep-all; }
.step-li li:after { width: 28px; height: 9px; background: url(../images/step.png)no-repeat; background-size: contain; position: absolute; right: -28px; bottom: 85px; content: ''; }
.step-li li:before { font-size: 30px; font-weight: 700; letter-spacing: -2px; color: #000; opacity: .13; position: absolute; right: 20px; bottom: 20px; content: '0'counter(item); }
.step-li li:last-child:after { display: none; }
.step-li h3 { margin-bottom: 12px; color: #1f5ec4; font-weight: 800; }
.step-li p { padding-left: 6px; font-size: 1rem; line-height: 1.25; position: relative; margin-bottom: 10px; letter-spacing: -1px; }
.step-li p:last-child { margin-bottom: 0; }
.step-li p:before { position: absolute; left: 0; content: '·'; }
@media (min-width: 769px) {
	:lang(en) .step-li li { width: calc(50% - 36px); margin-bottom: 36px; }
	:lang(en) .step-li li:nth-child(2n):after { display: none; }
}
@media (max-width: 1199px) {
	.step-li p { font-size: 13px;}
}
@media (max-width: 1023px) {
	.step-li li { width: calc(40% - 36px); margin-bottom: 36px; }
	.step-li li:nth-child(2n):after { display: none; }
	.ac-cover.v1:after { width: 117px; height: 117px; background-image: url(../images/m-ac1-deco.png); background-size: contain; left: auto; bottom: auto; top: -16px; right: 20px; }
}
@media (max-width: 767px) {
	.step-li li { height: 160px; padding: 20px 15px; margin-bottom: 20px; }
	:lang(en) .step-li li { width: calc(100% - 36px); }
	.step-li li:before { font-size: 22px; right: 15px; bottom: 12px; }
	.step-li li:after { display: none; }
	.ac-cover { padding: 50px 0 70px; margin-bottom: 50px; }
	.ac-cover .ttl4 { font-size: 24px; line-height: 36px; }
	.ac-cover .cont .txt3 { font-size: 14px; line-height: 24px; margin-bottom: 33px; }
	.ac-cover .process1 { display: block; }
	.ac-cover .process1 li { width: 100%; height: 86px; margin-bottom: 20px; font-size: 15px; line-height: 24px; }
	.ac-cover .process1 li:last-child { margin-bottom: 0; }
	.rg-ac .professors li { width: 50%; }
}
@media (max-width:500px){
	.step-li.mod li {margin-right: 36px; height: 237px; }
}
@media (max-width:400px){
	.step-li.mod li {margin-right: 36px; height: 300px; }
}
@media (max-width:350px){
	.step-li.mod li {margin-right: 36px; height: 350px; }
}
/*교육목표 및 특징 */
.step2-li { margin-top: 55px; display: flex; flex-wrap: wrap; margin-right: -36px; counter-reset: item; }
.step2-li li { width: calc(20% - 36px); margin-right: 36px; /*height: 200px;*/ border: 1px solid #333; border-radius: 12px; padding: 26px 24px; position: relative; counter-increment: item; word-break: keep-all; }
.step2-li li:after { width: 28px; height: 9px; background: url(../images/step.png)no-repeat; background-size: contain; position: absolute; right: -28px; bottom: 85px; content: ''; }
.step2-li li:before { font-size: 30px; font-weight: 700; letter-spacing: -2px; color: #000; opacity: .13; position: absolute; right: 20px; bottom: 20px; content: '0'counter(item); }
.step2-li li:last-child:after { display: none; }
.step2-li h3 { margin-bottom: 12px; color: #1f5ec4; font-weight: 800; font-size:15px;}
.step2-li p { padding-left: 6px; font-size: 1rem; line-height: 1.25; position: relative; margin-bottom: 10px; letter-spacing: -1px; }
.step2-li p:last-child { margin-bottom: 0; font-size:14px;}
.step2-li p:before { position: absolute; left: 0; content: '·'; }
@media (min-width: 769px) {
	:lang(en) .step2-li li { width: calc(50% - 36px); margin-bottom: 36px; }
	:lang(en) .step2-li li:nth-child(2n):after { display: none; }
}
@media (max-width: 1199px) {
	.step2-li p { font-size: 13px;}
}
@media (max-width: 1023px) {
	.step2-li li { width: calc(40% - 36px); margin-bottom: 36px; }
	.step2-li li:nth-child(2n):after { display: none; }
	.ac-cover.v1:after { width: 117px; height: 117px; background-image: url(../images/m-ac1-deco.png); background-size: contain; left: auto; bottom: auto; top: -16px; right: 20px; }
}
@media (max-width: 500px) {
	.step2-li li { height: 160px; padding: 20px 15px; margin-bottom: 20px; }
	:lang(en) .step-li li { width: calc(100% - 36px); }
	.step2-li li:before { font-size: 22px; right: 15px; bottom: 12px; }
	.step2-li li:after { display: none; }
	.ac-cover { padding: 50px 0 70px; margin-bottom: 50px; }
	.ac-cover .ttl4 { font-size: 24px; line-height: 36px; }
	.ac-cover .cont .txt3 { font-size: 14px; line-height: 24px; margin-bottom: 33px; }
	.ac-cover .process1 { display: block; }
	.ac-cover .process1 li { width: 100%; height: 86px; margin-bottom: 20px; font-size: 15px; line-height: 24px; }
	.ac-cover .process1 li:last-child { margin-bottom: 0; }
	.rg-ac .professors li { width: 50%; }
}
@media (max-width: 430px) {
	.step2-li.mod2 li {height: 260px;}
}
@media (max-width: 350px) {
	.step2-li.mod2 li {height: 300px;}
}
/* 정규과정 > 제자훈련아카데미 */
.ac-cover.v2:after { width: 283px; height: 218px; background-image: url(../images/ac2-deco.png); left: 280px; bottom: -21px; }
.ac-cover .process2 { display: flex; }
.ac-cover .process2 li { width: 260px; height: 185px; background: #fff; margin-right: 4px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center;  }
.process2.mod li { width: 305px;}
.ac-cover .process2 li:last-child { margin-right: 0; }
.ac-cover .process2 h3 { margin-bottom: 12px; color: #396fc5; line-height: 1.4; }
.ac-cover .process2 p { color: #a1a1a1; font-weight: 700; letter-spacing: 0; }
@media (max-width: 1023px) {
	.ac-cover.v2:after { width: 117px; height: 121px; background-image: url(../images/m-ac2-deco.png); background-size: contain; bottom: auto; left: auto; top: -23px; right: 20px; }
}
@media (max-width: 767px) {
	.ac-cover .process2 { flex-wrap: wrap; margin-right: -4px; }
	.ac-cover .process2 li { width: calc(50% - 4px); height: 166px; margin-bottom: 4px; }
	.ac-cover .process2 h3 { font-size: 15px; line-height: 21px; }
}
/* 정규과정 > 일터선교&글로벌네트워크아카데미 */
.ac-cover.v3:after { width: 181px; height: 298px; background-image: url(../images/ac3-deco.png); left: 297px; bottom: -25px; }
/* 교수진 팝업 */
.popup.pf-pop h3 { text-align: left; }
.popup.pf-pop .pf-info { display: flex; padding-bottom: 26px; border-bottom: 1px solid #e5e5e5; }
.popup.pf-pop .pf-info>div:first-child { width: 164px; }
.popup.pf-pop .pf-info>div:last-child { width: calc(100% - 164px); padding-left: 34px; padding-top: 10px; }
.popup.pf-pop .pf-info .subject { font-weight: 700; letter-spacing: -.5px; color: #396fc5; }
.popup.pf-pop .pf-info h3 { margin: 10px 0 12px; font-size: 36px; letter-spacing: -.5px; }
.popup.pf-pop .pf-info .s-txt { line-height: 1.33; }
.popup.pf-pop .pf-detail { padding-top: 3px; }
.popup.pf-pop .pf-detail h3 { font-size: 20px; margin: 36px 0 14px; }
.popup.pf-pop .pf-detail p { font-size: 15px; line-height: 1.6; letter-spacing: -.5px; }
.popup.pf-pop .video { margin-top: 20px; display: flex; flex-wrap: wrap; margin-right: -22px; }
.popup.pf-pop .video li { width: 33.333%; text-align: center; padding-right: 22px; }
.popup.pf-pop .video p { margin-top: 12px; }
.popup.pf-pop .link { display: block; font-size: 15px; line-height: 1.6; letter-spacing: -.5px; }
.popup.pf-pop .link:after { display: inline-block; width: 15px; height: 15px; margin-left: 10px; vertical-align: middle; background: url(../images/ic-link.png)no-repeat; background-size: contain; content: ''; }
.popup.pf-pop .link:hover { color: #396fc5; }
@media (min-width: 1024px) {
	.popup.pf-pop { max-width: 787px; }
}
@media (max-width: 1023px) {
	.ac-cover.v3:after { width: 90px; height: 137px; background-image: url(../images/m-ac3-deco.png); background-size: contain; bottom: auto; left: auto; top: -25px; right: 9px; }
}
@media (max-width: 767px) {
	.popup.pf-pop .pf-info>div:first-child { width: 120px; }
	.popup.pf-pop .pf-info>div:last-child { width: calc(100% - 120px); padding-left: 15px; }
	.popup.pf-pop .pf-info h3 { font-size: 22px; }
	.popup.pf-pop .pf-detail h3 { margin: 20px 0 10px; }
	.popup.pf-pop .pf-detail p, .popup.pf-pop .link { font-size: 1rem; }
	.popup.pf-pop .video { margin-right: -10px; }
	.popup.pf-pop .video li { padding-right: 10px; }
}

/* Tab */
.tab-menu { margin-bottom: 108px; display: flex; position: relative; }
.tab-menu:before { width: 100vw; height: 1px; background: #e3e3e3; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); content: ''; }
.tab-menu a { display: flex; height: 88px; align-items: center; justify-content: center; width: 20%; font-size: 18px; font-weight: 700; letter-spacing: -1px; color: #333; line-height: 1.44; text-align: center; background: #f0f0f0; border-right: 1px solid #e3e3e3; }
.tab-menu a:last-child { border-right: 0; }
.tab-menu .on { background: #3771cd; color: #fff; }
.tab { display: none; }
@media (max-width: 1023px) {
	.tab-menu a { font-size: 14px; }
}
@media (max-width: 767px) {
	.tab-menu { white-space: nowrap; overflow-x: scroll; width: calc(100% + 20px); margin-bottom: 40px; }
	.tab-menu a { min-width: 120px; height: 60px; }
}

/* 특별과정 */
.s-process .table1 td.align-l { padding: 22px; }
.s-process .txt3 + .table1 { margin-top: 56px; }
.s-process .bt-line { line-height: 60px; margin-top: 50px; font-weight: 700; }

/* 함께하는 사람들 */
.sub .people-list { display: flex; flex-wrap: wrap; margin-right: -38px; margin-top: 72px; }
.sub .people-list li { width: 25%; margin-bottom: 75px; padding-right: 38px; }
.sub .people-list h2 { margin: 26px 0 18px; }
.sub .people-list p { font-size: 14px; letter-spacing: -.5px; }
.sub .people-list p:after { display: block; clear: both; content: ''; }
.sub .people-list p span { float: left; }
.sub .people-list p span:after { display: inline-block; vertical-align: middle; width: 1px; height: 17px; margin: 0 10px; background: #000; opacity: .25; content: ''; }
.sub .people-list p span:last-child:after { display: none; }
.sub .people-list p span:first-child { opacity: .6; }
@media (min-width: 1024px) {
	.sub .people-list li:nth-last-child(-n+4) { margin-bottom: 0; }
}
@media (max-width: 1023px) {
	.sub .people-list li { width: 33.333%; }
}
@media (max-width: 767px) {
	.sub .people-list { margin-right: -10px; margin-top: 40px; }
	.sub .people-list li { width: 50%; margin-bottom: 30px; padding-right: 10px; }
	.sub .people-list h2 { margin: 15px 0 10px; }
	.sub .people-list p { font-size: 1rem; }
	.sub .people-list p span:after { height: 12px; margin: 0 7px; }
}


/* 영상 */
.sub .video-list { display: flex; flex-wrap: wrap; margin-right: -52px; margin-top: 70px; }
.sub .video-list li { width: 33.333%; margin-bottom: 74px; padding-right: 52px; }
.sub .video-list .thum { position: relative; display: inline-block; }
.sub .video-list .play { position: absolute; right: 25px; bottom: 25px; }
.sub .video-list .s-txt { color: #888; }
.sub .video-list .txt1 { margin: 26px 0 17px; }
@media (min-width: 1024px) {
	.sub .video-list li:nth-last-child(-n+3) { margin-bottom: 0; }
}
@media (max-width: 1023px) {
	.sub .video-list { margin-right:-10px; }
	.sub .video-list li { padding-right: 10px; }
}
@media (max-width: 767px) {
	.sub .video-list { margin-top: 40px; }
	.sub .video-list li { width: 50%; margin-bottom: 30px; }
	.sub .video-list .play { right: 10px; bottom: 10px; }
}

/* 소식지 */
.sub .news-list { display: flex; flex-wrap: wrap; margin-top: 70px; }
.sub .news-list li { width: 25%; margin-bottom: 62px; }
.sub .news-list .thum { display: inline-block; border: 1px solid #ebebeb; box-shadow: 0 40px 29px rgba(0,0,0,.14); }
.sub .news-list .txt1 { margin: 27px 0 17px; }
.sub .news-list .s-txt { color: #888; }
@media (min-width: 1024px) {
	.sub .news-list li:nth-last-child(-n+3) { margin-bottom: 0; }
}
@media (max-width: 767px) {
	.sub .news-list { margin-right: -10px; margin-top: 40px; }
	.sub .news-list li { width: 50%; margin-bottom: 30px; padding-right: 10px; }
	.sub .news-list .txt1 { margin: 15px 0 10px; }
}
/* 상세 */
.sub.view { padding-bottom: 127px; }
.view-ttl { text-align: center; padding-bottom: 50px; border-bottom: 1px solid #e5e5e5; }
.view-ttl .category { display: inline-block; padding-bottom: 6px; margin-bottom: 42px; border-bottom: 2px solid #1f5ec4; text-align: center; font-weight: 800; color: #000; letter-spacing: -1px; color: #1f5ec4; }
.view-ttl h2 { margin-bottom: 40px; font-weight: 800; }
.view-ttl p { font-size: 1rem; font-weight: 700; color: #a8a8a8; letter-spacing: 0; }
.view-content { padding: 75px 160px 140px; font-size: 18px; letter-spacing: -1px; line-height: 1.89; color: #000; }
.view-nav { border-top: 1px solid #d9d9d9; padding: 68px 0; position: relative; }
.view-nav>div { float: left; width: 50%; padding: 0 35px; text-align: center; font-size: 17px; font-weight: 300; letter-spacing: -1px; line-height: 1.64; color: #888; transition: .3s ease-in-out; position: relative; word-break: keep-all; }
.view-nav>div:before { width: 13px; height: 23px; background: url(../images/view-nav.png)no-repeat; background-size: contain; position: absolute; top: 50%; margin-top: -11px; opacity: 0; transition: .3s ease-in-out; content: ''; }
.view-nav>div:first-child:before { left: -30px; }
.view-nav>div:last-child:before { right: -30px; transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }
.view-nav span { display: block; font-weight: 800; letter-spacing: -0.5px; color: #1f5ec4; text-transform: uppercase; margin-bottom: 10px; }
.view-nav .disable span { color: #111; }
.view-nav .disable { color: #888; pointer-events: none; }
.view-nav .list { width: 70px; height: 70px; border-radius: 100%; position: absolute; left: 50%; top: 50%; margin-left: -35px; margin-top: -35px; z-index: 1; background-color: #1f5ec4; }
.view-nav .list:after { display: inline-block; width: 70px; height: 70px; background: url(../images/list.png)no-repeat center; background-size: contain; content: ''; }
.view-nav>div:hover { color: #111; }
@media (min-width: 768px) {
	.view-nav>div:hover:before { opacity: 1; }
	.view-nav>div:first-child:hover:before { left: 0; }
	.view-nav>div:last-child:hover:before { right: 0; }
}
@media (max-width: 1023px) {
	.view-content { padding: 30px 20px 70px; }
}
@media (max-width: 767px) {
	.view-ttl { padding-bottom: 25px; }
	.view-ttl h2 { font-size: 26px; margin-bottom: 20px; }
	.view-ttl .category { font-size: 12px; padding: 5px 0; margin-bottom: 20px; }
	.view-content { font-size: 1rem; line-height: 1.6; }
	.view-nav { padding: 30px 0; }
	.view-nav>div { padding: 0 25px 0 0; letter-spacing: -0.5px; font-size: 1rem; line-height: 1.6; }
	.view-nav>div:last-child { padding: 0 0 0 25px; }
	.view-nav .list { width: 40px; height: 40px; margin-left: -20px; margin-top: -20px; }
	.view-nav .list:after { width: 40px; height: 40px; }
	.view-nav span { margin-bottom: 10px; }
}

/* 재정후원 */
.sub .sf .banner { height: 405px; padding: 63px 58px 0; background-repeat: no-repeat; color: #fff; letter-spacing: -1px; position: relative; }
.sub .sf .banner.free { margin: 68px 0 37px; background-image: url(../images/sf-banner1.png); background-position: right 173px top 65px; background-color: #061e45; }
.sub .sf .banner.regular { padding-top: 53px; background-image: url(../images/sf-banner2.png); background-position: right 173px top 100px; background-color: #776643; }
.sub .sf .banner h2 { margin: 10px 0 0;font-size: 35px; line-height: 1.23; letter-spacing: -1px; }
.sub .sf .banner .step { display: flex; counter-reset: item; margin-top: 50px; }
.sub .sf .banner .step li { margin-right: 33px; counter-increment: item; }
.sub .sf .banner .step li:last-child { margin-right: 0; }
.sub .sf .banner .step li:before { display: inline-block; width: 18px; height: 18px; vertical-align: middle; margin-right: 5px; text-align: center; line-height: 18px; border-radius: 100%; font-size: 13px; font-weight: 800; background: #fff; content: counter(item); }
.sub .sf .banner .step li strong { color: #a5f5ff; }
.sub .sf .banner.free .step li:nth-child(2) span { display: inline-block; padding-bottom: 9px; border-bottom: 1px solid rgba(255,255,255,.36); }
.sub .sf .banner.free .step li:before { color: #061e45; }
.sub .sf .banner.regular .step li:before { color: #776643; }
.sub .sf .banner .bank p { margin: 57px 0 18px; font-size: 22px; font-weight: 700; letter-spacing: -1px; }
.sub .sf .banner .bank ul li { font-size: 14px; line-height: 1.71; opacity: .6; }
.sub .sf .banner .bt-line { border-color: #fff; color: #fff; position: absolute; right: 59px; bottom: 63px; }
@media (min-width: 768px) {
	.sub .sf .banner .bt-line:hover { color: #111; }
}
@media (max-width: 1023px) {
	.sub .sf .banner.free { background-position: right 20px top 65px; }
	.sub .sf .banner.regular { background-position: right 20px top 100px; }
}
@media (max-width: 767px) {
	.sub .sf .banner { padding: 30px 20px; height: 419px; }
	.sub .sf .banner.free { background-image: url(../images/m-sf-banner1.png); background-position: center right; background-size: contain; }
	.sub .sf .banner.regular { background-image: url(../images/m-sf-banner2.png); background-position: center right; background-size: contain; }
	.sub .sf .banner h2 { font-size: 23px; line-height: 34px; margin-top: 8px; }
	.sub .sf .banner .step { display: block; margin-top: 34px; }
	.sub .sf .banner .step li { margin-bottom: 16px; }
	.sub .sf .banner .step li:last-child { margin-bottom: 0; }
	.sub .sf .banner .step li:before { width: 13px; height: 13px; line-height: 13px; font-size: 10px; }
	.sub .sf .banner .bt-line { width: calc(100% - 40px); bottom: 30px; left: 20px; }
	.sub .sf .banner .bank ul li { font-size: 1rem; line-height: 1.65; }
	.sub .sf .banner .bank p { font-size: 17px; margin: 40px 0 10px; }
}

/* 기도후원 */
.sub .cover.pray { margin-top: 58px; }
.sub .cover.pray .slider { height: 734px; position: relative; left: 60px; top: 0; }
.sub .cover.pray .swiper-slide { padding-top: 132px; background-position: center; background-repeat: no-repeat; background-size: cover; }
.sub .cover.pray .txt-stroke { position: absolute; z-index: 10; top: 137px; }
.sub .cover.pray .inner { padding-left: 48%; color: #fff; }
.sub .cover.pray h3 { font-size: 32px; letter-spacing: -1px; }
.sub .cover.pray ol { margin-top: 30px; counter-reset: item; }
.sub .cover.pray ol li { padding-left: 32px; font-size: 17px; line-height: 1.76; letter-spacing: -1px; margin-bottom: 10px; counter-increment: item; position: relative; opacity: .9; }
.sub .cover.pray ol li:last-child { margin-bottom: 0; }
.sub .cover.pray ol li:before { font-weight: 800; content: '0'counter(item)'.'; position: absolute; left: 0; top: 0; }
.sub .cover.pray .swiper-pagination { max-width: 1280px; text-align: left; position: absolute; bottom: 133px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); z-index: 10; }
.sub .cover.pray .swiper-pagination-bullet { border-radius: 0; width: 21px; height: 4px; background: #fff; opacity: .2; }
.sub .cover.pray .swiper-pagination-bullet-active { opacity: 1; }
.sub .pray1 .form { border-top: 0; margin-top: 30px; }
@media (max-width: 1024px) {
	.sub .cover.pray .swiper-slide { padding-top: 50px; }
}
@media (max-width: 1023px) {
	.sub .cover.pray .txt-stroke { display: none; }
	.sub .cover.pray .slider { width: 100%; left: 0; }
	.sub .cover.pray .inner { padding-left: 0; margin-top: 40px; }
	.sub .cover.pray .swiper-pagination { width: 100%; bottom: 30px; left: 0; padding: 0 20px; transform: none; -webkit-transform: none; -ms-transform: none; }
}
@media (max-width: 767px) {
	.sub .cover.pray h3 { font-size: 20px; }
	.sub .cover.pray ol { margin-top: 15px; }
	.sub .cover.pray ol li { font-size: 1rem; line-height: 1.65; }
	.sub .cover.pray .swiper-slide:nth-child(1) { background-image: url(../images/m-pray1.jpg) !important; }
	.sub .cover.pray .swiper-slide:nth-child(2) { background-image: url(../images/m-pray2.jpg) !important; }
	.sub .cover.pray .swiper-slide:nth-child(3) { background-image: url(../images/m-pray3.jpg) !important; }
	.sub .cover.pray .swiper-slide:nth-child(4) { background-image: url(../images/m-pray4.jpg) !important; }
}


/* 서포터즈 */
.sub .st-box { margin-top: 65px; background: #f5f7f8; padding: 54px 58px; }
.sub .st-box h3 { margin-bottom: 33px; font-size: 25px; font-weight: 800; letter-spacing: -1.5px; color: #1f5ec4; }
.sub .st-box h3 span { display: inline-block; padding-bottom: 11px; border-bottom: 3px solid #1f5ec4; }
.sub .st-box ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.sub .st-box ul li { width: 50%; margin-bottom: 24px; }
.sub .st-box ul li p { margin-top: 6px; }
@media (min-width: 768px) {
	.sub .st-box ul li:nth-last-child(-n+2) { margin-bottom: 0; }
}
@media (max-width: 767px) {
	.sub .st-box { padding: 30px 20px; }
	.sub .st-box h3 { font-size: 18px; }
	.sub .st-box h3 span { padding-bottom: 5px; border-width: 2px; }
	.sub .st-box ul { display: block; }
	.sub .st-box ul li { width: 100%; }
	.sub .st-box ul li:last-child { margin-bottom: 0; }
}

/* 개인정보처리방침 */
.pv-ttl { margin: 98px 0 32px; padding-bottom: 28px; font-size: 28px; letter-spacing: -2px; color: #000; border-bottom: 1px solid #d9d9d9; }
.pv-ttl + p { margin-bottom: 20px; }
.privacy ol>li, .privacy p, .privacy ul>li { letter-spacing: -1px; line-height: 1.76; color: #000; }
.privacy ol>li { margin-bottom: 25px; padding-left: 20px; position: relative; }
.privacy ol>li span { position: absolute; left: 0; top: 0; }
.privacy ol>li:last-child { margin-bottom: 0; }
.privacy ul>li { padding-left: 15px; margin-bottom: 25px; position: relative; }
.privacy ul>li:last-child { margin-bottom: 0; }
.privacy ul>li:before { width: 4px; height: 4px; border-radius: 100%; background: #000; position: absolute; left: 0; top: 11px; content: ''; }
.privacy li p { color: #666; }
@media (max-width: 767px) {
	.pv-ttl { font-size: 20px; padding-bottom: 12px; margin: 40px 0 20px; }
	.privacy ol>li, .privacy ul>li { margin-bottom: 10px; }
	.privacy ul>li { padding-left: 10px; }
	.privacy ul>li:before { width: 2px; height: 2px; top: 8px; }
}

/* 신입생모집요강 */
.pdf-viewer { height: 800px; }
@media (max-width: 767px) {
	.pdf-viewer { height: 700px; }
}
@media (max-width: 599px) {
	.pdf-viewer { height: 400px; }
}

/* 상세 에디터 */
.wp-block-embed.is-type-video .wp-block-embed__wrapper { padding-top: 56.25%; position: relative; }
.wp-block-embed.is-type-video iframe { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

/* 온택트 멘토링 */
@media (min-width: 768px) {
	.mentoring { padding-top: 74px; }
}

/* 기부금영수증 */
.sub.rec .ttl-box{margin-bottom: 68px;}
.rec .wrap{display: flex;flex-wrap: wrap;margin-right: -37px;text-align: center;}
.rec .wrap .banner{width: calc(50% - 37px);margin-right: 37px}
.sub.rec .sf .banner.free{margin: 0 37px 0 0}
.sub.rec .sf .banner h2{padding-top: 32px;font-size: 38px;}
.sub.rec .sf .banner p{margin: 19px 0;line-height: 1.68;}
.sub.rec .sf .banner p b{font-weight: 800}
.sub.rec .sf .banner.regular {padding-top: 53px;
	background-image: url(../images/rec_banner2.png);
	background-position: left -105px bottom -180px;height: 527px;}
.sub.rec .sf .banner.regular a span{position: relative;padding-left: 25px;}
.sub.rec .sf .banner.regular a span::before{content: "";
    background-image: url(../images/rec_ch.png);
    position: absolute;
    width: calc(40px/2);
    height: calc(42px/2);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.sub.rec .sf .banner.regular a:hover span::before{    background-image: url(../images/rec_chov.png);}
.sub.rec .sf .banner.free{background-image: url(../images/rec_banner2_1.png);
    background-position: right 0 bottom -190px;height: 527px;}
.sub.rec .sf .banner .bt-line{right: auto;left: 50%;transform: translate(-50%);bottom: 87px;}
@media (max-width: 767px) {
	.sub.rec .sf .banner h2{padding: 0;font-size: 24px}
	.rec .wrap {margin-right: 0;text-align: left;}
	.rec .wrap .banner {width: 100%;margin-right: 0;}
	.sub.rec .sf .banner.regular,.sub.rec .sf .banner.free{height: 360px;margin-bottom: 37px;padding: 30px 20px;}
	.sub.rec .sf .banner.free {margin: 0;}
	.sub.rec .sf .banner .bt-line{bottom: 37px;}
	.sub.rec .sf .banner.regular{background-image: url(../images/m-sf-banner2.png);
    background-position: center right;
    background-size: contain;}
	.sub.rec .sf .banner.free {
    background-image: url(../images/m-sf-banner1.png);
    background-position: center right;
    background-size: contain;}
}

.btn-blue {background:#396fc5; padding:5px 10px; color:#ffffff; font-size:20px;}

.banner-main {width: 100%!important; margin-bottom: 90px;}


.txt10-box{
	display: flex;
	justify-content: start;
}

@media (max-width: 500px ) {
	.txt2{font-size:13px !important;}
	.txt10-box{
		display: flex;
		flex-direction: column;
	}

}
@media (max-width: 430px){
	.step-li.mod3 li { height: 175px;}
	.step-li.mod4 li { height: 205px;}
}
	
.table-photo-mo {max-width: 50%!important; margin-bottom: 10px;}  

.image-QR {width:10px; height:10px; }
.container10 {
	max-width: 1280px;
	margin:0 auto;
	position:relative;
}

.container {
	max-width: 1280px;
	margin:0 auto;
	position:relative;
}

.tbsl{border-left: 1px solid #e7e7e7!important;}
.talign {text-align:center;}

.f-ts{display: flex;
	flex-direction: column;
	align-items: center;}
.f-ts img {margin-top: 10px; width: 120px!important;}

@media (min-width:767px){
	.f-ts{display: flex;
		justify-content: space-between;
		flex-direction: row;}
		.f-ts img {margin-top: 0; width: 140px!important;}
	}
	

