@charset "utf-8";
@import url('../nariya/css/g5.css');

/* *******************************************************
 * filename : style.css
 * description : 메인 CSS
 * date : 
******************************************************** */

/********************************************************
■ Theme Common
********************************************************/
html {
  width: 100vw;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", "Roboto", sans-serif;
  word-break: keep-all;
  font-weight: 400;
  color: #313131;
}

.row {
  gap: 30px 0;
}

::selection {
  background-color: #f0baae;
  color: #000000;
}

::placeholder {
  color: #cbcbcb !important;
}

.btn.focus, .btn:focus {
  box-shadow: none !important;
}

@media all and (max-width:991px) {
  html {
    font-size: 14px;
  }
}



/********************************************************
■ Theme Layout : 테마 레이아웃
********************************************************/
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.wrapper #nt_body {
  flex: 1 1 auto !important;
}

.nt-container,
.nt-container-wide {
  margin: 0 auto;
}

@media all and (max-width:991px) {
  .responsive .wrapper {
    overflow-x: hidden;
  }
}


/********************************************************
■ Loader : 페이지 로딩바
********************************************************/
#nt_loader {
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 100000;
}

#nt_loader .loader {
  margin: -25px 0 0 -25px;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 45px;
  position: absolute;
  z-index: 10001;
}


/********************************************************
■ HEADER : 헤더 
********************************************************/
#header {
  z-index: 1000;
  transition: all .5s;
}

#header .nt-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

#header .header-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

#header .header-logo>a {
  display: block;
}

#header .header-logo img {
  padding: 10px 0;
  max-height: 80px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 30px;
  position: absolute;
  right: 0;
}

.header-right .makethestage img {
  max-height: 25px;
}


@media all and (max-width:1599px) {
  #header .nt-container {
    margin: 0;
    padding: 0 15px;
  }

  .header-right {
    right: 15px;
  }
}


@media all and (max-width:767px) {
  #header .nt-container {
    justify-content: end;
  }

  .header-right {
    position: relative;
    right: inherit;
    gap: 15px;
  }
}

/***********  메인  ***********/
.main-body #header .header-logo img {
  filter: brightness(0) invert(1);
}

.main-body .header-right .makethestage img {
  filter: brightness(0) invert(1);
}


/***********  헤더 고정  ***********/
#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media all and (max-width:767px) {
  #header .nt-container {
    padding: 0 15px;
  }
}

/***********  헤더 스크롤  ***********/

#header.scrolled {
  backdrop-filter: blur(10px);
}

/* 
#header.scrolled .header-logo img {
  filter: none;
}

#header.scrolled .header-right .makethestage img {
  filter: none;
} */

.mobile-menu-opened #header.scrolled {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background-color: transparent !important;
}

.mobile-menu-opened #header .header-logo img {
  filter: none !important;
}


/***********  모바일 헤더 ***********/

@media all and (max-width:767px) {
  #header {
    height: 80px;
  }

  #header .nt-container {height: 100%;}

  #header .header-logo img {
    max-height: 65px;
  }
  
  .header-right .makethestage{
    display: none;
  }
}


/********************************************************
■ PC 주메뉴
********************************************************/
/* 공통 */
#nt_menu {
  position: relative;
  z-index: 20;
}

#nt_menu .me-list .me-ul {
  display: grid;
  justify-content: center;
  gap: 0 100px;
  margin: 50px 0;
  text-transform: uppercase;
  text-align: center;
  grid-template-columns: repeat(2, 1fr) 3fr repeat(2, 1fr);
}

#nt_menu .me-list .me-ul a {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  transition: color .3s;
}



#nt_menu .me-list .me-li,
#nt_menu .sub-1dul,
#nt_menu .sub-1dli {
  position: relative;
}

#nt_menu .sub-slide {
  display: none;
  visibility: visible;
}

#nt_menu .sub-icon::after {
  font-family: "FontAwesome";
  float: right;
  position: relative;
  content: "\f105";
}

#nt_menu .me-icon {
  width: 4.0rem;
  text-align: center;
}

#nt_menu .me-a {
  display: block;
  position: relative;
  text-align: center;
}

#nt_menu .sub-2div {
  left: 100%;
  top: 0;
  position: absolute;
  z-index: 22;
  background: #fff;
}

#nt_menu .sub-2dul {}

#nt_menu .sub-2dli {}

#nt_menu .sub-2da {
  display: block;
  color: #000;
  border-bottom: 1px solid #eee;
}

#nt_menu .sub-2dli.on .sub-2da,
#nt_menu .sub-2dli:hover .sub-2da {
  color: #000;
  background: #fafafa;
  border-color: #eee;
  font-weight: bold;
}

#nt_menu .sub-2line {
  display: block;
  color: #000;
  font-weight: bold;
  background: #f5f5f5;
}

.nt-menu .sub-1div {
  position: absolute;
  left: 0;
  z-index: 21;
  width: auto;
  text-align: left;
  top: 100%;
  left: 0;
  background: #fff;
}

.nt-menu .sub-1div::before {
  left: 50%;
  margin-left: -8px;
}

.nt-menu .sub-1da {
  display: block;
  color: #000;
  border-bottom: 1px solid #eee;
}

.nt-menu .sub-1line {
  position: relative;
  display: block;
}

.nt-menu .sub-1dli.on .sub-1da,
.nt-menu .sub-1dli:hover .sub-1da {
  color: #000;
  background: #f5f5f5;
  border-color: #eee;
  font-weight: bold;
}

.nt-menu .sub-1line {
  color: #000;
  font-weight: bold;
  background: #fafafa;
}

.nt-menu .me-sh {
  padding: 0.59rem 1.0rem;
}

/*  */
#header.scrolled #nt_menu .me-list .me-ul a.active {
  
}

@media all and (max-width:991px) {
  #nt_menu .me-list .me-ul {
    gap: 0 30px;
  }

}


/********************************************************
■ 모바일 메뉴
********************************************************/
#header .menu-toggle {
  position: relative;
  padding: 0;
  width: 22px;
  height: 36px;
  background: none;
  border: none;
}

#header .menu-toggle span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 1px;
  background: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#header .menu-toggle span:nth-of-type(1) {
  top: 9px;
}

#header .menu-toggle span:nth-of-type(2) {
  top: 17px;
}

#header .menu-toggle span:nth-of-type(3) {
  top: 25px;
}

#nt_menu_m {
  display: none;
}

#nt_menu_overlay {
  display: none;
}

/*  */

.mobile-menu-opened #header .menu-toggle span {
  background-color: #000 !important;
}

.mobile-menu-opened #header .menu-toggle span:nth-of-type(1) {top: 18px; transform: translateX(-50%) rotate(-45deg);}
.mobile-menu-opened #header .menu-toggle span:nth-of-type(2) {opacity: 0;}
.mobile-menu-opened #header .menu-toggle span:nth-of-type(3) {top: 18px; transform: translateX(-50%) rotate(45deg);}


/*  */
/* #header.scrolled .menu-toggle span {
  background-color: #000;
} */

@media (max-width: 767px) {
  #nt_menu_m {
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    transform: translateX(100%);
    backdrop-filter: blur(10px);
    background-color: #fff;
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.3s;
    z-index: 999;
  }

  #nt_menu_m.active {
    transform: translateX(0);
  }

  #nt_menu_m .me-list-m {
    padding: 80px 0;
    height: 100vh;
  }

  #nt_menu_m .me-ul-m {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    height: 100%;
  }
  
  #nt_menu_m .me-ul-m,
  #nt_menu_m .sub-1dul-m,
  #nt_menu_m .sub-2dul-m {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #nt_menu_m .me-li-m {
    min-width: 60%;
  }
  #nt_menu_m .me-li-m>a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-weight: 400;
    font-size: 24px;
    color: #313131;
    position: relative;
    transition: color .3s;
    text-transform: uppercase;
  }

  /* #nt_menu_m .me-li-m>a:hover,
  #nt_menu_m .me-li-m>a.active {

  } */



  #nt_menu_m .sub-1dul-m,
  #nt_menu_m .sub-2dul-m {
    display: none;
    background: #fafbfc;
  }

  #nt_menu_m .me-li-m.open>.sub-1dul-m {
    display: block;
  }

  #nt_menu_m .sub-1dli-m.open>.sub-2dul-m {
    display: block;
  }

  #nt_menu_m .sub-1dli-m>a,
  #nt_menu_m .sub-2dli-m>a {
    padding: 12px 40px;
    font-size: 1em;
    color: #444;
    border-bottom: 1px solid #f0f0f0;
    display: block;
  }

  #nt_menu_m .sub-2dli-m>a {
    padding-left: 60px;
    font-size: 0.98em;
  }

  #nt_menu_m .sub-toggle-icon {
    margin-left: auto;
    font-size: 1em;
    color: #888;
  }

  #nt_menu_overlay {
    display: none;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
  }

  #nt_menu_overlay.active {
    display: block;
  }

}



/********************************************************
■ 페이지 타이틀
********************************************************/
#nt_title {
  overflow: hidden;
  position: relative;
  background: #242424;
  border-bottom: 1px solid #dee2e6;
  color: #fff;
}

#nt_title .nt-container {
  position: relative;
  z-index: 2;
  height: 70px;
}

#nt_title .page-title {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 1.4;
}

#nt_title .breadcrumb a {
  color: #eee;
}

#nt_title .breadcrumb-item+.breadcrumb-item::before {
  font-family: dotum;
  font-weight: normal;
  color: #aaa;
  content: ">";
}

@media all and (max-width:991px) {
  .responsive #nt_title .page-title {
    font-size: 24px;
    letter-spacing: 0;
  }
}

@media all and (max-width:767px) {
  .responsive #nt_title .page-title {
    font-size: 22px;
  }

  .responsive #nt_title .nt-container {
    height: 60px;
  }
}

@media all and (max-width:575px) {
  .responsive #nt_title .page-title {
    font-size: 20px;
  }

  .responsive #nt_title .nt-container {
    height: 50px;
  }
}

/********************************************************
■ Footer 
********************************************************/
#footer {
  padding: 100px 0;
  background-color: #000;
}

#footer .nt-container {
  margin: 0 auto;
  padding: 0 30px;
  color: #808080;
}

.footer-logo {
  color: #fff;
}


.footer-logo img {
  margin-bottom: 30px;
  width: 50%;
}


.quicklinks {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
}

.quicklinks ul {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.quicklinks ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  transition: all 0.3s ease; /* 전환 효과 */
}


.quicklinks ul li a:hover {
  transform: translateY(-2px);
}


/* 다른 li 희미하게 */
.quicklinks ul:hover li:not(:hover) a {
  opacity: 0.5;
}

.quicklinks img {
  max-width: 60%;
  max-height: 50%;
  transition: filter 0.3s ease; /* 전환 효과 */
}

.quicklinks.mobile-menu-opened ul li a {
  background-color: #e9532f !important;
}

.quicklinks.mobile-menu-opened ul li a img {
  filter: brightness(0) invert(1) !important;
}

.go-to-top {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #000;
  border-radius: 2px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  z-index: 555;
  transition: background .3s;
}



.go-to-top i {
  margin: 0 6px;
  font-size: 15px;
  color: #fff;
  vertical-align: middle;
}

/* hover */
.go-to-top:hover {
  background-color: #13fffa;
}

.go-to-top:hover i {
  color: #000;
}

@media all and (max-width:767px) {
  #footer {
    padding: 60px 0;
    font-size: 12px;
  }
  
  #footer .nt-container > .d-flex {
    flex-direction: column;
  }
  
  .footer-logo img {
    margin-bottom: 18px;
    width: 16%;
  }
  
  .footer-logo p {
    margin-bottom: 30px;
  }

  .go-to-top {
    right: 15px;
    bottom: 15px;
  }
  .quicklinks {
    right: 15px;
    bottom: 15px;
  }
  
  .quicklinks ul {
    gap: 5px 0;  
  }
  
  .quicklinks ul li a {
    width: 40px;
    height: 40px;
  }
  
}




/********************************************************
■ Widget Title 위젯 타이틀
********************************************************/
h3.h3 {
  padding: 0;
  margin: 0;
  font-weight: bold;
}

hr.hr::before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  line-height: 1px;
  background-color: #ddd;
}

hr.hr {
  display: block;
  position: relative;
  height: 3px;
  border: none;
  line-height: 1px;
  padding: 0;
  margin: 0;
}

hr.hr::after {
  width: 4.0rem;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1px;
}

@media all and (max-width:575px) {
  .responsive h3.h3 {
    padding-left: 1.0rem;
    padding-right: 1.0rem;
  }

  .responsive hr.hr::after {
    left: 1.0rem;
  }
}

/********************************************************
■ Bootstrap 4 : 부트스트랩 기본 속성
********************************************************/
/* 툴팁 */
.tooltip .tooltip-inner {
  font-size: 1.0rem !important;
}

/* 체크박스, 라디오버튼 재지정 */
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
  top: 0.15rem !important;
  width: 1.4rem !important;
  height: 1.4rem !important;
}

/* 체크박스, 라디오버튼과 글자간 간격 */
.custom-checkbox .custom-control-label span,
.custom-radio .custom-control-label span {
  cursor: pointer;
  padding-left: 0.5rem !important;
}

/* 스위치 버튼 재지정 */
.custom-switch .custom-control-label::before,
.custom-switch .custom-control-label::after {
  margin-top: 2px;
}

/* Button */
.btn-lg {
  padding: 10px 16px;
  border-radius: 3px;
  line-height: 1.33;
  font-size: 18px;
}

.btn-lg i {
  top: 3px;
  font-size: 24px;
  position: relative;
}

/* Form */
.col-form-label {
  font-weight: bold;
}

/* Pagenation */
.page-link,
.page-link:hover,
.page-link:focus {
  color: #333;
}

/* 라운드 스타일 */
.na-round,
.view_image img,
.pretty-embed img {
  border-radius: 0.3rem !important;
}

/* 사각 스타일 */
.is-square .na-round,
.is-square .view_image img,
.is-square .pretty-embed img,
.is-square .btn,
.is-square .alert,
.is-square .nav-link,
.is-square .form-control,
.is-square .input-group-prepend,
.is-square .input-group-append,
.is-square .input-group-text,
.is-square .custom-file-label,
.is-square .custom-file-label:after,
.is-square .custom-select,
.is-square .label,
.is-square .progress,
.is-square .pagination li a,
.is-square .list-group-item {
  border-radius: 0 !important;
}





/********************************************************
■ main
********************************************************/

/* common */
:root {
  --section-padding: 230px;
}


@media (max-width: 991px) {
  :root {
    --section-padding: 120px;
  } 
}

@media (max-width: 768px) {
  :root {
    --section-padding: 80px;
  } 
}


.main-bg-primary {
  background-color: #E9532F;  
}

.main-bg-black {
  background-color: #000;
}


section > article {
  padding-top: var(--section-padding);
}

section > article:last-of-type {
  padding-bottom: var(--section-padding);
}

section > article[class^="main-bg-"] {
  padding-bottom: var(--section-padding);
}

section > article:not(:first-of-type)[class^="main-bg-"] {
  margin-top: var(--section-padding);
}


/*  */
.article-title {
  padding-bottom: 130px;
}

.article-title h3 {
  font-size: 60px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.main-bg-primary .article-title h3 {
  padding: 0 15px;
  color: #fff;
}


@media (max-width: 991px) {
  .article-title {
    padding-bottom: 100px;
  }
  
  .article-title h3 {
    font-size: 60px;
  }
}

/* 모바일 반응형 */
@media (max-width: 768px) {
  .article-title {
    padding-bottom: 60px;
  }
  
  .article-title h3 {
    font-size: 26px;
  }
}




/********************************************************
■ main-hero
********************************************************/
.main-hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #e9532f;
}


.main-hero .main-hero-box {
  position: relative;
  z-index: 10;
}

.main-hero .main-hero-box h2 {
  width: 80%;
  margin: 0 auto;
}

.main-hero .main-hero-box h2 img {
  width: 100%;
}


.main-hero .main-hero-box img.hero-character {
  position: absolute;
  left: 83%;
  max-width: 330px;
  top: 80%;
}

.hero-object-01 {
  position: absolute;
  left: -20%;
  bottom: 0;
}

.hero-object-02 {
  position: absolute;
  right: -12%;
  bottom: 30%;
  scale: 0.7 !important;
  transform: rotate(20deg);
}



@media (max-width: 1600px) {
  .main-hero .main-hero-box img.hero-character {
    left: 70%;
    max-width: 30%;
    top: 80%;
  }
}

@media (max-width: 991px) {
  .hero-object-01 {
    position: absolute;
    left: -10%;
    bottom: 10%;
    width: 60%;
  }
  
  .hero-object-02 {
    right: -12%;
    bottom: 50%;
    width: 70%;
  }
}

/* 모바일 반응형 */
@media (max-width: 768px) {
  .main-hero .main-hero-box img.hero-character {
    left: 63%;
    max-width: 35%;
    top: 100%;
  }
}



/********************************************************
■ 소개
********************************************************/

.intro-media {
  overflow-y: hidden;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  max-height: 550px;
  border-radius: 30px;
}


.intro-media video {
  max-width: 100%;
}

/* 모바일 반응형 */
@media (max-width: 768px) {
  .intro-media {
    max-height: 240px;
    border-radius: 20px;
  }
}




/********************************************************
■ 차별성
********************************************************/

/* 경쟁력 */
.compe-qa {
  margin: 0 auto;
  max-width: 920px;
  font-size: 25px;
}

.compe-qa::after {
  content: "";
  display: block;
  clear: both;
}

.compe-qa .compe-questions,
.compe-qa .compe-answers {
  display: inline-block;
}

.compe-qa .compe-questions,
.compe-qa .compe-answers .compe-answers-box {
  padding: 15px 45px;
}

span.underline {
  position: relative;
}

span.underline svg {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: auto;
  overflow: visible;
  pointer-events: none;
}

/* SVG 기본 상태 - 초기에는 보이지 않게 */
span.underline svg path {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000; /* path 길이보다 큰 값 */
  stroke-dashoffset: 1000; /* 초기에는 그려지지 않은 상태 */
  transition: stroke-dashoffset 0.1s ease-out;
}



.compe-questions {
  float: left;
  margin-bottom: 30px;
  background-color: #000;
  border-radius: 20px 20px 20px 0;
  color: #fff;
  font-weight: 700;
}

.compe-answers {
  position: relative;
  float: right;
  margin-bottom: 80px;
}

.compe-answers .compe-answers-box {
  background-color: #e9532f;
  border-radius: 20px 20px 0 20px;
  color: #fff;
}

.compe-answers .compe-answers-box > span {
  font-weight: 700;
}

.compe-answers img {
  position: absolute;
  left: 76%;
  max-width: 280px;
  top: 50%;
}

@media (max-width: 991px) {
  .compe-qa {
    font-size: 18px;
  }
  .compe-qa .compe-questions, 
  .compe-qa .compe-answers .compe-answers-box {
    padding: 15px 30px;
  }
  
  .compe-answers img {
    left: 76%;
    max-width: 38%;
    top: 66%;
  }
  
}

@media (max-width: 768px) {
  .compe-qa {
    font-size: 16px;
  }
  .compe-qa .compe-questions, 
  .compe-qa .compe-answers .compe-answers-box {
    padding: 10px 20px;
  }
  
  .compe-questions {
    margin-bottom: 15px;
    border-radius: 10px 10px 10px 0;
  }
  
  .compe-answers {
    width: 95%;  
  }
  
  .compe-answers .compe-answers-box {
    border-radius: 10px 10px 0 10px;
  }
  .compe-answers img {
    left: 76%;
    max-width: 28%;
    top: 88%;
  }
  
}



/* 특징 */
#distinct .dis-features-cont .features-box {
  padding: 60px 50px;
  height: 100%;
  background-color: #F2F2F2;
  border-radius: 50px;
  transition: all .3s;
}


#distinct .dis-features-cont .features-box .box-title {
  margin-bottom: 50px;
}

#distinct .dis-features-cont .features-box h5 {
  margin-bottom: 5px;
  font-size: 40px;
  color: #B3B3B3;
  font-weight: 700;
  transition: color .3s;
}


#distinct .dis-features-cont .features-box .features-tag {
  display: flex;
  gap: 0 10px;
}

#distinct .dis-features-cont .features-box .features-tag li {
  padding: 2px 15px 1px;
  background-color: #B3B3B3;
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
  transition: all .3s;
}


#distinct .dis-features-cont .features-box p {
  color: #B3B3B3;
  transition: color .3s;
}

/* over */
#distinct .dis-features-cont .features-box:hover {
  background-color: #E9532F;
  box-shadow: 0px 0px 15px rgba(233,83,47,.8);
}

#distinct .dis-features-cont .features-box:hover h5,
#distinct .dis-features-cont .features-box:hover p {
  color: #fff;
}

#distinct .dis-features-cont .features-box:hover .features-tag li {
  background-color: #fff;
  color: #E9532F;
}

@media (max-width: 991px) {
  #distinct .dis-features-cont .features-box {
    padding: 30px;
    border-radius: 30px;
  }
  
  #distinct .dis-features-cont .features-box .box-title {
    margin-bottom: 30px;
  }
  
  #distinct .dis-features-cont .features-box h5 {
    font-size: 30px;
  }
  
  
}

/* 모바일 반응형 */
@media (max-width: 768px) {
  #distinct .dis-features-cont .features-box h5 {
    font-size: 22px;
  }  
}


/*  */


.list-item {text-align: center;}
.list-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.list-item span {
  display: inline-block;
  padding: 5px 40px;
  border-radius: 50px;
  background-color: #efefef;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}


@media (max-width: 991px) {
  .list-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .list-item span {
    font-size: 18px;
  }
  
}









/*  */

:root {
  --platform-media-padding-top: 85px;
}

.platform-media-video > div {
  position: relative;
  padding-top: var(--platform-media-padding-top);
}

.platform-media-video > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12%;
  width: 5px;
  height: var(--platform-media-padding-top);
  background: linear-gradient(to right, #d6d3c9, #f9f9f5);
  box-shadow: 5px 5px 15px rgba(0,0,0,.1);
  z-index: -1;
}

.platform-media-video > div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 12%;
  width: 5px;
  height: var(--platform-media-padding-top);
  background: linear-gradient(to right, #d6d3c9, #f9f9f5);
  box-shadow: 5px 5px 15px rgba(0,0,0,.1);
  z-index: -1;
}

.platform-media-video .video-logo {
  position: absolute;
  top: calc(var(--platform-media-padding-top) + 20px);
  left: 50%;
  transform: translateX(-50%);
  max-width: 40%;
}


.platform-media-video video {
  max-width: 100%;
  background: linear-gradient(to bottom right, #e8e7e4, #dcd8d5);
  padding: 5px;
  box-shadow: 5px 5px 15px rgba(0,0,0,.1);
}


@media (max-width: 768px) {
  .platform-media img { 
    width: 100%;
  }
}




.platform-marketing {
  margin-top: 120px;
}

.platform-marketing-intro {
  gap: 40px;
  padding: 0 15px;
}

.platform-marketing-intro h6 {
  font-size: 20px;
  font-weight: 700;
}

.platform-marketing-intro p {
  font-size: 20px;
}

.platform-marketing-intro p span {
  color: #e9532f;
}

@media (max-width: 991px) {
  .platform-marketing {
    margin-top: 80px;
  }
  .platform-marketing-intro {
    gap: 20px;
  }
  
  .platform-marketing-intro h6,
  .platform-marketing-intro p {
    font-size: 16px;
  }
}

@media (max-width: 768px) { 
  .platform-marketing {
    margin-top: 60px;
  }
}



.platform-marketing-adv {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.platform-marketing-adv li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  aspect-ratio: 1 / 1;
  background-color: #e9532f;
  border-radius: 100%;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transition: all .3s;
}

.platform-marketing-adv li > small {
  display: none;
  color: #000;
  transition: all .5s;
}

.platform-marketing-adv li:hover {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .07);
}

.platform-marketing-adv li:hover > div {
  display: none;
}
.platform-marketing-adv li:hover > small {
  display: block;
}



@media (max-width: 991px) { 
  .platform-marketing-adv {
    margin-top: 70px;
  }
  .platform-marketing-adv li {
    width: 25%;
    font-size: 25px;
  }
  
}

@media (max-width: 768px) {
  .platform-marketing-adv {
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 0px 50px;
  }
  
  .platform-marketing-adv li {
    width: 40%;
    font-size: 20px;
    
  }
}


/*  */
.specialist {
  display: flex;
  flex-direction: column;
  gap: 100px;
  position: relative;
  margin: 0 auto;
  max-width: 920px;
}

.specialist .red-line {
  position: absolute;
  left: 28px;
  top: 0;
  width: 2px;
  background-color: #e9532f;
  transform-origin: top;
}

.specialist-item {
  display: flex;
  align-items: flex-start;
  position: relative; /* 빨간 라인의 기준점 */
}

.specialist-item .specialist-number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 56px;
  height: 56px;
  background-color: #fff;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  transform: translateY(-10px);
}

.specialist-item .specialist-number::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  width: 50px;
  height: 4px;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-size: 6px 4px;
  background-repeat: repeat-x;
  background-position: center;
  transform: translateY(-50%);
}


.specialist-content {
  display: flex;
  flex: 1;
  margin-left: 70px;
  color: #fff;
}

.specialist-content h5 {
  margin-right: 30px;
  width: 36%;
  font-size: 25px;
  font-weight: 700;
}

.specialist-content p {
  flex: 1;
  font-size: 18px;
}

.specialist-content p span {
  color: #808080;
}


@media (max-width: 768px) {
  .specialist {
    gap: 60px;
  }
  
  
  .specialist-item .specialist-number {
    width: 40px;
    height: 40px;
    font-size: 30px;
    transform: translateY(-10px);
  }
  .specialist .red-line {
    left: 20px;
  }
  
  .specialist-item .specialist-number::after {
    width: 30px;
  }
  
  .specialist-content {
    margin-left: 40px;
  }
  
  
  .specialist-content {
    flex-direction: column;
  }
  
  .specialist-content h5 {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    font-size: 20px;
  }
  
  .specialist-content p {
    font-size: 16px;
  }
  
}


/*  */
.interior-slider {
  padding-top: calc(var(--section-padding) * .85);
}

.interior-slider .slider-widget {
  position: relative;
  padding: 0 50px;
}

.interior-slider .slider-widget .swiper-slider {
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}


.interior-slider .slider-widget .swiper-wrapper:hover .swiper-slide:not(:hover) img {
  opacity: .5;
} 

.interior-slider .slider-widget .slide-img {
  overflow: hidden;
  display: inline-table;
  border-radius: 20px;
}

.interior-slider .slider-widget .slide-img img {
  transition: opacity .3s;
  width: 100%;
}

.interior-slider .slider-widget .swiper-scrollbar {
  left: 50%;
  transform: translateX(-50%);
  max-width: 200px;
  width: 40%;
  background-color: rgba(255, 255, 255, .3);
}

.interior-slider .slider-widget .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #fff;
  cursor: pointer;
}


@media (max-width: 991px) { 
  .interior-slider .slider-widget {
    padding: 0 30px;
  }
  
}


@media (max-width: 768px) {
  .interior-slider .slider-widget {
    padding: 0 15px;
  }
  
  .interior-slider .slider-widget .swiper-slider {
    padding-bottom: 25px;
  }
  
  .interior-slider .slider-widget .slide-img {
    border-radius: 10px;
  }
  
  
}









/* Cost */
#cost .article-title .benefit {
  display: table;
  margin: 0 auto;
  text-align: center;
}

#cost .article-title .benefit h5 {
  display: inline-block;
  margin: 20px 0 50px;
  padding: 10px 40px;
  background-color: #e9532f;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
}

#cost .article-title .benefit ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 670px;
  gap: 15px;
}

#cost .article-title .benefit ul li {
  padding: 10px 40px;
  background-color: #fff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 25px;
}

@media (max-width: 991px) {
  
  #cost .article-title .benefit h5 {
    margin: 20px 0 50px;
    font-size: 30px;
  }
}


@media (max-width: 768px) {
  
  #cost .article-title .benefit h5 {
    margin: 20px 0 30px;
    font-size: 18px;
  }
  
  #cost .article-title .benefit ul {
    gap: 8px;
  }
  
  #cost .article-title .benefit ul li {
    padding: 8px 20px;
    background-color: #fff;
    font-size: 16px;
  }
}






/*  */
.cost-content {
  margin: 0 auto;
  max-width: 1000px;
}

.cost-tabs {
  display: none;
}


.cost-table {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 360px 1.2fr;
  /* gap: 40px; */
  align-items: start;
}

.cost-table .section-title {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 10px;
  margin-top: 13px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.left-section {
  color: #fff;
}

.left-section ul li,
.right-section ul li  {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #747374;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}


.left-section,
.right-section {
  padding: 47px 0;  
}


.right-section {
  color: #747374;
}

.left-section ul li {
  background-color: rgba(233,83,47,.08);
}

.left-section ul li.with-badge span{
  position: relative;
}

.left-section ul li.with-badge .badge {
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  padding: .25em 10px;
  background-color: #e9532f;
  font-size: 80%;
}


.center-card {
  background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
  border: 7px solid #ff4d4d;
  border-radius: 30px;
  padding: 40px 30px;
  box-shadow: 0 10px 40px rgba(255, 77, 77, 0.3);
  position: relative;
}

.center-card h3 {
  margin-bottom: 23px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #e9532f;
  
}

.center-card h3 small {
  font-size: 70%;
}

.center-card ul li {
  padding: 12px 0;
  border-bottom: 1px solid #747374;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
}

.cost-table ul li:first-of-type {
  position: relative;
}

.cost-table ul li:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #747374;
}


.value-arrow {
  display: flex;
  justify-content: center;
}

.old-value {
  position: relative;
  padding: 0 30px;
  margin-right: 30px;
}

.old-value > svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


.cost-table .total-label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.center-card .total-amount {
  margin-top: 20px;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  color: #dd5331;
}


.cost-info {
  margin-top: 80px;
}

.cost-info ul {
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 18px;
}

.cost-info ul li {
  position: relative;
  padding-left: 18px;
}

.cost-info ul li::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 2px;
}


.cost-info p {
  margin-top: 80px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 768px) {
  .old-value {
    padding: 0 20px;
    margin-right: 20px;
  }
  
  .cost-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    gap: 10px;
  }
  
  .cost-info ul li {
    padding-left: 15px;
  }
  

  .cost-tabs .tab-btn {
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #e9532f;
    border-radius: 5px;
    background: none;
    color: #e9532f;
    cursor: pointer;
    transition: 0.2s;
  }

  .cost-tabs .tab-btn.active {
    background: #e9532f;
    color: #fff;
  }

  .cost-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  
  
  .center-card,
  .right-section {
    grid-column: 2;
  }

  /* 기본적으로 '상세내용' 숨김 */
  .right-section {
    display: none;
  }

  /* 탭에 따라 토글될 때 활성화 */
  .cost-table.show-details .right-section {
    display: block;
  }

  .cost-table.show-details .center-card {
    display: none;
  }
  
  .center-card {
    border: 3px solid #ff4d4d;
    border-radius: 30px;
    padding: 30px 8px;
  }
  
  .left-section, 
  .right-section {
    padding: 33px 0;
  }
  
  .center-card h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  
  .center-card ul li {
    padding: 10px 0;
    font-size: 16px;
  }
  
  .left-section ul li, 
  .right-section ul li {
    flex-direction: column;
    font-size: 14px;
  }  
  
  .left-section ul li.with-badge .badge {
    padding: .25em 5px;
    line-height: 1.2;
  }
  
  .center-card .total-amount {
    margin-top: 10px;
    font-size: 23px;
  }
  
  .cost-table .total-label {
    margin-top: 10px;
  }
  
  .cost-table .section-title {
    margin-bottom: 15px;
    margin-top: 0;
  }
  
  .cost-info {
    margin-top: 50px;
  }
  
  .cost-info ul {
    font-size: 16px;
  }

  
  .cost-info p {
    margin-top: 50px;
    font-size: 16px;
  }
}


/*  */
#haloshop .haloshop-japan .article-title p {
  margin-top: 50px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

#haloshop .haloshop-japan .article-title img {
  display: block;
  margin: 70px auto 0;
  width: 100%;
  max-width: 620px;
  text-align: center;
}


#haloshop .haloshop-store {
  margin: 0px auto 50px;
  padding: 0 15px;
  max-width: 900px;
}

#haloshop .haloshop-store img {
  max-width: 100%;
}



#haloshop .haloshop-info {
  padding-bottom: 300px;
}

#haloshop .haloshop-info .haloshop-info-box {
  position: relative;
  max-width: 960px;
  margin: 0px auto;
  background-color: rgb(0, 0, 0);
  padding: 50px;
  border-radius: 30px 30px 0 30px;
}

#haloshop .haloshop-info .haloshop-info-box p {
  color: rgb(255, 255, 255); 
  font-size: 25px;
}

#haloshop .haloshop-info .haloshop-info-box p span {
  font-weight: 700;
}

#haloshop .haloshop-info .haloshop-info-box img {
  position: absolute;
  left: 76%;
  max-width: 280px;
  top: 50%;
}


#haloshop .haloshop-message {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  overflow: hidden;
}

#haloshop .haloshop-message h5 {
  text-align: center;
  color: #000;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}


#haloshop .haloshop-message .message-object {
  position: absolute;
  z-index: -1;
}



.message-object.object-2 {
  right: -16px;
  max-width: 360px;
  top: -24px;
}

.message-object.object-1 {
  left: 10px;
  max-width: 500px;
  bottom: -24px;
}




@media (max-width: 768px) {
  #haloshop .haloshop-japan .article-title p {
    margin-top: 35px;
    font-size: 16px;
  }
  
  #haloshop .haloshop-japan .article-title img {
    margin: 40px auto 0;
    width: 60%;
  }
  
  
  #haloshop .haloshop-store {
    margin-bottom: 20px;
    width: 80%;
  }
  
  #haloshop .haloshop-info {
    padding-bottom: 180px;
  }
  
  #haloshop .haloshop-info .haloshop-info-box {
    position: relative;
    max-width: 960px;
    margin: 0px auto;
    padding: 10px 20px;
    border-radius: 10px 10px 0 10px;
  }
  
  #haloshop .haloshop-info .haloshop-info-box p {
    font-size: 16px;
  }
  
  #haloshop .haloshop-info .haloshop-info-box img {
    left: 73%;
    max-width: 25%;
    top: 100%;
  }
    
  
  #haloshop .haloshop-message {
    min-height: 25vh;
  }
  
  #haloshop .haloshop-message h5 {
    font-size: 20px;
  }
  
  
  .message-object.object-2 {
    right: -18%;
    max-width: 40%;
    top: -34px;
    transform: rotate(40deg);
  }
  
  .message-object.object-1 {
    left: -17%;
    max-width: 53%;
    top: 20%;
  }
  
  
}
