@import url("https://webfontworld.github.io/pretendard/Pretendard.css");

/************ 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: top}

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:"Pretendard","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 !important;}
.txc {text-align:center !important;}
.txr {text-align:right !important;}
.fl {float:left !important;}
.fr {float:right !important;}
.white {color:#fff;}
.red {color:#f00;}
.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;}
.underline {border-bottom: 1px solid #ccc;}
.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 #0a0;
  padding:16px 55px;
  background-color: #0a0;
  cursor: pointer;
}
.btn_style3:hover {
  color: #0a0;
  background-color: #fff;
}
.btn_style4 { /*입학설명회 신청*/
  color: #0a0;
  font-weight: 600;
  border: 2px solid #0a0;
  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: #0a0;}
.btn_style4:hover:after {
  background-position: 0 0;
}
.btn_style4.on {color: #fff;background-color: #0a0;}
.btn_style4.on:after {
  background-position: 0 0;
}
.btn_style5 { /*신청서 다운르도*/
	display: inline-block;
	border-radius: 30px;
	padding: 9px 25px;
	background-color: #1773b6;
	color: #fff;
}
.btn_style6 { /*자기소개서 다운로드*/
	display: inline-block;
	font-weight: bold;
  color:#a1151f;
  border:1px solid #a1151f;
  padding:5px;
}
.btn_style7 { /* 기본 버튼 */
	color:#fff;
	padding:7px 15px;
	cursor:pointer;
	background:#1773b6;
	font-size: 0.95em;
}
.btn_write {
	color:#fff;
	padding:7px 11px;
	cursor:pointer;
	background:#1773b6;
}
.btn_search {
	color: #fff;
	padding: 10px 11px;
	background-color: #777;
	cursor: pointer;
	display: inline-block;
}
.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;
}
.input_style5 {
	width: 200px;
  border: 1px solid #8f8e8e;
  padding: 9px 15px;
}

.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 {
    position: relative;
	width: 98%;
	text-align:center;
    border-top: 2px solid rgb(108, 108, 108);
  /* 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;
}
#office-info .tbl_basic tr {
    border-bottom: 1px solid #ddd;
}
#office-info .tbl_basic tr td.txl { 
    /* position: relative; */
    height: 197.5px; 
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
}
#office-info .tbl_basic tr td>strong { font-size: 17px; }
#office-info .tbl_basic tr td ul li.info { font-size: 13px; margin: 5px 0; }
#office-info .tbl_basic tr td ul li.info strong { display: inline-block; width: 50px; }
#office-info .tbl_basic tr td .btn-map-view { 
    display: inline-block;
    width: 66px;
    padding: 10px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    background: #7989ac;
}
#office-info .tbl_basic tr td.txl .popup-map { 
    display: none;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border: 5px solid #3c9056;
    transition: all .3s;
}
#office-info .tbl_basic tr td.txl .popup-map.active { display: block; }
#office-info .tbl_basic tr td.txl .popup-map .inner { width: 100%; position: relative; }
#office-info .tbl_basic tr td.txl .popup-map .btn-pop-close { 
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url("/images/intro/popup_close.png") no-repeat 0 0 / 100%;
    cursor: pointer;
}

.tbl_board {
	width:100%;
	border-top:1px solid #cfcdcd;
  margin-top: 10px;
	margin-bottom:40px;
}
.tbl_board th {
	vertical-align: middle;
  border-bottom:1px solid #ddd;
  padding:12px;
  background-color:#f8f8f8;
}
.tbl_board td {
  border-bottom:1px solid #ddd;
  padding:12px;
}


.tbl_origin {
	width:100%;
	border-top:2px solid #666;
  margin-top: 10px;
	margin-bottom:20px;
}
.tbl_origin th {
	vertical-align: middle;
	border-right: 1px solid #ddd;
	border-bottom:1px solid #ddd;
  padding:12px;
  background-color:#f8f8f8;
}
.tbl_origin td {
	vertical-align: middle;
	text-align: center;
  border-bottom:1px solid #ddd;
	border-right: 1px solid #ddd;
  padding:12px;
}


/*************** header *****************/
.wrap {width:100%;}
#headerWrap {
  position:fixed;
  width:100%;
  border-bottom:1px solid #bdbdbd;
  background-color: #fff;
	/* background-image: url('/images/bg_header.png'); */
  z-index: 11;
}
#loginWrap_m {display:none;position: relative;top: 14px;right:0;font-size:14px;font-weight:700;}
#lnb {
	width: 1200px;
	margin: 0 auto;
	display:flex;
	justify-content: space-between;
}
#lnb .left {
    opacity: 0;
	width: 145px;
	font-size: 12px;
	font-weight: 800;
	color: white;
	text-align: right;
	padding: 10px 10px 11px 0;
	background-image: url('/images/bg_bull.png');
	background-repeat: no-repeat;
    cursor: context-menu;
}
#lnb .right {
	display: flex;
	font-size: 0.9em;
	padding: 7px 0;
}
#lnb .right li{margin-left: 10px;}
#header {
	position: relative;
	width:1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	box-sizing: border-box;
	transition:.5s all ease;
}

#logoWrap {}
#gnbWrap {}

#gnb  {display: flex;}
#gnb > li {
	position:relative;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 7px solid transparent;
	padding: 16px 30px 22px;
	margin-top: 20px;
	cursor:pointer;
}
#gnb > li.underline {
  color:#0a0;
  border-bottom:7px solid #5fd247;
  -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:123px;left: 0;
  width: 100%;
  border-top: 1px solid #b3b2b2;
  border-bottom: 1px solid #b3b2b2;
  background-color: #f9f9f9;
}
#snbWrap ul li a {
  margin-right: 20px;
}
#snbWrap ul li:last-child a {
  margin-right: 0;
}
.snb {display: none;}
.snb ul {display: flex;justify-content: right;}
.snb li {font-weight: 400;color: #3e3e3e;margin-bottom: 5px;margin-right: 10px;}
.snb li:hover {color: #5fd247;}
.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:72px; 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 #5fd247;
  background:#5fd247;
  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: #333;
  font-weight: 600;
  text-align: left;
  padding: 18px 32px 17px;
  /* margin-right: 57px; */
  transition: .4s
}
.gnb_m .depth2 > ul > li:hover > a {
  background:#bcbcbc2a;
}
.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; position: relative; } 
/* #index .swiper-container .swiper-slide { position: relative; } */
#index .visualText {
    position: absolute;
    z-index: 60;
    bottom: 100px;
    right: 10%;
    /* width: 1000px; */
    text-align: right;
}
#index .visualText .item-01 {
    font-size: 22px;
    color: #ffffff;
}
#index .visualText .item-02 {
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    margin-top: 8px;
}
#index .visualText .item-02 strong {
    display: block;
    font-size: 50px;
    line-height: 72px;
    color: #32a13c;
    font-weight: normal;
}
#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{
	display: none;
  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 {bottom:20px !important;}

#index .swiper-container {
  margin-left: auto;
  margin-right: auto;
  }
#index .swiper-container .swiper-slide {
	background-size: cover;
	background-position: center;
  }
 #index .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
  top: 35%;
	width: 54px; height: 88px;
	-webkit-background-size: 54px 88px;
	background-size: 54px 88px;
	background-image: url('/images/arrow_slider.png');
 }
#index  .swiper-container .swiper-button-prev {left: 80px;}
#index  .swiper-container .swiper-button-next {right: 80px;transform: rotate(180deg);}
#index  .swiper-container .swiper-pagination-bullet {
	opacity:1;
	border: 2px solid #fff;
	width: 12px;height: 12px;
	background:transparent;
}
#index .swiper-container .swiper-pagination-bullet-active {
	border: 2px solid #fff;
	background-color: #fff;
}

#index .swiper-container2 {  position: relative; margin-right: 10px;}
#index .swiper-container2 .swiper-slide { position: relative; padding: 60px 16px 100px 16px; background: #fff; }
#index .swiper-container2 .swiper-slide:before { position: absolute; top: 0; left: 0; content: '공지사항'; padding-top: 10px; color: #fff; font-weight: bold; display: block; width: 110px; height: 35px; background: #3670AE; box-sizing: border-box; }

#index .swiper-container2 .arrow_wrap { display: flex; justify-content: flex-start; background: white; }
#index .swiper-container2 .swiper-button-prev,
#index .swiper-container2 .swiper-button-next {width: 65px; height: 65px;}
#index .swiper-container2 .swiper-button-prev a,
#index .swiper-container2 .swiper-button-next a {width: 65px; height: 65px;}
#index .swiper-container2 .swiper-button-prev a img,
#index .swiper-container2 .swiper-button-next a img {
  display: block;
  max-width: 100%;
}
#index .swiper-container2 .arrow_wrap { position: absolute; right: 0; bottom: 0; }

#index .swiper-container3 {position: relative; }
#index .swiper-container3 .swiper-slide { position: relative; padding: 60px 16px 100px 16px; background: #fff; }
#index .swiper-container3 .swiper-slide:before { position: absolute; top: 0; left: 0; padding-top: 10px; content: '축산정보'; color: #fff; font-weight: bold; display: block; width: 110px; height: 35px; background: #6ea44d; box-sizing: border-box; }

#index .swiper-container3 .arrow_wrap { display: flex; justify-content: flex-start; background: white; }
#index .swiper-container3 .swiper-button-prev,
#index .swiper-container3 .swiper-button-next {width: 65px; height: 65px;}
#index .swiper-container3 .swiper-button-prev a,
#index .swiper-container3 .swiper-button-next a {width: 100%;}
#index .swiper-container3 .swiper-button-prev a img,
#index .swiper-container3 .swiper-button-next a img {
  display: block;
  max-width: 100%;
}
#index .swiper-container3 .arrow_wrap { position: absolute; right: 0; bottom: 0; }

#index .section2 {background-color: rgb(236, 236, 236);}
#index .section2 p.sub_ttl {
  color: #979696;
  line-height: 1.5em;
  margin-top: 1em;
  margin-bottom: 2em;
}
#index .section2 .swiper-slide { height: 310px; }
#index .section2 .swiper-slide .view {
    text-align: left;
    padding: 0 80px;
    font-family: 'Malgun Gothic' !important;
}
#index .section2 .swiper-slide .view h2 {
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
#index .section2 .swiper-slide .view h2:hover {text-decoration: underline;}   
#index .section2 .swiper-slide .view span {
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 8px;
}
#index .section2 .swiper-slide .view p {
    margin-top: 24px;
    font-size: 14px;
    line-height: 160%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap:break-word; 
    cursor: pointer;
}
#index .section2 .swiper-slide .view p:hover { text-decoration: underline; }

#index .section3 h3 {margin-top: 20px;margin-bottom: 20px;text-align: center;}
#index .section3 p.sub_ttl { margin-bottom: 40px; }
#index .section3 li {
  color:#333;
  font-size: 15px;
  text-align: center;
  background-repeat:no-repeat;
  background-size: 100%;
  transition: .3s all ease;
}
#index .section3 li  { 
	float: left;
	position: relative;
	width: calc(100% / 4);
	/* height: 200px; */
	/* border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9; */
	box-sizing: border-box;
}
#index .section3 li a {
	display: block;
	/* position: absolute;
	z-index: 2;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px; */
	padding-top: 40px;
	font-size: 15px;
	font-weight: bold;
	/* color: #666666; */
	text-align: center;
}
#index .section3 li a img { max-width: 100%; display: block; margin: 0 auto; } 
#index .section3 li p { font-size: 13px; font-weight: bold; }

#index .section4 {
  background: rgb(255,255,255); /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f9f4ed',GradientType=0 ); /* IE6-9 */
  overflow: hidden;
  border: 1px solid #ddd;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;

}
#index .section4 .slider {
    width: 100%;
    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: #0a0;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: "";
}
/* general-info */
#general-info .tbl_basic th { letter-spacing: 0.2rem; }



/*************** 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 {
    height: 367px;
	color: #fff;
	letter-spacing: -1px;
	text-align: right;
	padding-top: 123px;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 0 124px;
	/* background-attachment: fixed; */
	background-image: url('../images/sub-banner.png');
}
.banner h1{ font-weight: 600;margin-bottom: 5px;}
.banner #menuWrap {width: 100%; height: 15px; }

#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:#32A13B;}
#naviWrap h4.active {color: #fff;background-color:#32A13B;}
#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: #32A13B;}
#naviWrap .depth2 a.active {color: #32A13B;}

#articleWrap {
  position: relative;
  float: right;
  width: 919px;
}
#articleWrap h3 {
  font-weight: 600;
  margin-bottom: 35px;
}
#articleWrap h4 {
  position: relative;
  font-weight: 600;
  padding-left: 21px;
  margin-bottom: 25px;
}
#articleWrap h4:after {
  position: absolute;left: 0;top: -5px;
  width: 7px;height:36px;
  content:'';
  background-color: #0a0;
}
#articleWrap h5 {
  display: inline-block;
  position: relative;
  font-weight: 600;
  padding: 0px 21px 0px 18px;
  margin-bottom:15px;
}
#articleWrap h5:after {
	position: absolute;
	left: 0;
	top: 29%;
	width: 10px;
	height: 10px;
	content: '';
	background-color: #ff9b06;
}
#articleWrap h6 {
	position: relative;
	padding: 0px 21px 0px 18px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#articleWrap h6:after {
	position: absolute;
	left: 0;
	top: 29%;
	width: 10px;
	height: 10px;
	content: '';
  background-color: #000;
  border-radius: 100%;
}

#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 p.preparing {
	text-align: center;
	border: 2px solid #ccc;
	padding: 15%;
}
#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;
}

.alertBox {
	border-top: 1px solid #b0c8ef;
	background-color: #f6f9ff;
	padding: 20px 10px 20px 80px;
	line-height: 1.5em;
	margin-bottom: 15px;
	background-image: url('/images/btn_alert.png');
	background-repeat: no-repeat;
	background-position: 20px 50%;
}

/*************** 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/#0a0+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='#0a0', 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 #0a0;padding: 21px;margin-right:1%;}
#popup_layer .charWrap .map {float: right;width:662px;height: 195px;border: 1px solid #0a0;}

#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;}
.ul_disc {margin-left: 20px;margin-bottom: 20px;}
.ul_square {margin-left: 20px;margin-bottom: 20px;}
.ul_disc li{list-style:disc;}
.ul_square li{list-style:square;}

/*************** board *****************/
.ul_board {
	border-top: 2px solid #333;
	margin-top: 10px;
}
.ul_board li {
  position: relative;
  border-bottom:1px solid #cfcdcd;
  padding:12px 0 12px 15px;
}
.ul_board li.th {
	display: flex;
	justify-content: space-between;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
	font-weight: 600;
}
.ul_board li.tr {
	display: flex;
	justify-content: space-between;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.ul_board li.contentsView{
  display: none;
}
.ul_board .num{flex:1}
.ul_board .tit{flex:8}
.ul_board .date{flex:2}
.ul_board .file{flex:2}

.ul_gallery {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}
.ul_gallery li {
	width: 32%;
	border: 1px solid #d0d0d0;
	margin-right: 2%;
	margin-bottom: 3%;
}
.ul_gallery li:nth-child(3n){
	margin-right: 0;
}
.ul_gallery li p.tit {
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0.8em 0.8em 0.5em;
}
.ul_gallery li p.sub {
	margin: 0 0.8em 0.8em;
}

.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;}

.pageMenu {
	display: flex;
	color:#333;
	border-left:1px solid #ddd;
	margin-bottom:38px;
}
.pageMenu li {
	display: flex;
	align-items: center;
	text-align:center;
	border-right:1px solid #ddd; 
}
.pageMenu li.active {color:#fff; background-color:#1773b6;}
.pageMenu li:hover {color:#fff; background-color:#1773b6;}
.pageMenu li a {
	display: block;
	padding: 10px 20px;
	font-size: 0.9em;
}

/**************** 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;}


/*************** popup  *****************/

#popwrap {background: url(/images/blackbg.png) repeat; width:200%; height:200%; position:fixed; top:0; z-index:10 }
#popup { padding:80px 0; position:fixed; left:50%; margin-left:-550px;}
#popup>img {width: 100%; height: auto; }
.exit {color:#222; font-size:20px; font-weight:bold; position:absolute; right:10px; top:86px; }
#popup p {background:#fff; font-size:15px;height:30px; line-height:30px; padding-left: 10px }


/*************** footer *****************/
#footer {
	width: 100%;
	text-align: center;
    font-size: 16px;
	background:#fff;
    margin-top: 40px;
    padding: 40px 40px;
}
.footerWrap { display: flex; align-items: center; width:1200px; margin:0 auto; padding-top: 40px; border-top: 1px solid #ddd; }
.footerWrap:after {content:""; display:block; clear:both;}
.copyRight {  }
.copyRight ul:after {content:""; display:block; clear:both;}
.copyRight ul li {
  text-align: left;
	margin-right: 10px;
  margin-bottom: 5px;
  font-size: 13px;
}
.copyRight ul li.copy_right { color: #a3a3a3; }
.bg_footer {
    text-align: left;
    margin-right: 30px;
    
}
.bg_footer > img {display: block; width: auto; padding-bottom: 5px;}

/* media /////////////////////////////////////////////////////////// */
@media (max-width: 1240px) {
  #popup {width: 90%; left:5%; margin:0; }
}

@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;}
	#lnb {display: none;}
	#headerWrap {border-bottom: 0;background: white;}
	#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%;}

  #lnb {width: 100%;}
  #header {width: 100%;}
	#gnb, .loginWrap {display:none;}
  #logoWrap {padding: 20px;}
	#loginWrap_m {display:inline-block;top:4px;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;
		padding-top: 76px;
    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; }
}/*1240px*/


@media screen and (max-width: 1140px) {
  
}/*1140px*/


@media screen and (max-width: 940px) {
  #general-info .tbl_basic th { padding: 16px 0; }


}/*940px*/


@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 {width: 250px; padding: 10px;}
  #loginWrap_m {width: 70%;right: 5%;top: 5%;}
  #gnbWrap_m {top:48px;}
  #index .section1 {padding-top: 30px}
  #index .section_links {background:#0a0 !important;}
  #index .swiper-container {height:300px;border-bottom: 0;}
  #index .visualText {
        bottom: 20px;
        right: 10%;
    }
    #index .visualText .item-01 {
        font-size: 15px;
        color: #ffffff;
    }
    #index .visualText .item-02 {
        font-size: 24px;
        line-height: 44px;
        color: #fff;
        margin-top: 8px;
    }
    #index .visualText .item-02 strong {
        display: block;
        font-size: 32px;
        line-height: 72px;
        color: #32a13c;
        font-weight: normal;
    }
  #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-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:#0a0;
    background-position: center 20%;
  }
  #index .section3 { margin-bottom: 40px; }
  #index .section3 li { width: calc((100% / 4) - 20px); margin: 0 10px; box-sizing: border-box; height: 128px; background-position: center;}
  #index .section3 li a { padding-top: 0; }

  #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;}
  .tbl_origin th {padding:10px;}
  .tbl_origin 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;}
	.footerWrap {flex-direction:column;}
  .bg_footer {float: none;margin: 0 0 20px 0;width: 100%;}
  .copyRight  {width: 100%;}
}/*760px*/


@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%;}
  #general-info .tbl_basic th { font-size: 12px; letter-spacing: 0; }
  #general-info .tbl_basic td { font-size: 12px; padding: 16px 0; }

  #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 {padding-left: 20px;}
}/*575px*/


@media screen and (max-width: 400px) {
  #index .section3 li { width:calc( 50% - 20px) ; }
  #index .section3 li a img { max-width: 60%; }
	.bg_footer {height: 100px}
}/*400px*/

