@charset "UTF-8"; 
/* #### MAIN #### */
/* banner */
.section_banner {
  width: 100%;
  position: relative;
}
.bannerSwiper .main_banner {
  width: 100%;
  height: 1048px;
  position: relative;
}
.bannerSwiper .main_banner .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bannerSwiper .main_banner .bg::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00000047;
}
.bannerSwiper .main_banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerSwiper .main_banner .banner_text {
  position: absolute;
  left: 64px;
  bottom: 20%;
}
.bannerSwiper .main_banner .banner_text span {
  color: #fff;
  letter-spacing: -0.01em;
  word-spacing: -0.01em;
  width: auto;
  height: 42px;
  border: 1px solid #FFFFFF59;
  border-radius: 800px;
  padding: 0 10px;
  display: inline-block;
  line-height: 42px;
  opacity: 0;
  transform: translateY(20px);
}
.bannerSwiper .main_banner .banner_text h1 {
  margin-top: 16px;
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
}
.bannerSwiper .main_banner .banner_text.is-animate h1 {
  animation: bannerTitle 0.8s ease-out forwards;
}
.bannerSwiper .main_banner .banner_text.is-animate span {
  animation: bannerSub 0.8s ease-out forwards;
  animation-delay: 0.25s;
}
@keyframes bannerTitle {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bannerSub {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.banner-pagination {
  display: inline-block;
  width: auto;
  position: absolute;
  right: 32px;
  bottom: 22px;
  color: #fff;
  top: auto;
  left: auto;
  font-size: 18px;
  font-weight: 400;
}
.banner-pagination .swiper-pagination-current {
  font-weight: 600;
}
.banner-pagination .slash {
  margin: 0 2px;
  opacity: 0.6;
}
.banner-thumbs {
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 32px;
  left: 64px;
  z-index: 10;
}
.banner-thumbs .thumb {
  width: 100px;
  height: 70px;
  border-radius: 4px;
  overflow: hidden;
  transition: opacity 0.3s;
  cursor: pointer;
  position: relative;
}
.banner-thumbs .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-thumbs .thumb.active::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: #00000080;
  z-index: 100;
}
/* about */
.section_about {
  padding-top: 70px;
  background-color: #fff;
}
.sec__inner {
  padding: 0 32px;
}
.section_about .intro {
  max-width: 717px;
  margin: 0 auto;
  margin-bottom: 122px;
}
.section_about .intro h2 {
  font-size: 40px;
  font-weight: 500;
  color: #111;
  margin-bottom: 24px;
}
a.readmore {
  line-height: 30px;
  display: inline-block;
  height: 30px;
}
a.readmore span {
  line-height: 1.5;
  color: #767676;
  padding-right: 28px;
  position: relative;
}
a.readmore span::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.35s;
  background: url(../_img/icon/icon_readmore.svg) no-repeat center / contain;
}
a.readmore.black span {
  color: #111;
}
a.readmore.black span::after {
  background-image: url(../_img/icon/icon_readmore_black.svg);
}
a.readmore:hover span::after {
  right: -8px;
}
.main_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 32px;
}
.main_title .tit h2 {
  font-size: 48px;
  line-height: 1.3;
  color: #111;
}
.main_title .tit p {
  margin-top: 12px;
  color: #505050;
}
.about_design .about_list {
  margin-top: 48px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.about_list .about_item {
  flex: 1;
  /* min-width: 340px; */
}
@media screen and (min-width: 768px) and (max-width:1200px) {
  .about_list .about_item {
    min-width: calc(50% - 20px);
  }
}
.about_item .thum {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  overflow: hidden;
}
.about_item .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_item .desc {
  margin-top: 32px;
  padding: 0 20px;
}
.about_item .desc h3 {
  font-size: 32px;
  color: #111;
  line-height: 1.3;
}
.about_item .desc p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #767676;
}
/* works */
.section_works {
  padding-top: 184px;
  padding-bottom: 168px;
}
.works_type {
  display: flex;
  align-items: center;
  gap: 32px;
}
.works_type button {
  font-size: 24px;
  font-weight: 500;
  color: #AAA;
  line-height: 1.3;
}
.works_type button.active {
  color: #111;
}
.works_list {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.works_list .works_item {
  display: inline-block;
  flex: 1;
  min-width: calc((100% / 3) - 20px);
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  overflow: hidden;
}
.works_item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.works_item .bg::before,
.works_item .bg::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  z-index: 0;
  transition: opacity 0.35s ease;
}
.works_item .bg::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32));
  opacity: 1;
  z-index: 1;
}
.works_item .bg::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
}
.works_item:hover .bg::before {
  opacity: 0;
}
.works_item:hover .bg::after {
  opacity: 1;
}
.works_item .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works_item span.type {
  display: inline-block;
  width: auto;
  padding: 0 12px;
  background: #00000066;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  height: 33px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 20px;
}
.works_item .work_title {
  padding: 12px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.works_item .work_title h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}
.works_item .work_title p {
  margin-top: 12px;
  line-height: 1.5;
  color: #FFFFFFCC;
}
.works_btn {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.works_btn .btn_readmore {
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  border-radius: 800px;
  background-color: #fff;
  border: 1px solid #111111;
  font-size: 18px;
  color: #111;
  transition: 0.35s;
}
.works_btn .btn_readmore:hover {
  background-color: #111;
  color: #fff;
}
/* process */
.section_process {
  background-color: #F5F5F5;
  padding: 120px 0px;
}
.section_process .sec__inner {
  padding: 0 64px;
}
.process_list {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.process_list .process_item {
  width: calc(25% - 60px);
  border: 1px solid #E5E5EC;
  padding: 32px;
  background-color: #fff;
  transition: 0.35s;
  margin-right: 48px;
  position: relative;
}
.process_list .process_item::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 1px;
  position: absolute;
  right: -52px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #CCCCCC;
}
@media screen and (min-width: 1200px) and (max-width:1500px) {
  .process_list .process_item {
    width: calc((100% / 3) - 60px);
  }
}
@media screen and (min-width: 768px) and (max-width:1199px) {
  .process_list .process_item {
    width: calc((100% / 2) - 60px);
  }
}
.process_list .process_item:last-child::after {
  content: none;
}
.process_list .process_item:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.process_item .tit h3 {
  font-size: 22px;
  font-weight: 500;
  color: #111;
}
.process_item .tit p {
  margin-top: 8px;
  font-size: 16px;
  color: #767676;
}
.process_item .icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}
.process_item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section_align {
  padding: 160px 0;
}
.section_align .sec__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding: 0 64px;
}
.align_video {
  flex: 1;
  aspect-ratio: 1000 / 645;
}
.align_video video {
  width: 100%;
  height: 100%;
}
.section_align .align_desc {
  width: 100%;
  flex: 0.7;
  /* max-width: 712px; */
}
.align_desc .tit {
  padding-bottom: 32px;
  border-bottom: 1px solid #F1F1F5;
}
.align_desc .tit h3 {
  font-size: 48px;
  line-height: 1.3;
  color: #111;
}
.align_desc .tit p {
  margin-top: 20px;
  font-size: 16px;
  color: #505050;
}
.align_step--list .step {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 32px;
  padding: 4px;
}
.align_step--list .step>span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #F1F1F5;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
}
.align_step--list .step h3 {
  font-size: 22px;
  font-weight: 500;
  color: #111;
}
.align_step--list .step p {
  margin-top: 4px;
  font-size: 16px;
  color: #767676;
}
/* Contact */
.section_contact {
  width: 100%;
  padding: 160px 0;
  background: url(../_img/main/contact_bg.jpg) no-repeat center center / cover;
}
.section_contact .tit {
  text-align: center;
}
.section_contact .tit h2 {
  font-size: 48px;
  line-height: 1.3;
  color: #fff;
  font-weight: 400;
}
.section_contact .tit p {
  margin-top: 12px;
  font-size: 16px;
  color: #CCC;
}
.form_contact {
  max-width: 600px;
  margin: 40px auto 0;
}
.input--typeContact .input_label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #AAA;
  margin-bottom: 8px;
}
.input_flex_box .input--typeContact {
  flex: 1;
}
.input--typeContact input {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  background-color: rgb(0, 0, 0, 0.32);
  border: 1px solid #767676;
  color: #fff;
}
.input--typeContact textarea {
  width: 100%;
  height: 182px;
  background-color: rgb(0, 0, 0, 0.32);
  border: 1px solid #767676;
  padding: 16px;
}
.input--typeContact select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 54px;
  color: #fff;
  border: 1px solid #767676;
  padding: 0 16px;
  background: rgb(0, 0, 0, 0.32) url('../_img/icon/icon_select_arrow_white.svg') no-repeat center right 16px / 20px;
}
.form_contact .btn-big {
  margin-top: 32px;
}
@media screen and (min-width:768px) and (max-width: 1200px) { 
  .main_title {
    padding: 0 0;
  }
  .works_list .works_item {
    min-width: calc(50% - 20px);
  }
  .section_process .sec__inner {
    padding: 0 20px;
  }
  .section_align .sec__inner {
    padding: 0 20px;
    gap: 24px;
  }
} 
@media screen and (max-width:767px) { 
  .bannerSwiper .main_banner {
    height: 760px;
  }
  .bannerSwiper .main_banner .banner_text {
    left: 20px;
    bottom: 24%;
  }
  .bannerSwiper .main_banner .banner_text span {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .bannerSwiper .main_banner .banner_text h1 {
    margin-top: 12px;
    font-size: 24px;
  }
  .banner-pagination {
    bottom: 64px;
    right: auto;
    left: 20px;
    font-size: 13px;
  }
  .banner-thumbs {
    bottom: 90px;
    left: 20px;
  }
  .section_about {
    padding-top: 64px;
    padding-bottom: 40px;
  }
  .sec__inner {
    padding: 0 20px;
  }
  .section_about .intro {
    margin-bottom: 64px;
  }
  .section_about .intro h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  a.readmore {
    height: 21px;
    line-height: 22px;
  }
  a.readmore span {
    font-size: 14px;
  }
  .main_title {
    padding: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .main_title .tit h2 {
    font-size: 24px;
  }
  .main_title .tit p {
    margin-top: 8px;
  }
  .about_list_swiper {
    margin-top: 24px;
  }
  .about_item .desc {
    margin-top: 20px;
  }
  .about_item .desc h3 {
    font-size: 20px;
  }
  .about_item .desc p {
    margin-top: 8px;
    font-size: 14px;
  }
  .section_works {
    padding: 64px 0px;
  }
  .works_type {
    gap: 12px;
  }
  .works_type button {
    font-size: 16px;
  }
  .works_list {
    margin-top: 24px;
    flex-direction: column;
    gap: 12px;
  }
  .works_list .works_item {
    flex: auto;
    min-width: auto;
    width: 100%;
    aspect-ratio: initial;
    aspect-ratio: 32 / 16;
  }
  .works_item span.type {
    padding: 0 8px;
    font-size: 12px;
    height: 26px;
    top: 12px;
    left: 12px;
  }
  .works_item .work_title {
    padding: 0;
    bottom: 12px;
    left: 12px;
  }
  .works_item .work_title h3 {
    font-size: 18px;
  }
  .works_item .work_title p {
    margin-top: 8px;
    font-size: 13px;
  }
  .works_btn {
    margin-top: 24px;
  }
  .works_btn .btn_readmore {
    height: 44px;
    width: 100%;
    font-size: 14px;
  }
  .section_process {
    padding: 64px 0;
  }
  .section_process .sec__inner {
    padding: 0 20px;
  }
  .process_list {
    margin-top: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .process_list .process_item {
    padding: 20px;
    width: 100%;
  }
  .process_list .process_item::after {
    content: none;
  }
  .process_item .icon {
    width: 38px;
    height: 38px;
  }
  .process_item .tit h3 {
    font-size: 16px;
  }
  .process_item .tit p {
    margin-top: 4px;
    font-size: 13px;
  }
  .section_align {
    padding: 64px 0;
  }
  .section_align .sec__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 0 20px;
  }
  .align_video {
    flex: auto;
  }
  .section_align .align_desc {
    flex: auto;
  }
  .align_desc .tit {
    padding-bottom: 24px;
  }
  .align_desc .tit h3 {
    font-size: 24px;
  }
  .align_desc .tit p {
    margin-top: 8px;
    font-size: 14px;
  }
  .align_step--list .step {
    gap: 8px;
    margin-top: 24px;
    padding: 0px;
  }
  .align_step--list .step>span {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .align_step--list .step h3 {
    font-size: 16px;
  }
  .align_step--list .step p {
    font-size: 14px;
  }
  .section_contact {
    padding: 64px 0;
  }
  .section_contact .tit h2 {
    font-size: 24px;
  }
  .section_contact .tit p {
    margin-top: 8px;
    font-size: 14px;
  }
  .form_contact {
    margin: 24px auto 0;
  }
  .input--typeContact .input_label {
    font-size: 14px;
  }
  .input_flex_box .input--typeContact {
    flex: auto;
    width: 100%;
  }
  .input--typeContact input {
    height: 44px;
    padding: 0 12px;
    font-size: 14px;
  }
  .input--typeContact textarea {
    height: 160px;
    padding: 12px;
  }
  .input--typeContact select {
    height: 44px;
    font-size: 14px;
  }
  .form_contact .btn-big {
    margin-top: 24px;
  }
}
/* #### About #### */
.about-tab_contents {
  display: none;
}
.about-tab_contents.on {
  display: block;
}
.about-tab_contents h1.tit {
  font-size: 40px;
  font-weight: 500;
}
/* 인사말 */
.greeting_box {
  display: flex;
  align-items: center;
  gap: 80px;
}
.greeting_img {
  max-width: 640px;
  width: 100%;
  height: auto;
}
.greeting_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.greeting_text {
  padding-top: 20px;
  max-width: 650px;
}
.greeting_text h1 {
  font-size: 40px;
  font-weight: 500;
}
.greeting_text p {
  margin-top: 32px;
  font-size: 18px;
  line-height: 1.6;
  color: #505050;
}
/* 연혁 */
.history_box {
  display: flex;
  gap: 30px;
  margin-top: 80px;
  position: relative;
}
.history_box .left {
  width: 520px;
  flex-shrink: 0;
}
.history_box .left .history_img {
  width: 520px;
  height: 315px;
  transition: 0.5s;
  position: absolute;
  top: 0;  
  left: 0;
}
.history_box .history_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.history_list {
  position: relative;
}
.history_list::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 20px;
  top: 0;
  background-color: #E5E5E8;
}
.history_item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 120px;
}
.history_item .dot {
  flex-shrink: 0;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history_item .dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #111;
  position: relative;
  z-index: 2;
}
.history_item.active .dot span {
  width: 30px;
  height: 30px;
  border-width: 8px;
}
.history_item.active .dot {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #F1F1F5;
}
.history_item .desc h3.year {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  transition: 0.35s;
}
.history_item.active .desc h3.year {
  font-size: 40px;
}
.history_item .desc ul li {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
/* 조직도 */
.organization .organization_chart {
  margin-top: 80px;
  width: 100%;
}
.organization .organization_chart img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
/* 오시는 길 */
.directions_list {
  margin-top: 80px;
}
.directions_item:not(:last-child) {
  margin-bottom: 80px;
}
.directions_item .info h3 {
  font-size: 24px;
  font-weight: 500;
}
.directions_item .info ul li {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #767676;
}
.directions_item .info ul li span {
  display: inline-block;
  width: 48px;
  font-size: 16px;
  font-weight: 500;
  color: #111;
  flex-shrink: 0;
}
.directions_item .map {
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .about-tab_contents h1.tit {
    font-size: 18px;
  }
  .greeting_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .greeting_text {
    padding-top: 24px;
  }
  .greeting_text h1 {
    font-size: 18px;
  }
  .greeting_text p {
    margin-top: 24px;
    font-size: 14px;
  }
  .history_box {
    flex-direction: column;
    margin-top: 40px;
    gap: 24px;
  }
  .history_box .left {
    width: 100%;
  }
  .history_box .left .history_img {
    width: 100%;
    height: auto;
    position: static;
  }
  .history_list::after {
    content: none;
  }
  .history_item {
    padding-bottom: 40px;
  }
  .history_item .dot {
    display: none;
  }
  .history_item .desc h3.year {
    font-size: 20px;
  }
  .history_item .desc ul li {
    margin-top: 12px;
    font-size: 16px;
  }
  .organization .organization_chart {
    margin-top: 24px;
  }
  .directions_list {
    margin-top: 24px;
  }
  .directions_item:not(:last-child) {
    margin-bottom: 24px;
  }
  .directions_item .info h3 {
    font-size: 16px;
  }
  .directions_item .info ul li {
    margin-top: 12px;
    font-size: 14px;
  }
  .directions_item .info ul li span {
    width: 40px;
    font-size: 14px;
  }
  .directions_item .map {
    margin-top: 12px;
  }
} 
/* #### Business #### */
.business-dtl {
  padding-top: 0px;
}
.business-dtl .page__inner {
  max-width: 100%;
}
.business-dtl_box {
  display: flex;
  gap: 56px;
}
.business_swiper_wrap {
  flex: 1.6;
  position: relative;
  min-width: 0;
}
.businessSwiper {
  width: 100%;
  height: 682px;
  position: relative;
}
.business-dtl_img {
  width: 100%;
  height: 682px;
}
.business-dtl_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-thumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 100;
}
.business-thumbs .thumb {
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.business-thumbs .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-thumbs .thumb.active {
  border: 1px solid #fff;
}
.business-thumbs .thumb.active::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: #00000080;
  z-index: 100;
}
.businessSwiper .swiper-button-prev,
.businessSwiper .swiper-button-next {
  display: inline-block;
  width: 56px;
  height: 80px;
  position: absolute;
  z-index: 100;
  left: 0;  
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(0, 0, 0, 0.6);
}
.businessSwiper .swiper-button-disabled {
  background-color: rgb(0, 0, 0, 0.2);
  opacity: 1;
}
.businessSwiper .swiper-button-prev::after,
.businessSwiper .swiper-button-next::after {
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  background: url(../_img/icon/icon_swiper_arrow.svg) no-repeat center / contain
}
.businessSwiper .swiper-button-next {
  right: 0;
  left: auto;
}
.businessSwiper .swiper-button-next::after {
  transform: translate(-50%, -50%) scaleX(-1);
}
.business_info {
  flex: 1;
  min-width: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.business-info_box {
  width: 100%;
}
.business-info_box h1.business_tit {
  margin-top: 32px;
  font-size: 32px;
  font-weight: 700;
}
.business-info_list {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
.business-info_list li {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #E5E5EC;
  min-height: 66px;
  padding: 0 20px;
}
.business-info_list li span.info_tit {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  display: inline-block;
  width: 80px;
  flex-shrink: 0;
}
.business-info_list li div.info_cnts {
  color: #333;
}
.hashtags {
  margin-top: 20px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.hashtags span {
  display: inline-block;
  width: auto;
  padding: 0 16px;
  height: 42px;
  border-radius: 800px;
  border: 1px solid #E5E5EC;
  line-height: 42px;  
  font-weight: 500;
  color: #333;
}
.dtl_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.dtl_btns .btn_page span {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  position: relative;
}
.dtl_btns .btn_page.prev span {
  padding-left: 64px;
}
.dtl_btns .btn_page.prev span::before {
  content: '';
  display: inline-block;
  width:  56px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../_img/icon/icon_page_prev.svg) no-repeat center / contain;
}
.dtl_btns .btn_page.next span {
  padding-right: 64px;
}
.dtl_btns .btn_page.next span::before {
  content: '';
  display: inline-block;
  width:  56px;
  height: 56px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../_img/icon/icon_page_next.svg) no-repeat center / contain;
}
.dtl_btns .btn_list {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: url(../_img/icon/icon_page_list.svg) no-repeat center /contain;
}
@media screen and (min-width:768px) and (max-width: 1200px) { 
  .business-dtl_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .businessSwiper {
    width: calc(100vw - 48px);
    height: 540px;
  }
  .business_info {
    gap: 40px;
  }
}
@media screen and (max-width:767px) {
  .business-dtl_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .business_swiper_wrap {
    flex: auto;
  }
  .businessSwiper {
    width: calc(100vw - 48px);
    height: 320px;
  }
  .business-dtl_img {
    height: 320px;
  }
  .business-thumbs {
    bottom: 20px;
    left: 20px;
  }
  .business-thumbs .thumb {
    width: 48px;
    height: 48px;
  }
  .businessSwiper .swiper-button-prev,
  .businessSwiper .swiper-button-next {
    width: 38px;
    height: 52px;
  }
  .businessSwiper .swiper-button-prev::after,
  .businessSwiper .swiper-button-next::after {
    width: 24px;
    height: 24px;
  }
  .business_info {
    flex: auto;
    gap: 24px;
  }
  .business-info_box h1.business_tit {
    margin-top: 24px;
    font-size: 24px;
  }
  .business-info_list li {
    min-height: 46px;
    padding: 0 12px;
  }
  .business-info_list li span.info_tit {
    font-size: 14px;
  }
  .business-info_list li div.info_cnts {
    font-size: 14px;
  }
  .hashtags {
    margin-top: 12px;
    gap: 4px;
  }
  .hashtags span {
    height: 33px;
    line-height: 33px;
    padding: 0 12px;
    font-size: 13px;
  }
  .dtl_btns .btn_page span {
    font-size: 12px;
  }
  .dtl_btns .btn_page.prev span {
    padding-left: 48px;
  }
  .dtl_btns .btn_page.prev span::before {
    width: 40px;
    height: 40px;
  }
  .dtl_btns .btn_page.next span {
    padding-right: 48px;
  }
  .dtl_btns .btn_page.next span::before {
    width: 40px;
    height: 40px;
  }
  .dtl_btns .btn_list {
    width: 40px;
    height: 40px;
  }
}
/* #### Brand #### */
.brand_list {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 48px 20px;
}
.brand_list .brand_item {
  display: block;
  flex: 1;
  min-width: calc((100% / 3) - 20px);
}
.brand_item .thum {
  aspect-ratio: 506 / 360;
  border-radius: 4px;
  overflow: hidden;
}
.brand_item .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand_item .desc {
  padding: 20px 8px 40px;
}
.brand_item .desc h3 {
  font-size: 24px;
  font-weight: 500;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word; 
  word-break: break-all;
  line-height: 1.4;
  height: auto;
}
.brand_item .desc p {
  margin-top: 12px;
  font-weight: 500;
  color: #767676;
}
.brand-dtl__box {
  max-width: 896px;
  margin: 0 auto;
}
.btn_back {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: url(../_img/icon/icon_back.svg) no-repeat center / contain;
}
.brand-dtl__header {
  margin-top: 40px;
}
.brand-dtl__header ul.infos {
  display: flex;
  align-items: center;
  gap: 8px;
}
.brand-dtl__header ul.infos li {
  font-weight: 500;
  color: #767676;
  position: relative;
  padding-right: 8px;
}
.brand-dtl__header ul.infos li::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #E5E5EC;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.brand-dtl__header ul.infos li:last-child::after {
  content: none;
}
.brand-dtl__header h1 {
  margin-top: 20px;
  font-size: 48px;
  font-weight: 700;
}
.brand-dtl__contents {
  margin-top: 40px;
  padding-bottom: 120px;
  border-bottom: 1px solid #111;
}
.brand_img {
  width: 100%;
  height: auto;
}
.brand_img img {
  width: 100%;
  object-fit: contain;
}
.brand-dtl__contents .cnts {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-top: 40px;
}
.brand-dtl__contents .hashtags {
  margin-top: 40px;
}
.brand-dtl__contents .hashtags span {
  background-color: #F7F7FB;
}
.brand-dtl__box .dtl_btns {
  margin-top: 32px;
}
@media screen and (min-width:768px) and (max-width: 1200px) { 
  .brand_list .brand_item {
    min-width: calc(50% - 20px);
  }
}
@media screen and (max-width:767px) {
  .brand_list {
    margin-top: 24px;
    gap: 12px;
  }
  .brand_list .brand_item {
    min-width: auto;
    width: 100%;
    flex: auto;
  }
  .brand_item .thum {
    aspect-ratio: 320 / 188;
  }
  .brand_item .desc {
    padding: 12px 8px;
  }
  .brand_item .desc h3 {
    font-size: 16px;
  }
  .brand_item .desc p {
    margin-top: 4px;
    font-size: 14px;
  }
  .btn_back {
    width: 40px;
    height: 40px;
  }
  .brand-dtl__header {
    margin-top: 24px;
  }
  .brand-dtl__header ul.infos {
    gap: 4px;
  }
  .brand-dtl__header ul.infos li {
    padding-right: 4px;
    font-size: 12px;
  }
  .brand-dtl__header ul.infos li::after {
    width: 1px;
    height: 12px;
  }
  .brand-dtl__header h1 {
    margin-top: 8px;
    font-size: 24px;
  }
  .brand-dtl__contents {
    margin-top: 24px;
    padding-bottom: 64px;
  }
  .brand-dtl__contents .cnts {
    font-size: 14px;
    margin-top: 24px;
  }
  .brand-dtl__contents .hashtags {
    margin-top: 24px;
  }
  .brand-dtl__box .dtl_btns {
    margin-top: 24px;
  }
}
/* #### Notie #### */
.notice-tab_contents {
  display: none;
}
.notice-tab_contents.on {
  display: block;
}
.news_list {
  margin-top: 32px;
  border-top: 1px solid #111;
}
.news_list .news_item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid #E5E5EC;
}
.news_list .news_item:last-child {
  border-bottom: none;
}
.news_item .thum {
  display: inline-block;
  width: 260px;
  height: 168px;
  flex-shrink: 0;
}
.news_item .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_item .desc {
  flex: 1;
}
.news_item .desc h3 {
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word; 
  word-break: break-all;
  line-height: 1.4;
  height: auto;
}
.news_item .desc p {
  font-size: 18px;
  font-weight: 500;
  color: #999;
  margin-top: 24px;
}
.notice-dtl {
  padding-top: 80px;
}
.notice-dtl__box {
  max-width: 896px;
  margin: 0 auto;
}
.notice-dtl__header {
  padding-bottom: 40px;
  border-bottom: 1px solid #111;
}
.notice-dtl__header h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  color: #111;
}
.notice-dtl__header ul.infos {
  margin-top: 12px;
}
.notice-dtl__header ul.infos li {
  font-size: 18px;
  color: #767676;
}
.notice-dtl__contents .cnts {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.6;
  color: #363636;
}
.notice-dtl__contents .notice_img {
  margin-top: 40px;
  width: 100%;
  height: auto;
}
.notice-dtl__contents .notice_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.dtl_files {
  margin-top: 40px;
  display: flex;
  align-items: center;
  border-top: 1px solid #E5E5EC;
  border-bottom: 1px solid #E5E5EC;
}
.dtl_files .file_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background-color: #F9F9F9;
  text-align: center;
  width: 160px;
  min-height: 64px;
}
.dtl_files .file_tit span {
  font-size: 16px;
  font-weight: 500;
  color: #505050;
  position: relative;
  padding-left: 32px;
}
.dtl_files .file_tit span::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../_img/icon/icon_file.svg) no-repeat center / contain;
}
.dtl_files .file_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 48px;
  padding: 24px;
}
.dtl_files .file_list .file {
  color: #505050;
  text-decoration: underline;
}
.notice-dtl__box .dtl_btns {
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .news_list {
    margin-top: 24px;
  }
  .news_list .news_item {
    padding: 12px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }
  .news_item .thum {
    width: 100%;
    height: auto;
    aspect-ratio: 320 / 207;
  }
  .news_item .desc {
    flex: auto;
    width: 100%;
  }
  .news_item .desc h3 {
    font-size: 16px;
  }
  .news_item .desc p {
    font-size: 14px;
    margin-top: 4px;
  }
  .notice-dtl {
    padding-top: 20px;
  }
  .notice-dtl__header {
    padding-bottom: 24px;
  }
  .notice-dtl__header h1 {
    font-size: 18px;
  }
  .notice-dtl__header ul.infos {
    margin-top: 8px;
  }
  .notice-dtl__header ul.infos li {
    font-size: 14px;
  }
  .notice-dtl__contents .cnts {
    margin-top: 24px;
    font-size: 14px;
  }
  .notice-dtl__contents .notice_img {
    margin-top: 24px;
  }
  .dtl_files {
    margin-top: 24px;
  }
  .dtl_files .file_tit {
    width: 84px;
    min-height: 60px;
  }
  .dtl_files .file_tit span {
    font-size: 13px;
    padding-left: 22px;
  }
  .dtl_files .file_tit span::before {
    width: 20px;
    height: 20px;
  }
  .dtl_files .file_list {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 8px;
  }
  .dtl_files .file_list .file {
    font-size: 13px;
  }
  .notice-dtl__box .dtl_btns {
    margin-top: 24px;
  }
}
/* #### Contact #### */
.contact_contents {
  display: flex;
  gap: 32px;
}
.contact_info {
  padding-left: 20px;
  width: 475px;
  flex-shrink: 0;
}
.contact_info .info:not(:last-child) {
  margin-bottom: 40px;
}
.contact_info .info >span {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.contact_info .info h1.tel {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 8px;
}
.contact_info .info p {
  font-size: 18px;
  color: #505050;
}
.contact_info .info h3.email {
  font-size: 20px;
  color: #111;
}
.contact_form {
  flex: 1;
}
.contact_form .contact_title {
  margin-bottom: 40px;
}
.contact_form .contact_title h1 {
  font-size: 40px;
  font-weight: 500;
}
.contact_form .contact_title p {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #767676;
}
.contact_form .form_contact { 
  max-width: 100%;
}
.input--typeA.agree {
  margin-top: 40px;
}
.agree-text_wrap {
  overflow-y: auto;
  height: 112px;
  border: 1px solid #E5E5EC;
}
.agree_text {
  padding: 16px;
}
.agree_text p {
  font-size: 18px;
  font-weight: 500;
  color: #999;
}
.form_btns {
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}
.form_btns .btn {
  width: 200px;
  margin-top: 0px;
}
@media screen and (min-width:768px) and (max-width: 1200px) { 
  .contact_contents {
    flex-direction: column-reverse;
  }
  .contact_info {
    width: 100%;
    padding-left: 0px;
  }
}
/* Mobile */
@media screen and (max-width:768px) { 
  .contact_contents {
    flex-direction: column-reverse;
  }
  .contact_info {
    width: 100%;
    padding-left: 0px;
  }
  .contact_info .info >span {
    margin-bottom: 4px;
    font-size: 14px;
  }
  .contact_info .info {
    margin-bottom: 24px;
  }
  .contact_info .info h1.tel {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .contact_info .info p {
    font-size: 14px;
  }
  .contact_info .info h3.email {
    font-size: 16px;
  }
  .contact_form {
    flex: auto;
    width: 100%;
  }
  .contact_form .contact_title {
    margin-bottom: 24px;
  }
  .contact_form .contact_title h1 {
    font-size: 20px;
  }
  .contact_form .contact_title p {
    margin-top: 8px;
    font-size: 14px;
  }
  .input--typeA.agree {
    margin-top: 24px;
  }
  .agree-text_wrap {
    height: 80px;
  }
  .agree_text {
    padding: 12px;
  }
  .agree_text p {
    font-size: 14px;
  }
  .form_btns {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .form_btns .btn {
    width: 100%;
  }
} 

/* Commin Soon */
.comming_soon {
  width: 100%;
  height: 100%;
  padding: 120px 0 80px;
}
.comming_soon .inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  height: 100%;
}
.soon_text {
  margin-top: 24px;
  text-align: center;
}
.soon_text h1 {
  font-size: 36px;
  font-weight: 700;
}
.soon_text h1 b {
  color: #FB7B46;
}
.soon_text p {
  margin-top: 24px;
  font-size: 16px;
  word-break: keep-all;
  color: #444;
}
.comming_soon .logo {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media screen and (max-width:768px) { 
  .comming_soon {
    padding: 64px 0;
  }
  .soon_text {
    text-align: left;
    margin-top: 36px;
  }
  .soon_text h1 {
    font-size: 20px;
    font-weight: 600;
  }
  .soon_text p {
    margin-top: 12px;
    font-size: 14px;
  }
  .comming_soon .logo {
    bottom: 0;
    right: 24px;
  }
}