@charset "UTF-8";
@import "slick.css";
@import "slick-theme.css";
.container {
  position: relative;
  margin: 0 auto;
  min-height: 500px;
  height: auto !important;
  font-size: 1em;
  zoom: 1;
  background-color: #fff;
}
.container #main_vis {
  font-size: 50px;
  font-size: 50px;
  width: 100%;
  height: 100vh;
  min-height: 900px;
  max-height: 1080px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container #main_vis #main_vis_slider {
  width: calc(100% - 80px);
  position: absolute;
  top: 100px;
  left: 80px;
  overflow: hidden;
  border-radius: 50px 0 0 50px;
}
.container #main_vis #main_vis_slider .main_slide {
  width: calc(100% - 80px);
  height: calc(100vh - 100px);
  min-height: 800px;
  max-height: 980px;
  outline: none;
  overflow: hidden;
}
.container #main_vis #main_vis_slider .main_slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: 50%/cover no-repeat;
}
.container #main_vis #main_vis_slider .main_slide.img01 {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  opacity: 1;
}
.container #main_vis #main_vis_slider .main_slide.img01::before {
  background: url(./../images/visual1.avif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.container #main_vis #main_vis_slider .main_slide.img02 {
  position: relative;
  left: -1452px;
  top: 0px;
  z-index: 998;
  opacity: 0;
  transition: opacity 500ms;
}
.container #main_vis #main_vis_slider .main_slide.img02::before {
  background-image: url(./../images/main_vs.jpg);
}
.container #main_vis #main_vis_slider .main_slide.img03 {
  position: relative;
  left: -2904px;
  top: 0px;
  z-index: 998;
  opacity: 0;
  transition: opacity 500ms;
}
.container #main_vis #main_vis_slider .main_slide.img03::before {
  background-image: url(./../images/main1.jpg);
}
.container #main_vis #main_vis_slider .main_slide.slick-active::before {
  animation: mainani 1.5s ease;
}
@keyframes mainani {
  0% {
    width: 0;
  }
  100% {
    width: 100;
  }
}
.container #main_vis .main_typo {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  padding: 0 100px;
  width: 100%;
}
.container #main_vis .main_typo h5 {
  font-size: 29px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 1.1px 1.7px 9.8px rgba(0, 0, 0, 0.14);
  font-family: "Montserrat";
}
.container #main_vis .main_typo h2 {
  font-size: 75px;
  font-weight: 800;
  line-height: 1;
  color: #000;
  margin-top: 18px;
}
.container #main_vis .main_typo .text {
  margin-top: 50px;
}
.container #main_vis .main_typo .text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}
.container #main_vis .main_typo .text p + p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.63;
  margin-top: 40px;
}
.container #main_vis .controller {
  width: 100%;
  max-width: 1600px;
  padding: 0 100px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 95px;
}
.container #main_vis .controller .arrows {
  margin-right: 22px;
  display: flex;
  align-items: center;
}
.container #main_vis .controller .arrows button + button {
  margin-left: 11px;
}
.container #main_vis .controller .arrows .slick-arrow {
  cursor: pointer;
  transition: all 0.2s;
  display: block;
  font-size: 0;
  width: 9px;
  height: 14px;
  background: transparent;
  border: none;
}
.container #main_vis .controller .arrows .slick-arrow.slick-prev {
  background: url("./../images/m_prev.png") no-repeat center;
}
.container #main_vis .controller .arrows .slick-arrow.slick-next {
  background: url("./../images/m_next.png") no-repeat center;
}
.container #main_vis .controller .dots {
  margin-right: 26px;
}
.container #main_vis .controller .dots .slick-dots {
  display: flex;
  align-items: center;
}
.container #main_vis .controller .dots .slick-dots li {
  margin-right: 22px;
}
.container #main_vis .controller .dots .slick-dots li:last-child {
  margin-right: 0;
}
.container #main_vis .controller .dots .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 1px #fff;
  transition: 0.3s;
}
.container #main_vis .controller .dots .slick-dots li.slick-active button {
  background-color: #fff;
}
.container #main_vis .controller #play_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
}
.container #main_vis .controller #play_btn a {
  display: block;
  cursor: pointer;
  position: relative;
}
.container #main_vis .controller #play_btn a.play {
  display: none;
}
.container #c1_wrap {
  padding: 90px 0 30px;
  position: relative;
  height: 650px;
}
.container #c1_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 148px;
  background: url(./../images/c1_bg.png) bottom/cover no-repeat;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  z-index: 1;
}
.container #c1_wrap .deco {
  position: absolute;
  z-index: 2;
}
.container #c1_wrap .deco1 {
  left: 0;
  top: calc(50% - 20px);
  transform: translateY(-50%);
}
.container #c1_wrap .c1_inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 50px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 3;
}
.container #c1_wrap .c1_inner .left {
  flex-shrink: 0;
  margin-right: 135px;
  position: relative;
  z-index: 4;
}
.container #c1_wrap .c1_inner .c1_tab {
  width: 100%;
}
.container #c1_wrap .c1_inner .c1_tab.active {
  display: block;
}
.container #c1_wrap .c1_inner .bot {
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 358px;
  display: flex;
  align-items: center;
  z-index: 5;
}
.container #c1_wrap .c1_inner .bot .progress_bar {
  width: calc(100% - 82px);
  height: 3px;
  background-color: #ddd;
  position: relative;
}
.container #c1_wrap .c1_inner .bot .progress_bar span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e66da5;
  transition: all 0.3s ease;
}
.container #c1_wrap .c1_inner .bot .arrows {
  margin-left: 37px;
  display: flex;
  align-items: center;
}
.container #c1_wrap .c1_inner .bot .arrows button + button {
  margin-left: 17px;
}
.container #c1_wrap .c1_inner .bot .arrows .slick-arrow {
  cursor: pointer;
  transition: all 0.2s;
  display: block;
  text-decoration: none;
  font-size: 0;
  background: transparent;
  border: none;
  width: 14px;
  height: 23px;
}
.container #c1_wrap .c1_inner .bot .arrows .slick-arrow .slick-prev {
  background: url(./../images/c1_prev.png) no-repeat center;
}
.container #c1_wrap .c1_inner .bot .arrows .slick-arrow .slick-next {
  background: url(./../images/c1_next.png) no-repeat center;
}
.container #c1_wrap .c1_inner .tab_list {
  display: flex;
  align-items: center;
  margin-top: 35px;
  color: #fff;
}
.container #c1_wrap .c1_inner .tab_list li a {
  display: block;
  width: 100px;
  line-height: 35px;
  text-align: center;
  background-color: rgb(193, 191, 191);
  cursor: pointer;
  border-radius: 17.5px;
  transition: 0.3s;
}
.container #c1_wrap .c1_inner .tab_list li a.active {
  background-color: rgb(230, 109, 165);
}
.container #c1_wrap .c1_inner .c1_tab {
  width: 100%;
  display: none;
}
.container #c1_wrap .c1_inner .c1_tab.active {
  display: block;
}
.container #c1_wrap .c1_inner .c1_tab .c1_list .slick-track,
.container #c1_wrap .c1_inner .c1_tab .c1_list .slick-list {
  min-width: 100%;
  overflow: visible;
}
.container #c1_wrap .c1_inner .c1_tab .c1_list::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  z-index: -1;
  left: -80px;
  bottom: -80px;
  background: url(./../images/c1_cir2.png) 50% center/cover no-repeat;
}
.container #c1_wrap .c1_inner .c1_tab .c1_list .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.container #c1_wrap .c1_inner .c1_tab .c1_list li {
  width: 390px;
}
.container #c1_wrap .c1_inner .c1_tab .c1_list li a {
  display: block;
  padding: 45px;
  background-color: #f7f7f7;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}
.container #c1_wrap .c1_inner .c1_tab .c1_list li a .img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 35px;
}
.container #c1_wrap .c1_inner .c1_tab .c1_list li a .text .tit {
  display: inline-block;
  width: 70px;
  line-height: 25px;
  text-align: center;
  border-radius: 12.5px;
  border: solid 1px #e66da5;
  color: #e66da5;
  font-size: 13px;
  font-weight: 700;
  transition: 0.3s;
}
.container #c1_wrap .c1_inner .c1_tab .c1_list li a .text h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px 0 25px;
}
.container #c1_wrap .c1_inner .c1_tab .c1_list li a .text p {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 56px;
  margin-bottom: 40px;
}
.container #c1_wrap .c1_inner .c1_tab .c1_list li a .text .date {
  font-size: 13px;
  color: #666;
}
.container #c1_wrap .c1_inner .c1_tab .c1_list li a .text .date i {
  display: inline-block;
  font-size: 15px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.container #c1_wrap .c1_inner .c1_tab .c1_list li a .text .date i .xi-calendar::before {
  content: "\e9a0";
}
.container #c1_wrap .c1_inner .c1_tab .c1_list li a .text .date i .xi-eye-o::before {
  content: "\e950";
}
.container #c1_wrap .c1_inner .c1_tab .c1_list .slick-slide {
  margin-right: 27px;
}
.container #c2_wrap {
  padding: 245px 0;
  position: relative;
  background: url(./../images/c2_bg.jpg) 50%/cover no-repeat;
  overflow: hidden;
}
.container #c2_wrap .c2_inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.container #c2_wrap .c2_inner .top {
  display: flex;
  justify-content: space-between;
}
.container #c2_wrap .c2_inner .fs_55 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.29;
  color: #fff !important;
}
.container #c2_wrap .c2_inner .fs_17 {
  font-size: 17px;
  font-weight: 700;
  color: #fff !important;
}
.container #c2_wrap .c2_inner .tab_list {
  display: flex;
  align-items: center;
}
.container #c2_wrap .c2_inner .tab_list li a {
  display: block;
  min-width: 95px;
  padding: 0 16px;
  line-height: 35px;
  border-radius: 17.5px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.container #c2_wrap .c2_inner .tab_list li.acitve {
  background-color: #e66da5;
}
.container #c2_wrap .c2_inner .tab_list li + li {
  margin-left: 12px;
}
.container #c2_wrap .c2_inner .c2_tab {
  width: 100%;
  position: relative;
  display: none;
}
.container #c2_wrap .c2_inner .c2_tab.active {
  display: block;
}
.container #c2_wrap .c2_inner .arrows {
  position: absolute;
  top: calc(50% - 28px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 200px);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container #c2_wrap .c2_inner .slick-arrow {
  cursor: pointer;
  transition: all 0.2s;
  display: block;
  text-decoration: none;
  font-size: 0;
  background: transparent;
  border-radius: 50%;
  border: solid 1px #ddd;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container #c2_wrap .c2_inner .slick-arrow .slick-prev::before {
  content: "";
  display: block;
  width: 12px;
  height: 21px;
  background: url(../images/c2_prev.png) no-repeat center;
  margin-left: -4px;
}
.container #c2_wrap .c2_inner .slick-arrow .slick-next::before {
  content: "";
  display: block;
  width: 12px;
  height: 21px;
  background: url(../images/c2_next.png) no-repeat center;
  margin-left: -4px;
}
.container #c2_wrap .c2_inner .c2_list {
  position: relative;
  width: calc(100% + 20px);
  left: -10px;
  margin-top: 40px;
}
.container #c2_wrap .c2_inner .c2_list li a {
  display: block;
  overflow: hidden;
  background-color: #f7f7f7;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  transition: 0.3s;
}
.container #c2_wrap .c2_inner .c2_list li a .img img {
  width: 100%;
}
.container #c2_wrap .c2_inner .dots {
  margin-top: 35px;
}
.container #c2_wrap .c2_inner .slick-dots li {
  margin-right: 11px;
}
.container #c2_wrap .c2_inner .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 1px #ddd;
  transition: 0.3s;
}
.container #c2_wrap .c2_inner .slick-dots li .slick-active button {
  width: 20px;
  border-radius: 5px;
  background: #e66da5;
}

#c2_wrap {
  background-color: #2f2f3f;
  padding: 80px 20px;
  color: #fff;
}
#c2_wrap .c2_inner {
  max-width: 1200px;
  margin: 0 auto;
}
#c2_wrap .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
#c2_wrap .top h3 {
  font-size: 2.5rem;
  margin: 0;
}
#c2_wrap .top .c2_tabwrap {
  display: flex;
  align-items: center;
}
#c2_wrap .top .c2_tabwrap .tab_list {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#c2_wrap .top .c2_tabwrap .tab_list button {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  padding: 8px 14px;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.3s;
}
#c2_wrap .top .c2_tabwrap .tab_list button.active, #c2_wrap .top .c2_tabwrap .tab_list button:hover {
  background: #ff5d8f;
}
#c2_wrap .c2_tab {
  display: none;
  position: relative;
}
#c2_wrap .c2_tab.active {
  display: block;
}
#c2_wrap .c2_tab .c2_list {
  margin: 0 -10px;
}
#c2_wrap .c2_tab .c2_list .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
}
#c2_wrap .c2_tab .c2_list .slick-slide .img {
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
#c2_wrap .c2_tab .c2_list .slick-slide .img img {
  width: 100%;
  display: block;
}
#c2_wrap .c2_tab .c2_list .slick-slide .text {
  background: #fff;
  color: #333;
  padding: 16px;
  border-radius: 0 0 12px 12px;
  margin-top: -4px;
}
#c2_wrap .c2_tab .c2_list .slick-slide .text .tit {
  display: block;
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 4px;
}
#c2_wrap .c2_tab .c2_list .slick-slide .text h4 {
  font-size: 1.1rem;
  margin: 0 0 8px;
  line-height: 1.3;
}
#c2_wrap .c2_tab .c2_list .slick-slide .text .span_wrap {
  display: flex;
  gap: 12px;
  font-size: 0.85rem;
  color: #aaa;
}
#c2_wrap .c2_tab .c2_list .slick-slide .text .span_wrap i {
  margin-right: 4px;
}
#c2_wrap .c2_tab .arrows {
  position: absolute;
  top: 50%;
  left: -25%;
  right: -25%;
  pointer-events: none;
}
#c2_wrap .c2_tab .arrows button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  pointer-events: all;
  cursor: pointer;
}
#c2_wrap .c2_tab .arrows .slick-prev {
  left: -22px;
}
#c2_wrap .c2_tab .arrows .slick-next {
  right: -22px;
}
#c2_wrap .c2_tab .dots {
  text-align: center;
  margin-top: 24px;
}
#c2_wrap .c2_tab .dots .slick-dots {
  display: flex !important;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
#c2_wrap .c2_tab .dots .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  cursor: pointer;
}
#c2_wrap .c2_tab .dots .slick-dots li.slick-active button {
  background: #ff5d8f;
}

@media (max-width: 768px) {
  #c2_wrap .c2_list .slick-slide {
    width: 80% !important;
  }
  #c2_wrap .c2_tab .slick-prev {
    left: 8px;
  }
  #c2_wrap .c2_tab .slick-next {
    right: 8px;
  }
}
/* slick 테마 덮어쓰기 */
.slick-dots li button:before {
  font-family: inherit !important;
}

#c3_wrap {
  padding: 10px 0 120px;
  position: relative;
}
#c3_wrap .deco {
  position: absolute;
  z-index: 1;
}
#c3_wrap .deco1 {
  left: calc(50% - 720px);
  top: calc(50% - 190px);
  transform: translateY(-50%);
}
#c3_wrap .deco2 {
  left: calc(50% + 225px);
  top: -144px;
}
#c3_wrap .deco3 {
  right: 73px;
  bottom: -80px;
}
#c3_wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 148px;
  background: url(../images/c3_bg.png) top/cover no-repeat;
  z-index: 1 !important;
  position: absolute;
  top: -146px;
  left: 0;
}
#c3_wrap svg {
  display: none;
}
#c3_wrap .c3_inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#c3_wrap .c3_inner .fs_55 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.29;
  color: #000;
}
#c3_wrap .c3_inner .fs_18 {
  font-size: 18px;
  line-height: 1.83;
  color: #333;
  font-weight: 500 !important;
}
#c3_wrap .c3_inner .vm_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  width: 180px;
  height: 50px;
  border-radius: 25px;
  position: relative;
  background-color: #e66da5;
  color: #fff;
  z-index: 2;
  margin-top: 50px;
}
#c3_wrap .c3_inner .fs_16 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
#c3_wrap .c3_inner .vm_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
#c3_wrap .c3_inner .vm_btn i {
  margin-right: 10px;
  font-size: 20px;
}
#c3_wrap .c3_inner .vm_btn span {
  font-size: 16px;
}
#c3_wrap .flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
}
#c3_wrap .flex_wrap .text h4 {
  margin-bottom: 30px;
}
#c3_wrap .img {
  width: 50%;
  margin-right: 65px;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}
#c3_wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vm_inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.vm_inner .wrap {
  position: relative;
  display: block;
  height: 100%;
  filter: url(#goo);
}

@supports (filter: url("#goo")) {
  .vm_inner .wrap span {
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}/*# sourceMappingURL=main.css.map */