@charset "UTF-8";
.c-row {
  display: flex;
}

.hidden {
  display: none;
}

.c-wrap {
  position: relative;
}

/*header*/
header {
  width: 100%;
  height: auto; /*height:100px;*/
}
header .header-top {
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
}
header .header-wrap {
  width: 100%;
  height: 100%;
  max-width: 1700px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  z-index: 999999;
  position: relative;
}
header .header-wrap .logo {
  max-width: 400px;
  height: 70px; /*background: url(../../img/common/logo.png) no-repeat;*/
  font-size: 0;
}
header .header-wrap .logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
header .header-wrap .logo a img {
  width: 100%;
}
header .header-wrap ul.gnb {
  height: 100%;
  margin-left: auto;
  margin-left: auto;
  flex-grow: 1;
  display: flex;
  justify-content: end;
  padding-right: 3em;
}
header .header-wrap ul.gnb > li {
  position: relative;
  height: 100%;
  width: clamp(25px, 10.0806451613vw, 180px);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .header-wrap ul.gnb > li > a {
  font-size: clamp(13px, 1.5120967742vw, 19px);
  color: #000000;
  font-weight: 600;
  text-decoration: none;
}
header .header-wrap ul.gnb > li:hover {
  background: #f8f8f8;
  transform: translateY(0);
  transition: all 0.5s;
}
header .header-wrap ul.gnb > li:hover:before {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0;
  content: "";
  width: 50px;
  height: 1px;
  background: #dead32;
}
header .header-wrap ul.gnb > li:hover .ulDepth2 {
  position: absolute;
  display: block;
  transform: translateY(0);
  transition: all 0.5s;
}
header .header-wrap ul.gnb > li:hover .ulDepth2 li a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
}
header .header-wrap ul.gnb > li:hover .ulDepth2 li:hover a {
  color: #e95c47;
}
header .header-wrap ul.gnb > li > .ulDepth2 {
  display: none;
  transform: translateY(-10px);
  transition: all 0.3s;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 1em 0 2em 0;
  background: #f8f8f8;
  box-sizing: border-box;
}
header .header-wrap ul.gnb > li > .ulDepth2 li {
  text-align: center;
  margin-top: 15px;
}
header .header-wrap ul.gnb > li > .ulDepth2 li:hover a {
  color: #e95c47;
}
header .header-wrap ul.gnb > li > .ulDepth2 li a {
  font-size: 17px;
}

#wrapper {
  margin-left: auto;
  width: 40px;
  height: 35px;
}

#line-wrapper {
  position: relative;
  top: 50%;
  right: 30px;
  z-index: 9999999;
  margin-top: -26px;
  width: 40px;
  height: 35px;
  cursor: pointer;
}

.h-init {
  animation: none !important;
}

.line {
  position: relative;
  background: #000000;
  margin-top: 11px;
  margin-bottom: 11px;
  width: 100%;
  height: 2px;
}

.line-top {
  animation: line-top 0.5s forwards ease-out, line-top-rotate 0.3s 0.5s forwards ease-out;
}

.top-reverse {
  animation: line-top-rotate-reverse 0.3s forwards ease-out, line-top-reverse 0.5s 0.3s forwards ease-out;
}

.line-mid {
  animation: line-mid 0.5s forwards ease-out;
}

.mid-reverse {
  animation: line-mid-invisible 0.3s forwards ease-out, line-mid-reverse 0.5s 0.3s forwards ease-out;
}

.line-bot {
  animation: line-bot 0.5s forwards ease-out, line-bot-rotate 0.3s 0.5s forwards ease-out;
}

.bot-reverse {
  animation: line-bot-rotate-reverse 0.3s forwards ease-out, line-bot-reverse 0.5s 0.3s forwards ease-out;
}

@keyframes line-top {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(13px);
  }
}
@keyframes line-top-reverse {
  0% {
    transform: translateY(13px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes line-top-rotate {
  0% {
    transform: translateY(13px) rotateZ(0deg);
  }
  100% {
    transform: translateY(13px) rotateZ(45deg);
  }
}
@keyframes line-top-rotate-reverse {
  0% {
    transform: translateY(13px) rotateZ(45deg);
  }
  100% {
    transform: translateY(13px) rotateZ(0deg);
  }
}
@keyframes line-mid {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes line-mid-reverse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes line-mid-invisible {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes line-bot {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-13px);
  }
}
@keyframes line-bot-reverse {
  0% {
    transform: translateY(-13px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes text-active-animation {
  from {
    opacity: 0;
    filter: Alpha(opacity=0);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    filter: Alpha(opacity=100);
    transform: translateY(0);
  }
}
@keyframes line-bot-rotate {
  0% {
    transform: translateY(-13px) rotateZ(0deg);
  }
  100% {
    transform: translateY(-13px) rotateZ(135deg);
  }
}
.allmenu-wrap {
  z-index: 100000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 4em 15em;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
}
.allmenu-wrap h2 {
  display: none;
}
.allmenu-wrap h2 img {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 5em;
}
.allmenu-wrap > ul.allmenu-list {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 3em;
}
.allmenu-wrap > ul.allmenu-list > li {
  display: flex;
  padding: 3em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.allmenu-wrap > ul.allmenu-list > li > a {
  width: 200px;
  flex-shrink: 0;
  font-size: clamp(20px, 2.4193548387vw, 26px);
  text-decoration: none;
  color: #222222;
  color: #414141;
  font-weight: bold;
}
.allmenu-wrap > ul.allmenu-list > li ul {
  display: flex;
  flex-wrap: wrap;
}
.allmenu-wrap > ul.allmenu-list > li ul li {
  position: relative;
  margin-right: 2em;
}
.allmenu-wrap > ul.allmenu-list > li ul li a {
  text-decoration: none;
  color: #000000;
  font-size: clamp(14px, 1.814516129vw, 20px);
  opacity: 0.7;
  font-weight: 600;
}
.allmenu-wrap > ul.allmenu-list > li ul li:hover:before {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #e95c47;
}
.allmenu-wrap > ul.allmenu-list > li ul li:hover a {
  opacity: 1;
  color: #e95c47;
}
.allmenu-wrap > ul.allmenu-list > li:last-child {
  margin-bottom: 0;
}

.main .fixed-links {
  position: fixed;
  bottom: 15%;
  right: 2%;
}

.fixed-links {
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 20px;
  font-weight: bold;
}
.fixed-links .link {
  width: 150px;
  height: 48px;
  background: white;
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.fixed-links .link .icon-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: relative;
  left: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-links .naver {
  border: 2px solid #4dea4d;
  color: #4dea4d;
}
.fixed-links .naver .icon-wrap {
  background: #4dea4d;
}
.fixed-links .store {
  border: 2px solid #b9c511;
  color: #b9c511;
}
.fixed-links .store .icon-wrap {
  background: #b9c511;
}
.fixed-links .youtube {
  border: 2px solid #ef1919;
  color: #ef1919;
}
.fixed-links .youtube .icon-wrap {
  background: #ef1919;
}
.fixed-links .inquiry {
  margin-top: 12px;
  background: #e02d4f;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*main*/
.main {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.main .main-slide {
  height: 100%;
  width: 100%;
}
.main .main-slide .slick-list,
.main .main-slide .slick-track {
  height: 100%;
}
.main .main-slide .slick-slide {
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
}
.main .main-slide .slick-slide:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: "";
  z-index: 1000;
}
.main .main-slide .slick-slide img {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.15);
  transition: transform 9s;
}
.main .main-slide .slick-slide .main-text .logo-wrap {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.main .main-slide .slick-slide .main-text .logo-wrap img {
  width: 269px !important;
  height: 73px !important;
  display: inline-block;
  position: static;
  border-radius: 20px;
}
.main .main-slide .slick-active img {
  transform: scale(1.01);
  transition: transform 9s;
}
.main .main-slide .slick-prev,
.main .main-slide .slick-next {
  display: none !important;
}
.main .main-slide .slick-dots {
  bottom: 65px !important;
}
.main .main-slide .slick-dots li {
  margin: 0 5px;
}
.main .main-slide .slick-dots li button {
  width: 73px;
  height: 3px;
  padding: 0;
  background: rgba(255, 255, 255, 0.4784313725);
}
.main .main-slide .slick-dots li.slick-active {
  background: #fff;
}
.main .main-text {
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.main .main-text p {
  position: relative;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 45px;
}
.main .main-text p:before {
  position: absolute;
  top: 80px;
  right: 0;
  width: 50px;
  height: 4px;
  background: #fff;
  display: block;
  content: "";
  z-index: 999999999;
  left: 0;
  margin: 0 auto;
}
.main .main-text span {
  margin-top: 70px;
  font-size: clamp(14px, 1.814516129vw, 20px);
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 18px;
}
.main .main-text .img01 {
  position: relative !important;
  display: block;
  width: 160px !important;
  height: 160px !important;
  scale: 1 !important;
}
.main .main-text .img02 {
  position: relative !important;
  display: inline-block;
  margin-right: 20px;
  width: 120px !important;
  height: 37px !important;
  scale: 1 !important;
}

/*product*/
.product-info {
  text-align: center;
  padding: 5em 0 0 0;
}
.product-info .info-tit {
  display: inline-block;
  height: 53px;
  margin: 0 auto;
  font-size: 45px;
  font-weight: bold;
  color: #000;
  line-height: 53px;
  text-align: center;
}
.product-info .info-text {
  padding: 0.5em 0;
  color: #000;
}
.product-info .info-text span.br {
  display: block;
  line-height: 25px;
}
.product-info .product-tit {
  display: flex;
  justify-content: center;
  opacity: 0;
  animation: text-active-animation 2s cubic-bezier(0.4, 0, 0.2, 1) both;
  animation-delay: 0.5s; /*animation-iteration-count:none;*/
}
.product-info .product-tit img {
  width: 80%;
}
.product-info .product-list {
  padding: 5em 0;
}
.product-info .product-list > ul {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 43px;
}
.product-info .product-list > ul li {
  background: #fff;
  flex: 1 1;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-info .product-list > ul li:hover {
  box-sizing: border-box;
  transform: translateY(-20px);
  transition: all 0.5s;
  cursor: pointer;
}
.product-info .product-list > ul li a {
  text-decoration: none;
  color: #000;
}
.product-info .product-list > ul li .img-wrap {
  width: 320px;
  height: 320px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff; /* 여백색 (투명하게 하고 싶으면 transparent) */
}
.product-info .product-list > ul li .img-wrap img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; /* 이미지 전체 보이게 */
  display: block;
}
.product-info .product-list > ul li span {
  display: block;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin: 0.8em 0;
  margin-bottom: 0;
}
.product-info .product-list > ul li p {
  text-align: left;
  font-size: 16px;
  color: #666666;
}
.product-info .product-list > ul li i {
  display: block;
  margin-top: 1em;
  text-align: left;
}
.product-info .product-list > ul li i img {
  height: 32px;
  width: 32px;
  margin: 0;
}

.product {
  display: flex;
  gap: 100px;
  align-items: center;
}
.product .product-wrap {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.product .product-img {
  position: relative;
  width: 50%;
  height: 920px;
  overflow: hidden;
}
.product .product-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.product .product-img img.active {
  opacity: 1;
}
.product .product-list {
  width: 450px;
}
.product .product-list h2 {
  display: inline-block;
  height: 53px;
  margin: 0 auto;
  font-size: 45px;
  font-weight: bold;
  color: #000;
  line-height: 53px;
  text-align: center;
  width: 100%;
}
.product .product-list p {
  display: block;
  line-height: 25px;
  text-align: center;
}
.product .product-list ul {
  list-style: none;
  padding: 0;
  margin-top: 60px;
}
.product .product-list li {
  margin-bottom: 40px;
  display: flex;
  gap: 20px;
  height: 130px;
  background: #f6f6f6;
  border: 2px solid #ddd;
  padding: 30px;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.3s;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #111111;
  font-size: 20px;
  font-weight: 600;
}
.product .product-list li:last-child {
  margin-bottom: 0;
}
.product .product-list li .detail-more {
  padding: 5px 15px;
  border-radius: 30px;
  background: #e9e9e9;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  margin-left: 20px;
  flex-grow: 0;
  flex-shrink: 0;
}
.product .product-list li .detail-more span {
  font-size: 14px;
}
.product .product-list li .detail-more:hover {
  background: #ce2d45;
  transition: all 0.2s;
}
.product .product-list li .detail-more:hover span {
  color: #fff;
}
.product .product-list li.active,
.product .product-list li:hover {
  border-color: #ce2d45;
  color: #ce2d45;
  font-weight: bold;
}
.product .product-list li div {
  width: 70px;
  display: flex;
  justify-content: center;
}
.product .product-list li div img {
  width: 100%;
}

/*board*/
.board {
  position: relative; /*height:850px; */
  margin-top: 5em;
}
.board h3.tit {
  position: relative;
  z-index: 999;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  padding: 2em 0 1em 0;
  color: #fff;
}
.board .board-wrap {
  position: relative;
  z-index: 999;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.board .board-wrap h3.box-tit {
  font-size: 23px;
  color: #fff;
}
.board .board-wrap span.sub-t {
  display: inline-block;
  padding-top: 1em;
  color: #fff;
  opacity: 0.7;
  line-height: 25px;
}
.board .board-wrap > div {
  justify-content: space-between;
}
.board .board-wrap .left {
  width: 49%;
}
.board .board-wrap .right {
  width: 49%;
}
.board .board-wrap .right .top {
  width: 100%;
  justify-content: space-between;
}
.board .board-wrap .right .top .r-left {
  width: 48%;
}
.board .board-wrap .right .top .r-right {
  width: 48%;
}
.board .board-wrap .right .bottom {
  width: 100%;
  margin-top: 1.5em;
}
.board .board-wrap .more {
  display: block;
  font-size: 0;
  margin-top: 20px;
  width: 47px;
  height: 47px;
  background: rgba(255, 255, 255, 0.3) url(../../img/main/box-more.png) center no-repeat;
  transition: all 0.2s;
  border-radius: 50%;
  overflow: hidden;
}
.board .board-wrap .more:hover {
  background: rgba(255, 255, 255, 0.2) url(../../img/main/box-more.png) center no-repeat;
  transition: all 0.2s;
}
.board .board-wrap .notice-box {
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  padding: 2.5em;
  box-sizing: border-box;
}
.board .board-wrap .notice-box span.sub-t {
  color: #000;
}
.board .board-wrap .notice-box .tab-list {
  display: flex;
}
.board .board-wrap .notice-box .tab-list li {
  position: relative;
  margin-right: 30px;
  text-decoration: none;
  font-size: 23px;
  color: #333333;
  font-weight: bold;
}
.board .board-wrap .notice-box .tab-list li:hover {
  cursor: pointer;
}
.board .board-wrap .notice-box .tab-list li.on {
  color: #0b7fc6;
}
.board .board-wrap .notice-box .tab-list li:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 10px;
  width: 2px;
  height: 15px;
  background: #a4a5a5;
}
.board .board-wrap .notice-box .tab-list li:last-child:after {
  display: none;
}
.board .board-wrap .notice-box .tab-con-wrap > li {
  display: none;
}
.board .board-wrap .notice-box .tab-con-wrap > li.on {
  display: block;
}
.board .board-wrap .notice-box .board-list {
  border-top: 1px solid #000;
  margin-top: 20px;
}
.board .board-wrap .notice-box .board-list li {
  padding: 1.5em 0.5em;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.board .board-wrap .notice-box .board-list li a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
}
.board .board-wrap .notice-box .board-list li a label {
  display: inline-block;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.board .board-wrap .notice-box .board-list li a span {
  color: #ababab;
}
.board .board-wrap .notice-box .board-list li:last-child {
  border-bottom: none;
}
.board .board-wrap .notice-box .board-list li:hover {
  background: #e6e6e6;
  cursor: pointer;
  transition: all 0.2s;
}
.board .board-wrap .notice-box .board-list li:hover label {
  color: #000;
  text-shadow: 0.5px 0;
  transition: all 0.2s;
}
.board .board-wrap .notice-box .more {
  position: absolute;
  right: 20px;
  top: 1em;
  background: #d5d5d6 url(../../img/main/notice-more.png) center no-repeat;
}
.board .board-wrap .notice-box .more:hover {
  background: rgb(204, 204, 204) url(../../img/main/notice-more.png) center no-repeat;
}
.board .board-wrap .support-box {
  border-radius: 20px;
  height: 265px;
  background: #2e4456 url(../../img/main/catalog_bg.png) bottom right no-repeat;
  padding: 2em;
  box-sizing: border-box;
  transition: all 0.2s;
}
.board .board-wrap .support-box:hover {
  transition: all 0.2s;
  cursor: pointer;
  background: #20313e url(../../img/main/catalog_bg.png) bottom right no-repeat;
}
.board .board-wrap .catalog-box {
  border-radius: 20px;
  height: 265px;
  background: #e1b546 url(../../img/main/map_bg.png) bottom right no-repeat;
  padding: 2em;
  box-sizing: border-box;
}
.board .board-wrap .catalog-box:hover {
  transition: all 0.2s;
  cursor: pointer;
  background: #d0a73e url(../../img/main/map_bg.png) bottom right no-repeat;
}
.board .board-wrap .partner-box {
  border-radius: 20px;
  height: 265px;
  background: #495cb5 url(../../img/main/partner_bg.png) bottom right no-repeat;
  padding: 2em;
  box-sizing: border-box;
}
.board .board-wrap .partner-box:hover {
  transition: all 0.2s;
  cursor: pointer;
  background: #32438f url(../../img/main/partner_bg.png) bottom right no-repeat;
}

/*footer*/
footer {
  margin-top: 300px;
  background: #181818;
  padding: 4em 0;
}
footer .footer-wrap {
  display: flex;
  gap: 100px;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  position: relative;
  padding: 0 50px;
  box-sizing: border-box;
}
footer .footer-wrap .bottom-logo {
  width: 120px;
  height: 159px;
  font-size: 0;
}
footer .footer-wrap ul {
  line-height: 28px;
  color: #fff;
  opacity: 0.7;
}
footer .footer-wrap .top {
  position: fixed;
  right: 2em;
  bottom: 2em;
  z-index: 99999;
  width: 60px;
  height: 60px;
  font-size: 0;
  background: #0b7fc6 url(../../img/main/top-arrow.png) no-repeat center;
  transition: all 0.2s;
}
footer .footer-wrap .top:hover {
  background: rgb(8.3157894737, 96.009569378, 149.6842105263) url(../../img/main/top-arrow.png) no-repeat center;
  transition: all 0.2s;
}

.top-btn {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  background: #dead32;
  margin-right: 100px;
}/*# sourceMappingURL=layout.css.map */