@charset "utf-8";
/* 
Reset & Set Stylesheet
v1.0.1
First Updated: 2016-08-01
Last Updated: 2016-08-05
Author: OBS
*/

/***** RESET *****/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
margin:0; 
padding:0; 
border:0; 
font-size:100%; 
font:inherit; 
font-family:'Noto Sans KR', 고딕, san-serif, IcoMoon,dashicons, FontAwesome!important;
/* font-family: "NanumSquareRound"; */
word-break:normal;
letter-spacing:-1px;
box-sizing:border-box;

}
sup {
margin:0; 
padding:0; 
border:0; 
font-size:100%; 
font:inherit; 
word-break:normal;
}

body{transition-duration: 0.3s!important; }



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
/*html, body {height:100%;}*/
body {line-height:1; word-break:break-all; -ms-word-break:break-all; -webkit-text-size-adjust:none; /*height:100%;*/ }
ol, ul, dl, li, menu {list-style:none; padding:0; margin:0;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none}
table {border-collapse:collapse; border-spacing:0; }
textarea {overflow:auto}
input, select, textarea, button, optgroup {font-size:100%; vertical-align:middle;  color:#444444; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; margin:0; }
em, address{font-style:normal;}
button {border:none 0; cursor:pointer;}
select option{font-size:14px;}
.disabled{background: #eeeeee; border:0!important;}
input:disabled{background: #eeeeee; border:0!important;}
input:read-only{background: #eeeeee; border:0!important;}

body{background:#ffffff;}
/* Hyper Link */

a, a:link, a:active, a:hover, a:visited{text-decoration:none; }
/* Form Type (html5 & 모바일 적용) */
input[type='tel'],input[type='number'],input[type='email'],input[type='text'],input[type='password'],input[type='submit'],input[type='search'],input[type='submit'],input[type='reset'],input[type='file']{-webkit-appearance:none; border-top-left-radius:0; border-top-right-radius:0; border-bottom-left-radius:0; border-bottom-right-radius:0; height: 30px; border:0;  padding:0 5px;  /* margin-top:3px; */}
;;-webkit-input-placeholder
input[type='checkbox']{-webkit-appearance:checkbox}
input[type='radio']{-webkit-appearance:radio}
input[type='number']{-webkit-appearance:none}
input[type='search']::-webkit-search-cancel-button{-webkit-appearance:none}

textarea{resize:none; padding:0px; border:none; font-family:'NotoSansCJKkr-DemiLight'}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}


input[type="checkbox"], 
input[type="radio"]{
	display:none;
}

input[type="checkbox"] + label,
input[type="radio"] + label{
	color:#303030; font-size:15px; line-height:24px;
}

input[type="checkbox"] + label span{
	display:inline-block;
	width:15px;
	height:15px;
	background:url("/images/front/index/btn_check_box_off.png")no-repeat;
	cursor:pointer;
	vertical-align:-9%;
	margin-right:5px;
	
}

input[type="checkbox"]:checked + label span{
	background:url("/images/front/index/btn_check_box_on-02.png")no-repeat;
	width:15px;
	height:15px;
}

/*
input[type="radio"] + label span{
	display:inline-block;
	width:15px;
	height:15px;
	background:url("../img/btn_radio_off.png")no-repeat;
	cursor:pointer;
	vertical-align:-9%;
	margin-right:5px;
	
}

input[type="radio"]:checked + label span{
	background:url("../img/btn_radio_on.png")no-repeat;
	width:15px;
	height:15px;
} */

/* hsg */
input[type="radio"] {position:absolute; width:15px; height:15px;}
input[type="radio"] + .rdo {position:absolute; width:15px; height:15px; overflow:hidden; background:url("/images/front/btn_radio_off.png") no-repeat center center; cursor:pointer; vertical-align:middle;}
input[type="radio"] ~ .label-title {margin-left:20px; font-size:15px; vertical-align: top;}
input[type="radio"]:checked + .rdo {background:url("/images/front/btn_radio_on.png") no-repeat center center;}
input[type="checkbox"] + label span.mt,
input[type="radio"] + label span.mt{margin-top:5px;}


input[type="text"]{height:30px; border:1px solid #dcdcdc; font-size:14px; box-sizing:border-box;}
input[type="password"]{height:30px; border:1px solid #dcdcdc; font-size:14px; box-sizing:border-box;}
input[type="number"]{height:30px; border:1px solid #dcdcdc; font-size:14px; box-sizing:border-box;}
/* placeholder font*/
::-webkit-input-placeholder{font-family:"NanumGothic"}
:-moz-placeholder{font-family:"NanumGothic"}
::-moz-placeholder{font-family:"NanumGothic"}
:-ms-input-placeholder {font-family:"NanumGothic"}

input:disabled {background:#f5f5f5;}


/*/셀렉트박스/*/
select{-webkit-appearance: none;  /* 네이티브 외형 감추기 */
-moz-appearance: none;
appearance: none;
background:#fff url("/images/front/index/select_arrow.png") no-repeat 50%; background-position:calc(100% - 5px); /* 화살표 모양의 이미지 */
height:30px;
padding:0px 5px;
-webkit-appearance: none; /* 네이티브 외형 감추기 */
-moz-appearance: none;
appearance: none;
border:1px solid #dcdcdc;
box-sizing:border-box; 
font-size:14px; 
color:#777777;
}
/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand {
    display:none;
}



/* a:link { color: red; text-decoration: none;}
a:visited { color: black; text-decoration: none;} */




/* blind */
.blind{overflow:hidden; position:absolute; top:-1px; left:-1px; z-index:-1; width:1px; height:0px; font-size:0; line-height:0; white-space:nowrap;text-indent: -9000px;}
caption,legend{overflow:hidden;height:0px; font-size:0; line-height:0; white-space:nowrap;text-indent: -9000px;}


/* 
@media screen and (max-width: 1440px) { 
	select{height:80px; font-size:28px; padding:0 5%;}
	input[type="text"]{height:78px; border:1px solid #cecece; font-size:40px; padding:0 38px;}
	select.sel_type_02{height:80px;}
	input[type="checkbox"] + label span{width:36px; height:36px; background:url("../img/btn_check_box_off.png")no-repeat; cursor:pointer; vertical-align:-5%; margin-right:5px; background-size:contain;}
	input[type="checkbox"]:checked + label span{ background:url("../img/btn_check_box_on.png")no-repeat; width:36px; height:36px;  background-size:contain;}
} */

@media screen and (max-width: 630px) {
	select{font-size:15px!important;}
	input{font-size:15px!important;}
}

.main-banner{width:100%; margin-top:50px; height:auto; font-size:0;}
.main_slide{width:100%; margin:0 auto; max-width:1400px;  height:auto; position:relative; overflow:hidden; position:relative; z-index:1; border-radius:20px; border:1px solid #e1e1e1; }
.swiper-container { width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.swiper-slide { text-align: center; font-size: 18px; background: #fff; width:100%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    /* display: flex; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-wrapper{width:100%; height:100%; }
  .swiper-slide{background-repeat:repeat; width:30px;}
  .swiper-slide a{display:block; font-size:0; width:100%; max-width:1920px;}
  .swiper-slide a img{width:100%; }
  /* .swiper-slide a img:nth-child(2){position:absolute; top:0; left:0; width:50px; height:100%;} */

/*** main-category ***/
.main-category{width:100%; overflow:hidden; }
.main-category .main-category-in{max-width:1300px; margin:0 auto; overflow:hidden; align-items: center;  height:240px; padding:40px 0;}
.main-category .main-category-in li{float:left; text-align:center;  width:16.66%; position:relative;}
.main-category .main-category-in li a{display:block;}
.main-category .main-category-in li:hover{ margin-top:-20px; transition-duration: 0.2s;}
.main-category .main-category-in li::before{content:''; position:absolute; display:inline-block; left:0; top:50%; transform:translateY(-50%); background:url(/images/front/index/main-category-bar.png) center no-repeat; width:3px; height:142px;}
.main-category .main-category-in li:first-child::before{display:none;}

.mc-center{width:100%; overflow:hidden;  margin:0 auto; background:#e4eef4;}
.mc-center .mc-center-in{max-width:1400px; margin:0 auto;  background:#ffffff; border-radius:20px; padding-top:50px; margin-top:45px; position:relative;}
.mc-center .mc-map{width:630px; height:75px; margin:0 auto;}
.mc-center .mc-map li{width:50%; background:#f7f7f7; float:left; line-height:73px; text-align:center;}
.mc-center .mc-map li a{display:block; color:#333333; font-size:21px; }
.mc-center .mc-map li.on a{background:#050000; color:#ffffff;}
.mc-tab-box{margin-top:50px; position:relative;}
.btn-mc-more{position:absolute; padding:0 20px; height:40px; text-align:center; background:#f8f8f8; font-size:14px; color:#4f4f4f; border-radius:20px; display:inline-block; line-height:38px;}
.btn-mc-more::after{content:'→'; margin-left:5px;}
.mc-tab-box .btn-mc-more{  right:75px; top:-10px; }
.mc-tab-box .mc-tab-button{width:400px; height:40px; margin:0 auto;  }
.mc-tab-box .mc-tab-button li{float:left; text-align:center; width:33.33%;}
.mc-tab-box .mc-tab-button li a{display:block; font-size:18px; color:#757575; font-weight:bold;}
.mc-tab-box .mc-tab-button li.on a,
.mc-tab-box .mc-tab-button li:hover a{border-bottom:2px solid #050000; padding-bottom:20px; color:#050000;}

.mc-tab-content{ padding:45px 70px; width:100%; border-top:2px solid #eeeeee; overflow:hidden;}
.mc-tab-content li{overflow:visible; display:none;}
.mc-tab-content li.on{display:block;}
.mc-tab-content li .mc-tab-content-item{float:left; height:300px; margin-left:15px; border:1px solid #f1f1f1; border-radius:5px; width:calc(25% - 12px); overflow:hidden;}
.mc-tab-content li .mc-tab-content-item a{display:block;}
.mc-tab-content li .mc-tab-content-item:hover{background:#f2f2f2;  border:1px solid #cccccc; box-shadow: 10px 5px 5px #cccccc;}
.mc-tab-content li .mc-tab-content-item:first-child{margin-left:0;}
.mc-tab-content li .mc-tab-content-item .mc-item-img{width:100%; height:155px;}
.mc-tab-content li .mc-tab-content-item .mc-item-img img{width:100%; height:100%;}
.mc-tab-content li .mc-tab-content-item .item-info{width:100%; height:100%; padding:25px; }
.mc-tab-content li .mc-tab-content-item .item-info .ii-title{font-size:18px; line-height:26px; color:#333333; height:52px; overflow:hidden; -webkit-line-clamp: 2;}
.mc-tab-content li .mc-tab-content-item .item-info .ii-date{font-size:18px; line-height:26px; color:#333333; margin-top:22px;}




.mc-tab-box.tabbox01 .mc-tab-button li{float:left; text-align:center; width:50%;}

.etc-notice-box{margin:0 auto;  max-width:1400px; height:100px; border-radius:20px; background:#ffffff; position:relative; margin-top:40px; margin-bottom:50px; border:1px solid #387e7b;}
.etc-notice-box::before{position:absolute; content:''; display:inline-block; background:url(/images/front/index/etc-notice-img.png) center no-repeat; width:61px; height:101px; top:-20px; left:100px;}
.etc-notice-box .enb-in{width:calc(100% - 130px); margin:0 auto; overflow:hidden; padding-left:120px;}
.etc-notice-box .enb-in .fl{float:left;}
.etc-notice-box .enb-in .fr{float:right; width:calc(100% - 500px);}
.etc-notice-box .enb-in .enb-ment-01{font-size:21px; font-weight:bold; color:#050000; line-height:24px; margin-top:20px;}
.etc-notice-box .enb-in .enb-ment-01 span{color:#377b80; margin-left:5px;}
.etc-notice-box .enb-in .enb-ment-02{color:#666666; font-size:16px;  line-height:18px; margin-top:10px;}
.etc-notice-box .swiper.swiper2 { display:block; height: 96px!important; overflow:hidden; position:relative;  }
.etc-notice-box .swiper.swiper2 .swiper-slide {
    margin-top:-3px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height:96px!important;
    /* width:430px; */
  }

  .etc-notice-box .enb-date{font-size:21px; color:#000000; font-weight:bold; line-height:24px; display:inline-block; float:left; max-width:160px;  margin-top:37px; }
  .etc-notice-box .enb-notice{font-size:16px; color:#000000; font-weight:bold; line-height:24px; display:inline-block; float:right; max-width:300px;   -webkit-line-clamp: 1;}
  .swiper.swiper2 .swiper-button-next{position:absolute!important; background:url(/images/front/index/btn-banner-down.png) center no-repeat; width:21px; height:18px;  right:10px!important; margin-top:10px; max-width:320px; z-index:1;}  
  .swiper.swiper2 .swiper-button-prev{position:absolute!important; background:url(/images/front/index/btn-banner-up.png) center no-repeat; width:21px; height:18px; left:unset; right:10px!important;  z-index:1;}
  .swiper.swiper2 .swiper-button-prev::before{position:absolute; content:'ㅡ'; left:50%; transform:translateX(-50%); top:17px; color:#c0c0c0;  z-index:1;}
  
/* .swiper.swiper2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */

  .mc-center.bg-white{background:#ffffff;}
  .mc-center.bg-white .mc-center-in{margin-top:0;}
  .mc-tab-content.type-2{padding:45px 0;}
  .mc-tab-content.type-2 li{overflow:visible;}
  .mc-tab-content.type-2 li .mc-tab-content-item{padding:30px; height:370px; background:#f9f9f9;}
  .mc-tab-content.type-2 li .mc-tab-content-item .item-kind-line{width:100%; }
  .mc-tab-content.type-2 li .mc-tab-content-item .item-kind-line .item-kind{display:inline-block; color:#333333; line-height:34px; height:36px; padding:0 10px; border:1px solid #cccccc; border-radius:5px; font-size:16px;}
  .mc-tab-content.type-2 li .mc-tab-content-item .item-kind-line .item-kind.talk{background:#fb7203; color:#ffffff; border:1px solid #fb7203;}
  .mc-tab-content.type-2 li .mc-tab-content-item .item-kind-line .item-kind.culture{background:#f9f9f9; color:#333333; border:1px solid #387e7b;}
  .mc-tab-content.type-2 li .mc-tab-content-item .item-tit{color:#333333; font-size:21px; line-height:28px; height:56px; margin-top:25px;  overflow:hidden;  -webkit-line-clamp: 2; }
  .mc-tab-content.type-2 li .mc-tab-content-item .item-detail{color:#333333; font-size:16px; line-height:21px; height:65px; margin-top:25px; overflow:hidden; -webkit-line-clamp: 3;}
  .mc-tab-content.type-2 li .mc-tab-content-item .item-name{color:#333333; font-size:16px; line-height:25px; margin-top:22px; position:relative; padding-left:28px;}
  /* .mc-tab-content.type-2 li .mc-tab-content-item .item-name::before{content:''; display:inline-block; background:url(../img/name-star.png) center no-repeat; width:29px; height:27px; vertical-align:middle;} */
   .mc-tab-content.type-2 li .mc-tab-content-item .item-name.score3{}

.mc-tab-content.type-2 li .mc-tab-content-item .item-date{color:#333333; font-size:16px; line-height:21px; margin-top:22px; overflow:hidden;}
.mc-tab-content.type-2 li .mc-tab-content-item .item-date .item-day::before{content:'·'; font-weight:bold;}
.mc-tab-content.type-2 li .mc-tab-content-item .item-date .fr span{margin-left:5px; vertical-align:bottom;}
.mc-tab-content.type-2 li .mc-tab-content-item .item-date .fr span.like::before{content:''; display:inline-block; background:url(/images/front/index/icon-like.png) center no-repeat; width:19px; height:17px;  margin-right:3px;}
.mc-tab-content.type-2 li .mc-tab-content-item .item-date .fr span.reple::before{content:''; display:inline-block; background:url(/images/front/index/icon-doc.png) center no-repeat; width:18px; height:14px;  margin-right:3px; margin-left:10px;}
.score::before{text-align:center; font-size: 10px; border-radius:50px;  color:#fff; width:30px; height: 23px;display: inline-block; font-weight: bold;line-height: 24px; margin-right: 3px; width:25px; height:25px; background-size:cover;}
.score6::before{background: url(/images/front/lv_s05.png) no-repeat 0px; content:''; top:50%; left:0; transform:translateY(-50%); height:100%; position:absolute; width:25px; height:25px; background-size:contain;}
.score5::before{background: url(/images/front/lv_s04.png) no-repeat 0px; content:''; top:50%; left:0; transform:translateY(-50%); height:100%; position:absolute; width:25px; height:25px; background-size:contain;}
.score4::before{background: url(/images/front/lv_s03.png) no-repeat 0px; content:''; top:50%; left:0; transform:translateY(-50%); height:100%; position:absolute;  width:25px; height:25px; background-size:contain;}
.score3::before{background: url(/images/front/lv_s02.png) no-repeat 0px; content:''; top:50%; left:0; transform:translateY(-50%); height:100%; position:absolute;  width:25px; height:25px; background-size:contain;}
.score2::before{background: url(/images/front/lv_s01.png) no-repeat 0px; content:''; top:50%; left:0; transform:translateY(-50%); height:100%; position:absolute;  width:25px; height:25px; background-size:contain;}
.score1::before{background: url(/images/front/icon_01.png) no-repeat 0px; content:''; top:50%; left:0; transform:translateY(-50%); height:100%; position:absolute; width:20px; height:20px; background-size:cover; }

/*** 공지사항, 자주하는질문 ***/
.notice-qna-box{overflow:hidden; max-width:1400px; margin:0 auto; margin-bottom:50px;} 
.notice-qna-box .fl,
.notice-qna-box .fr{width:calc(50% - 20px);}
.notice-qna-box .fr{margin-left:10px;}
.nq-title-box{width:100%; overflow:hidden; line-height:40px; margin-bottom:10px; position:relative;}
.nq-title-box .main-title{color:#333333;  font-size:24px; }
.nq-title-box .btn-mc-more{right:0;}



.qna .ml-02-icon{font-size:17px; line-height:46px; color:#303030; display:inline-block;  -webkit-box-orient: vertical; position:relative; padding-left:45px;
    display: -webkit-box !important;
    display: block;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;}
    .qna .ml-02-icon.qa::before{content:''; display:inline-block; width:36px; height:36px; background-size:cover; position:absolute; background:url(/images/front/index/ml2-icon-qa.png) center no-repeat; top:50%; transform:translateY(-50%); left:0; }

/*** main-contents ***/
.main_contents{width:100%;  height:auto;}
.main_contents *{transition-duration: 0.3s;}
.main_contents *{box-sizing:border-box; }
.main_contents .mc_in{margin:0 auto 0 auto;  height:auto;  /* transition: all 0.1s ease-in-out; */ position:relative;  overflow:hidden; width:100%;}
.mc-left{ float:left; width:calc(100% - 540px);}
.mc-right{float:left; width:510px; margin-left:30px; }
.main-title-box{ overflow:hidden; }
.main-title-box .m-title-01{font-size:28px; font-weight:bold; border-bottom:2px solid #190e6c; color:#190e6c;width:140px; text-align:right;  line-height:43px;}
.main-title-box .fr{width:calc(100% - 140px);  position:relative;}
.main-title-box .fr .btn-tab{float:right; margin-right:80px;}
.main-title-box .fr .btn-tab ul li{float:left; font-size:0; margin-right:20px;}
.main-title-box .fr .btn-tab ul li:last-child{margin-right:0;}
.main-title-box .fr .btn-tab ul li a{display:inline-block;  width:140px; text-align:center; font-size:22px; color:#333333; height:55px; line-height:50px; box-sizing:border-box; position:relative;}
.main-title-box .fr .btn-tab ul li.on a,
.main-title-box .fr .btn-tab ul li:hover a{color:#ffffff; background: linear-gradient( to right, #a353c3, #6b53c3 ); border-top-left-radius: 25px; border-bottom-right-radius: 25px; }
.main-title-box .fr .btn-tab ul li a::after{content:''; display:inline-block; position:absolute; top:50%; transform:translateY(-50%); }
.main-title-box .fr .btn-tab ul li.bt-01:hover a::after,
.main-title-box .fr .btn-tab ul li.bt-01.on a::after{background:url(/images/front/index/bt-01.png) center no-repeat; width:38px; height:37px; right:-19px; }
.main-title-box .fr .btn-tab ul li.bt-02:hover a::after,
.main-title-box .fr .btn-tab ul li.bt-02.on a::after{background:url(/images/front/index/bt-02.png) center no-repeat; width:38px; height:37px; right:-19px; }
.main-title-box .fr .btn-tab ul li.bt-03:hover a::after,
.main-title-box .fr .btn-tab ul li.bt-03.on a::after{background:url(/images/front/index/bt-03.png) center no-repeat; width:38px; height:37px; right:-19px; z-index:999;}
.main-title-box .fr .btn-tab-more{display:block; width:25px; height:25px; background:url(/images/front/index/btn-tab-more.png) center no-repeat; position:absolute; top:50%; transform:translateY(-50%); right:15px;}


.notice-table{overflow:hidden; width:100%; height:auto;}
.notice-table .nt-text{position:relative;}
.notice-table .nt-text a {font-size:19px; color:#303030; line-height:46px; width:calc(100% - 160px); display:inline-block;}
.notice-table .nt-text a p{display:inline-block; -webkit-box-orient: vertical; font-size:17px;
    position: relative;
    display: -webkit-box !important;
    display: block;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;}
.notice-table .nt-text a p::before{content:'·'; display:inline-block; vertical-align:top;}
.notice-table .nt-text span{font-size:17px; color:#777777; line-height:46px; float:right; width:110px; text-align:right; padding-right:4px;}


.swiper2{ box-sizing:border-box; }
.swiper2 .swiper-slide{ padding:15px 15px; height:254px; }
.swiper2 .swiper-slide a{display:inline-block; height:100%; box-sizing:border-box;  text-align:left;}
.swiper2 .swiper-wrapper{margin-top:10px;}
.swiper2 .swiper-button-prev,
.swiper2 .swiper-container-rtl .swiper-button-next{left:unset!important; right:unset!important;}
.swiper2 .swiper-button-next,
.swiper2 .swiper-container-rtl .swiper-button-prev{left:unset!important; right:unset!important;}

.swiper3 .swiper-button-prev, 
.swiper3 .swiper-container-rtl .swiper-button-next{background-image:none; }
.swiper3 .swiper-button-next, 
.swiper3 .swiper-container-rtl .swiper-button-pre{background-image:none; }
.swiper3 .swiper-button-next,
.swiper3 .swiper-button-prev{width:19px; height:19px; top:25px; margin-top:0;}

.slide_banner.swiper3{width:100%;  height:67px; background:#ffffff;  border-top:1px solid #dcdcdc;}
.sb_in{max-width:1400px; margin:0 auto; height:100%; }
#banner_wrap{position:relative; width:100%; margin:0 auto; margin-bottom:100px;  height:100%;}
#prevBtn{position:absolute; left:0; top:25px;}
#nextBtn{position:absolute; right:0; top:25px;}
#sb_box{height:100%; height:63px;}
#sb_box li{  text-align:center; height:100%; }
#sb_box li a{display:inline-block; width:100%; height:100%; font-size:0; box-sizing:border-box; vertical-align:middle; height:100%; position:relative; }
#sb_box li a img{line-height:67px;  position:absolute; top:50%; left:50%; transform:translateY(-50%) translateX(-50%); }
.slide_banner.swiper3 .swiper-wrapper{padding:0 150px;}


#popupSliderSwitch{border:2px solid red; z-index:99999999999; position:fixed; top:0; left:0; width:50px; height:50px; background:red;}

.move-link.on{margin-top:100px;}

#content01{width:0px; height:20px; position:absolute; top:-100px; left:0; z-index:999999; }
#content02{width:0px; height:20px; position:absolute; top:-100px; left:0; z-index:999999;}

@media screen and (max-width: 1430px) {
    .etc-notice-box{height:auto;}
    /* .etc-notice-box .enb-date{width:700px; float:right; text-align:center; margin-left:0;} */

}


@media screen and (max-width: 1400px) {
    .main-banner,
    .main-category,
    .mc-center{padding:0 10px;}
}    



@media screen and (max-width: 390px) {
	.main-banner{margin-top:0px;}
}

@media screen and (max-width: 414px) {
	.main-banner{margin-top:0px;}
}

@media screen and (max-width: 450px) {
	.main-banner{margin-top:0px;}
}

@media screen and (max-width: 480px) {
	.main-banner{margin-top:0px;}
}


@media screen and (max-width: 1290px) {
    .etc-notice-box .enb-in{width:100%!important; padding-left:0!important; padding:0 20px!important; padding-left:100px!important;}
    .etc-notice-box::before{left:20px;}
    .etc-notice-box .enb-in .fr{width:calc(100% - 380px);}
    
}    

@media screen and (max-width: 1150px) {
    .etc-notice-box{height:auto;}
}




@media screen and (max-width: 1000px) {

    .main-category .main-category-in{height:100%;}
    .main-category .main-category-in li{width:33.333%; margin:20px 0;}
    .main-category .main-category-in li:hover{margin-top:20px; transition-duration: 0s;}
    .main-category .main-category-in li:nth-child(4):before{display:none;}
    .mc-center .mc-center-in{padding:20px 10px 20px 10px;}
    .mc-tab-content{padding:20px 10px;}
    .mc-tab-content li .mc-tab-content-item{width:calc(50% - 8px); margin:5px 0px; margin-left:15px; height:auto;}
    .mc-tab-content li .mc-tab-content-item:nth-child(3){margin-left:0; }
    .mc-tab-content li .mc-tab-content-item .item-info{padding:15px;}
    .mc-tab-content li .mc-tab-content-item .item-info .ii-title{font-size:16px;}
    .mc-tab-content li .mc-tab-content-item .item-info .ii-date{font-size:16px;}
    .mc-tab-content.type-2 li .mc-tab-content-item .item-kind-line .item-kind{}
    
    .notice-table .nt-text a p{font-size:16px;}
    .notice-table .nt-text a{width:calc(100% - 100px)}
    .notice-table .nt-text span{width:80px;}
    .notice-qna-box > .fl, .notice-qna-box > .fr{width:100%; margin-left:0;}
    .notice-qna-box > .fr{margin-top:20px;}
    .nq-title-box{line-height:46px; margin-bottom:0px;}
    .nq-title-box .main-title{font-size:18px;}
    .notice-table .nt-text a, .notice-table .nt-text span, .qna .ml-02-icon{font-size:16px; line-height:32px;}
    .qna .ml-02-icon{padding-left:30px;}
    .qna .ml-02-icon.qa::before{width:25px; height:25px; background-size:cover;}
    .main-category .main-category-in li a{width:35%; margin:0 auto;}
    .main-category .main-category-in li a img{width:100%;}
    
    
    
}    


@media screen and (max-width: 940px) {
    .etc-notice-box::before{width:40px; height:65px; background-size:cover;}
    .etc-notice-box .enb-in{width:100%!important; padding-left:0!important; padding:0 20px!important; text-align:center; }
    .etc-notice-box .enb-in .fl,
    .etc-notice-box .enb-in .fr{width:100%; float:unset;}
    .etc-notice-box .enb-in .enb-ment-01{font-size:16px;}
    .etc-notice-box .enb-in .enb-ment-02{font-size:14px;}
    /* .enb-date,.enb-notice{font-size:14px; float:unset; margin-right:unset; width:100%; text-align:center; margin:0 auto;} */
    .swiper.swiper2 .swiper-slide{width:calc(100% - 20px)!important;}
    .etc-notice-box .fr .enb-date,
    .etc-notice-box .enb-notice{width:100%; margin-left:0; max-width:100%; text-align:center; margin-top:0px; float:unset; font-size:16px;}
    .etc-notice-box .swiper.swiper2 .swiper-slide{width:100%; float:unset; } 
    .swiper.swiper2 .swiper-button-prev{top:24px;}
    .swiper.swiper2 .swiper-button-next{margin-top:5px;}
}

@media screen and (max-width: 930px) {
    /* .main-banner{width:140%; margin-left:-20%;} */
    .swiper-container{overflow:hidden; }
    .swiper-container .swiper-wrapper{ width:100%; }
    .swiper-container .swiper-wrapper .swiper-slide{ box-sizing:border-box; }
    .swiper-container .swiper-wrapper .swiper-slide a{width:100%;}
    .swiper-container .swiper-wrapper .swiper-slide a img{width:100%;}
    .main-category .main-category-in {padding: 0px 0;}
    
}


@media screen and (max-width: 800px) {
    .mc-tab-box{margin-top:50px;}
    .mc-tab-box .mc-tab-button{ width:calc(100% - 100px); margin-left:0; height:35px; }
    .mc-tab-box .btn-mc-more{right:0px; padding:0 10px;}
    .mc-tab-box .mc-tab-button li a{font-size:15px;}
    .mc-center .mc-map{width:calc(100% - 60px); margin:0 auto; height:40px;}
    .mc-center .mc-map li{line-height:40px;}
    .mc-center .mc-map li a{font-size:15px;}
    .mc-tab-content.type-2 li .mc-tab-content-item{padding:10px; height:auto;}
    .mc-tab-content.type-2 li .mc-tab-content-item .item-kind-line .item-kind{font-size:14px; height:30px; line-height:28px;}
    .mc-tab-content.type-2 li .mc-tab-content-item .item-tit{font-size:16px; line-height:24px; height:45px;}
    .mc-tab-content.type-2 li .mc-tab-content-item .item-detail{font-size:14px; line-height: 18px; height: 55px;}
    .mc-tab-content.type-2 li .mc-tab-content-item .item-name{font-size:14px;}
    .mc-tab-content.type-2 li .mc-tab-content-item .item-date{font-size:14px;}
    
    .notice-table .nt-text a p{font-size:14px;}
    .notice-table .nt-text a, .notice-table .nt-text span, .qna .ml-02-icon{font-size:14px;}
    .main-category .main-category-in li a{width:55%; margin:0 auto;}
    
    
}
    


@media screen and (max-width: 570px){
    /* .main-category .main-category-in li a{width:100%;}
    .main-category .main-category-in li a img{width:65%;}
    .mc-tab-content li .mc-tab-content-item{width:100%; margin-left:0;} */
}


@media screen and (max-width: 462px){
    
    .mc-tab-content.type-2 li .mc-tab-content-item{padding:10px; height:370px;}

}








.dt-left {
	float: left;
	width: 340px;
	height: 100%;
	background: #e2e1fa;
	padding: 20px;
}


















