@charset "UTF-8";
@import url(../../css/base.css);
@import url(../../css/swiper.css);
@import url(../../css/aos.css);
@import url(layout.css);
/* 주 색상 */
/* 폰트 종류 */
/* 제목 스타일 */
/*
@mixin title01 {@include fontSemiBold; font-size:30px; line-height:1.4em; color:$mainColor01_01;
    @media screen and (max-width:1200px) {
        & {font-size:26px;}
    }
    @media screen and (max-width:600px) {
        & {font-size:22px;}
    }
}
*/
/* 테이블 스타일 */
/*--------------------------*/
/* visual */
/*--------------------------*/
#mn_visual {
  height: 800px;
}

#mn_visual .swiper-slide div {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 6s ease-in;
  transition: -webkit-transform 6s ease-in;
  transition: transform 6s ease-in;
  transition: transform 6s ease-in, -webkit-transform 6s ease-in;
}

#mn_visual .swiper-slide.swiper-slide-active div {
  -webkit-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
  -webkit-transition: -webkit-transform 6s ease-in;
  transition: -webkit-transform 6s ease-in;
  transition: transform 6s ease-in;
  transition: transform 6s ease-in, -webkit-transform 6s ease-in;
}

#mn_visual .bg01 {
  background: url("../../img/main/visual01.jpg") 50% 50%/cover no-repeat;
}

#mn_visual .bg02 {
  background: url("../../img/main/visual02.jpg") 50% 50%/cover no-repeat;
}

#mn_visual .bg03 {
  background: url("../../img/main/visual03.jpg") 50% 50%/cover no-repeat;
}

#mn_visual .copy {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  text-align: center;
  color: white;
}

#mn_visual .copy p:nth-child(1) {
  margin-bottom: 20px;
  font-family: "preExtraBold";
  font-size: 90px;
  line-height: 1em;
}

#mn_visual .copy p:nth-child(2) {
  font-family: "preLight";
  font-size: 21px;
  line-height: 1.5em;
}

#mn_visual .prev {
  position: absolute;
  left: calc(50% - 70px);
  bottom: 60px;
  z-index: 11;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 0;
  background: url("../../img/main/prev.svg") 50% 50% no-repeat;
}

#mn_visual .next {
  position: absolute;
  right: calc(50% - 70px);
  bottom: 60px;
  z-index: 11;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 0;
  background: url("../../img/main/next.svg") 50% 50% no-repeat;
}

#mn_visual [data-stop] {
  position: absolute;
  left: calc(50% - 15px);
  bottom: 60px;
  z-index: 11;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 0;
  background: rgba(255, 255, 255, 0.4) url("../../img/main/stop.svg") 50% 50% no-repeat;
  border-radius: 50%;
}

#mn_visual [data-start] {
  position: absolute;
  left: calc(50% - 15px);
  bottom: 60px;
  z-index: 11;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 0;
  background: rgba(255, 255, 255, 0.4) url("../../img/main/start.svg") 50% 50% no-repeat;
  border-radius: 50%;
}

@media screen and (max-width: 1200px) {
  #mn_visual {
    height: 600px;
  }
  #mn_visual .copy p:nth-child(1) {
    font-size: 65px;
    line-height: 1.2em;
  }
  #mn_visual .copy p:nth-child(2) {
    font-size: 18px;
  }
  #mn_visual .prev, #mn_visual .next, #mn_visual [data-stop], #mn_visual [data-start] {
    bottom: 40px;
  }
  #mn_visual .prev {
    left: calc(50% - 60px);
  }
  #mn_visual .next {
    right: calc(50% - 60px);
  }
}

@media screen and (max-width: 600px) {
  #mn_visual {
    height: 500px;
  }
  #mn_visual .copy {
    padding: 0 15px;
  }
  #mn_visual .copy p:nth-child(1) {
    margin-bottom: 15px;
    font-size: 45px;
    line-height: 1.3em;
  }
  #mn_visual .copy p:nth-child(2) {
    font-size: 16px;
  }
  #mn_visual .prev, #mn_visual .next, #mn_visual [data-stop], #mn_visual [data-start] {
    bottom: 30px;
  }
}

/*--------------------------*/
/* product */
/*--------------------------*/
#mn_product {
  padding: 120px 25px;
  background: url("../../img/main/productBg.png") 0/100% 100% no-repeat;
}

#mn_product section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1260px;
  margin: 0 auto;
}

#mn_product h2 {
  margin-bottom: 20px;
  font-family: "preSemiBold";
  font-size: 75px;
}

#mn_product h2 span {
  display: block;
  font-family: "preExtraLight";
  font-size: 65px;
}

#mn_product a {
  padding: 20px 0;
  text-align: center;
  background: white;
  border: 1px solid #DADADA;
}

#mn_product a img {
  width: 100%;
}

#mn_product a p {
  margin-top: 15px;
  padding: 0 20px;
}

#mn_product a p span {
  margin-left: 5px;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}

#mn_product a:hover {
  border-color: #205EBB;
}

#mn_product a:hover p {
  color: #205EBB;
}

#mn_product a:hover p span {
  margin-left: 20px;
}

@media screen and (max-width: 1200px) {
  #mn_product {
    padding: 80px 25px;
  }
  #mn_product section {
    gap: 15px;
  }
  #mn_product h2 {
    margin-bottom: 15px;
    font-size: 45px;
  }
  #mn_product h2 span {
    font-size: 32px;
  }
}

@media screen and (max-width: 600px) {
  #mn_product {
    padding: 120px 15px 40px;
  }
  #mn_product section {
    position: relative;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  #mn_product div {
    position: absolute;
    left: 0;
    top: -80px;
  }
  #mn_product h2 {
    margin-bottom: 5px;
    font-size: 30px;
  }
  #mn_product h2 span {
    display: inline;
    font-size: 30px;
  }
  #mn_product div p {
    font-size: 14px;
  }
  #mn_product a {
    padding: 15px 0;
  }
  #mn_product a p {
    margin-top: 10px;
    padding: 0 10px;
  }
}

/*--------------------------*/
/* PR Center */
/*--------------------------*/
#mn_pr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  background: #205EBB;
}

#mn_pr section:nth-child(1) {
  position: absolute;
  left: calc(50% - 630px);
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: white;
}

#mn_pr section:nth-child(1) h2 {
  margin-bottom: 10px;
  font-family: "preSemiBold";
  font-size: 65px;
}

#mn_pr section:nth-child(1) h2 span {
  font-family: "preExtraLight";
}

#mn_pr section:nth-child(1) p {
  line-height: 1.5em;
}

#mn_pr section:nth-child(1) p span {
  display: block;
}

#mn_pr section:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-left: 40%;
  background: url("../../img/main/prBg.jpg") 50% 50%/cover no-repeat;
}

#mn_pr section:nth-child(2) a {
  position: relative;
  width: 33.33%;
  padding: 80px 0 40px;
  text-align: center;
  color: white;
}

#mn_pr section:nth-child(2) a::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  content: '';
  background: white;
  opacity: 0.3;
}

#mn_pr section:nth-child(2) a:nth-child(1)::before {
  display: none;
}

#mn_pr section:nth-child(2) p {
  padding-top: 100px;
  font-family: "preMedium";
  font-size: 25px;
  line-height: 1.5em;
}

#mn_pr section:nth-child(2) a:nth-child(1) p {
  background: url("../../img/main/icon_pr01.svg") 50% 0 no-repeat;
}

#mn_pr section:nth-child(2) a:nth-child(2) p {
  background: url("../../img/main/icon_pr02.svg") 50% 0 no-repeat;
}

#mn_pr section:nth-child(2) a:nth-child(3) p {
  background: url("../../img/main/icon_pr03.svg") 50% 0 no-repeat;
}

#mn_pr section:nth-child(2) span {
  display: block;
  margin-left: 0;
  font-family: "preThin";
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}

#mn_pr section:nth-child(2) a:hover span {
  margin-left: 20px;
}

@media screen and (max-width: 1310px) {
  #mn_pr section:nth-child(1) {
    left: 25px;
  }
  #mn_pr section:nth-child(2) {
    width: calc(100% - 380px);
    margin-left: 380px;
  }
}

@media screen and (max-width: 1200px) {
  #mn_pr {
    margin-bottom: 60px;
  }
  #mn_pr section:nth-child(1) {
    width: 250px;
  }
  #mn_pr section:nth-child(1) h2 {
    font-size: 40px;
  }
  #mn_pr section:nth-child(1) p span {
    display: inline;
  }
  #mn_pr section:nth-child(2) {
    width: calc(100% - 280px);
    margin-left: 280px;
  }
  #mn_pr section:nth-child(2) a {
    padding: 50px 0 30px;
  }
  #mn_pr section:nth-child(2) p {
    padding-top: 60px;
    font-size: 20px;
  }
  #mn_pr section:nth-child(2) a:nth-child(1) p {
    background-size: 45px;
  }
  #mn_pr section:nth-child(2) a:nth-child(2) p {
    background-size: 45px;
  }
  #mn_pr section:nth-child(2) a:nth-child(3) p {
    background-size: 43px;
  }
}

@media screen and (max-width: 600px) {
  #mn_pr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  #mn_pr section:nth-child(1) {
    position: static;
    width: 100%;
    height: auto;
    padding: 40px 15px 20px;
  }
  #mn_pr section:nth-child(1) h2 {
    margin-bottom: 5px;
    font-size: 30px;
  }
  #mn_pr section:nth-child(1) p {
    font-size: 14px;
  }
  #mn_pr section:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }
  #mn_pr section:nth-child(2) a {
    padding: 40px 5px 20px;
  }
  #mn_pr section:nth-child(2) p {
    padding-top: 60px;
    font-size: 17px;
  }
  #mn_pr section:nth-child(2) a:nth-child(1) p {
    background-size: 40px;
  }
  #mn_pr section:nth-child(2) a:nth-child(2) p {
    background-size: 40px;
  }
  #mn_pr section:nth-child(2) a:nth-child(3) p {
    background-size: 37px;
  }
}

/*--------------------------*/
/* customer */
/*--------------------------*/
#mn_customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1310px;
  margin: 0 auto 120px;
  padding: 0 25px;
}

#mn_customer h2 {
  width: 100%;
  margin-bottom: 60px;
  font-family: "preSemiBold";
  font-size: 65px;
  text-align: center;
}

#mn_customer h2 span {
  font-family: "preExtraLight";
}

#mn_customer .board {
  position: relative;
  width: calc(50% - 60px);
}

#mn_customer .board h3 {
  margin-bottom: 20px;
  font-family: "preSemiBold";
  font-size: 35px;
  color: #205EBB;
}

#mn_customer .board div a {
  position: relative;
  display: block;
  padding: 15px 120px 15px 0;
  border-bottom: 1px solid #E5E5E5;
}

#mn_customer .board div a:hover {
  color: #205EBB;
}

#mn_customer .board div i {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#mn_customer .board div i::before {
  display: inline-block;
  margin-right: 10px;
  content: "· ";
}

#mn_customer .board div span {
  position: absolute;
  right: 0;
  top: 15px;
  color: #9E9E9E;
}

#mn_customer .board > a {
  position: absolute;
  right: 0;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  border: 1px solid black;
  border-radius: 50%;
}

#mn_customer .board > a:hover {
  color: white;
  background: #205EBB;
  border: none;
}

#mn_customer .link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
  height: 120px;
  padding: 0 40px;
  font-family: "preMedium";
  font-size: 30px;
  color: white;
}

#mn_customer .link a::after {
  position: absolute;
  right: 40px;
  top: calc(50% - 14px);
  display: block;
  width: 13px;
  height: 28px;
  content: '';
  background: url("../../img/main/arrow_link.svg") 0/100% 100% no-repeat;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

#mn_customer .link a:hover::after {
  right: 25px;
}

#mn_customer .link a:nth-child(1) {
  margin-bottom: 20px;
  background: url("../../img/main/link01.jpg") 50% 50%/cover no-repeat;
}

#mn_customer .link a:nth-child(2) {
  background: url("../../img/main/link02.jpg") 50% 50%/cover no-repeat;
}

@media screen and (max-width: 1200px) {
  #mn_customer {
    margin-bottom: 80px;
  }
  #mn_customer h2 {
    margin-bottom: 40px;
    font-size: 40px;
  }
  #mn_customer .board {
    width: calc(50% - 20px);
  }
  #mn_customer .board h3 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  #mn_customer .board div a {
    padding: 12px 0 12px 0;
  }
  #mn_customer .board div span {
    display: none;
  }
  #mn_customer .board > a {
    top: 8px;
  }
  #mn_customer .link {
    width: calc(50% - 20px);
    margin-top: 7px;
  }
  #mn_customer .link a {
    width: 100%;
    height: 100px;
    padding: 0 30px;
    font-size: 25px;
  }
  #mn_customer .link a::after {
    right: 30px;
    background-size: 10px;
  }
  #mn_customer .link a:nth-child(1) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  #mn_customer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
    padding: 0 15px;
  }
  #mn_customer h2 {
    font-size: 30px;
  }
  #mn_customer .board {
    width: 100%;
    margin-bottom: 30px;
  }
  #mn_customer .board h3 {
    font-size: 25px;
  }
  #mn_customer .board > a {
    top: 2px;
  }
  #mn_customer .link {
    width: 100%;
  }
  #mn_customer .link a {
    height: 80px;
    padding: 0 20px;
  }
  #mn_customer .link a::after {
    right: 20px;
    background-size: 8px;
  }
  #mn_customer .link a:nth-child(1) {
    margin-bottom: 5px;
  }
}
/*# sourceMappingURL=main.css.map */