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: 'NotoSans', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, 'Malgun Gothic', Arial, sans-serif;
  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;
}
@font-face {
  font-weight: 300;
  font-family: 'NotoSans';
  src: url(../fonts/NotoSans-Light.woff2) format('font-woff2'), url(../fonts/NotoSans-Light.woff) format('woff');
}
@font-face {
  font-weight: 400;
  font-family: 'NotoSans';
  src: url(../fonts/NotoSans-Regular.woff2) format('font-woff2'), url(../fonts/NotoSans-Regular.woff) format('woff');
}
@font-face {
  font-weight: 500;
  font-family: 'NotoSans';
  src: url(../fonts/NotoSans-Medium.woff2) format('font-woff2'), url(../fonts/NotoSans-Medium.woff) format('woff');
}
@font-face {
  font-weight: 700;
  font-family: 'NotoSans';
  src: url(../fonts/NotoSans-Bold.woff2) format('font-woff2'), url(../fonts/NotoSans-Bold.woff) format('woff');
}
@font-face {
  font-weight: 300;
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Light.woff2) format('font-woff2'), url(../fonts/Poppins-Light.woff) format('woff');
}
@font-face {
  font-weight: 400;
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Regular.woff2) format('font-woff2'), url(../fonts/Poppins-Regular.woff) format('woff');
}
@font-face {
  font-weight: 600;
  font-family: 'Poppins';
  src: url(../fonts/Poppins-SemiBold.woff2) format('font-woff2'), url(../fonts/Poppins-SemiBold.woff) format('woff');
}
@font-face {
  font-weight: 700;
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Bold.woff2) format('font-woff2'), url(../fonts/Poppins-Bold.woff) format('woff');
}
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;}
.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;}
@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: 269px;
  height: 24px;
  background: url(../images/logo_b.png) center / contain no-repeat;
  content: '';
}
.bl .header_title_link::before{background-image:url(../images/logo_w.png);}
@media screen and (max-width: 1023px) {
  .header_title_link::before {
    width: 180px;
    height: 16px;
  }
}
.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');
  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');
    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;}
.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;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: #c30028;
  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');
  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);
    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: 'Poppins', -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');
  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');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: 20px;
}
.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');
  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');
    background-repeat: no-repeat;
    background-position: -140px -163px;
}
.footer {
  background: #303639;
  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;}
.footer .btn_move_top {
  width: 100%;
  padding: 18px 0;
  background: #d2dce6;
  font-size: 16px;
  font-family: 'Poppins', -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: 77px;
  height: 41px;
  margin: 52px auto 0;
  background: url(../images/logo_HDC.svg) center/100% 100% no-repeat;
}
@media screen and (max-width: 1023px) {
  .footer_logo {
    width: 56px;
    height: 30px;
    margin-top: 20px;
  }
}
.section_tit {
  font-weight: 600;
  font-size: 14px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Roboto, Arial, sans-serif;
  line-height: 28px;
  color: #c30028;
  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: 'Poppins', -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;
}
.tab.type_block .tab_btn {
  width: 100%;
  padding: 21px 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
@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');
  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');
    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: 77px;
  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: 'Poppins', -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: #b6b6b6;
}
.tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info_caption {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
@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;
}
@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) {
  .table_text {
    display: block;
    padding: 0;
    margin-top: 8px;
  }
}
.notice_popup_layer {
  display: none;
  position: absolute;
  top: 150px;
  right: 80px;
}
@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%);
}
@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');
  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');
    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');
  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');
    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;
  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');
  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');
    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;
}
@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');
  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');
  background-repeat: no-repeat;
  background-position: -180px -163px;
  content: '';
  margin-right: 4px;
  background-size: 246px 229px;
}
.gnb_banner_text {
  font-size: 15px;
  color: #141416;
}
.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');
  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: 'Poppins', -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');
  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');
  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');
    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');
  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');
    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: 160px;
  left: 140px;
  opacity: 0;
  margin-left: 80px;
  -webkit-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}
.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.type_english {
  font-family: 'Poppins', -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;
  }
}
.hero_banner_txt {
  display: block;
  font-size: 68px;
  line-height: 1.32em;
  color: #000014;
  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;
  }
	.hero_banner_txtbox p{
		font-size: 4vw;
		margin-bottom: 2vw;
	}
}
.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: 'Poppins', -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;
  font-weight: 300;
  font-size: 32px;
  line-height: 46px;
  word-break: keep-all;
}
.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: 760px;
}
.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-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #b6b6b6;
}
.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 {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  word-break: keep-all;
}
.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;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding: 6px 0 19px 0;
  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;
}
.unit_box.type_mobile .unit_accordion_box {
  position: relative;
  width: calc(100% + 20px);
  padding: 55px 10px 20px 10px;
  background: #2f3639;
}
.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;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #b6b6b6;
}
.unit_box.type_mobile .btn_tit {
  position: relative;
  top: 0;
  left: 0;
  font-weight: 300;
  font-size: 24px;
  font-family: 'Poppins', -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;
}
.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-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #b6b6b6;
}
.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: 'Poppins', -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');
  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');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');
  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');
  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');
    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);
	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: 'Poppins', -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');
  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');
    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: 'NotoSans', -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;
}
@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;
}
@media screen and (max-width: 1023px) {
  .point_text_list .point_text_item {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
}
.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');
  background-repeat: no-repeat;
  background-position: -130px -206px;
  content: '';
  -webkit-box-flex: 0;
  margin-right: 4px;
  background-size: 246px 229px;
}
@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');
    background-repeat: no-repeat;
    background-position: -113.75px -180.25px;
    background-size: 215.25px 200.375px;
  }
}
.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;
  }
}
.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');
    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;
  -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');
  background-repeat: no-repeat;
  background-position: -140px -163px;
  content: '';
  background-size: 246px 229px;
}
.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;
}
@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: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.example_item.item_02 {
  grid-column: 1 / 3;
  grid-row: 2 / 4;
}
.example_item.item_04 {
  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-weight: 300;
  font-size: 80px;
  font-family: 'Poppins', -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;}
.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;
}
.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;
}
@media screen and (max-width: 1023px) {
  .section_ico .ico_tit {
    font-weight: 400;
    font-size: 20px;
    margin-top: 18px;
  }
}
.section_ico .ico_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #777;
  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;
}
.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;
  }
}
.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: #42464b;
    pointer-events: all;
  }
  .section_ico.type_toggle .item_button::before {
    display: block;
    position: absolute;
    top: 42px;
    right: 20px;
    width: 16px;
    height: 16px;
    background-image: url('../images/common-svg-light.svg');
    background-repeat: no-repeat;
    background-position: -82px -206px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    content: '';
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-size: 246px 229px;
  }
}
.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 {
  -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%);
}
.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;
}
.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;
  }
}
.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;
  }
}
.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: 'Poppins', -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: 'Poppins', -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;
}
@media screen and (max-width: 1023px) {
  .interior_info_top {
    display: block;
  }
}
.interior_info .sub_content_tit {
  font-weight: 400;
  font-size: 72px;
  font-family: 'Poppins', -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');
  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');
    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;
}
@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%;
}
@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) {
  .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');
    background-repeat: no-repeat;
    background-position: -58.3275vw -23.331vw;
    content: '';
    background-size: 68.3265vw 63.60475vw;
  }
}
.section_bird {
  padding: 200px 80px 0;
}
@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: 'Poppins', -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: #2f3639;
  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;}
@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;
  }
}
.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;
}
@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_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;
}
@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: 'Poppins', -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;
  }
}
.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;
}
@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 .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;
}

/* 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;}
/* .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 p{color: #fff;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 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;}
}