@charset "UTF-8";
.container_fix {
  width: 1430px;
}

@media (min-width: 2000px) {
  .container_img img {
    width: 100%;
    display: block;
  }
}
/******************************************
메인시작
*******************************************/
@keyframes arrowMove1 {
  0% {
    left: -20px;
    opacity: 1;
  }
  20% {
    left: -15px;
    opacity: 0.8;
  }
  40% {
    left: -10px;
    opacity: 0.6;
  }
  60% {
    left: -5px;
    opacity: 0.4;
  }
  80% {
    left: -2px;
    opacity: 0.2;
  }
  100% {
    left: 0;
    opacity: 0;
  }
}
@keyframes arrowMove-m {
  0% {
    left: -20%;
    opacity: 1;
  }
  20% {
    left: -10%;
    opacity: 0.8;
  }
  40% {
    left: -5%;
    opacity: 0.6;
  }
  60% {
    left: 0%;
    opacity: 0.4;
  }
  80% {
    left: 5%;
    opacity: 0.2;
  }
  100% {
    left: 10%;
    opacity: 0;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  5.55556% {
    transform: translateY(-3px);
  }
  11.11111% {
    transform: translateY(-6px);
  }
  22.22222% {
    transform: translateY(-9px);
  }
  27.77778% {
    transform: translateY(-9px);
  }
  33.33333% {
    transform: translateY(-6px);
  }
  44.44444% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes arrowMove {
  0% {
    left: 30%;
    opacity: 1;
  }
  20% {
    left: 40%;
    opacity: 0.8;
  }
  40% {
    left: 50%;
    opacity: 0.6;
  }
  60% {
    left: 60%;
    opacity: 0.4;
  }
  80% {
    left: 70%;
    opacity: 0.2;
  }
  100% {
    left: 70%;
    opacity: 0;
  }
}
.mc02 {
  width: 100%;
  height: 100vh;
  background: #292929;
}
@media (max-width: 991px) {
  .mc02 {
    height: auto;
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .mc02 img {
    width: 35px;
    height: 30px;
    object-fit: cover;
  }
}
.mc02 .mc02-title {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mc02 .mc02-title {
    margin-bottom: 20px;
  }
}
.mc02 .mc02-content .mc02_text1 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  line-height: 36px;
}
@media (max-width: 991px) {
  .mc02 .mc02-content .mc02_text1 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.mc02 .mc02-content .mc02_text2 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
  color: #999;
}
@media (max-width: 991px) {
  .mc02 .mc02-content .mc02_text2 {
    font-size: 14px;
    line-height: 21px;
  }
}
.mc02 .mc02-content .mc02_text3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
  color: #999;
}
@media (max-width: 991px) {
  .mc02 .mc02-content .mc02_text3 {
    font-size: 14px;
    line-height: 21px;
  }
}
.mc02 .mc02-content .mc02_text4 {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 991px) {
  .mc02 .mc02-content .mc02_text4 {
    font-size: 14px;
  }
}
.mc03 {
  width: 100%;
  height: 100vh;
  background: #fff;
}
@media (max-width: 991px) {
  .mc03 {
    height: auto;
    padding: 60px 0;
  }
  .mc03 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.mc03 .mc03-title {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .mc03 .mc03-title {
    margin-bottom: 20px;
  }
}
.mc03 .mc03-text1 {
  margin-bottom: 55px;
  font-size: 18px;
  line-height: 30px;
  color: #777777;
}
@media (max-width: 991px) {
  .mc03 .mc03-text1 {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 21px;
  }
}
.mc04 {
  width: 100%;
  height: 100%;
  padding: 140px 0;
  background: #292929;
}
@media (max-width: 991px) {
  .mc04 {
    height: auto;
    padding: 60px 0;
  }
  .mc04 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.mc04 .container_fix.mc4_container {
  width: 1310px;
}
@media (max-width: 991px) {
  .mc04 .container_fix.mc4_container {
    width: 100%;
  }
}
.mc04 .mc04-top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.mc04 .mc04-top .mc04-title {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mc04 .mc04-top .mc04-title {
    margin-bottom: 20px;
  }
}
.mc04 .mc04-top .mc04-subtit {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 991px) {
  .mc04 .mc04-top .mc04-subtit {
    font-size: 14px;
    line-height: 21px;
  }
}
.mc04 .mc04-bot {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot {
    margin-top: 35px;
  }
}
.mc04 .mc04-bot .mc04-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc04-content {
    flex-direction: column-reverse;
  }
}
.mc04 .mc04-bot .mc04-content .mc04-left {
  width: 50%;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc04-content .mc04-left {
    width: 100%;
  }
}
.mc04 .mc04-bot .mc04-content .mc04-right {
  width: 50%;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc04-content .mc04-right {
    width: 100%;
  }
}
.mc04 .mc04-bot .mc04-content .num_ab {
  font-family: "Bahnschrift", sans-serif;
  font-weight: 700;
  font-size: 178px;
  letter-spacing: 2px;
  color: #3f3f3f;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc04-content .num_ab {
    font-size: 105px;
  }
}
.mc04 .mc04-bot .mc04-content .sec_sub {
  font-family: "NanumSquare", sans-serif;
  font-size: 18px;
  letter-spacing: 5px;
  color: #ed9a01;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc04-content .sec_sub {
    font-size: 14px;
    letter-spacing: 2.5px;
  }
}
.mc04 .mc04-bot .mc04-content .sec_tit {
  font-family: "JosefinSans", sans-serif;
  font-size: 60px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc04-content .sec_tit {
    font-size: 35px;
  }
}
.mc04 .mc04-bot .mc04-content .sec-1 {
  font-family: "NanumSquare", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  opacity: 0.8;
}
.mc04 .mc04-bot .mc04-content .sec-1 li {
  position: relative;
  font-family: "NanumSquare", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
}
.mc04 .mc04-bot .mc04-content .sec-1 li::after {
  content: "";
  position: absolute;
  top: 23%;
  left: -18px;
  width: 8px;
  height: 0.5px;
  background: #fff;
  transform: translateY(-50%);
}
.mc04 .mc04-bot .mc04-content .sec-1 li:nth-child(4)::after {
  top: 15px;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc04-content .sec-1 {
    font-size: 15px;
    line-height: 25px;
  }
  .mc04 .mc04-bot .mc04-content .sec-1 li {
    font-family: "NanumSquare", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 5px;
  }
  .mc04 .mc04-bot .mc04-content .sec-1 li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 5px;
    height: 0.5px;
    background: #fff;
    transform: translateY(-50%);
  }
  .mc04 .mc04-bot .mc04-content .sec-1 li:nth-child(4)::after {
    top: 12px;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc04-content .mc04_3_sec1 li::after {
    top: 11px;
  }
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc04-content .mc04_3_sec2 li::after {
    top: 25%;
  }
}
.mc04 .mc04-bot .mc04-content .sec-2 {
  font-family: "JosefinSans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc04-content .sec-2 {
    font-size: 14px;
    line-height: 20px;
  }
}
.mc04 .mc04-bot .mc04-content .sec-3 {
  font-family: "NanumSquare", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  white-space: nowrap;
  color: #fff;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc04-content .sec-3 {
    font-size: 15px;
    line-height: 25px;
  }
}
.mc04 .mc04-bot .mc4-c1 {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc4-c1 {
    margin-bottom: 70px;
  }
}
.mc04 .mc04-bot .mc4-c1 .m4_left1 {
  position: relative;
}
.mc04 .mc04-bot .mc4-c1 .m4_left1 .num_ab {
  position: absolute;
  top: 88px;
  left: 0;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc4-c1 .m4_left1 .num_ab {
    top: 40px;
  }
}
.mc04 .mc04-bot .mc4-c1 .m4_left1 .sec_wrap {
  position: relative;
  margin-top: 140px;
  margin-left: 110px;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc4-c1 .m4_left1 .sec_wrap {
    margin-top: 70px;
    margin-left: 60px;
  }
}
.mc04 .mc04-bot .mc4-c1 .m4_left1 .sec_sub {
  margin: 0 10px 30px 75px;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc4-c1 .m4_left1 .sec_sub {
    margin: 0 0 20px 75px;
  }
}
.mc04 .mc04-bot .mc4-c1 .m4_left1 .sec_sub::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 55px;
  height: 1px;
  background: #d38b06;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc4-c1 .m4_left1 .sec_sub::before {
    top: 9px;
    left: 10px;
  }
}
.mc04 .mc04-bot .mc4-c1 .m4_left1 .sec_sub::after {
  content: ":)";
  position: absolute;
  top: 0px;
  right: 319px;
  font-family: "NanumSquare", sans-serif;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc4-c1 .m4_left1 .sec_sub::after {
    right: unset;
    left: 155px;
    top: 2px;
    font-size: 13px;
  }
}
.mc04 .mc04-bot .mc4-c1 .m4_left1 .sec_tit {
  margin-bottom: 30px;
}
.mc04 .mc04-bot .mc4-c1 .m4_left1 .sec-1 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc4-c1 .m4_left1 .sec-1 {
    margin-bottom: 20px;
  }
}
.mc04 .mc04-bot .mc4-c1 .m4_right1 {
  text-align: right;
}
.mc04 .mc04-bot .mc4-c2 {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc4-c2 {
    flex-direction: column;
    margin-bottom: 70px;
  }
}
.mc04 .mc04-bot .mc4-c2 .m4_right2 {
  position: relative;
}
.mc04 .mc04-bot .mc4-c2 .m4_right2 .num_ab {
  position: absolute;
  top: 100px;
  left: 0;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc4-c2 .m4_right2 .num_ab {
    top: 40px;
  }
}
.mc04 .mc04-bot .mc4-c2 .m4_right2 .sec_wrap {
  position: relative;
  margin-top: 170px;
  margin-left: 120px;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc4-c2 .m4_right2 .sec_wrap {
    margin-top: 70px;
    margin-left: 65px;
  }
}
.mc04 .mc04-bot .mc4-c2 .m4_right2 .sec_wrap .sec_sub {
  margin-left: 70px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc4-c2 .m4_right2 .sec_wrap .sec_sub {
    margin-left: 45px;
    margin-bottom: 17px;
  }
}
.mc04 .mc04-bot .mc4-c2 .m4_right2 .sec_wrap .sec_sub::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 55px;
  height: 1px;
  background: #d38b06;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc4-c2 .m4_right2 .sec_wrap .sec_sub::before {
    top: 8px;
    left: 2px;
    width: 32px;
  }
}
.mc04 .mc04-bot .mc4-c2 .m4_right2 .sec_wrap .sec_tit {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc4-c2 .m4_right2 .sec_wrap .sec_tit {
    margin-bottom: 30px;
  }
}
.mc04 .mc04-bot .mc4-c2 .m4_right2 .sec_wrap .sec-1 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc4-c2 .m4_right2 .sec_wrap .sec-1 {
    margin-bottom: 20px;
  }
}
.mc04 .mc04-bot .mc4-c3 .m4_left3 {
  position: relative;
}
.mc04 .mc04-bot .mc4-c3 .m4_left3 .num_ab {
  position: absolute;
  top: 88px;
  left: 0;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc4-c3 .m4_left3 .num_ab {
    top: 40px;
  }
}
.mc04 .mc04-bot .mc4-c3 .m4_left3 .sec_wrap {
  position: relative;
  margin-top: 153px;
  margin-left: 100px;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc4-c3 .m4_left3 .sec_wrap {
    margin-top: 75px;
    margin-left: 65px;
  }
}
.mc04 .mc04-bot .mc4-c3 .m4_left3 .sec_sub {
  margin: 0 10px 30px 75px;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc4-c3 .m4_left3 .sec_sub {
    margin-left: 45px;
    margin-bottom: 17px;
  }
}
.mc04 .mc04-bot .mc4-c3 .m4_left3 .sec_sub::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 55px;
  height: 1px;
  background: #d38b06;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc4-c3 .m4_left3 .sec_sub::before {
    top: 8px;
    left: 2px;
    width: 32px;
  }
}
.mc04 .mc04-bot .mc4-c3 .m4_left3 .sec_tit {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc4-c3 .m4_left3 .sec_tit {
    margin-bottom: 30px;
  }
}
.mc04 .mc04-bot .mc4-c3 .m4_left3 .sec-1 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc4-c3 .m4_left3 .sec-1 {
    margin-bottom: 20px;
  }
}
.mc04 .mc04-bot .mc4-c3 .m4_right3 {
  text-align: right;
}
@media (max-width: 991px) {
  .mc04 .mc04-bot .mc4-c3 .m4_right3 {
    text-align: left;
  }
}
.mc05 {
  width: 100%;
}
.mc05 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mc06 {
  width: 100%;
  height: 100vh;
}
@media (max-width: 991px) {
  .mc06 {
    height: 100vh;
  }
}
.mc06 .mc06_wrap {
  height: 100%;
}
.mc06 .mc06_wrap .container_fix.mc6_container {
  width: 1630px;
  height: 100%;
}
.mc06 .mc06_wrap .mc06-top {
  padding-top: 140px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap .mc06-top {
    padding-top: 60px;
    margin-bottom: 40px;
  }
}
.mc06 .mc06_wrap .mc06-top .josefin {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap .mc06-top .josefin {
    margin-bottom: 25px;
  }
}
.mc06 .mc06_wrap .mc06-top .mc06_sub {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap .mc06-top .mc06_sub {
    font-size: 14px;
    font-weight: 300;
  }
}
.mc06 .mc06_wrap .mc06-mid {
  margin-bottom: 135px;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap .mc06-mid {
    margin-bottom: 70px;
  }
}
.mc06 .mc06_wrap .mc06-mid .icon-wrap li {
  width: auto !important;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap .mc06-mid .icon-wrap li {
    width: 33.333% !important;
    text-align: center;
  }
  .mc06 .mc06_wrap .mc06-mid .icon-wrap li:nth-child(1), .mc06 .mc06_wrap .mc06-mid .icon-wrap li:nth-child(2) {
    transform: translateX(50%);
    margin-bottom: 30px;
  }
}
.mc06 .mc06_wrap .mc06-mid .icon-wrap li p {
  font-family: "JosefinSans", sans-serif;
  font-size: 18px;
  color: #fff;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap .mc06-mid .icon-wrap li p {
    font-size: 14px;
  }
}
.mc06 .mc06_wrap .mc06-mid .icon-wrap .slick-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap .mc06-mid .icon-wrap .slick-list {
    display: block;
  }
}
.mc06 .mc06_wrap .mc06-mid .icon-wrap .slick-track {
  display: flex;
  gap: 0 50px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap .mc06-mid .icon-wrap .slick-track {
    width: auto !important;
    max-width: 395px;
    display: block;
  }
  .mc06 .mc06_wrap .mc06-mid .icon-wrap .slick-track li:nth-child(3) {
    clear: both;
  }
}
.mc06 .mc06_wrap .mc06-mid .icon-wrap .icon_circle {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  border-radius: 50%;
  transition: all 0.2s ease;
  background: rgba(220, 220, 220, 0.2);
}
.mc06 .mc06_wrap .mc06-mid .icon-wrap .icon_circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap .mc06-mid .icon-wrap .icon_circle {
    width: 60px;
    height: 60px;
  }
}
.mc06 .mc06_wrap .mc06-mid .icon-wrap .mc6_icon.slick-current .icon_circle {
  background: #157aca;
}
.mc06 .mc06_wrap .mc06-mid .icon-wrap .mc6_icon.slick-current p {
  opacity: 1;
}
.mc06 .mc06_wrap .mc06-bot {
  position: relative;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap .mc06-bot {
    padding-bottom: 100px;
  }
}
.mc06 .mc06_wrap .mc06-bot .slick-list {
  overflow: visible;
}
.mc06 .mc06_wrap .mc06-bot .title-wrap {
  text-align: center;
}
.mc06 .mc06_wrap .mc06-bot .title-wrap p {
  font-family: "JosefinSans", sans-serif;
  font-size: 40px;
  margin-bottom: 50px;
  color: #fff;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap .mc06-bot .title-wrap p {
    font-size: 25px;
    line-height: 37.5px;
    margin-bottom: 30px;
  }
}
.mc06 .mc06_wrap .mc06-bot .text-wrap {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 0 120px;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap .mc06-bot .text-wrap {
    gap: 15px 0;
    text-align: center;
  }
}
.mc06 .mc06_wrap .mc06-bot .text-wrap span {
  font-weight: 500;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap .mc06-bot .text-wrap span {
    font-size: 25px;
    font-weight: 400;
  }
}
.mc06 .mc06_wrap .mc06-bot .text-wrap .mc06-right {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  opacity: 0.5;
}
.mc06 .mc06_wrap .mc06-bot .text-wrap .mc06-right::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 1px;
  height: 100%;
  background: #eee;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap .mc06-bot .text-wrap .mc06-right::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap .mc06-bot .text-wrap .mc06-right {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
  }
}
.mc06 .mc06_wrap .mc06-bot .text-wrap.on {
  display: flex;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap .mc06-bot .text-wrap.on {
    flex-direction: column;
  }
}
.mc06 .mc06_wrap .mc06-bot .slick-prev {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 1;
  width: 30px;
  height: 49px;
  text-indent: -99999px;
  background: transparent;
  border: 0px;
}
.mc06 .mc06_wrap .mc06-bot .slick-prev::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 49px;
  background: url(/img/arrow_prev.png) no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap .mc06-bot .slick-prev::after {
    display: none;
  }
}
.mc06 .mc06_wrap .mc06-bot .slick-next {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 1;
  width: 30px;
  height: 49px;
  text-indent: -99999px;
  background: transparent;
  border: 0px solid #000;
}
.mc06 .mc06_wrap .mc06-bot .slick-next::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 49px;
  background: url(/img/arrow_next.png) no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap .mc06-bot .slick-next::after {
    display: none;
  }
}
.mc06 .mc06_wrap .mc06-bot .view_more {
  position: relative;
  background: transparent;
  border: 0px solid #000;
}
.mc06 .mc06_wrap .mc06-bot .view_more span {
  font-family: "JosefinSans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #fff;
  background: transparent;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap .mc06-bot .view_more span {
    font-size: 13px;
  }
}
.mc06 .mc06_wrap .mc06-bot .view_more::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 243px;
  height: 8px;
  background: url(/img/mc06_arrow1.png) no-repeat;
  background-size: cover;
  animation: arrowMove1 1s infinite ease-in-out;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap .mc06-bot .view_more::after {
    width: 167.5px;
    height: 4px;
    left: -15px;
    background: url(/img/mmc06_arrow1.png) no-repeat;
    background-size: cover;
    animation: arrowMove-m 1s infinite ease-in-out;
  }
}
.mc06 .mc06_wrap .mc06-bot .view_more2 {
  position: relative;
  border: 0px solid transparent;
  background: transparent;
}
.mc06 .mc06_wrap .mc06-bot .view_more2::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translateX(-50%);
  background: url(/img/mc06_arrow2.png) no-repeat;
  animation: bounce 1s infinite ease-in-out;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap .mc06-bot .view_more2::after {
    top: 45px;
    width: 11px;
    height: 11px;
    background: url(/img/mmc06_arrow2.png);
    background-size: cover;
  }
}
.mc06 .mc06_wrap .mc06-bot .view_more2 span {
  font-weight: 300;
  font-size: 17px;
  color: #fff;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap .mc06-bot .view_more2 span {
    font-size: 11px;
  }
}
.mc06 .mc06_wrap.background0 {
  background: url(/img/bg1.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap.background0 {
    background: url(/img/m_bg.png) no-repeat center center/cover;
  }
}
.mc06 .mc06_wrap.background1 {
  background: url(/img/bg2.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap.background1 {
    background: url(/img/m_bg.png) no-repeat center center/cover;
  }
}
.mc06 .mc06_wrap.background2 {
  background: url(/img/bg3.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap.background2 {
    background: url(/img/m_bg.png) no-repeat center center/cover;
  }
}
.mc06 .mc06_wrap.background3 {
  background: url(/img/bg4.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap.background3 {
    background: url(/img/m_bg.png) no-repeat center center/cover;
  }
}
.mc06 .mc06_wrap.background4 {
  background: url(/img/bg5.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .mc06 .mc06_wrap.background4 {
    background: url(/img/m_bg.png) no-repeat center center/cover;
  }
}
.mc07 {
  width: 100%;
  height: 100%;
  padding: 140px 0;
  background: #eeeeee;
}
@media (max-width: 991px) {
  .mc07 {
    padding: 60px 0;
  }
}
.mc07 .container_fix.mc07_container {
  width: 1630px;
}
@media (max-width: 991px) {
  .mc07 .container_fix.mc07_container {
    width: 100%;
  }
}
.mc07 .mc07_top {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .mc07 .mc07_top {
    margin-bottom: 40px;
  }
}
.mc07 .mc07-tab-wrap {
  display: flex;
}
@media (max-width: 991px) {
  .mc07 .mc07-tab-wrap {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.mc07 .mc07-tab-wrap li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 82px;
  text-align: center;
  background: #f6f6f6;
  border-right: 1px solid #dddddd;
  transition: all 0.2s ease;
}
@media (max-width: 991px) {
  .mc07 .mc07-tab-wrap li {
    width: 33.33%;
    flex: none;
    height: 68.5px;
    border-bottom: 1px solid #dddddd;
  }
  .mc07 .mc07-tab-wrap li:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .mc07 .mc07-tab-wrap li:nth-child(5), .mc07 .mc07-tab-wrap li:nth-child(6), .mc07 .mc07-tab-wrap li:nth-child(7), .mc07 .mc07-tab-wrap li:nth-child(8) {
    border-bottom: 1px solid transparent;
  }
}
.mc07 .mc07-tab-wrap li span {
  font-family: "JosefinSans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: rgba(51, 51, 51, 0.5);
  transition: all 0.2s ease;
}
@media (max-width: 991px) {
  .mc07 .mc07-tab-wrap li span {
    font-size: 13px;
    line-height: 18px;
  }
}
.mc07 .mc07-tab-wrap li:last-child {
  border-right: 1px solid transparent;
}
.mc07 .mc07-tab-wrap li.active {
  background: #ed9a01;
  border-right: 1px solid #ed9a01;
}
.mc07 .mc07-tab-wrap li.active span {
  color: #fff;
  opacity: 1;
}
.mc07 .m07-bg {
  position: relative;
  width: 100%;
  height: 735px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
}
@media (max-width: 991px) {
  .mc07 .m07-bg {
    padding: 60px 0;
    height: 100%;
  }
}
.mc07 .m07-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 398px;
  height: 334px;
  background: url(/img/mc07_bg.png) no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .mc07 .m07-bg::after {
    display: none;
  }
}
.mc07 .m07-content .m07-tit {
  margin-bottom: 55px;
  font-family: "JosefinSans", sans-serif;
  font-size: 28px;
  color: #111;
}
@media (max-width: 991px) {
  .mc07 .m07-content .m07-tit {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.mc07 .m07-content .m07-img1 {
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .mc07 .m07-content .m07-img1 {
    padding: 0 15px;
    margin-bottom: 32px;
  }
  .mc07 .m07-content .m07-img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.mc07 .m07-content .m07-text {
  position: relative;
  text-align: center;
  z-index: 1;
}
.mc07 .m07-content .m07-text p {
  font-size: 18px;
  line-height: 25px;
  color: #666;
}
@media (max-width: 991px) {
  .mc07 .m07-content .m07-text p {
    font-size: 14px;
    line-height: 21px;
  }
}
.mc07 .m07-content .m07-text b {
  font-weight: 600;
  color: #333;
}
.mc07 .m07-content .m07-text .sec-p {
  margin-top: 20px;
}
.mc07 .m07-content .m07-more {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .mc07 .m07-content .m07-more {
    margin-top: 35px;
  }
}
.mc07 .m07-content .m07-more a {
  display: block;
  position: relative;
  font-family: "JosefinSans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #666;
}
@media (max-width: 991px) {
  .mc07 .m07-content .m07-more a {
    font-size: 13px;
  }
}
.mc07 .m07-content .m07-more a::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 50%;
  width: 138px;
  height: 8px;
  background: url(/img/mc07-arrow.png) no-repeat;
  transform: translate(-50%, -50%);
  animation: arrowMove 1s infinite ease-in-out;
}
@media (max-width: 991px) {
  .mc07 .m07-content .m07-more a::after {
    top: 20px;
    width: 110px;
    height: 6.5px;
    background: url(/img/mmc07-arrow.png) no-repeat;
    background-size: contain;
  }
}
.mc07 .m07-content1 {
  display: none;
}
.mc07 .m07-content1 .m07-1-1 {
  font-family: "SUIT", sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 20px;
  color: #157aca;
}
@media (max-width: 991px) {
  .mc07 .m07-content1 .m07-1-1 {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
.mc07 .m07-content1 .m07-1-2 {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
  color: #666666;
}
.mc07 .m07-content1 .m07-1-2 b {
  font-family: "SUIT", sans-serif;
  font-weight: 700;
  color: #333333;
}
@media (max-width: 991px) {
  .mc07 .m07-content1 .m07-1-2 {
    font-size: 14px;
    line-height: 21px;
  }
}
.mc07 .m07-content1 .m07-1-3 {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .mc07 .m07-content1 .m07-1-3 {
    font-size: 14px;
    line-height: 21px;
  }
}
.mc07 .m07-content1 .m07-1-4 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
@media (max-width: 991px) {
  .mc07 .m07-content1 .m07-1-4 {
    font-size: 14px;
    line-height: 21px;
  }
}
.mc07 .m07-content2 {
  display: none;
}
.mc07 .m07-content3 {
  display: none;
}
@media (max-width: 991px) {
  .mc07 .m07-content3 .m07-bg .m07-img1 {
    padding: 0 20px;
  }
}
.mc07 .m07-content4 {
  display: none;
}
@media (max-width: 991px) {
  .mc07 .m07-content4 .m07-bg .m07-img1 {
    padding: 0 40px;
  }
}
.mc07 .m07-content5 {
  display: none;
}
@media (max-width: 991px) {
  .mc07 .m07-content5 .m07-bg .m07-img1 {
    padding: 0 30px;
  }
}
.mc07 .m07-content6 {
  display: none;
}
@media (max-width: 991px) {
  .mc07 .m07-content6 .m07-bg .m07-img1 {
    padding: 0 25px;
  }
}
.mc07 .m07-content.active {
  display: block;
}
.mc09 {
  width: 100%;
  height: 100vh;
  background: #1a1c1b;
}
@media (max-width: 991px) {
  .mc09 {
    height: 100%;
    padding: 60px 0;
  }
}
.mc09 .container_fix.mc09_container {
  position: relative;
  width: 1790px;
  height: 100%;
}
.mc09 .container_fix.mc09_container::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 485px;
  height: 360px;
  background: url(/img/mc09_bg.png) no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .mc09 .container_fix.mc09_container::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .mc09 .container_fix.mc09_container {
    width: 100%;
  }
}
.mc09 .mc09_bg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 50px 0;
}
@media (max-width: 991px) {
  .mc09 .mc09_bg {
    gap: 0;
  }
}
.mc09 .mc09_bg span {
  font-family: "JosefinSans", sans-serif;
  font-weight: 500;
  font-size: 50px;
  color: #fff;
}
@media (max-width: 991px) {
  .mc09 .mc09_bg span {
    font-size: 25px;
    line-height: 40px;
  }
}
.mc09 .mc09_bg span.mc09_blue {
  color: #157aca;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .mc09 .mc09_bg span.mc09_blue {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .mc09 .mc09-text1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.container_fix.mc_container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.josefin {
  font-family: "JosefinSans", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #157aca;
}
@media (max-width: 991px) {
  .josefin {
    font-size: 21px;
    font-weight: 500;
  }
}

.simbol_b {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .simbol_b {
    margin-bottom: 15px;
  }
  .simbol_b img {
    width: 37px;
    height: 32px;
    object-fit: cover;
  }
}

.simbol_w {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .simbol_w {
    margin-bottom: 15px;
  }
  .simbol_w img {
    width: 38px;
    height: 33px;
    object-fit: cover;
  }
}

.mc08 {
  width: 100%;
  padding: 140px 0;
  background: #fff;
}
@media (max-width: 991px) {
  .mc08 {
    padding: 60px 0 140px;
  }
}
.mc08 .container_fix.mc08_container {
  width: 1630px;
}
.mc08 .mc08-top {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .mc08 .mc08-top {
    margin-bottom: 35px;
  }
}
.mc08 .mc08-top .josefin {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .mc08 .mc08-top .josefin {
    margin-bottom: 25px;
  }
}
.mc08 .mc08-top .mc08_sub {
  font-size: 18px;
  color: #777;
}
@media (max-width: 991px) {
  .mc08 .mc08-top .mc08_sub {
    font-size: 14px;
    line-height: 21px;
  }
}
.mc08 .swiper {
  overflow: visible;
}
.mc08 .swiper-slide {
  display: flex;
}
@media (max-width: 991px) {
  .mc08 .swiper-slide {
    flex-direction: column;
    gap: 27px 0;
  }
}
.mc08 .mc08-left {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
@media (max-width: 991px) {
  .mc08 .mc08-left {
    width: 100%;
    justify-content: center;
  }
  .mc08 .mc08-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.mc08 .mc08-right {
  width: 50%;
  padding-left: 160px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .mc08 .mc08-right {
    position: relative;
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
.mc08 .mc08-right .mc08-num {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mc08 .mc08-right .mc08-num {
    margin-bottom: 25px;
  }
}
.mc08 .mc08-right .mc08-num span {
  font-family: "SUIT", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #292a2a;
  opacity: 0.3;
}
@media (max-width: 991px) {
  .mc08 .mc08-right .mc08-num span {
    font-size: 20px;
  }
}
.mc08 .mc08-right .mc08-title {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .mc08 .mc08-right .mc08-title {
    margin-bottom: 25px;
  }
}
.mc08 .mc08-right .mc08-title span {
  font-family: "JosefinSans", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #292a2a;
}
@media (max-width: 991px) {
  .mc08 .mc08-right .mc08-title span {
    font-size: 25px;
  }
}
.mc08 .mc08-right .mc08-content {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .mc08 .mc08-right .mc08-content {
    margin-bottom: 25px;
  }
}
.mc08 .mc08-right .mc08-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #444444;
}
.mc08 .mc08-right .mc08-content p span {
  padding-left: 5px;
}
@media (max-width: 991px) {
  .mc08 .mc08-right .mc08-content p {
    display: none;
    font-size: 13px;
    line-height: 20px;
  }
}
.mc08 .mc08-right .mc08-content ul li {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #444444;
}
.mc08 .mc08-right .mc08-content ul li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 2px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #444;
  transform: translate(-50%, -50%);
}
.mc08 .mc08-right .mc08-arrow {
  position: relative;
  padding-left: 25px;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .mc08 .mc08-right .mc08-arrow {
    margin-bottom: 45px;
    padding-left: 20px;
  }
}
.mc08 .mc08-right .mc08-arrow span {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #157aca;
}
@media (max-width: 991px) {
  .mc08 .mc08-right .mc08-arrow span {
    font-size: 13px;
    line-height: 20px;
  }
}
.mc08 .mc08-right .mc08-arrow::after {
  content: "→";
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 18px;
  font-weight: 500;
  color: #157aca;
}
@media (max-width: 991px) {
  .mc08 .mc08-right .mc08-arrow::after {
    font-size: 13px;
  }
}
.mc08 .more_portfolio {
  display: inline-block;
  width: 277px;
  height: 52px;
  text-align: center;
  font-size: 17px;
  line-height: 52px;
  border: 1px solid #bfbfbf;
  color: #333333;
}
@media (max-width: 991px) {
  .mc08 .more_portfolio {
    position: absolute;
    top: 100%;
    left: 0;
    width: 190px;
    height: 34px;
    font-size: 12px;
    line-height: 34px;
  }
}
.mc08 .swiper-container {
  position: relative;
}
.mc08 .swiper-arrow {
  position: absolute;
  width: 400px;
  bottom: 10px;
  right: 244px;
}
@media (max-width: 991px) {
  .mc08 .swiper-arrow {
    width: 100%;
    bottom: -91px;
    right: 0;
  }
}
.mc08 .swiper-arrow .swiper-button-next {
  position: absolute;
  width: 10px;
  height: 16px;
}
.mc08 .swiper-arrow .swiper-button-next::after {
  font-size: 16px;
  color: #aaaaaa;
}
@media (max-width: 991px) {
  .mc08 .swiper-arrow .swiper-button-next {
    right: 0;
  }
}
.mc08 .swiper-arrow .swiper-button-prev {
  position: absolute;
  width: 10px;
  height: 16px;
  left: 332px;
}
.mc08 .swiper-arrow .swiper-button-prev::after {
  font-size: 16px;
  color: #aaaaaa;
}
@media (max-width: 991px) {
  .mc08 .swiper-arrow .swiper-button-prev {
    left: auto;
    right: 35px;
  }
}
.mc08 .swiper-arrow .swiper-scrollbar {
  position: absolute;
  width: 300px;
  height: 2px;
  top: -12px;
}
@media (max-width: 991px) {
  .mc08 .swiper-arrow .swiper-scrollbar {
    width: 85%;
    top: -14px;
  }
}
.mc08 .swiper-arrow .swiper-scrollbar-drag {
  background: #ed9a01;
}
.mc08 .swiper-pagination.pagination-text {
  position: absolute;
  top: 40px;
  left: -10px;
  display: flex;
  flex-direction: column;
  width: auto;
  z-index: 1;
}
@media (max-width: 991px) {
  .mc08 .swiper-pagination.pagination-text {
    display: none;
  }
}
.mc08 .swiper-pagination-bullet {
  width: 100%;
  margin-bottom: 25px !important;
  opacity: 1 !important;
  text-align: right;
  background: transparent;
}
.mc08 .swiper-pagination-bullet span {
  font-family: "JosefinSans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #222;
}
.mc08 .swiper-pagination-bullet-active {
  position: relative;
}
.mc08 .swiper-pagination-bullet-active span {
  color: #ed9a01;
}
.mc08 .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 9px;
  right: -120px;
  width: 104px;
  height: 1px;
  background: #ed9a01;
}

.mc10 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 140px 0;
  background: #282929;
  overflow: hidden;
}
@media (max-width: 991px) {
  .mc10 {
    padding: 60px 0;
  }
}
.mc10::before {
  content: "";
  position: absolute;
  top: -980px;
  left: -890px;
  width: 150%;
  height: 2000px;
  border-radius: 50%;
  background: #2d2e2e;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .mc10::before {
    display: none;
  }
}
.mc10 .container_fix.mc10_container {
  width: 1470px;
  text-align: center;
}
@media (max-width: 991px) {
  .mc10 .container_fix.mc10_container {
    width: 100%;
  }
}
.mc10 .mc10-top {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .mc10 .mc10-top {
    margin-bottom: 35px;
  }
}
.mc10 .mc10-mid {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .mc10 .mc10-mid {
    margin-bottom: 30px;
  }
}
.mc10 .mc10-mid ul {
  border: 1px solid rgba(102, 102, 102, 0.2);
  display: flex;
  padding: 30px 120px;
}
@media (max-width: 991px) {
  .mc10 .mc10-mid ul {
    flex-direction: column;
    padding: 20px;
    gap: 15px 0;
  }
}
.mc10 .mc10-mid ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
}
@media (max-width: 991px) {
  .mc10 .mc10-mid ul li {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}
.mc10 .mc10-mid ul li:nth-child(2) {
  margin: 0 125px 0 90px;
}
@media (max-width: 991px) {
  .mc10 .mc10-mid ul li:nth-child(2) {
    margin: 0;
  }
}
.mc10 .mc10-mid ul li img {
  opacity: 0.3;
}
@media (max-width: 991px) {
  .mc10 .mc10-mid ul li .mc10-location {
    width: 11.5px;
    height: 15.5px;
    margin-top: 3px;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .mc10 .mc10-mid ul li .mc10-tel {
    width: 13.5px;
    height: 13.5px;
    margin-top: 2px;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .mc10 .mc10-mid ul li .mc10-mail {
    width: 16.5px;
    height: 12.5px;
    margin-top: 4px;
    object-fit: cover;
  }
}
.mc10 .mc10-mid ul li span {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .mc10 .mc10-mid ul li span {
    font-size: 13px;
    line-height: 20px;
  }
}
.mc10 .mc10-bot .mc10-tab {
  display: flex;
  align-items: center;
}
.mc10 .mc10-bot .mc10-tab li {
  height: 80px;
  flex: 1;
  background: #3a3a39;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-tab li {
    height: 68.5px;
  }
}
.mc10 .mc10-bot .mc10-tab li span {
  line-height: 80px;
  font-family: "JosefinSans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #999999;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-tab li span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68.5px;
    line-height: 1.2;
    font-size: 17px;
  }
}
.mc10 .mc10-bot .mc10-tab li.active {
  background: #fff;
}
.mc10 .mc10-bot .mc10-tab li.active span {
  color: #222222;
}
.mc10 .mc10-bot .mc10_tabs-form {
  width: 100%;
  height: 736px;
  background: #fff;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10_tabs-form {
    height: 100%;
    padding: 40px 15px;
  }
}
.mc10 .mc10-bot .mc10-form1 {
  display: none;
}
.mc10 .mc10-bot .mc10-contact-form {
  padding: 50px;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form {
    padding: 0;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact1 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact1 {
    margin-bottom: 25px;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact1 .mc10_contact-radio {
  text-align: left;
}
.mc10 .mc10-bot .mc10-contact-form .contact1 .mc10_contact-radio .label-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
  color: #222222;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact1 .mc10_contact-radio .label-title {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact1 .mc10_contact-radio .answer {
  display: flex;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact1 .mc10_contact-radio .answer {
    flex-wrap: wrap;
    gap: 10px 0;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact1 .mc10_contact-radio .answer div {
  margin-right: 20px;
}
.mc10 .mc10-bot .mc10-contact-form .contact1 .mc10_contact-radio .answer div:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact1 .mc10_contact-radio .answer div {
    margin-right: 10px;
  }
  .mc10 .mc10-bot .mc10-contact-form .contact1 .mc10_contact-radio .answer div:nth-child(2) {
    margin-right: 40px;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact1 .mc10_contact-radio .answer input[type=radio] {
  display: none;
}
.mc10 .mc10-bot .mc10-contact-form .contact1 .mc10_contact-radio .answer label span {
  display: inline-block;
  padding: 0 20px;
  line-height: 42px;
  font-size: 16px;
  border-radius: 50px;
  color: #666666;
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  transition: all 0.2s ease;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact1 .mc10_contact-radio .answer label span {
    line-height: 27px;
    font-size: 12px;
    padding: 0 12.5px;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact1 .mc10_contact-radio .answer input[type=radio]:checked + label span {
  font-weight: 500;
  color: #157aca;
  background: #fff;
  border: 1px solid #157aca;
}
.mc10 .mc10-bot .mc10-contact-form .contact2 {
  display: flex;
  gap: 0 30px;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact2 {
    gap: 25px 0;
    margin-bottom: 25px;
    flex-direction: column;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact2 .mc10_inquiry {
  width: 50%;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact2 .mc10_inquiry {
    width: 100%;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact2 .mc10_inquiry .label-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  color: #222222;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact2 .mc10_inquiry .label-title {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact2 .mc10_inquiry input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(102, 102, 102, 0.3);
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact2 .mc10_inquiry input {
    height: 34px;
    padding: 0 10px;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact2 .mc10_inquiry input:focus {
  border: 1px solid #333333;
  opacity: 1;
}
.mc10 .mc10-bot .mc10-contact-form .contact2 .mc10_inquiry input::placeholder {
  font-size: 16px;
  line-height: 50px;
  color: #999999;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact2 .mc10_inquiry input::placeholder {
    font-size: 13px;
    line-height: 34px;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact3 {
  display: flex;
  gap: 0 30px;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact3 {
    gap: 25px 0;
    margin-bottom: 25px;
    flex-direction: column;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact3 .mc10_inquiry {
  width: 50%;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact3 .mc10_inquiry {
    width: 100%;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact3 .mc10_inquiry .label-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  color: #222222;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact3 .mc10_inquiry .label-title {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact3 .mc10_inquiry input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(102, 102, 102, 0.3);
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact3 .mc10_inquiry input {
    height: 34px;
    padding: 0 10px;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact3 .mc10_inquiry input:focus {
  border: 1px solid #333333;
  opacity: 1;
}
.mc10 .mc10-bot .mc10-contact-form .contact3 .mc10_inquiry input::placeholder {
  font-size: 16px;
  line-height: 50px;
  color: #999999;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact3 .mc10_inquiry input::placeholder {
    font-size: 13px;
    line-height: 34px;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact3 .mc10_inquiry .file_input #variableFiles {
  width: 100%;
}
.mc10 .mc10-bot .mc10-contact-form .contact3 .mc10_inquiry .file_input .row {
  margin-right: 0;
  margin-left: 0;
}
.mc10 .mc10-bot .mc10-contact-form .contact3 .mc10_inquiry .file_input .file_content {
  display: flex;
}
.mc10 .mc10-bot .mc10-contact-form .contact3 .mc10_inquiry .file_input .file_content .right_file {
  width: 80%;
  margin-right: 10px;
}
.mc10 .mc10-bot .mc10-contact-form .contact3 .mc10_inquiry .file_input .file_content .right_file input {
  width: 100%;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact3 .mc10_inquiry .file_input .file_content .right_file {
    width: 75%;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact3 .mc10_inquiry .file_input .file_content .left_file {
  width: 19%;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact3 .mc10_inquiry .file_input .file_content .left_file {
    width: 24%;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact3 .mc10_inquiry .file_input .file_content .left_file span {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  height: 50px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #dcdcdc;
  background: #dcdcdc;
  color: #666666;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact3 .mc10_inquiry .file_input .file_content .left_file span {
    line-height: 34px;
    height: 34px;
    font-size: 12px;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact3 .mc10_inquiry .file_input .file_content .left_file input {
  display: none;
}
.mc10 .mc10-bot .mc10-contact-form .contact4 {
  display: flex;
  gap: 0 30px;
  text-align: left;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact4 {
    margin-bottom: 10px;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact4 .mc10_inquiry {
  width: 100%;
}
.mc10 .mc10-bot .mc10-contact-form .contact4 .mc10_inquiry .label-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  color: #222222;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact4 .mc10_inquiry .label-title {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact4 .mc10_inquiry textarea {
  width: 100%;
  height: 130px;
  padding: 20px;
  font-size: 16px;
  border: 1px solid rgba(102, 102, 102, 0.3);
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact4 .mc10_inquiry textarea {
    height: 65px;
    padding: 10px;
    font-size: 13px;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact4 .mc10_inquiry textarea:focus {
  border: 1px solid #333333;
  opacity: 1;
}
.mc10 .mc10-bot .mc10-contact-form .contact4 .mc10_inquiry textarea::placeholder {
  font-size: 16px;
  color: #999999;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact4 .mc10_inquiry textarea::placeholder {
    font-size: 13px;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact5 {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact5 {
    margin-bottom: 40px;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact5 div {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact5 div {
    gap: 0 8.5px;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact5 div input[type=checkbox] {
  margin-top: 0;
  width: 14px;
  height: 14px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact5 div input[type=checkbox] {
    width: 10px;
    height: 10px;
    margin-top: 1px;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact5 div label {
  font-size: 16px;
  color: #222222;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact5 div label {
    font-size: 11px;
  }
}
.mc10 .mc10-bot .mc10-contact-form .contact5 div a {
  font-size: 16px;
  color: #999999;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form .contact5 div a {
    font-size: 11px;
  }
}
.mc10 .mc10-bot .mc10-contact-form button {
  width: 220px;
  height: 50px;
  border: 1px solid #157aca;
  background: #157aca;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form button {
    width: 140px;
    height: 34px;
  }
}
.mc10 .mc10-bot .mc10-contact-form button span {
  text-align: center;
  font-weight: 500;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-contact-form button span {
    line-height: 34px;
    font-size: 12px;
  }
}
.mc10 .mc10-bot .mc10-form2 {
  display: none;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-form2 {
    padding: 60px 0;
  }
}
.mc10 .mc10-bot .mc10-form2 .mc10_tabs2 {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.mc10 .mc10-bot .mc10-form2 .mc10_tabs2 .mc10-text1 {
  font-family: "SUIT", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  color: #222222;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-form2 .mc10_tabs2 .mc10-text1 {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 15px;
  }
}
.mc10 .mc10-bot .mc10-form2 .mc10_tabs2 .mc10-text2 {
  font-family: "SUIT", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 80px;
  color: #222;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-form2 .mc10_tabs2 .mc10-text2 {
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 40px;
  }
}
.mc10 .mc10-bot .mc10-form2 .mc10_tabs2 .mc10-text2 span {
  font-weight: 600;
  color: #157aca;
}
.mc10 .mc10-bot .mc10-form2 .mc10_tabs2 a {
  display: inline-block;
  width: 220px;
  height: 52px;
  line-height: 52px;
  border-radius: 100px;
  text-align: center;
  font-family: "SUIT", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #157aca;
}
@media (max-width: 991px) {
  .mc10 .mc10-bot .mc10-form2 .mc10_tabs2 a {
    width: 140px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
}
.mc10 .mc10-bot .mc10_tabs-form.active {
  display: block;
}

/******************************************
서브시작
*******************************************/
.sc01 {
  position: relative;
}
.sc01 .container_fix.sc01_container {
  width: 1470px;
}
@media (max-width: 991px) {
  .sc01 .container_fix.sc01_container {
    width: 100%;
  }
}
.sc01 .container_fix.sc01_container1 {
  width: 100%;
  max-width: 1920px;
  text-align: center;
}
@media (max-width: 991px) {
  .sc01 .container_fix.sc01_container1 {
    max-width: none;
  }
  .sc01 .container_fix.sc01_container1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.sc01 .sc01_02 {
  background: #272727;
}
@media (max-width: 991px) {
  .sc01 .sc01_02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .sc01 .sc01_03 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.sc01 .sc01_04 {
  position: relative;
  background: #f6f6f6;
}
@media (max-width: 991px) {
  .sc01 .sc01_04 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.sc01 .container_fix.sc01_container2 {
  width: 1535px;
  padding-bottom: 140px;
}
@media (max-width: 991px) {
  .sc01 .container_fix.sc01_container2 {
    width: 100%;
    padding-bottom: 60px;
  }
}
.sc01 .container_fix.sc01_container2 ul {
  display: flex;
}
@media (max-width: 991px) {
  .sc01 .container_fix.sc01_container2 ul {
    flex-wrap: wrap;
    gap: 10px 0;
  }
}
.sc01 .container_fix.sc01_container2 ul li {
  position: relative;
}
@media (max-width: 991px) {
  .sc01 .container_fix.sc01_container2 ul li {
    width: 50%;
  }
}
.sc01 .container_fix.sc01_container2 ul li button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  background: #157aca;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .sc01 .container_fix.sc01_container2 ul li button {
    width: 75px;
    height: 75px;
  }
}
.sc01 .container_fix.sc01_container2 ul li button .sc04_hover_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px 0;
  align-items: center;
}
.sc01 .container_fix.sc01_container2 ul li button .sc04_hover_text img {
  width: 30px;
  height: 30px;
}
@media (max-width: 991px) {
  .sc01 .container_fix.sc01_container2 ul li button .sc04_hover_text img {
    width: 18.5px;
    height: 18.5px;
  }
}
.sc01 .container_fix.sc01_container2 ul li button .sc04_hover_text span {
  font-family: "JosefinSans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 991px) {
  .sc01 .container_fix.sc01_container2 ul li button .sc04_hover_text span {
    font-size: 10px;
  }
}
.sc01 .container_fix.sc01_container2 ul li:hover button {
  opacity: 1;
  visibility: visible;
}
.sc01 .sc01_modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .sc01 .sc01_modal {
    width: 100%;
    padding: 0 15px;
  }
  .sc01 .sc01_modal .sc01_modal-wrap {
    position: relative;
  }
  .sc01 .sc01_modal .sc01_modal-wrap .modal_close {
    position: absolute;
    top: -60px;
    right: 0;
  }
  .sc01 .sc01_modal .sc01_modal-wrap .modal_close img {
    width: 25px;
    height: 25px;
    object-fit: cover;
  }
}
.sc01 .sc01_modal .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.sc01 .modal_bg {
  display: none;
  position: fixed;
  inset: 0;
  background: #000;
  opacity: 0.8;
  z-index: 2;
}
.sc01 .sc01_modal.active {
  display: block;
}
.sc01 .modal_bg.active {
  display: block;
}
.sc01 .sc01_06 {
  background: #111111;
}
.sc01 .sc01_06 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sc02 .sc02_container1 {
  width: 100%;
  max-width: 1950px;
}
@media (max-width: 991px) {
  .sc02 .sc02_container1 {
    max-width: none;
  }
  .sc02 .sc02_container1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.sc02 .sc02_container2 {
  width: 1470px;
}
@media (max-width: 991px) {
  .sc02 .sc02_container2 {
    width: 100%;
  }
  .sc02 .sc02_container2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.sc02 .sc02_02 {
  background: #272727;
}
.sc02 .sc02_03 {
  background: #fff;
}
.sc02 .sc02_03 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sc02 .sc02_04 {
  background: #f6f6f6;
}
.sc02 .sc02_05 {
  background: #111111;
}
.sc03 .sc03_container1 {
  width: 100%;
  max-width: 1950px;
}
@media (max-width: 991px) {
  .sc03 .sc03_container1 {
    max-width: none;
  }
  .sc03 .sc03_container1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.sc03 .sc03_container2 {
  width: 1470px;
}
@media (max-width: 991px) {
  .sc03 .sc03_container2 {
    width: 100%;
  }
  .sc03 .sc03_container2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.sc03 .sc03_02 {
  background: #272727;
}
.sc03 .sc03_03 {
  background: #fff;
}
.sc03 .sc03_04 {
  background: #f6f6f6;
}
.sc03 .sc03_05 {
  background: #111111;
}
.sc04 .sc04_container1 {
  width: 100%;
  max-width: 1950px;
}
@media (max-width: 991px) {
  .sc04 .sc04_container1 {
    max-width: none;
  }
  .sc04 .sc04_container1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.sc04 .sc04_container2 {
  width: 1640px;
}
@media (max-width: 991px) {
  .sc04 .sc04_container2 {
    width: 100%;
  }
  .sc04 .sc04_container2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.sc04 .sc04_container3 {
  width: 1470px;
}
@media (max-width: 991px) {
  .sc04 .sc04_container3 {
    width: 100%;
  }
  .sc04 .sc04_container3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.sc04 .sc04_02 {
  background: #272727;
}
.sc04 .sc04_03 {
  background: #f6f6f6;
}
.sc04 .sc04_05 {
  background: #111111;
}
.sc05 .sc05_container1 {
  width: 100%;
  max-width: 1950px;
}
@media (max-width: 991px) {
  .sc05 .sc05_container1 {
    max-width: none;
  }
  .sc05 .sc05_container1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.sc05 .sc05_container2 {
  width: 1470px;
}
@media (max-width: 991px) {
  .sc05 .sc05_container2 {
    width: 100%;
  }
  .sc05 .sc05_container2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .sc05 .sc05_container3 {
    width: 100%;
  }
  .sc05 .sc05_container3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.sc05 .sc05_02 {
  background: #272727;
}
.sc05 .sc05_03 {
  background: #fff;
}
.sc05 .sc05_04 {
  background: #f6f6f6;
}
.sc05 .sc05_05 {
  background: #111111;
}
.sc08 .container_fix.sc08_container {
  width: 1640px;
  text-align: center;
}
@media (max-width: 991px) {
  .sc08 .container_fix.sc08_container {
    width: 100%;
  }
}
.sc08 .container_fix.sc08_container .sc08_mid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sc08 .sc08_bot {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 140px 0;
  background: #282929;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot {
    padding: 60px 0;
  }
}
.sc08 .sc08_bot::before {
  content: "";
  position: absolute;
  top: -1240px;
  left: -1220px;
  width: 150%;
  height: 2000px;
  border-radius: 50%;
  background: #2d2e2e;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot::before {
    display: none;
  }
}
.sc08 .sc08_bot .container_fix.sc08_container {
  width: 1470px;
  text-align: center;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .container_fix.sc08_container {
    width: 100%;
  }
}
.sc08 .sc08_bot .sc08_bot-top {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-top {
    margin-bottom: 35px;
  }
}
.sc08 .sc08_bot .sc08_bot-mid {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-mid {
    margin-bottom: 30px;
  }
}
.sc08 .sc08_bot .sc08_bot-mid ul {
  border: 1px solid rgba(102, 102, 102, 0.2);
  display: flex;
  padding: 30px 120px;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-mid ul {
    flex-direction: column;
    padding: 20px;
    gap: 15px 0;
  }
}
.sc08 .sc08_bot .sc08_bot-mid ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-mid ul li {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .sc08 .sc08_bot .sc08_bot-mid ul li .mc10_location {
    width: 11.5px;
    height: 15.5px;
    margin-top: 3px;
    object-fit: cover;
  }
  .sc08 .sc08_bot .sc08_bot-mid ul li .mc10_tel {
    width: 13.5px;
    height: 13.5px;
    margin-top: 2px;
    object-fit: cover;
  }
  .sc08 .sc08_bot .sc08_bot-mid ul li .mc10_mail {
    width: 16.5px;
    height: 12.5px;
    margin-top: 4px;
    object-fit: cover;
  }
}
.sc08 .sc08_bot .sc08_bot-mid ul li:nth-child(2) {
  margin: 0 125px 0 90px;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-mid ul li:nth-child(2) {
    margin: 0;
  }
}
.sc08 .sc08_bot .sc08_bot-mid ul li img {
  opacity: 0.3;
}
.sc08 .sc08_bot .sc08_bot-mid ul li span {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-mid ul li span {
    font-size: 13px;
    line-height: 20px;
  }
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-tab {
  display: flex;
  align-items: center;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-tab li {
  height: 80px;
  flex: 1;
  background: #3a3a39;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-tab li span {
  line-height: 80px;
  font-family: "JosefinSans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #999999;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-tab li.active {
  background: #fff;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-tab li.active span {
  color: #222222;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08_tabs-form {
  width: 100%;
  background: #fff;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form {
  padding: 70px 50px;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form {
    padding: 40px 20px;
  }
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact1 {
  margin-bottom: 40px;
  display: flex;
  gap: 0 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact1 {
    flex-direction: column;
    gap: 25px 0;
    margin-bottom: 25px;
  }
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact1 .sc08_inquiry {
  width: 50%;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact1 .sc08_inquiry {
    width: 100%;
  }
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact1 .sc08_inquiry .label-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  color: #222222;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact1 .sc08_inquiry .label-title {
    margin-bottom: 12.5px;
    font-size: 13px;
  }
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact1 .sc08_inquiry input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(102, 102, 102, 0.3);
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact1 .sc08_inquiry input:focus {
  border: 1px solid #333333;
  opacity: 1;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact1 .sc08_inquiry input::placeholder {
  font-size: 16px;
  line-height: 50px;
  color: #999999;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact1 .sc08_inquiry input::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact1 .sc08_inquiry input {
    height: 34px;
    padding: 0 10px;
  }
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact2 {
  display: flex;
  gap: 0 30px;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact2 {
    flex-direction: column;
    gap: 25px 0;
    margin-bottom: 10px;
  }
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact2 .sc08_inquiry {
  width: 50%;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact2 .sc08_inquiry {
    width: 100%;
  }
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact2 .sc08_inquiry .label-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  color: #222222;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact2 .sc08_inquiry .label-title {
    margin-bottom: 12.5px;
    font-size: 13px;
  }
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact2 .sc08_inquiry input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(102, 102, 102, 0.3);
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact2 .sc08_inquiry input {
    height: 34px;
    padding: 0 10px;
  }
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact2 .sc08_inquiry input:focus {
  border: 1px solid #333333;
  opacity: 1;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact2 .sc08_inquiry input::placeholder {
  font-size: 16px;
  line-height: 50px;
  color: #999999;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact2 .sc08_inquiry input::placeholder {
    font-size: 13px;
  }
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact2 .sc08_inquiry .file_input #variableFiles {
  width: 100%;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact2 .sc08_inquiry .file_input .row {
  margin-right: 0;
  margin-left: 0;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact2 .sc08_inquiry .file_input .file_content {
  display: flex;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact2 .sc08_inquiry .file_input .file_content .right_file {
  width: 80%;
  margin-right: 10px;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact2 .sc08_inquiry .file_input .file_content .right_file input {
  width: 100%;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact2 .sc08_inquiry .file_input .file_content .right_file {
    width: 75%;
  }
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact2 .sc08_inquiry .file_input .file_content .left_file {
  width: 19%;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact2 .sc08_inquiry .file_input .file_content .left_file {
    width: 24%;
  }
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact2 .sc08_inquiry .file_input .file_content .left_file span {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  height: 50px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #dcdcdc;
  background: #dcdcdc;
  color: #666666;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact2 .sc08_inquiry .file_input .file_content .left_file span {
    line-height: 34px;
    height: 34px;
    font-size: 12px;
  }
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact2 .sc08_inquiry .file_input .file_content .left_file input {
  display: none;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact4 {
  display: flex;
  gap: 0 30px;
  text-align: left;
  margin-bottom: 15px;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact4 .sc08_inquiry {
  width: 100%;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact4 .sc08_inquiry .label-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  color: #222222;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact4 .sc08_inquiry textarea {
  width: 100%;
  height: 130px;
  padding: 20px;
  font-size: 16px;
  border: 1px solid rgba(102, 102, 102, 0.3);
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact4 .sc08_inquiry textarea:focus {
  border: 1px solid #333333;
  opacity: 1;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact4 .sc08_inquiry textarea::placeholder {
  font-size: 16px;
  color: #999999;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact5 {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact5 {
    margin-bottom: 40px;
  }
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact5 div {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact5 div input[type=checkbox] {
  margin-top: 0;
  width: 14px;
  height: 14px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact5 div input[type=checkbox] {
    width: 10px;
    height: 10px;
    margin-top: 1px;
  }
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact5 div label {
  font-size: 16px;
  color: #222222;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact5 div label {
    font-size: 11px;
  }
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact5 div a {
  font-size: 16px;
  color: #999999;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form .contact5 div a {
    font-size: 11px;
  }
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form button {
  width: 220px;
  height: 50px;
  border: 1px solid #157aca;
  background: #157aca;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form button {
    width: 140px;
    height: 34px;
  }
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form button span {
  text-align: center;
  font-weight: 500;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 991px) {
  .sc08 .sc08_bot .sc08_bot-bot .sc08-contact-form button span {
    line-height: 34px;
    font-size: 12px;
  }
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-form2 {
  display: none;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-form2 .sc08_tabs2 {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-form2 .sc08_tabs2 .sc08-text1 {
  font-family: "SUIT", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 20px;
  color: #222222;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-form2 .sc08_tabs2 .sc08-text2 {
  font-family: "SUIT", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 80px;
  color: #222;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-form2 .sc08_tabs2 .sc08-text2 span {
  font-weight: 600;
  color: #157aca;
}
.sc08 .sc08_bot .sc08_bot-bot .sc08-form2 .sc08_tabs2 a {
  display: inline-block;
  width: 220px;
  height: 52px;
  line-height: 52px;
  border-radius: 100px;
  text-align: center;
  font-family: "SUIT", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #157aca;
}

.sc0n-text-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media (max-width: 991px) {
  .sc0n-text-wrap {
    height: 100%;
    padding: 60px 0;
  }
}
.sc0n-text-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.2;
  z-index: 1;
}
.sc0n-text-wrap .sc0-text {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 67px 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .sc0n-text-wrap .sc0-text {
    gap: 38.5px 0;
  }
}
.sc0n-text-wrap .sc0-text p {
  text-align: center;
  font-family: "JosefinSans", sans-serif;
  font-weight: 700;
  font-size: 80px;
  color: #fff;
}
@media (max-width: 991px) {
  .sc0n-text-wrap .sc0-text p {
    font-size: 40px;
    line-height: 1.3;
  }
}
.sc0n-text-wrap .sc0-text a {
  display: inline-block;
  width: 306px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #157aca;
  background: #157aca;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .sc0n-text-wrap .sc0-text a {
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
}

.sc01_07 {
  background: url(/img/sc01_07_bg.gif) no-repeat;
  background-size: cover;
}

.sc02_06 {
  background: url(/img/sc02_06_bg.gif) no-repeat;
  background-size: cover;
}

.sc03_06 {
  background: url(/img/sc03_06_bg.gif) no-repeat center;
  background-size: contain;
  background-color: #000;
}

.sc04_06 {
  background: url(/img/sc04_06_bg.gif) no-repeat center;
  background-size: cover;
}

.sc05_06 {
  background: url(/img/sc04_06_bg.gif) no-repeat center;
  background-size: cover;
}