/* =========================================================================================
 * 공통
 * =========================================================================================*/

body {
  font-family: "Noto Sans KR", "Montagu Slab", sans-serif;
  font-size: 17px;
  line-height: 1.48;
  font-weight: 400;
  color: #666666;
  letter-spacing: -0.4px;
  word-break: keep-all;
  animation: fadein 1000ms ease-out;
}

#main {
  width: 100%;
  overflow: hidden;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

a {
  font-family: "Montagu Slab", "Noto Sans KR", sans-serif;
  text-decoration: none;
  color: #666;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montagu Slab", "Noto Sans KR", sans-serif;
  font-weight: 500;
}

p {
  font-size: 16px;
  line-height: 1.48;
  font-weight: 400;
  letter-spacing: -0.4px;
}

#contents {
  width: 100%;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

/* TOP버튼 */
#go-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9;
}
#go-top a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #1e1e1e;
  cursor: pointer;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#go-top a::before {
  content: "\e915";
  top: 9px;
  left: 13px;
  padding: 0;
  font-family: "xeicon";
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
  opacity: 1;
}
#go-top a:hover {
  color: #ffffff;
}

/* =========================================================================================
 * 팝업
 * =========================================================================================*/

#popUp {
  position: fixed;
  max-width: 100%;
  height: auto;
  bottom: 0;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 999999999;
  font-size: 0;
}

/* 팝업창 OPEN 버튼 */
#plus span {
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-family: "Montagu Slab", sans-serif;
  font-weight: 500;
  right: 0;
  z-index: 99999;
  writing-mode: tb-rl;
  width: 100%;
  height: 100%;
  display: flex;
  letter-spacing: 2px;
  align-items: center;
  justify-content: center;
}
#plus:::after {
  border-radius: 6px;
  content: "";
  display: block;
  position: relative;
  width: 42px;
  height: 90px;
  margin-left: -5px;
  background: var(--blue01);
}

.popup-list .img {
  display: inline-block;
}

#new span {
  background: #fff;
  position: absolute;
  color: #1c8dc4;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -5px;
}

#popUp .close {
  color: #ffffff;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background: #333333;
  z-index: 9;
}

#popUp .close::before {
  font-family: "xeicon";
  padding: 0;
  font-size: 26px;
  top: 7px;
  opacity: 1;
  color: #fff;
  content: "\e921";
  right: 18px;
}

#plus {
  position: fixed;
  color: #fff;
  left: -5px;
  bottom: 30px;
  margin-left: -425px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
  z-index: 99999999999;
}

.today {
  padding: 10px;
  font-size: 12px;
  background: #333333;
}

/* =========================================================================================
 * 우측퀵메뉴
 * =========================================================================================*/

ul.quick {
  display: none;
  position: fixed;
  top: 50%;
  right: 15px;
  z-index: 8;
  transform: translate(0, -50%);
}
ul.quick li {
  font-size: 12px;
  padding: 5px 0;
}
ul.quick li i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 22px;
  background: #fff;
  border-radius: 100%;
  color: #454545;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

ul.quick li a {
  transition: all 0.3s ease;
}

ul.quick li a:hover i.xi-naver {
  background: #2eb616;
  color: #fff;
  transition: all 0.2s ease;
}
ul.quick li a:hover i.xi-kakao {
  background: #f1cf00;
  color: #fff;
  transition: all 0.2s ease;
}
ul.quick li a:hover i.xi-instagram {
  background: #fc1c75;
  color: #fff;
  transition: all 0.2s ease;
}
ul.quick li a:hover i.xi-youtube-play {
  background: #fe5a51;
  color: #fff;
  transition: all 0.2s ease;
}

/* =========================================================================================
 * 섹션 타이틀
 * =========================================================================================*/

.section {
  padding: 120px 30px;
}

.section .section-info {
  padding-bottom: 60px;
  width: 100%;
  text-align: left;
}
.section .section-info > * {
  display: inline-block;
}
.section .section-info h2 {
  padding-right: 15px;
  color: var(--blue01);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.section .section-info p {
  width: 50%;
  color: #666666;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -1px;
}

@keyframes zoom {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeUp02 {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeDown {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeLeft {
  0% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes upDown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(10px);
    opacity: 1;
  }
}

/* =========================================================================================
 * 오른쪽툴팁 컬러변경 및 사이즈변경
 * =========================================================================================*/

/* 툴팁 위치 */
#fp-nav.right {
  right: 18px;
}

/* 툴팁 사이즈 및 컬러 */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -5px 0 0 -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #a5a7a3;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* 활성화 되었을 때 컬러 */
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: #458ae4;
}

/* 마우스오버 컬러 */
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  background: #458ae4;
}

/* =========================================================================================
 * 메인비주얼
 * =========================================================================================*/

.main-visual {
  position: relative;
  padding-top: 95px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100vh;
}

.main-visual .main-slider .slider-visual > .visual-txt {
  letter-spacing: -1px;
  font-family: "Montagu Slab", "Noto Sans KR", sans-serif;
}
.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con {
  text-align: center;
}

.main-visual
  .main-slider
  .slider-visual
  > .visual-txt
  > .inner-txt-con
  > .inner-txt-1 {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.28;
  letter-spacing: 0px;
}
.main-visual
  .main-slider
  .slider-visual
  > .visual-txt
  > .inner-txt-con
  > .inner-txt-2 {
  font-size: 19px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: -1px;
}

.main-visual
  .main-slider
  .slider-visual
  > .visual-txt
  > .inner-txt-con
  > .inner-txt-1,
.main-visual
  .main-slider
  .slider-visual
  > .visual-txt
  > .inner-txt-con
  > .inner-txt-2 {
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4);
}

.main-visual .slick-dots li {
  width: 10px;
  height: 4px;
}

/* =========================================================================================
 * 메인 슬라이더
 * =========================================================================================*/

.main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.main-visual .main-slider {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.main-visual > .main-slider .slick-list,
.main-visual > .main-slider .slick-track {
  height: 100%;
}

.main-visual > .main-slider .slick-slide {
  position: relative;
  overflow: hidden;
}
.main-visual > .main-slider .slick-slide:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.main-visual > .main-slider .slick-slide:first-child .visual-txt {
  position: relative;
  z-index: 1;
}

.main-visual .main-slider .slider-visual > .video-box {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}
.main-visual .main-slider .slider-visual > .video-box video {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  overflow: hidden;
}

.main-visual .main-slider .slider-visual > .img-box > .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transform: scale(1.15);
  transition: transform 0s 4s;
}

/* 메인 슬라이더 배너 애니메이션 */
.main-visual .main-slider .slick-active .img-box > .img {
  transform: scale(1);
  transition: transform 9s;
}
.main-visual .main-slider .slick-slide:first-child .img-box > .img {
  transition-delay: 1s;
}

/* 슬라이더 이동 버튼 */
.main-visual > .arrow-con {
  position: absolute;
  bottom: 95px;
  display: block;
  width: 100%;
}
.main-visual > .arrow-con > .arrows {
  margin: 0 auto;
  max-width: 200px;
  height: 0;
}
.main-visual > .arrow-con > .arrows::after {
  content: "";
  display: block;
  clear: both;
}

.main-visual > .arrow-con > .arrows > .slick-arrow {
  width: auto;
  height: auto;
  font-size: 15px;
  color: #fff;
  line-height: normal;
}
.main-visual > .arrow-con > .arrows > .slick-arrow:hover {
  color: #fff;
}
.main-visual > .arrow-con > .arrows > .slick-arrow::before {
  display: none;
}

.main-visual > .arrow-con > .arrows > .slick-prev {
  float: left;
}
.main-visual > .arrow-con > .arrows > .slick-next {
  float: right;
}

.main-visual > .arrow-con > .arrows > .slick-arrow > i {
  font-size: 32px;
}
.main-visual > .arrow-con > .arrows > .slick-arrow > i {
  display: inline-block;
  vertical-align: middle;
}

.main-visual > .arrow-con > .arrows > .slick-arrow > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
}

/* 슬라이더 내부 텍스트 */
.main-visual .main-slider .slider-visual > .visual-txt {
  width: 100%;
}
.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con {
  margin: 0 auto;
  width: 100%;
}

.main-visual
  .main-slider
  .slider-visual-3
  > .visual-txt
  > .inner-txt-con
  > .white-txt,
.main-visual
  .main-slider
  .slider-visual-4
  > .visual-txt
  > .inner-txt-con
  > .white-txt {
  color: #fff;
}

/* 메인 슬라이더 내부 텍스트 애니메이션 */
.main-visual
  .main-slider
  .slider-visual
  > .visual-txt
  > .inner-txt-con
  > .inner-txt {
  transform: translateX(-50px);
  transition: opacity 0s 1s, transform 0s 1s;
  opacity: 0;
}

.main-visual
  .main-slider
  .slick-active
  .visual-txt
  > .inner-txt-con
  > .inner-txt {
  transform: translateX(0);
  opacity: 1;
  transition: opacity 1s, transform 1s;
}

.main-visual
  .main-slider
  .slick-active
  .visual-txt
  > .inner-txt-con
  > .inner-txt-1 {
  transition-delay: 0.5s;
}
.main-visual
  .main-slider
  .slick-active
  .visual-txt
  > .inner-txt-con
  > .inner-txt-2 {
  transition-delay: 0.8s;
}

.main-visual
  .main-slider
  .reset-animation
  .visual-txt
  > .inner-txt-con
  > .inner-txt {
  transform: translateX(-50px);
  opacity: 0;
  transition: all 0s;
}

/* =========================================================================================
 * 메인배너 영역
 * ========================================================================================= */

.m-bn {
  margin-top: -200px;
}
.m-bn .container {
  display: flex;
}

.m-bn .box {
  position: relative;
  padding: 0 50px;
  width: 50%;
  background: #fff;
  color: #fff;
  text-align: left;
}
.m-bn .box a {
  display: flex;
  align-items: center;
  height: 180px;
}
.m-bn .box .box-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.m-bn .box .box-content h3 {
  padding-bottom: 15px;
  width: 95%;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.m-bn .box .box-content p {
  padding-bottom: 0;
  width: 95%;
  color: #fff;
  opacity: 0.8;
}

.bn-btn span {
  position: absolute;
  right: 0;
  bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  font-family: "Noto Sans KR", "Montagu Slab", sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.m-bn .box:nth-child(1) {
  background: var(--blue05);
  background-size: cover;
}
.m-bn .box:nth-child(2) {
  background: var(--blue01);
  background-size: cover;
}

/* =========================================================================================
 * BUSINESS
 * ========================================================================================= */

.business {
  margin-top: -220px;
  padding: 170px 0 120px 0;
  background: #f5f5f5;
}
.business .container {
  margin-top: 100px;
}
.business .section-info p {
  color: #666666;
  font-size: 1rem;
  line-height: 1.42;
}

.tit-s {
  padding-bottom: 10px !important;
  font-family: "Montagu Slab", "Noto Sans KR", sans-serif;
  font-size: 14px !important;
  font-weight: 700;
  color: #01367a !important;
  letter-spacing: 10px !important;
}

.business-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin: 0 auto;
  width: 100%;
}

.business-wrap .box {
  overflow: hidden;
  position: relative; /* padding: 80px 15px; */
  width: calc(50% - 5px);
  text-align: center;
}
.business-wrap .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}

.business-wrap .box:nth-child(1) {
}
.business-wrap .box:nth-child(2) {
}
.business-wrap .box:nth-child(3) {
}
.business-wrap .box:nth-child(4) {
}

.business-wrap .box-content {
  position: relative;
}
.business-wrap .box-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.business-wrap .box-content .img {
}
.business-wrap .box-content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  vertical-align: middle;
}

.business-wrap .box-content .desc {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  padding: 13%;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #fff;
}
.business-wrap .box-content .desc h3 {
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}
.business-wrap .box-content .desc p {
}

.business-wrap .box:hover .img img {
  transform: scale(1.06);
}

/* =========================================================================================
 * PRODUCT 영역
 * ========================================================================================= */

.product {
  background: #fff;
}

.product .product_img img {
  width: 100%;
  min-height: 280px;
  vertical-align: middle;
}

.product .product_subject a {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.product table {
  width: 100%;
}

.product .product-list01 table a {
  display: block;
  width: 100%;
  height: 100%;
}
.product .product-list01 td {
  padding: 5px;
}

.product .product-list01 table a span.poli {
  color: var(--blue03);
}
.product .product-list01 table a span.flat {
  color: var(--blue05);
}

/* =========================================================================================
 * PROMOTION 영역
 * ========================================================================================= */

.promotion {
  position: relative;
  padding: 150px 30px;
  background: url("../images/main/promotion_bg-2.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  font-size: 0;
}
.promotion::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.promotion .inner {
  position: relative;
  z-index: 5;
}

.promotion .section-info {
}
.promotion .section-info h2 {
  color: #fff;
}
.promotion .section-info p {
  color: #fff;
  padding-bottom: 40px;
}

.promotion .content-wrap {
  display: flex;
  flex-flow: row wrap;
  box-shadow: 5px 11px 19px 2px rgba(0, 0, 0, 0.3);
}
.promotion .content-wrap .imgBox {
  position: relative;
  width: 50%;
  text-align: left;
}
.promotion .content-wrap .imgBox img,
.promotion .content-wrap .imgBox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a.pm-btn {
  display: inline-block;
  padding: 10px 30px;
  margin: 0 auto;
  background: #2b89da;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  text-align: left;
}
a.pm-btn:hover {
  background: #216ac9;
}

.promotion .content-wrap .desc {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px 40px;
  width: 50%;
  text-align: left;
  color: #fff;
}
.promotion .content-wrap .desc p:first-child {
  font-size: 30px;
  line-height: 1.2;
}
.promotion .content-wrap .desc p:first-child span {
  font-weight: 900;
  color: var(--blue05);
}
.promotion .content-wrap .desc p:last-child {
}

/* =========================================================================================
 * CUSTOMER
 * ========================================================================================= */

.customer {
  display: flex;
  padding: 0;
}

.customer .section-info {
  text-align: left;
}
.customer .section-info h2 {
  color: #fff;
}
.customer .section-info p {
  color: #fff;
  opacity: 0.85;
  padding-bottom: 40px;
}

.customer .left {
  width: 50%;
  background: #000;
}
.customer .left iframe {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.customer .right {
  padding: 100px;
  width: 50%;
  background: var(--blue02);
}

.customer table.form-table {
  border-top: none;
}
.customer table.form-table .formmail_title_bgcolor,
.customer table.form-table td {
  padding: 6px;
  border: none;
  background: none;
  text-align: left;
}

.customer table.form-table .formmail_title_bgcolor font {
  color: #fff !important;
}

.customer table.form-table td input,
.customer table.form-table td textarea {
  padding: 15px;
  border: 0;
  background: #777;
  color: #fff;
}

.customer table.form-table td textarea {
  height: 150px !important;
}

.customer table.form-table tr:last-child td:first-child {
  width: auto;
}

.customer .form-btn-wrap {
  padding-top: 25px;
}

.customer a.btn-form {
  padding: 12px 40px;
  background: #fff;
  font-size: 17px;
  color: #1e1e1e;
}
.customer a.btn-form:hover {
  background: var(--blue05);
}

.customer .form-wrap .desc {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px 40px 20px 0;
  width: 100%;/*width: 50%;*/
  text-align: left;
  color: #fff;
}
.customer .form-wrap .desc p {
  font-size: 24px;
  line-height: 1.2;
}
.customer .form-wrap .desc p:first-child {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.customer .form-wrap .desc p:first-child span {
  font-weight: 900;
  color: var(--blue05);
}
.customer .form-wrap .desc p:last-child {
}

/* =========================================================================================
 * PARTNER
 * ========================================================================================= */

.m-partner {
  background: #ededed;
}

ul.m-partner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
ul.m-partner li {
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 25px 0;
  width: 19.2%;
  background: #fff;
  line-height: 0;
}
ul.m-partner li:nth-child(5n + 5) {
  margin-right: 0;
}

/* =========================================================================================
 * NOTICE
 * ========================================================================================= */

.notice {
  padding: 80px 0;
}

.notice .wrap .output_table tr td {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  word-break: break-all;
  overflow: hidden;
}

.notice .wrap .output_table tr td a {
  font-size: 19px;
  color: #222222;
  line-height: 1.67;
}
.notice .wrap .output_table tr td a:hover {
  color: #787878;
}
.notice .wrap .output_table tr td img {
  vertical-align: middle;
}

/* 공지사항 */
a.nt-btn {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  background: var(--blue05);
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}

a.nt-btn i {
  margin-left: 3px;
}
a.nt-btn:hover {
  background: var(--blue01);
}

.notice .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.notice .section-info {
  place-self: start;
  padding-right: 30px;
  padding-bottom: 0px;
  width: 30%;
  text-align: left;
}
.notice .section-info p {
  padding-bottom: 30px;
}

.notice .wrap {
  width: 70%;
}
.notice .wrap .output_table tr td:last-child {
  text-align: right;
}
.notice .wrap .output_table tr td:nth-child(1) {
  padding-left: 20px;
  width: 40px;
}
.notice .wrap .output_table tr td:nth-child(2) {
  padding-left: 0;
  width: 73%;
}
.notice .wrap .output_table tr td:nth-child(3) {
  width: 25%;
  text-align: right;
}

.notice .wrap ul.link {
  display: flex;
  justify-content: flex-end;
  width: 30%;
}

/* =========================================================================================
 * 하단 풋터 영역
 * ========================================================================================= */

.footer {
  padding: 0;
}

footer {
  padding: 40px 70px;
  background: var(--blue01);
  text-align: left;
  font-size: 15px;
  line-height: 1.78;
  color: #999;
}
footer a,
footer a:hover {
  color: #ccc;
}

footer .foot-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* 풋터 내용 */
footer .foot-wrap .f-cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 70%;
}
footer .foot-wrap .f-cont .f-logo {
  width: 30%;
  font-size: 2.5rem;
  line-height: 1;
}
footer .foot-wrap .f-cont .f-logo h1 {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 900;
}
footer .foot-wrap .f-cont .f-logo img {
  opacity: 0.7;
}

footer .foot-wrap .f-cont .f-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 70%;
}

footer .foot-wrap .f-cont .top-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 30%;
}
footer .foot-wrap .f-cont .top-link li {
  position: relative;
  padding-right: 30px;
}
footer .foot-wrap .f-cont .top-link li:last-child {
  padding-right: 0;
}
footer .foot-wrap .f-cont .top-link li::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 9px;
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #666666;
}
footer .foot-wrap .f-cont .top-link li:last-child::after {
  display: none;
}

footer .foot-wrap .f-cont .bot-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 15px;
  width: 100%;
}
footer .foot-wrap .f-cont .bot-link li {
  padding-right: 40px;
}
footer .foot-wrap .f-cont .bot-link li:last-child {
  padding-right: 0;
}

footer .foot-wrap .f-cont .bot-link .copy_end {
  width: 100%;
}

/* 풋터 전화번호 */
footer .foot-wrap .f-etc {
  width: 30%;
  text-align: right;
}
footer .foot-wrap .f-etc .footer-select {
  width: 30%;
  font-family: "Montagu Slab", "Noto Sans KR", sans-serif;
}

footer .foot-wrap .f-etc .tel {
  font-family: "Montagu Slab", "Noto Sans KR", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
.call::before {
  content: "\e9d3";
  padding: 0;
  font-family: "xeicon";
  font-size: 1.5rem;
  line-height: 1;
  opacity: 1;
  color: #fff;
}
footer .foot-wrap .f-etc .tel span {
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  vertical-align: middle;
}

footer .foot-wrap .f-etc .footer-select {
  position: relative;
  display: inline-block;
  padding-top: 25px;
  width: 100%;
  max-width: 250px;
  color: #cccccc;
  vertical-align: middle;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

footer .foot-wrap .f-etc .footer-select .placeholder {
  position: relative;
  z-index: 1;
  display: block;
  padding: 8px 15px;
  border-radius: 2px;
  background-color: #383838;
  cursor: pointer;
}
footer .foot-wrap .f-etc .footer-select .placeholder:hover {
  background: #383838;
}
footer .foot-wrap .f-etc .footer-select .placeholder::after {
  content: "\e941";
  position: absolute;
  right: 1em;
  top: 50%;
  z-index: 10;
  font-family: "xeicon";
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

footer .foot-wrap .f-etc .footer-select.is-open .placeholder::after {
  content: "\f077";
}
footer .foot-wrap .f-etc .footer-select.is-open ul {
  display: block;
}

footer
  .foot-wrap
  .f-etc
  .footer-selectfooter
  .foot-wrap
  .f-etc
  .footer-select--white
  .placeholder {
  background: #fff;
  color: #999;
}
footer
  .foot-wrap
  .f-etc
  .footer-selectfooter
  .foot-wrap
  .f-etc
  .footer-select--white
  .placeholder:hover {
  background: #cccccc;
}

footer .foot-wrap .f-etc .footer-select ul {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 100;
  display: none;
  padding: 15px;
  width: 100%;
  border-radius: 2px;
  background: #eeeeee;
  list-style: none;
}

footer .foot-wrap .f-etc .footer-select ul li {
  display: block;
  padding: 5px 10px;
  text-align: left;
  color: #999;
  cursor: pointer;
}
footer .foot-wrap .f-etc .footer-select ul li:hover {
  background: #aaaaaa;
  color: #ffffff;
}

/* responsive --------------------------- */
/* responsive --------------------------- */
/* responsive --------------------------- */

@media screen and (max-width: 1600px) {
  /* 메인비주얼 */
  .main-visual {
    padding: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
} /* ----------------

1600 end */

@media screen and (max-width: 1480px) {
  /* 공통 */
  .container {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }

  /* 푸터 */
  footer .foot-wrap .f-cont .f-logo {
    width: 100%;
  }
  footer .foot-wrap .f-cont .f-link {
    width: 100%;
  }
  footer .foot-wrap .f-cont .top-link {
    padding-top: 20px;
    width: 100%;
  }
} /* ----------------

 1480 end */

@media screen and (max-width: 1280px) {
  /* 공통 */
  body {
    font-size: 16px;
  }

  .container {
    padding: 0 40px;
  }

  p {
    font-size: 15px;
  }
  br.br-n {
    display: none;
  }

  /* 팝업 */
  #plus {
    bottom: 100px;
  }

  /* 퀵메뉴 */
  ul.quick li i {
    font-size: 18px;
    width: 35px;
    height: 35px;
  }

  /* 섹션 공통 */
  .section {
    padding: 80px 30px;
  }
  .section .section-info h2 {
    padding-bottom: 15px;
    font-size: 32px;
  }
  .section .section-info p {
    padding-bottom: 40px;
    font-size: 16px;
  }

  /* 메인 비주얼 */
  .main-visual
    .main-slider
    .slider-visual
    > .visual-txt
    > .inner-txt-con
    > .inner-txt-1 {
    font-size: 42px;
  }
  .main-visual
    .main-slider
    .slider-visual
    > .visual-txt
    > .inner-txt-con
    > .inner-txt-2 {
    font-size: 17px;
  }

  .main-visual > .arrow-con {
    bottom: 120px;
  }

  /* 비주얼 배너 */
  .m-bn {
    margin-top: -150px;
  }
  .m-bn .box {
    padding: 0 40px;
  }
  .m-bn .box a {
    height: 150px;
  }
  .m-bn .box .box-content h3 {
    font-size: 22px;
  }

  .bn-btn span {
    bottom: 52px;
  }

  /* 비즈니스 */
  .business {
    padding: 190px 0 70px 0;
  }
  .business .section-info p {
    font-size: 24px;
  }

  .tit-s {
    padding-bottom: 5px !important;
    font-size: 13px !important;
    letter-spacing: 5px !important;
  }

  .business-wrap .box-content h3 {
    padding-bottom: 20px;
    font-size: 24px;
  }
  .business-wrap .box-content p {
    padding-bottom: 0;
    font-size: 14px;
  }
  .business-wrap .box-content .img {
  }
  .business-wrap .box-content .img img {
  }

  /* 제품 */
  .product .board_output_gallery_subject a {
    margin-top: 10px;
    font-size: 18px;
  }

  /*  */
  .promotion {
    padding: 80px 30px;
  }

  /*  */
  .customer {
    padding: 0px;
  }
  .customer .right {
    padding: 70px;
  }
  .customer table.form-table td input,
  .customer table.form-table td textarea {
    padding: 10px;
  }
  .notice {
    padding: 60px 0;
  }

  /* 공지사항 */
  .notice .container {
    justify-content: space-between;
  }
  .notice .section-info h2 {
    padding-right: 0;
  }
  .notice .section-info p {
    display: block;
    width: 100%;
  }

  .notice .wrap {
    width: 65%;
  }
  .notice .wrap .output_table tr td a {
    font-size: 18px;
  }
  .notice .wrap .output_table tr td {
    padding: 15px;
    font-size: 18px;
  }

  a.nt-btn {
    padding: 10px 24px;
    font-size: 15px;
  }

  /* 푸터 */
  footer .foot-wrap .f-cont .f-logo img {
    width: 200px;
  }
  footer .foot-wrap .f-etc .tel {
    font-size: 32px;
  }
  .call::before {
    font-size: 32px;
  }
  footer .foot-wrap .f-etc .footer-select {
    max-width: 200px;
  }
} /* ----------------

820 end */

@media screen and (max-width: 1024px) {
  /* 공통 */
  body {
    font-size: 15px;
  }
  p {
    font-size: 14px;
  }

  /* 팝업 */
  .popup-list .img img {
    width: 300px;
    height: auto;
  }

  /* 최상단버튼 */
  #go-top {
    bottom: 40px;
  }
  #go-top a::before {
    font-size: 22px;
    left: 12px;
  }
  #go-top a {
    width: 45px;
    height: 45px;
  }

  /* 팝업 */
  #plus {
    bottom: 100px;
  }
  #popUp .close {
    width: 38px;
    height: 38px;
  }
  #popUp .close::before {
    font-size: 22px;
  }

  /* 퀵메뉴 */
  ul.quick {
    right: 5px;
  }

  /* 섹션 공통 */
  .section .section-info {
    padding-top: 0;
  }
  .section .section-info h2 {
    font-size: 30px;
  }
  .section .section-info p {
    font-size: 15px;
  }

  /* 메인 비주얼 */
  .main-visual
    .main-slider
    .slider-visual
    > .visual-txt
    > .inner-txt-con
    > .inner-txt-1 {
    margin-bottom: 20px;
    font-size: 36px;
  }
  .main-visual
    .main-slider
    .slider-visual
    > .visual-txt
    > .inner-txt-con
    > .inner-txt-2 {
    font-size: 16px;
  }

  .main-visual > .arrow-con {
    bottom: 80px;
  }
  .main-visual > .arrow-con > .arrows > .slick-arrow > i {
    font-size: 26px;
  }

  /* 비주얼 배너 */
  .m-bn .box {
    padding: 0 35px;
  }
  .m-bn .box .box-content h3 {
    padding-bottom: 10px;
    font-size: 20px;
  }

  .bn-btn span {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }

  /* 비즈니스 */
  .business {
    padding: 170px 0 50px 0;
  }
  .business-wrap .box-content .img img {
  }
  .business-wrap .box-content h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .business-wrap .box-content p {
    padding-bottom: 10px;
    font-size: 13px;
  }

  /* 제품 */
  .product .board_output_gallery_subject a {
    font-size: 16px;
  }

  /* 소개 */
  .promotion {
    padding: 60px 30px;
  }
  .promotion .section-info {
    margin-top: 0;
  }
  .promotion .movie-wrap {
    margin-top: 0;
  }

  /* 컨택트 */
  .customer .right {
    padding: 50px;
  }

  .customer table.form-table td input,
  .customer table.form-table td textarea {
    padding: 8px;
  }
  .customer table.form-table .formmail_title_bgcolor {
    width: 20% !important;
  }

  .customer a.btn-form {
    padding: 10px 30px;
    font-size: 14px;
  }

  /* 파트너 */
  ul.m-partner li img {
    width: 70%;
  }

  /* 공지사항 */
  .notice .wrap {
    width: 100%;
  }
  .notice .wrap .output_table tr td a {
    font-size: 16px;
  }
  .notice .wrap .output_table tr td {
    padding: 12px;
    font-size: 16px;
  }

  .notice .section-info {
    width: 100%;
    text-align: center;
  }
  .notice .section-info p {
    padding-bottom: 20px;
  }

  a.nt-btn {
    display: none;
  }

  /* 푸터 */
  footer {
    padding: 30px;
    font-size: 14px;
  }

  footer .foot-wrap .f-cont {
    width: 60%;
  }
  footer .foot-wrap .f-cont .f-logo img {
    width: 160px;
  }
  footer .foot-wrap .f-etc {
    width: 40%;
  }
} /* ----------------------

1024 end */

@media all and (max-width: 820px) {
  /* 팝업 */
  .popup-list .img img {
    width: 280px;
  }

  /* 섹션 공통 */
  .section {
    padding: 60px 20px;
  }
  .section .section-info h2 {
    font-size: 26px;
  }
  .section .section-info p {
    padding-bottom: 30px;
    font-size: 14px;
  }

  /* 메인비주얼 */
  .main-visual {
    padding: 0px;
  }
  .main-visual .main-slider .slider-visual > .visual-txt {
    margin-top: 0;
  }
  .main-visual
    .main-slider
    .slider-visual
    > .visual-txt
    > .inner-txt-con
    > .inner-txt-1 {
    font-size: 28px;
  }
  .main-visual
    .main-slider
    .slider-visual
    > .visual-txt
    > .inner-txt-con
    > .inner-txt-2 {
    font-size: 14px;
  }

  .main-visual > .arrow-con {
    bottom: 20px;
  }

  /* 비주얼 배너 */
  .m-bn {
    margin-top: 0;
    padding: 0 !important;
  }
  .m-bn .container {
    flex-direction: column;
    padding: 0 !important;
  }
  .m-bn .box {
    padding: 30px;
    width: 100%;
  }
  .m-bn .box a {
    height: auto;
  }
  .m-bn .box .box-content h3 {
    font-size: 18px;
  }

  .bn-btn span {
    display: none;
  }

  /* 비즈니스 */
  .business {
    margin-top: 0;
    padding: 35px 0;
  }
  .business-wrap {
    gap: 0px;
  }
  .business-wrap .box {
    width: 50%;
    border-right: 0;
  }

  /* 제품 */
  .product .board_output_gallery_subject a {
    margin-top: 7px;
    font-size: 15px;
  }

  /* 소개 */
  .promotion {
    padding: 50px 20px;
  }
  .promotion .section-info {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  .promotion .movie-wrap {
    width: 100%;
  }

  .product table tbody {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .product table tbody tr {
    width: 100%;
    display: flex;
  }

  .product table tbody tr td {
    min-width: 200px;
  }

  .product-list01 tr td {
    width: 100%;
  }

  .product-list01 tbody {
    display: flex;
    flex-direction: column;
  }

  .product-list01 tbody tr {
    flex: 1;
    display: flex;
  }

  .product .product-list01 td {
    min-width: 200px;
  }

  /* 컨택트 */
  .customer {
    flex-direction: column;
  }
  .customer .section-info p {
    padding-bottom: 25px;
  }

  .customer .left {
    width: 100%;
    height: 400px;
  }
  .customer .right {
    width: 100%;
  }

  .customer table.form-table .formmail_title_bgcolor {
    width: 15% !important;
  }

  /* 파트너스 */
  ul.m-partner li {
    padding: 15px 0;
  }

  /* 공지사항 */
  .notice {
    padding: 45px 0;
  }
  .notice .wrap .output_table tr {
    width: 100%;
    border-right: 0 !important;
  }
  .notice .wrap .output_table tr td a {
    font-size: 14px;
  }
  .notice .wrap .output_table tr td {
    font-size: 14px;
    padding: 12px;
  }

  /* 푸터 */
  footer .foot-wrap .f-cont {
    width: 100%;
  }
  footer .foot-wrap .f-cont .bot-link {
    padding-top: 15px;
  }

  footer .foot-wrap .f-etc {
    padding-top: 20px;
    width: 100%;
    text-align: left;
  }
  footer .foot-wrap .f-etc .footer-select {
    padding-top: 15px;
  }

  footer .foot-wrap .f-etc .tel {
    font-size: 26px;
  }
  footer .foot-wrap .f-etc .tel a {
    color: #fff;
  }

  .call::before {
    font-size: 24px;
  }
} /* ----------------

820 end */

@media screen and (max-width: 768px) {
  /* 공통 */
  .container {
    padding: 0 20px;
  }

  .promotion .content-wrap {
    flex-direction: column;
  }

  .promotion .content-wrap .imgBox {
    width: 100%;
  }

  .promotion .content-wrap .desc p:first-child {
    margin-bottom: 30px;
  }

  .promotion .content-wrap .desc {
    width: 100%;
  }
  .customer .form-wrap .desc {
    width: 100%;
  }

  .customer .right {
    margin-top: 50px;
  }
} /* ----------------

768 end */

@media all and (max-width: 640px) {
  /* 팝업 */
  .popup-list .img img {
    width: 200px;
  }

  /* 비즈니스 */
  .business-wrap .box-content .desc {
    padding: 5% 10%;
  }
  .business-wrap .box-content .desc h3 {
    padding-bottom: 5px;
    font-size: 18px;
  }

  .customer .form-wrap .desc p:first-child {
    font-size: 24px;
  }

  .customer .form-wrap .desc p {
    font-size: 20px;
  }

  .product .product_img img {
    min-height: 180px;
  }

  .product table tbody {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .product table tbody tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .product table tbody tr td {
    min-width: 200px;
    width: 100%;
  }

  .product-list01 tr td {
    width: 100%;
  }

  .product-list01 tbody {
    display: flex;
    flex-direction: column;
  }

  .product-list01 tbody tr {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }

  .product .product-list01 td {
    min-width: 200px;
  }
} /* ----------------

640 end */

@media screen and (max-width: 568px) {
}

@media screen and (max-width: 480px) {
  /* 최상단버튼 */
  #go-top {
    bottom: 30px;
  }

  /* 퀵메뉴 */
  ul.quick li {
    padding: 3px 0;
  }

  /* 섹션 공통 */
  .section .section-info h2 {
    padding-bottom: 10px;
    font-size: 22px;
  }
  .section .section-info p {
    padding-bottom: 25px;
    font-size: 13px;
  }

  /* 메인비주얼 */
  .main-visual .main-slider .slider-visual > .visual-txt {
    padding: 40px;
  }

  .main-visual > .arrow-con > .arrows {
    max-width: 170px;
  }

  .main-visual .main-slider .slider-visual > .visual-txt {
    padding-right: 35px;
    word-break: keep-all;
  }

  .main-visual
    .main-slider
    .slider-visual
    > .visual-txt
    > .inner-txt-con
    > .inner-txt-1
    br {
    display: none;
  }
  .main-visual
    .main-slider
    .slider-visual
    > .visual-txt
    > .inner-txt-con
    > .inner-txt {
    transform: translateX(0);
    opacity: 1;
  }

  .main-visual
    .main-slider
    .slick-active
    .visual-txt
    > .inner-txt-con
    > .inner-txt {
    transform: translateX(0);
    opacity: 1;
  }

  .main-visual
    .main-slider
    .slick-active
    .visual-txt
    > .inner-txt-con
    > .inner-txt-1 {
    transition-delay: 0;
  }
  .main-visual
    .main-slider
    .slick-active
    .visual-txt
    > .inner-txt-con
    > .inner-txt-2 {
    transition-delay: 0;
  }

  .main-visual
    .main-slider
    .reset-animation
    .visual-txt
    > .inner-txt-con
    > .inner-txt {
    transform: translateX(0);
    opacity: 0;
    transition: all 0s;
  }

  /* 비즈니스 */
  .business-wrap {
    width: 100%;
  }
  .business-wrap .box {
    margin-bottom: 5%;
    width: 100%;
  }
  .business-wrap .box-content h3 {
    font-size: 18px;
  }

  .business .section-info p {
    font-size: 18px;
  }
  .board_output_gallery_subject {
    padding-bottom: 10px;
  }

  /* 그리드 */
  .output_gal_type1 tr td {
    display: block;
    width: 100%;
  }
  .output_gal_type2 tr td {
    display: block;
    width: 100%;
  }
  .output_gal_type3 tr td {
    display: block;
    width: 100%;
  }

  /* 소개 */
  .promotion {
    background-attachment: scroll;
    background-size: cover;
  }
  .promotion .section-info p {
    padding-bottom: 30px;
  }

  /* 컨택트 */
  .customer .left {
    height: 360px;
  }
  .customer .right {
    padding: 35px;
  }

  .customer table.form-table .formmail_title_bgcolor {
    width: 20% !important;
  }
  .customer table.form-table td input,
  .customer table.form-table td textarea {
    padding: 5px;
  }
  .customer table.form-table td {
    padding: 2px;
  }

  /* 파트너 */
  ul.m-partner li {
    margin-right: 2%;
    margin-bottom: 2%;
    width: 48%;
  }
  ul.m-partner li:nth-child(5n + 5) {
    margin-right: 2%;
  }
  ul.m-partner li:nth-child(2n + 2) {
    margin-right: 0;
  }

  /* 공지사항 */
  .notice .wrap .output_table tr td {
    font-size: 13px;
    word-break: keep-all !important;
  }
  .notice .wrap .output_table tr td:nth-child(1) {
    padding-left: 5px !important;
    width: 20px !important;
  }

  /* 푸터 */
  footer .foot-wrap .f-cont .f-logo img {
    width: 140px;
  }
} /* ----------------

480 end */
