/* =========================================================================================
 *   Main common
 * =========================================================================================*/

body {
  font-family: "Noto Sans KR", "Montserrat", 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;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

a {
  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-weight: 500;
}

p {
  font-size: 16px;
  line-height: 1.48;
  font-weight: 400;
  color: #666666;
  letter-spacing: -0.6px;
}

#contents {
  width: 100%;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1480px) {
  .container {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  body {
    font-size: 16px;
  }

  p {
    font-size: 15px;
  }

  .container {
    padding: 0 40px;
  }

  br.br-n {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }

  p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

/* TOP */
#go-top {
  position: fixed;
  right: 45px;
  bottom: 30px;
  z-index: 9;
}

#go-top a:before {
  font-family: "xeicon";
  font-size: 19px;
  line-height: 1.4;
  padding: 0;
  opacity: 1;
  color: #fff;
  content: "\e915";
  top: 9px;
  left: 13px;
}

#go-top a {
  width: 45px;
  height: 45px;
  display: block;
  cursor: pointer;
  background: #1e1e1e;
  border-radius: 100%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#go-top a:hover {
  color: #ffffff;
}

@media screen and (max-width: 1280px) {
  #go-top a:before {
    font-size: 18px;
    left: 9px;
    top: 5px;
  }

  #go-top a {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 480px) {
  #go-top {
    right: 10px;
  }
}

/* =========================================================================================
 *   pop-up
 * =========================================================================================*/

#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;
}

/* pop-up : open */
#plus span {
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat", 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: #000000;
}

.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;
}

@media all and (max-width: 1280px) {
  #plus {
    bottom: 100px;
  }
}

@media all and (max-width: 1024px) {
  .popup-list .img img {
    width: 300px;
    height: auto;
  }

  #plus {
    bottom: 100px;
  }

  #popUp .close {
    width: 38px;
    height: 38px;
  }

  #popUp .close:before {
    font-size: 22px;
  }
}

@media all and (max-width: 820px) {
  .popup-list .img img {
    width: 280px;
  }
}

@media all and (max-width: 640px) {
  .popup-list .img img {
    width: 200px;
  }
}

/* =========================================================================================
 *  quick menu
 * =========================================================================================*/

ul.quick {
  position: fixed;
  bottom: 85px;
  right: 45px;
  z-index: 8;
}

ul.quick li {
  font-size: 12px;
  padding: 5px 0;
}

ul.quick li i {
  display: flex;
  font-size: 22px;
  color: #454545;
  background: #fff;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

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;
}

@media all and (max-width: 1280px) {
  ul.quick {
    bottom: 75px;
  }

  ul.quick li i {
    font-size: 18px;
    width: 35px;
    height: 35px;
  }
}

@media all and (max-width: 480px) {
  ul.quick {
    right: 10px;
  }

  ul.quick li {
    padding: 3px 0;
  }
}

/* =========================================================================================
 *  Main section
 * =========================================================================================*/

.section {
  padding: 100px 30px;
}

.section .section-info {
  width: 100%;
  text-align: center;
}

.section .section-info h2 {
  color: #000000;
  font-size: 54px;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 15px;
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  display: inline-block;
}

.section .section-info p {
  color: #666666;
  font-size: 18px;
  line-height: 1.3;
  padding-bottom: 60px;
}

@media screen and (max-width: 1280px) {
  .section {
    padding: 80px 30px;
  }

  .section .section-info h2 {
    font-size: 40px;
    padding-bottom: 15px;
  }

  .section .section-info p {
    font-size: 16px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .section .section-info {
    padding-top: 0;
  }

  .section .section-info h2 {
    font-size: 30px;
  }

  .section .section-info p {
    font-size: 15px;
  }
}

@media screen and (max-width: 820px) {
  .section {
    padding: 60px 20px;
  }

  .section .section-info h2 {
    font-size: 26px;
  }

  .section .section-info p {
    font-size: 14px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .section {
    padding: 50px 10px;
  }

  .section .section-info h2 {
    font-size: 24px;
    padding-bottom: 5px;
  }

  .section .section-info p {
    font-size: 12px;
    padding-bottom: 25px;
  }
}

@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;
  }
}

/* =========================================================================================
 *  main-visual
 * =========================================================================================*/

.main-visual {
  width: 100%;
  height: 100vh;
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  background: #000;
}

.main-visual h2 {
  color: #ffffff;
  display: block;
  font-size: 54px;
  font-weight: 600;
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  letter-spacing: -1px;
  padding-bottom: 30px;
  transition-delay: 0.5s;
}

.main-visual p {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  transition-delay: 0.8s;
}

.main-visual > .inner {
  position: absolute;
  padding-left: 284px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  z-index: 3;
  line-height: 1.2;

  text-shadow: 0 0 3px #000;
}

/* 
.main-visual .movie {
	position: relative;
	opacity: 0.85;
	width: 100%;
	padding-bottom: 56.25%;
	text-align: left;
	display: flex;
	justify-content: center;
}

.main-visual .movie video {
	position: absolute;
	width: 100%;
	height: 100%;
	box-shadow: 5px 11px 19px 2px rgba(0, 0, 0, 0.3);
} */

.main-visual .main-slider .slider-visual > .visual-txt {
  letter-spacing: -1px;
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
}

.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con {
  text-align: left;
  padding-top: 100px;
  padding-left: 220px;
}

.main-visual
  .main-slider
  .slider-visual
  > .visual-txt
  > .inner-txt-con
  > .inner-txt-1 {
  font-size: 54px;
  line-height: 1.28;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}

.main-visual
  .main-slider
  .slider-visual
  > .visual-txt
  > .inner-txt-con
  > .inner-txt-2 {
  font-size: 22px;
  line-height: 1.38;
  font-weight: 300;
  color: #ffffff;
}

.main-visual .slick-dots {
  z-index: 10;
}

@media screen and (max-width: 1680px) {
  .main-visual {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }

  .main-visual .movie video {
    top: 0;
    width: auto;
    height: 160%;
  }
}
@media screen and (max-width: 1700px) {
  .main-visual > .inner {
  padding-left: 100px;
  align-items: center
  }
  .main-visual h2{
    text-align: center;
  }
}

@media screen and (max-width: 1280px) {
  .main-visual > .inner {
    padding-left: 0px;


  }
.main-visual h2
  .main-visual h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }

  .main-visual p {
    font-size: 20px;
    text-align: center;
    padding: 0 30px;
  }
  .main-visual p br{display: none;}

  .main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con {
    padding-top: 50px;
    padding-left: 150px;
  }

  .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 > .inner{
    justify-content: flex-start;
 padding-top: 140px;
  }


  #main .main-visual .board_system{
    width: 74%;
    top: 66%;
    left: 50%;
  }
  #main .main-visual .notice_list ul .list_content p,#main .main-visual .notice_list ul #main .list_content span{
    color: #fff;
    font-weight: 300;
    font-size: 12px;

  }

  #main .main-visual .notice_list strong
  {
    font-size: 14px;
    text-align: left;
    display: block;
    margin: 0 0 10px 0;
    color: #fff;

  }
  #main .main-visual .notice_list{
    padding: 20px;
  }
  #main .main-visual .system_box .box_line{
    padding: 10px;

  }
  #main .main-visual .icon_box h2{
    font-size: 14px;
    line-height: 19px;
    color: #fff;

  }
  #main .main-visual .sys_left .icon_box img{
    width: 30px;
    margin-bottom: 5px;

  }
  .main-visual .notice_list strong[]
  #main .main-visual .system_box .box_line{
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;

  }

  #main .main-visual .sys_right .icon_box img  { width: 45px;
  margin-bottom: 5px;}

    #main .main-visual .notice_list ul .list_content span{
      color: #fff;
      font-weight: 300;
      font-size: 12px;

    }

    
  

}

.main-visual_bg img{
  position: absolute; top:0; left: 0;
  width: 100%;
  height: 100%;
}


.main-visual .board_system {
  position: absolute;
  top: 50%;
  left:70%;
  transform: translate(-50%, -50%);
border-radius: 15px;
}
.main-visual .board_system {
	background: rgba(0, 0, 0, 0.6);
  width: 30%;

	overflow: hidden;
}

.main-visual .notice_list {
	padding: 40px;
}

.main-visual .notice_list strong {
	font-size: 24px;
	text-align: left;
	display: block;
	margin: 0 0 20px 0;
	color: #fff;
}

.main-visual .notice_list ul>li {
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-visual .notice_list ul .list_content {
	display: flex;
	justify-content: space-between;
	padding-bottom: 5px;
}

.main-visual .notice_list ul .list_content p,
.main-visual .notice_list ul .list_content span {
	color: #fff;
	font-weight: 300;
  font-size: 16px;
}

.main-visual .system_box {
	display: flex;
	height: 100%;
}

.main-visual .system_box .box_line {
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 40px;
}

.main-visual .system_box .sys_left {
	background: rgba(0, 0, 0, 0.5);
	padding: 25px;
}

.main-visual .system_box .sys_right {
	background: rgba(0, 0, 0, 0.4);
	padding: 25px;
}

.main-visual .sys_left,
.main-visual .sys_right {
	flex: 1;
	text-align: center;
}

.main-visual .sys_left .icon_box img {
	width: 50px;
	margin-bottom: 10px;
}

.main-visual .sys_right .icon_box img {
	width: 75px;
	margin-bottom: 10px;
}

.main-visual .icon_box h2 {
	font-size: 24px;
	line-height: 29px;
	color: #fff;
}



@media screen and (max-width: 1024px) {
  .main-visual > .inner {
    padding-left: 00px;
  }

  .main-visual h2 {
    font-size: 36px;
    padding-bottom: 20px;
  }

  .main-visual p {
    font-size: 19px;
  }

  .main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con {
    padding-top: 0;
    padding-left: 100px;
  }

  .main-visual
    .main-slider
    .slider-visual
    > .visual-txt
    > .inner-txt-con
    > .inner-txt-1 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .main-visual
    .main-slider
    .slider-visual
    > .visual-txt
    > .inner-txt-con
    > .inner-txt-2 {
    font-size: 16px;
  }
  .main-visual > .inner{
    padding-top: 150px;
    justify-content: normal;

  }







}

@media screen and (max-width: 1024px) and (height: 1366px) {
  .main-visual .movie video {
    height: 250%;
  }
}

@media screen and (max-width: 1023px) {
  .main-visual .movie video {
    height: 280%;
  }
}

@media screen and (max-width: 820px) {
  .main-visual .movie video {
    height: 320%;
  }

  .main-visual > .inner {
    padding-top: 170px;
   
  }

  .main-visual h2 {
    font-size: 28px;
    padding-bottom: 15px;
  }

  .main-visual p {
    font-size: 17px;
  }

  .main-visual .main-slider .slider-visual > .visual-txt {
    margin-top: 0;
  }

  .main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con {
    padding-left: 80px;
  }

  .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: 15px;
  }


  #main .main-visual .board_system{
    width: 74%;
    top: 66%;
    left: 50%;
  }
  #main .main-visual .notice_list ul .list_content p,#main .main-visual .notice_list ul #main .list_content span{
    color: #fff;
    font-weight: 300;
    font-size: 12px;

  }

  #main .main-visual .notice_list strong
  {
    font-size: 14px;
    text-align: left;
    display: block;
    margin: 0 0 10px 0;
    color: #fff;

  }
  #main .main-visual .notice_list{
    padding: 20px;
  }
  #main .main-visual .system_box .box_line{
    padding: 10px;

  }
  #main .main-visual .icon_box h2{
    font-size: 14px;
    line-height: 19px;
    color: #fff;

  }
  #main .main-visual .sys_left .icon_box img{
    width: 30px;
    margin-bottom: 5px;

  }
  .main-visual .notice_list strong[]
  #main .main-visual .system_box .box_line{
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;

  }

  #main .main-visual .sys_right .icon_box img  { width: 45px;
  margin-bottom: 5px;}

    #main .main-visual .notice_list ul .list_content span{
      color: #fff;
      font-weight: 300;
      font-size: 12px;

    }


}

@media screen and (max-width: 480px) {
  .main-visual .movie video {
    height: 370%;
  }

  .main-visual > .inner {
    padding-top: 100px;
  }

  .main-visual h2 {
    font-size: 22px;
    padding-bottom: 15px;
  }

  .main-visual p {
    font-size: 15px;
  }

  .main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con {
    padding: 30px;
    text-align: center;
  }

  .main-visual
    .main-slider
    .slider-visual
    > .visual-txt
    > .inner-txt-con
    > .inner-txt-1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .main-visual
    .main-slider
    .slider-visual
    > .visual-txt
    > .inner-txt-con
    > .inner-txt-2 {
    line-height: 1.28;
  }

  .main-visual .slick-dots {
    display: none;
  }
}

/* =========================================================================================
 *  main_sec#01 : business
 * =========================================================================================*/

.business {
  background: #fff;
}

.business .section-info {
  text-align: left;
  width: 85%;
  padding-bottom: 50px;
}

.business .section-info .s-txt {
  color: #444;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 4px;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 15px;
}

.business .section-info h2 {
  color: #000;
  font-size: 45px;
  letter-spacing: -2px;
  font-weight: 700;
  padding-bottom: 15px;
}

.business .section-info p {
  color: #666;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 0;
}

.business .slick-dots {
  bottom: -40px;
}

.business .slick-dots li.slick-active button:before {
  background: #666;
  width: 14px;
  height: 14px;
  left: -2px;
  top: -2px;
  transition: all 0.3s ease;
}

.business .slick-dots li {
  width: 10px;
  height: 10px;
}

.business .slick-dots li button:before {
  background: #ccc;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease;
}

.business-wrap {
  position: relative;
}

.business-wrap .b-box {
  width: 100%;
  position: relative;
}

.business-wrap .slick-slide {
  padding: 0;
}

.business-wrap .slick-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

.business-wrap .slick-prev {
  right: 50px;
  z-index: 1 !important;
  border-radius: 5px;
}

.business-wrap .slick-next {
  right: 0;
  z-index: 1 !important;
  border-radius: 5px;
}

.business-wrap .b-box .img {
  width: 100%;
  height: auto;
  line-height: 0;
}

.business-wrap .b-box .img img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.business-wrap .b-box .txt {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 50px;
  text-align: right;
}

.business-wrap .b-box .txt h3 {
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
  width: 100%;
  padding-bottom: 8px;
}

.business-wrap .b-box .txt p {
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  padding-bottom: 20px;
}

.business-wrap .b-box .btn {
  text-align: right;
}

a.bs-btn {
  display: inline-block;
  padding: 5px 18px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #fff;
}

.img-mb {
  display: none;
}

@media screen and (max-width: 1280px) {
  .business .section-info h2 {
    font-size: 36px;
  }

  .business .section-info p {
    font-size: 16px;
  }

  .business-wrap .b-box .txt h3 {
    font-size: 26px;
  }

  .business-wrap .b-box .txt p {
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .business .section-info {
    padding-bottom: 30px;
  }

  .business .section-info .s-txt {
    font-size: 13px;
    padding-bottom: 10px;
  }

  .business .section-info h2 {
    font-size: 30px;
  }

  .business .section-info p {
    font-size: 15px;
  }

  .business-wrap .b-box .txt {
    padding: 30px;
  }

  .business-wrap .b-box .txt h3 {
    font-size: 22px;
  }

  .business-wrap .b-box .txt p {
    font-size: 14px;
  }

  a.bs-btn {
    padding: 3px 14px;
    font-size: 13px;
  }

  .business-wrap .slick-prev {
    right: 40px;
  }

  .business .slick-dots {
    bottom: -30px;
  }
}

@media screen and (max-width: 820px) {
  .business .section-info .s-txt {
    font-size: 12px;
    padding-bottom: 10px;
  }

  .business .section-info h2 {
    font-size: 24px;
  }

  .business .section-info p {
    font-size: 12px;
  }

  .business-wrap .b-box .txt h3 {
    font-size: 18px;
  }

  .business-wrap .b-box .txt p {
    font-size: 12px;
  }

  a.bs-btn {
    padding: 3px 14px;
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .business .section-info {
    width: 100%;
  }

  .business .section-info br {
    display: inline-block;
    content: "";
    padding: 0 2px;
  }

  .business .section-info .s-txt {
    font-size: 11px;
    padding-bottom: 10px;
  }

  .business .section-info h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .business .section-info p {
    line-height: 1.4;
  }

  .business-wrap .b-box .txt {
    padding: 25px;
    bottom: 0;
  }

  .business-wrap .b-box .txt br {
    display: inline-block;
    content: "";
    padding: 0 2px;
  }

  .business-wrap .b-box .txt h3 {
    font-size: 17px;
  }

  .business-wrap .b-box .txt p {
    padding-bottom: 15px;
  }

  .business .slick-dots {
    bottom: -20px;
  }

  .business .slick-dots li.slick-active button:before {
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
  }

  .business .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 4px;
  }

  .business-wrap .slick-prev {
    right: 32px;
  }

  .img-pc {
    display: none;
  }

  .img-mb {
    display: block;
  }

}

/* =========================================================================================
 *  main_sec#02 : our-work
 * =========================================================================================*/

.our-work {
  position: relative;
  padding: 0;
}

.banner-animation .nav-text .box {
  width: 25%;
  height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.banner-animation
  .slider
  .slick-list
  .slick-track
  .slick-slide:first-child
  > div
  .item:before {
  background-image: url("../main/work_bg.jpg");
  background-size: cover;
}

.banner-animation
  .slider
  .slick-list
  .slick-track
  .slick-slide:nth-child(2)
  > div
  .item:before {
  background-image: url("../main/work_bg01.jpg");
  background-size: cover;
}

.banner-animation
  .slider
  .slick-list
  .slick-track
  .slick-slide:nth-child(3)
  > div
  .item:before {
  background-image: url("../main/work_bg02.jpg");
  background-size: cover;
}

.banner-animation
  .slider
  .slick-list
  .slick-track
  .slick-slide:nth-child(4)
  > div
  .item:before {
  background-image: url("../main/work_bg03.jpg");
  background-size: cover;
}

.banner-animation
  .slider
  .slick-list
  .slick-track
  .slick-slide:nth-child(5)
  > div
  .item:before {
  background-image: url("../main/work_bg04.jpg");
  background-size: cover;
}

.banner-animation {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-end;
}

.banner-animation .slider {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin-bottom: 0;
}

.banner-animation .slider .slick-list {
  height: 100%;
}

.banner-animation .slider .slick-list .slick-track {
  height: 100%;
}

.banner-animation .slider .slick-list .slick-track .slick-slide {
  height: 100%;
  transition: all 1s ease;
}

.banner-animation .slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}

.banner-animation .slider .slick-list .slick-track .slick-slide > div .item {
  height: 100%;
  width: 100%;
}

.banner-animation
  .slider
  .slick-list
  .slick-track
  .slick-slide
  > div
  .item:before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.banner-animation
  .slider
  .slick-list
  .slick-track
  .slick-slide
  > div
  .item
  > div {
  height: 100%;
}

.banner-animation
  .slider
  .slick-list
  .slick-track
  .slick-slide
  > div
  .item
  > div
  .content
  h2 {
  color: #fff;
  border: 1px solid red;
}

.banner-animation
  .slider
  .slick-list
  .slick-track
  .slick-slide
  > div
  .item
  > div
  .content
  a {
  margin-top: 20px;
  font-size: 1.2em;
  color: white;
  display: inline-block;
  text-align: left;
  width: fit-content;
  border: 1px solid red;
}

.banner-animation
  .slider
  .slick-list
  .slick-track
  .slick-slide
  > div
  .item
  > div
  .content
  a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.8;
}

.banner-animation
  .slider
  .slick-list
  .slick-track
  .slick-slide
  > div
  .item
  > div
  .content
  a:hover
  span {
  margin-left: 20px;
}

.banner-animation
  .slider
  .slick-list
  .slick-track
  .slick-slide
  > div
  .item
  > div
  .content
  a
  span {
  margin-left: 10px;
  transition: all 5s linear;
}

.banner-animation .nav-text {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.banner-animation .nav-text .box a {
  width: 100%;
  height: 100%;
}

.banner-animation .nav-text .box .change {
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.banner-animation .nav-text .change:hover {
  padding-top: 50px;
  background: rgba(0, 0, 0, 0.3);
}

.banner-animation .nav-text .change .icon {
}

.banner-animation .nav-text .change h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding: 20px 0;
}

.banner-animation .nav-text .change p {
  color: #fff;
  padding-bottom: 30px;
}

.work-btn {
  display: inline-block;
  padding: 8px 35px 8px 25px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #fff;
  position: relative;
}

.work-btn:after {
  content: "\e93f";
  font-family: "xeicon";
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 6px;
  right: 14px;
}

a.work-btn:hover {
  color: #000;
  background: #fff;
}

a.work-btn:hover:after {
  color: #000;
}

.banner-animation .nav-bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0;
  list-style: none;
  height: 30px;
  align-items: flex-end;
  align-content: flex-end;
  margin-bottom: 0;
  z-index: 20;
}

.banner-animation .nav-bottom li {
  flex: 0 1 auto;
  height: 8px;
  width: 100%;
  background: white;
  transition: all 0.12s ease;
}

@keyframes scaleDown {
  from {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

@media screen and (max-width: 1280px) {
  .banner-animation .nav-text .box {
    height: 540px;
  }

  .banner-animation .nav-text .change .icon img {
    width: 50px;
    height: 50px;
  }

  .banner-animation .nav-text .change h3 {
    font-size: 24px;
    padding: 10px 0;
  }

  .banner-animation .nav-text .change p {
    padding-bottom: 20px;
  }

  .work-btn {
    padding: 6px 30px 6px 20px;
    font-size: 14px;
  }

  .work-btn:after {
    top: 3px;
    right: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .banner-animation .nav-text .box {
    height: 420px;
  }

  .banner-animation .nav-text .change .icon img {
    width: 40px;
    height: 40px;
  }

  .banner-animation .nav-text .change h3 {
    font-size: 20px;
  }

  .work-btn {
    padding: 5px 25px 5px 15px;
    font-size: 13px;
  }

  .work-btn:after {
    top: 1px;
    right: 6px;
  }

  .banner-animation .nav-text .change:hover {
    padding-top: 0;
  }
}

@media screen and (max-width: 820px) {
  .banner-animation .nav-text .box {
    height: 360px;
  }
}

@media screen and (max-width: 767px) {
  .banner-animation .nav-text .box {
    height: 280px;
  }

  .banner-animation .nav-text .change .icon img {
    width: 35px;
    height: 35px;
  }

  .banner-animation .nav-text .change h3 {
    font-size: 16px;
  }

  .work-btn i {
    font-size: 13px;
  }

  .banner-animation .nav-text .box {
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

/* =========================================================================================
 *  main_sec#03 : promotion
 * =========================================================================================*/

.promotion {
  background: url("../main/promotion_bg.jpg") no-repeat top center;
  background-size: cover;
}

.promotion .inner {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.promotion .inner .section-info {
  width: 50%;
  padding-right: 100px;
  padding-top: 0;
  text-align: left;
}
.promotion .inner img {
  border-radius: 15px;
}

.promotion .inner .section-info h2 {
  position: relative;
  font-size: 46px;
  letter-spacing: -2px;
  padding-bottom: 30px;
}

.promotion .inner .section-info p {
  padding-bottom: 40px;

  text-align: justify;
  word-break: break-all;
}

/* 
.promotion .inner .movie-wrap {
	width: 56%;
}

.promotion .inner .movie-wrap .movie {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	text-align: left;
}

.promotion .inner .movie-wrap .movie video {
	position: absolute;
	width: 100%;
	height: 100%;
	box-shadow: 5px 11px 19px 2px rgba(0, 0, 0, 0.3);
} */

a.sv-btn {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  background: none;
  border: 1px solid #444;
  padding: 10px 25px;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  border-radius: 10px;
}

a.sv-btn:hover {
  background: #1e1e1e;
  color: #fff;
}

@media screen and (max-width: 1366px) {
  .promotion .inner .section-info {
    padding-right: 80px;
  }

  .promotion .inner .section-info h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }

  .promotion .inner .section-info p {
    padding-bottom: 30px;
  }

  a.sv-btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 1280px) {
  .promotion .inner .section-info h2 {
    font-size: 36px;
  }

  .promotion .inner .section-info {
    width: 50%;
    padding-right: 50px;
  }

  .promotion .inner .promotion-wrap {
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .promotion .inner .section-info h2 {
    font-size: 30px;
    padding-bottom: 15px;
  }

  .promotion .inner .section-info p {
    padding-bottom: 20px;
  }

  a.sv-btn {
    font-size: 13px;
    padding: 8px 20px;
  }
}

@media screen and (max-width: 820px) {
  .promotion .inner .section-info {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

  .promotion .inner .section-info h2 {
    font-size: 24px;
  }

  .promotion .inner .section-info p br {
    display: none;
  }

  .promotion .inner .promotion-wrap {
    width: 100%;
    padding-top: 30px;
  }

  .promotion .inner .promotion-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* =========================================================================================
 *  main_sec#04 : notice & product
 * =========================================================================================*/

.notice {
  background: url(../main/notice_bg.jpg) no-repeat center center/cover;
}

.notice .section-info h2,
.notice .section-info p {
  color: #fff;
}

.notice .board_wrap {
  display: flex;
  gap: 40px;
}

.notice .board_wrap > * {
  flex: 1;
}

.notice .board_wrap .notice_list {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}

.notice .board_wrap .notice_list strong {
  font-size: 24px;
  text-align: left;
  display: block;
  margin: 0 0 20px 0;
}

.notice .board_wrap .notice_list ul > li {
  line-height: 36px;
}

.notice .board_wrap .list_content {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .notice .board_wrap {
    display: flex;
    gap: 20px;

    flex-direction: column;
  }

  .notice .board_wrap > * {
    flex: 1;
  }

  .notice .board_wrap .notice_list {
    background: #fff;
    padding: 20px;
  }

  .notice .board_wrap .notice_list strong {
    font-size: 14px;
    text-align: left;
    display: block;
    margin: 0 0 10px 0;
  }

  .notice .board_wrap .notice_list ul > li {
    line-height: 22px;
  }

  .notice .board_wrap .list_content {
    display: flex;
    justify-content: space-between;
  }

  .notice .board_wrap .list_content p {
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }

  .notice .board_wrap .list_content p,
  .notice .board_wrap .list_content span {
    font-size: 12px;
  }
}

/* =========================================================================================
 *  main_sec#05 : customer
 * =========================================================================================*/

.customer {
  padding: 0;
  background: url("../main/contact_bg.jpg") no-repeat top center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.customer .section-info {
  padding: 80px 0;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.customer .section-info h2 {
  color: #fff;
  font-size: 34px;
}

.customer .section-info p {
  color: #fff;
  font-size: 17px;
  line-height: 1.48;
  opacity: 0.85;
  padding-bottom: 30px;
}

a.cs-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  padding: 8px 36px;
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 6px;
}

a.cs-btn i {
  margin-left: 5px;
  margin-right: -5px;
}

a.cs-btn:hover {
  color: #444;
  background: #fff;
}

.customer .left,
.customer .right {
  width: 50%;
}

.customer .left {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 1280px) {
  .customer .section-info {
    padding: 60px 0;
  }

  .customer .section-info h2 {
    font-size: 30px;
  }

  .customer .section-info p {
    font-size: 16px;
  }

  a.cs-btn {
    font-size: 14px;
    padding: 6px 25px;
  }
}

@media screen and (max-width: 1024px) {
  .customer .section-info {
    padding: 50px 0;
  }

  .customer .section-info h2 {
    font-size: 24px;
    padding-bottom: 10px;
  }

  .customer .section-info p {
    font-size: 15px;
    padding-bottom: 20px;
  }

  a.cs-btn {
    font-size: 11px;
    padding: 5px 20px;
  }
}

@media screen and (max-width: 820px) {
  .customer .section-info {
    padding: 40px 0;
  }

  .customer .section-info h2 {
    font-size: 22px;
  }

  .customer .section-info p {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .customer .section-info {
    padding: 30px 0;
  }

  .customer .section-info h2 {
    font-size: 20px;
  }

  .customer .section-info p {
    font-size: 12px;
  }

  .customer .left,
  .customer .right {
    width: 100%;
  }

  .customer .left {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

/* =========================================================================================
 *  footer
 * =========================================================================================*/

.footer {
  padding: 0;
}

footer {
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.78;
  padding: 40px 278px;
}

footer .foot-wrap .f-cont .f-logo {
  width: 296px;
  line-height: 0;
}

footer .foot-wrap .f-cont .f-link {
  width: calc(100% - 296px);
  padding-left: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

footer .foot-wrap .f-cont .f-logo img {
  /* opacity: 0.5; */
  filter: grayscale(100%);
}

footer .foot-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .foot-wrap .f-cont {
  width: 80%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

footer .foot-wrap .f-cont .top-link {
  width: 30%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

footer .foot-wrap .f-cont .top-link li {
  padding-right: 30px;
  position: relative;
}

footer .foot-wrap .f-cont .top-link li:last-child {
  padding-right: 0;
}

footer .foot-wrap .f-cont .top-link li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #666666;
  right: 13px;
  top: 9px;
  position: absolute;
}

footer .foot-wrap .f-cont .top-link li:last-child:after {
  display: none;
}

footer .foot-wrap .f-cont .bot-link {
  width: 100%;
  padding-top: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  justify-content: center;
}

footer .foot-wrap .f-cont .bot-link li {
  padding-right: 20px;
}

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: 20%;
  text-align: right;

  white-space: nowrap;
}

footer .foot-wrap .f-etc .footer-select {
  width: 30%;
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
}

footer .foot-wrap .f-etc .tel {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}

.call:before {
  font-family: "xeicon";
  font-size: 36px;
  line-height: 1.4;
  padding: 0;
  opacity: 1;
  color: #fff;
  content: "\e9d3";
}

footer .foot-wrap .f-etc .tel span {
  display: inline-block;
  color: #fff;
  margin-right: 5px;
}

footer .foot-wrap .f-etc .footer-select {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 25px;
  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;
  display: block;
  background-color: #383838;
  z-index: 1;
  padding: 8px 15px;
  border-radius: 2px;
  cursor: pointer;
}

footer .foot-wrap .f-etc .footer-select .placeholder:hover {
  background: #383838;
}

footer .foot-wrap .f-etc .footer-select .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  font-family: "xeicon";
  content: "\e941";
  z-index: 10;
}

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 {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #eeeeee;
  border-radius: 2px;
  left: 0;
  bottom: 50px;
  list-style: none;
  padding: 15px;
  z-index: 100;
}

footer .foot-wrap .f-etc .footer-select ul li {
  display: block;
  text-align: left;
  padding: 5px 10px;
  color: #999;
  cursor: pointer;
}

footer .foot-wrap .f-etc .footer-select ul li:hover {
  background: #aaaaaa;
  color: #ffffff;
}

@media screen and (max-width: 1480px) {
  footer {
    padding: 40px 60px;
  }

  footer .foot-wrap .f-cont .f-logo {
    width: 100%;
  }

  footer .foot-wrap .f-cont .f-link {
    width: 100%;
    padding-left: 0;
  }

  footer .foot-wrap .f-cont .top-link {
    width: 100%;
    padding-top: 20px;
  }
}

@media screen and (max-width: 1280px) {
  footer {
    padding: 40px 50px;
  }

  footer .foot-wrap .f-cont .f-logo img {
    width: 160px;
  }

  footer .foot-wrap .f-etc .tel {
    font-size: 32px;
  }

  .call:before {
    font-size: 32px;
  }

  footer .foot-wrap .f-etc .footer-select {
    max-width: 180px;
  }

  footer .foot-wrap .f-etc .footer-select ul {
    padding: 8px;
  }

  footer .foot-wrap .f-etc .footer-select .placeholder {
    padding: 5px 12px;
    font-size: 14px;
  }

  footer .foot-wrap .f-etc .footer-select ul li {
    font-size: 13px;
    padding: 2px 5px;
  }
}

@media screen and (max-width: 1024px) {
  footer {
    font-size: 12px;
    padding: 20px;
  }

  footer .foot-wrap .f-cont {
    width: 60%;
  }

  footer .foot-wrap .f-cont .f-logo img {
    width: 160px;
  }

  footer .foot-wrap .f-etc {
    width: 40%;

    display: none;
  }
}

@media screen and (max-width: 820px) {
  footer .foot-wrap .f-cont {
    width: 100%;
  }

  footer .foot-wrap .f-cont .f-logo {
    text-align: left;
  }

  footer .foot-wrap .f-cont .f-logo img {
    width: 100px;
  }

  footer .foot-wrap .f-etc {
    width: 100%;
    text-align: left;
    padding-top: 20px;
  }

  footer .foot-wrap .f-etc .footer-select {
    padding-top: 15px;
  }

  footer .foot-wrap .f-cont .bot-link {
    padding-top: 15px;

    text-align: left;
    justify-content: flex-start;
  }

  footer .foot-wrap .f-etc .tel {
    font-size: 26px;
  }

  footer .foot-wrap .f-etc .tel a {
    color: #fff;
  }

  .call:before {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  footer .foot-wrap .f-cont .f-logo img {
    width: 100px;
  }

  footer .foot-wrap .f-etc .tel {
    font-size: 21px;
  }

  .call:before {
    font-size: 20px;
  }
}
