body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
/* 버튼 타입 */
.btn_type1 {
  background: #fff;
  color: #000;
  font-size: 16px;
  border: 0;
  padding: 10px 30px;
  display: inline-block;
  cursor: pointer;
}
.btn_type2 {
  background: #444444;
  color: #fff;
  font-size: 16px;
  border: 0;
  padding: 10px 15px;
  display: inline-block;
  cursor: pointer;
}
.btn_type3 {
  background: none;
  color: #fff;
  font-size: 16px;
  border: 0;
  padding: 10px 30px;
  border: 1px solid #fff;
  display: inline-block;
  cursor: pointer;
}
/* 버튼타입 끝 */

/* 메인비주얼 */
.slick_visual_wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.mv_wrap {
  width: 100%;
  min-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.mv_wrap > .mv_inner > li {
  border: 0;
  outline: 0;
}
.mv_wrap > .mv_inner {
  overflow: hidden;
}
.mv_wrap > .mv_inner .slick-slide img {
  max-width: 100%;
}
.mv_wrap > .mv_inner > .slick-dots {
  position: absolute;
  text-align: center;
  z-index: 1;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
}
.mv_wrap > .mv_inner > .slick-dots > li {
  display: inline-block;
  margin: 0 5px;
}
.mv_wrap > .mv_inner > .slick-dots > li > button {
  background: #fff;
  text-indent: -9999px;
  display: inline-block;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
}
.mv_wrap > .mv_inner > .slick-dots > li.slick-active:hover > button,
.mv_wrap > .mv_inner > .slick-dots > li.slick-active > button {
  background: #f7a08b;
}
/* 메인비주얼 끝 */

/* 섹션1 */
.mb01_wrap{position: relative;width: 100%;left:50%; transform:translateX(-50%);z-index: 10;}
	.mb01{position: absolute;top: -100px; width: 1000px; left:50%;transform: translateX(-50%);z-index: 10;}
	.mb01 ul{display: flex;flex-wrap:wrap}
	.mb01 ul li{width: 50%!important;box-sizing: border-box;padding: 45px 0;text-align: center;}
	.mb01 ul li:nth-child(1){background: #f08200!important;}
	.mb01 ul li:nth-child(2){background: #1a46a0!important;}
	.mb01 ul li:nth-child(3){background: #5db7e8!important;}
	.mb01 ul li:nth-child(4){background: #6eb92b!important;}
	.mb01 ul li h3{font-size: 28px; font-weight: bold; color:#fff; }
	.mb01 ul li p{font-size: 14px; padding-top:15px;color:#fff; box-sizing: border-box; height:75px;}
	.mb01 ul li .f_name,.mb01 ul li .f_tel{font-size: 16px;border:0;padding: 10px 15px;border-radius: 0;margin: 0;}
	.mb01 ul li .f_name{width: 100px; height: 37px;}
	.mb01 ul li .f_tel{width: 160px; height: 37px;}
	.mb01 ul li:nth-child(1){border-radius:20px 0 0 0!important;}
	.mb01 ul li:nth-child(2){border-radius:0 20px 0 0!important;}
	.mb01 ul li:nth-child(3){border-radius:0  0 0 20px!important;}
	.mb01 ul li:last-child{border-radius:0 0 20px 0!important;}
/* 섹션 1 끝 */

/* 섹션 2 */
.mb02_wrap {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 440px;
}
.mb02 {
  width: 1300px;
  margin: 0 auto;
}
.mb02 h2 {
  font-size: 35px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding-bottom: 25px;
}
.mb02 ul {
  display: flex;
  justify-content: space-between;
}
.mb02 ul li {
  text-align: center;
}
.mb02 ul li h4 {
  font-size: 23px;
  margin-top: 20px;
  color: #000;
}
.mb02 ul li .mb02_thum {
  width: 250px;
  height: 386px;
  overflow: hidden;
}
.mb02 ul li .mb02_thum img {
  transition-duration: 0.6s;
}
.mb02 ul li .mb02_thum img:hover {
  transform: scale(1.08);
}
.mb02 ul li p {
  font-size: 17px;
  margin-top: 10px;
  width: 160px;
  background-color: #292929;
  display: inline-block;
  letter-spacing: -1px;
  color: #fff;
  line-height: 22px;
  border-radius: 5px;
  padding: 10px 0;
}
.mb02 ul li span {
  font-size: 12px;
  margin: 10px 0;
  color: #757575;
  display: block;
}

.mb02_anew {
  display: flex;
  width: 250px;
  justify-content: space-around;
}
.mb02_anew a {
  width: 45%;
  display: block;
  line-height: 37px;
}
.mb02_anew a p {
  width: 100% !important;
  padding: 21px 0 !important;
}
.mb02_anew a span {
  width: 100%;
  margin: 0 !important;
  display: block;
}
/* 섹션 2 끝 */

/* 섹션 3 */
.mb03_wrap {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 80px;
}
.mb03 {
  background: #e8e8e8;
}
.mb03 .slick-slide img {
  max-width: 100%;
}
.mb03_inner {
  overflow: hidden;
}
.mb03 .mb03_head {
  position: absolute;
  top: 0;
  left: 57%;
  transform: translateX(-45%);
  z-index: 10;
}
.mb03 .mb03_arrows {
  position: absolute;
  bottom: 0;
  left: 57%;
  transform: translateX(-42%);
  text-align: center;
  font-size: 0;
}
.mb03 .mb03_arrows img {
  cursor: pointer;
}
/* 섹션 3 끝 */

/* 섹션 4 */
.mb04_wrap {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 80px;
}
.mb04 {
  width: 1300px;
  margin: 0 auto;
}
.mb04 h2 {
  font-size: 35px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
}
.mb04 p {
  font-size: 16px;
  color: #7e7e7e;
  text-align: center;
  padding-bottom: 35px;
}
.mb04 .mb04_inner_wrap {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.mb04 .mb04_inner_wrap .mb04_inner {
  width: 725px;
}
.mb04 .mb04_inner_wrap .mb04_inner .slick-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.mb04 .mb04_inner_wrap .mb04_inner .slick-slide > div {
  box-sizing: border-box;
  width: 140px;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
}
.mb04 .mb04_inner_wrap .mb04_inner .slick-slide > div img {
  width: 100%;
}
.mb04 .mb04_inner_wrap .mb04_inner .slick-slide > div p {
  display: block;
  text-align: center;
  padding: 7px 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #a2a2a2;
  color: #fff;
}
.mb04 .mb04_inner_wrap .mb04_inner .slick-slide > div:hover::before {
  border: 3px solid #5db7e8;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
.mb04 .mb04_inner_wrap .mb04_inner .slick-slide > div:hover p {
  background-color: #5db7e8;
}
.mb04 .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  font-size: 0;
  border: 0;
  cursor: pointer;
}
.mb04 .slick-prev {
  left: -60px;
  background: url("/img/main/mb04_prev.png");
}
.mb04 .slick-next {
  right: -60px;
  background: url("/img/main/mb04_next.png");
}
.mb04 .mb04_inner_wrap .mb04_inner .slick-slide .mb04_more {
  background: #5db7e8;
  color: #fff;
  width: 140px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  height: 184.89px;
}
/* 섹션 4 끝 */

/* 섹션 5 */
.mb05_wrap {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 80px;
}
.mb05 {
  width: 1300px;
  margin: 0 auto;
}
.mb05 h2 {
  position: relative;
  font-size: 35px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mb05 h2 img {
  display: inline-block;
  padding: 0 10px;
}
.mb05 h2 a {
  font-size: 13px;
  color: #7e7e7e;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #7e7e7e;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.mb05 p {
  font-size: 16px;
  color: #7e7e7e;
  text-align: center;
  padding-bottom: 35px;
}
.mb05 .mb05_inner {
  width: 100%;
  margin-top: 40px;
}
.mb05 .mb05_inner .slick-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.mb05 .mb05_inner .slick-slide > div {
  box-sizing: border-box;
  width: 255px;
  height: 143px;
  position: relative;
  margin-right: 6px;
  margin-bottom: 18px;
  text-align: center;
}
.mb05 .mb05_inner .slick-slide > div img {
  width: 100%;
  height: 143px !important;
}
.mb05 .mb05_inner .slick-slide > div:nth-child(5),
.mb05 .mb05_inner .slick-slide > div:nth-child(10) {
  margin-right: 0;
}
.mb05 .mb05_inner .slick-slide > div p {
  display: block;
  text-align: center;
  padding: 16px 0;
  width: 100%;
  color: #000;
}
.mb05 .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-183%);
  width: 33px;
  height: 33px;
  font-size: 0;
  border: 0;
  cursor: pointer;
}
.mb05 .slick-prev {
  left: -60px;
  background: url("/img/main/mb04_prev.png");
}
.mb05 .slick-next {
  right: -60px;
  background: url("/img/main/mb04_next.png");
}
/* 섹션 5 끝 */

/* 섹션 6 */
.mb06_wrap {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 80px;
}
.mb06 {
  display: flex;
}
.mb06 .mb06_inner,
.mb06 .mb06_inner2 {
  width: 50%;
}
.mb06 .mb06_arrows {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 0;
}
.mb06 .mb06_arrows img {
  cursor: pointer;
}
/* 섹션 6 끝 */

/* 섹션 7 */
.mb07_wrap {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 80px;
}
.mb07 {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.mb07::after {
  content: "";
  display: block;
  clear: both;
}
.mb07_wrap h2 {
  font-size: 35px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding-bottom: 20px;
}
.mb07 h3 {
  font-size: 22px;
  color: #f08200;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
.mb07 h3 a {
  display: inline-block;
  float: right;
  color: #000;
  font-size: 28px;
}
.mb07 .mb07_long {
  width: 477px;
  margin-right: 22px;
}
.mb07 .mb07_long img {
  width: 100%;
}
.mb07 .mb07_short {
  width: 420px;
  margin-right: 22px;
}
.mb07 .mb07_inner {
  width: 100%;
}
.mb07 .mb07_inner .str_js img {
  width: 100%;
}
.mb07 .mb07_inner2 .str_js {
  overflow: hidden;
  height: 237.98px;
}
.mb07 .mb07_inner2 .str_js img {
  width: 100%;
  height: 235px !important;
}
.mb07 .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  font-size: 0;
  border: 0;
  cursor: pointer;
  z-index: 5;
}
.mb07 .slick-prev {
  left: 0;
  background: url("/img/main/mb07_prev.png");
}
.mb07 .slick-next {
  right: 0;
  background: url("/img/main/mb07_next.png");
}
/* 섹션 7 끝 */

/* 섹션 7 */
.mb08_wrap {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
  margin-bottom: 80px;
}
.mb08 {
  width: 1300px;
  margin: 0 auto;
}
.mb08::after {
  content: "";
  display: block;
  clear: both;
}
.mb08 .mb08_long {
  width: 48%;
  margin-right: 2%;
  float: left;
  display: flex;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
}
.mb08 .mb08_long:nth-child(2) {
  margin-left: 2%;
  margin-right: 0;
  float: right;
}
.mb08 .mb08_long .mb08_left {
  width: 135px;
  height: 135px;
  text-align: center;
  color: #fff;
  background-color: #5db7e8;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.mb08 .mb08_long .mb08_right {
  position: relative;
  height: 135px;
  width: 489px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  box-sizing: border-box;
}
.mb08 .mb08_long .mb08_right li {
  margin: 5px 0;
}
.mb08 .mb08_long .mb08_right li a {
  font-size: 16px;
  color: #000;
  width: 350px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.mb08 .mb08_long h3 {
  font-size: 22px;
  font-weight: bold;
}
.mb08_left > a,
.mb08_right > a {
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 3px;
  display: inline-block;
  margin-top: 20px;
  width: 80px;
}

.mb_08after {
  display: block;
  position: absolute;
  left: 0px;
  top: 12px;
  width: 20px;
  height: 100%;
}
.mb_08after > ul > li {
  font-size: 19px;
  font-weight: 600;
  color: #7c7c7c;
  text-align: right;
}
.nemo {
  margin-right: 5px;
}
/* 섹션 7 끝 */
