@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@font-face {
  font-family: 'yg-jalnan';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
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, sup, 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, etails, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit; }

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  min-width: 360px;
  width: 100%;
  font-size: 18px;
  color: #666;
  line-height: 1;
  letter-spacing: -.3px;
  font-family: Pretendard,'Noto Sans KR', sans-serif;
  font-weight: 400;
  padding-top: 125px;
  word-break: keep-all;
  box-sizing: border-box; }
  body *, body *::before, body *::after {
    box-sizing: border-box; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

hr {
  display: block;
  border: 0;
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select, textarea {
  font-family: inherit;
  outline: none; }

a, button {
  color: #000;
  cursor: pointer;
  border: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  background: none; }
  a:hover, button:hover {
    color: #000; }

.container {
  display: block;
  width: 100%;
  max-width: 1470px;
  padding: 0 15px;
  margin: 0 auto; }

.container-fluid {
  display: block;
  width: 100%;
  max-width: 1750px;
  padding: 0 15px; 
  margin: 0 auto;
}

h4 {
  font-family: 'yg-jalnan';
}

.main {
  overflow: hidden;
}
/* main */

/* .main .m-visual {
  padding-top: 110px;
}
.main .m-visual .container .section-header {
  position: relative;
  z-index: 9;
}
.main .m-visual .container .section-header > h4 {
  font-size: 70px;
  color: #111;
}
.main .m-visual .container .section-header > p {
  font-size: 25px;
  color: #111;
  margin-top: 40px;
}
.main .m-visual .container-fluid .visual {
  position: relative;
 padding-top: 80px;
}
.main .m-visual .container-fluid .visual .slide {
  position: relative;
  overflow: hidden;
  font-size: 0;
  border-radius: 45px;
  border-top-right-radius: 0;
}
.main .m-visual .container-fluid .visual .slide .bg{
  max-width: 1720px;
  width: 100%;
  height: 530px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  transition-property: all;
  transition-duration: 3s;
  transition-timing-function: ease;
}
.main .m-visual .container-fluid .visual .slide .visual-img .swiper-slide-active {
	transform: scale(1.1);
}
.main .m-visual .container-fluid .visual .slide .slide-img1 {
  background-image: url(../images/main/bg_m_visual01.png);
}
.main .m-visual .container-fluid .visual .slide .slide-img2 {
  background-image: url(../images/main/bg_m_visual02.png);
}
.main .m-visual .container-fluid .visual .slide .slide-img3 {
  background-image: url(../images/main/bg_m_visual03.png);
}
.main .m-visual .container-fluid .visual .slide .slide-box {
  display: flex;
  position: absolute;
  bottom: 0;left: 0;
  border-radius: 0 0 45px 45px;
  width: 100%;
  max-width: 1720px;
  height: 80px;
  background-color: rgba(36, 66, 72, .9);
  overflow: hidden;
  z-index: 5;
}
.main .m-visual .container-fluid .visual .slide .slide-box > a {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 80px;
  color: #fff;
  display: block;
  font-weight: 600;
}
.main .m-visual .container-fluid .visual .slide .slide-box > a::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 12px;
  height: 12px;
  background-image: url(../images/main/ico_more.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto;
}
.main .m-visual .container-fluid .visual .slide .notice {
  width: 100%;
  max-width: 1230px;
  margin-right: 80px;
  margin-left: 140px;
}
.main .m-visual .container-fluid .visual .slide .notice .swiper-wrapper li.empty {
	font-size: 20px;
	line-height: 80px;
	color: #fff;
}
.main .m-visual .container-fluid .visual .slide .notice .swiper-slide > dl > dd {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main .m-visual .container-fluid .visual .slide .notice .swiper-slide > dl {
  display: flex;
  width: 100%;
  align-content: center;
}
.main .m-visual .container-fluid .visual .slide .notice .swiper-slide > dl > dt {
  line-height: 80px;
  font-size: 20px;
  color: #fff;
}
.main .m-visual .container-fluid .visual .slide .notice .swiper-slide > dl > dt {
  position: relative;
  display: inline-block;
  width: 80px;
  font-weight: 600;
}
.main .m-visual .container-fluid .visual .slide .notice .swiper-slide > dl > dt::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #fff;
}
.main .m-visual .container-fluid .visual .slide .notice .swiper-slide > dl > dd > a {
  width: 900px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 80px;
  padding-left: 30px;
  display: block;
}
.main .m-visual .container .section-header .btn-box .visual-button-next {
  display: block;
  background-image: url(../images/main/ico_arrow_next_w.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50% 50%;
  background-color: #00a88e;
  width: 70px;
  height: 70px;
  border-radius: 50% 50% 50% 0;
  cursor: pointer;
  transition: all .3s;
}

.main .m-visual .container .section-header .btn-box {
  position: absolute;
  top: 75px;
  right: 0;
  display: flex;
  z-index: 1;
}
.main .m-visual .container .section-header .btn-box .visual-button-next:hover {
	background-position: 60% 50%;
}
.main .m-visual .container .section-header .btn-box .visual-button-prev {
  display: block;
  background-image: url(../images/main/ico_arrow_prev.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50% 50%;
  background-color: #f6f6f6;
  width: 70px;
  height: 70px;
  border-radius: 50% 0% 50% 50%;
  cursor: pointer;
  transition: all .2s;
  margin-top: 30px;
  margin-right: 10px;
}
.main .m-visual .container .section-header .btn-box .visual-button-prev:hover {
	background-position: 40% 50%;
} */

/* main */
.main .m-visual .container-fluid .visual {position: relative;}
.main .m-visual .container-fluid .visual .slide {position: relative; border-radius: 0 0 45px 45px; overflow: hidden;}
.main .m-visual .visual .slide .visual-items {margin: 0 -20px;}
.main .m-visual .visual .slide .visual-items .item {padding: 0 20px;}
.main .m-visual .visual .slide .visual-items .pic {position:relative; height:0; padding-bottom:132.50%; overflow:hidden; transition:all 0.5s; border-radius: 50px 0 0 0;}
.main .m-visual .visual .slide .visual-items a:hover .pic {border-radius: 0;}
.main .m-visual .visual .slide .visual-items .pic img {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100% !important; height:100% !important; max-width:100%; min-height:100%; object-fit:cover; transition:0.3s;}
.main .m-visual .visual .slide .visual-items .slick-arrow {position: absolute; top: 50%; width: 70px; height: 70px; background-color: rgba(246,246,246,0.8); background-repeat: no-repeat; background-position: center center; border-radius: 50%; font-size: 0; z-index: 5;}
.main .m-visual .visual .slide .visual-items .slick-prev {left: 45px; background-image: url('../images/main/ico_arrow_prev02.png');}
.main .m-visual .visual .slide .visual-items .slick-next {right: 45px; background-image: url('../images/main/ico_arrow_next02.png');}
.main .m-visual .container-fluid .visual .slide .slide-box {display: flex; width: 100%; max-width: 1720px; height: 80px; background-color: #113044; overflow: hidden; z-index: 5;}
.main .m-visual .container-fluid .visual .slide .slide-box > a {position: relative; padding-left: 30px; font-size: 18px; line-height: 80px; color: #fff; display: block; font-weight: 600;}
.main .m-visual .container-fluid .visual .slide .slide-box > a::before {position: absolute; top: 50%; left: 0; transform: translateY(-50%); content: ''; width: 12px; height: 12px; background-image: url(../images/main/ico_more.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: auto;}
.main .m-visual .container-fluid .visual .slide .notice {width: 100%; max-width: 1230px; margin-right: 80px; margin-left: 140px;}
.main .m-visual .container-fluid .visual .slide .notice .swiper-wrapper li.empty {font-size: 20px; line-height: 80px; color: #fff;}
.main .m-visual .container-fluid .visual .slide .notice .swiper-slide > dl > dd {font-size: 20px; font-weight: 300; color: #fff; line-height: 80px; width: 100%; display: flex; justify-content: space-between;}
.main .m-visual .container-fluid .visual .slide .notice .swiper-slide > dl {display: flex; width: 100%; align-content: center;}
.main .m-visual .container-fluid .visual .slide .notice .swiper-slide > dl > dt {line-height: 80px; font-size: 20px; color: #fff;}
.main .m-visual .container-fluid .visual .slide .notice .swiper-slide > dl > dt {position: relative; display: inline-block; width: 80px; font-weight: 600;}
.main .m-visual .container-fluid .visual .slide .notice .swiper-slide > dl > dt::after {position: absolute; content: ''; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 15px; background-color: #fff;}
.main .m-visual .container-fluid .visual .slide .notice .swiper-slide > dl > dd > a {width: 900px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 20px; font-weight: 300; color: #fff; line-height: 80px; padding-left: 30px; display: block;}
.main .m-visual .container .section-header .btn-box .visual-button-next {display: block; background-image: url(../images/main/ico_arrow_next_w.png); background-repeat: no-repeat; background-size: auto; background-position: 50% 50%; background-color: #00a88e; width: 70px; height: 70px; border-radius: 50% 50% 50% 0; cursor: pointer; transition: all .3s;}
.main .m-visual .container .section-header .btn-box {position: absolute; top: 75px; right: 0; display: flex; z-index: 1;}
.main .m-visual .container .section-header .btn-box .visual-button-next:hover {background-position: 60% 50%;}
.main .m-visual .container .section-header .btn-box .visual-button-prev {display: block; background-image: url(../images/main/ico_arrow_prev.png); background-repeat: no-repeat; background-size: auto; background-position: 50% 50%; background-color: #f6f6f6; width: 70px; height: 70px; border-radius: 50% 0% 50% 50%; cursor: pointer; transition: all .2s; margin-top: 30px; margin-right: 10px;}
.main .m-visual .container .section-header .btn-box .visual-button-prev:hover {background-position: 40% 50%;}
/* introduce */
.introduce {
  padding-top: 100px;
  padding-bottom: 140px;
}
.introduce .container {max-width: 1690px; padding: 0 125px;}
.introduce .section-header > h4 {
  position: relative;
  font-size: 55px;
  color: #111;
  padding-top: 0;
  text-align: center;
  margin-bottom: 48px;
}
.introduce .section-header > h4::before {
  /* position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 29px;
  height: 29px;
  background-image: url(../images/main/ico_small_logo.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto; */
}
.introduce .container .section-content .tab {
  padding-top: 50px;
  text-align: center;
}
.introduce .container .section-content .tab > ul {
  display: flex;
}
.introduce .container .section-content .tab > ul > li.active > a {
  color: #00a88e;
}
.introduce .container .section-content .tab > ul > li {
  position: relative;
  width: 50%;
}
.introduce .container .section-content .tab > ul > li::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ddd;
  transition: all .2s;
}
.introduce .container .section-content .tab > ul > li > a {
  display: block;
  font-size: 23px;
  color: #bbb;
  font-weight: 600;
  padding-bottom: 30px;
  transition: all .2s;
}
.introduce .container .section-content .tab > ul > li:hover > a {
	color: #00a88e;
}
.introduce .container .section-content .tab > ul > li:hover:before {
	height: 3px;
	background-color: #00a88e;
}
.introduce .container .section-content .tab > ul > li.active:before {
  height: 3px;
  background-color: #00a88e;
}
.introduce .container .section-content .tab-content {
  padding-top: 10px;
}
.introduce .container .section-content .tab-content .tab-pane {
  position: relative;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.introduce .container .section-content .tab-content .tab-pane.active {
  height: auto;
  overflow: visible;
  visibility: visible;
}
.introduce .container .section-content .tab-content .tab-pane .intro-slider .swiper-wrapper .swiper-slide > a {
  display: block;
}
/* .introduce .container .section-content .tab-content .tab-pane .intro-slider .swiper-wrapper .swiper-slide > a > .img-box {
	overflow: hidden;
}

.introduce .container .section-content .tab-content .tab-pane .intro-slider .swiper-wrapper .swiper-slide > a > .img-box > img {
	border-radius: 15px;
	display: block;
	margin: 0 auto;
} */
.introduce .container .section-content .tab-content .tab-pane .intro-slider .img-box .pic {border-radius: 15px; position:relative; height:0; padding-bottom:78.79%; overflow:hidden; transition:all 0.6s;}
.introduce .container .section-content .tab-content .tab-pane .intro-slider .img-box .pic img {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100% !important; height:100% !important; max-width:100%; min-height:100%; object-fit:cover; transition:0.3s;}

.introduce .container .section-content .tab-content .tab-pane .intro-slider .swiper-wrapper .swiper-slide > a > dl {
  text-align: center;
  padding-top: 40px;
}
.introduce .container .section-content .tab-content .tab-pane .intro-slider .swiper-wrapper .swiper-slide > a > dl > dt {
  font-size: 20px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.introduce .container .section-content .tab-content .tab-pane .intro-slider .swiper-wrapper .swiper-slide > a > dl > dd {
  font-size: 28px;
  color: #111;
  padding-top: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.introduce .controls button {position: absolute; top: 50%; margin-top: -35px; width: 70px; height: 70px; background-repeat: no-repeat; background-position: 50% 50%; background-size: auto; background-color: #f6f6f6; border-radius: 50%;}
.introduce .controls .btn-prev {left: -110px; background-image: url(../images/main/ico_arrow_prev.png);}
.introduce .controls .btn-next {right: -110px; background-image: url(../images/main/ico_arrow_next.png);}
/* .controls {
  position: absolute;
  top: calc(50% - 35px);
  left: 50%;
  width: 1720px;
  overflow: hidden;
  transform: translateX(-50%);
}
.controls .btn-prev {
  float: left;
  background-image: url(../images/main/ico_arrow_prev.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto;
  background-color: #f6f6f6;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.controls .btn-next {
  float: right;
  background-image: url(../images/main/ico_arrow_next.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto;
  background-color: #f6f6f6;
  border-radius: 50%;
  width: 70px;
  height: 70px;
} */

.introduce .container .btn-banner {
  padding-top: 90px;
}
.introduce .container .btn-banner > ul {
  display: flex;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.introduce .container .btn-banner > ul > li {
  padding: 0 20px;
  width: 50%;
}
.introduce .container .btn-banner > ul > li > a {
  display: block;
  width: 100%;
  padding: 55px 40px 55px 60px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff
}
.introduce .container .btn-banner > ul > li.btn-edu > a {
  background-color: #00a88e;
  border: 1px solid #00a88e;
  transition: all .2s;
}
.introduce .container .btn-banner > ul > li.btn-event > a {
  background-color: #e40a69;
  border: 1px solid #e40a69;
  transition: all .2s;
}
.introduce .container .btn-banner > ul > li.btn-edu > a:hover {
	background-color: #fff;
	
}
.introduce .container .btn-banner > ul > li.btn-event > a:hover {
	background-color: #fff;
	
}
.introduce .container .btn-banner > ul > li.btn-edu > a:hover > b {
  color: #00a88e;
}
.introduce .container .btn-banner > ul > li.btn-event > a:hover > b {
  color: #e40a69;
}
.introduce .container .btn-banner > ul > li.btn-edu > a:hover > span {
  border-color: #00a88e;
}
.introduce .container .btn-banner > ul > li.btn-event > a:hover > span {
  border-color: #e40a69;
}
.introduce .container .btn-banner > ul > li.btn-edu > a:hover > span > img {
	transform: rotate(90deg);
}
.introduce .container .btn-banner > ul > li.btn-event > a:hover > span > img {
	transform: rotate(90deg);
}
.introduce .container .btn-banner > ul > li > a > b {
  color: #fff;
  font-size: 32px;
}
.introduce .container .btn-banner > ul > li > a > span {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
}
.introduce .container .btn-banner > ul > li > a > span > img {
	transition: all .3s;
}


/* keyword */
.main .keyword {
  background-color: #f6f6f6;
  padding: 140px 0;
}
.main .keyword .container > ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.main .keyword .container > ul > li {
  padding: 0 20px;
  width: 50%;
}
.main .keyword .container > ul > li:nth-of-type(2) ~ li {
  margin-top: 40px;
}
.main .keyword .container > ul > li > a {
  display: block;
  width: 100%;
  height: 300px;
  padding: 60px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: all .3s;
  border-radius: 15px;
}
.main .keyword .container > ul > li > a:hover {
	transform: scale(1.02);
}
.main .keyword .container > ul > li:nth-of-type(1) > a {
  background-image: url(../images/main/img_main_01.png);
}
.main .keyword .container > ul > li:nth-of-type(2) > a {
  background-image: url(../images/main/img_main_02.png);
}
.main .keyword .container > ul > li:nth-of-type(3) > a {
  background-image: url(../images/main/img_main_03.png);
}
.main .keyword .container > ul > li:nth-of-type(4) > a {
  background-image: url(../images/main/img_main_04.png);
}
.main .keyword .container > ul > li > a > dl > dt {
  font-size: 32px;
  font-weight: bold;
  color: #111;
}
.main .keyword .container > ul > li > a > dl > dd {
  font-size: 20px;
  color: #666;
  margin-top: 30px;
  line-height: 35px;
}

/* welcome */
.main .welcome {
  padding-top: 140px;
}
.main .welcome .container .section-header {
  position: relative;
}
.main .welcome .container .section-header > h4 {
  font-size: 55px;
  color: #111;
  line-height: 75px;
}
.main .welcome .container .section-header > small {
  display: block;
  font-size: 20px;
  color: #666;
  margin-top: 45px;
}
.main .welcome .container .section-header .btn-more {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 1px solid #bbb;
  transition: all .2s;
}
.main .welcome .container .section-header .btn-more > a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #111;
  padding: 0 105px 0 10px;
  background-image: url(../images/main/ico_plus.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: auto;
}
.main .welcome .container .section-header .btn-more:hover {
	padding-bottom: 20px;
}
.main .welcome .bg-box {
  width: 100%;
  height: 540px;
  margin-top: 100px;
  background-image: url(../images/main/bg_main_02.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* location */
.main .location {padding: 140px 0;}
.main .location .container .content {width: 100%; display: flex;}
.main .location .container .content .map {max-width: 700px; width: 100%;}
.main .location .container .content .map iframe {width: 100%; height: 450px; border-radius: 20px;}
.main .location .container .content .map > img {display: block; width: 100%; max-width: 700px;}
.main .location .container .content .info {position: relative; width: 1%; flex: 1 1 auto;}
.main .location .container .content .info .section-header {padding-top: 12px; padding-bottom: 34px; padding-left: 80px;border-bottom: 1px solid #ddd;}
.main .location .section-header > h4 {font-size: 55px; color: #111; margin-bottom: 70px;}
.main .location .container .content .info .section-header > b {display: block; font-size: 25px; color: #111; line-height: 40px;}
.main .location .container .content .info .way {padding: 33px 0 0 80px;}
.main .location .container .content .info .way dl {display: flex;}
.main .location .container .content .info .way dl:not(:last-child) {margin-bottom: 8px;}
.main .location .container .content .info .way dt {max-width: 200px; width: 100%; font-size: 20px; font-weight: 700; line-height: 1.5em; color: #111;}
.main .location .container .content .info .way dd {width: 1%; flex: 1 1 auto; font-size: 20px; line-height: 1.5em; color: #666;}
.main .location .container .content .info .way .gray-box {background: #f6f6f6; border-radius: 20px; padding: 15px 20px 15px 40px; margin-top: 6px;}
.main .location .container .content .info .way .gray-box li {position: relative; font-size: 18px; line-height: 1.94em; padding-left: 14px; letter-spacing: -0.04em;}
.main .location .container .content .info .way .gray-box li:before {position: absolute; top: 13px; left: 0; content: ''; width: 4px; height: 4px; background: #00a88e; border-radius: 50%;}
.main .location .container .content .info .way .gray-box li span {font-weight: 600; color: #00a88e;}
.main .location .container .content .info .way a {font-size: 20px; line-height: 1.5em; color: #666;}
/* .main .location .container .content .info .way {
  display: flex;
  padding-top: 40px;
  padding-left: 80px;
}
.main .location .container .content .info .way .parking {
	width: 250px;
}
.main .location .container .content .info .way .parking > dl > dt {
  font-size: 20px;
  font-weight: bold;
  color: #111;
}
.main .location .container .content .info .way .parking > dl > dd {
  font-size: 20px;
  color: #666;
  line-height: 30px;
  padding-top: 20px;
}
.main .location .container .content .info .way .bus {
  padding-left: 10px;
}
.main .location .container .content .info .way .bus > li > b {
	display: block;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}
.main .location .container .content .info .way .bus > li > dl {
  display: flex;
}
.main .location .container .content .info .way .bus > dl ~ dl {
  padding-top: 30px;
}
.main .location .container .content .info .way .bus > li > dl > dt {
	font-size: 18px;
    color: #fff;
    background-color: #49a24b;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
}
.main .location .container .content .info .way .bus > li > dl > dd {
	padding-left: 15px;
    font-size: 18px;
	font-weight: 500;
    color: #666;
}
.main .location .container .content .info .way .bus > li > dl > dd > p {
	font-size: 20px;
	font-weight: 500;
	color: #111;
	padding-top: 15px;
} */
/* .main .location .container .content .info .way .bus > li:nth-of-type(1) > dl > dt {
  background-color: #00a88e;
}
.main .location .container .content .info .way .bus > li:nth-of-type(2) > dl > dt {
  background-color: #fdb913;
  color: #111;
}
.main .location .container .content .info .way .bus > li:nth-of-type(3) > dl > dt {
  background-color: #034ea2;
} */


/* report */

.main .report {
  padding: 140px 0;
}
.main .report .container .section-header {
  display: flex;
  justify-content: space-between;
}
.main .report .container .section-header > h4 {
  font-size: 55px;
  color: #111;
}
.main .report .container .section-header .btn-more {
  padding-bottom: 0;
  padding-top: 20px;
  border-bottom: 1px solid #bbb;
  align-items: baseline;
  transition: all .2s;
}
.main .report .container .section-header .btn-more > a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #111;
  padding: 0 45px 0 10px;
  background-image: url(../images/main/ico_plus.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: auto;
}
.main .report .container .section-header .btn-more:hover {
	padding-top: 15px;
}
.main .report .container .report-list {
   padding-top: 80px; 
}
.main .report .container .report-list > ol {
  border-top: 3px solid #111;
}
.main .report .container .report-list > ol > li {
  border-bottom: 1px solid #ddd;
}
.main .report .container .report-list > ol > li.empty {
	text-align: center;
	line-height: 120px;
	font-size: 20px;
	color: #666;
}
.main .report .container .report-list > ol > li > a {
  position: relative;
  width: 100%;
  display: flex;
  padding: 30px 40px 30px 60px;
  align-items: center;
  overflow: hidden;
}
.main .report .container .report-list > ol > li > a > dl {
  display: inline-block;
  /* width: 120px; */
}
.main .report .container .report-list > ol > li > a > dl > dt {
  font-size: 35px;
  font-family: 'yg-jalnan';
  color: #111;
}
.main .report .container .report-list > ol > li > a > dl > dd {
  font-size: 16px;
  color: #666;
  padding-top: 10px;
  padding-left: 3px;
}
.main .report .container .report-list > ol > li > a > p {
  position: relative;
  font-size: 20px;
  padding-left: 80px;
  padding-right: 200px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 30px;
}
.main .report .container .report-list > ol > li.new > a > p::after {
  position: absolute;
  top: 50%;
  right: 155px;
  transform: translateY(-50%);
  content: '';
  width: 25px;
  height: 26px;
  background-image: url(../images/main/ico_new.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto;
}
.main .report .container .report-list > ol > li > a > span {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/main/ico_plus.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto;
  background-color: #f6f6f6;
  border-radius: 50%;
  transition: all .2s;
}
.main .report .container .report-list > ol > li > a:hover > span {
  background-image: url(../images/main/ico_plus_w.png);
  background-color: #00a88e;
}

/* ask */

.main .ask {
  width: 100%;
  height: 550px;
  padding: 140px 0;
  background-image: url(../images/main/bg_main_03.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.main .ask .container > h4 {
  font-size: 55px;
  color: #111;
  text-align: center;
}
.main .ask .container > b {
  display: block;
  font-size: 20px;
  color: #111;
  padding-top: 50px;
  text-align: center;
  letter-spacing: -1px;
}
.main .ask .container > a {
  display: block; 
  width: 210px;
  margin: 80px auto 0 auto;
  padding: 25px 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #00a88e;
  border: 1px solid #00a88e;
  border-radius: 5px;
}
.main .ask .container > a:hover {
	background-color: #fff;
	border-color: #00a88e;
	color: #00a88e;
}
/* partner-banner */
.partner-banner {padding: 80px 0; background: #f6f6f6;}
.partner-banner .container {max-width: 1660px; padding: 0 110px;}
.partner-banner .items {margin: 0 -10px;}
.partner-banner .item {padding: 0 10px;}
.partner-banner .item a {display: block; background: #fff; border-radius: 5px; text-align: center; overflow: hidden;}
.partner-banner .item img {width: 100%;}
.partner-banner .slick-arrow {position: absolute; top: 50%; margin-top: -25px; width: 50px; height: 50px; background-color: #fff; background-repeat: no-repeat; background-position: center center; border-radius: 50%; font-size: 0;}
.partner-banner .slick-prev {left: -95px; background-image: url('../images/main/ico_arrow_prev02.png');}
.partner-banner .slick-next {right: -95px; background-image: url('../images/main/ico_arrow_next02.png');}