@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
th,
td,
form,
fieldset,
legend,
textarea,
input,
select,
textarea,
button,
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
main {
  margin: 0;
  padding: 0;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
main {
  display: block;
}
html,
body {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
img,
form,
fieldset,
svg,
li {
  border: 0;
  vertical-align: top;
}
ul,
ol {
  list-style: none;
}
button {
  overflow: visible;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
button::-moz-focus-inner {
  margin: -1px;
  padding: 0;
}
input,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address,
caption,
em {
  font-style: normal;
}
a,
a:focus,
a:active,
a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
input,
select,
textarea,
button {
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, 'Malgun Gothic', Arial, sans-serif;
  font-weight:400;
  line-height: 1.5;
  color: #363e41;
}
.blind,
caption span,
legend {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
.skip {
  height: 0;
}
.skip a {
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 25px;
  text-align: center;
}
.skip a:focus,
#skip a:active {
  position: absolute;
  top: 0;
  z-index: 1000;
  padding: 10px 0;
  background: #000;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
.media_pc {
  display: block;
}
@media screen and (max-width: 1023px) {
  .media_pc {
    display: none;
  }
}
.media_tablet {
  display: none;
}
@media screen and (max-width: 1023px) {
  .media_tablet {
    display: block;
  }
}
.section {
  opacity: 0;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}
.section.is-show {
  -webkit-animation: moveToTop 1s forwards;
  animation: moveToTop 1s forwards;
}
@-webkit-keyframes moveToTop {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moveToTop {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.type_upper {
  text-transform: uppercase;
}

body {
  background: #fff;
}
body.no-scroll {
  overflow: hidden;
}
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
/*.wrap.bl{background-color:#141416;}*/
.wrap.bl {background-color:#212121;}
.container {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-flex: 1;
  padding-top: 80px;
  -webkit-transition: padding-top 0.5s;
  transition: padding-top 0.5s;
}
@media screen and (min-width: 1024px) {
  .gnb_banner ~ .container {
    padding-top: 130px;
  }
  .gnb_banner.is-close ~ .container {
    padding-top: 80px;
  }
}
.section {
  padding: 160px 80px;
}
@media screen and (max-width: 1279px) {
  .section {
    padding: 160px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .section {
    padding: 80px 16px;
  }
}
.section_inner {
  max-width: 1168px;
  margin: 0 auto;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 70px;
  background-color: #fff;
  -webkit-transition: top 0.5s, -webkit-transform 0.5s;
  transition: top 0.5s, -webkit-transform 0.5s;
  transition: top 0.5s, transform 0.5s;
  transition: top 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
/*.bl .header{background-color:#141416;}*/
.bl .header{background-color:#212121;}
@media screen and (min-width: 1024px) {
  .header.is-hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .gnb_banner + .header {
    top: 50px;
  }
  .gnb_banner.is-close + .header {
    top: 0;
  }
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.header_inner.type_pc {
  position: relative;
  height: 70px;
  padding: 0 80px;
}
@media screen and (max-width: 1279px) {
  .header_inner.type_pc {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1023px) {
  .header_inner.type_pc {
    display: none;
  }
}
.header_inner.type_mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header_inner.type_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    padding: 0;
  }
}
.header_title_link {
  display: block;
  padding: 10px 0;
}
@media screen and (max-width: 1023px) {
  .header_title_link {
    padding: 17px 16px;
  }
}
.header_title_link::before {
  display: block;
  width: 357px;
  height: 22px;
  background: url(../images/logo_bl.png) center / contain no-repeat;
  content: '';
}
/*.bl .header_title_link::before{background-image:url(../images/logo_w.png);}*/
.bl .header_title_link::before{background-image:url(../images/logo_wh.png);}
@media screen and (max-width: 1023px) {
  .header_title_link::before {
    width: 220px;
    height: 20px;
  }
}
.header_menu_btn {
  display: block;
  padding: 14px 12px 18px;
}
.header_menu_btn::before {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url('../images/common-svg-light.svg?ver=5');
  background-repeat: no-repeat;
  background-position: -210px -4px;
  content: '';
  background-size: 246px 229px;
}
.bl .header_menu_btn::before{
	background-image: url('../images/common-svg.svg?ver=5');
    background-size: 246px 228px;
    background-position: -210px -4px;
}
.header_gnb_wrap {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
}
.header_gnb_wrap::before {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.34);
  content: '';
}
.header_gnb_wrap.is-active {
  visibility: visible;
}
.header_gnb_wrap.is-active .header_gnb_area {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.header_gnb_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  background: #fff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-transition: visibility 0.5s, -webkit-transform 0.5s;
  transition: visibility 0.5s, -webkit-transform 0.5s;
  transition: visibility 0.5s, transform 0.5s;
  transition: visibility 0.5s, transform 0.5s, -webkit-transform 0.5s;
  padding-bottom: 0;
  padding-bottom: env(safe-area-inset-bottom);
  padding-bottom: constant(safe-area-inset-bottom);
}
.bl .header_gnb_area{background-color:/*#141416*/#212121;}
.header_gnb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .header_gnb_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .header_gnb_item {
    width: 100%;
  }
  .header_gnb_item + .header_gnb_item {
    margin-top: 4px;
  }
}
.header_gnb_item.is-active::before {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 54px;
  margin: 0 auto;
  border-top: 1px solid #b6b6b6;
  background-color: #fff;
  content: '';
}
.bl .header_gnb_item.is-active::before{background-color:/*#141416*/#212121;border-top: 1px solid #212527;}
@media screen and (max-width: 1023px) {
  .header_gnb_item.is-active::before {
    display: none;
  }
}
.header_gnb_item.is-active .header_gnb_link::before {
  position: absolute;
  right: 8px;
  bottom: -1px;
  left: 8px;
  height: 2px;
  background-color: #7e2200;
  content: '';
}

.bl .header_gnb_item.is-active .header_gnb_link::before {
  position: absolute;
  right: 8px;
  bottom: -1px;
  left: 8px;
  height: 2px;
  background-color: #fff;
  content: '';
}
.header_gnb_item.is-active .header_gnb_btn::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.header_gnb_item.is-active .header_lnb {
  display: block;
}
@media screen and (max-width: 1023px) {
  .header_gnb_item.is-active .header_lnb {
    visibility: visible;
  }
}
.header_gnb_item.is-active .header_lnb.type_center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header_gnb_link {
  display: block;
  position: relative;
  padding: 22px 8px 21px;
  font-weight: 500;
  font-size: 18px;
  color: #363e41;
}
.bl .header_gnb_link{color:#fff;}
.header_gnb_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 16px 8px 24px;
  font-weight: 500;
  font-size: 20px;
  color: #363e41;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.bl .header_gnb_btn{color:#fff;}
.header_gnb_btn::after {
  width: 24px;
  height: 24px;
  background-image: url('../images/common-svg-light.svg?ver=5');
  background-repeat: no-repeat;
  background-position: -104px -102px;
  content: '';
  background-size: 246px 229px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.bl .header_gnb_btn::after{
	background-image: url(../images/common-svg.svg?ver=5);
    background-size: 246px 228px;
    background-position: -210px -164px;
}
.header_lnb {
  display: none;
  overflow: hidden;
  position: absolute;
  margin-left: -2px;
}
@media screen and (max-width: 1023px) {
  .header_lnb {
    display: block;
    visibility: hidden;
    position: static;
    height: 0;
    margin: 0;
    -webkit-transition: visibility 0.5s;
    transition: visibility 0.5s;
  }
}
.header_lnb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .header_lnb_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 12px 32px;
  }
}
.header_lnb_item {
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .header_lnb_item {
    width: 100%;
    white-space: normal;
  }
}
.header_lnb_link {
  display: block;
  padding: 15px 10px 17px;
  font-size: 14px;
  color: #777;
}
.bl .header_lnb_link{color:#999;}
.header_lnb_link:hover,
.header_lnb_link:focus-visible {
  font-weight: 500;
  color: #363e41;
}
.bl .header_lnb_link:hover,
.bl .header_lnb_link:focus-visible{color:#fff;}
@media screen and (max-width: 1023px) {
  .header_lnb_link {
    padding: 4px 0;
    font-size: 16px;
  }
}
.header_util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media screen and (max-width: 1023px) {
  .header_util {
    display: none;
  }
}
.header_telephone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Roboto, Arial, sans-serif;
  color: #363e41;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.bl .header_telephone{color:#fff;}
.header_telephone::before {
  width: 18px;
  height: 19px;
  background-image: url('../images/common-svg-light.svg?ver=5');
  background-repeat: no-repeat;
  background-position: -4px -206px;
  content: '';
  background-size: 246px 229px;
  margin-right: 4px;
}
.bl .header_telephone::before{background-image: url('../images/common-svg.svg?ver=5');background-position: -30px -206px;}
.header_interest_btn {
  display: block;
  padding: 4px 7px;
  border: 2px solid #363e41;
  border-radius: 14px;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  color: #363e41;
  margin-left: 40px;
}
.bl .header_interest_btn{color:#fff;border: 2px solid #fff;}
.header_interest_btn:hover,
.header_interest_btn:focus-visible {
  background-color: #363e41;
  color: #fff;
}
.bl .header_interest_btn:hover,
.bl .header_interest_btn:focus-visible{background-color: #fff;color: #000;}
@media screen and (max-width: 1023px) {
  .header_interest_btn {
    margin: 32px;
    padding: 7px 8px 8px;
    border-width: 1px;
    border-radius: 19px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }
}
.header_gnb_util {
  margin-top: auto;
}
.header_close_btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px 12px;
}
.header_close_btn::before {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url('../images/common-svg-light.svg?ver=5');
  background-repeat: no-repeat;
  background-position: -140px -163px;
  content: '';
  background-size: 246px 229px;
}
.bl .header_close_btn::before{
	background-image: url('../images/common-svg.svg?ver=5');
    background-repeat: no-repeat;
    background-position: -140px -163px;
}
.footer {
  background: /*#303639*/#212121;
  text-align: center;
  padding-bottom: 0;
  padding-bottom: env(safe-area-inset-bottom);
  padding-bottom: constant(safe-area-inset-bottom);
}
.bl .footer{background-color: /*#141416*/ #212121;}
.footer .btn_move_top {
  width: 100%;
  padding: 18px 0;
  background: /*#d2dce6*/ #212527;
  font-size: 16px;
  color:#fff;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Roboto, Arial, sans-serif;
  text-align: center;
}
.bl .footer .btn_move_top{background-color:#212527;color:#fff;}
@media screen and (max-width: 1023px) {
  .footer .btn_move_top {
    padding: 14px 0 13px;
    font-size: 14px;
  }
}
.footer_inner {
  max-width: 1168px;
  margin: 0 auto;
  padding: 80px 0 90px;
}
@media screen and (max-width: 1023px) {
  .footer_inner {
    padding: 40px 50px;
  }
}
.footer_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.footer_menu_item {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.46;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .footer_menu_item {
    font-weight: 500;
  }
}
.footer_menu_item + .footer_menu_item .footer_menu_link {
  position: relative;
}
.footer_menu_item + .footer_menu_item .footer_menu_link::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 9px;
  background: #fff;
  opacity: 0.2;
  content: '';
}
.footer_menu_link {
  padding: 0 10px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .footer_menu_link {
    padding: 0 8px;
  }
}
.footer_desc {
  font-size: 12px;
  line-height: 1.5;
  color: #b6b6b6;
  word-break: keep-all;
  word-wrap: break-word;
}
@media screen and (max-width: 1023px) {
  .footer_desc {
    color: #777;
  }
}
.footer_desc + .footer_desc {
  margin-top: 31px;
}
@media screen and (max-width: 1023px) {
  .footer_desc + .footer_desc {
    margin-top: 12px;
  }
}
.footer_desc_box {
  margin-top: 27px;
}
@media screen and (max-width: 1023px) {
  .footer_desc_box {
    margin-top: 20px;
  }
}
.footer_logo {
  display: block;
  width: 297px;
  height: 23px;
  margin: 52px auto 0;
  background: url(../images/logo_footer_v4.svg) center/100% 100% no-repeat;
}
@media screen and (max-width: 1023px) {
  .footer_logo {
    width: 165px;
    height: 30px;
    margin-top: 20px;
  }
}
.section_tit {
  font-weight: 800;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  line-height: 28px;
  color: #7e2200;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .section_tit {
    font-size: 12px;
    line-height: 22px;
  }
}
.btn_more {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 0;
  font-weight: 700;
  font-size: 12px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Roboto, Arial, sans-serif;
  line-height: 18px;
  color: #b6b6b6;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1023px) {
  .btn_more {
    position: relative;
    top: 0;
    margin-top: 40px;
    margin-left: 40px;
  }
}
.btn_more:hover {
  color: #4b5055;
}
.btn_more:hover::after {
  width: 100%;
  background: #4b5055;
}
@media screen and (max-width: 1023px) {
  .btn_more:hover {
    color: #b6b6b6;
  }
  .btn_more:hover::after {
    width: 100%;
    background: #b6b6b6;
  }
}
.btn_more::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #b6b6b6;
  content: '';
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1023px) {
  .btn_more::after {
    width: 100%;
    background: #b6b6b6;
  }
}
.tab {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .tab.type_underline {
    margin: 0 -16px;
  }
}
.tab.type_underline .tab_list {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.tab.type_underline .tab_list::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1023px) {
  .tab.type_underline .tab_item:first-child {
    padding-left: 16px;
  }
  .tab.type_underline .tab_item:last-child {
    padding-right: 16px;
  }
}
.tab.type_underline .tab_item + .tab_item {
  margin-left: 30px;
}
@media screen and (max-width: 1023px) {
  .tab.type_underline .tab_item + .tab_item {
    margin-left: 20px;
  }
}
.tab.type_underline .tab_item.is-active .tab_btn {
  color: #fff;
}
.tab.type_underline .tab_item.is-active .tab_btn::before {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: #fff;
  content: '';
}
.tab.type_underline .tab_btn {
  position: relative;
  font-size: 32px;
  color: #555;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1023px) {
  .tab.type_underline .tab_btn {
    font-size: 20px;
  }
}
.tab.type_underline .tab_btn:hover,
.tab.type_underline .tab_btn:focus-visible {
  color: #fafafa;
}
@media screen and (max-width: 1023px) {
  .tab.type_underline .tab_btn:hover,
  .tab.type_underline .tab_btn:focus-visible {
    color: #555;
  }
}
.tab.type_block {
  max-width: 1168px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .tab.type_block {
    margin: 0 40px;
  }
}
@media screen and (max-width: 1023px) {
  .tab.type_block {
    margin: 0 16px;
  }
}
.tab.type_block .tab_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
}
@media screen and (max-width: 1023px) {
  .tab.type_block .tab_list {
    gap: 8px;
  }
}
.tab.type_block .tab_item {
  -ms-flex: 0 0 calc((100% - 28px) / 5);
  flex: 0 0 calc((100% - 28px) / 5);
  overflow: hidden;
  border: 1px solid #363e41;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 1023px) {
  .tab.type_block .tab_item {
    -ms-flex: 0 0 calc((100% - 16px) / 3);
    flex: 0 0 calc((100% - 16px) / 3);
    -webkit-box-flex: 0;
  }
}
.tab.type_block .tab_item.is-active {
  background: #363e41;
}
.tab.type_block .tab_item.is-active .tab_btn {
  font-weight: 700;
  color: #fff;
}

.bl .tab.type_block .tab_item.is-active {
  background: #fff;
}
.bl .tab.type_block .tab_item.is-active .tab_btn{
    color: /*#141416*/ #212121;
}

.tab.type_block .tab_btn {
  width: 100%;
  padding: 21px 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.bl .tab.type_block .tab_item{
    border: 1px solid #fff;
}
.bl .tab.type_block .tab_btn {
    color: #fff;
}
@media screen and (max-width: 1023px) {
  .tab.type_block .tab_btn {
    padding: 12px 0;
    font-size: 12px;
    line-height: 17px;
  }
}
.tab.type_youtube {
  margin-top: 70px;
}
.tab.type_youtube .tab_list {
  display: block;
}
.tab.type_youtube .tab_item {
  border-bottom: 1px solid #b6b6b6;
}
.tab.type_youtube .tab_item:first-child {
  border-top: 1px solid #b6b6b6;
}
.tab.type_youtube .tab_item.is-active {
  background: #f0f0f0;
}
.tab.type_youtube .tab_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
}
@media screen and (max-width: 1023px) {
  .tab.type_youtube .tab_btn {
    align-items: center;
    padding: 16px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
.tab.type_youtube .tab_imgbox {
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  position: relative;
  -webkit-box-flex: 0;
}
.tab.type_youtube .tab_imgbox::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 33px;
  background-image: url('../images/common-svg-light.svg?ver=5');
  background-repeat: no-repeat;
  background-position: -140px -122px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  background-size: 246px 229px;
}
@media screen and (max-width: 1023px) {
  .tab.type_youtube .tab_imgbox::before {
    width: 24px;
    height: 24.75px;
    background-image: url('../images/common-svg-light.svg?ver=5');
    background-repeat: no-repeat;
    background-position: -105px -91.5px;
    background-size: 184.5px 171.75px;
  }
}
.tab.type_youtube .tab_imgbox img {
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .tab.type_youtube .tab_imgbox {
    -ms-flex: 0 0 126px;
    flex: 0 0 126px;
    -webkit-box-flex: 0;
  }
}
.tab.type_youtube .tab_cont {
  padding: 0 24px;
  text-align: left;
}
.tab.type_youtube .tab_cont .tab_tit {
  display: block;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 500;
  font-size: 32px;
  line-height: 46px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
  .tab.type_youtube .tab_cont .tab_tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    font-size: 18px;
    line-height: 24px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.tab.type_youtube .tab_cont .tab_desc {
  display: block;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  height: 70px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-overflow: ellipsis;
  margin-top: 10px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
  .tab.type_youtube .tab_cont .tab_desc {
    display: none;
  }
}
.tab.type_youtube .tab_cont .hashtag {
  margin-top: 15px;
}
@media screen and (max-width: 1023px) {
  .tab.type_youtube .tab_cont .hashtag {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .tab.type_youtube {
    margin-top: 24px;
  }
}
.tab.type_unit {
  max-width: 428px;
  margin: 60px auto 0 0;
}
.tab.type_unit .tab_list {
  display: block;
}
.tab.type_unit .tab_item:last-child .tab_btn {
  height: 47px;
}
.tab.type_unit .tab_item.is-active .tab_btn {
  height: 193px;
}
.tab.type_unit .tab_item.is-active .tab_tit {
  left: 22px;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.tab.type_unit .tab_item.is-active .tab_tit::before {
  top: 5px;
  left: -12px;
  opacity: 1;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.tab.type_unit .tab_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  height: 99px;
  border-top: 1px solid #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tab.type_unit .tab_tit {
  position: relative;
  top: 0;
  left: 0;
  font-weight: 300;
  font-size: 24px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Roboto, Arial, sans-serif;
  line-height: 36px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tab.type_unit .tab_tit::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c30028;
  vertical-align: top;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  content: '';
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tab.type_unit .tab_sub {
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  color: #777;
}
.tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info_caption {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.bl .info_caption{
    color: #fff;
}
@media screen and (max-width: 1023px) {
  .info_caption {
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
  }
}
.info_text {
  display: block;
  font-weight: 300;
  font-size: 32px;
  line-height: 46px;
  margin-top: 12px;
}

.bl .info_text{
    color: #fff;
}

@media screen and (max-width: 1023px) {
  .info_text {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
  }
}
.table_info + .table {
  margin-top: 64px;
}
@media screen and (max-width: 1023px) {
  .table_info + .table {
    margin-top: 40px;
  }
}
.table_list {
  border-top: 1px solid #777;
}
.bl .table_list{
	border-top: 1px solid #fff;
}
.table_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  border-bottom: 1px solid #b6b6b6;
}
.bl .table_item{border-bottom: 1px solid #2f3639;}
@media screen and (max-width: 1023px) {
  .table_item {
    display: block;
    padding: 24px 0;
  }
}
.table_tit {
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  padding: 18px 0;
  background: #303639;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  -webkit-box-flex: 0;
}
.bl .table_tit{background-color:transparent;color:#fff;}
@media screen and (max-width: 1023px) {
  .table_tit {
    display: block;
    padding: 0;
    background: none;
    color: #363e41;
    text-align: left;
  }
}
.table_text {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 18px 0 18px 78px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-flex: 1;
}
.bl .table_text{color:#b6b6b6;}
@media screen and (max-width: 1023px) {
  .page_supply .table_text {
    word-break: keep-all;
  }
  .table_text {
    display: block;
    padding: 0;
    margin-top: 8px;
  }
}
.notice_popup_layer {
  display: none;
  position: absolute;
  top: 150px;
  right: 80px;
  z-index:9999;
}
.notice_popup_layer .imgWrap { font-size:0;}
.notice_popup_layer .popup_btn {
	background:#000;
}
.notice_popup_layer#popup .popup_btn .popup_check {
	padding-left: 24px;
}
@media screen and (max-width: 1279px) {
  .notice_popup_layer {
    right: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .notice_popup_layer {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@media screen and (max-width: 586px) {
  .notice_popup_layer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 400;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.notice_popup_layer .popup_swiper {
  max-width: 400px;
}
@media screen and (max-width: 586px) {
  .notice_popup_layer .popup_swiper {
    top: 10px;
    max-width: 85vw;
    margin: 0 auto;
  }
}
.notice_popup_layer .popup_imgbox .popup_img.media_fold {
  width: 100%;
}
.notice_popup_layer .popup_imgbox .popup_link {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 320px;
  height: 60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.popup_imgbox p br { display:none;}
@media screen and (max-width: 586px) {
  .notice_popup_layer .popup_imgbox .popup_link {
    bottom: 8.5587vw;
    width: 68.3175vw;
    height: 12.8381vw;
  }
}
.notice_popup_layer .popup_imgbox.popup_01 .popup_link.link_01.media_pc {
  bottom: 181px;
}
@media screen and (max-width: 1023px) {
  .notice_popup_layer .popup_imgbox.popup_01 .popup_link.link_01.media_tablet {
    bottom: 181px;
  }
}
@media screen and (max-width: 586px) {
  .notice_popup_layer .popup_imgbox.popup_01 .popup_link.link_01.media_tablet {
    bottom: 38.5587vw;
  }
}
.notice_popup_layer .popup_imgbox.popup_01 .popup_link.link_02.media_pc {
  bottom: 113px;
}
@media screen and (max-width: 1023px) {
  .notice_popup_layer .popup_imgbox.popup_01 .popup_link.link_02.media_tablet {
    bottom: 113px;
  }
}
@media screen and (max-width: 586px) {
  .notice_popup_layer .popup_imgbox.popup_01 .popup_link.link_02.media_tablet {
    bottom: 23.8587vw;
  }
}
.notice_popup_layer .popup_imgbox.popup_01 .popup_link.link_03.media_pc {
  bottom: 400px;
  left: 78%;
  width: 100px;
  height: 20px;
}
@media screen and (max-width: 1023px) {
  .notice_popup_layer .popup_imgbox.popup_01 .popup_link.link_03.media_tablet {
    bottom: 400px;
    left: 78%;
    width: 100px;
    height: 20px;
  }
}
@media screen and (max-width: 586px) {
  .notice_popup_layer .popup_imgbox.popup_01 .popup_link.link_03.media_tablet {
    bottom: 84.8587vw;
    left: 78%;
    width: 23.2522vw;
    height: 5vw;
  }
}
.notice_popup_layer .popup_imgbox.popup_02 .popup_link.link_01.media_pc {
  bottom: 171px;
}
@media screen and (max-width: 1023px) {
  .notice_popup_layer .popup_imgbox.popup_02 .popup_link.link_01.media_tablet {
    bottom: 171px;
  }
}
@media screen and (max-width: 586px) {
  .notice_popup_layer .popup_imgbox.popup_02 .popup_link.link_01.media_tablet {
    bottom: 36.5587vw;
  }
}
.notice_popup_layer .popup_imgbox.popup_02 .popup_link.link_02.media_pc {
  bottom: 103px;
}
@media screen and (max-width: 1023px) {
  .notice_popup_layer .popup_imgbox.popup_02 .popup_link.link_02.media_tablet {
    bottom: 103px;
  }
}
@media screen and (max-width: 586px) {
  .notice_popup_layer .popup_imgbox.popup_02 .popup_link.link_02.media_tablet {
    bottom: 21.8587vw;
  }
}
#popup .popup_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 586px) {
  #popup .popup_btn {
    height: 13.3333vw;
    padding: 2.8889vw 3.3333vw 2.8889vw 4.4444vw;
    background: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#popup .popup_btn .popup_check {
  width: 256px;
  height: 56px;
  text-align: left;
}
@media screen and (max-width: 586px) {
  #popup .popup_btn .popup_check {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;
    -webkit-box-flex: 1;
  }
}
#popup .popup_btn .popup_check .check_dayclose:checked + .check_text::before {
  width: 24px;
  height: 24px;
  background-image: url('../images/common-svg-light.svg?ver=5');
  background-repeat: no-repeat;
  background-position: -104px -166px;
  opacity: 1;
  background-size: 246px 229px;
}
@media screen and (max-width: 586px) {
  #popup .popup_btn .popup_check .check_dayclose:checked + .check_text::before {
    width: 4.4444vw;
    height: 4.4444vw;
    background-image: url('../images/common-svg-light.svg?ver=5');
    background-repeat: no-repeat;
    background-position: -19.25907vw -30.74043vw;
    background-size: 45.5551vw 42.40698vw;
  }
}
#popup .popup_btn .popup_check .check_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
	flex-direction: row-reverse;
}
@media screen and (max-width: 586px) {
  #popup .popup_btn .popup_check .check_text {
    font-size: 3.3333vw;
    -webkit-transform: translateY(-1.6667vw);
    transform: translateY(-1.6667vw);
  }
}
#popup .popup_btn .popup_check .check_text::before {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background-image: url('../images/common-svg-light.svg?ver=5');
  background-repeat: no-repeat;
  background-position: -104px -134px;
  opacity: 0.5;
  content: '';
  -webkit-box-flex: 0;
  margin-right: 8px;
  background-size: 246px 229px;
}
@media screen and (max-width: 586px) {
  #popup .popup_btn .popup_check .check_text::before {
    width: 4.4444vw;
    height: 4.4444vw;
    background-image: url('../images/common-svg-light.svg?ver=5');
    background-repeat: no-repeat;
    background-position: -19.25907vw -24.81457vw;
    background-size: 45.5551vw 42.40698vw;
  }
}
#popup .popup_btn .swiper-button-prev,
#popup .popup_btn .swiper-button-next {
  position: static;
  width: 48px;
  height: 56px;
  background: /*#141416*/#000;
  margin-top: 0;
}
@media screen and (max-width: 586px) {
  #popup .popup_btn .swiper-button-prev,
  #popup .popup_btn .swiper-button-next {
    width: 6.6667vw;
    height: 6.6667vw;
    background: none;
  }
}
#popup .popup_btn .swiper-button-prev::after,
#popup .popup_btn .swiper-button-next::after {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background-image: url('../images/common-svg-light.svg?ver=5');
  background-repeat: no-repeat;
  background-position: -216px -146.4px;
  content: '';
  background-size: 295.2px 274.8px;
}
@media screen and (max-width: 586px) {
  #popup .popup_btn .swiper-button-prev::after,
  #popup .popup_btn .swiper-button-next::after {
    width: 5.5556vw;
    height: 5.5556vw;
    background-image: url('../images/common-svg-light.svg?ver=5');
    background-repeat: no-repeat;
    background-position: -50.0004vw -33.88916vw;
    background-size: 68.33388vw 63.61162vw;
  }
}
#popup .popup_btn .swiper-button-prev.swiper-button-disabled,
#popup .popup_btn .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
#popup .popup_btn .swiper-button-prev.swiper-button-disabled::after,
#popup .popup_btn .swiper-button-next.swiper-button-disabled::after {
  opacity: 0.5;
}
#popup .popup_btn .swiper-button-lock{display:block;}
#popup .popup_btn .swiper-button-prev::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (max-width: 586px) {
  #popup .popup_btn .swiper-button-next,
  .notice_popup_layer .popup_btn_close {
    margin-left: 2.2222vw;
  }
}
#popup .popup_btn_close {
  width: 48px;
  height: 56px;
  background: /*#141416*/#000;
}
@media screen and (max-width: 586px) {
  #popup .popup_btn_close {
    width: 6.6667vw;
    height: 6.6667vw;
    background: none;
  }
}
#popup .popup_btn_close::after {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background-image: url('../images/common-svg.svg?ver=5');
  background-repeat: no-repeat;
  background-position: -105px -122.25px;
  content: '';
  background-size: 184.5px 171.75px;
}
@media screen and (max-width: 586px) {
  #popup .popup_btn_close::after {
    width: 5.5556vw;
    height: 5.5556vw;
    background-repeat: no-repeat;
    background-position: -24.30575vw -28.29884vw;
    background-size: 42.70867vw 39.75726vw;
  }
}
.gnb_banner {
  visibility: visible;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 50px;
  background: #ccd7e2;
  -webkit-transition: visibility 0.5s, height 0.5s;
  transition: visibility 0.5s, height 0.5s;
}
.gnb_banner.is-close {
  visibility: hidden;
  height: 0;
}
@media screen and (max-width: 1023px) {
  .gnb_banner {
    display: none;
  }
}
.gnb_banner_link {
  display: block;
}
.gnb_banner_txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1168px;
  height: 50px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.gnb_banner_txtbox::before {
  width: 20px;
  height: 20px;
  background-image: url('../images/common-svg-light.svg?ver=5');
  background-repeat: no-repeat;
  background-position: -180px -163px;
  content: '';
  margin-right: 4px;
  background-size: 246px 229px;
}
.gnb_banner_text {
  font-size: 15px;
  color: /*#141416*/#212121;
}
.gnb_banner_text .text_emphasis {
  color: #c30028;
}
.gnb_banner_close {
  position: absolute;
  top: 0;
  right: 63px;
  width: 50px;
  height: 50px;
}
.gnb_banner_close::before {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background-image: url('../images/common-svg-light.svg?ver=5');
  background-repeat: no-repeat;
  background-position: -106px -206px;
  content: '';
  background-size: 246px 229px;
}
.hero_banner {
  width: 100%;
  height: 780px;
  overflow:hidden;
}
@media screen and (max-width: 1023px) {
  .hero_banner {
    height: auto;
  }
}
.hero_banner .swiper-pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.hero_banner .swiper-pagination {
  position: static;
  margin: 0 12px;
}
@media screen and (max-width: 1023px) {
  .hero_banner .swiper-pagination {
    margin: 0 2.777vw;
  }
}
.hero_banner .swiper-pagination-current,
.hero_banner .swiper-pagination-total {
  font-size: 18px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Roboto, Arial, sans-serif;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero_banner .swiper-pagination-current,
  .hero_banner .swiper-pagination-total {
    font-size: 3.333vw;
  }
}
.hero_banner .swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 55px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media screen and (max-width: 1023px) {
  .hero_banner .swiper-controls {
    justify-content: space-between;
    bottom: 14.444vw;
    width: 100%;
    padding: 0 3.888vw 0 6.666vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
}
.hero_banner .swiper-pagination-progressbar {
  width: 150px;
  height: 1px;
  background-color: #d2dce6;
}
@media screen and (max-width: 1023px) {
  .hero_banner .swiper-pagination-progressbar {
    width: 41.666vw;
  }
}
.hero_banner .swiper-pagination-progressbar-fill {
  top: auto;
  bottom: 0;
  height: 2px;
  background: #fff;
}
.hero_banner .swiper-button-prev,
.hero_banner .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 62px;
  height: 62px;
  background-image: url('../images/common-svg-light.svg?ver=5');
  background-repeat: no-repeat;
  background-position: -140px -4px;
  opacity: 0.3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 246px 229px;
}
.hero_banner .swiper-button-prev:hover,
.hero_banner .swiper-button-next:hover {
  opacity: 1;
}
.hero_banner .swiper-button-prev::after,
.hero_banner .swiper-button-next::after{
  display:none;
}
@media screen and (max-width: 1023px) {
  .hero_banner .swiper-button-prev,
  .hero_banner .swiper-button-next {
    display: none;
  }
}
.hero_banner .swiper-button-prev {
  left: 80px;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.hero_banner .swiper-button-next {
  right: 80px;
}
.hero_banner .hero_autoplay_btn {
  padding: 10px;
  margin-left: 2px;
}
.hero_banner .hero_autoplay_btn::before {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url('../images/common-svg-light.svg?ver=5');
  background-repeat: no-repeat;
  background-position: -56px -206px;
  content: '';
  background-size: 246px 229px;
}
@media screen and (max-width: 1023px) {
  .hero_banner .hero_autoplay_btn::before {
    width: 3.888vw;
    height: 3.888vw;
    background-image: url('../images/common-svg-light.svg?ver=5');
    background-repeat: no-repeat;
    background-position: -12.096vw -44.496vw;
    background-size: 53.136vw 49.464vw;
  }
}
.hero_banner .hero_autoplay_btn .sr_off {
  display: none;
}
.hero_banner .hero_autoplay_btn .sr_on {
  display: block;
}
.hero_banner .hero_autoplay_btn.is-stop::before {
  width: 18px;
  height: 18px;
  background-image: url('../images/common-svg-light.svg?ver=5');
  background-repeat: no-repeat;
  background-position: -30px -206px;
  background-size: 246px 229px;
}
@media screen and (max-width: 1023px) {
  .hero_banner .hero_autoplay_btn.is-stop::before {
    width: 3.888vw;
    height: 3.888vw;
    background-image: url('../images/common-svg-light.svg?ver=5');
    background-repeat: no-repeat;
    background-position: -6.48vw -44.496vw;
    background-size: 53.136vw 49.464vw;
  }
}
.hero_banner .hero_autoplay_btn.is-stop .sr_off {
  display: block;
}
.hero_banner .hero_autoplay_btn.is-stop .sr_on {
  display: none;
}
.hero_banner_imgbox {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .hero_banner_imgbox {
    height: 0;
    padding-top: 158.536%;
  }
}
.hero_banner_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero_banner_txtbox {
  position: absolute;
  top: 180px;
  right: 220px;
  opacity: 0;
  margin-left: 80px;
  -webkit-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
  color: #fff;
}
/* .hero_banner_txtbox p{text-align:center;color:#000014;font-weight:500;font-size:34px;letter-spacing:-0.05em;margin-bottom:20px;} */
.hero_banner_txtbox p{text-align:center;color:#fff;font-weight:500;font-size:34px;letter-spacing:-0.05em;margin-bottom:20px;}
.hero_banner_txtbox.type_english {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Roboto, Arial, sans-serif;
}
.swiper-slide-active .hero_banner_txtbox {
  opacity: 1;
  margin-left: 0;
}
@media screen and (max-width: 1500px) {
  .hero_banner_txtbox{
    top: 150px;
    left: 100px;
  }
}
@media screen and (max-width: 1279px) {
  .hero_banner_txtbox {
    top: 130px;
    left: 100px;
  }
}
@media screen and (max-width: 1023px) {
  /* .hero_banner_txtbox {
    top: 24vw;
    left: 14vw;
    -webkit-transform: none;
    transform: none;
    margin-left: 5.555vw;
    display: flex;
    justify-content: center;
  } */
  .hero_banner_txtbox {
    top: 16vw;
    left: 0vw;
    -webkit-transform: none;
    transform: none;
    margin-left: 5.555vw;
    display: flex;
    justify-content: center;
  }

  
}
/* .hero_banner_txt {
  display: block;
  font-size: 68px;
  line-height: 1.32em;
  color: #000014;
  letter-spacing:-0.05em;
} */
.hero_banner_txt {
  display: block;
  font-size: 68px;
  line-height: 1.32em;
  color: #fff;
  letter-spacing:-0.05em;
}
.hero_banner_txt em{font-weight:300;letter-spacing: -0.13em;}
.hero_banner_txt strong{
  font-weight:700;
}
@media screen and (max-width: 1500px) {
  .hero_banner_txt{font-size: 65px;}
}
@media screen and (max-width: 1279px) {
  .hero_banner_txt{font-size: 60px;}
}
@media screen and (max-width: 1023px) {
  .hero_banner_txt {
    font-weight: 300;
    font-size: 8vw;
    line-height: 1.3;
    letter-spacing: -0.05em;
    width: 100%;
    text-align: center;
  }
	.hero_banner_txtbox p{
		font-size: 4vw;
		margin-bottom: 2vw;
	}
    .hero_banner_txtbox{
        width: 100%;
    }
}
.view_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .view_list {
    display: block;
  }
}
.view_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.view_imgbox {
  overflow: hidden;
}
.view_imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.view_info {
  word-break: keep-all;
}
.view_info .info_tit {
  display: block;
  font-weight: 400;
  font-size: 32px;
  line-height: 46px;
}
.view_info .info_tit em{
  font-size: 24px;
}
.bl .view_info .info_tit{color:#fff;}
.view_info .info_tit strong{
  font-weight: 700;
  color: #c30028;
}
.bl .view_info .info_tit strong{color:#fff;}
@media screen and (max-width: 1023px) {
  .view_info .info_tit {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
  }
  .view_info .info_tit em{
    font-size: 16px;
  }
}
.view_info .info_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #777;
  margin-top: 10px;
}
.bl .view_info .info_desc{color:#b6b6b6;}
@media screen and (max-width: 1023px) {
  .view_info .info_desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
}
.view.type_sub .view_list {
  gap: 80px 14px;
}
.view.type_sub .view_item {
  -ms-flex: 0 0 calc(50% - 7px);
  flex: 0 0 calc(50% - 7px);
  -webkit-box-flex: 0;
}
@media screen and (max-width: 1023px) {
  .view.type_sub .view_item {
    margin-top: 40px;
  }
  .view.type_sub .view_item:first-child {
    margin-top: 0;
  }
}
.view.type_sub .view_imgbox {
  overflow: hidden;
}
.view.type_sub .view_imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.view.type_sub .view_info .info_tit {
  margin-top: 32px;
}
@media screen and (max-width: 1023px) {
  .view.type_sub .view_info .info_tit {
    margin-top: 20px;
  }
}
.view.type_main {
  margin: 120px auto 0;
}
@media screen and (max-width: 1023px) {
  .view.type_main {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1500px) {
  .view.type_main .view_list{justify-content: space-between;}
}
@media screen and (max-width: 1330px) {
  .view.type_main .view_list {
    gap: 0 10px;
  }
}
.view.type_main .view_item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 1500px) {
  .view.type_main .view_item{
    -ms-flex: 0 0 calc(50% - 50px);
    flex: 0 0 calc(50% - 50px);
    -webkit-box-flex: 0;
  }
}
@media screen and (max-width: 1023px) {
  .view.type_main .view_item {
    margin-top: 80px;
  }
  .view.type_main .view_item:first-child {
    margin-top: 0;
  }
}
.view.type_main .view_item:nth-child(3) {
  margin-top: -263px;
}
@media screen and (max-width: 1023px) {
  .view.type_main .view_item:nth-child(3) {
    margin-top: 80px;
  }
}
.view.type_main .view_item:nth-child(even) {
  margin-top: 263px;
}
@media screen and (max-width: 1023px) {
  .view.type_main .view_item:nth-child(even) {
    margin-top: 80px;
  }
}
.view.type_main .view_item.vertical .view_imgbox {
  max-width: 576px;
  max-height: 740px;
}
@media screen and (max-width: 1023px) {
  .view.type_main .view_item.vertical .view_imgbox {
    max-width: 100%;
    max-height: 100%;
  }
}
.view.type_main .view_item.horizon .view_imgbox {
  max-width: 724px;
  max-height: 500px;
}
@media screen and (max-width: 1023px) {
  .view.type_main .view_item.horizon .view_imgbox {
    max-width: none;
    max-height: none;
  }
}
.view.type_main .view_item.vertical:nth-child(odd) .view_info {
  margin-left: 148px;
}
@media screen and (max-width: 1279px) {
  .view.type_main .view_item.vertical:nth-child(odd) .view_info {
    margin-left: 74px;
  }
}
@media screen and (max-width: 1023px) {
  .view.type_main .view_item.vertical:nth-child(odd) .view_info {
    margin: 0 24px 0 24px;
  }
}
.view.type_main .view_item.vertical:nth-child(even) {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  align-items: flex-end;
  text-align: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
}
@media screen and (max-width: 1023px) {
  .view.type_main .view_item.vertical:nth-child(even) {
    display: block;
  }
}
.view.type_main .view_item.vertical:nth-child(even) .view_imgbox {
  margin-top: 42px;
}
@media screen and (max-width: 1023px) {
  .view.type_main .view_item.vertical:nth-child(even) .view_imgbox {
    margin-top: 0;
  }
}
.view.type_main .view_item.vertical:nth-child(even) .view_info {
  margin-right: 148px;
}
@media screen and (max-width: 1279px) {
  .view.type_main .view_item.vertical:nth-child(even) .view_info {
    margin-right: 74px;
  }
}
@media screen and (max-width: 1023px) {
  .view.type_main .view_item.vertical:nth-child(even) .view_info {
    margin: 0 24px 0 24px;
    text-align: left;
  }
}
.view.type_main .view_item.vertical:nth-child(even) .view_info .info_tit {
  margin-top: 0;
}

@media screen and (max-width: 1023px) {
  .view.type_main .view_item.vertical:nth-child(even) .view_info .info_tit {
    margin-top: 20px;
  }
}
.view.type_main .view_item.horizon:nth-child(odd) .view_info {
  margin-left: 148px;
}
@media screen and (max-width: 1279px) {
  .view.type_main .view_item.horizon:nth-child(odd) .view_info {
    margin-left: 74px;
  }
}
@media screen and (max-width: 1023px) {
  .view.type_main .view_item.horizon:nth-child(odd) .view_info {
    margin: 0 24px 0 24px;
  }
}
@media screen and (max-width: 1023px) {
  .view.type_main .view_item.horizon:nth-child(even) .view_info {
    margin: 0 24px 0 24px;
  }
}
.view.type_main .view_info .info_tit {
  margin-top: 42px;
}
@media screen and (max-width: 1023px) {
  .view.type_main .view_info .info_tit {
    margin-top: 20px;
  }
}
.view.type_main .view_info .info_desc {
  margin-top: 11px;
}
.gallery {
  overflow-y: auto;
  overflow-y: overlay;
  max-width: 1760px;
  max-height: 806px;
  margin: 0 auto;
  scrollbar-width: thin;
  scrollbar-color: #555 transparent;
}
.gallery::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 25px;
}
.gallery::-webkit-scrollbar-track {
  background-color: transparent;
}
.gallery::-webkit-scrollbar-thumb {
  border: 10px solid transparent;
  border-radius: 100px;
  background-color: #555;
  background-clip: padding-box;
}
@media screen and (max-width: 1023px) {
  .gallery {
    max-height: 438px;
  }
  .gallery::-webkit-scrollbar {
    display: none;
  }
}
.gallery_list {
  margin-top: -16px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
@media screen and (max-width: 1023px) {
  .gallery_list {
    margin-top: -8px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.gallery_list.is-filtered .gallery_room_type {
  display: none;
}
.gallery_item {
  overflow: hidden;
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  .gallery_item {
    margin-top: 8px;
  }
}
.gallery_imgbox {
  position: relative;
  width: 100%;
}
.gallery_room_type {
  position: absolute;
  bottom: 8px;
  left: 10px;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Roboto, Arial, sans-serif;
}
@media screen and (max-width: 1023px) {
  .gallery_room_type {
    bottom: 1.666vw;
    left: 1.666vw;
    font-size: 3.888vw;
  }
}
.gallery_img {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  .unit_box.type_pc {
    display: none;
  }
}
.unit_box.type_pc .unit_box_left {
  position: relative;
  max-width: 1168px;
  margin: 120px auto 0 auto;
}
.unit_box.type_pc .unit_text {
  max-width: 428px;
  margin: 0 auto 0 0;
  word-break: keep-all;
  font-size: 32px;
  font-weight: 300;
  line-height: 46px;
  color: #fff;
}
.unit_box.type_pc .unit_box_right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: calc(50% - 80px);
}
@media screen and (max-width: 1279px) {
  .unit_box.type_pc .unit_box_right {
    width: calc(50% - 40px);
  }
}
.unit_box.type_pc .unit_box_right .unit_item {
  display: none;
  position: relative;
  left: 0;
}
.unit_box.type_pc .unit_box_right .unit_item.is-show {
  display: block;
}
.unit_box.type_pc .unit_imgbox {
  max-width: 610px;
}
.unit_box.type_pc .unit_imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1279px) {
  .unit_box.type_pc .unit_imgbox {
    margin-top: 100px;
  }
}
.unit_box.type_pc .unit_desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: #777;
}
.unit_box.type_mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .unit_box.type_mobile {
    display: block;
    margin-top: 40px;
  }
}
.unit_box.type_mobile .unit_text {
  word-break: keep-all;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
}
.unit_box.type_mobile .unit_accordion_list {
  margin-top: 35px;
}
.unit_box.type_mobile .unit_accordion_item.is-active {
  padding-bottom: 30px;
}
.unit_box.type_mobile .unit_accordion_item.is-active .btn_tit {
  left: 14px;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.unit_box.type_mobile .unit_accordion_item.is-active .btn_tit::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.unit_box.type_mobile .unit_accordion_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
  padding: 6px 0 19px 0;
  border-top: 1px solid #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.unit_box.type_mobile .unit_accordion_box {
  position: relative;
  width: calc(100% + 20px);
  padding: 55px 10px 20px 10px;
  background: #0e0e0f;
}
.unit_box.type_mobile .unit_imgbox {
  width: 100%;
}
.unit_box.type_mobile .unit_imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.unit_box.type_mobile .unit_desc {
  margin: 45px 0 0 10px;
  color: #777;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.unit_box.type_mobile .btn_tit {
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Roboto, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}
.unit_box.type_mobile .btn_tit::before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c30028;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  content: '';
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.unit_box.type_mobile .btn_sub {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #777;
}
@media screen and (min-width: 1024px) {
  .unit_box.type_pc .tab.type_unit .tab_item .tab_sub{
    display: inline-block;
    margin-top: 11px;
    text-align: right;
  }
  .unit_box.type_pc .tab.type_unit .tab_item .tab_sub .tab_sub_note{
    display: block;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .unit_box.type_mobile .unit_accordion_item .btn_sub{
    text-align: right;
  }
  .unit_box.type_mobile .unit_accordion_item .btn_sub .tab_sub_note{
    display: block;
    font-size: 14px;
    line-height: 21px;
  }
}

.contact_box.media_pc .contact_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1168px;
  margin: 120px auto 0;
}
@media screen and (max-width: 1279px) {
  .contact_box.media_pc .contact_info {
    margin: 120px 40px 0;
  }
}
.contact_box.media_pc .contact_list {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-flex: 0;
}
.contact_box.media_pc .contact_item + .contact_item {
  margin-top: 40px;
}
.contact_box.media_pc .contact_number {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-flex: 0;
}
.contact_box.media_pc .contact_number .number_info {
  font-weight: 300;
  font-size: 40px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Roboto, Arial, sans-serif;
  line-height: 60px;
}
.bl .contact_box.media_pc .contact_number .number_info{color:#fff;}
.contact_box.media_pc .contact_imgbox {
  position: relative;
  margin-top: 110px;
}
.contact_box.media_pc .contact_imgbox .img_map {
  max-width: 100%;
}
.contact_box.media_pc .contact_imgbox .map_icon{position:absolute;left:0;top:0;width:100%;height:100%;}
.contact_box.media_pc .contact_imgbox .map_icon span{display:block;width:100%;overflow:hidden;opacity:0;transition:0.8s;}
.contact_box.media_pc .contact_imgbox .map_icon span img{display:block;width:100%;animation: map-icon 2s 1.6s infinite;}
.section.is-show .contact_box.media_pc .contact_imgbox .map_icon span{transition-delay:0.6s;opacity:1;transform:none;}
.contact_box.media_pc .contact_imgbox .dash{position:absolute;left:0;top:0;width:100%;height:100%;}
.contact_box.media_pc .contact_imgbox .dash svg path{fill:none;stroke-miterlimit:10;stroke-width:5px;}
.contact_box.media_pc .contact_imgbox .dash svg .line1{stroke:#c30028;stroke-dasharray: 17 12;}
.contact_box.media_pc .contact_imgbox .dash svg .line2{stroke:#000;stroke-dasharray: 430px;stroke-dashoffset: 0;animation: dash-line  5s 1s linear infinite;}
@keyframes map-icon {
  0%{transform:translate(0,0);}
  50%{transform:translate(0,-1%);}
  100%{transform:translate(0,0);}
}
@keyframes dash-line {
	0%{stroke-dashoffset: 0;}
	30%{stroke-dashoffset: 0;}
	70%{stroke-dashoffset: 430px;}
	100%{stroke-dashoffset: 430px;}
}
.contact_box.media_pc .contact_imgbox .map_pin_start {
  position: absolute;
  top: 20.5%;
  right: 42.5%;
  z-index: 1;
  width: 5.1042vw;
}
.contact_box.media_pc .contact_imgbox .map_pin_end {
  position: absolute;
  bottom: 14.3%;
  left: 34.5%;
  z-index: 1;
  width: 5.1042vw;
}
.contact_box.media_pc .contact_imgbox .map_road {
  display: none;
}
.contact_box.media_pc .contact_imgbox .map_road.is-show {
  display: block;
  position: absolute;
  top: 31.7%;
  left: 34%;
  width: 23.1021vw;
}
.contact_box.media_pc .contact_imgbox .map_road.is-show .road_path {
  -webkit-animation: dash 7s infinite;
  animation: dash 7s infinite;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.contact_box.media_pc .contact_imgbox .map_road.is-show .road_dashed {
  stroke-dasharray: 7;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.contact_box.media_pc .item_tit {
  display: block;
  font-weight: 300;
  font-size: 24px;
  line-height: 35px;
}
.bl .contact_box.media_pc .item_tit{color:#fff;}
.contact_box.media_pc .item_address {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #777;
  margin-top: 5px;
}
.contact_box.media_pc .item_address::after {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 10px;
  height: 16px;
  background-image: url('../images/common-svg-light.svg?ver=5');
  background-repeat: no-repeat;
  background-position: -105px -82px;
  content: '';
  margin-left: 8px;
  background-size: 123px 114.5px;
}
.bl .contact_box.media_pc .item_address::after{background-image: url('../images/common-svg.svg?ver=5');background-size: 246px 228px;background-position: -190px -74px;}
.contact_box.media_tablet .tab_area {
  margin: 40px 40px 66px;
}
.contact_box.media_tablet .tab_list {
  display: block;
}
.contact_box.media_tablet .tab_item + .tab_item {
  margin-top: 40px;
}
.contact_box.media_tablet .tab_item.is-active .tab_btn::after {
  width: 20px;
  height: 32px;
  background-image: url('../images/common-svg-light.svg?ver=5');
  background-repeat: no-repeat;
  background-position: -210px -164px;
  background-size: 246px 229px;
}
.contact_box.media_tablet .tab_btn {
  position: relative;
  width: 100%;
  text-align: start;
  padding-right: 40px;
}
.contact_box.media_tablet .tab_btn::after {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 32px;
  background-image: url('../images/common-svg-light.svg?ver=5');
  background-repeat: no-repeat;
  background-position: -210px -124px;
  content: '';
  background-size: 246px 229px;
}
.contact_box.media_tablet .tab_tit {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
}
.bl .contact_box.media_tablet .tab_tit{color:#fff;}
.bl .contact_box.media_tablet .tab_btn::after{
	background-image: url('../images/common-svg.svg?ver=5');
    background-size: 246px 228px;
    background-position: -210px -124px;
}
.bl .contact_box.media_tablet .tab_item.is-active .tab_btn::after{
	background-image: url(../images/common-svg.svg?ver=5);
	background-size: 492px 456px;
    background-position: -380px -148px;
}
.contact_box.media_tablet .tab_sub {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #777;
  margin-top: 4px;
  word-break: keep-all;
}
.contact_box.media_tablet .contact_number {
  margin-top: 36px;
}
.contact_box.media_tablet .contact_number .item_tit {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
}
.bl .contact_box.media_tablet .contact_number .item_tit,
.bl .contact_box.media_tablet .contact_number .number_info{color:#fff;}
.contact_box.media_tablet .contact_number .number_info {
  display: block;
  font-weight: 300;
  font-size: 32px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Roboto, Arial, sans-serif;
  line-height: 48px;
}
.contact_box.media_tablet .contact_item {
  display: none;
}
.contact_box.media_tablet .contact_item.is-show {
  display: block;
}
.contact_box.media_tablet .contact_imgbox {
  max-width: 100%;
  position:relative;
}
.contact_box.media_tablet .contact_imgbox img {
  width: 100%;
}
.contact_box.media_tablet .contact_imgbox .map_icon{position:absolute;left:0;top:0;width:100%;}
.contact_box.media_tablet .contact_imgbox .map_icon span{display:block;width:100%;}
.contact_box.media_tablet .contact_imgbox .map_icon span img{display:block;animation: map-icon 2s 1.8s infinite;}
.contact.type_sub .table_item:not(:last-of-type) .table_text::after {
  display: inline-block;
  width: 10px;
  height: 16px;
  background-image: url('../images/common-svg-light.svg?ver=5');
  background-repeat: no-repeat;
  background-position: -105px -82px;
  vertical-align: sub;
  content: '';
  margin-left: 10px;
  background-size: 123px 114.5px;
}
.bl .contact.type_sub .table_item:not(:last-of-type) .table_text::after{
	background-image: url('../images/common-svg.svg?ver=5');
    background-size: 246px 228px;
    background-position: -190px -74px;
}
.contact.type_sub .contact_imgbox {
  margin-top: 120px;
}
@media screen and (max-width: 1023px) {
  .contact.type_sub .contact_imgbox {
    margin-top: 60px;
  }
}
.contact.type_sub .contact_box.media_tablet .tab_area {
  margin: 0 16px;
}
.contact.type_sub .contact_box.media_tablet .tab_list {
  border-top: 1px solid #fff;
}
.contact.type_sub .contact_box.media_tablet .tab_item {
  border-bottom: 1px solid #555;
}
.contact.type_sub .contact_box.media_tablet .tab_item + .tab_item {
  margin-top: 0;
}
.contact.type_sub .contact_box.media_tablet .tab_btn {
  padding: 24px 40px 24px 0;
}
.contact.type_sub .contact_box.media_tablet .tab_btn::after {
  bottom: 24px;
}
.contact.type_sub .contact_box.media_tablet .tab_tit {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.contact.type_sub .contact_box.media_tablet .tab_sub {
  font-size: 16px;
  line-height: 24px;
  color: #777;
  margin-top: 8px;
  word-break: keep-all;
}
.contact.type_sub .contact_box.media_tablet .contact_number {
  padding: 24px 0;
  margin-top: 0;
  border-bottom: 1px solid #555;
}
.contact.type_sub .contact_box.media_tablet .contact_number .item_tit {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.contact.type_sub .contact_box.media_tablet .contact_number .number_info {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #777;
  margin-top: 8px;
}
.contact.type_sub .contact_box.media_tablet .contact_list {
  margin-top: 60px;
}
.section_sub_top {
  display: none;
  padding: 140px 0 0;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1023px) {
  .section_sub_top {
    padding: 0;
  }
}
.section_sub_top.is-active {
  display: block;
}
.section_sub_top + .section_sub_top {
  padding: 140px 0 0;
}
@media screen and (max-width: 1023px) {
  .section_sub_top + .section_sub_top {
    padding: 0;
  }
}
.section_sub_top .section_inner {
  position: relative;
  max-width: 100%;
}
.section_sub_top .section_inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  content: '';
}
.section_sub_top .section_tit {
  font-weight: 700;
  font-size: 16px;
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Roboto, Arial, sans-serif;
  line-height: 24px;
}
@media screen and (max-width: 1023px) {
  .section_sub_top .section_tit {
    font-size: 12px;
    line-height: 18px;
  }
}
.section_sub_top .sub_top_txt {
  max-width: 1168px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}
@media screen and (max-width: 1279px) {
  .section_sub_top .sub_top_txt {
    margin: 0 40px;
  }
}
@media screen and (max-width: 1023px) {
  .section_sub_top .sub_top_txt {
    margin: 0 16px;
  }
}
.section_sub_top .sub_top_txt.is-show {
  -webkit-animation: moveToTop 1s forwards;
  animation: moveToTop 1s forwards;
}
.section_sub_top .sub_top_txt.no-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.section_sub_top .sub_top_tit {
  font-weight: 400;
  font-size: 54px;
  line-height: 72px;
  margin-top: 8px;display: block;
  letter-spacing: -0.03em;
}
.bl .section_sub_top .sub_top_tit{color:#fff;}
.section_sub_top .sub_top_tit em{
  font-weight:700;
  color: #c30028;
}
.bl .section_sub_top .sub_top_tit em{color:#fff;letter-spacing: -0.01em;}
@media screen and (max-width: 1023px) {
  .section_sub_top .sub_top_tit {
    font-size: 20px;
    line-height: 28px;
  }
}
.section_sub_top .sub_top_desc {
  font-size: 16px;
  color: #fafafa;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .section_sub_top .sub_top_desc {
    font-size: 14px;
    margin-top: 20px;
  }
}
.section_sub_top .sub_top_imgbox {
  height: 480px;
  opacity: 0;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  margin-top: 70px;
}
.section_sub_top .sub_top_imgbox.map_box{
  height: auto;
}
@media screen and (max-width: 1023px) {
  .section_sub_top .sub_top_imgbox {
    height: 180px;
    margin-top: 48px;
  }
}
.section_sub_top .sub_top_imgbox.map_box{
  height: auto;
}
.section_sub_top .sub_top_imgbox.is-show {
  -webkit-animation: moveToTop 1s 0.5s forwards;
  animation: moveToTop 1s 0.5s forwards;
}
@media screen and (max-width: 1023px) {
  .section_sub_top .sub_top_imgbox.is-show {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
  }
}
.section_sub_top .sub_top_imgbox.no-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.section_sub_top .sub_top_imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sub_content_box + .sub_content_box {
  margin-top: 120px;
}
@media screen and (max-width: 1023px) {
  .sub_content_box + .sub_content_box {
    margin-top: 60px;
  }
}
.sub_content_box .sub_content_tit {
  font-weight: 700;
  font-size: 32px;
  line-height: 47px;
  padding-bottom: 23px;
  border-bottom: 1px solid #fff;
}

.bl .sub_content_box .sub_content_tit{
    color: #fff;
}

@media screen and (max-width: 1023px) {
  .sub_content_box .sub_content_tit {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 12px;
  }
}
.sub_content_box .imgbox_pop {
  margin-top: 60px;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .sub_content_box .imgbox_pop {
    margin-top: 20px;
    pointer-events: all;
  }
}
.point_text_list {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .point_text_list {
    margin-top: 32px;
  }
}
.point_text_list .point_text_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  font-size: 11px;
  line-height: normal;
  color: #b6b6b6;
  -webkit-box-align: start;
  -ms-flex-align: start;
}
.bl .point_text_list .point_text_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #777;
  -webkit-box-align: start;
  -ms-flex-align: start;
}
@media screen and (max-width: 1023px) {
  .point_text_list .point_text_item {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
  .bl .point_text_list .point_text_item {
    word-break: keep-all;
  }
}
.point_text_list .point_text_item::before {
  display: inline-block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background-image: url('../images/common-svg-light.svg?ver=5');
  background-repeat: no-repeat;
  background-position: -130px -206px;
  content: '';
  -webkit-box-flex: 0;
  margin-right: 4px;
  background-size: 246px 229px;
}
.bl .point_text_list .point_text_item::before {
  background-image: url('../images/common-svg.svg?ver=5');
  background-position: -91px -180.25px;
  background-size: 215.25px 199.5px;
}
@media screen and (max-width: 1023px) {
  .point_text_list .point_text_item::before {
    width: 14px;
    height: 14px;
    margin: 4px 9px 0 0;
    background-image: url('../images/common-svg-light.svg?ver=5');
    background-repeat: no-repeat;
    background-position: -113.75px -180.25px;
    background-size: 215.25px 200.375px;
  }
  .bl .point_text_list .point_text_item::before {
    background-image: url('../images/common-svg.svg?ver=5');
  }
}
.point_text_list .point_text_item + .point_text_item {
  margin-top: 11px;
}
@media screen and (max-width: 1023px) {
  .point_text_list .point_text_item + .point_text_item {
    margin-top: 12px;
    word-break: keep-all;
  }
}

.imgbox_list {
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .imgbox_list {
    margin-top: 16px;
  }
}
.imgbox_list.type_half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}
@media screen and (max-width: 1023px) {
  .imgbox_list.type_half {
    gap: 0 8px;
  }
}
.imgbox_list.type_half .imgbox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 8px);
  flex: 0 0 calc(50% - 8px);
}

.imgbox {
  position: relative;
}
.imgbox_flex_box01 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.imgbox_flex_box01 .imgbox {
    width: calc(50% - 10px);
}
.imgbox_flex_box01 .imgbox + .imgbox {
    margin-top: unset;
}
.imgbox + .imgbox {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .imgbox + .imgbox {
    margin-top: 8px;
  }
  .imgbox_flex_box01 {
    margin-top: 8px;
    gap: 8px;
  }
  .imgbox_flex_box01 .imgbox {
    width: 100%;
  }
}
.imgbox img {
  width: 100%;
  height: 100%;
}

.imgbox.comming img{
    width: auto;
    height: auto;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .imgbox.comming img{
        width: auto;
        height: auto;
        max-width: 75%;
    }
} 

.imgbox_pop {
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .imgbox_pop {
    pointer-events: all;
  }
}
.imgbox_pop::after {
  display: none;
}
@media screen and (max-width: 1023px) {
  .imgbox_pop::after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 40px;
    height: 38.09524px;
    background-image: url('https://cdn.i-park.com/ipark/common/common-svg.svg?ver=5');
    background-size: 234.28571px 217.14286px;
    background-position: -133.33333px -70.47619px;
    background-repeat: no-repeat;
    content: '';
  }
}
.imgbox_pop + .imgbox_pop {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .imgbox_pop + .imgbox_pop {
    margin-top: 8px;
  }
}
.imgbox_pop img {
  width: 100%;
  height: 100%;
}
.img_popup_layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  width: 100%;
  height: 100vh;
  background: #000;
}


.img_popup_layer.is-show {
  display: block;
}
.popup_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 80px;
  background: /*#141416*/#212121;
}
.popup_tit {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.popup_close_btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  padding: 14px 12px;
}
.popup_close_btn::before {
  display: block;
  content: '';
  width: 32px;
  height: 32px;
  background-image: url('https://cdn.i-park.com/ipark/common/common-svg.svg?ver=5');
  background-size: 246px 228px;
  background-position: -140px -163px;
  background-repeat: no-repeat;
}
.popup_imgbox {
  width: 100%;
}
.popup_imgbox img {
  width: 100%;
}
.section_example {
  padding: 200px 80px 160px;
  background: #0e0e0f;
}
.bl .section_example{
  background: transparent;
}
@media screen and (max-width: 1279px) {
  .section_example {
    padding: 200px 40px 160px;
  }
}
@media screen and (max-width: 1023px) {
  .section_example {
    padding: 80px 16px;
  }
}
.imgbox_list {
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .imgbox_list {
    margin-top: 16px;
  }
}
.imgbox_list.type_half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}
@media screen and (max-width: 1023px) {
  .imgbox_list.type_half {
    gap: 0 8px;
  }
}
.imgbox_list.type_half .imgbox {
  -ms-flex: 0 0 calc(50% - 8px);
  flex: 0 0 calc(50% - 8px);
  -webkit-box-flex: 0;
}
.imgbox + .imgbox {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .imgbox + .imgbox {
    margin-top: 8px;
  }
}
.imgbox img {
  width: 100%;
  height: 100%;
}
.imgbox_pop {
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .imgbox_pop {
    pointer-events: all;
  }
}
.imgbox_pop::after {
  display: none;
}
@media screen and (max-width: 1023px) {
  .imgbox_pop::after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 38.09524px;
    background-image: url('../images/common-svg-light.svg?ver=5');
    background-repeat: no-repeat;
    background-position: -133.33333px -70.47619px;
    content: '';
    background-size: 234.28571px 218.09524px;
  }
}
.imgbox_pop + .imgbox_pop {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .imgbox_pop + .imgbox_pop {
    margin-top: 8px;
  }
}
.imgbox_pop img {
  width: 100%;
  height: 100%;
}
.img_popup_layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  width: 100%;
  height: 100vh;
  background: #fff;
}
.img_popup_layer.is-show {
  display: block;
}
.popup_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  height: 80px;
  background: /*#141416*/#212121;
  -webkit-box-align: start;
  -ms-flex-align: start;
}
.popup_tit {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 16px 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  -webkit-box-flex: 1;
}
.popup_close_btn {
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  padding: 14px 12px;
  -webkit-box-flex: 0;
}
.popup_close_btn::before {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url('../images/common-svg-light.svg?ver=5');
  background-repeat: no-repeat;
  background-position: -140px -163px;
  content: '';
  background-size: 246px 229px;
}

.bl .popup_tit{color: #fff;}
.bl .img_popup_layer{
    background: /*#141416*/#212121 !important;
}
.bl .popup_close_btn::before{
    background-image: url('../images/common-svg.svg?ver=5');
}

.popup_imgbox {
  width: 100%;
}
.popup_imgbox img {
  max-width: 100%;
}
.section_example {
  padding: 200px 80px 160px;
  background: #fafafa;
}
@media screen and (max-width: 1279px) {
  .section_example {
    padding: 200px 40px 160px;
  }
}
@media screen and (max-width: 1023px) {
  .section_example {
    padding: 80px 16px;
  }
}
.section_example .section_inner {
  max-width: 1464px;
}
.example {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 200px);
  gap: 16px;
}
.community .example {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 200px);
}
@media screen and (max-width: 1023px) {
  .example {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 1023px) {
  .example.media_pc {
    display: none;
  }
}
.example.media_tablet {
  display: none;
}
@media screen and (max-width: 1023px) {
  .example.media_tablet {
    display: flex;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    flex-direction: column;
    gap: 0px;
  }

  .page_system .example.media_tablet{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .page_system .example_item.item_01{grid-column: 1/2; grid-row: 1/2;}
  .page_system .example_item.item_02{grid-column: 1/2; grid-row: 2/4;}
  .page_system .example_item.item_03{grid-column: 1/2; grid-row: 4/5;}
  .page_system .example_item.item_04{grid-column: 2/3; grid-row: 1/3;}
  .page_system .example_item.item_05{grid-column: 2/3; grid-row: 3/4;}
  .page_system .example_item.item_06{grid-column: 2/3; grid-row: 4/5;}
  .page_system .example_item {margin-top: 0;}
  .page_system .example_item img{display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}
}
.example_item{
    position: relative;
}
.example_item.item_02 {
  grid-column: 1 / 3;
  grid-row: 2 / 4;
}
.example_item.item_04 {
  grid-column: 3 / 5;
  grid-row: 1 / 3;
}

.community .example_item.item_01 {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.community .example_item.item_02 {
  grid-column: 3 / 5;
  grid-row: 1 / 3;
}


.example_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .example_item {
    margin-top: 8px;
  }
  .example_item:first-child {
    margin-top: 0;
  }
}
.overview_titbox {
  max-width: 1168px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .overview_titbox {
    margin: 0 40px;
  }
}
@media screen and (max-width: 1023px) {
  .overview_titbox {
    margin: 0 24px;
  }
}
.overview_tit {
  font-size: 80px;
  font-weight:400;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Roboto, Arial, sans-serif;
  line-height: 84px;
  text-transform: uppercase;
}
.bl .overview_tit{color:#fff;}
@media screen and (max-width: 1023px) {
  .overview_tit {
    font-size: 40px;
    line-height: 50px;
  }
}
.overview_text {
  font-weight: 400;
  font-size: 32px;
  line-height: 46px;
  color: #777;
  margin-top: 60px;
  word-break: keep-all;
}
.bl .overview_text{color:#fff;}
@media screen and (max-width: 1023px) {
  .overview_text {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
  }
}
.overview_cont {
  position: sticky;
  top: 90px;
}
.overview_imgbox {
  overflow: hidden;
  position: relative;
  height: 620px;
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  .overview_cont{
    top: 120px;
  }
  .overview_imgbox {
    height: 0;
    margin-top: 60px;
    padding-bottom: 60%;
  }
}
.overview_imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.overview_imgbox img:nth-child(3) {
  top: 100%;
}
.overview_imgbox img:nth-child(4) {
  top: 100%;
}
.overview_imgbox img:nth-child(5) {
  top: 100%;
}
.overview_imgbox img:nth-child(6) {
  top: 100%;
}
.overview_imgbox img:nth-child(7) {
  top: 100%;
}
.overview_imgbox img:nth-child(8) {
  top: 100%;
}
.overview_desc {
  overflow: hidden;
  position: relative;
  max-width: 1168px;
  height: 140px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1279px) {
  .overview_desc {
    margin: 40px 40px 0;
  }
}
@media screen and (max-width: 1023px) {
  .overview_desc {
    height: 190px;
    margin: 20px 24px 0;
  }
}
.overview_desc_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.bl .overview_desc_item{background-color: /*#141416*/ #212121;}
.overview_desc_item:nth-child(2) {
  top: 100%;
}
.overview_desc_item:nth-child(3) {
  top: 100%;
}
.overview_desc_item:nth-child(4) {
  top: 100%;
}
@media screen and (max-width: 1023px) {
  .overview_desc_item {
    display: block;
  }
}
.overview_desc_tit {
  -ms-flex: 0 0 296px;
  flex: 0 0 296px;
  font-weight: 700;
  font-size: 32px;
  line-height: 47px;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 1023px) {
  .overview_desc_tit {
    font-size: 20px;
    line-height: 28px;
  }
}
.overview_desc_sub_tit {
  display: block;
  font-weight: 400;
  font-size: 32px;
  line-height: 47px;
}

.overview_desc_sub_tit em{
    font-size: 24px;
}

.bl .overview_desc_sub_tit{color:#fff;}
@media screen and (max-width: 1023px) {
  .overview_desc_sub_tit {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
  }
  .overview_desc_sub_tit em{
    font-size: 16px;
  }
}
.overview_desc_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #777;
  margin-top: 20px;
}
.bl .overview_desc_text{color: #b6b6b6;}
@media screen and (max-width: 1023px) {
  .overview_desc_text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
}
.youtube_mainbox .youtube_item {
  display: none;
}
.youtube_mainbox .youtube_item.is-show {
  display: block;
}
.youtube_mainbox .youtube_framebox {
  display: block;
  position: relative;
  padding-top: 56.25%;
}
.youtube_mainbox .youtube_framebox iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube_mainbox .youtube_cont {
  margin-top: 24px;
}
.youtube_mainbox .youtube_cont .youtube_tit {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
}
@media screen and (max-width: 1023px) {
  .youtube_mainbox .youtube_cont .youtube_tit {
    font-size: 20px;
    line-height: 30px;
  }
}
.youtube_mainbox .youtube_cont .hashtag {
  margin-top: 8px;
}
@media screen and (max-width: 1023px) {
  .youtube_mainbox .youtube_cont {
    margin-top: 20px;
  }
}
.hashtag {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #b6b6b6;
}
.hashtag .tag + .tag {
  margin-left: 7px;
}
.section_ico .ico {
  position: relative;
  background: transparent;
}
.section_ico .ico_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section_ico .ico_imgbox {
  max-width: 64px;
  margin-left: 12px;
}
@media screen and (max-width: 1023px) {
  .section_ico .ico_imgbox {
    max-width: 56px;
    margin-left: 6px;
  }
}
.section_ico .ico_imgbox img {
  width: 100%;
  height: 100%;
}
.section_ico .ico_tit {
  display: block;
  font-weight: 400;
  font-size: 32px;
  margin-top: 40px;
}
.bl .section_ico .ico_tit{
    color: #fff;
}

@media screen and (max-width: 1023px) {
  .section_ico .ico_tit {
    font-weight: 400;
    font-size: 20px;
    margin-top: 18px;
  }
}

@media screen and (max-width: 400px){
    .section_ico .ico_tit{
        font-size: 18px;
    }
}

.section_ico .ico_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #b6b6b6;
  margin-top: 9px;
  padding-right: 150px;
  word-break: keep-all;
}
@media screen and (max-width: 1023px) {
  .section_ico .ico_desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-right: 0;
  }
}
.section_ico.type_basic .ico_list {
  gap: 120px 0;
}
@media screen and (max-width: 1023px) {
  .section_ico.type_basic .ico_list {
    display: block;
    gap: 56px 0;
  }
}
.section_ico.type_basic .ico_item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 1023px) {
  .section_ico.type_basic .ico_item + .ico_item {
    margin-top: 56px;
  }
}
.section_ico.type_toggle .ico_list {
  gap: 120px 0;
}
@media screen and (max-width: 1023px) {
  .section_ico.type_toggle .ico_list {
    display: block;
  }
}
.section_ico.type_toggle .ico_item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 1023px) {
  .section_ico.type_toggle .ico_item:not(:first-child) {
    margin-top: 16px;
  }
  .section_ico.type_toggle .ico_item.is-active {
    margin-top: 116px;
  }
  .section_ico.type_toggle .ico_item.is-active:first-child {
    margin-top: 60px;
  }
  .section_ico.type_toggle .ico_item.is-active .item_button {
    padding-left: 14px;
  }
  .section_ico.type_toggle .ico_item.is-active .item_button::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .section_ico.type_toggle .ico_item.is-active .ico_imgbox {
    top: -60px;
    left: 7px;
  }
}
.section_ico.type_toggle .ico_imgbox {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1023px) {
  .section_ico.type_toggle .ico_imgbox {
    position: absolute;
    top: 30px;
    left: 20px;
    max-width: 40px;
  }
}
.section_ico.type_toggle .ico_tit {
  text-align: start;
}
@media screen and (max-width: 1023px) {
  .section_ico.type_toggle .ico_tit {
    margin-top: 0;
  }
}
.section_ico.type_toggle .ico_cont {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .section_ico.type_toggle .ico_cont {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .section_ico.type_toggle .ico_cont {
    display: none;
    padding: 30px 14px;
    background: #000;
    margin-top: 0;
  }
}
.section_ico.type_toggle .ico_sub_tit {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin-top: 24px;
} 
.bl .section_ico.type_toggle .ico_sub_tit{
    color: #fff;
}
.section_ico.type_toggle .ico_sub_tit:first-child {
  margin-top: 0;
}
.section_ico.type_toggle .ico_desc {
  margin-top: 6px;
  padding-right: 56px;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .section_ico.type_toggle .ico_desc {
    padding-right: 0;
    word-break: keep-all;
  }
}
.section_ico.type_toggle .item_button {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .section_ico.type_toggle .item_button {
    padding: 26px 40px 26px 82px;
    background: #212527;
    pointer-events: all;
  }
  .section_ico.type_toggle .item_button::before {
    display: block;
    position: absolute;
    top: 42px;
    right: 20px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    content: '';
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 16px;
    height: 16px;
    background-image: url('https://cdn.i-park.com/ipark/common/common-svg.svg');
    background-size: 246px 228px;
    background-position: -56px -206px;
    background-repeat: no-repeat;
  }
}
.section_ico.type_toggle .item_button .ico_tit {
  font-size: 16px;
}
.section_ico.type_swiper {
  background: #0e0e0f;
}
.section_ico.type_swiper .ico.media_pc .ico_list {
  gap: 80px 0;
}
.section_ico.type_swiper .ico.media_pc .ico_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}
.section_ico.type_swiper .ico.media_pc .ico_tit {
  font-size: 28px;
  font-weight: 400;
  line-height: 41px;
}
.section_ico.type_swiper .ico.media_tablet .ico_list {
  gap: 56px 30px;
}
.section_ico.type_swiper .ico.media_tablet .ico_imgbox {
  max-width: 46px;
  margin-left: 6px;
}
.section_ico.type_swiper .ico.media_tablet .ico_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
}
.section_ico.type_swiper .ico.media_tablet .ico_tit {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.section_ico.type_swiper .ico.media_tablet .swiper-wrapper {
  padding-bottom: 80px;
}
.section_ico.type_swiper .ico.media_tablet .swiper-controls {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 1;
  width: 160px;
  height: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section_ico.type_swiper .ico.media_tablet .swiper-controls .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
.section_ico.type_swiper .ico.media_tablet .swiper-controls .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 20px;
}
.section_ico.type_swiper .ico.media_tablet .swiper-controls .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c30028;
}

.page_system .section_example{
    background: #0e0e0f;
}

.section_system_info .info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}
@media screen and (max-width: 1023px) {
  .section_system_info .info_list {
    display: block;
  }
}
.section_system_info .info_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 8px);
  flex: 0 0 calc(50% - 8px);
}
@media screen and (max-width: 1023px) {
  .section_system_info .info_item + .info_item {
    margin-top: 40px;
  }
}

.section_system .swiper-pagination{
    display: flex; justify-content: center;
}

.section_system_info .info_item .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section_ico.type_swiper .ico.media_pc .ico_list {
  gap: 80px 0;
}
.section_ico.type_swiper .ico.media_pc .ico_item {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  -webkit-box-flex: 0;
}
.section_ico.type_swiper .ico.media_pc .ico_tit {
  font-weight: 400;
  font-size: 28px;
  line-height: 41px;
}
.section_ico.type_swiper .ico.media_tablet .ico_list {
  gap: 56px 30px;
}
.section_ico.type_swiper .ico.media_tablet .ico_imgbox {
  max-width: 46px;
  margin-left: 6px;
}
.section_ico.type_swiper .ico.media_tablet .ico_item {
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  -webkit-box-flex: 0;
}
.section_ico.type_swiper .ico.media_tablet .ico_tit {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.section_ico.type_swiper .ico.media_tablet .swiper-wrapper {
  padding-bottom: 80px;
}
.section_ico.type_swiper .ico.media_tablet .swiper-controls {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 1;
  width: 160px;
  height: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex; justify-content: center; gap: 0;
}
.section_ico.type_swiper .ico.media_tablet .swiper-controls .swiper-pagination {
  display: flex; justify-content: center; gap: 0;
}
.section_ico.type_swiper .ico.media_tablet .swiper-controls .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  margin-right: 0;
}
.section_ico.type_swiper .ico.media_tablet .swiper-controls .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 20px;
}
.section_ico.type_swiper .ico.media_tablet .swiper-controls .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c30028;
}
.section_system_info .info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}
@media screen and (max-width: 1023px) {
  .section_system_info .info_list {
    display: block;
  }
}
.section_system_info .info_item {
  -ms-flex: 0 0 calc(50% - 8px);
  flex: 0 0 calc(50% - 8px);
  -webkit-box-flex: 0;
}
@media screen and (max-width: 1023px) {
  .section_system_info .info_item + .info_item {
    margin-top: 40px;
  }
}
.section_system_info .info_item .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section_system_info .info_tit {
  display: block;
  min-height: 137px;
  font-weight: 400;
  font-size: 32px;
  line-height: 46px;
  margin-top: 32px;
}
@media screen and (max-width: 1023px) {
  .section_system_info .info_tit {
    min-height: auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
  }
}

.bl .section_system_info .info_tit{
    color: #fff;
}

.section_system_info .info_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #b6b6b6;
  margin-top: 20px;
}
/* 
.section_system_info .info_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #fafafa;
  margin-top: 20px;
} */
@media screen and (max-width: 1023px) {
  .section_system_info .info_desc {
    margin-top: 8px;
    word-break: keep-all;
  }
}
.section_system_info .info_desc_list {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #fafafa;
  margin-top: 30px;
}
.section_system_info .info_desc_list .info_desc_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_system_info .info_desc_list .info_desc_item + .info_desc_item {
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  .section_system_info .info_desc_list .info_desc_item {
    display: block;
  }
}
.section_system_info .info_desc_list .desc_tit {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  -webkit-box-flex: 0;
  margin-right: 8px;
}
@media screen and (max-width: 1023px) {
  .section_system_info .info_desc_list .desc_tit {
    display: block;
  }
}
.section_system_info .info_desc_list .desc_tit::after {
  display: inline-block;
  align-items: center;
  width: 1px;
  height: 14px;
  background: #555;
  content: '';
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-left: 10px;
}
@media screen and (max-width: 1023px) {
  .section_system_info .info_desc_list .desc_tit::after {
    display: none;
  }
}
.section_system_info .info_desc_list .desc_text {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 1023px) {
  .section_system_info .info_desc_list .desc_text {
    display: block;
    margin-top: 4px;
  }
}
.campaign_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  gap: 80px;
}
@media screen and (max-width: 1023px) {
  .campaign_header {
    gap: 8px;
  }
}
.campaign_heading {
  width: 46.4%;
  font-weight: 400;
  font-size: 80px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Roboto, Arial, sans-serif;
  line-height: 84px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .campaign_heading {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1.2px;
  }
}
.campaign_caption {
  font-size: 14px;
  color: #c30028;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .campaign_caption {
    font-size: 12px;
  }
}
.campaign_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px;
  margin-top: 120px;
}
@media screen and (max-width: 1023px) {
  .campaign_content {
    gap: 30px;
    margin-top: 50px;
  }
}
.campaign_imgbox {
  width: 46.4%;
  margin-top: 10px;
}
@media screen and (max-width: 1023px) {
  .campaign_imgbox {
    width: 100%;
  }
}
.campaign_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.campaign_txtbox {
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
}
.campaign_title {
  font-weight: 400;
  font-size: 32px;
  line-height: normal;
}
@media screen and (max-width: 1023px) {
  .campaign_title {
    font-size: 20px;
  }
}
.campaign_desc {
  font-size: 16px;
  color: #fafafa;
  margin-top: 11px;
}
@media screen and (max-width: 1023px) {
  .campaign_desc {
    font-size: 14px;
    margin-top: 10px;
  }
}
.campaign_qna_list {
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  .campaign_qna_list {
    margin-top: 40px;
  }
}
.campaign_qna_item {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .campaign_qna_item {
    font-size: 14px;
  }
}
.campaign_qna_item + .campaign_qna_item {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .campaign_qna_item + .campaign_qna_item {
    margin-top: 20px;
  }
}
.campaign_question,
.campaign_answer {
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 1023px) {
  .campaign_question,
  .campaign_answer {
    padding-left: 17px;
  }
}
.campaign_question .mark,
.campaign_answer .mark {
  position: absolute;
  top: 0;
  left: 0;
}
.campaign_answer {
  color: #fafafa;
  margin-top: 10px;
}
.content_info {
  position: relative;
}
.content_info .sub_content_tit {
  font-weight: 400;
  font-size: 72px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Roboto, Arial, sans-serif;
  line-height: 108px;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .content_info .sub_content_tit {
    font-size: 36px;
    line-height: 54px;
    margin-top: 30px;
  }
}
.content_info_amount {
  display: block;
  position: absolute;
  top: 71px;
  right: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
}
@media screen and (max-width: 1023px) {
  .content_info_amount {
    position: static;
    font-size: 14px;
    line-height: 21px;
    margin-top: 40px;
  }
}
.content_info.type_plane .content_info_cont {
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .content_info.type_plane .content_info_cont {
    margin-top: 20px;
  }
}
.content_info.type_plane .content_info_list_tit {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 1023px) {
  .content_info.type_plane .content_info_list_tit {
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
  }
}
.content_info.type_plane .content_info_list_tit + .content_info_list {
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .content_info.type_plane .content_info_list_tit + .content_info_list {
    margin-top: 6px;
  }
}
.content_info.type_plane .content_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 262px;
}
@media screen and (max-width: 1023px) {
  .content_info.type_plane .content_info_list {
    display: block;
    padding-right: 0;
  }
}
.content_info.type_plane .content_info_list + .content_info_list_tit {
  margin-top: 50px;
}
.content_info.type_plane .content_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 242px;
  flex: 0 0 242px;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-right: 60px;
}
@media screen and (max-width: 1023px) {
  .content_info.type_plane .content_info_item {
    margin-right: 0;
  }
}
.content_info.type_plane .content_info_tit {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 44px;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 1023px) {
  .content_info.type_plane .content_info_tit {
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
  }
}
.content_info.type_plane .content_info_desc {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 44px;
  color: #777;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 1023px) {
  .content_info.type_plane .content_info_desc {
    font-size: 14px;
    line-height: 32px;
  }
}
.content_info.type_floor .content_info_amount {
  top: 51px;
}
.interior_info {
  position: relative;
}
.interior_info_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .interior_info_top {
    display: block;
  }
}
.interior_info .sub_content_tit {
  font-weight: 400;
  font-size: 72px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Roboto, Arial, sans-serif;
  line-height: 108px;
  margin-top: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .interior_info .sub_content_tit {
    font-size: 36px;
    line-height: 54px;
    margin-top: 30px;
  }
}
.interior_info_btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
.interior_info_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 400px;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media screen and (max-width: 1023px) {
  .interior_info_link {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
}
.interior_info_link::after {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  background-image: url('../images/common-svg-light.svg?ver=5');
  background-repeat: no-repeat;
  background-position: -196.875px -41.25px;
  content: '';
  -webkit-box-flex: 0;
  margin-left: 10px;
  background-size: 230.625px 214.6875px;
}
@media screen and (max-width: 1023px) {
  .interior_info_link::after {
    width: 16px;
    height: 16px;
    background-image: url('../images/common-svg-light.svg?ver=5');
    background-repeat: no-repeat;
    background-position: -105px -22px;
    background-size: 123px 114.5px;
  }
}
/* .interior_info_desc {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fafafa;
  margin-top: 50px;
} */
.interior_info_desc {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #b6b6b6;
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .interior_info_desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-top: 40px;
  }
}
.section_vr .tab_area {
  margin-top: 110px;
}
@media screen and (max-width: 1023px) {
  .section_vr .tab_area {
    margin-top: 40px;
  }
}
.section_vr .vr_wrap {
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  .section_vr .vr_wrap {
    margin-top: 20px;
  }
}
.section_vr .vr_item {
  display: none;
}
.section_vr .vr_item.is-show {
  display: block;
}
.vr_item {
  display: block;
  position: relative;
  padding-top: 59.93%;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .vr_item {
    padding-top: 112.8%;
  }
}
.vr_item iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px){
    .vr_item iframe {
        zoom: 0.85;
    }
}
@media screen and (max-width: 767px){
    .vr_item iframe {
        zoom: 0.5;
    }
}

@media screen and (max-width: 1023px) {
  .page_main .section_tit {
    margin: 0 24px;
  }
}
.section_hero_banner {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  padding-top: 70px;
  padding-bottom: 43px;
}
@media screen and (max-width: 1023px) {
  .section_hero_banner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.section_hero_banner .section_inner {
  position: relative;
  max-width: none;
}
.section_hero_banner .main_telephone {
  display: none;
}
@media screen and (max-width: 1023px) {
  .section_hero_banner .main_telephone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 3vw;
    bottom: 3vw;
    z-index: 1;
    width: 15.555vw;
    height: 15.555vw;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  }
  .section_hero_banner .main_telephone::before {
    width: 8.888vw;
    height: 8.888vw;
    background-image: url('../images/common-svg-light.svg?ver=5');
    background-repeat: no-repeat;
    background-position: -58.3275vw -23.331vw;
    content: '';
    background-size: 68.3265vw 63.60475vw;
  }
}
.section_bird {
  padding: 200px 80px 0;
}

.section_bird .section_inner{
    max-width: 1170px;
}

@media screen and (max-width: 1279px) {
  .section_bird {
    padding: 200px 40px 0;
  }
}
@media screen and (max-width: 1023px) {
  .section_bird {
    padding: 80px 16px 0;
  }
}
.section_bird .section_inner {
  position: relative;
}
.section_bird .bird_imgbox {
  margin-top: 120px;
}
@media screen and (max-width: 1023px) {
  .section_bird .bird_imgbox {
    margin-top: 40px;
  }
}
.section_bird .bird_imgbox img {
  width: 100%;
}
.section_newsroom .section_inner {
  position: relative;
}
.section_view {
  padding: 200px 80px 100px;
}
@media screen and (max-width: 1279px) {
  .section_view {
    padding: 200px 40px 60px;
  }
}
@media screen and (max-width: 1023px) {
  .section_view {
    padding: 80px 16px 40px;
  }
}
.section_view .section_inner {
  max-width: 1464px;
}
.section_view .section_tit {
  max-width: 1168px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .section_view .section_tit {
    margin: 0 24px;
  }
}
.section_view .view_item {
  opacity: 0;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}
.section_view .view_item.is-show {
  -webkit-animation: moveToTop 1s forwards;
  animation: moveToTop 1s forwards;
}
.section_gallery {
  position: relative;
  background-color: #2f3639;
  padding-top: 116px;
}
@media screen and (max-width: 1023px) {
  .section_gallery {
    padding-top: 80px;
  }
}
.section_gallery .section_inner_top {
  position: relative;
  max-width: 1168px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .section_gallery .section_inner_top .btn_more {
    display: none;
  }
}
.section_gallery .section_inner {
  position: relative;
  max-width: 1760px;
}
.section_gallery .section_inner .btn_more {
  display: none;
}
@media screen and (max-width: 1023px) {
  .section_gallery .section_inner .btn_more {
    display: inline-block;
  }
}
.section_gallery .tab {
  max-width: 1168px;
  margin: 120px auto 0;
}
@media screen and (max-width: 1023px) {
  .section_gallery .tab {
    margin: 40px -16px 0;
  }
}
@media screen and (max-width: 1023px) {
  .section_gallery .tab_list {
    padding: 0 24px;
  }
}
.section_gallery .tab_btn {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Roboto, Arial, sans-serif;
}
.section_gallery .gallery_wrap {
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  .section_gallery .gallery_wrap {
    margin-top: 20px;
  }
}
.section_vr {
  background: #42464b;
}
.section_film {
  background: #42464b;
}
.section_film .section_inner {
  position: relative;
}
.section_unit {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .section_unit {
    padding: 80px 40px 0;
  }
}
.section_unit .section_inner {
  position: relative;
  max-width: 1760px;
}
.section_unit .section_tit {
  max-width: 1168px;
  margin: 0 auto;
}
.section_unit::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #0e0e0f;
  content: '';
}
@media screen and (max-width: 1023px) {
  .section_unit::after {
    display: none;
  }
}
.section_contact {
  padding: 100px 0 0 0;
  background: #fafafa;
}
.bl .section_contact{background: /*#141416*/#212121;}
@media screen and (max-width: 1023px) {
  .section_contact {
    padding: 60px 0 0 0;
  }
}
.section_contact .section_inner {
  max-width: 100%;
}
.section_contact .section_tit {
  max-width: 1168px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .section_contact .section_tit {
    margin: 0 40px;
  }
}
.tab_wrap .tab.type_block {
  margin: 0;
}
.tab_wrap .tab_cont {
  border-top: 1px solid #999;
  margin-top: 70px;
}
@media screen and (max-width: 1023px) {
  .tab_wrap .tab_cont {
    margin-top: 40px;
  }
}
.tab_wrap .tab_cont_item {
  display: none;
}
.tab_wrap .tab_cont_item.is-show {
  display: block;
}
.page_overview .section_overview {
  padding: 160px 0 0;
}
.page_overview .section_overview .section_inner {
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .page_overview .section_overview {
    padding: 80px 0 0;
  }
  .tab_cont_item{
    overflow: hidden;
  }
}
.page_overview .section_table {
  padding: 160px 80px 200px;
}
@media screen and (max-width: 1279px) {
  .page_overview .section_table {
    padding: 160px 40px 200px;
  }
}
@media screen and (max-width: 1023px) {
  .page_overview .section_table {
    padding: 80px 16px 80px;
  }
}
.page_supply .section_table {
  padding: 160px 80px 0;
}
@media screen and (max-width: 1279px) {
  .page_supply .section_table {
    padding: 160px 40px 0;
  }
}
@media screen and (max-width: 1023px) {
  .page_supply .section_table {
    padding: 60px 16px 0;
  }
}
.page_supply .section_table .section_inner {
  max-width: 1464px;
}
.page_supply .section_supply {
  padding: 120px 80px 200px;
}
@media screen and (max-width: 1279px) {
  .page_supply .section_supply {
    padding: 120px 40px 200px;
  }
}
@media screen and (max-width: 1023px) {
  .page_supply .section_supply {
    padding: 80px 16px;
  }
}
.page_supply .section_supply .section_inner {
  max-width: 1464px;
}
.page_youtube .section_youtube {
  padding: 120px 80px 200px;
}
@media screen and (max-width: 1279px) {
  .page_youtube .section_youtube {
    padding: 120px 40px 200px;
  }
}
@media screen and (max-width: 1023px) {
  .page_youtube .section_youtube {
    padding: 60px 16px 80px;
  }
}
.page_modelhouse .section_modelhouse {
  padding: 120px 0 0;
}
@media screen and (max-width: 1023px) {
  .page_modelhouse .section_modelhouse {
    padding: 60px 0 0;
  }
}
.page_modelhouse .section_modelhouse .section_inner {
  max-width: 100%;
}
.page_modelhouse .section_modelhouse .table {
  max-width: 1168px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .page_modelhouse .section_modelhouse .table {
    margin: 0 40px;
  }
}
.page_schedule .section_schedule {
  padding: 120px 80px 200px;
}
@media screen and (max-width: 1279px) {
  .page_schedule .section_schedule {
    padding: 120px 40px 200px;
  }
}
@media screen and (max-width: 1023px) {
  .page_schedule .section_schedule {
    padding: 60px 16px 80px;
  }
}
.page_schedule .section_schedule .section_inner {
  max-width: 1464px;
}
@media screen and (max-width: 1023px) {
  .page_features .section_features {
    padding: 56px 16px;
  }
}
.page_features .section_features:nth-child(odd) {
  background: #2f3639;
}
.page_features .sub_content_tit {
  font-weight: 400;
  font-size: 32px;
  line-height: normal;
}
@media screen and (max-width: 1023px) {
  .page_features .sub_content_tit {
    font-size: 20px;
  }
}
.page_features .imgbox_list {
  margin-top: 0;
}
.page_features .imgbox {
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .page_features .imgbox {
    margin-top: 24px;
  }
}
.page_features .features_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px 200px;
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  .page_features .features_list {
    padding: 0 16px;
    gap: 56px 30px;
    margin-top: 56px;
  }
}
.page_features .features_item {
  -ms-flex: 0 0 244px;
  flex: 0 0 244px;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 1023px) {
  .page_features .features_item {
    -ms-flex: 0 0 133px;
    flex: 0 0 133px;
    -webkit-box-flex: 0;
  }
}
.page_features .features_tit {
  display: block;
  font-weight: 400;
  font-size: 28px;
  line-height: normal;
}
@media screen and (max-width: 1023px) {
  .page_features .features_tit {
    font-size: 16px;
  }
}
.page_features .features_desc {
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  color: #fafafa;
}
@media screen and (max-width: 1023px) {
  .page_features .features_desc {
    font-size: 14px;
  }
}
.page_info .section_info {
  padding: 120px 80px 200px;
}
@media screen and (max-width: 1279px) {
  .page_info .section_info {
    padding: 120px 40px 200px;
  }
}
@media screen and (max-width: 1023px) {
  .page_info .section_info {
    padding: 60px 16px 80px;
  }
}
.page_info .section_info .section_inner {
  max-width: 1464px;
}
.page_environment .section_environment {
  padding: 120px 80px 160px;
}
@media screen and (max-width: 1279px) {
  .page_environment .section_environment {
    padding: 120px 40px 160px;
  }
}
@media screen and (max-width: 1023px) {
  .page_environment .section_environment {
    padding: 60px 16px 80px;
  }
}
.page_environment .section_environment .section_inner {
  max-width: 1464px;
}
.page_design .section_layout {
  background: #2f3639;
}
.page_design .section_ico {
  padding: 160px 80px;
}
@media screen and (max-width: 1279px) {
  .page_design .section_ico {
    padding: 160px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .page_design .section_ico {
    padding: 80px 16px;
  }
}
.page_community .sub_content_tit {
  font-weight: 400;
  font-size: 32px;
  line-height: normal;
}
.bl .page_community .sub_content_tit {
    color: #fff;
}
@media screen and (max-width: 1023px) {
  .page_community .sub_content_tit {
    font-size: 20px;
  }
}
.page_community .sub_content_tit + .imgbox_pop {
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .page_community .sub_content_tit + .imgbox_pop {
    margin-top: 24px;
  }
}
.page_community .section_community {
  position: relative;
  z-index: 1;
  padding: 120px 80px 0;
}
@media screen and (max-width: 1279px) {
  .page_community .section_community {
    padding: 120px 40px 0;
  }
}
@media screen and (max-width: 1023px) {
  .page_community .section_community {
    padding: 40px 16px 0;
  }
}
.page_community .section_community .imgbox img {
  width: 100%;
  height: 100%;
}
.page_community .section_ico {
  overflow: hidden;
  padding: 160px 80px 200px;
}
@media screen and (max-width: 1279px) {
  .page_community .section_ico {
    padding: 160px 40px 200px;
  }
}
.page_community .section_ico + .section_community {
  padding-top: 0;
}
@media screen and (max-width: 1023px) {
  .page_community .section_ico {
    padding: 80px 16px;
  }
}
.page_community .section_ico+.section_ico {
  padding-top: 0
}
.page_community .section_ico .section_tit+.ico {
  margin-top: 80px
}
@media screen and (max-width: 1023px) {
  .page_community .section_ico .section_tit+.ico {
    margin-top: 32px
  }
}
.page_system .section_sub_top:nth-of-type(2) .sub_top_txt {
  max-width: 1234px;
}
.page_system .tab_wrap {
  padding: 120px 0 0;
}
@media screen and (max-width: 1023px) {
  .page_system .tab_wrap {
    padding: 60px 0 0;
  }
}
.page_system .tab_wrap .section_inner {
  max-width: 100%;
}
.page_system .tab.type_block {
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .page_system .tab.type_block {
    margin: 0 40px;
  }
}
@media screen and (max-width: 1023px) {
  .page_system .tab.type_block {
    margin: 0 16px;
  }
}
.page_system .tab_cont {
  border: 0;
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  .page_system .tab_cont {
    margin-top: 40px;
  }
}
.page_system .section_ico.type_toggle {
  padding: 60px 80px 160px;
}
@media screen and (max-width: 1279px) {
  .page_system .section_ico.type_toggle {
    padding: 60px 40px 160px;
  }
}
@media screen and (max-width: 1023px) {
  .page_system .section_ico.type_toggle {
    padding: 20px 16px 80px;
  }
}
.page_system .section_ico.type_swiper {
  padding: 160px 80px;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  .page_system .section_ico.type_swiper {
    padding: 160px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .page_system .section_ico.type_swiper {
    padding: 60px 30px 0 30px;
  }
}
.page_system .section_ico .section_inner {
  max-width: 1168px;
}
.page_system .section_example .section_inner {
  max-width: 1464px;
}
.page_system .section_system_info {
  padding: 120px 80px 200px;
}
@media screen and (max-width: 1279px) {
  .page_system .section_system_info {
    padding: 120px 40px 200px;
  }
}
@media screen and (max-width: 1023px) {
  .page_system .section_system_info {
    padding: 60px 16px 80px;
  }
}
.page_system .section_system_info .section_inner {
  max-width: 1168px;
}
.page_campaign .section_sub_top {
  padding-bottom: 200px;
}
@media screen and (max-width: 1023px) {
  .page_campaign .section_sub_top {
    padding-bottom: 80px;
  }
}
.page_campaign .section_sub_top .section_inner {
  max-width: 1464px;
}
@media screen and (max-width: 1023px) {
  .page_campaign .section_sub_top .section_inner {
    max-width: none;
  }
}
.page_campaign .section_sub_top .section_tit {
  font-size: 32px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Roboto, Arial, sans-serif;
  line-height: 28px;
}
@media screen and (max-width: 1023px) {
  .page_campaign .section_sub_top .section_tit {
    font-size: 16px;
    line-height: normal;
  }
}
.page_campaign .section_sub_top .sub_top_tit {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .page_campaign .section_sub_top .sub_top_tit {
    letter-spacing: -0.4px;
    margin-top: 10px;
  }
}
.page_campaign .section_sub_top .sub_top_imgbox {
  height: 320px;
  margin-top: 120px;
}
@media screen and (max-width: 1279px) {
  .page_campaign .section_sub_top .sub_top_imgbox {
    margin: 120px 40px 0;
  }
}
@media screen and (max-width: 1023px) {
  .page_campaign .section_sub_top .sub_top_imgbox {
    height: 220px;
    margin: 60px 16px 0;
  }
}
.page_campaign .section_campaign {
  background: #2f3639;
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1023px) {
  .page_campaign .section_campaign {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.page_campaign .section_campaign.type_reverse {
  background: transparent;
}
.page_campaign .section_campaign.type_reverse .campaign_header,
.page_campaign .section_campaign.type_reverse .campaign_content {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}
.page_deployment .section_deployment {
  padding: 120px 80px 200px;
}
@media screen and (max-width: 1279px) {
  .page_deployment .section_deployment {
    padding: 120px 40px 200px;
  }
}
@media screen and (max-width: 1023px) {
  .page_deployment .section_deployment {
    padding: 60px 16px 80px;
  }
}
.page_deployment .section_deployment .section_inner {
  max-width: 1464px;
}
.page_dongho .section_dongho {
  padding: 120px 80px 200px;
}
@media screen and (max-width: 1279px) {
  .page_dongho .section_dongho {
    padding: 120px 40px 200px;
  }
}
@media screen and (max-width: 1023px) {
  .page_dongho .section_dongho {
    padding: 60px 16px 80px;
  }
}
.page_dongho .section_dongho .section_inner {
  max-width: 1464px;
}
.page_plane .tab_wrap {
  padding: 120px 80px 200px;
}
@media screen and (max-width: 1279px) {
  .page_plane .tab_wrap {
    padding: 120px 40px 200px;
  }
}
@media screen and (max-width: 1023px) {
  .page_plane .tab_wrap {
    padding: 40px 16px 80px;
  }
}

/* 평면안내 추가 */
.plane_info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .plane_info {
    display: block;
  }
}
.plane_info .sub_content_tit {
  margin-top: 20px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Roboto, Arial, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 108px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .plane_info .sub_content_tit {
    margin-top: 30px;
    font-size: 36px;
    line-height: 54px;
  }
}
.plane_info_cont {
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .plane_info_cont {
    margin-top: 20px;
  }
}
.plane_info_list_tit {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 1023px) {
  .plane_info_list_tit {
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
  }
}
.plane_info_list_tit + .plane_info_list {
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .plane_info_list_tit + .plane_info_list {
    margin-top: 6px;
  }
}
.plane_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 262px;
}
@media screen and (max-width: 1023px) {
  .plane_info_list {
    display: block;
    padding-right: 0;
  }
}
.plane_info_list + .plane_info_list_tit {
  margin-top: 50px;
}
.plane_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 242px;
  flex: 0 0 242px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 60px;
}
@media screen and (max-width: 1023px) {
  .plane_info_item {
    margin-right: 0;
  }
}
.plane_info_tit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .plane_info_tit {
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
  }
}
.plane_info_desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  color: #b6b6b6;
}
@media screen and (max-width: 1023px) {
  .plane_info_desc {
    font-size: 14px;
    line-height: 32px;
  }
}
/*.plane_info_amount {*/
/*  position: absolute;*/
/*  top: 71px;*/
/*  right: 0;*/
/*  display: block;*/
/*  font-size: 24px;*/
/*  font-weight: 500;*/
/*  line-height: 35px;*/
/*}*/
.plane_info_amount {
  display: flex;
  align-items: flex-end;
  margin-left: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .plane_info_amount {
    display: block;
    position: static;
    margin-top: 0px;
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 1023px) {
  .plane_info_txt {
    position: absolute;
    left: 0;
    bottom: -60px
  }
}
.plane_info_txt+.interior_info_btnbox {
  margin-left: 24px
}
@media screen and (max-width: 1023px) {
  .plane_info_txt+.interior_info_btnbox {
    margin-left: 0px
  }
}
@media screen and (max-width: 1023px) {
  .plane_info+.imgbox_list {
    margin-top: 77px
  }
}


.page_interior .tab_wrap {
  padding: 120px 80px 200px;
}
@media screen and (max-width: 1279px) {
  .page_interior .tab_wrap {
    padding: 120px 40px 200px;
  }
}
@media screen and (max-width: 1023px) {
  .page_interior .tab_wrap {
    padding: 40px 16px 80px;
  }
}
.page_vr .tab_wrap {
  padding: 120px 80px 200px;
}
@media screen and (max-width: 1279px) {
  .page_vr .tab_wrap {
    padding: 120px 40px 200px;
  }
}
@media screen and (max-width: 1023px) {
  .page_vr .tab_wrap {
    padding: 40px 16px 80px;
  }
}
.page_vr .sub_content_tit {
  font-weight: 500;
  font-size: 72px;
  line-height: normal;
  margin-top: 20px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .page_vr .sub_content_tit {
    font-weight: 500;
    font-size: 36px;
    line-height: normal;
  }
}
.page_vr .vr_wrap {
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .page_vr .vr_wrap {
    margin-top: 40px;
  }
}

/* board - list*/
.page_notice .board .no,
.page_notice .board .title,
.page_notice .board .date{
  padding: 20px 10px;
}
.page_notice .board .no{
  flex: 1 1 10%;
}
@media screen and (max-width: 1023px) {
  .page_notice .board .no{
    display: none;
  }
}
.page_notice .board .title{
  flex: 1 1 70%;
  min-width: 0;
}
.page_notice .board .date{
  flex: 1 1 20%;
  min-width: 100px;
}
.page_notice .board_top{
  display: flex;
  background: #d2dce6;
  text-align: center;
}
.page_notice .board_list .list_item {
  border-bottom: 1px solid #b6b6b6;
}
.page_notice .board_list .item_link {
  display: flex;
  color: #363e41;
  text-align: center;
}
.bl .page_notice .board_list .item_link{color:#fff;}
.page_notice .board_list .title {
  text-align: left;
}
.page_notice .board_list .title > span{
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page_notice .board_list .no_list{
	border-bottom: 1px solid #b6b6b6;
	text-align:center;
	color: #363e41;
	padding: 40px 0;
}
.page_notice .pagination,
.page_notice .paging {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.page_notice .paging_item {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  border: 1px solid #DDDDDD;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  box-sizing: border-box;
  background-size: 8px 12px;
}

.page_notice .paging_item.prev{
  background-image: url(../images/ico_arrow_left.png);
}
.page_notice .paging_item.next{
  background-image: url(../images/ico_arrow_right.png);
}
.page_notice .paging .number > a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  padding: 10px 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #999;
  text-align: center;
  box-sizing: border-box;
}
.paging .number > a.on {
  border-color: #4B5055;
  background-color: #4B5055;
  color: #fff;
}

.page_notice .section_sub_top .sub_top_imgbox img {object-position:right bottom;}

/* board - view */
.page_notice .view_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 1023px) {
  .page_notice .view_top {
    display: block;
  }
  .page_notice .view_top .date {
    margin-top: 10px;
  }
}
.page_notice .view_top .title {
  font-size: 24px;
  line-height: 36px;
}
.page_notice .view_cont {
  padding: 40px 20px 60px;
  word-break: break-all;
}
.page_notice .view_nav {
  border-top: 1px solid #b6b6b6;
  color: #999;
  text-align: center;
}
.page_notice .view_nav .label,
.page_notice .view_nav .title,
.page_notice .view_nav .date {
  padding: 20px 10px;
}
.page_notice .view_nav .prev,
.page_notice .view_nav .next {
  display: flex;
  border-bottom: 1px solid #b6b6b6;
}
.page_notice .view_nav .label {
  flex: 0 1 10%;
  min-width: 45px;
}
.page_notice .view_nav .title {
  flex: 1 1 70%;
  min-width: 0;
  overflow: hidden;
  color: #363e41;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page_notice .view_nav .next.disabled .title,
.page_notice .view_nav .prev.disabled .title {
  color: #999;
}
.page_notice .view_nav .date {
  flex: 1 1 20%;
  min-width: 100px;
}

.page_notice .btn_list {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.page_notice .btn {
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid #999;
  color: #363e41;
  text-decoration: none;
  transition: all .5s;
}
.page_notice .btn:hover {
  border: 1px solid #363e41;
  background: #363e41;
  color: #fff;
}

/*customer*/
.customer{max-width: 1200px;margin: 0 auto;padding: 60px 100px 160px;}
.customer label{cursor: pointer;}
.customer .customer_txt{text-align: center;margin-bottom: 100px;}
.customer .customer_txt .tit{font-size: 40px;color: #000; word-break: keep-all;}
/* .bl .customer .customer_txt .tit{color:#fff;} */
/*.customer .customer_txt .name{margin-top: 50px;height: 100px;background: url(../images/title_bg.gif) no-repeat center / cover;display: flex;align-items: center;justify-content: center;}*/
.customer .customer_txt .name{margin-top: 50px;height: 100px;background: #e1dbcd;display: flex;align-items: center;justify-content: center;}
.customer .customer_txt .name p{color: #212121;font-size: 30px;}
.customer .req{display: flex;justify-content: flex-end;margin-bottom: 10px;}
.customer .req i{padding-right: 5px;font-style: normal;color: #C30028;}
.customer .req span{color: #444;font-size: 14px;}
/* .bl .customer .req span{color:#b1b1b1;} */
.customer .survey .box ~ .box{margin-top: 50px;}
.customer .survey .box p{color: #222;font-weight: 500;font-size: 17px;}
.customer .survey .box .sel{display: flex;flex-wrap: wrap;gap: 15px 0;margin-top: 20px;}
.customer .survey .box .sel label{display: flex;align-items: center;width: 25%;}
.customer .survey .box .sel label input{appearance:auto;-webkit-appearance:auto;}
.customer .survey .box .sel label span{margin-left: 10px;font-size: 15px;line-height: 1.3em;}
.customer .bo_tbl { margin-bottom: 80px; } 
.customer .bo_tbl table { width: 100%; border-top: 1px solid #333;}
/*
.bl .customer .bo_tbl table{border-top:1px solid #fff;}
.bl .customer .bo_tbl table tr th,
.bl .customer .bo_tbl table tr td{border-bottom: 1px solid #777;color:#fff;}
*/
.customer .bo_tbl table tr th { padding: 25px 0 25px 40px; border-bottom: 1px solid #e5e5e5; color: #333; font-weight: 400; font-size: 17px; text-align: left; } 
.customer .bo_tbl table tr th i{padding-left: 5px;font-style: normal;color: #C30028;}
.customer .bo_tbl table tr td { border-bottom: 1px solid #e5e5e5; padding: 15px 30px;}
.customer .bo_tbl table tr td > div { display: flex; align-items: center; } 
.customer .bo_tbl table tr td > div ~ div{margin-top: 10px;}
.customer .bo_tbl table tr td input[type="text"] {width: 100%;height: 45px; padding: 0 20px; border: none; background-color: #f0f0f0; color: #777; font-size: 16px; outline: none;box-sizing: border-box;}
.customer .bo_tbl table tr td input[type="text"] + input[type="text"],
.customer .bo_tbl table tr td input[type="text"] + select,
.customer .bo_tbl table tr td select ~ select{margin-left: 15px;}
.customer .bo_tbl table tr td label ~ label{margin-left: 40px;}
.customer .bo_tbl table tr td .ip1{max-width: 660px;}
.customer .bo_tbl table tr td .ip2{max-width: 200px;}
.customer .bo_tbl table tr td .ip3{max-width: 210px;}
.customer .bo_tbl table tr td label input{appearance:auto;-webkit-appearance:auto;}
.customer .bo_tbl table tr td label span{font-size: 15px;margin-left: 5px;}
.customer .bo_tbl table tr td select { width: 100%; height: 45px; padding: 0 20px; border: none; background: #f0f0f0 url(../images/select-icon.png) no-repeat right 20px center; color: #999; font-size: 16px; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; } 
.customer .bo_tbl table tr td em {width:20px;color: #666; font-size: 16px;text-align:center;padding: 0 5px;}
.customer .bo_tbl table tr td .add{height: 45px;background: #444;color: #fff;width: 120px;font-size: 14px;margin-left: 10px;}
.customer .bo_tbl table tr td .personnel label ~ label { margin-left: 20px; } 
.customer .bo_tbl table tr td .personnel label span { margin-left: 5px; } 
.customer .bo_tbl table tr td p { margin-top: 10px; font-size: 14px; } 
.customer .bo_tbl table tr td input:focus,
.customer .bo_tbl table tr td select:focus { border: 1px solid #35343a; background: #fff; } 
.customer .bo_tbl .confoot{margin-top: 30px;}
.customer .bo_tbl .confoot dl{display: block;font-size: 13px;display: flex;gap: 0 30px;line-height: 1.3em;color: #666;}
.customer .bo_tbl .confoot dl ~ dl{margin-top: 10px;}
.customer .terms .tit { margin-bottom: 30px;color: #000;font-size: 20px;font-weight: 500;}
.customer .terms dl{margin-bottom: 30px;}
.customer .terms dl dt{color: #222;line-height: 1.5em;margin-bottom: 5px;font-weight: 600;font-size:18px;}
/* .bl .customer .terms dl dt{color:#fff;} */
.customer .terms dl dd{color: #666;line-height: 1.5em;font-size:14px;}
/* .bl .customer .terms dl dd{color:#aaa;} */
.customer .terms .type1{margin-bottom:50px;}
.customer .terms table { width: 100%; border-top: 1px solid #707070;text-align: center;}
/* .bl .customer .terms table{border-top:1px solid #fff;} */
.customer .terms table th { padding: 15px 20px;border-bottom: 1px solid #d5d5d5;color: #222; font-weight: 600; font-size: 14px; vertical-align: middle; } 
.customer .terms table td { padding: 15px 20px; border-bottom: 1px solid #d5d5d5; color: #666; font-size: 14px; line-height: 22px;}
.customer .terms .type1:nth-of-type(1) table td { text-align:left;}
.customer .terms table th:first-child{border-right:1px solid #d5d5d5;}
.customer .terms table th ~ th,
.customer .terms table td ~ td{border-left: 1px solid #d5d5d5;}
/*
.bl .customer .terms table th:first-child{border-right:1px solid #777;}
.bl .customer .terms table th{border-bottom:1px solid #777;color:#fff;}
.bl .customer .terms table td{border-bottom:1px solid #777;color:#aaa;}
*/
.customer .agree > div { display: flex; padding: 25px 40px; background-color: #f5f5f5; align-items: center; justify-content: space-between; } 
.customer .agree > div ~ div{margin-top:10px;}
/* .bl .customer .agree > div{background-color:#666;} */
.customer .agree p { color: #333; font-size: 18px; } 
/*
.bl .customer .agree p,
.bl .customer .agree ul li span{color:#fff;}
*/
.customer .agree p span { font-size: 15px; } 
.customer .agree ul { display: flex; } 
.customer .agree ul li ~ li { margin-left: 20px; } 
.customer .agree ul li label{display: flex;align-items: center;}
.customer .agree ul li input{appearance: auto;-webkit-appearance:auto;}
.customer .agree ul li span { padding-left: 5px; } 
.customer .btn_area { margin-top: 50px;display: flex;justify-content: center;} 
.customer .btn_area ul { display: inline-block; overflow: hidden; } 
.customer .btn_area ul li { float: left; } 
.customer .btn_area ul li ~ li { margin-left: 10px; } 
.customer .btn_area ul li.black button,
.customer .btn_area ul li.black a { background-color: #353535; color: #fff; } 
.customer .btn_area ul li.black button:hover,
.customer .btn_area ul li.black a:hover { border: 1px solid #353535; background-color: #fff; color: #353535; } 
.customer .btn_area ul li.white button,
.customer .btn_area ul li.white a { border: 1px solid #353535; background-color: #fff; color: #353535; } 
.customer .btn_area ul li.white button:hover,
.customer .btn_area ul li.white a:hover { background-color: #353535; color: #fff; } 
.customer .btn_area ul li button,
.customer .btn_area ul li a { display: block; width: 160px; height:50px; border: none; font-weight: 600; font-size: 16px;transition: 0.2s; }
.customer .br_t{display: none;}
@media screen and (max-width: 1300px){
  .customer .br_t{display: block;}
  .customer .bo_tbl .confoot dl{display: block;}
  .customer .bo_tbl .confoot dl dt{margin-bottom: 5px;}
}
@media screen and (max-width: 1023px){
  .customer{padding: 30px 20px 80px;}
  .customer .customer_txt{margin-bottom: 40px;}
  .customer .customer_txt .tit{font-size:30px;}
  .customer .customer_txt .name{margin-top: 30px;height: 60px;}
  .customer .customer_txt .name p{font-size: 21px;}
  .customer .bo_tbl{margin-bottom: 40px;}
  .customer .bo_tbl table tr td > div ~ div{margin-top: 5px;}
  .customer .bo_tbl table tr td .m_b{display:block;}
  .customer .bo_tbl table tr td .m_b select ~ select{margin:0;margin-top:10px;}
  .customer .bo_tbl table tr td .ip1,
  .customer .bo_tbl table tr td .ip2,
  .customer .bo_tbl table tr td .ip3{max-width:100%;}
  .customer .bo_tbl table tr th{padding: 15px 0;font-size: 12px;}
  .customer .bo_tbl table tr td{padding: 15px 0 15px 5px;}
  .customer .bo_tbl table tr td input[type="text"],
  .customer .bo_tbl table tr td select{height: 40px;padding: 0 10px;font-size: 12px;}
  .customer .bo_tbl table tr td select{background-position: right 20px center;}
  .customer .bo_tbl table tr td em{padding: 0 4px;font-size: 12px;width:auto;}
  .customer .bo_tbl table tr th i{padding-left: 3px;}
  .customer .bo_tbl table tr td label ~ label{margin-left: 20px;}
  .customer .bo_tbl table tr td label span{font-size: 12px;}
  .customer .bo_tbl table tr td input[type="text"] + input[type="text"], .customer .bo_tbl table tr td input[type="text"] + select, .customer .bo_tbl table tr td select ~ select{margin-left: 5px;}
  .customer .bo_tbl table tr td .add{margin-left: 5px;height: 40px;width: 80px;font-size: 12px;}
  .customer .bo_tbl .confoot{margin-top: 20px;}
  .customer .survey .box p{font-size: 15px;}
  .customer .survey .box .sel label{width: 50%;}
  .customer .survey .box .sel label span{font-size: 12px;margin-left: 5px;}
  .customer .terms .tit{font-size: 16px;margin-bottom: 20px;}
  .customer .terms dl{margin-bottom:20px;}
  .customer .terms dl dt{font-size: 14px;}
  .customer .terms dl dd{font-size: 12px;}
  .customer .terms .type1{width: 100%;overflow: auto;word-break: keep-all;margin-bottom: 40px;}
  .customer .terms table th,
  .customer .terms table td{font-size: 12px;padding: 15px;}
  .customer .agree{margin-top: 40px;}
  .customer .agree > div{padding: 20px;display: block;}
  .customer .agree p{font-size: 14px;}
  .customer .agree p span{font-size: 12px;}
  .customer .agree ul{margin-top: 10px;}
  .customer .agree ul li span{font-size: 12px;}
  .customer .btn_area{margin-top: 40px;}
  .customer .btn_area ul li button, .customer .btn_area ul li a{width: 140px;height: 45px;font-size: 14px;}
}

/* popup */
/*popup*/
.popup{position:fixed;left:0;top:0;z-index:9999;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction: column;transform:translate(0,-100%);transition:1s;}
#dontShow {appearance: auto; -webkit-appearance: auto; -moz-appearance: auto;}
.popup .dim{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6);z-index:-1;}
.pop_sd{position:relative;z-index:1;text-align:center;overflow: hidden;max-width: 100%;}
.pop_sd .swiper-wrapper{height:auto;}
.pop_sd .pop_close{margin-bottom:20px;}
.pop_sd .pop_close button{border:none;background:none;color:#fff;font-size:1rem;}
.pop_sd ul{display:flex;gap: 0 10px; flex-direction: row-reverse;}
/* .pop_sd ul li{max-width:360px;} */
.pop_sd ul li img{display:block;width:100%;}
.pop_sd .pop_bot{margin-top:20px;display:flex;align-items:center;justify-content: center;}
.pop_sd .pop_chk{text-align:center;}
.pop_sd .pop_chk label{display:flex;gap: 0 10px;justify-content: center;}
.pop_sd .pop_chk label p{color:#fff;font-size:1rem;}
.pop_sd .pop_arrow{display:none;align-items:center;justify-content: space-between;background-color: #fff;border-radius:50px;width: 90px;height: 32px;}
.pop_sd .pop_arr{height: 100%;flex-grow: 1;display: flex;align-items: center;justify-content: center;}
.pop_sd .pop_page{color:#000;font-size:1.08rem;width: auto;letter-spacing: 0.05em;display:flex;flex-direction: row-reverse;gap: 0 3px;}
.pop_btn{position:absolute;left:0;top:250px;z-index: 20;cursor:pointer;transform:translate(-100%,0);transition:0.6s;transition-delay:2s;}
.pop_btn::before{content:"";position:absolute;top:148px;left:19px;width:8px;height:12px;background:url(../images/pop-arr.png) no-repeat center / contain;transition:0.6s;}
.pop_btn button{border:none;background:none;display:block;}
.pop_btn img{display:block;}
.vis.on .pop_btn{transform:none;}
.popup.on{transform:none;}
@media all and (max-width:1300px){
	.pop_btn{top: 180px;}
}
@media all and (max-width:1064px){
    .popup{justify-content: flex-start;}
	.pop_sd{width: 80%;max-width: 360px;margin-top: 46px;}
	.pop_sd ul{gap:0;flex-direction: row;}
	.pop_sd .pop_close{margin-bottom:10px;}
	.pop_sd .pop_bot{margin-top:10px;justify-content: space-between;flex-direction: row-reverse;}
	.pop_sd .pop_arrow{display:flex;}
	.pop_btn{display:none;}
    .pop_sd .pop_close button{font-size: 14px;}
    .pop_sd .pop_chk label p{font-size: 12px;}
    .pop_sd .pop_page{font-size: 12px;}
}

/* 이벤트 당첨자 발표 */
/* .event-inner{max-width: 1170px; width: 100%; padding: 120px 0 160px; box-sizing: border-box; margin: 0 auto;} */
.event-inner{max-width: 1170px; width: 100%; padding: 0px 0 0px; box-sizing: border-box; margin: 0 auto;}
.event-top{width: 100%; margin-bottom: 70px;}
.event-top img{width: 100%; object-fit: contain; height: auto;}

/* tab 유니트3 */
/* .event_tab{border-top:1px solid #363e41;border-bottom:1px solid #363e41;margin-bottom:55px;} */
.event_tab{border-top:1px solid #b6b6b6;border-bottom:1px solid #b6b6b6;margin-bottom:55px;}/* tab 라인 색변경*/
.event_tab ul{display:flex;justify-content: center;}
.event_tab ul li{width: 250px; display: flex; justify-content: center; color: powderblue;}
.event_tab ul li button{line-height:60px;color:#b6b6b6;display:block;position:relative; width: 100%;}
.event_tab ul li.active button{color:#fff}/* 폰트색변경*/
.event_tab ul li.active button:before{content:"";display:inline-block;position:absolute;bottom:-1px;left:50%;margin-left:-3px;;border-bottom:6px solid #b6b6b6;border-left:5px solid transparent;border-right:5px solid transparent;}/* tab 화살표색변경*/
.event_tab ul li button span strong{font-weight:600;}
.event_tab ul li button span{font-size:18px;font-family:'Pretendard';}

.event-box{display: none;}
.event-box.active{display: block;}

.bl .event-box p{color: #fff;}
.event-box p{font-size: 20px; text-align: center; line-height: 1.35; margin-bottom: 50px;}
.event-table-box{display: flex; width: 100%; gap: 30px; justify-content: space-between;}
.event-table-box > div{width: 100%;}
/* .event-table-box table{border: 1px solid #b6b6b6; width: 100%;} */
.event-table-box table{width: 100%;}
.event-table-box table th,
.event-table-box table td{line-height: 42px; font-size: 16px; letter-spacing: -0.05em; text-align: center;}
/* .event-table-box table th:first-of-type,
.event-table-box table td:first-of-type{border-right: 1px solid #b6b6b6;} */
.event-table-box table th{background: #d2dce6; border-bottom: 1px solid #b6b6b6; color: #363e41; font-weight: 400;}
.event-table-box table td{border-bottom: 1px solid #b6b6b6; color: #fff; font-weight: 400;}

.event-table-box col.lef{width: 40%;}
.event-table-box col.rig{width: 60%;}

@media all and (max-width: 1200px){
    /* 이벤트 당첨자 발표 */
    /* .event-inner{padding: 30px 20px 80px; box-sizing: border-box;} */
    .event-inner{padding: 0; box-sizing: border-box;}
    .event-top{width: 100%; margin-bottom: 30px;}
    .event-top img{width: 100%; object-fit: contain; height: auto;}

    /* tab 유니트3 */
    .event_tab{margin-bottom:30px;}/* tab 라인 색변경*/
    .event_tab ul{display:flex;justify-content: center;}
    .event_tab ul li {width: 33%;}
    .event_tab ul li button{line-height:40px;}
    .event_tab ul li button span{font-size:13px;font-family:'Pretendard';}

    .event-box{display: none;}
    .event-box.active{display: block;}

    .event-box p{font-size: 14px; text-align: center; line-height: 1.35; margin-bottom: 30px;}
    .event-table-box{display: flex; width: 100%; gap: 0px; justify-content: space-between; flex-direction: column;}
    .event-table-box table th,
    .event-table-box table td{line-height: 34px; font-size: 13px; letter-spacing: -0.05em; text-align: center;}
    .event-table-box .rig table {margin-top: -1px;}
    .event-table-box .rig table th{display: none;}

}


.stamp_img {
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .stamp_img {
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
  }
}

br.mobile{display: none;}
@media all and (max-width: 767px){
    br.mobile{display: block;}
}
/*schedule*/
.step{ display: flex; margin-bottom: 1.5625vw; } 
.step_tit{ display: flex; width: 25%; background-color: #999; align-items: center; justify-content: center; border-radius: 0.5208vw 0 0 0.5208dvw; } 
.step_tit strong{font-size: 0.8333vw;padding-right: 1.5625vw; background: url(../images/step-arr.png) no-repeat right center / 0.9375vw auto; color: #fff; font-weight: 400; } 
.step ul{display: flex; width: 75%;border: 1px solid #ddd;border-radius: 0 0.5208vw 0.5208vw 0; } 
.step ul li{display: flex; position: relative; width: 33.33%; height: 5.2083vw; padding: 0 4.1667vw; align-items: center; } 
.step ul li dl{display: inline-block; } 
.step ul li dl dt{margin-bottom: 0.3646vw; color: #9a9a9a; font-weight: 400; font-size: 0.7292vw; } 
.step ul li dl dd{font-weight: 500; font-size: 0.9375vw; } 
.step ul li::after{position: absolute; top: 50%; right: 0; width: 1px;; height: 2.0833vw;transform: translate(0,-50%); background-color: #ddd; content: ""; } 
.step ul li:last-child:after{display: none;} 
.notice_box{background-color: #f9f9f9;color: #222;border-radius: 0.5208vw;padding: 3vw 0;text-align: center;}
.notice_box .m{display:none;}
.notice_box p{line-height: 1.4em;font-size: 1.0417vw; word-break: keep-all;}
.notice_box ul{margin-top: 1.5625vw;}
.notice_box ul li{line-height: 1.4em;font-size: 0.8333vw;}
.notice_box span{color: #ff3333;}
.sche_tit{margin-top: 3.6458vw;margin-bottom: 2.6042vw;color: #333;font-size: 1.5625vw;}
.sche_tit strong{color: #000;margin-right: 0.5208vw;}
.calendar_box{display: flex;justify-content: space-between;}
.calendar{width: 49%;border: 1px solid #efefef;}
.calendar .top{background-color: #f1f1f1;font-size: 0.8333vw;line-height: 3.5em;text-align: center;color: #222;font-weight: 500;}
.calendar .date{padding: 0.7813vw 3.125vw;background-color: #fcfcfc;height: 17vw;overflow-y: auto;}
.calendar .date .month{text-align: center;position: relative;margin-bottom: 1vw;}
.calendar .date .month strong{font-size: 1.25vw;font-weight: 400;color: #222;line-height: 2.08em;}
.calendar .date .month button{position: absolute;top: 50%;width: 1.7188vw;height: 1.7188vw;border: none;transform: translate(0,-50%);}
.calendar .date .month .prev{left: 0;background: url(../images/calen-prev.gif) no-repeat center;background-size: contain;}
.calendar .date .month .next{right: 0;background: url(../images/calen-next.gif) no-repeat center;background-size: contain;}
.calendar table{width: 100%;}
.calendar table thead th{font-size: 0.8333vw;padding: 0.2604vw 0;color: #555;font-weight: 500;}
.calendar table td{text-align: center;font-size: 0.8333vw;line-height: 2.19em;color: #777;}
.calendar table td.sun{color: #de1818;}
.calendar table td.sat{color: #2653b9;}
.calendar table td input{width: 100%;height: 100%;border: none;color: #777;background-color:transparent;}
.calendar table td.res input{background-color: #d7d7d7;}
.calendar table td.on input{background-color: rgba(195,0,40,0.5);color:#fff;}
.calendar table td.on input.active{background-color: #c30028;}
.calendar .bot{background-color: #f1f1f1;font-size: 0.8333vw;height: 4vw;display: flex;align-items: center;justify-content: space-between;padding: 0 2.0833vw;}
.calendar .bot span{line-height:1.4em;font-size: 0.7292vw;color: #777;position: relative;}
.calendar .bot .lef span{padding-left:0.7813vw;margin-right: 1.0417vw;display:inline-block;}
.calendar .bot .lef span::before{content: "";position: absolute;left: 0;top: 50%;width: 0.5208vw;height: 0.5208vw;transform: translate(0,-50%);}
.calendar .bot .lef .res::before{background-color: #d7d7d7;}
.calendar .bot .lef .possi::before{background-color: rgba(195,0,40,0.5);}
.calendar .bot .rig span strong{font-weight: 500;color: #222;}
.calendar .date .time li ~ li{margin-top: 1vw;}
.calendar .date .time li button{width:100%;display:flex;align-items:center;justify-content: space-between;background-color: transparent;border: none;font-size: 0.8333vw;color: #555;}
.calendar .date .time li button.active{color: #c30028;}
.calendar .date .time li button.end{color: #b7b7b7;cursor:auto;}
.calendar .date .time li button .f{display: flex;align-items: center;gap: 0 1vw;}
.calendar .date .time li button .f em{border: 1px solid #555;border-radius: 2vw;padding: 0.5vw 1vw;}
.calendar .date .time li button.active .f em{border-color: #c30028;background-color: #c30028;color: #fff;}
.calendar .date .time li button.end .f em{background-color: #555;color: #fff;}
.terms_area{padding: 1.5625vw;overflow-y: scroll;font-size: 0.7292vw;border: 1px solid #dedede;line-height: 1.5em;height: 8.8542vw;margin-bottom: 1.0417vw;}
.complete { padding: 3.125vw 1.0417vw 4.1667vw; background: #eee; text-align: center; } 
.complete_tit { margin-bottom: 1.5625vw; color: #121212; font-weight: 300; font-size: 1.875vw; } 
.complete_txt { margin-bottom: 2.0833vw; color: #121212; font-weight: 300; font-size: 0.9375vw; line-height:1.5em;} 
.complete_box { display: inline-block; padding: 1.5625vw; border-top: 1px solid #222; border-bottom: 1px solid #222; color: #222; font-weight: 500; font-size: 1.6667vw; line-height: 1.63em; } 
.complete_box span { color: #000; font-weight: 600; } 
.confirm_tit { margin-bottom: 3.125vw; color: #444; font-weight: 300; font-size: 1.3542vw; line-height: 1.3em; text-align: center; } 
.confirm_tit span { color: #000; font-weight: 500; } 
.confirm_tit .m {display: none;}
.confirm_tbl table { width: 100%; border-top: 1px solid #000; } 
.confirm_tbl table th { position: relative; padding: 1.3021vw 0; border-bottom: 1px solid #e5e5e5; color: #333; font-weight: 400; font-size: 0.9375vw; text-align: center; } 
.confirm_tbl table th::after { display: block; position: absolute; top: 50%; right: 0; width: 1px; height: 0.8333vw;transform:translate(0,-50%); background-color: #999; content: ""; } 
.confirm_tbl table td { padding: 1.3021vw 0; padding-left: 2.0833vw; border-bottom: 1px solid #e5e5e5; color: #333; font-weight: 400; font-size: 0.9375vw; text-align: left; } 
.confirm_tbl table td .cancel { border: none; border-bottom: 1px solid #ff0000; background: none; color: #ff0000; font-size: 0.7813vw; line-height: 1.3em; } 
.confirm_tbl table td .no_result { padding: 3vw 0; font-size: 0.9375vw; text-align: center; } 
@media all and (max-aspect-ratio: 17/10){
    .step{margin-bottom: 3vw;}
    .step_tit{border-radius: 1vw 0 0 1vw;}
    .step_tit strong{font-size: 1.2vw;padding-right:2vw;background-size: 1.2vw auto;}
    .step ul{border-radius: 0 1vw 1vw 0;}
    .step ul li{height: 7vw;}
    .step ul li dl dt{font-size: 1vw;margin-bottom:0.6vw;}
    .step ul li dl dd{font-size: 1.2vw;}
    .notice_box{padding: 4vw 0;border-radius: 1vw;}
    .notice_box p{font-size: 1.3vw;}
    .notice_box ul{margin-top: 2vw;}
    .notice_box ul li{font-size: 1.1vw;}
    .sche_tit{margin-top: 5vw;margin-bottom: 3vw;font-size: 1.9vw;}
    .sche_tit strong{margin-right: 1vw;}
    .calendar .top{font-size: 1.2vw;}
    .calendar .date{height: 30vw;padding: 1.5vw 3vw;}
    .calendar .date .month{margin-bottom: 0.5vw;}
    .calendar .date .month strong{font-size: 1.8vw;}
    .calendar .date .month button{width: 2.4vw;height: 2.4vw;}
    .calendar .date .time li ~ li{margin-top: 1.5vw;}
    .calendar .date .time li button{font-size: 1.2vw;}
    .calendar table thead th{font-size: 1.2vw;padding: 1vw 0;}
    .calendar table td{font-size: 1.2vw;line-height: 3em;}
    .calendar .bot{height: 6vw;}
    .calendar .bot .lef span{padding-left:1.2vw;margin-right:1vw;font-size: 0.9vw;}
    .calendar .bot .lef span::before{width: 0.8vw;height: 0.8vw;}
    .calendar .bot span{font-size: 0.9vw;}
    .terms_area{font-size: 1vw;height: 15vw;margin-bottom: 2vw;padding: 2vw;}
	.complete{padding: 5vw 0;}
	.complete_tit{font-size: 2.2vw;}
	.complete_txt{font-size: 1.2vw;}
	.complete_box{padding: 2vw 3vw;}
	.confirm_tbl table th{font-size:1.3vw;padding: 1.5vw 0;}
	.confirm_tbl table td{font-size:1.2vw;padding-left:4vw;}
	.confirm_tbl table td .cancel{font-size:1.2vw;}
	.confirm_tbl table td .no_result { padding: 5vw 0; font-size: 1.3vw} 
}
@media all and (max-aspect-ratio: 1/1){
    .step{display: block;margin-bottom:6vw;}
    .step_tit{width:100%;border-radius: 2vw 2vw 0 0;padding: 3vw 0;}
    .step_tit strong{font-size: 2vw;padding-right: 4vw;background-size: 2vw auto;}
    .step ul{width: 100%;border-radius: 0 0 2vw 2vw;}
    .step ul li{padding: 0;height:auto;display:block;padding: 3vw 0;}
    .step ul li::after{height: 4vw;}
    .step ul li dl{text-align: center;display: block;}
    .step ul li dl dt{font-size:1.6vw;margin-bottom:1vw;}
    .step ul li dl dd{font-size: 2vw;}
    .notice_box{padding: 6vw 0;border-radius:2vw;}
	.notice_box .m{display:block;}
    .notice_box p{font-size: 2vw;}
    .notice_box ul{margin-top: 3vw;}
    .notice_box ul li{font-size: 1.7vw;}
    .sche_tit{margin: 8vw 0 4vw;font-size: 2.8vw;}
    .calendar_box{display: block;}
    .calendar{width: 100%;}
    .calendar ~ .calendar{margin-top: 5vw;}
    .calendar .top{font-size: 2vw;}
    .calendar .date{padding: 2vw 5vw;height: 50vw;}
    .calendar .date .month{margin-bottom: 1vw;}
    .calendar .date .month strong{font-size: 3vw;}
    .calendar .date .month button{width: 4vw;height: 4vw;}
    .calendar table thead th{font-size: 1.8vw;padding: 2vw 0;}
    .calendar table td{font-size: 1.8vw;}
    .calendar .bot{height: 10vw;padding: 0 4vw;flex-direction: column;align-items: flex-start;justify-content: center;}
    .calendar .bot .lef span{font-size: 1.8vw;padding-left:2vw;margin-right: 3vw;}
    .calendar .bot .lef span::before{width: 1.4vw;height: 1.4vw;}
    .calendar .bot .rig{margin-top: 0.7vw;}
    .calendar .bot span{font-size: 1.6vw;}
    .calendar .date .time li ~ li{margin-top: 2.5vw;}
    .calendar .date .time li button{font-size: 1.8vw;}
    .calendar .date .time li button .f{gap: 0 2vw;}
    .calendar .date .time li button .f em{padding: 1vw 2vw;}
    .terms_area{height: 20vw;font-size: 1.6vw;padding: 3vw;margin-bottom: 4vw;}
	.complete{padding: 8vw 0;}
	.complete_tit{font-size: 3.4vw;margin-bottom:2vw;}
	.complete_txt{font-size: 1.8vw;margin-bottom: 4vw;}
	.complete_box{padding: 3vw 5vw;font-size: 2.2vw;}
	.confirm_tbl table th{font-size:1.8vw;padding:2.5vw 0;}
	.confirm_tbl table th::after{height:2vw;}
	.confirm_tbl table td{padding:2.5vw 0;padding-left:6vw;font-size: 1.8vw;}
	.confirm_tbl table td .cancel{font-size:1.8vw;}
	.confirm_tbl table td .no_result { padding: 7vw 0; font-size: 2vw}
}
@media all and (max-aspect-ratio: 6/10){
    .confirm_tit .m {display: block;}
    .step_tit{padding: 3.5vw 0;}
    .step_tit strong{font-size: 3vw;padding-right: 5vw;background-size: 3vw auto;}
    .step ul li{padding: 4vw 0;}
    .step ul li dl dt{font-size: 2.6vw;}
    .step ul li dl dd{font-size: 3vw;}
    .notice_box{padding: 8vw;}
    .notice_box p{font-size: 3.2vw;}
    .notice_box ul{margin-top: 5vw;}
    .notice_box ul li{font-size: 2.7vw;}
    .sche_tit{margin: 12vw 0 6vw;font-size: 4.2vw;}
    .calendar ~ .calendar{margin-top: 8vw;}
    .calendar .top{font-size: 3.2vw;}
    .calendar .date{padding: 3vw 5vw;height: 70vw;}
    .calendar .date .month strong{font-size: 4.2vw;}
    .calendar .date .month button{width: 6vw;height: 6vw;}
    .calendar table thead th,
    .calendar table td{font-size: 2.8vw;}
    .calendar .bot{height: 15vw;}
    .calendar .bot .lef span{font-size: 2.7vw;padding-left: 3vw;margin-right: 4vw;}
    .calendar .bot .lef span::before{width: 1.8vw;height: 1.8vw;}
    .calendar .bot span{font-size: 2.7vw;}
    .calendar .date .time li ~ li{margin-top: 3vw;}
    .calendar .date .time li button{font-size: 2.8vw;}
    .calendar .date .time li button .f{gap: 0 3.5vw;}
    .calendar .date .time li button .f em{border-radius: 4vw;}
    .terms_area{height: 30vw;font-size: 2.6vw;padding: 4vw;margin-bottom: 6vw;}
	.complete{padding: 12vw 0;}
	.complete_tit{font-size: 5.5vw;margin-bottom:3vw;}
	.complete_txt{font-size: 3.5vw;margin-bottom: 6vw;}
	.complete_box{padding: 4vw 6vw;font-size: 3.6vw;}
	.confirm_tbl table th{font-size:3.2vw;padding: 4vw 0;}
	.confirm_tbl table th::after{height:3vw;}
	.confirm_tbl table td{padding: 4vw 0;padding-left:8vw;font-size:3.2vw;}
	.confirm_tbl table td .cancel{font-size:3.2vw;}
	.confirm_tbl table td .no_result { padding: 12vw 0; font-size: 3.4vw}
}
.confirm_tit { margin-bottom: 3.125vw; color: #444; font-weight: 300; font-size: 1.3542vw; line-height: 1.3em; text-align: center; } 
.confirm_tit span { color: #c30028; font-weight: 500; }
@media all and (max-aspect-ratio: 17/10){
	.confirm_tit{font-size:1.8vw;margin-bottom:4vw;}
}
@media all and (max-aspect-ratio: 1/1){
	.confirm_tit{font-size:2.6vw;margin-bottom:6vw;}
}
@media all and (max-aspect-ratio: 6/10){
	.confirm_tit{font-size:4.8vw;margin-bottom:10vw;}
}

.sche_tab{margin-top: 60px;}
.sche_tab::after{content: "";display: block;clear: both;}
.sche_tab li{width: 50%;float: left;position: relative;}
.sche_tab li::after{content: "";position: absolute;position: absolute;left: 50%;margin-left: -7px;border-top: 8px solid #000014;border-left: 8px solid transparent;border-right: 8px solid transparent;display: none;}
.sche_tab li a{display: block;width: 100%;text-align: center;font-size: 17px;color: #888;background: #d2dce6;border: 1px solid transparent;line-height: 48px;}
.sche_tab li.on::after{display: block;}
.sche_tab li.on a{background-color: #000014;border: 1px solid #000014;color: #fff}
.sche_tab li a:hover{background-color: #000014;border: 1px solid #000014;color: #fff}
@media all and (max-aspect-ratio: 6/10){
  .sche_tab {margin-top: 30px;}
	.sche_tab li a {font-size: 3.8vw; line-height: 44px;}
}

/*20260810 추가*/

.wrap { overflow-x:hidden; overflow-y: visible; max-width:100%; opacity:0; transition:.3s;}
.wrap.open { opacity:1;}

.vis_vid { overflow:hidden; position:relative; width:100%; aspect-ratio: 29 / 13;}
.vis_vid::before { content:''; position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,0.3);}
.vis_vid video { width:100%; height:100%; object-fit:cover;}
.vis_txt { position:absolute; left:0; width:30%; top:0; bottom:0; display:flex; align-items:center; justify-content:center; flex-direction:column;}
.vis_txt .t1 { overflow:hidden; display:inline-block;}
.vis_txt .t1 img { transform:translateY(100%); transition:.8s;}
.vis_txt dl { margin-top: 48px; font-size:clamp(24px,1.7188vw,33px); color:#fff; letter-spacing:-0.2px; line-height:1.36;}
.vis_txt dl dt { overflow:hidden;}
.vis_txt dl dt span {display:block; transform:translateY(100%); transition:.8s;}
.vis_txt dl dd { overflow:hidden; font-weight:600;}
.vis_txt dl dd span {display:block; transform:translateY(100%); transition:.8s;}

.wrap.open .vis_txt .t1 img { transform:none; transition-delay:.5s;}
.wrap.open .vis_txt dl dt span { transform:none; transition-delay:.8s;}
.wrap.open .vis_txt dl dd span { transform:none; transition-delay:1s;}

@media all and (max-width: 1600px) {
	.vis_vid { aspect-ratio:auto; height:100%;}
	.vis_txt {width:30%; align-items:flex-start; padding-left: 24px;}
	.vis_txt .t1 img { max-width:80%;}
}

@media all and (max-width: 1024px) {
	.vis_txt { width:40%;}
}

@media all and (max-width: 768px) {
	.vis_vid { aspect-ratio:343 / 543;}
	.vis_vid video { object-position: 40% bottom;}
	.vis_txt .t1 img { max-width:60%;}
	.vis_txt dl { margin-top: clamp(24px,4.6875vw,36px); font-size:clamp(18px, 3.9063vw, 30px);}
	.vis_txt { padding:clamp(50px,13.0208vw,100px) 0; width:100%; justify-content:flex-start; text-align:center; align-items:center;}
}

@media all and (max-width: 425px) {
	.vis_txt .t1 img { max-width:50%;}
}

.contact_tab_menu { width:100%; max-width: 1168px; margin: 120px auto 0;}
.contact_tab_menu ul { display:flex; align-items:center; gap: 0 10px;}
.contact_tab_menu ul li { display:flex; align-items:center; justify-content:center; min-width:135px; height:38px; font-size:16px; font-weight:300; background:#353535; color:#fff; cursor:pointer;}
.contact_tab_menu ul li.active { background:#fff; color:#0e0e0f;}
.contact_tab_menu + .contact_imgbox { margin-top: 50px;}
.contact_imgbox .tab_con { display:none;}
.contact_imgbox .tab_con.active { display:block;}
.kakao_map { width: 100% !important; max-width:100%; position: relative; overflow: hidden;}

@media all and (max-width: 1024px) {
	.contact_tab_menu { margin: 80px 40px 0;}
}

@media all and (max-width: 768px) {
	.contact_tab_menu ul { gap:0 8px;}
	.contact_tab_menu ul li { min-width:100px; height:32px; font-size:14px;}
}

/* 사업개요 */
@media screen and (max-width: 1023px) {
	.page_overview .section_sub_top .sub_top_imgbox { height:380px;}
	.page_overview .section_sub_top .sub_top_imgbox img {object-position:center bottom;}
}

@media screen and (max-width: 768px) {
	.page_overview .section_sub_top .sub_top_imgbox { height:180px;}
	.page_overview .section_sub_top .sub_top_imgbox img {object-position:right bottom; }
	.view_info .info_desc { font-size:16px;}
}

.map-pin-pulse { animation: mapPinPulse 1.6s ease-in-out infinite; }
 @keyframes mapPinPulse {
   0%, 100% { transform: translateY(0px); }
   50%      { transform: translateY(-5px); }
 }

.unit_chk { gap:24px; flex-wrap:wrap;}
.unit_chk span { display:inline-flex; align-items:center; gap:4px;}
.unit_chk input[type="checkbox"] { appearance:auto; -webkit-appearance:auto;}

.view_ori { margin-top: 8px; line-height:1.2;}
.view_ori span { font-size:13px; color:#696969; letter-spacing:-0.5px;}
@media screen and (max-width: 768px) {
	.view_ori { margin-top: 5px;}
	.view_ori span { font-size:12px;}
	.notice_popup_layer#popup .popup_btn .popup_check { padding-left: 0;}
}

/*20260825 추가*/
.event_guide{max-width: 1464px;margin: 0 auto;padding: 60px 0 160px;}
.event_guide .top_txt{text-align: center;margin-bottom: 100px;}
.event_guide .top_txt .tit{font-size: 40px;color: #000; word-break: keep-all;}
.event_guide .event-box img { display:block; max-width:100%;}
.event_guide .event_tab ul li { flex:1;}
.event_guide .event_tab ul li button { color:#212121;}
.event_guide .event_tab ul li.active button { color:#212121;}
.event_guide .event_tab ul li.active button:before{border-bottom:6px solid #212121;}

@media screen and (max-width: 1023px){
  .event_guide{padding: 30px 20px 80px;}
  .event_guide .top_txt {margin-bottom: 40px;}
  .event_guide .top_txt .tit{font-size:30px;}
}

.page_buseong .section_sub_top .sub_top_imgbox img { object-position:right bottom;}
.section_buseong { max-width:100%;}
.section_buseong img { display:block; max-width:100%;}


@media all and (max-width: 768px){
	.event_guide .event_tab ul li button{height:40px; line-height:1.2; word-break:keep-all;}
}