@font-face {
  font-family: 'Nanum Square';
  src: url('../fonts/NanumSquareL.eot'); /* IE9 Compat Modes */
  src: url('../fonts/NanumSquareL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/NanumSquareL.woff') format('woff'), /* Modern Browsers */
       url('../fonts/NanumSquareL.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/NanumSquareOTFLight.svg#017f9c78318bcde3d1dc4451e8eaca0a') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  300;
}
@font-face {
  font-family: 'Nanum Square';
  src: url('../fonts/NanumSquareR.eot'); /* IE9 Compat Modes */
  src: url('../fonts/NanumSquareR.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/NanumSquareR.woff') format('woff'), /* Modern Browsers */
       url('../fonts/NanumSquareR.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/NanumSquareOTFR.svg#9e23ceb0c858ca37642ba540402577eb') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  400;
}
@font-face {
  font-family: 'Nanum Square';
  src: url('../fonts/NanumSquareB.eot'); /* IE9 Compat Modes */
  src: url('../fonts/NanumSquareB.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/NanumSquareB.woff') format('woff'), /* Modern Browsers */
       url('../fonts/NanumSquareB.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/NanumSquareOTFB.svg#a41a1fda1fdf3dafd3394867a156b1cf') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  700;
}
@font-face {
  font-family: 'Nanum Square';
  src: url('../fonts/NanumSquareEB.eot'); /* IE9 Compat Modes */
  src: url('../fonts/NanumSquareEB.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/NanumSquareEB.woff') format('woff'), /* Modern Browsers */
       url('../fonts/NanumSquareEB.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/NanumSquareOTFExtraBold.svg#090d6763bc81b49309446d23fbd10e87') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  900;
}

/************ reset *********/
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
::-moz-selection {background: #979696; /*메인색 a13035*/ color: #fff;text-shadow: none;}
::selection {background: #979696; color: #fff; text-shadow: none;}
html, body, div, span, object, iframe, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, legend, caption, table, tbody, thead, tfoot, tr, th, td, summary, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, b, i, a, small, menu, nav, section, time, mark, audio, video, dl, dt, dd, ul, li, ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote, button {margin:0;padding:0; border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;color:inherit;vertical-align: middle}

dl,ul,ol,menu,li {list-style:none}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
input,select,textarea,button {background:none}
input::-moz-placeholder, textarea::-moz-placeholder {color: #bbb !important;}
img {border:0; max-width:100%}
table {border-collapse:collapse; table-layout: fixed;word-break:break-all}
a {text-decoration:none; color:inherit;}
a:hover {transition:.3s all ease}
blockquote {font-size:1.1em;font-style:italic;border-left:5px #000 solid; padding-left:20px;margin:40px 20px;}
div,p {word-break:keep-all;}
b, strong {font-weight:bold;}
body {
  position: relative;
  color:#333; font-size:18px; font-family:"Nanum Square","Malgun Gothic","Apple SD Gothic NEO",dotum,sans-serif;
  -webkit-font-smoothing:antialiased;
  -webkit-overflow-scrolling: touch;
  background:#fff;
}

/************ design ***********/
.b, b {font-weight:600;}
.eb {font-weight:900;}
.normal {font-weight: 400;}
.u {text-decoration:underline;}
.titillium {font-family:"Titillium Web";}
.nanumsquare {font-family:"Nanum Square";}
.f13 {font-size:13px;}
.f14 {font-size:14px;}
.f16 {font-size:16px;}
.f17 {font-size:17px;}
.f18 {font-size:18px;}
.f20 {font-size:20px;}
.f21 {font-size:21px;}
.f23 {font-size:23px;}
.f24 {font-size:24px;}
.f25 {font-size:25px;}
.f28 {font-size:28px;}
.f30 {font-size:30px;}
.f33 {font-size:33px;}
.f36 {font-size:36px;}
.f38 {font-size:38px;}
.f45 {font-size:45px;}
.txl {text-align:left;}
.txc {text-align:center !important;}
.txr {text-align:right !important;}
.fl {float:left !important;}
.fr {float:right !important;}
.white {color:#fff;}
.red {color:#a13035;}
.blue {color:#1772b6;}
.green {color:#0f8040;}
.orange {color:#ff5400;}
.emerald {color:#00a7cb;}
.gray333 {color:#333;}
.gray555 {color:#555;}
.bg_gray {background-color:#ebeaea;}
.bg_darkgray {background-color:#898989;}
.bg_ivorine {background-color:#f9f4ed;}
.bdddd {border:1px solid #ddd;}
.bdtccc {border-top:1px solid #ccc;}
.bdbccc {border-bottom:1px solid #ccc;}
.p40 {padding:40px;}
.posrel {position: relative;}
.p_style1 {width:70%; margin:0 auto; color:#555;}
.clear {display:block; clear:both; content:"";}
.btnBox {
	position: relative;
	text-align:center;
	margin-top: 50px;
	margin-bottom: 10px;
}
.btn_style1 { /*contentsView*/
	position: absolute;
	left:21px;
	bottom: 40px;
	font-size: 0.8em;
	color: #333;
	cursor: pointer;
	text-align: center;
	border: 1px solid #ccc;
	padding: 3px 8px;
	background-color: #f1f1f1;
}
.btn_style2 { /*입학문의*/
  color: #000;
  font-weight:600;
  padding: 27px 55px 10px;
  border-bottom: 20px solid #da8320;
  background-color: #faaf3b;
}
.btn_style3 {/*지금 바로 계산해보기*/
  color: #fff;
  font-weight: 600;
  border: 1px solid #a13035;
  padding:16px 55px;
  background-color: #a13035;
  cursor: pointer;
}
.btn_style3:hover {
  color: #a13035;
  background-color: #fff;
}
.btn_style4 { /*입학설명회 신청*/
  color: #a13035;
  font-weight: 600;
  border: 2px solid #a13035;
  padding: 12px 60px 10px 20px;
  cursor: pointer;
}
.btn_style4:after {
  position: absolute;right: 28px;top: 11px;
  width: 25px;height: 21px;
  background-image: url('../images/arrow_apply.png');
  background-repeat: no-repeat;
  background-position: -25px 0;
  content: '';
}
.btn_style4:hover {color: #fff;background-color: #a13035;}
.btn_style4:hover:after {
  background-position: 0 0;
}
.btn_style4.on {color: #fff;background-color: #a13035;}
.btn_style4.on:after {
  background-position: 0 0;
}
.btn_style5 {
  display: inline-block;
  border-radius:50px;
  padding: 14px;
  background-color:#de6562;
  background-color:rgba(222, 101, 98, 0.85);
}
.btn_style6 { /*자기소개서 다운로드*/
	display: inline-block;
	font-weight: bold;
  color:#a1151f;
  border:1px solid #a1151f;
  padding:5px;
}
.btn_write {
	color:#fff;
	padding:7px 11px;
	cursor:pointer;
	background:#1773b6;
}
.select_style1 {
  width: 100%;
	border:1px solid #8f8e8e;
	padding:9px 15px;
	background-color:#FFF;
  outline: none;
}
.select_style2 {
	border:1px solid #8f8e8e;
	padding:9px 15px;
	background-color:#FFF;
  outline: none;
}
.select_style3 {
	border:1px solid #8f8e8e;
	padding:5px 7px;
	background-color:#FFF;
  outline: none;
}
.textarea_style1 {
	width: 100%;
	height:250px;
	border:1px solid #8f8e8e;
	padding: 2%;
  margin-bottom: 10px;
	background-color:#FFF;
	overflow-x: hidden;
}
.textarea_style2 {
	width: 100%;
	height:120px;
	border:1px solid #ddd;
	padding:2%;
	background-color:#FFF;
	overflow-x: hidden;
}
.textarea_style3 { /*privacy*/
	width: 98%;
	height:1600px;
	padding: 1%;
}
.iframe_style2 {border:2px solid #b1b1b1}

.input_style1 { /*question, apply*/
  width: 100%;
  border: 1px solid #8f8e8e;
  padding: 9px 15px;
}
.input_style2 { /*online*/
  width: 100%;
  border: 1px solid #8f8e8e;
  padding: 5px 7px;
}
.input_style3 { /*online*/
  width: 60px;
  text-align: right;
  border: 1px solid #8f8e8e;
  padding: 5px 7px;
}
.input_style4 { /*online*/
  border: 1px solid #8f8e8e;
  padding: 5px 7px;
}

.personal_agree {margin-top:2%;margin-left:2%; margin-bottom:2%;}
.agreement textarea {height:150px;}

.row {width:1200px;margin:0px auto;padding: 80px 0;}
.row2 {width:100%;}
.row3 {width:1200px;padding:40px;margin: 0 auto;}
.row4 {width:1200px;margin:60px auto;}
.row:after, .row2:after, .row3:after, .row4:after {display:block; content:""; clear:both;}
.col-1, .col-2, .col-3, .col-3m, .col-4, .col-4n, .col-4m, .col-5, .col-6, .col-6n, .col-7, .col-8, .col-8n, .col-9, .col-10, .col-11, .col-12 {float:left;box-sizing:border-box;}
.col-1 {width:calc(100%/12);}
.col-2 {width:calc(100%/6)}
.col-3 {width:25%; }
.col-3m {width:24%; }
.col-4 {width:calc(100%/3);}
.col-4n {width:32.333333%;}
.col-4m {width:32%;}
.col-5 {width:calc(500%/12);}
.col-6 {width:50%;}
.col-6n {width:49%;}
.col-7 {width:calc(700%/12);}
.col-8 {width:calc(200%/3);}
.col-8n {width:65.6667%;}
.col-9 {width:75%;}
.col-10 {width:83.3333%}

.in_mobile {display:none;}
.in_pc {display:block;}


/*************** table *****************/
.tbl_basic {
	width: 98%;
	text-align:center;
	border-top:1px solid #dddcdc;
  border-left:1px solid #dddcdc;
	border-bottom:1px solid #dddcdc;
	margin:10px auto;
}
.tbl_basic th {
	border-right:1px solid #dddcdc;
	padding:23px;
	background-color:#eef0ef;
}
.tbl_basic td {
	border-right:1px solid #dddcdc;
	padding:23px;
}
.tbl_board {
	width:100%;
	border-top:1px solid #cfcdcd;
  margin-top: 10px;
	margin-bottom:40px;
}
.tbl_board th {
  border-bottom:1px solid #ddd;
  padding:padding:12px;
  background-color:#f8f8f8;
}
.tbl_board td {
  border-bottom:1px solid #ddd;
  padding:12px;
}


/*************** header *****************/
.wrap {width:100%;}
#headerWrap {
  position:fixed;
  width:100%;
  border-bottom:1px solid #bdbdbd;
  background-color: #fff;
  z-index: 5;
}
#loginWrap_m {display:none;position: relative;top: 14px;right:0;font-size:14px;font-weight:700;}
#header {
	position: relative;
	width:1200px;
	margin: 0 auto;
	box-sizing: border-box;
	transition:.5s all ease;
}
#header:after{content:"";display:block;clear:both;}

#logoWrap {float:left;padding-top: 10px;}
/* #logoWrap img {width: 365px;} */
#gnbWrap {float:right;}
#gnb:after{content:"";display:block;clear:both;}
#gnb > li {
	position:relative;
	float:left;
	font-size: 20px;
	font-weight: 600;
  border-bottom: 7px solid #fff;
  padding: 19px 30px 33px;
	margin-top: 20px;
	cursor:pointer;
}
#gnb > li.underline {
  color:#a13035;
  border-bottom:7px solid #96191e;
  -webkit-transition: .5s all ease-out;
  -o-transition: .5s all ease-out;
  transition: .5s all ease-out;
}
#gnb > li > a {display: inline-block;}

#snbWrap {
  display: none;
  position: fixed;top:100px;left: 0;
  width: 100%;
  border-top: 1px solid #b3b2b2;
  border-bottom: 1px solid #b3b2b2;
  background-color: #f9f9f9;
}
.snb {display: none;}
.snb ul {float: left;margin-right:50px;}
.snb li {font-weight: 400;color: #3e3e3e;margin-bottom: 5px;}
.snb li:hover {color: #a13034;}
.snb .tit {display: inline-block;color: #000;font-weight:600;margin-bottom:10px;}
.snb_m {display: none;}

#btn_menu {display:none;cursor:pointer;}
#btn_menu img {width:35px;}

#gnbWrap_m {
  position:fixed;
  overflow-x:hidden;
  overflow-y:auto;
  top:100px; right:-100%;
  width:100%; z-index:101;
}
#gnbWrap_m_blank {
  display:none;
  position: fixed; right: 0; top:100px; bottom: 0; left: 0;
	opacity: 0.5;
	filter: alpha(opacity = 50); /* IE7 & 8 */
	background-color: #000;
	z-index: 99;
}

.container {width:100%; max-width:1200px; margin:0 auto;}
.clearfix:after {content:''; display:table; clear:both;}
.gnb_m {float: left;width:100%; padding:0;}
.gnb_m > li {position:relative;float:left;width: 100%;z-index:10;}
.gnb_m > li > a {
  display:block;\
  position: relative;
	padding: 17px 50px 16px 16px;
	font-size: 1.0rem;
	font-weight: 600;
  color:#fff;
  text-align:left;
	border-top: 1px solid #ab1a23;
  background:#990e17;
  transition:0.4s;
}
.gnb_m > li > a:after {
  content:'';
  position:absolute; top:20px; right:20px;
  width:20.5px; height:11.5px;
  background:url('../images/arrow_menu.png') no-repeat center;
  background-size:100%;
}
.gnb_m .depth2 {
  display: none;
	position: relative;
	width:100%;height: auto;
	min-height: auto;
	padding: 0;
	border-right: 0;
	background:	#fff;
}
.gnb_m > li > a.on {background:#f2eded;color:#000;}
.gnb_m > li > a.on:after {
  transform: rotate(-180deg);
  transition: .3s all ease;
}
.gnb_m .depth2 > ul > li {position: relative;border-top: 1px solid #ddd;}
.gnb_m .depth2 > ul > li > a {
  display: block;
  color: #7e4649;
  font-weight: 600;
  text-align: left;
  padding: 18px 32px 17px;
  margin-right: 57px;
  transition: .4s
}
.gnb_m .depth2 > ul > li:hover > a {
  background:#fecaca;
}
.gnb_m .depth2 > ul > li p {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 53px;
}
.gnb_m .depth2 > ul > li .btnDepth2 {
  display: block;
  width:100%; height:100%;
  border: 0;
  padding: 0;
  background: url('../images/arrow_menu2.png') no-repeat center;
  background-size: 50%;
  cursor: pointer;
}
.gnb_m .depth2 > ul > li .btnDepth2.on {
  transform: rotate(-180deg);
  transition: .3s all ease;
}
.gnb_m .depth3 {display: none;}
.gnb_m .depth3 li a {
  display: block;
  color:#888;
  border-top: 1px solid #ddd;
  padding: 18px 10px 18px 47px;
}
.gnb_m .depth3 li a::before {content: '- ';}


/*************** index *****************/
.section {position:relative;}
.section:after {display: block;content:"";clear: both;}

#index .section1 {padding-top: 101px;}
#index .swiper-container {width: 100%;height: 700px;border-bottom: 7px solid #a13034;}
#index .swiper-container .swiper-slide .slide1 {
  width: 1200px;
  color: #fff;
  padding-top:100px;
  margin: 0 auto;
}
#index .swiper-container .swiper-slide .slide1 h1{margin-bottom: 10px;}
#index .swiper-container .swiper-slide .slide1 h2{
  position: relative;
  margin-bottom: 40px;
}
#index .swiper-container .swiper-slide .slide1 h2:after{
  position: absolute;bottom:-13px;left:0;
  width: 91px;height: 3px;
  background-color: #fff;
  content: '';
}
#index .swiper-container .swiper-slide .slide1 p{margin-top:50px;}
#index .swiper-container .swiper-slide .slide1 li{margin-bottom: 15px;}
#index .swiper-container .swiper-slide .slide1 .btn_style5{margin-left:40px}
#index .swiper-container .swiper-slide .layer{
  position: absolute;top: 0;left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  padding-top: 12em;
}
#index .swiper-container .swiper-slide .layer h1{margin-bottom: .5em;}
#index .swiper-container .swiper-slide .layer h2{font-weight: 600;line-height:1.3em;}
#index .swiper-container .swiper-pagination {display: none;bottom: 120px !important;}
#index .swiper-container2 .swiper-button-next,
#index .swiper-container2 .swiper-button-prev {display: none;}
.section_links {
  position: absolute;	bottom:7px;left:0;
  width: 100%;
  background-color:rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#index .blackBoxWrap {
	width:1200px;
  margin: 0 auto;
	transition:.5s all ease;
}
#index .blackBoxWrap:after{content:"";display:block;clear:both;}
#index .blackBox {
  position: relative;
	width:calc(100%/7 - 1px);
	float:left;
	height:169px;
	padding:0;
	box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center 40%;
  cursor: pointer;
}
#index .blackBox.b1 {background-image: url("/images/icon_index01.png?v=1");}
#index .blackBox.b2 {background-image: url("/images/icon_index02.png?v=1");}
#index .blackBox.b3 {background-image: url("/images/icon_index03.png?v=1");}
#index .blackBox.b4 {background-image: url("/images/icon_index04.png?v=1");}
#index .blackBox.b5 {background-image: url("/images/icon_index05.png?v=1");}
#index .blackBox.b6 {background-image: url("/images/icon_index06.png?v=1");}
#index .blackBox.b7 {background-image: url("/images/icon_index07.png?v=1");}
#index .blackBox .sub{
  position: absolute;bottom:17%;
  width: 100%;
  color:#fff;
  font-weight: 600;
  text-align: center;
}
#index .blackBox:hover{background-color:#898989;}

#index .section2 p {
  color: #979696;
  line-height: 1.5em;
  margin-top: 2em;
}
#index .section2 img {
  width: 60%;
}
#index .section3 h3 {margin-top: 20px;margin-bottom: 40px;text-align: center;}
#index .section3 li {
  height: 130px;
  color:#fff;
  text-align: center;
  margin-right: 0.8%;
  margin-bottom: 0.8%;
  background-repeat:no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  transition: .3s all ease;
}
#index .section3 .s1 {background-image: url("../images/img_index01.jpg");}
#index .section3 .s1:hover {background-image: url("../images/img_index01-2.jpg");}
#index .section3 .s2 {background-image: url("../images/img_index02.jpg");}
#index .section3 .s2:hover {background-image: url("../images/img_index02-2.jpg");}
#index .section3 .s3 {margin-right: 0;background-image: url("../images/img_index03.jpg");}
#index .section3 .s3:hover {background-image: url("../images/img_index03-2.jpg");}
#index .section3 .s4 {background-image: url("../images/img_index04.jpg");}
#index .section3 .s4:hover {background-image: url("../images/img_index04-2.jpg");}
#index .section3 .s5 {background-image: url("../images/img_index05.jpg");}
#index .section3 .s5:hover {background-image: url("../images/img_index05-2.jpg");}
#index .section3 .s6 {margin-right: 0;background-image: url("../images/img_index06.jpg");}
#index .section3 .s6:hover {background-image: url("../images/img_index06-2.jpg");}
#index .section3 li a{
  display: block;
  height: 100%;
  padding-top: 52px;
}
#index .section4 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebebeb+0,f9f4ed+100 */
  background: rgb(235,235,235); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(235,235,235,1) 0%, rgba(249,244,237,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(249,244,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(235,235,235,1) 0%,rgba(249,244,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f9f4ed',GradientType=0 ); /* IE6-9 */
  overflow: hidden;
}

@keyframes auto-slide {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-230px * 12))}
}
#index .section4 .auto-slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
  height: 100px;
  margin: auto;
  overflow:hidden;
  position: relative;
  width: 100%;
}
#index .section4 .auto-slide-track {
  animation: auto-slide 40s linear infinite;
  width: calc(230px * 24);
}
#index .section4 .auto-slide {
  float: left;
  height: 77px;
  width: 220px;
  text-align: center;
  margin-right: 10px;
}
#index .section5 h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
#index .section5 .col-3m {
  position: relative;
  margin-right: 1%;
  background-color: #fff;
}
#index .section5 .col-3m.m4 {
  /* margin-right: 0%; */
}
#index .section5 h4 {
  color: #a13035;font-weight: 600;
  padding: 0 20px;
  margin-top: 70px;
  margin-bottom: 20px;
}
#index .section5 h5 {
  display: inline-block;
  position: absolute;left:15px;top: 20px;
  color: #9d9b9b;
}
#index .section5 p {
  color: #9d9b9b;
  word-break:keep-all;
  padding: 10px 15px;
  margin-bottom: 10px;
}
#index .section5 img {width: 100%;}
.plus{
  position: absolute;top:0px;right: 0px;
  width: 41px;height:41px;
  background-color: #c4c4c4;
  cursor:pointer;
  z-index: 1;
}
.plus:before{
  position:absolute; top: 50%; left: 50%;
  width: 22px; height: 2px;
  margin: -1px 0 0 -11px;
  background: #fff;
  content: '';
}
.plus:after{
  position: absolute; top: 50%; left: 50%;
  width: 2px; height: 22px;
  margin: -11px 0 0 -1px;
  background: #fff;
  content: '';
}
.plus a {
  display: block;
  width: 100%;height: 100%;
}
#index .section6 {color: #fff;}
#index .section6 .c1 {font-weight: 600;text-align: center;padding-top: 10px;}
#index .section6 .c2, #index .section6 .c3 {
  position: relative;
  padding-left: 10%;
}
#index .section6 .c2:after {
  background-image: url('../images/icon_mail.png');
  position: absolute;left:10%;top:10px;
  width: 57px;height: 25px;
  background-repeat: no-repeat;
  content: "";
}
#index .section6 .c3:after {
  position: absolute;left:15%;top:5px;
  width:33px;height:33px;
  background-image: url('../images/icon_tel.png');
  background-repeat: no-repeat;
  content: "";
}





/*************** login,join *********************/
.loginBox {
	width:100%;
	border-top:2px solid #1772b6;
	padding-bottom:60px;
	background-color:#f8f8f8;
}
.joinBox {
	border-top:2px solid #1772b6;
	padding:3%;
	background-color:#f8f8f8;
}


/*************** sub *********************/
.banner {
  color: #fff;
  letter-spacing: -1px;
  height: 350px;
  padding-top: 101px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 50px;
  background-attachment: fixed;
}
.banner h1{ font-weight: 600;margin-bottom: 5px;}
.banner #menuWrap {width: 100%; height: 40px;background-color:#a13035;}
#apec .banner {background-image: url('../images/bg_apec.jpg');}
#executive .banner {background-image: url('../images/bg_executive.jpg');}
#location .banner {background-image: url('../images/bg_location.jpg');}
#intro-univ .banner {background-image: url('../images/bg_intro_univ.jpg');}
#history .banner {background-image: url('../images/bg_history.jpg');}
#ceo .banner, #president .banner, #chairman .banner, #dean .banner {background-image: url('../images/bg_ceo.jpg');}
#value .banner {background-image: url('../images/bg_value.jpg');}
#ca .banner {background-image: url('../images/bg_ca.jpg');}
#us .banner {background-image: url('../images/bg_us.jpg');}
#ph .banner {background-image: url('../images/bg_ph.jpg');}
#esl .banner {background-image: url('../images/bg_esl.jpg');}
#foundation .banner {background-image: url('../images/bg_foundation.jpg');}
#uknu .banner, #shs .banner, #ir .banner, #ussu .banner, #usad .banner, #hfc-md .banner {background-image: url('../images/bg_uknu.jpg');}
#ukmba .banner {background-image: url('../images/bg_ukmba.jpg');}
#caucw .banner {background-image: url('../images/bg_caucw.jpg');}
#ukbmba .banner {background-image: url('../images/bg_ukbmba.jpg');}
#esa .banner {background-image: url('../images/bg_esa.jpg');}
#asa .banner {background-image: url('../images/bg_asa.jpg');}
#cruise .banner {background-image: url('../images/bg_cruise.jpg');}
#univ .banner {background-image: url('../images/bg_univ.jpg');}
#recruit .banner {background-image: url('../images/bg_recruit.jpg');}
#procedure .banner {background-image: url('../images/bg_procedure.jpg');}
#question .banner {background-image: url('../images/bg_question.jpg');}
#faq .banner {background-image: url('../images/bg_faq.jpg');}
#presentation .banner, #apply .banner {background-image: url('../images/bg_presentation.jpg');}
#online .banner {background-image: url('../images/bg_online.jpg');}
#notice .banner {background-image: url('../images/bg_notice.jpg');}
#news .banner {background-image: url('../images/bg_news.jpg');}
#degree-uk .banner {background-image: url('../images/bg_degree_uk.jpg');}
#degree-ko .banner {background-image: url('../images/bg_degree_ko.jpg');}
#review .banner {background-image: url('../images/bg_review.jpg');}
#video .banner {background-image: url('../images/bg_video.jpg');}
#local .banner {background-image: url('../images/bg_local.jpg');}
#download .banner {background-image: url('../images/bg_download.jpg');}

#naviWrap {
  float: left;
  width: 229px;
  text-align: center;
  margin-right:38px;
}
#naviWrap h3 {
  font-weight:600;
  border-bottom:1px solid #bab8b8;
  padding-bottom: 10px;
}
#naviWrap h4 {
  color: #777474;
  border-bottom:1px solid #bab8b8;
  padding: 10px 0;
  cursor: pointer;
}
#naviWrap h4:hover {color: #fff;background-color:#b48a49;}
#naviWrap h4.active {color: #fff;background-color:#b48a49;}
#naviWrap h4 a {display: block;}
#naviWrap .depth2 {display: none;border-bottom:1px solid #bab8b8;}
#naviWrap .depth2 li {padding: 8px 0;}
#naviWrap .depth2 a:hover {color: #c07604;}
#naviWrap .depth2 a.active {color: #c07604;}

#articleWrap {
  position: relative;
  float: right;
  width: 919px;
}
#articleWrap h3 {
  font-weight: 600;
  /* margin-left: -14px; */
  margin-bottom: 35px;
}
#articleWrap h4 {
  position: relative;
  font-weight: 600;
  padding-left: 21px;
  margin-top: 25px;
  margin-bottom: 25px;
}
#articleWrap h4:after {
  position: absolute;left: 0;top: -5px;
  width: 7px;height:36px;
  content:'';
  background-color: #a13035;
}
#articleWrap h5 {
  display: inline-block;
  position: relative;
  color: #a13035;
  font-weight: 600;
  padding: 0px 21px 12px 21px;
  margin-top: 25px;
  margin-bottom:5px;
}
#articleWrap h5:after {
  position: absolute;left: 0;bottom:0px;
  width: 100%;height:7px;
  content:'';
  background-color: #a13035;
}
#articleWrap .imgBox{position: relative;margin-bottom: 20px;}
#articleWrap p {line-height:1.5em;}
#articleWrap p.padding{padding: 10px;}
#articleWrap p.padding2{padding: 10px 20px;}
#articleWrap p.checkList{
  position: relative;
  padding-left: 31px;
  margin-top:20px;
  margin-bottom: 10px;
  background-image: url("../images/btn_check.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 26px 22px;
  background-position: left 1px;
}
#articleWrap p.checkList.noImg{padding-left: 21px;background:none;}
#articleWrap span.detail{
  display: block;
  padding: 15px 20px;
}
#articleWrap span.footnote{
  position: absolute;right: 3%;top: 10px;
}
#articleWrap .swiper-slide p.tit {
  position: absolute;bottom: 0;right: 0;left: 0;
  text-align: center;
  color:#fff;
  padding: 6px 0 3px;
  background:rgba(0,0,0,0.4);
}
#articleWrap ul.numbering {
  padding: 20px 10px;
}
#articleWrap ul.numbering li{
  position: relative;
  padding-left: 35px;
  margin-bottom: 22px;
}
#articleWrap ul.numbering li:after {
  position: absolute;top:-5px;left:-6px;
  width: 30px;height: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  background-color: #fbb734;
  z-index: -1;
}
#articleWrap ul.numbering li:nth-child(1):after {content:'1';}
#articleWrap ul.numbering li:nth-child(2):after {content:'2';}
#articleWrap ul.numbering li:nth-child(3):after {content:'3';}
#articleWrap ul.numbering li:nth-child(4):after {content:'4';}
#articleWrap ul.numbering li:nth-child(5):after {content:'5';}
#articleWrap ul.numbering li:nth-child(6):after {content:'6';}
#articleWrap ul.point {
  padding: 20px 0px;
}
#articleWrap ul.point li{
  position: relative;
  height: 100px;
  padding-left: 87px;
}
#articleWrap ul.point li:after {
  position: absolute;top:-10px;left:0;
  width:70px;height:70px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 55px;
  border-radius: 100%;
  background-color: #fbb734;
  z-index: -1;
}
#articleWrap ul.point li:before {
  position: absolute;top:28px;left:31px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  z-index: 1;
}
#articleWrap ul.point li:nth-child(1):after {content:'Point';}
#articleWrap ul.point li:nth-child(2):after {content:'Point';}
#articleWrap ul.point li:nth-child(3):after {content:'Point';}
#articleWrap ul.point li:nth-child(4):after {content:'Point';}
#articleWrap ul.point li:nth-child(5):after {content:'Point';}
#articleWrap ul.point li:nth-child(6):after {content:'Point';}
#articleWrap ul.point li:nth-child(7):after {content:'Point';}
#articleWrap ul.point li:nth-child(1):before {content:'1';}
#articleWrap ul.point li:nth-child(2):before {content:'2';}
#articleWrap ul.point li:nth-child(3):before {content:'3';}
#articleWrap ul.point li:nth-child(4):before {content:'4';}
#articleWrap ul.point li:nth-child(5):before {content:'5';}
#articleWrap ul.point li:nth-child(6):before {content:'6';}
#articleWrap ul.point li:nth-child(7):before {content:'7';}
#floatingBar {
  position: fixed;right:165px;top:375px;
  border-top: 1px solid #c6c6c6;
  background-color: #fff;
}
#floatingBar li{
  width:150px;height: 65px;
  line-height: 65px;
  text-align: center;
  border-bottom:1px solid #c6c6c6;
  border-left:1px solid #c6c6c6;
  border-right:1px solid #c6c6c6;
  cursor: pointer;
}
#floatingBar li:hover{
  color: #fff;
  background-color: #464545;
}
#floatingBar li span {
  display: inline-block;
  line-height: 23px;
}

/*************** univ *****************/
#overlay_t {
  position: fixed; right: 0; top: 0; bottom: 0; left: 0;
  opacity: 0.5;
  filter: alpha(opacity = 50); /* IE7 & 8 */
  background-color: #000;
  z-index: 99;
  display:none;
}
#popup_layer {
  position:absolute; top:200px; left:50%;
  display:none;
  width:1120px;
  border:solid 1px #ccc;
  box-shadow: 0px 1px 20px #333;
  padding-top:60px;
  margin-bottom:30px;
  margin-left:-560px;
  background:#fff;
  z-index:100;
}
#popup_layer .titWrap {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a13035+0,ed040e+100 */
  background: rgb(161,48,53); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(161,48,53,1) 0%, rgba(237,4,14,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(161,48,53,1) 0%,rgba(237,4,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(161,48,53,1) 0%,rgba(237,4,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a13035', endColorstr='#ed040e',GradientType=1 ); /* IE6-9 */
}
#popup_layer .titWrap .tit{
  position: relative;
  color: #fff;font-weight: 600;
  padding: 20px 80px 20px 100px;
  background-image: url('../images/bg_poptit.png');
  background-repeat: no-repeat;
  background-position: 40px 0;
}
#popup_layer .cttWrap {padding: 60px;}
#popup_layer .cttWrap h2{
  position: relative;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 30px;
}
#popup_layer .cttWrap h2:after{
  position: absolute;bottom: -13px;left: 0;
  width: 100px;height:2px;
  background-color: #e64122;
  content:'';
}
#popup_layer .cttWrap p{line-height: 1.4em;}
#popup_layer .imgWrap img{width:calc(98%/3);margin-right: 1%;}
#popup_layer .imgWrap img:nth-child(3){margin-right: 0%;}
#popup_layer .charWrap {margin-top:1%;}
#popup_layer .charWrap:after {display: block;content: '';clear: both;}
#popup_layer .charWrap .char {float: left;width: 326px;line-height: 1.4em;border: 1px solid #a13035;padding: 21px;margin-right:1%;}
#popup_layer .charWrap .map {float: right;width:662px;height: 195px;border: 1px solid #a13035;}

#univ h3 {font-weight: 600;margin-bottom: 50px;margin-top: 50px;}
#univ h4 {position: relative;}
#univ h4:after {
  position: absolute;left: 0;bottom:-38px;
  width:60px;height: 2px;
  margin-bottom: 30px;
  background-color: #e64122;
  content: "";
}
#univ .ul_univ {margin-top: 50px;margin-bottom: 50px;}
#univ .ul_univ:after {
  display: block;content: "";clear: both;
}
#univ .ul_univ li{
  float: left;
  width: 25%;
  min-height: 162px;
  border:1px solid #c1c0c0;
}


/*************** adms *****************/
#formWrap {
  position: relative;
  border: 1px solid #b3b3b3;
  padding: 25px;
}
#formWrap .logo{position: absolute;right:7%;top:30px;}
#formWrap .logo img{width: 206px;}
.tbl_form {width:95%;}
.tbl_form th {width: 25%;font-weight: 600;word-break: break-all;text-align: left;padding:5px 5px 5px 30px;}
.tbl_form td {padding:5px 0;}
.tbl_form2 {width:100%;border-top: 1px solid #000;}
.tbl_form2 th {
  width:15%;
  font-weight: 600;
  text-align:center;
  word-break: break-all;
  border-bottom:1px solid #8f8e8e;
  padding:10px;
  background-color: #edebeb;
}
.tbl_form2 td {
  border-bottom:1px solid #8f8e8e;
  padding:10px;
}
#faq .ul_question li {
  position: relative;
  border-bottom:1px solid #cfcdcd;
  padding:20px 20px 20px 66px;
}
#faq .ul_question li:after {
  position: absolute;top:15px;left:20px;
  width: 30px;height: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  z-index:1;
}
#faq .ul_question li.q {cursor: pointer;}
#faq .ul_question li.a {display: none;font-size: 0.95em;line-height: 1.4em;background-color:#f9f9f8;}
#faq .ul_question li.q:after {background-color: #fbb734;content:'Q';}
#faq .ul_question li.a:after {top: 18px;background-color: #8d5703;content:'A';}
.ul_apply {border-top: 1px solid #000;margin-top: 10px;}
.ul_apply li{
  position: relative;
  border-bottom:1px solid #cfcdcd;
  padding:12px 0 12px 15px;
  cursor: pointer;
}
.ul_apply .sub{color:#636262;}
.ul_apply .btn_style4{position: absolute;right: 30px;top: 16px;}


/*************** board *****************/
.ul_board {border-top: 1px solid #000;margin-top: 10px;}
.ul_board li{
  position: relative;
  border-bottom:1px solid #cfcdcd;
  padding:12px 0 12px 15px;
}
.ul_board li.tit{
  padding-right: 30%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.ul_board li.contentsView{
  display: none;
}
.ul_board .date{position: absolute;right: 30px;top: 16x;}

.contentsView {
	position: relative;
	text-align: left;
	padding: 30px 30px 130px 30px !important;
	background-color: #fefefe;
}
.contentsView h1 {font-size:19px;float: none;padding:5px 0px 10px;cursor: text;}
.contentsView h2 {font-size:17px;margin:15px 0 10px;}
.contentsView img {height:auto !important;margin:5px 0 10px;}
.contentsView li {list-style: outside; margin-left: 20px;}
.contentsView a {color: #0782C1;}
.contentsView p {margin:5px 0;}
.contentsView table {max-width:100% !important}
.contentsView .marker {background-color:#6adf5b;}
/* .contentsView table td {padding:10px;} 시행하면 뉴스레터가 망가짐..*/

.ul_preview {border-top: 1px solid #000;}
.ul_preview:after {display: block;content: "";clear: both;}
.ul_preview li{
  position: relative;
  float: left;
  width: calc(100% / 3);
  height: 190px;
  color:#fff;
  text-align: center;
  margin-top:10px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.ul_preview .prev {
  position: absolute;top: 0;left: 0;right: 0;
  width: 100%;
  height: 190px;
  line-height: 190px !important;
  background:rgba(0,0,0,0.5);
}
.ul_preview .tit {display:none;position:absolute;top: 33%;left: 0;right: 0;font-weight: 600;text-shadow: 0 0 10px rgba(0,0,0,0.7);}
.ul_preview .sub {display:none;position:absolute;top: 55%;left: 0;right: 0;text-shadow: 0 0 10px rgba(0,0,0,0.7);}
.ul_preview img {filter: brightness(0.6);}
.ul_preview li:hover .prev{display: none;transition:.3s all ease-out}
.ul_preview li:hover .tit, .ul_preview li:hover .sub {display:block;transition:.3s all ease-out}
.ul_preview li:hover img {filter: brightness(0.4);transition:.3s all ease-out}
#reviewBox table{width: 100%;border: 1px solid #c5c0c0;}
#reviewBox th {width: 20%;vertical-align: top;padding: 40px 20px 20px 20px;background-color: #eeecec;}
#reviewBox td {padding: 40px 20px;}
#reviewBox td div {line-height: 1.5em;padding: 20px;}
#reviewBox .profile {max-width:50%;border-radius: 100%;}
#reviewBox .univ_logo {max-width:50%;}
#download h4 {border-bottom:0;}
#download .tit {margin-top: 20px;font-weight:700;}
#download .sub {margin-top: 10px;margin-bottom: 20px;}

/**************** Forum ******************/
.tbl_forum_write {
	width:100%;
	text-align:center;
	border-top:2px solid #1772b6;
	margin-bottom:40px;
}
.tbl_forum_write th {
	font-weight:600;
	border-bottom:1px solid #ddd;
	padding:6px;
	background-color:#f8f8f8;
}
.tbl_forum_write td {border-bottom:1px solid #ddd;padding:6px;}

.tbl_forum_cmmt_box {display:none;}
.tbl_forum_cmmt {
	width: 100%;
	border-top: 1px solid #dadada;
	text-align: center;
	font-size: 0.9em;
}
.tbl_forum_cmmt .c_w_td1 {
	width: 13%;
	border-top: 1px solid #ddd;
	padding:8px !important;
	background: #f9f8fd;
}
.tbl_forum_cmmt .c_w_td2 {
	width: 77%;
	text-align: left;
	border-top: 1px solid #ddd;
	padding:8px !important;
}
.tbl_forum_cmmt .c_w_td3 {
	width: 10%;
	border-top: 1px solid #ddd;
	padding:8px !important;
}
.comment_written_box {position:relative; margin-bottom:15px}
.comment_written_box .tit {font-weight:700;}
.comment_written_box .del {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 1px 5px 4px 4px;
	line-height: 11px;
	border: 1px solid #dcd8d9;
	color: #8c8c8c;
	cursor: pointer;
}


/*************** pager *****************/
.pager{
	text-align:center;
	margin-top:66px;
}
.pager:after{content:""; display:block; clear:both;}
.pager li {
	display:inline-block;
	padding: 4px 6px 3px;
	margin-left:-4px;
}
.pager a{
  display: inline-block;
	color:#000;
  font-size: 0.7em;
  border: 1px solid #e2e2e2;
  padding: 7px 9px;
  cursor:pointer;
}
.pager a:hover {color: #fff;border-color: #006;background-color: #444;}
.pager a.active {color: #fff;border-color: #006;background-color: #444;}


/*************** footer *****************/
#footer {
	width: 100%;
	padding: 40px 0;
	text-align: center;
	color: #fff;
  font-size: 16px;
	background:#a13035;
}
.footerWrap {width:1200px; margin:0 auto;}
.footerWrap:after {content:""; display:block; clear:both;}
.copyRight {float:left;}
.copyRight ul:after {content:""; display:block; clear:both;}
.copyRight ul li {
  text-align: left;
	margin-right: 10px;
  margin-bottom: 5px;
}
.bg_footer {
  float: right;
	width: 206px;
	height: 67px;
	text-align: left;
/* 	background-image: url("../images/logo_white.png?v=1");
	background-size: 100% 100%; */
}

.bg_footer>img {display: block; height: 60px; width: auto; padding-bottom: 5px;}

@media screen and (max-width: 1840px) {
  #floatingBar {right:10px;}
}
@media screen and (max-width: 1540px) {
  #floatingBar {display: none;}
}
@media screen and (max-width: 1240px) {
  body {font-size: 15px;}
	#gnb li {font-size:16px;}
	.row, .row3 {width:100%;padding: 40px;}
  .row4 {width: 100%;}
	.f13 {font-size:12px;}
	.f14 {font-size:13px;}
	.f16 {font-size:14px;}
	.f17 {font-size:15px;}
	.f18 {font-size:15px;}
  .f20 {font-size:17px;}
  .f21 {font-size:18px;}
  .f23 {font-size:19px;}
  .f24 {font-size:20px;}
  .f25 {font-size:21px;}
  .f28 {font-size:23px;}
  .f30 {font-size:24px;}
	.f33 {font-size:26px;}
	.f36 {font-size:28px;}
	.f38 {font-size:30px;}
	.f45 {font-size:35px;}

  .col-sm {width: 100%;margin-bottom: 20px;}
  .col-st {width: 100%;margin-bottom: 20px;text-align: center;}
	.col-4n {width:32.8%;}
	.col-6n {width:47%;}
	.col-8n {width:63.6667%;}

  #header {width: 100%;padding-bottom: 15px;}
	#gnb, .loginWrap {display:none;}
  #logoWrap {padding-left: 13px;}
	#loginWrap_m {display:inline-block;top:39px;right: 20px;}
	#btn_menu {display:inline-block;}
  #index .swiper-container {height: 500px;}
  #index .swiper-container .swiper-button-prev,
  #index .swiper-container .swiper-button-next {display: none;}
  #index .swiper-container .swiper-slide .slide1 {width: 100%;padding:80px 40px;}
  #index .swiper-container .swiper-slide .layer {padding-top:10em;}
  #index .blackBoxWrap {width:80%;overflow:hidden;}
  #index .blackBox .sub {bottom: 12%;}
  .banner {
    height: auto;
    text-align: center;
    background-size:cover;
    background-position: center;
    background-attachment: initial;
  }
  #naviWrap {display: none;}
  #articleWrap {float: none;width: 100%;padding: 0 20px;}
  #articleWrap h3 {margin-left: 0;}
  #articleWrap h4:after {height: 27px;}
  #articleWrap .imgBox {text-align: center;}
  #popup_layer {width: 760px;margin-left: -380px;}
  #popup_layer .charWrap .char {width: 100%;text-align: center;}
  #popup_layer .charWrap .map {width: 100%;margin-top:1%;}
  #popup_layer .charWrap .map #ajax4 {width:636px !important;}

  #footer {font-size:14px;}
  .footerWrap {width: 100%;}
 .bg_footer  {margin-right: 60px; }
  .copyRight {width:60%;padding-left:40px;}
}
@media screen and (max-width: 1140px) {
  #univ .ul_univ li {min-height:145px;}
}
@media screen and (max-width: 940px) {
  #univ .ul_univ li {min-height:112px;}
}
@media screen and (max-width: 760px) {
  body {font-size: 14px;}
	.f13 {font-size:9px;}
	.f14 {font-size:10px;}
  .f16 {font-size:12px;}
	.f17 {font-size:13px;}
  .f18 {font-size:14px;}
	.f20 {font-size:15px;}
	.f21 {font-size:15px;}
	.f23 {font-size:16px;}
  .f24 {font-size:17px;}
	.f25 {font-size:18px;}
  .f28 {font-size:20px;}
	.f30 {font-size:22px;}
	.f33 {font-size:24px;}
	.f36 {font-size:26px;}
	.f38 {font-size:27px;}
	.f45 {font-size:32px;}

	.col-3, .col-4, .col-4n, .col-6n, .col-8, .col-8n {width:100%; float:none;margin-top:0 !important;}
	.in_mobile {display:block;}
	.in_pc {display:none;}

  #logoWrap img {width: 97px;}
  #loginWrap_m {top: 22px;}
  #gnbWrap_m {top:65px;}
  #index .section1 {padding-top: 30px}
  #index .section_links {background:#a13035 !important;}
  #index .swiper-container {height:550px;border-bottom: 0;}
  #index .swiper-container .swiper-slide .slide1 {padding:100px 40px;}
  #index .swiper-container .swiper-slide .slide1 .btn_style5{display: none;}
  #index .swiper-container .swiper-slide .layer {padding-top: 14em;}
  #index .swiper-container .swiper-pagination {display: block;bottom: 140px !important;}
  #index .swiper-container2 .swiper-button-next,
  #index .swiper-container2 .swiper-button-prev {display: block;}
  #index .section_links {background:none;bottom:0;}
  #index .blackBoxWrap {text-align: center;}
  #index .blackBox {
    float: none;
    display:inline-block;
    height: 120px;
    background-color:#a13035;
    background-position: center 20%;
  }
  #index .section3 li {height: 79px;background-position: center;}
  #index .section3 .s1 {background-image: url("../images/m_img_index01.jpg");}
  #index .section3 .s1:hover {background-image: url("../images/m_img_index01-2.jpg");}
  #index .section3 .s2 {background-image: url("../images/m_img_index02.jpg");}
  #index .section3 .s2:hover {background-image: url("../images/m_img_index02-2.jpg");}
  #index .section3 .s3 {margin-right: 0;background-image: url("../images/m_img_index03.jpg");}
  #index .section3 .s3:hover {background-image: url("../images/m_img_index03-2.jpg");}
  #index .section3 .s4 {background-image: url("../images/m_img_index04.jpg");}
  #index .section3 .s4:hover {background-image: url("../images/m_img_index04-2.jpg");}
  #index .section3 .s5 {background-image: url("../images/m_img_index05.jpg");}
  #index .section3 .s5:hover {background-image: url("../images/m_img_index05-2.jpg");}
  #index .section3 .s6 {margin-right: 0;background-image: url("../images/m_img_index06.jpg");}
  #index .section3 .s6:hover {background-image: url("../images/m_img_index06-2.jpg");}
  #index .section5 .col-3m {width: 49%;margin-right: 2%;margin-bottom: 2%;}
  #index .section5 .col-3m.m2, #index .section5 .col-3m.m4 {margin-right: 0%;}
  #index .section6 .c1 {margin-bottom: 20px;}
  #index .section6 .c2,#index .section6 .c3 {float: left;width: 50%;text-align: center;}
  #index .section6 .c3:after {left: 25%;}
  #articleWrap ul.point li {padding-left: 70px;}
  #articleWrap ul.point li:after {
    top:2px;
    width:50px;height:50px;
    font-size: 14px;
    line-height: 38px;
  }
  #articleWrap ul.point li:before {
    top:27px;left:21px;
    font-size: 14px;
  }
  #articleWrap p.checkList.noImg {padding-left: 11px;margin-bottom:5px;}
  #univ .ul_univ li {width: 50%;min-height:169px;}
  .ul_apply li {text-align: center;}
  .ul_apply .btn_style4 {
    position: relative;top: 0;left: 0;
    display: inline-block;
    margin-top: 10px;
  }
  #popup_layer {width: 570px;margin-left:-285px;}
  #popup_layer .imgWrap img {width: 100%;margin-top: 1%;}
  #popup_layer .charWrap .map #ajax4 {width:446px !important;}
  .tbl_board th {padding:10px;}
  .tbl_board td {padding:10px;}
  .contentsView {padding:15px 5px 15px 5px !important;}
  #formWrap .logo {top: 20px;}
  #formWrap .logo img{width:103px;}
  .tbl_form{width: 100%;}
  .tbl_form th{padding-left: 0;}
	#online .btn_style6 {margin-top: 5px;}
  #reviewBox th {padding: 40px 10px;}
  .ul_preview li{height:100px;}
  .ul_preview .prev  {height: 100px;line-height: 100px !important;}

  #footer {font-size:12px;}
  .bg_footer {float: none;margin-bottom: 20px;margin-left: 40px; text-align:left; width:100%}
  .copyRight  {float: none;width: 100%;padding-left: 40px;}
}
  .bg_footer>img {display: inline-block; margin-right:15px} 

@media screen and (max-width: 575px) {
  .row, .row3 {padding:20px;}
  .col-6 {width: 100%;margin-bottom: 2em;}
  #index .section3 li {height: 60px;}
  #index .section6 .c2, #index .section6 .c3 {padding-left: 22%;}
  #univ .ul_univ li {min-height: 130px;}
  #popup_layer {width: 380px;margin-left:-190px;}
  #popup_layer .titWrap .tit {padding:10px 20px 10px 100px;}
  #popup_layer .cttWrap {padding: 30px;}
  #popup_layer .charWrap .map #ajax4 {width:318px !important;}

  #footer {padding: 20px 0;}
  .copyRight {padding-left: 20px;padding-right: 20px;margin-bottom: 20px;}
  .copyRight ul li  {margin-left:0;margin-right:0;}
  .bg_footer {margin-left: 20px;margin-top: 20px;}
}

@media screen and (max-width: 444px) {
.bg_footer {height: 100px}
}