@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.p_main .header {
  background: #090B19;
  transition: background 0.2s ease-in-out;
}
.p_main .header.fixed {
  background: rgba(9, 11, 25, 0.9);
}
.p_main .header .icon {
  display: none;
}
.p_main .header .icon.white {
  display: block;
}
@media screen and (max-width: 1023.9px) {
  .p_main .header.has_btn_bar_active {
    opacity: 1;
    background-color: #fff;
  }
  .p_main .header.has_btn_bar_active .icon {
    display: block;
  }
  .p_main .header.has_btn_bar_active .icon.white {
    display: none;
  }
  .p_main .header.has_btn_bar_active .btn_bar {
    background-image: url(../img/btn_close.png) !important;
  }
}
.p_main .header .gnb .menu {
  color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .p_main .header .gnb .menu {
    color: #707070;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_main .header .btn_bar {
    background-image: url(../img/btn_bar_white.png);
  }
  .p_main .header .btn_bar.active {
    background-image: url(../img/btn_close_white.png);
  }
  .p_main .header .ribbon .icon {
    display: block;
  }
  .p_main .header .ribbon .icon.white {
    display: none;
  }
}
.p_main .main_section {
  position: relative;
  overflow: hidden;
}
.p_main .main_section .com_center_wrap {
  position: relative;
  padding: 0 100px;
  max-width: 1600px;
}
@media screen and (max-width: 1599.9px) {
  .p_main .main_section .com_center_wrap {
    padding: 0 12.5vw;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_main .main_section .com_center_wrap {
    padding: 0;
  }
}
.p_main .main_section .pc_img {
  display: block;
}
.p_main .main_section .mo_img {
  display: none;
}
.p_main .main_section .sound_only {
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  height: 1px;
  font-size: 1px;
  color: transparent;
  overflow: hidden;
}
@media screen and (max-width: 1023.9px) {
  .p_main .main_section .pc_img {
    display: none;
  }
  .p_main .main_section .mo_img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.p_main .main_section .swiper .item {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1920px;
  height: 810px;
  min-width: 1920px;
  aspect-ratio: auto;
}
.p_main .main_section .swiper .item img {
  object-fit: contain;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
.p_main .main_section .swiper .item > a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1599.9px) {
  .p_main .main_section .swiper .item {
    width: 100%;
    height: auto;
    min-width: 100%;
  }
  .p_main .main_section .swiper .item img {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1599.9px) {
  .p_main .main_section .swiper .control {
    bottom: 3.125vw;
    height: 2.447vw;
  }
  .p_main .main_section .swiper .control .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.416vw;
    height: 0.625vw;
    margin-top: 0.911vw;
  }
  .p_main .main_section .swiper .control .swiper-pagination-bullets .swiper-pagination-bullet-active {
    height: 2.447vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_main .main_section .swiper .control {
    bottom: 15px;
    height: 24px;
  }
  .p_main .main_section .swiper .control .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 4px;
    height: 6px;
    margin-top: 9px;
  }
  .p_main .main_section .swiper .control .swiper-pagination-bullets .swiper-pagination-bullet-active {
    height: 24px;
    margin-top: 0;
  }
}
.p_main .main_section.visual_sec .swiper .item {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1920px;
  height: 825px;
  min-width: 1920px;
  aspect-ratio: auto;
}
.p_main .main_section.visual_sec .swiper .item img {
  object-fit: contain;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
@media screen and (max-width: 1599.9px) {
  .p_main .main_section.visual_sec .swiper .item {
    width: 100%;
    height: auto;
    min-width: 100%;
  }
  .p_main .main_section.visual_sec .swiper .item img {
    max-width: 100%;
  }
}
.p_main .main_section.reference_area {
  width: 100%;
  height: auto;
  text-align: center;
  background: #fff;
}
.p_main .main_section.reference_area .top_area {
  background: linear-gradient(180deg, #E7E7E7 17.55%, rgba(243, 243, 243, 0) 84.55%);
}
@media screen and (max-width: 1023.9px) {
  .p_main .main_section.reference_area .top_area {
    background: none;
  }
}
.p_main .main_section.reference_area .shortcut {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1023.9px) {
  .p_main .main_section.reference_area .shortcut {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_main .main_section.reference_area .ref_link_list {
    padding: 0 6.66vw 16.53vw;
  }
}
.p_main .main_section.reference_area .ref_link_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
}
@media screen and (max-width: 1023.9px) {
  .p_main .main_section.reference_area .ref_link_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
}
.p_main .main_section.reference_area .ref_link_list li {
  width: 33.3333333333%;
}
@media screen and (max-width: 1023.9px) {
  .p_main .main_section.reference_area .ref_link_list li {
    width: 100%;
  }
}
.p_main .main_section.reference_area .ref_link_list li a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 85.84%;
  overflow: hidden;
}
.p_main .main_section.reference_area .ref_link_list li a .thumb {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p_main .main_section.reference_area .ref_link_list li a:hover .dim_box {
  opacity: 1;
}
@media screen and (max-width: 1023.9px) {
  .p_main .main_section.reference_area .ref_link_list li a {
    padding-bottom: 85.53%;
  }
  .p_main .main_section.reference_area .ref_link_list li a .thumb {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
}
.p_main .main_section.reference_area .ref_link_list li a .dim_box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.2s ease;
}
.p_main .main_section.reference_area .ref_link_list li a .dim_box .middle_line {
  line-height: 1.2;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.32px;
}
@media screen and (max-width: 1599.9px) {
  .p_main .main_section.reference_area .ref_link_list li a .dim_box .middle_line {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_main .main_section.reference_area .ref_link_list li a .dim_box .middle_line {
    font-size: 14px;
  }
}
.p_main .main_section.reference_area .ref_link_list li a .dim_box .middle_line:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  background: url("../img/icon_shortcut.png") no-repeat 50% 50%;
  background-size: 100% auto;
  margin: 3px 0 0 15px;
}
.p_main .main_section.brochure_area {
  background: #090b18;
}
.p_main .main_section.brochure_area .com_center_wrap {
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .p_main .main_section.brochure_area .com_center_wrap {
    padding: 69.6vw 0;
  }
}
.p_main .main_section.brochure_area .shortcut {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1599.9px) {
  .p_main .main_section.brochure_area .shortcut {
    width: 24.32vw;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_main .main_section.brochure_area .shortcut {
    display: block;
    width: 100%;
  }
}
.p_main .main_section.brochure_area .brochure_rep {
  position: absolute;
  width: 466px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 1599.9px) {
  .p_main .main_section.brochure_area .brochure_rep {
    width: 24.27vw;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_main .main_section.brochure_area .brochure_rep {
    width: 100%;
    height: auto;
    border-left: 0;
    border-right: 0;
  }
}
.p_main .main_section.brochure_area .brochure_rep a {
  position: absolute;
  display: block;
  width: 100%;
  overflow: hidden;
}
.p_main .main_section.brochure_area .brochure_rep a .thumb {
  transform: scale(1);
  transition: all 0.3s ease;
}
.p_main .main_section.brochure_area .brochure_rep a:hover .thumb {
  transform: scale(1.05);
}
@media screen and (max-width: 1023.9px) {
  .p_main .main_section.brochure_area .brochure_rep a {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 53.33%;
  }
  .p_main .main_section.brochure_area .brochure_rep a .thumb {
    width: 100%;
  }
}
.p_main .main_section.brochure_area .brochure_rep.rep01 {
  top: 0;
  left: 100px;
}
@media screen and (max-width: 1599.9px) {
  .p_main .main_section.brochure_area .brochure_rep.rep01 {
    left: 12.5vw;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_main .main_section.brochure_area .brochure_rep.rep01 {
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.p_main .main_section.brochure_area .brochure_rep.rep01 a {
  top: 0;
  left: 0;
}
.p_main .main_section.brochure_area .brochure_rep.rep02 {
  bottom: 0;
  right: 100px;
}
@media screen and (max-width: 1599.9px) {
  .p_main .main_section.brochure_area .brochure_rep.rep02 {
    right: 12.5vw;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_main .main_section.brochure_area .brochure_rep.rep02 {
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.p_main .main_section.brochure_area .brochure_rep.rep02 a {
  bottom: 0;
  right: 0;
}

.main_pop {
  position: absolute;
  z-index: 10;
}
.main_pop .btn_area {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  padding: 10px;
}
@media screen and (max-width: 767.9px) {
  .main_pop {
    width: 100%;
    bottom: 0;
    left: 0 !important;
    top: auto !important;
  }
  .main_pop img {
    width: 100% !important;
  }
}