@charset "utf-8";

* {
    box-sizing: border-box;
}

.main_banner {
  position: fixed;
  left: 80px;
  bottom: 10%;
  z-index: 999;
}

/* mv */
.main_wrap .mv {
    width:100%;
    position: relative;
    margin:0 auto;
	padding-top: 90px;
}

.mv_slide .items {
	position: relative;
	height: 750px;
}
.mv_slide .items img {
	margin: 0 auto;
}
.mv_slide .slick-prev.slick-arrow {
    font-size: 0;
    background-image: url("/image/main/m_arrow_l.png");
    width: 70px;
    height: 70px;
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    position: absolute;
    left: 7%;
    top: 45%;
    z-index: 99;
    cursor: pointer;
}

.mv_slide .slick-next.slick-arrow {
    font-size: 0;
    background-image: url("/image/main/m_arrow_r.png");
    width: 70px;
    height: 70px;
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    position: absolute;
	right: 7%;
    top: 45%;
    z-index: 99;
    cursor: pointer;
}

.mv-text {
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left: -600px;
	z-index: 99;
}
.mv-text .mv-text_01 {
  font-size: 22px;
  color:#fff;
  line-height:1.8em;
  margin-bottom: 20px;
}

.mv-text .mv-text_02 {
  font-size: 46px;
  color:#fff;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing:-0.056em;
}

/* main 공통 */
.main_inner {
	width:1200px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.main_title {
  padding: 105px 0 50px;
}

.main_title .big_tit {
  font-size: 46px;
  color: #000;
  font-weight: 600;
}

.main_title .small_tit {
  font-size: 19px;
  color: #666;
  margin-top: 30px;
}

/* process */
.process_slide {
  margin-bottom: 120px;
}

.process_slide .items {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 8px 13px rgba(0,0,0,0.1);
  margin: 0 12px 15px;
  position: relative;
  cursor: pointer;
}

.process_slide .items::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  bottom: 0; right: 0;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  transition: all 0.3s;
  z-index: 9;
}

.process_slide .items:hover::before {
  opacity: 1;
}

.process_slide .items .imgBox {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #f7f8fa;
}

.process_slide .items .imgBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.process_slide .items img.plus_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
  z-index: 99;
}

.process_slide .items:hover img.plus_icon {
  opacity: 1;
}

.process_slide .items img.jpg {
  width: 100%;
}

.process_slide .items .txtbox {
  padding: 25px 15px;
  height: 180px;
}

.process_slide .items .txtbox .tit {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.process_slide .items .txtbox span {
  font-size: 13px;
  color: #999;
  background-color: #f3f3f3;
  padding: 0px 10px;
  border-radius: 30px;
  margin-right: 5px;
  margin-bottom: 2px;
  display: inline-block;
}

.process_slide .slick-prev {
  background-image: url(/image/main/process_l.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 85px;
  height: 85px;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: -125px;
  transform: translateY(-50%);
}

.process_slide .slick-next {
  background-image: url(/image/main/process_r.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 85px;
  height: 85px;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: -125px;
  transform: translateY(-50%);
}

.process_slide .slick-dots {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.process_slide .slick-dots li {
  display: inline-block;
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #ededed;
  margin: 0 5px;
  border-radius: 100%;
  cursor: pointer;
}

.process_slide .slick-dots li.slick-active {
  width: 30px;
  background-color: #2c63a2;
  border-radius: 30px;
}

/* guide */
.guide {
  background-color: #f7f5f7;
  padding-bottom: 130px;
}

.guide .main_title {
 display: flex;
 align-items: center;
 justify-content: space-between;
}

.guide .big_tit {
  border-bottom: 4px solid #000;
  display: inline-block;
  padding-bottom: 20px;
}

.guide .main_title a {
  background-color: #16467d;
  color: #fff;
  font-size: 20px;
  font-weight: 560;
  padding: 17px 45px;
  border-radius: 30px;
  box-shadow: 3px 3px 12px rgba(0,0,0,0.4);
}

.guide .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.guide .callender {
  background-color: #fff;
  width: 48%;
  height: 560px;
  border-radius: 10px;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
  padding: 50px 25px;
}

.guide .callender span {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
.guide .tab-cont .calendar-date {
  display: flex;
  flex-wrap:nowrap;
  padding:0;
  margin-top:0px;
  border-top:0;
  margin-bottom: 25px;
}
.guide .fc-unthemed td.fc-today {
  background-color: #2cde9a;
}
.fc-sun span {
  color: #e34646;
}
.fc-sat span {
  color: #3672b0;
}
.guide .fc-unthemed .fc-popover {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  width: 300px;
}
.guide .fc-unthemed .fc-popover .fc-header {
  background: #2cde9a;
}
.guide .fc-unthemed .fc-popover .fc-header .fc-close {
  color: #fff;
  font-size: .9em;
  margin-top: 15px;
  margin-right: 10px;
  float: right;
}
.guide .fc-popover .fc-header .fc-title {
  margin: 10px;
  color: #fff;
  font-size: 20px;
}
.guide .fc-more-popover .fc-event-container {
  padding: 15px 0 15px 15px;
}
.guide .fc-event {
  background-color: transparent;
  border: 0;
}
.guide .fc-day-grid-event {
  margin-bottom: 5px;
}
.guide .fc-event span {
  color: #555;
  font-weight: normal;
  font-size: 15px;
  font-family: inherit;
}

.guide .preview {
  background-color: #fff;
  width: 48%;
  height: 560px;
  border-radius: 10px;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
  padding: 35px 60px;
}

.guide .preview h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}

.guide .preview h3 span {
  color: #2772d6;
}

.guide .preview_slide .items img {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
}

.guide .preview_slide .items p {
  font-size: 16px;
  color: #444;
}

.guide .preview_slide .items p.tit {
  font-size: 22px;
  color: #222;
  font-weight: 600;
  margin: 15px 0;
}

.guide .preview_slide .items p.text {
  line-height: 1.4em;
  height: 2.8em;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.guide .banner_nav_wrap {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.guide .banner_nav_wrap span {
  margin: 0 15px;
  font-size: 23px;
  font-weight: bold;
}

.guide .banner_nav_wrap .nav_pager {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 500;
}

.guide .banner_nav_wrap .nav_pager .pager_total{
  color: #aaa;
}

.guide .banner_nav_wrap .nav_arrow .arrow_prev {
  cursor: pointer;
  margin-right: 35px;
}

.guide .banner_nav_wrap .nav_arrow .arrow_next {
  cursor: pointer;
  margin-left: 35px;
}

/* training */
.training {
  background-image: url(/image/main/training_bg.jpg);
  background-repeat: no-repeat;
  height: 665px;
}

.training .main_inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.training .main_inner > div {
  display: none;
  align-items: center;
  justify-content: space-between;
  position: absolute;
}

.training .main_inner > div.active {
  display: flex;
}

.training .main_inner .training_img img {
  border-radius: 10px;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
}

.training .main_inner .training_txt {
  width: 50%;
  margin-left: 65px;
}

.training .main_inner .training_txt h3 {
  font-size: 46px;
  font-family: 'Poppins';
  color: #fff;
  font-weight: 600;
}

.training .main_inner .training_tab {
  margin: 55px 0;
  display: flex;
  align-items: center;
  background-color: #19222f;
  width: 320px;
  height: 50px;
  border-radius: 30px;
  overflow: hidden;
}

.training .main_inner .training_tab li {
  color: #fff;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  width: 160px;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
}

.training .main_inner .training_tab li.on {
  background-color: #2772d6;
}

.training .main_inner p.tit {
  font-size: 27px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}

.training .main_inner p.sub {
  font-size: 17px;
  color: #d0d1d2;
}

/* news */
.news {
  background-color: #f0f3f8;
  padding-bottom: 125px;
}

.news .news_slide .items {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 7px rgba(0,0,0,0.05);
  padding: 50px 45px;
  margin: 10px 24px 10px 0;
}

.news .news_slide .news_blue {
  font-size: 17px;
  color: #2772d6;
  margin-bottom: 25px;
  font-weight: 500;
}

.news .news_slide .news_tit {
  font-size: 22px;
  color: #222;
  font-weight: 600;
  white-space: normal;
  line-height: 1.4em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news .news_slide .news_desc {
  font-size: 16px;
  color: #777;
  margin: 25px 0 60px;

    white-space: normal;
  line-height: 1.4em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news .news_slide .news_date {
  font-size: 17px;
  color: #999;
}

.news .news_slide .slick-prev {
  background-image: url(/image/main/process_l.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 85px;
  height: 85px;
  font-size: 0;
  position: absolute;
  top: -20%;
  right: 103px;
  transform: translateY(-50%);
}

.news .news_slide .slick-next {
  background-image: url(/image/main/process_r.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 85px;
  height: 85px;
  font-size: 0;
  position: absolute;
  top: -20%;
  right: 15px;
  transform: translateY(-50%);
}

/* inquiry */
.inquiry {
  background-image: url(/image/main/inquiry_bg.jpg);
  background-repeat: no-repeat;
  height: 255px;
  position: relative;
}

.inquiry > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.inquiry h2 {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
}

.inquiry a {
  padding: 15px 70px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 19px;
  font-weight: 500;
  display: inline-block;
}