@charset "UTF-8";
/* default */
/* .touchmode *{outline:0 !important}  */ /* 20220415 터치모드 일때 포커스라인 히든 */
* {
  margin: 0;
  padding: 0;
  word-break: break-all;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body {
  font-family: "Pretendard", Dotum, verdana, sans-serif;
  font-size: 12px;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, address, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td, header, footer, nav, menu, section, article, aside, main, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

header, footer, section, article, aside, nav, main, details, menu, figure, figcaption, video {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-wrap: break-word;
  word-break: break-all;
}

table th, table td {
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  font-family: "Pretendard";
}

ol, ul, li {
  list-style: none outside none;
}

input[type=submit] {
  display: inline-block;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover, a:visited {
  text-decoration: none;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  font-family: "Pretendard";
}

button span {
  position: relative;
  font-family: "Pretendard";
}

select {
  font-family: "Pretendard";
}

/* select:focus{outline: 1px dotted #767676;} */
strong {
  font-weight: normal;
  font-weight: 500;
}

img {
  border: 0 none;
  max-width: 100%;
}

form input, form select, form label, form img {
  vertical-align: middle;
}

fieldset {
  border: 0 none;
}

address {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

iframe {
  margin: 0;
  padding: 0;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

input[type=text], input[type=password] {
  font-family: "Pretendard";
  color: #000;
  border: 1px solid #c8c8c8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
}

input[type=search],
input[type=tel],
input[type=number],
input[type=password] {
  border-radius: 0;
  font-family: "Pretendard";
  color: #5d5d5d;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
}

table caption {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  line-height: 0;
  color: transparent;
  position: absolute;
  top: 0;
  left: -99999px;
}

textarea {
  font-family: "Pretendard";
  color: #000;
  border: 1px solid #c8c8c8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
}

/*
input:focus + label{
    outline: 1px dashed #000;
} */
::-webkit-input-placeholder {
  color: #cccccc;
  font-family: "Pretendard";
}

::-moz-input-placeholder {
  color: #cccccc;
  font-family: "Pretendard";
}

:-ms-input-placeholder {
  color: #cccccc;
  font-family: "Pretendard";
}

::-ms-input-placeholder {
  color: #cccccc;
  font-family: "Pretendard";
}

::input-placeholder {
  color: #cccccc;
  font-family: "Pretendard";
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill {
  -webkit-background-clip: text;
}

/* common */
.touchDis {
  touch-action: none;
  overflow: hidden;
  position: relative;
}

.ellips {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  max-width: 99%;
}

legend,
.hdtext {
  overflow: hidden;
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  margin: 0;
  border: 0;
  font-size: 1px;
  line-height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.enable_text {
  display: block;
  width: auto;
  height: auto;
  overflow: visible;
  line-height: 1;
  color: #000;
  position: relative;
  top: 0;
  left: 0;
}

.none {
  display: none !important;
}

i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
i img {
  vertical-align: middle;
}

img.ico_img {
  max-width: 100%;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("./webfont/Pretendard-Black.woff2") format("woff2"), url("./webfont/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("./webfont/Pretendard-ExtraBold.woff2") format("woff2"), url("./webfont/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("./webfont/Pretendard-Bold.woff2") format("woff2"), url("./webfont/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("./webfont/Pretendard-SemiBold.woff2") format("woff2"), url("./webfont/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("./webfont/Pretendard-Medium.woff2") format("woff2"), url("./webfont/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("./webfont/Pretendard-Regular.woff2") format("woff2"), url("./webfont/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("./webfont/Pretendard-Light.woff2") format("woff2"), url("./webfont/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("./webfont/Pretendard-ExtraLight.woff2") format("woff2"), url("./webfont/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("./webfont/Pretendard-Thin.woff2") format("woff2"), url("./webfont/Pretendard-Thin.woff") format("woff");
}
/* mixin */ /* layout */
html:not(.touchmode) ::-webkit-scrollbar {
  width: 10px;
}

html:not(.touchmode) ::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid transparent;
}

html:not(.touchmode) ::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
  box-shadow: inset 0px 0px 5px transparent;
}

.front_body.main {
  overflow: hidden;
}
.front_body.main .header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.page_wrap {
  min-width: 280px; /* display:flex;flex-direction: column; */ /* overflow-x:hidden; */
  position: relative; /* min-height:100vh; */
}

.bg_depth {
  background: #fff;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 0;
  transition: 0.4s;
  box-sizing: border-box;
  overflow: hidden;
}
.bg_depth:before, .bg_depth:after {
  display: block;
  content: "";
  background: #e6e6e6;
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
}
.bg_depth:before {
  top: 0;
}
.bg_depth:after {
  bottom: 0;
}

.header_wrap {
  height: 80px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  position: relative;
  background: transparent;
  transition: 0.4s;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
}
.header_wrap.ready {
  overflow: visible;
}
.header_wrap.scroll {
  box-shadow: -1px 6px 16px -10px rgba(0, 0, 0, 0.4);
}
.header_wrap.scroll, .header_wrap.active {
  background: #fff;
}
.header_wrap.scroll .toplogo_link, .header_wrap.active .toplogo_link {
  background-position: 0 100%;
}
.header_wrap.scroll .header_nav_menu, .header_wrap.active .header_nav_menu {
  color: #0f0f0f;
}
.header_wrap.scroll .util_menu .ico, .header_wrap.active .util_menu .ico {
  background-position: 0 100%;
}
.header_wrap.scroll .util_menu .util_menu_text, .header_wrap.active .util_menu .util_menu_text {
  color: #404040;
}
.header_wrap.scroll .btn_panel_menu:before, .header_wrap.scroll .btn_panel_menu:after, .header_wrap.active .btn_panel_menu:before, .header_wrap.active .btn_panel_menu:after {
  background: #000;
}
.header_wrap.scroll .btn_panel_menu_ico, .header_wrap.active .btn_panel_menu_ico {
  background: #000;
}
.header_wrap.scroll .login_men, .header_wrap.active .login_men {
  color: #404040;
}
.header_wrap.scroll .btn_util_box, .header_wrap.active .btn_util_box {
  border: 1px solid #ddd;
}

.header_inner {
  padding: 0 0;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.toplogo {
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  align-items: flex-start;
}

.toplogo_link {
  display: inline-block;
  width: 171px;
  height: 22px;
  background: url("../../images/toplogo.png") no-repeat 0 0/100% auto;
  vertical-align: top;
}

.nav_list_wrap {
  height: 100%;
}

.header_nav_list {
  display: flex;
  height: 100%;
  gap: 6.25%;
  justify-content: center; /*  position:relative; */
}
.header_nav_list > li.active {
  z-index: 5;
}
.header_nav_list > li.active .header_nav_menu {
  color: #13479b;
}
.header_nav_list > li.active .header_two_list_wrap {
  opacity: 1;
}

.header_nav_menu {
  display: inline-flex;
  height: 100%;
  align-items: center;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

/*
.bg_depth{background:#fff;position:absolute;top:80px;left:0;width:100%;height:0;transition:.4s;box-sizing: border-box; overflow:hidden;
    &:before,
    &:after{display:block;content:'';background:#e6e6e6;height:1px;position:absolute;left:0;width:100%;}
    &:before{top:0;}
    &:after{bottom:0;}
}
*/
.header_two_list_wrap {
  position: absolute;
  top: 100%;
  left: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
  opacity: 0;
  background: #fff;
  /* &.out{
      transition: .3s; transition-delay:0;
  } */
}
.header_two_list_wrap.type2 .header_two_inner {
  /* width:100%; left:0;  transform: translateX(0);  justify-content: flex-start; */
  transform: translateX(0);
}
.header_two_list_wrap.type2 .header_two_inner .header_two_list {
  display: block;
  margin-top: 25px;
  padding: 0;
}
.header_two_list_wrap.type2 .header_two_inner .header_two_list > li {
  margin-bottom: 20px;
}
.header_two_list_wrap.type2 .header_two_inner .header_two_list > li:last-of-type {
  margin-bottom: 0;
}
.header_two_list_wrap:before, .header_two_list_wrap:after {
  display: block;
  content: "";
  background: #e6e6e6;
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
}
.header_two_list_wrap:before {
  top: 0;
}
.header_two_list_wrap:after {
  bottom: 0;
}

.header_two_inner {
  display: inline-flex;
  position: relative;
  transform: translateX(-50%); /*  justify-content: center; */
  box-sizing: border-box; /* position:absolute;top:0; left:50%; transform: translateX(-50%); */
}

.header_two_menu_cols_wrap {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.header_two_menu_cols {
  padding: 30px 0;
  width: 170px;
}

.nav_depth_category {
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  white-space: nowrap;
}

.header_two_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 30px 0;
}

.header_two {
  display: inline-block;
  font-size: 15px;
  color: #747474;
  border-bottom: 1px solid transparent;
}

.header_two:hover {
  border-color: #13479b;
  color: #13479b;
  font-weight: 500;
}

.util_list_wrap {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 5;
}

.util_list {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0;
  line-height: 0;
}
.util_menu {
  display: inline-flex;
  gap: 7px;
  line-height: 1;
  align-items: center;
}
.util_menu .ico {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}
.util_menu .ico.earth {
  background-image: url("../../images/ico_earth.png");
}

.util_menu_text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  line-height: 1;
}

.login_data_list {
  display: flex;
  align-items: center;
  gap: 15px;
}
.login_men {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}

.btn_util_box {
  display: inline-flex;
  padding: 10px 18px;
  border-radius: 100px;
  background: #fff;
  gap: 5px;
  align-items: center;
  border: 1px solid #fff;
}
.btn_util_box .ico {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.btn_util_box .ico.logout {
  background-image: url("../../images/ico_logout.png");
  width: 15px;
  height: 13px;
}

.btn_util_text {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}

.btn_panel_menu {
  display: none;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.btn_panel_menu:before, .btn_panel_menu:after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

.btn_panel_menu_ico {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  margin: 5px 0;
}

.mobile_mainmenu_zone {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.mobile_mainmenu_zone.active {
  display: block;
}
.mobile_mainmenu_zone.active.motion .mobile_mainmenu_wrap {
  right: 0;
}
.mobile_mainmenu_zone.active.active.motion .mainmenu_dim {
  opacity: 0.8;
}
.mobile_mainmenu_zone.active.active.motion .btn_mbmenuclose {
  opacity: 1;
}

.util_toggle_wrap {
  display: inline-block;
  position: relative;
}
.util_toggle_wrap.active .util_option_layer {
  display: block;
}
.util_option_layer {
  position: absolute;
  top: calc(100% + 18px);
  background: #fff;
  border-radius: 8px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 78px;
  padding: 10px 0;
  box-shadow: 0px 8px 8px 0px rgba(19, 19, 20, 0.15);
  border: 1px solid #dddddd;
  display: none;
}

.util_option_list {
  text-align: center;
}
.util_option {
  display: inline-block;
  font-size: 14px;
  padding: 7px;
  white-space: nowrap;
  line-height: 1;
  font-weight: 500;
  color: #bfbfbf;
}
.util_option.active {
  color: #333333;
}

/* mobile */
.mainmenu_dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.5s;
}

.mobile_mainmenu_wrap {
  width: 247px;
  background: #fff;
  position: fixed;
  top: 0;
  right: -247px;
  height: 100%;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
}

.mbutil_row {
  background: #13479b;
  flex: 0 0 60px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
.mbutil_row .util_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.mbutil_row .util_menu {
  vertical-align: middle;
  align-items: center;
}
.mbutil_row .util_menu .ico.earth {
  background-position: 0 0 !important;
}

.login_mb_data_list {
  display: flex;
  align-items: center;
  gap: 5px;
}
.login_mb_men {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

.btn_util_mb {
  display: inline-block;
  width: 15px;
  height: 13px;
  position: relative;
  top: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.btn_util_mb.logout {
  background-image: url("../../images/ico_logout_m.png");
}

.mbmenu_row {
  position: relative;
  overflow-y: auto;
  flex: 1;
}

.mbmenu_nav_list > li {
  border-bottom: 1px solid #dadada;
}
.mbmenu_nav_list > li.active .mbmenu_nav_menu:after {
  top: 21px;
  transform: rotate(225deg);
}
.mbmenu_nav_list > li.active .mbmenu_two_list_wrap {
  display: block;
}
.mbmenu_nav_menu {
  display: block;
  color: #000;
  font-size: 16px;
  padding: 15px 45px 15px 20px;
  line-height: 1;
  position: relative;
  font-weight: 500;
}
.mbmenu_nav_menu:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  position: absolute;
  top: 16px;
  right: 20px;
  transform: translateZ(0);
  transform: rotate(45deg);
}

.mbmenu_two_list_wrap {
  text-align: left;
  background: #f5f5f5;
  border-top: 1px solid #dadada;
  display: none;
}

.mbmenu_two_menu_row {
  padding: 15px 0 0 0;
}

.mbmenu_depth_category {
  font-weight: 600;
  color: #000;
  padding: 0 30px;
  font-size: 14px;
}

.mbmenu_two_list {
  padding: 10px 0;
}
.mbmenu_two_list > li.active .mbmenu_two {
  color: #13479b;
  font-weight: 500;
  text-decoration: underline;
}
.mbmenu_two {
  display: inline-block;
  padding: 7px 30px;
  font-size: 14px;
}
.mbmenu_two:hover {
  color: #13479b;
  font-weight: 500;
  text-decoration: underline;
}

.btn_mbmenuclose {
  display: block;
  opacity: 0;
  transition: 0.5s;
  width: 60px;
  height: 60px;
  z-index: 10;
  background: url("../../images/btn_totalclose.png") no-repeat 50% 50%/100% auto;
  position: absolute;
  top: 0;
  left: -60px;
  z-index: 5;
}

/* // mobile */
.sub_visual_wrap {
  min-height: 320px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  overflow: hidden;
}
.sub_visual_wrap:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #141414;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sub_visual_wrap .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  transform: scale(1.6);
  -webkit-animation: zoomin 2s ease 0.3s forwards;
          animation: zoomin 2s ease 0.3s forwards;
}
.sub_visual_wrap .header_wrap {
  flex: 0 0 80px;
}
.sub_visual_wrap.product {
  min-height: calc(100vh - 80px);
}
.sub_visual_wrap.product .sv_inner {
  justify-content: center;
  padding: 0 11.5% 80px;
}

.sv_inner {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  z-index: 2;
}

.sv_copy_wrap {
  padding: 60px 86px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.sv_copy_sub {
  font-size: 22px;
  color: #fff;
  opacity: 0.7;
  margin-bottom: 8px;
  transform: translate(100px);
  opacity: 0;
  -webkit-animation: subcopy 1s ease-out 0.5s forwards;
          animation: subcopy 1s ease-out 0.5s forwards;
}

.sv_copy_main {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  word-break: keep-all;
  transform: translate(100px);
  opacity: 0;
  -webkit-animation: maincopy 1s ease-out 1s forwards;
          animation: maincopy 1s ease-out 1s forwards;
}

@-webkit-keyframes zoomin {
  0% {
    transform: scale(1.6);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    transform: scale(1.6);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes subcopy {
  0% {
    opacity: 0;
    transform: translate(100px);
  }
  100% {
    opacity: 0.7;
    transform: translate(0px);
  }
}
@keyframes subcopy {
  0% {
    opacity: 0;
    transform: translate(100px);
  }
  100% {
    opacity: 0.7;
    transform: translate(0px);
  }
}
@-webkit-keyframes maincopy {
  0% {
    opacity: 0;
    transform: translate(100px);
  }
  100% {
    opacity: 1;
    transform: translate(0px);
  }
}
@keyframes maincopy {
  0% {
    opacity: 0;
    transform: translate(100px);
  }
  100% {
    opacity: 1;
    transform: translate(0px);
  }
}
.breadcrumb_list_wrap {
  padding: 0 0 30px 0;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.breadcrumb_list {
  display: flex;
  gap: 5px 27px;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb_list > li {
  position: relative;
}
.breadcrumb_list > li:last-of-type:after {
  display: none;
}
.breadcrumb_list > li:after {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -14px;
  margin-top: -1.5px;
}

.breadcrumb_ico_link {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../images/ico_home.png") no-repeat 0 0/100% auto;
  vertical-align: middle;
}

.breadcrumb_link {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
}

.middle_sub_contents {
  padding: 100px 86px;
  margin: 0 auto;
  max-width: 1200px;
}
.middle_sub_contents.type2 {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.footer_wrap {
  flex: 0;
  background: #1e2327;
  position: relative;
}

.footer_inner {
  padding: 50px 0;
}

.footer_logo_cols {
  display: inline-flex;
  position: absolute;
  top: 50px;
  left: 50px;
  align-items: flex-start;
}

.footer_logo {
  display: inline-block;
  width: 171px;
  height: 22px;
  background: url("../../images/toplogo.png") no-repeat 0 0/100% auto;
  vertical-align: top;
}

.footer_info_cols {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 86px;
  position: relative;
  line-height: 1.4;
}

.footer_info_wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer_info_para {
  font-size: 14px;
  color: #ffffff;
  word-break: keep-all;
}

.footer_copy_para {
  color: #787878;
  margin-top: 25px;
  font-size: 14px;
  word-break: keep-all;
}

.footer_info_para_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}
.footer_info_para_list > li {
  position: relative;
}
.footer_info_para_list > li:after {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  background: #616568;
  position: absolute;
  top: 50%;
  right: -12px;
  margin: -6px 0 0 0;
}
.footer_info_para_list > li:last-of-type:after {
  display: none;
}
.btn_top_go {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 32px;
}
.btn_top_go:before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  transform: rotate(45deg);
  position: relative;
  margin-bottom: 3px;
}

.btn_top_go_text {
  font-size: 13px;
  color: #333333;
}

@media (min-width: 1920px) {
  .header_nav_list {
    gap: 120px;
  }
}
@media (max-width: 1680px) {
  .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
  }
  .toplogo,
.util_list_wrap {
    position: static;
    transform: none;
  }
  .header_nav_list {
    gap: 60px;
  }
  .header_nav_menu {
    white-space: nowrap;
  }
  .login_men {
    font-size: 14px;
  }
  .footer_inner {
    display: flex;
    gap: 50px;
    padding: 50px 30px;
  }
  .footer_logo_cols {
    position: static;
    transform: none;
    flex: 0 0 171px;
  }
  .footer_info_cols {
    flex: 1;
    padding: 0 70px 0 0;
  }
  .btn_top_go {
    right: 0;
  }
}
@media (max-width: 1280px) {
  .header_nav_list {
    gap: 40px;
  }
  .sv_copy_wrap {
    padding: 60px 80px;
  }
  .breadcrumb_list_wrap {
    max-width: 100%;
    padding: 0 30px 30px;
    box-sizing: border-box;
  }
  .middle_sub_contents {
    padding: 50px 30px;
    box-sizing: border-box;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .bg_depth {
    display: none !important;
  }
  .util_list_wrap,
.nav_list_wrap {
    display: none;
  }
  .header_wrap {
    display: block;
  }
  .header_wrap {
    height: 60px;
    flex: 0 0 60px;
  }
  .sub_visual_wrap {
    padding-top: 60px;
    min-height: 180px;
  }
  .sub_visual_wrap .header_wrap {
    flex: 0 0 60px;
  }
  .sub_visual_wrap.product {
    min-height: calc(100vh - 60px);
  }
  .sub_visual_wrap.product .sv_inner {
    padding: 0 30px 60px;
  }
  .sub_visual_wrap br:not(.fix_br) {
    display: none;
  }
  .header_inner {
    padding: 0 20px;
  }
  .sv_copy_wrap {
    max-width: 100%;
    padding: 30px 20px 40px;
    box-sizing: border-box;
  }
  .sv_copy_sub {
    font-size: 16px;
  }
  .sv_copy_main {
    font-size: 30px;
  }
  .breadcrumb_list_wrap {
    padding: 0 20px 20px;
  }
  .breadcrumb_ico_link {
    width: 14px;
    height: 14px;
  }
  .breadcrumb_link {
    font-size: 13px;
  }
  .middle_sub_contents {
    padding: 40px 20px 80px;
  }
  .footer_inner {
    padding: 30px 20px;
    display: block;
    position: relative;
  }
  .footer_info_cols {
    margin-top: 30px;
    position: static;
    padding-right: 0;
  }
  .btn_top_go {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }
  .btn_top_go:before {
    margin-bottom: 0;
    position: relative;
    top: 2px;
  }
  .btn_top_go_text {
    font-size: 10px;
  }
  .footer_copy_para,
.footer_info_para {
    font-size: 12px;
  }
  .footer_copy_para {
    margin-top: 20px;
  }
  .footer_info_para_list {
    gap: 5px 14px;
  }
  .footer_info_para_list > li:after {
    right: -8px;
    height: 10px;
    margin-top: -5px;
  }
  .footer_logo_cols {
    padding-right: 70px;
  }
  .btn_panel_menu {
    display: flex;
  }
}

/* layer */
.gate_bottom_layer{position:fixed;top:50%;right:0;z-index:30;transform: translateY(-50%);z-index:10;}
.gate_bottom_item_list{
    display:flex; flex-direction: column; gap:20px;
}
.gate_bottom_item_list > li{}
.btn_bottom_menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 15px 0 0 15px;
  background: #1bb6e3;
  gap: 10px;
  text-align: center;
}
.btn_bottom_menu .ico {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}
.btn_bottom_menu .ico.inquiry {
  background-image: url("../../images/ico_talk_layer.png");
  width: 33px;
  height: 24px;
}

.bottom_menu_text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
@media (max-width:1440px){
  .btn_bottom_menu {
    width: 80px;
    height: 80px;
    border-radius: 10px 0 0 10px;
  }
  .bottom_menu_text{font-size:14px;}
}
@media (max-width:1440px){
  .btn_bottom_menu {
    width: 80px;
    height: 80px;
    border-radius: 10px 0 0 10px;
  }
  .bottom_menu_text{font-size:14px;}
}
@media (max-width:1023px){
  .btn_bottom_menu {
    width: 50px;
    height: 50px;
    border-radius: 5px 0 0 5px;
    gap:5px;
  }
  .bottom_menu_text{font-size:11px;}
  .btn_bottom_menu .ico.inquiry {
    width: 19.8px;
    height: 14.4px;
  }
}

/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight > .swiper-wrapper > .swiper-slide {
  height: auto;
}

.swiper-autoheight > .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*! jQuery UI - v1.11.4 - 2017-08-09
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 280px;
  z-index: 100000 !important;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 10px 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 13px;
  width: 22px;
  height: 22px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 14px;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
  right: 14px;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next .ui-icon {
  display: inline-block;
  background: url("../../images/calendar_next.png") no-repeat 50% 50%;
  position: relative;
  width: 22px;
  height: 22px;
}

.touchmode .ui-datepicker .ui-datepicker-next .ui-icon {
  background: url("../../images/calendar_next_m.png") no-repeat 50% 50%/cover;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
  display: inline-block;
  background: url("../../images/calendar_prev.png") no-repeat 50% 50%;
  position: relative;
  width: 22px;
  height: 22px;
}

.touchmode .ui-datepicker .ui-datepicker-prev .ui-icon {
  background: url("../../images/calendar_prev_m.png") no-repeat 50% 50%/cover;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 auto;
  line-height: 1;
  width: 173px;
  text-align: center;
  font-size: 17px;
  font-family: "nsr";
}

.ui-datepicker .ui-datepicker-title:after {
  display: block;
  content: "";
  clear: both;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 14px;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 80px;
  margin: 0 3px;
  float: right;
}

.ui-datepicker table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 350;
  color: #6b6b6b;
  border-bottom: 1px solid #f1f1f1;
}

.ui-datepicker td {
  border: 0;
  padding: 2px 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 5px 0;
  width: 32px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "Pretendard";
  font-size: 14px;
}

.ui-widget .ui-widget {
  font-size: 14px;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Pretendard";
  font-size: 14px;
}

.ui-widget-content {
  box-shadow: 3px 5px 34px -8px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  color: #333333;
  border: 1px solid #313540;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border-bottom: 2px solid #f1f1f1;
  background: #fff;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-family: "Pretendard";
  color: #363636;
  font-size: 14px;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  outline: 1px dashed #000;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #c8c8c8;
  color: #fff;
  border-radius: 100%;
  padding: 0;
  min-width: 8px;
  text-align: center;
  height: 32px;
  line-height: 32px;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #13479b;
  color: #fff;
  border-radius: 100%;
  min-width: 8px;
  text-align: center;
  padding: 0;
  height: 32px;
  line-height: 32px;
  width: 32px;
  margin: 0 auto;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../../images/jqueryui/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../../images/jqueryui/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("../../images/jqueryui/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../../images/jqueryui/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("../../images/jqueryui/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("../../images/jqueryui/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../../images/jqueryui/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 8px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 8px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 8px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 8px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  margin: 0px 0 0 0px;
  padding: 5px;
  background: #666666;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
  border-radius: 8px;
}

.ui-datepicker-trigger {
  position: relative;
  top: 0;
  left: 5px;
  height: 34px;
  width: 34px;
  vertical-align: middle;
  display: inline-block;
}

.ui-datepicker-trigger img {
  position: relative;
  top: 2px;
}

.ui-datepicker-title select {
  font-family: "Pretendard", "맑은 고딕", "malgunweb";
  color: #333;
  padding: 0 25px 2px 5px;
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  min-width: 80px;
  border: 1px solid #bbbbbb;
  background: #fff url("../../images/bg_fsel.png") no-repeat 100% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ui-datepicker-title select::-ms-expand {
  display: none;
}

@media (max-width: 767px) {
  .ui-datepicker {
    width: calc(100% - 40px) !important;
    box-sizing: border-box;
    left: 20px !important;
  }
}
/* popup */
.btn_guide_box {
  border: 1px solid #ddd;
  padding: 20px;
  color: #000;
  display: inline-block;
}

/* 공통 popup */
.popup_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  overflow: hidden;
  flex-wrap: wrap;
}
.popup_wrap.active {
  display: flex;
}
.popup_wrap.active.motion_end .popup_item {
  opacity: 1;
  transform: translateY(0);
}
.popup_wrap.active.motion_end .bg_dim {
  opacity: 0.6;
}

.popup_item {
  box-sizing: border-box;
  z-index: 20;
  max-width: 850px;
  margin: 30px auto;
  max-height: calc(100% - 60px);
  background: #fff;
  border-radius: 8px;
  border: 1px solid #BBBBBB;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 14px 2px rgba(64, 64, 64, 0.3);
  width: 100%;
  opacity: 0;
  transition: 0.4s;
  transform: translateY(-20%);
}
.popup_item.no_transition {
  transition: 0s;
  opacity: 1;
  transform: none;
}
.popup_item.size2 {
  max-width: 636px;
}
.popup_item.modal_type {
  max-width: 428px;
  border-radius: 8px;
}

.bg_dim {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background: #000;
  opacity: 0;
  transition: 0.5s;
}
.bg_dim.no_transition {
  transition: 0s;
  opacity: 0.6;
  transform: none;
}

.popup_title_row {
  flex: 0;
  padding: 50px 120px 30px 70px;
  word-break: keep-all;
}
.popup_title_row + .popup_contents_row {
  padding-top: 0;
}

.popup_title {
  font-size: 32px;
  color: #333333;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.3;
  font-weight: 600;
}

.popup_contents_row {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  flex: 1;
  font-size: 16px;
  color: #333333;
  padding: 0 70px 70px;
}
.popup_contents_row.scroll_mode {
  padding-right: 60px;
}
.popup_contents_row + .popup_btn_row {
  padding-top: 0;
}

.modal_container_wrap {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  flex: 1;
  padding: 25px;
}

.modal_title {
  font-size: 24px;
  color: #333333;
  font-weight: 700;
}

.modal_contents_row {
  margin-top: 10px;
}

.modal_contents_copy {
  font-size: 16px;
  color: #333333;
}

.modal_btn_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 75px;
}
.touchmode .popup_contents_row.scroll_mode {
  padding-right: 70px;
}

.popup_btn_row {
  flex: 0;
  padding: 0 30px 30px;
  display: flex;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}
.popup_btn_row:after {
  display: block;
  content: "";
  width: calc(100% - 10px);
  height: 30px;
  position: absolute;
  top: -30px;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 46%, rgba(255, 255, 255, 0) 100%);
}
.popup_btn_row.type2 {
  flex-direction: column;
  gap: 16px;
}

.touchmode .popup_btn_row:after {
  width: 100%;
}

.btn_submitbox_w {
  display: flex;
  margin: 0;
  padding: 25px;
  justify-content: center;
}
.btn_submitbox_w .btn_submitbox {
  margin: 0 2.5px;
}

.btn_submitbox {
  display: inline-block;
  word-break: keep-all;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  min-width: 400px;
  color: #fff;
  background: #3f4858;
  border-radius: 100px;
  padding: 15px 20px;
}
.btn_submitbox.inline_type {
  flex: 0;
  min-width: inherit;
  white-space: nowrap;
  border-radius: 4px;
}
.btn_submitbox.small {
  font-size: 14px;
  line-height: 1;
  padding: 12px;
}

.btn_popup_close {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 55px;
  right: 70px;
}
.btn_popup_close:before, .btn_popup_close:after {
  width: 42px;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #221E1F;
  margin: -1px 0 0 -21px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
.btn_popup_close.size2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 28px;
  right: 24px;
}
.btn_popup_close.size2:before, .btn_popup_close.size2:after {
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -10px;
}
.btn_popup_close:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.btn_popup_close:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.btn_popup_close.pos2 {
  top: 30px;
  right: 30px;
}

.popup_confirm_copy_wrap {
  text-align: center;
  padding: 50px 30px;
}

.popup_confirm_copy {
  font-size: 17px;
  color: #333333;
  word-break: keep-all;
}

@media (max-width: 1023px) {
  .popup_item {
    margin: 0 20px;
  }
  .popup_title_row {
    padding: 20px 50px 20px 20px;
  }
  .popup_title {
    font-size: 20px;
  }
  .btn_popup_close {
    width: 22px;
    height: 22px;
    top: 20px;
    right: 20px;
  }
  .btn_popup_close:before, .btn_popup_close:after {
    width: 24px;
    margin: -1px 0 0 -12px;
  }
  .btn_popup_close.pos2 {
    top: 20px;
    right: 20px;
  }
  .popup_contents_row {
    font-size: 14px;
    padding: 20px;
  }
  .popup_contents_row.scroll_mode {
    padding-right: 10px;
  }
  .touchmode .popup_contents_row.scroll_mode {
    padding-right: 20px;
  }
  .popup_btn_row {
    padding: 20px;
  }
  .popup_btn_row:after {
    height: 20px;
    top: -20px;
  }
  .popup_btn_row.type2 {
    gap: 10px;
  }
  .modal_title {
    font-size: 20px; padding-right:30px;
  }
  .modal_btn_row {
    margin-top: 35px;
  }
}
/* // 공통 popup */
.btn_box {
  display: inline-flex;
  min-width: 150px;
  min-height: 50px;
  background: #13479b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  padding: 0 10px;
}
.btn_box.size2 {
  min-height: 35px;
}
.btn_box.size2 .btn_box_text {
  font-size: 16px;
}
.btn_box.size_submit {
  min-width: 220px;
}
.btn_box.size3 {
  min-width: 107px;
  min-height: 35px;
}
.btn_box.size3 .btn_box_text {
  font-size: 14px;
}
.btn_box .ico {
  display: inline-block;
}
.btn_box .ico.down {
  width: 17px;
  height: 15px;
  background: url("../../images/ico_download.png") no-repeat 0 0/100% auto;
}
.btn_box.skin2 {
  background: #b1b1b1;
}

.btn_box_text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

@media (max-width: 1023px) {
  .btn_box {
    min-width: 120px;
  }
  .btn_box.size2 {
    min-height: 30px;
    min-width: 0;
    gap: 5px;
  }
  .btn_box.size2 .btn_box_text {
    font-size: 14px;
  }
  .btn_box .ico.down {
    width: 12px;
    height: 11px;
  }
  .btn_box.size_submit {
    min-width: 160px;
  }
  .btn_box_text {
    font-size: 16px;
  }
}
/* contents */
/* 공통 */
.mb_br {
  display: none;
}

.pc_img {
  display: inline-block;
}

.mb_img {
  display: none;
}

.pc_item {
  display: block;
}

.mb_item {
  display: none;
}

.middle_subtop_wrap {
  margin-bottom: 90px;
}
.middle_subtop_wrap.type3 {
  margin-bottom: 90px;
}
.middle_subtop_wrap.type3 .middle_subtop_sub {
  font-size: 18px;
  color: #555555;
  margin-top: 30px;
}
.middle_subtop_wrap.type4 {
  margin-bottom: 70px;
}
.middle_subtop_wrap.type4 .middle_subtop_sub {
  font-size: 16px;
  color: #555555;
  margin-top: 10px;
}

.middle_subtop_main,
.middle_subtop_sub {
  color: #333333;
  font-size: 36px;
  word-break: keep-all;
  text-align: center;
  line-height: 1.5;
}

.middle_subtop_main {
  font-weight: 700;
}

.middle_subtop_sub {
  margin-top: 5px;
}

.middle_subtop_copy {
  color: #333333;
  font-size: 36px;
  font-weight: 700;
  word-break: keep-all;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 100px;
}

.tab_menu_list_wrap {
  max-width: 1200px;
  margin: 0 auto 50px;
  /* &.no_break{
      .tab_menu_list{flex-wrap:nowrap;
          > li{flex:1;}
      }
  } */
}
.tab_menu_list_wrap.skin2 .tab_menu_list {
  gap: 7px;
}
.tab_menu_list_wrap.skin2 .tab_menu_list > li {
  flex: 1;
}
.tab_menu_list_wrap.skin2 .tab_menu_list > li .tab_menu {
  min-width: 0;
  border-radius: 10px;
}
.tab_menu_list_wrap.size2 .tab_menu_list > li {
  flex-basis: 0;
}
.tab_menu_list_wrap.size2 .tab_menu_list > li .tab_menu {
  min-width: 130px;
}

.tab_menu_list {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.tab_menu_list > li {
  flex: 0 0 170px;
}

.tab_menu {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-width: 220px;
  min-height: 50px;
  box-sizing: border-box;
  background: #ececec;
  border-radius: 100px;
}
.tab_menu.active {
  background-color: #13479b;
}
.tab_menu.active .tab_menu_text {
  color: #fff;
}

.tab_menu_text {
  font-size: 18px;
  color: #333333;
  display: inline-block;
  font-weight: 500;
}

.tab_cont {
  display: none;
}
.tab_cont.active {
  display: block;
}

.sub_block {
  margin-bottom: 100px;
}
.sub_block:last-of-type {
  margin-bottom: 0;
}

.sub_title_row {
  margin-bottom: 25px;
}

.sub_title {
  font-size: 32px;
  color: #333333;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.sub_title_copy {
  font-size: 18px;
  color: #777777;
  font-weight: 500;
  margin-top: 10px;
  word-break: keep-all;
}

.respon_table_wrap {
  border-top: 2px solid #13479b;
}

.respon_tr {
  border-bottom: 1px solid #dddddd;
  display: flex;
}

.respon_cols {
  flex: 1;
  display: flex;
  align-items: center;
}

.respon_cell {
  flex: 1;
  box-sizing: border-box;
  padding: 20px 30px;
}
.respon_cell.define_th {
  flex: 0 0 200px;
}

.respon_thtext {
  font-size: 18px;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
}

.respon_tdtext {
  font-size: 18px;
  color: #777777;
  font-weight: 500;
  display: inline-block;
  word-break: keep-all;
  line-height: 1.4;
}

/* @media (max-width:$tablet){
    .respon_cell{
        &.define_th{flex:0 0 190px;}
    }
} */
.middle_subform_wrap {
  padding: 40px 0;
  margin: 0 auto;
  max-width: 680px;
}
.middle_subform_wrap_login {
  padding: 0px 0;
  margin: 0 auto;
  max-width: 680px;
}
.middle_subtitle_row {
  margin-bottom: 75px;
  text-align: center;
}

.middle_subtitle {
  font-size: 63px;
  color: #333333;
  line-height: 1;
  font-weight: 600;
}

.middle_subtitle_copy {
  font-size: 18px;
  color: #777777;
  margin-top: 20px;
  word-break: keep-all;
}

.subform_field_container {
  background: #f6f6f6;
  border-radius: 18px;
  padding: 63px 100px;
}

.subform_field_title {
  font-size: 26px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 25px;
}

.subform_block {
  margin-bottom: 20px;
}
.subform_block:last-of-type {
  margin-bottom: 0;
}

.btn_subform_row {
  margin-top: 30px;
}

.btn_submit_box {
  background: #13479b;
  cursor: pointer;
  font-family: "Pretendard";
  border-radius: 5px;
  font-size: 19px;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  min-height: 60px;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.terms_guide_wrap {
  background: #f9f9f9;
  padding: 20px;
  color: #333333;
  font-size: 12px;
  line-height: 1.5;
}

.terms_guide_block {
  margin-bottom: 20px;
}
.terms_guide_block:last-of-type {
  margin-bottom: 0;
}

.terms_guide_title {
  font-weight: 900;
  margin-bottom: 5px;
}

.cont_block {
  margin-bottom: 70px;
}
.cont_block:last-of-type {
  margin-bottom: 0;
}

.cont_block_title_row {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 15px;
}

.cont_block_title,
.cont_block_title_sub {
  font-weight: 500;
}

.cont_block_title {
  font-size: 24px;
  color: #333333;
}

.cont_block_title_sub {
  font-size: 16px;
  color: #aaa;
  position: relative;
  top: -2px;
}

input.subform_input {
  height: 60px;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #dddddd;
  border-radius: 5px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
input.subform_input::-webkit-input-placeholder {
  color: #cccccc;
  font-family: "Pretendard";
}
input.subform_input::-moz-input-placeholder {
  color: #cccccc;
  font-family: "Pretendard";
}
input.subform_input:-ms-input-placeholder {
  color: #cccccc;
  font-family: "Pretendard";
}
input.subform_input::-ms-input-placeholder {
  color: #cccccc;
  font-family: "Pretendard";
}
input.subform_input::input-placeholder {
  color: #cccccc;
  font-family: "Pretendard";
}

.info_block {
  padding: 150px 30px;
}
.info_block2 {
  padding: 0px 0px 100px 0px;
}
.info_block:last-of-type {
  padding-bottom: 0;
}
.info_block.skin2 {
  background: #eff2f4;
}
.info_block.skin3 {
  background: url("../../images/bg_nse_sec.jpg") no-repeat 0 0/cover;
}
.info_block.skin3 .info_block_title,
.info_block.skin3 .info_block_copy {
  color: #fff;
}
.info_block.skin3 .info_block_contents {
  color: #fff;
}
.info_block.skin4 {
  background: url("../../images/bg_second_bg_uvm.jpg") no-repeat 0 100%/cover;
}
.info_block.skin4 .info_block_title,
.info_block.skin4 .info_block_copy {
  color: #fff;
}
.info_block.skin4 .info_block_contents {
  color: #fff;
}
.info_block.skin5 {
  background: url("../../images/bg_uvm_dia.jpg") no-repeat 0 100%/100% auto;
  padding-bottom: 60px;
}
.info_block.skin6 {
  background: url("../../images/bg_difactory_dia.jpg") no-repeat 0 100%/100% auto;
  padding-bottom: 60px;
}
.info_block.skin7 {
  background: url("../../images/bg_iticcops.jpg") no-repeat 0 0/cover;
  padding-bottom: 60px;
}
.info_block.skin7 .info_block_title,
.info_block.skin7 .info_block_copy {
  color: #fff;
}
.info_block.type2 {
  padding-bottom: 0;
}
.info_block.gap2 .info_block_title_row {
  margin-bottom: 35px;
}
.info_block_title_row {
  text-align: center;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 70px;
}

.info_block_title_sub {
  font-size: 36px;
  color: #333333;
  font-weight: 500;
  word-break: keep-all;
  margin-bottom: 5px;
}

.info_block_title {
  font-size: 42px;
  font-weight: 700;
  word-break: keep-all;
}
.info_block_title .color_emp {
  color: #00398f;
  font-weight: 700;
  word-break: keep-all;
}

.info_block_copy {
  font-size: 18px;
  margin-top: 30px;
  word-break: keep-all;
}

.info_block_contents {
  max-width: 1200px;
  margin: 0 auto;
}
.info_block_contents > .data_tb_wrap {
  margin-bottom: 33px;
}
.info_block_contents > .data_tb_wrap:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 1299px) {
  .info_block {
    padding: 100px 30px;
  }
  .info_block.gap2 .info_block_title_row {
    margin-bottom: 20px;
  }
  .info_block_title_sub {
    font-size: 24px;
  }
  .info_block_title {
    font-size: 32px;
  }
  .info_block_copy {
    font-size: 16px;
    margin-top: 20px;
  }
  .info_block_copy br {
    display: none;
  }
  .info_block_title_row {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .pc_item {
    display: none;
  }
  .mb_item {
    display: block;
  }
  .middle_subtop_copy {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .middle_subtop_wrap {
    margin-bottom: 45px !important;
  }
  .middle_subtop_wrap.type3 .middle_subtop_sub {
    margin-top: 10px;
  }
  .middle_subtop_main {
    font-size: 24px;
  }
  .middle_subtop_sub {
    font-size: 18px;
  }
  .tab_menu_list_wrap {
    margin-bottom: 30px;
  }
  .tab_menu_list_wrap.size2 .tab_menu_list > li {
    flex: 0 0 calc(50% - 10px);
  }
  .tab_menu_list {
    gap: 10px;
    margin-right: -10px;
  }
  .tab_menu_list > li {
    flex: 0 0 calc(50% - 10px);
  }
  .tab_menu {
    padding: 10px;
    min-height: 40px;
    min-width: 0;
    flex-direction: column;
  }
  .tab_menu_text {
    font-size: 16px;
    word-break: keep-all;
  }
  .tab_menu_list_wrap.no_break .tab_menu_list {
    flex-wrap: nowrap;
  }
  .tab_menu_list_wrap.no_break .tab_menu_list > li {
    flex: 1;
  }
  .tab_menu_list_wrap.no_break .tab_menu {
    height: 100%;
  }
  .sub_title {
    font-size: 20px;
  }
  .sub_title_row {
    margin-bottom: 15px;
  }
  .sub_title_copy {
    font-size: 16px;
  }
  .respon_tr {
    display: block;
    border-bottom: 0;
  }
  .respon_cols {
    border-bottom: 1px solid #dddddd;
  }
  .respon_cell {
    flex: 1;
    box-sizing: border-box;
    padding: 15px;
  }
  .respon_cell.define_th {
    flex: 0;
    padding-right: 0;
  }
  .respon_thtext {
    white-space: nowrap;
  }
  .respon_thtext,
.respon_tdtext {
    font-size: 14px;
  }
  .sub_block {
    margin-bottom: 50px;
  }
  .middle_subform_wrap {
    padding: 20px 0;
  }
  .middle_subtitle_row {
    margin-bottom: 30px;
  }
  .middle_subtitle {
    font-size: 30px;
  }
  .middle_subtitle_copy {
    font-size: 16px;
    margin-top: 10px;
  }
  .subform_field_container {
    border-radius: 10px;
    padding: 30px;
  }
  .subform_field_title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .subform_block {
    margin-bottom: 10px;
  }
  .btn_subform_row {
    margin-top: 15px;
  }
  .btn_submit_box {
    font-size: 16px;
    min-height: 50px;
  }
  input.subform_input {
    height: 50px;
    font-size: 16px;
    padding: 0 10px;
  }
  .cont_block {
    margin-bottom: 30px;
  }
  .cont_block_title_row {
    display: block;
  }
  .cont_block_title {
    font-size: 18px;
  }
  .cont_block_title_sub {
    font-size: 14px;
    top: 0;
    margin-top: 5px;
  }
  .info_block {
    padding: 60px 20px;
  }
  .info_block.gap2 .info_block_title_row {
    margin-bottom: 15px;
  }
  .info_block_title_sub {
    font-size: 18px;
  }
  .info_block_title {
    font-size: 24px;
  }
  .info_block_copy {
    font-size: 16px;
    margin-top: 10px;
  }
  .info_block_title_row {
    margin-bottom: 25px;
  }
  .mb_br {
    display: block;
  }
}
/* CEO인사말 */
.greet_page {
  display: flex;
  gap: 60px;
}

.greet_img_cols {
  flex: 0 0 382px;
}
.greet_img_cols > img {
  vertical-align: top;
}

.greet_spec_cols {
  flex: 1;
}
.greet_spec_cols * {
  word-break: keep-all;
}

.greet_spec_emp_01 {
  font-size: 36px;
  color: #13479b;
  font-weight: 500;
  margin-bottom: 40px;
}

.greet_spec_emp_02 {
  font-size: 32px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.2;
}
.greet_spec_emp_02 strong {
  font-weight: 700;
}

.greet_normal_para {
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 40px;
}
.greet_normal_para:last-of-type {
  margin-bottom: 0;
}

.greet_sign_para {
  margin-top: 40px;
  color: #121212;
  font-size: 20px;
}
.greet_sign_para strong {
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 700;
  padding-left: 5px;
}

@media (max-width: 1023px) {
  .pc_img {
    display: none;
  }
  .mb_img {
    display: inline-block;
  }
  .greet_page {
    display: block;
  }
  .greet_img_cols {
    text-align: center;
  }
  .greet_img_cols > img {
    max-width: 50%;
  }
  .greet_spec_cols {
    margin-top: 30px;
  }
  .greet_spec_cols br {
    display: none;
  }
  .greet_spec_emp_01 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .greet_spec_emp_02 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .greet_normal_para {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .greet_sign_para {
    margin-top: 20px;
    font-size: 16px;
  }
  .greet_sign_para strong {
    font-size: 20px;
  }
}
/* 찾아오시는 길 */
.map_api_wrap {
  height: 456px;
  position: relative;
}
.map_api_wrap > iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.map_spec_wrap {
  margin-top: 60px;
  display: table;
  width: 100%;
}

.map_spec_tr {
  display: table-row;
}
.map_spec_tr:last-of-type .map_spec_cell {
  padding-bottom: 0;
}
.map_spec_tr .map_spec_cell {
  padding-bottom: 60px;
}

.map_spec_cell {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 60px;
}
.map_spec_cell.define_th {
  white-space: nowrap;
  width: 1px;
  padding-right: 80px;
}
.map_spec_key {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  display: inline-block;
}

.map_spec_value {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  word-break: keep-all;
}

.map_tail_list {
  border-top: 1px solid #333333;
  display: table;
  width: 100%;
}
.map_tail_list > li {
  display: table-row;
}
.map_tail_thcols,
.map_tail_tdcols {
  border-bottom: 1px solid #dfdfdf;
  display: table-cell;
  vertical-align: top;
}

.map_tail_thcols {
  padding: 20px 75px 20px 20px;
  width: 1px;
  white-space: nowrap;
}

.map_tail_tdcols {
  padding: 17px 20px 15px 20px;
}

.map_tail_key {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  display: inline-block;
  white-space: nowrap;
}

.map_tail_dl {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}
.map_tail_dl:last-of-type {
  margin-bottom: 0;
}
.map_tail_dl dt {
  flex: 0;
}
.map_tail_dl dd {
  flex: 1;
  padding-top: 2px;
}

.map_tail_keybox {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  min-width: 68px;
  background: #3cb44a;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  padding: 5px;
}

.map_tail_value_para {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .map_api_wrap {
    height: 300px;
  }
  .map_spec_wrap {
    margin-top: 30px;
    display: block;
    width: auto;
  }
  .map_spec_tr {
    display: block;
  }
  .map_spec_tr:last-of-type .map_spec_cell {
    padding-bottom: 0;
  }
  .map_spec_tr:last-of-type .map_spec_cell.define_th {
    padding-bottom: 20px;
  }
  .map_spec_tr .map_spec_cell {
    padding-bottom: 30px;
  }
  .map_spec_cell {
    display: block;
    padding-bottom: 20px;
  }
  .map_spec_cell.define_th {
    white-space: normal;
    width: auto;
    padding: 0 0 20px;
  }
  .map_spec_key {
    font-size: 20px;
  }
  .map_spec_value {
    font-size: 16px;
  }
  .map_tail_list {
    display: block;
    width: auto;
  }
  .map_tail_list > li {
    display: block;
    border-bottom: 1px solid #dfdfdf;
  }
  .map_tail_thcols,
.map_tail_tdcols {
    padding-bottom: 20px;
    display: block;
    border-bottom: 0;
  }
  .map_tail_thcols {
    padding: 20px 20px 0;
    width: auto;
    white-space: normal;
  }
  .map_tail_tdcols {
    padding: 10px 20px 15px 20px;
  }
  .map_tail_key {
    font-size: 16px;
    display: inline-block;
    white-space: normal;
  }
  .map_tail_dl {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
  }
  .map_tail_dl:last-of-type {
    margin-bottom: 0;
  }
  .map_tail_dl dt {
    flex: 0;
  }
  .map_tail_dl dd {
    flex: 1;
    padding-top: 4px;
  }
  .map_tail_keybox {
    font-size: 14px;
    min-width: 50px;
  }
  .map_tail_value_para {
    font-size: 14px;
  }
}
/* 고객사 */
.partner_logo_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-right: -30px;
}
.partner_logo_list > li {
  flex: 0 0 calc(16.6666666% - 30px);
}

.partner_logo {
  display: block;
  text-align: center;
}
.partner_logo img {
  vertical-align: top;
}

@media (max-width: 1023px) {
  .partner_logo_list {
    gap: 20px;
    margin-right: -20px;
  }
  .partner_logo_list > li {
    flex: 0 0 calc(33.333333% - 20px);
  }
}
/* 연혁 */
.history_container {
  display: flex;
  gap: 90px;
}

.history_img_cols {
  flex: 0 0 396px;
}
.history_img_cols > img {
  vertical-align: top;
}

.history_spec_cols {
  flex: 1;
}

.history_spec_title {
  font-size: 35px;
  color: #13479b;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 50px 0;
}

.history_spec_list {
  display: table;
}
.history_spec_list > li {
  display: table-row;
}
.history_spec_list > li:last-of-type .history_spec_cell {
  padding-bottom: 0;
}

.history_spec_cell {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 40px;
}
.history_spec_cell.define_th {
  width: 1px;
  white-space: nowrap;
  padding-right: 40px;
}
.history_thtext {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.history_tdtext_list {
  padding-top: 1px;
}
.history_tdtext_list > li {
  padding-bottom: 15px;
}
.history_tdtext_list > li:last-of-type {
  padding-bottom: 0;
}

.history_tdtext {
  font-size: 16px;
  color: #777777;
}

@media (max-width: 1023px) {
  .history_container {
    display: flex;
    gap: 20px;
  }
  .history_img_cols {
    flex: 0 0 100px;
  }
  .history_spec_cols {
    flex: 1;
  }
  .history_spec_title {
    font-size: 20px;
    letter-spacing: 0;
    margin: 0 0 20px 0;
  }
  .history_spec_list {
    display: block;
  }
  .history_spec_list > li {
    display: block;
    margin-bottom: 20px;
  }
  .history_spec_list > li:last-of-type {
    margin-bottom: 0;
  }
  .history_spec_list > li:last-of-type .history_spec_cell {
    padding-bottom: 0;
  }
  .history_spec_cell {
    display: block;
    vertical-align: top;
    padding-bottom: 0;
  }
  .history_spec_cell.define_th {
    width: auto;
    white-space: normal;
    padding: 0 0 5px 0;
  }
  .history_thtext {
    font-size: 16px;
    letter-spacing: 0;
  }
  .history_tdtext_list {
    padding-top: 0;
  }
  .history_tdtext_list > li {
    padding-bottom: 15px;
  }
  .history_tdtext_list > li:last-of-type {
    padding-bottom: 0;
  }
  .history_tdtext {
    font-size: 14px;
  }
}
/* 회사소개 */
.summary_box_list {
  display: flex;
  gap: 34px;
  margin-right: -34px;
  text-align: center;
}
.summary_box_list > li {
  flex: 0 0 calc(25% - 34px);
}

.summary_box {
  background: #f4f4f4;
  border-radius: 20px;
  box-sizing: border-box;
  height: 100%;
  padding: 50px 25px;
}

.summary_box_title {
  font-size: 24px;
  color: #2b2b2b;
  font-weight: 600;
  letter-spacing: -0.5px;
  word-break: keep-all;
  line-height: 1.3;
}

.summary_img_row {
  max-width: 110px;
  margin: 20px auto;
}
.summary_img_row img {
  vertical-align: top;
}

.summary_spec_para {
  font-size: 14px;
  color: #2b2b2b;
  line-height: 1.4;
  font-weight: 500;
  word-break: keep-all;
}

@media (max-width: 1023px) {
  .summary_box_list {
    gap: 15px;
    margin-right: -15px;
    flex-wrap: wrap;
  }
  .summary_box_list > li {
    flex: 0 0 calc(50% - 15px);
  }
  .summary_box {
    border-radius: 10px;
    padding: 20px 15px;
  }
  .summary_box_title {
    font-size: 18px;
  }
  .summary_img_row {
    max-width: 55px;
    margin: 10px auto;
  }
  .summary_spec_para {
    font-size: 14px;
  }
}
/* form/board */
select.form_select {
  color: #333;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #ddd;
  height: 45px;
  padding: 0 60px 0 16px;
  border-radius: 3px;
  box-sizing: border-box;
  background: #fff url("../../images/bg_select.png") no-repeat 100% 50%/42px auto;
  line-height: 43px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form_select::-ms-value {
  background: none;
  color: #333;
}
select.form_select::-ms-expand {
  display: none;
}
select.form_select.current_placeholder {
  color: #757575;
}
select.form_select.current_placeholder:hover {
  color: #333;
}

input.form_input {
  border: 1px solid #ddd;
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 16px;
  border-radius: 3px;
  height: 45px;
  outline: 0;
  padding: 0 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  width: 100%;
  line-height: 1;
}

input.form_input:focus {
  border-color: #333333;
}
input.form_input[type=file] {
  padding: 14px 16px;
}
input.form_input[type=file]::-webkit-file-upload-button {
  display: none;
}

label.form_input {
  display: inline-block;
  border: 1px solid #ddd;
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 16px;
  border-radius: 3px;
  outline: 0;
  padding: 0 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  width: 100%;
  line-height: 1;
  padding: 14px 16px;
  height: 43px;
}
input.form_input[type=file]:focus ~ label.form_input {
  border-color: #333333;
}

.form_submit {
  display: block;
  width: 53px;
  background: #333333 url("../../images/ico_search.png") no-repeat 50% 50%/24px auto;
  color: transparent;
  cursor: pointer;
}

.board_top_row {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 15px;
}

.board_fraction_cols {
  flex: 0;
  white-space: nowrap;
}

.board_fraction_obj {
  display: inline-flex;
  gap: 8px;
}

.board_fraction_key,
.board_fraction_value {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}

.board_fraction_value {
  color: #13479b;
}

.sort_item_wrap {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.sort_item_group {
  max-width: 630px;
  width: 100%;
}

.sort_item_list {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}
.sort_item_list > li.stated {
  flex: 0;
}
.sort_item_list > li.liquid {
  flex: 1;
  min-width: 0;
}
.sort_item_list .form_select {
  min-width: 145px;
}

.search_compo_container {
  border: 1px solid #ddd;
  display: flex;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.search_compo_container input.form_input {
  border: 0;
  height: 43px;
}

.toggle_item_list {
  border-bottom: 1px solid #dddddd;
}
.toggle_item_list > li {
  border-top: 1px solid #dddddd;
}
.toggle_item.active .toggle_bar .toggle_mark:before {
  background: #14499b;
}
.toggle_item.active .toggle_bar .toggle_mark:after {
  opacity: 0;
}
.toggle_item.active .toggle_contents_wrap {
  display: block;
}

.toggle_bar {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
  position: relative;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.toggle_bar_text_group {
  flex: 1;
  display: flex;
  padding: 20px;
  gap: 15px;
  align-items: center;
}

.toggle_ico_text {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
}

.toggle_bar_main_text {
  font-size: 17px;
  color: #333333;
  font-weight: 500;
}

.toggle_contents_wrap {
  margin: 0 75px;
  display: none;
}

.toggle_contents_inner {
  padding: 0 0 35px 0;
  font-size: 16px;
  font-weight: 500;
  color: #777777;
  line-height: 1.5;
}

.toggle_mark {
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  display: block;
  position: relative;
  margin: 0 20px 0 0;
}
.toggle_mark:before, .toggle_mark:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #b2b3b6;
}
.toggle_mark:before {
  width: 100%;
  height: 2px;
}
.toggle_mark:after {
  width: 2px;
  height: 100%;
}

.list_tb_wrap {
  border-top: 2px solid #13479b;
  border-bottom: 1px solid #333333;
}

.list_tb {
  width: 100%;
}
.list_tb thead th {
  border-bottom: 1px solid #dddddd;
  padding: 20px;
}
.list_tb tbody tr.emp_row td {
  background: #edeff2;
}
.list_tb tbody tr td {
  border-bottom: 1px solid #dddddd;
  padding: 20px 30px;
  text-align: left;
}
.list_tb tbody tr td.has_btn {
  padding-top: 0;
  padding-bottom: 0;
}
.list_tb tbody tr:last-of-type td {
  border-bottom: 0;
}
.list_tb .fixed_wid {
  white-space: nowrap;
  width: 1px;
  text-align: center;
}
.list_tb .nodata_para {
  text-align: center;
  padding: 200px 50px;
  font-size: 18px;
}

.ico_alarm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../../images/ico_notice.png") no-repeat 50% 50%/100% auto;
  vertical-align: middle;
}

.board_thtext {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.board_tdtext {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #777;
}

.board_list_main {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
}

.grid_board_list {
  display: flex;
  gap: 30px;
  margin-right: -30px;
  flex-wrap: wrap;
}
.grid_board_list > li {
  flex: 0 0 calc(33.333333% - 30px);
}
.grid_board_list > li.nodata_li {
  flex: 1;
  text-align: center;
  padding: 300px 50px;
}
.grid_board_list > li.nodata_li .nodata_para {
  font-size: 18px;
  color: #333333;
}

.grid_board_item {
  display: block;
}
.grid_board_item:hover .grid_board_thum .viewer_ico {
  opacity: 1;
}
.grid_board_item:hover .grid_board_thum:after {
  background: rgba(51, 51, 51, 0.4);
}

.grid_board_thum {
  background: #f6f6f6;
  text-align: center;
  padding: 16px;
  position: relative;
}
.grid_board_thum > img {
  width: 155px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  vertical-align: top;
}
.grid_board_thum .viewer_ico {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 77px;
  height: 77px;
  background: #333 url("../../images/ico_search.png") no-repeat 50% 50%/24px auto;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  opacity: 0;
  transition: 0.4s;
  z-index: 2;
}
.grid_board_thum:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0);
  transition: 0.4s;
}

.grid_board_spec {
  margin-top: 24px;
}
.grid_board_spec .spec_keyword,
.grid_board_spec .spec_main {
  line-height: 1;
  font-weight: 600;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.grid_board_spec .spec_keyword {
  font-size: 15px;
  color: #13479b;
  margin-bottom: 10px;
}
.grid_board_spec .spec_main {
  font-size: 18px;
  color: #333333;
}

.img_award_view_wrap {
  padding-top: 70px;
}
.img_award_view_wrap img {
  vertical-align: top;
  width: 100%;
}

@media (max-width: 1023px) {
  /* form/board */
  select.form_select {
    font-size: 14px;
    height: 40px;
    padding: 0 50px 0 16px;
    background-size: 40px auto;
    line-height: 38px;
  }
  input.form_input {
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
  }
  input.form_input[type=file] {
    padding: 12px 10px;
  }
  .form_submit {
    width: 50px;
    background-size: 20px auto;
  }
  .board_top_row {
    display: block;
  }
  .board_fraction_cols {
    white-space: normal;
    margin-bottom: 10px;
  }
  .board_fraction_obj {
    display: inline-flex;
    gap: 5px;
  }
  .board_fraction_key,
.board_fraction_value {
    font-size: 14px;
  }
  .sort_item_wrap {
    display: block;
  }
  .sort_item_group {
    width: auto;
    max-width: 100%;
  }
  .sort_item_list {
    display: block;
  }
  .sort_item_list > li {
    margin-bottom: 10px;
  }
  .sort_item_list > li:last-of-type {
    margin-bottom: 0;
  }
  .sort_item_list .form_select {
    min-width: 0;
    width: 100%;
  }
  .search_compo_container {
    border: 1px solid #ddd;
  }
  .search_compo_container input.form_input {
    border: 0;
    height: 38px;
  }
  .list_tb thead th {
    padding: 15px 12px;
  }
  .list_tb tbody tr td {
    padding: 15px 12px;
  }
  .list_tb tbody tr.emp_row .board_list_main_wrap {
    position: relative;
    padding-left: 22px;
  }
  .list_tb tbody tr.emp_row .board_list_main_wrap:before {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background: url("../../images/ico_notice.png") no-repeat 50% 50%/100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .list_tb .mb_hidden {
    display: none;
  }
  .list_tb .nodata_para {
    padding: 100px 20px;
    font-size: 14px;
  }
  .board_list_main {
    font-size: 14px;
    margin-right: -12px;
  }
  .ico_alarm {
    display: none;
  }
  .board_thtext,
.board_tdtext {
    font-size: 14px;
  }
  .toggle_bar {
    gap: 10px;
  }
  .toggle_bar_text_group {
    padding: 15px 15px 15px 0;
    gap: 10px;
  }
  .toggle_ico_text {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .toggle_bar_main_text {
    font-size: 14px;
  }
  .toggle_contents_wrap {
    margin: 0 0px;
    display: none;
  }
  .toggle_contents_inner {
    padding: 0 0 20px 0;
    font-size: 14px;
  }
  .toggle_mark {
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    display: block;
    position: relative;
    margin: 0 0 0 0;
  }
  .toggle_mark:before, .toggle_mark:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #b2b3b6;
  }
  .toggle_mark:before {
    width: 100%;
    height: 2px;
  }
  .toggle_mark:after {
    width: 2px;
    height: 100%;
  }
  .grid_board_list {
    gap: 30px 20px;
    margin-right: -20px;
  }
  .grid_board_list > li {
    flex: 0 0 calc(50% - 20px);
  }
  .grid_board_list > li.nodata_li {
    padding: 150px 20px;
  }
  .grid_board_list > li.nodata_li .nodata_para {
    font-size: 16px;
  }
  .grid_board_thum {
    padding: 10px;
  }
  .grid_board_thum > img {
    width: 155px;
    height: 220px;
  }
  .grid_board_thum .viewer_ico {
    width: 50px;
    height: 50px;
  }
  .grid_board_spec {
    margin-top: 16px;
  }
  .grid_board_spec .spec_keyword {
    font-size: 12px;
  }
  .grid_board_spec .spec_main {
    font-size: 16px;
  }
  .img_award_view_wrap {
    padding-top: 30px;
  }
}
/* form */
.form_tb_wrap {
  border-top: 2px solid #13479b;
}

.form_tb {
  width: 100%;
}
.form_tb th, .form_tb td {
  border-bottom: 1px solid #dddddd;
  text-align: left;
}
.form_tb th {
  background: #f5f5f5;
  padding: 20px;
  white-space: nowrap;
  width: 160px;
}
.form_tb td {
  text-align: left;
  padding: 10px 20px;
}
.form_tb td .props_list_tb {
  margin: 10px 0;
}

.form_thtext {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  white-space: nowrap;
}

.import:after {
  display: inline-block;
  content: "*";
  font-size: 16px;
  font-weight: 500;
  color: #ff7f00;
  margin-left: 3px;
}

.props_list_wrap {
  padding: 20px 0;
}
.props_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  align-items: center;
}
.props_item {
  display: flex;
  gap: 10px;
}

input.props_form {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input.props_form[type=checkbox] {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  box-sizing: content-box;
  border: 1px solid #cccccc;
  background: url("../../images/ico_check.png") no-repeat 0 0/100% auto;
  border-radius: 3px;
}
input.props_form[type=checkbox]:checked {
  border-color: #13479b;
  background-color: #13479b;
  background-position: 0 100%;
}
input.props_form[type=checkbox] + .props_label {
  padding-top: 1px;
}
input.props_form[type=radio] {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  box-sizing: content-box;
  border: 1px solid #cdcdcd;
  background: url("../../images/ico_radio.png") no-repeat 0 0/100% auto;
  border-radius: 100%;
}
input.props_form[type=radio]:checked {
  border-color: #13479b;
  background-position: 0 100%;
}

.props_label {
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  font-weight: 500;
}

.props_label_sub {
  color: #777777;
}

.props_list_tb {
  display: table;
}

.props_list_tr {
  display: table-row;
}
.props_list_tr > li {
  display: table-cell;
  padding-right: 28px;
  padding-bottom: 20px;
}
.props_list_tr > li:last-of-type {
  padding-right: 0;
}
.props_list_tr:last-of-type > li {
  padding-bottom: 0;
}

.inline_form_list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.inline_form_list > li {
  flex: 1;
}
.inline_form_list > li.else {
  flex: 0;
  white-space: nowrap;
}
.form_element_list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.form_unit {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

textarea.form_textarea {
  border: 1px solid #ddd;
  font-weight: 500;
  font-size: 16px;
  border-radius: 3px;
  resize: none;
  height: 155px;
  outline: 0;
  padding: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  width: 100%;
  line-height: 1;
}
textarea.form_textarea:focus {
  border-color: #333333;
}

.form_message {
  font-size: 16px;
  color: #777777;
  position: relative;
  padding-left: 12px;
}
.form_message:before {
  display: block;
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}
.form_message a {
  color: #777777;
}

.text_btn {
  display: inline-block;
}

.form_terms_list_wrap {
  margin-top: 20px;
}

.form_terms_list > li {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.form_terms_list > li .btn_items {
  padding-top: 1px;
}

.btn_text_only {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #13479b;
  border-bottom: 1px solid #13479b;
}

@media (max-width: 1023px) {
  .props_list_tb {
    display: block;
  }
  .props_list_tr {
    display: flex;
    flex-wrap: wrap;
  }
  .props_list_tr:last-of-type {
    padding-bottom: 0;
  }
  .props_list_tr:last-of-type > li {
    padding-bottom: 20px;
  }
  .props_list_tr:last-of-type > li:last-of-type {
    padding-bottom: 0;
  }
  .props_list_tr > li {
    display: block;
    padding-right: 28px;
    padding-bottom: 20px;
    flex: 0 0 100%;
    box-sizing: border-box;
  }
  .props_list_tr > li:last-of-type {
    padding-bottom: 20px;
  }
  .props_label {
    position: relative;
    top: 0;
    font-size: 14px;
  }
  .form_tb th {
    width: 1px;
    padding: 20px 10px;
  }
  .form_thtext {
    font-size: 14px;
  }
  input.props_form[type=checkbox] {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
  }
  input.props_form[type=checkbox] + .props_label {
    padding-top: 0;
  }
  .inline_form_list {
    flex-direction: column;
    gap: 5px;
  }
  .inline_form_list > li {
    flex: 1;
  }
  .inline_form_list > li.else {
    flex: 1;
    white-space: normal;
    text-align: left;
    width: 100%;
  }
  .form_element_list {
    display: block;
  }
  .form_element_list .form_message {
    font-size: 14px;
    margin-top: 5px;
  }
  .form_unit {
    font-size: 14px;
  }
  .btn_text_only {
    font-size: 14px;
  }
  .form_terms_list > li {
    display: flex;
    gap: 20px;
  }
  .form_terms_list > li .btn_items {
    padding-top: 0;
  }
}
/* view */
.view_title_row {
  border-bottom: 1px solid #dddddd;
  padding: 30px 0;
  border-top: 2px solid #13479b;
}

.view_title {
  font-size: 26px;
  color: #333333;
  font-weight: 600;
  line-height: 1.4;
}

.view_util_wrap {
  margin-top: 15px;
}

.view_util_list {
  display: flex;
  gap: 34px;
}
.view_util_list > li {
  position: relative;
}
.view_util_list > li:last-of-type:after {
  display: none;
}
.view_util_list > li:after {
  display: block;
  content: "";
  width: 1px;
  height: 15px;
  background: #dddddd;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  margin-top: -1px;
}

.view_caption_obj {
  display: flex;
  font-size: 16px;
  color: #6b6b6b;
  gap: 6px;
}
.view_caption_obj.type2 {
  color: #777777;
}
.text_down {
  color: #777777;
  font-size: 16px;
  color: #6b6b6b;
}

.view_caption_key {
  display: inline-block;
}

.view_caption_value {
  display: inline-block;
}

.view_caption_data {
  display: inline-block;
  color: #666666;
  font-size: 16px;
}
.view_caption_data.emp {
  font-weight: 500;
}

.view_contents {
  padding: 30px 0;
  word-break: break-all;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.view_contents a{
    text-decoration: underline;
    color:#13479b;
}
.view_contents img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
}
.view_contents strong{
    font-weight : 800;
}
.view_contents * {
  word-break: break-all;
  color: #666;
  font-size: 18px;
}
.view_contents table {
  width: 100%;
  table-layout: fixed;
}
.view_contents caption{display:none;}
.view_contents table thead tr th {
  background: #fafafa;
  padding: 15px;
  border: 1px solid #fafafa;
}
.view_contents table tbody tr th {
  background: #fafafa;
  padding: 15px;
  border: 1px solid #dddddd;
  text-align: center;
}
.view_contents table tbody tr td:last-of-type{border-right:0;}
.view_contents table tbody tr th:first-of-type {
  border-left: 0;
}
.view_contents table tbody tr td {
  padding: 15px;
  border: 1px solid #dddddd;
}
.view_contents table tbody tr td:first-of-type {
  border-left: 0;
}


.neighbor_data_wrap {
  border-top: 1px solid #dddddd;
}

.neighbor_data_row {
  border-bottom: 1px solid #dddddd;
  display: flex;
  align-items: center;
  padding: 18px 0;
}

.neighbor_data_key_cols {
  flex: 0;
  white-space: nowrap;
}

.neighbor_data_link_cols {
  flex: 1;
  padding-left: 100px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.neighbor_data_link_cols .neighbor_data_link {
  flex: 1;
}
.neighbor_data_key {
  display: inline-block;
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  white-space: nowrap;
}
.neighbor_data_key:before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #777777;
  border-left: 1px solid #777777;
  position: absolute;
  top: 50%;
  left: 1px;
  transform: rotate(45deg);
  margin-top: -1px;
}
.neighbor_data_key.type2:before {
  transform: rotate(225deg);
  margin-top: -5px;
}

.neighbor_data_link {
  font-size: 18px;
  color: #777777;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  letter-spacing: -0.05em;
  line-height: 1.4;
  font-weight: 500;
}

.neighbor_else_text {
  font-size: 16px;
  color: #777777;
  line-height: 1.4;
  font-weight: 500;
}

.neighbor_data_flex_group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.neighbor_data_flex_group .neighbor_data_link {
  flex: 1;
  min-width: 0;
}
.neighbor_data_flex_group .flag_current {
  flex: 0;
  white-space: nowrap;
}

.btn_bottom_wrap {
  text-align: center;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 1023px) {
  .view_title_row {
    padding: 20px 0;
  }
  .view_title {
    font-size: 20px;
  }
  .view_util_wrap {
    margin-top: 10px;
  }
  .view_util_list {
    gap: 20px;
  }
  .view_util_list > li:after {
    right: -10px;
  }
  .view_caption_obj {
    font-size: 14px;
  }
  .text_down {
    font-size: 14px;
  }
  .view_caption_key {
    display: inline-block;
  }
  .view_caption_value {
    display: inline-block;
  }
  .view_caption_data {
    font-size: 14px;
  }
  .view_contents {
    font-size: 16px;
  }
  .view_contents * {
    font-size: 16px;
  }

.view_contents caption{display:none;}
.view_contents table thead tr th {
  padding: 10px;
}
.view_contents table tbody tr th {
  padding: 10px;
}


  .neighbor_data_row {
    padding: 12px 0;
  }
  .neighbor_data_link_cols {
    padding-left: 20px;
    position: relative;
    top: 1px;
  }
  .neighbor_data_key {
    font-size: 14px;
    padding-left: 20px;
  }
  .neighbor_data_link {
    font-size: 14px;
  }
  .neighbor_else_text {
    font-size: 14px;
  }
  .neighbor_data_flex_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .neighbor_data_flex_group .neighbor_data_link {
    flex: 1;
    min-width: 0;
  }
  .neighbor_data_flex_group .flag_current {
    flex: 0;
    white-space: nowrap;
  }
  .btn_bottom_wrap {
    text-align: center;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
/* pagination */
.paging_wrap {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.paging_control,
.paging_number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
}

.paging_number_group {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.paging_number {
  width: 50px;
  height: 50px;
}

.paging_control {
  width: 30px;
  height: 30px;
}

.paging_number {
  font-family: "Rubik Regular", "Pretendard", dotum;
  color: #777777;
  font-size: 16px;
}
.paging_number.active, .paging_number:focus, .paging_number:hover {
  background: #edeff2;
  color: #333333;
}
.paging_number.active {
  cursor: default;
}

.paging_control {
  flex: 0 0 30px;
}
.paging_control:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}
.paging_control.first:before {
  background-image: url("../../images/ico_paging_first.png");
}
.paging_control.prev:before {
  background-image: url("../../images/ico_paging_prev.png");
}
.paging_control.next:before {
  background-image: url("../../images/ico_paging_next.png");
}
.paging_control.last:before {
  background-image: url("../../images/ico_paging_end.png");
}
.paging_control.disabled {
  cursor: default;
}
.paging_control.disabled:before {
  background-position: 0 0 !important;
}
.paging_control:focus:before, .paging_control:hover:before {
  background-position: 0 100%;
}

@media (max-width: 767px) {
  .paging_wrap {
    margin-top: 30px;
    gap: 5px;
  }
  .paging_control,
.paging_number {
    width: 30px;
    height: 30px;
  }
  .paging_number_group {
    padding: 0 5px;
  }
  .paging_number {
    font-size: 13px;
  }
  .paging_control {
    flex-basis: 30px;
  }
  .paging_control:before {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 359px) {
  .paging_wrap {
    gap: 0;
  }
  .paging_control,
.paging_number {
    width: 30px;
    height: 30px;
  }
  .paging_number_group {
    padding: 0 3px;
  }
  .paging_number {
    font-size: 13px;
  }
  .paging_control {
    flex-basis: 30px;
  }
  .paging_control:before {
    width: 10px;
    height: 10px;
  }
}
/* table / chart */
.chart_render {
  /* background: #eee; */
  padding: 15px 0;
}

.data_tb_wrap {
  border-top: 2px solid #13479b;
}
.data_tb_wrap.skin2 .data_tb thead tr th {
  background: #edeff2;
  padding: 20px;
  border: 1px solid #fafafa;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #edeff2;
}
.data_tb_wrap.skin2 .data_tb tbody tr td {
  padding: 20px;
}
.data_tb_wrap.skin2 .data_thtext,
.data_tb_wrap.skin2 .data_tdtext {
  font-size: 18px;
}
.data_tb {
  width: 100%;
  table-layout: fixed;
}
.data_tb thead tr th {
  background: #fafafa;
  padding: 15px;
  border: 1px solid #fafafa;
}
.data_tb thead tr th.short_wid {
  width: 13%;
}
.data_tb tbody tr th {
  background: #fafafa;
  padding: 15px;
  border: 1px solid #dddddd;
  text-align: center;
}
.data_tb tbody tr th:first-of-type {
  border-left: 0;
}
.data_tb tbody tr th.type2 {
  background: #fff;
}
.data_tb tbody tr th.align2 {
  text-align: left;
}
.data_tb tbody tr td {
  padding: 15px;
  border: 1px solid #dddddd;
}
.data_tb tbody tr td:first-of-type {
  border-left: 0;
}
.data_tb tbody tr td.emp_td {
  background: #fafafa;
}
.data_tb tbody tr td:last-of-type {
  border-right: 0;
}
.data_tb tbody tr td.key_td {
  text-align: left;
}
.data_tb tbody tr td.key_td .data_tdtext {
  text-align: left;
}
.data_tb tbody tr td.value_td {
  text-align: left;
}
.data_tb tbody tr.emp th,
.data_tb tbody tr.emp td {
  background: #f2f2f2;
}

.data_thtext {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

.data_thtext_sub {
  font-size: 14px;
  color: #777777;
}

#monthlySalesTbl .data_tdtext {
  font-size: 12px;
}

.data_tdtext,
.data_number {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: block;
}

.data_tdtext {
  text-align: center;
}

.bullet_list {
  text-align: left;
}
.bullet_list.dot > li {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
  padding-left: 8px;
  position: relative;
}
.bullet_list.dot > li:before {
  display: block;
  content: "";
  width: 2px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 10px;
  left: 0;
}
.bullet_list.dot > li:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 1299px) {
  .data_tb_wrap.scroll {
    overflow-x: auto;
    position: relative;
  }
  .data_tb_wrap.scroll .data_tb {
    table-layout: auto;
    white-space: nowrap;
  }
  .data_tb_wrap.scroll::-webkit-scrollbar {
    width: 5px;
    height: 8px;
  }
  .data_tb_wrap.skin2 .data_tb thead tr th {
    padding: 10px 10px;
  }
  .data_tb_wrap.skin2 .data_tb tbody tr td {
    padding: 10px 10px;
  }
  .data_tb_wrap.skin2 .data_thtext,
.data_tb_wrap.skin2 .data_tdtext {
    font-size: 13px;
    word-break: keep-all;
  }
  .data_tb thead tr th {
    padding: 10px;
  }
  .data_tb thead tr th.short_wid {
    width: 60px;
  }
  .data_tb tbody tr th {
    padding: 10px;
  }
  .data_tb tbody tr td {
    padding: 10px;
  }
}
@media (max-width: 1023px) {
  .data_thtext_sub {
    font-size: 11px;
  }
  .data_number,
.data_thtext, .data_tdtext {
    font-size: 13px;
  }
  .bullet_list.dot > li {
    font-size: 14px;
    padding-left: 6px;
  }
  .bullet_list.dot > li:before {
    top: 8px;
  }
}
/* product 상단 */
.pv_caption_list {
  margin-bottom: 50px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translate(100px);
  -webkit-animation: pvcmotion 0.7s ease-out 0.2s forwards;
          animation: pvcmotion 0.7s ease-out 0.2s forwards;
}
.pv_level_item {
  display: flex;
  gap: 15px;
  align-items: center;
}
.pv_level_item .ico_level {
  flex: 0 0 41px;
  border-radius: 100%;
  width: 41px;
  height: 41px;
  background: #fff url("../../images/pro_level.png") no-repeat 50% 50%/100% auto;
}
.pv_level_item .ico_level.type2 {
  background-image: url("../../images/pro_level2.png");
}
.pv_level_item .text_level {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
}

.pv_name_text {
  color: #fff;
  font-weight: 900;
  font-size: 72px;
  line-height: 1;
  opacity: 0;
  transform: translate(100px);
  -webkit-animation: pvcmotion 0.7s ease-out 0.4s forwards;
          animation: pvcmotion 0.7s ease-out 0.4s forwards;
}

.pv_name {
  opacity: 0;
  transform: translate(100px);
  -webkit-animation: pvcmotion 0.7s ease-out 0.4s forwards;
          animation: pvcmotion 0.7s ease-out 0.4s forwards;
}
.pv_name img {
  max-width: 100%;
  vertical-align: top;
}
.pv_name.logcops img {
  height: 60px;
}
.pv_name.privacycops img {
  height: 57px;
}
.pv_name.nse img {
  height: 50px;
}
.pv_name.uvm img {
  height: 52px;
}
.pv_name.wse img {
  height: 52px;
}
.pv_name.sse img {
  height: 50px;
}
.pv_name.factory img {
  height: 84px;
}

.pv_summary_main {
  margin-top: 50px;
  font-size: 30px;
  font-weight: 700;
  word-break: keep-all;
  line-height: 1.4;
  color: #fff;
  opacity: 0;
  transform: translate(100px);
  -webkit-animation: pvcmotion 0.7s ease-out 0.6s forwards;
          animation: pvcmotion 0.7s ease-out 0.6s forwards;
}
.pv_summary_main.mtype2 {
  margin-top: 35px;
}
.pv_summary_main.mtype3 {
  margin-top: 25px;
}

.pv_summary_sub {
  font-size: 20px;
  color: #999999;
  margin-top: 25px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
  opacity: 0;
  transform: translate(100px);
  -webkit-animation: pvcmotion 0.7s ease-out 0.8s forwards;
          animation: pvcmotion 0.7s ease-out 0.8s forwards;
}
.pv_summary_sub.mtype2 {
  margin-top: 55px;
}

.btn_pv_group {
  margin-top: 80px;
  display: flex;
  gap: 15px;
  opacity: 0;
  transform: translate(100px);
  -webkit-animation: pvcmotion 0.7s ease-out 1s forwards;
          animation: pvcmotion 0.7s ease-out 1s forwards;
}

.btn_pvbox {
  min-width: 235px;
  display: inline-flex;
  border-radius: 100px;
  border: 1px solid #fff;
  min-height: 55px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 30px;
  gap: 10px;
}
.btn_pvbox .ico {
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url("../../images/ico_spr_down.png") no-repeat 0 0/100% auto;
  flex: 0 0 17px;
}
.btn_pvbox .ico.inquiry {
  background-image: url("../../images/ico_spr_inquiry.png");
}
.btn_pvbox:hover {
  border-color: #55afee;
}
.btn_pvbox:hover .btn_pvbox_inner {
  color: #55afee;
}
.btn_pvbox:hover .ico {
  background-position: 0 100%;
}

.btn_pvbox_inner {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}

@-webkit-keyframes pvcmotion {
  0% {
    opacity: 0;
    transform: translate(100px);
  }
  100% {
    opacity: 1;
    transform: translate(0px);
  }
}

@keyframes pvcmotion {
  0% {
    opacity: 0;
    transform: translate(100px);
  }
  100% {
    opacity: 1;
    transform: translate(0px);
  }
}
@media (max-width: 1023px) {
  .pv_caption_list {
    margin-bottom: 30px;
  }
  .pv_name {
    max-width: 70%;
  }
  .pv_name.mb_full {
    max-width: 100%;
  }
  .pv_name img {
    height: auto !important;
  }
  .pv_name_text {
    font-size: 36px;
  }
  .pv_summary_main {
    margin-top: 30px;
    font-size: 20px;
  }
  .pv_summary_main.mtype2 {
    margin-top: 15px;
  }
  .pv_summary_sub {
    font-size: 16px;
  }
  .pv_summary_sub.mtype2 {
    margin-top: 25px;
  }
  .btn_pv_group {
    margin-top: 40px;
    flex-wrap: wrap;
    margin-right: -10px;
  }
  .btn_pvbox {
    min-width: 0;
    flex: 0 0 calc(50% - 10px);
  }
  .btn_pvbox_inner {
    font-size: 14px;
  }
  .pv_level_item {
    gap: 10px;
  }
  .pv_level_item .ico_level {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }
  .pv_level_item .text_level {
    font-size: 14px;
  }
}
/* product */
.logcops_func_container {
  position: relative;
  min-height: 343px;
  overflow: hidden;
}
.logcops_func_container:after {
  display: block;
  content: "";
  width: 433px;
  height: 343px;
  background: url("../../images/logcops_monitor.png") no-repeat 0 0/100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.logcops_func_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 500px;
  margin-right: -500px;
}
.logcops_func_list > li {
  flex: 0 0 calc(50% - 500px);
  display: flex;
  /* &:nth-of-type(2n){
      justify-content: flex-end;
      .logcops_func_box{}
  } */
}
.logcops_func_box {
  background: #f4f4f4;
  border-radius: 10px;
  max-width: 360px;
  width: 100%;
  height: 100%;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
}
.logcops_func_box .ico {
  width: 57px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  right: 15px;
}
.logcops_func_box .ico.ico_01 {
  background-image: url("../../images/ico_func_logcops_01.png");
}
.logcops_func_box .ico.ico_02 {
  background-image: url("../../images/ico_func_logcops_02.png");
}
.logcops_func_box .ico.ico_03 {
  background-image: url("../../images/ico_func_logcops_03.png");
}
.logcops_func_box .ico.ico_04 {
  background-image: url("../../images/ico_func_logcops_04.png");
}

.func_keyword {
  font-size: 16px;
  color: #13479b;
  font-weight: 500;
  margin-bottom: 15px;
}

.func_main {
  font-size: 23px;
  color: #333333;
  font-weight: 600;
}

.func_sub {
  font-size: 15px;
  color: #333333;
  margin-top: 9px;
  line-height: 1.3;
}

.logcops_system_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-right: -30px;
}
.logcops_system_list > li {
  flex: 0 0 calc(25% - 30px);
}
.logcops_system_item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  padding: 28px 20px;
  box-sizing: border-box;
  height: 100%;
}

.logcops_img_row {
  text-align: center;
  margin-bottom: 20px;
}
.logcops_img_row img {
  max-width: 112px;
  vertical-align: top;
}

.logcops_spec_main,
.logcops_spec_sub {
  color: #333333;
  font-weight: 600;
  word-break: keep-all;
}

.logcops_spec_main {
  font-size: 24px;
}

.logcops_spec_sub {
  font-size: 14px;
  margin-top: 24px;
  line-height: 1.5;
}

.privacy_main_wrap {
  display: flex;
  justify-content: space-between;
}

.privacy_img_cols {
  display: flex;
  align-items: flex-end;
}
.privacy_img_cols img {
  vertical-align: top;
}

.privacy_dia_item {
  margin-bottom: 40px;
}
.privacy_dia_item:last-of-type {
  margin-bottom: 0;
}

.privacy_dia_title {
  font-size: 22px;
  font-weight: 600;
  color: #00398f;
  margin-bottom: 13px;
}

.privacy_dia_bullet_list {
  font-size: 16px;
  color: #333333;
}
.privacy_dia_bullet_list > li {
  padding-left: 8px;
  position: relative;
  margin-bottom: 7px;
}
.privacy_dia_bullet_list > li:before {
  display: block;
  content: "";
  width: 2px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 8px;
  left: 0;
}
.privacy_dia_bullet_list > li:last-of-type {
  margin-bottom: 0;
}

.vertical_tb_wrap {
  border-top: 2px solid #13479b;
}

.vertical_tb {
  width: 100%;
  /*  tr{
       &:last-of-type{
           th,td{border-bottom:0;}
       }
   } */
}
.vertical_tb th {
  white-space: nowrap;
  width: 12%;
}
.vertical_tb th, .vertical_tb td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 25px;
  text-align: left;
}
.vertical_tb th:last-child, .vertical_tb td:last-child {
  border-right: 0;
}

.ver_thtext,
.ver_tdtext {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  display: inline-block;
}

.sse_func_container {
  display: flex;
  align-items: flex-end;
  gap: 60px;
}

.sse_func_img_cols img {
  vertical-align: top;
}

.sse_func_spec_cols {
  flex: 1;
}

.sse_fspec_item {
  border-radius: 18px;
  background: #f1f1f1;
  padding: 15px;
  margin-bottom: 30px;
}
.sse_fspec_item:last-of-type {
  margin-bottom: 0;
}

.sse_fspec_title_row {
  padding: 10px 25px 20px 25px;
}

.sse_fspec_title {
  font-size: 24px;
  color: #333333;
  font-weight: 600;
}

.sse_fspec_contents {
  border-radius: 10px;
  background: #fff;
  padding: 15px 25px;
}

.sse_func_dot_list > li {
  position: relative;
  padding-left: 8px;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 5px;
}
.sse_func_dot_list > li:before {
  display: block;
  content: "";
  width: 2px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 9px;
  left: 0;
}
.sse_func_dot_list > li:last-of-type {
  margin-bottom: 0;
}

.sse_main_wrap {
  min-height: 298px;
  position: relative;
  overflow: hidden;
}

.sse_img_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.sse_img_bg img {
  vertical-align: top;
}

.sse_dia_item_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 580px;
  position: relative;
  margin: 0 -580px 0 0;
}

.sse_dia_item {
  flex: 0 0 calc(50% - 580px);
}
.sse_dia_flag_row {
  margin-bottom: 12px;
}

.sse_dia_flag {
  font-size: 16px;
  color: #fff;
  padding: 8px 20px;
  background: #00398f;
  border-radius: 0 100px 100px 0;
  line-height: 1;
  display: inline-block;
}

.sse_dia_title {
  font-size: 24px;
  color: #00398f;
  font-weight: 600;
  letter-spacing: -0.5px;
  word-break: keep-all;
}

.sse_dia_sub {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
  word-break: keep-all;
}

.sse_effect_box_list {
  display: flex;
  gap: 30px;
}
.sse_effect_box_list > li {
  flex: 0 0 calc(25% - 30px);
}
.sse_effect_box {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sse_effect_box .thums_row {
  position: relative;
  height: 125px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  flex: 0 0 125px;
}
.sse_effect_box .thums_row img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.sse_effect_box .spec_row {
  padding: 40px 20px;
  flex: 1;
  text-align: center;
  border-radius: 0 0 10px 10px;
  background: #fff;
  border: 1px solid #dddddd;
  border-top: 0;
}

.sse_effect_main_wrap {
  color: #333333;
  display: flex;
  align-items: center;
  min-height: 63px;
  justify-content: center;
  line-height: 1.3;
}

.sse_effect_main {
  font-size: 24px;
  font-weight: 600;
  word-break: keep-all;
}

.sse_effect_sub {
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
  line-height: 1.55;
  word-break: keep-all;
}

.wse_need_box_list_wrap {
  position: relative;
  overflow: hidden;
}

.wse_need_box_list {
  display: flex;
  gap: 30px 75px;
  flex-wrap: wrap;
  margin-right: -75px;
}
.wse_need_box_list > li {
  flex: 0 0 calc(33.333333333% - 75px);
}

.wse_need_box {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 35px 30px 10px 30px;
}

.wse_need_copy {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  word-break: keep-all;
}

.wse_need_ico_row {
  display: flex;
  justify-content: flex-end;
}
.ico_need {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  width: 90px;
  height: 90px;
}
.ico_need.ico_01 {
  background-image: url("../../images/ico_wse_guide01_01.png");
}
.ico_need.ico_02 {
  background-image: url("../../images/ico_wse_guide01_02.png");
}
.ico_need.ico_03 {
  background-image: url("../../images/ico_wse_guide01_03.png");
}
.ico_need.ico_04 {
  background-image: url("../../images/ico_wse_guide01_04.png");
}
.ico_need.ico_05 {
  background-image: url("../../images/ico_wse_guide01_05.png");
}
.ico_need.ico_06 {
  background-image: url("../../images/ico_wse_guide01_06.png");
}

.wse_stick_box_list > li {
  margin-bottom: 20px;
}
.wse_stick_box_list > li:last-of-type {
  margin-bottom: 0;
}

.wse_stick_box {
  border: 1px solid #c8d6df;
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.wse_stick_box .key_cols {
  flex: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 0 30px 0 45px;
  gap: 18px;
  position: relative;
}
.wse_stick_box .key_cols:after {
  display: block;
  content: "";
  width: 1px;
  height: 23px;
  background: #dddddd;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.wse_stick_box .value_cols {
  padding: 0 30px;
}

.ico_stick {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}
.ico_stick.ico_01 {
  background-image: url("../../images/ico_wse_guide02_01.png");
}
.ico_stick.ico_02 {
  background-image: url("../../images/ico_wse_guide02_02.png");
}
.ico_stick.ico_03 {
  background-image: url("../../images/ico_wse_guide02_03.png");
}
.ico_stick.ico_04 {
  background-image: url("../../images/ico_wse_guide02_04.png");
}
.ico_stick.ico_05 {
  background-image: url("../../images/ico_wse_guide02_05.png");
}
.ico_stick.ico_06 {
  background-image: url("../../images/ico_wse_guide02_06.png");
}

.stick_keyword {
  font-size: 20px;
  font-weight: 600;
  color: #144b99;
  display: inline-block;
  white-space: nowrap;
}

.stick_value_para {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
}

/*

    .sse_main_wrap{min-height:298px;position:relative;overflow:hidden;}
    .sse_img_bg{
        position:absolute;top:0;left:0;width:100%;text-align:center;
        img{vertical-align: top;}
    }
    .sse_dia_item_wrap{display:flex;flex-wrap:wrap;gap:40px 580px;position:relative;margin:0 -580px 0 0;}
    .sse_dia_item{
        flex:0 0 calc(50% - 580px);
        &:last-of-type{}
    }
    .sse_dia_flag_row{margin-bottom:12px;}
    .sse_dia_flag{font-size:16px;color:#fff;padding:8px 20px;background:#00398f; border-radius:0 100px 100px 0;line-height:1; display:inline-block;}
    .sse_dia_title{font-size:24px;color:#00398f;font-weight:600; letter-spacing: -0.5px; word-break: keep-all;}
    .sse_dia_sub{font-size:16px; color:#333333; font-weight:500; line-height:1.5;margin-top:8px; word-break: keep-all;}
    .sse_effect_box_list_wrap{}
    .sse_effect_box_list{
        display:flex; gap:30px;
        > li{
            flex: 0 0 calc(25% - 30px);
            &:last-of-type{}
        }
    }
    .sse_effect_box{
        position:relative; height:100%; display:flex; flex-direction: column;
        .thums_row{
            position:relative;height:125px; background:#fff; border-radius:10px 10px 0 0; overflow:hidden; flex:0 0 125px;
            img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;object-fit: cover;object-position: 50% 50%;}
        }
        .spec_row{
            padding:40px 20px; flex:1; text-align: center; border-radius:0 0 10px 10px; background:#fff; border:1px solid #dddddd; border-top:0;
        }
    }
    .sse_effect_main_wrap{color:#333333; display:flex; align-items: center;min-height:63px; justify-content: center; line-height:1.3;}
    .sse_effect_main{font-size:24px; font-weight:600; word-break: keep-all;}
    .sse_effect_sub{font-size:16px; font-weight:600; margin-top:25px;line-height:1.55;word-break: keep-all;}

*/
.nse_info_list_wrap {
  min-height: 298px;
  position: relative;
  overflow: hidden;
}

.nse_img_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.nse_img_bg img {
  vertical-align: top;
}

.nse_info_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 650px;
  position: relative;
  margin: 0 -650px 0 0;
}
.nse_info_list > li {
  flex: 0 0 calc(50% - 650px);
}

/* .nse_info_item{

}
.nse_info_bullet_row{

}
.nse_info_bullet{}
.nse_info_main_para{}
.nse_info_sub_para{}
 */
.nse_info_bullet_row {
  margin-bottom: 12px;
}

.nse_info_bullet {
  font-size: 16px;
  color: #fff;
  padding: 8px 20px;
  background: #00398f;
  border-radius: 0 100px 100px 0;
  line-height: 1;
  display: inline-block;
}

.nse_info_main_para {
  font-size: 24px;
  color: #00398f;
  font-weight: 600;
  letter-spacing: -0.5px;
  word-break: keep-all;
}

.nse_info_sub_para {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
  word-break: keep-all;
}

.nse_expect_list_wrap {
  position: relative;
  overflow: hidden;
}

.nse_expect_list {
  display: flex;
  gap: 30px;
  margin-right: -30px;
  flex-wrap: wrap;
}
.nse_expect_list > li {
  flex: 0 0 calc(25% - 30px);
}

.nse_expect_box {
  background: rgba(0, 10, 21, 0.7);
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #293037;
  padding: 50px 25px;
  text-align: center;
  height: 100%;
}
.nse_expect_box .main_copy_wrap {
  display: flex;
  align-items: center;
  min-height: 63px;
  justify-content: center;
  text-align: center;
}
.nse_expect_box .main_copy {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  word-break: keep-all;
  line-height: 1.3;
}
.nse_expect_box .sub_copy {
  font-size: 14px;
  color: #ffffff;
  word-break: keep-all;
  line-height: 1.4;
  margin-top: 20px;
  opacity: 0.4;
}

.ico_expect {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
}
.ico_expect.ico_01 {
  background-image: url("../../images/ico_nse_effect_01.png");
}
.ico_expect.ico_02 {
  background-image: url("../../images/ico_nse_effect_02.png");
}
.ico_expect.ico_03 {
  background-image: url("../../images/ico_nse_effect_03.png");
}
.ico_expect.ico_04 {
  background-image: url("../../images/ico_nse_effect_04.png");
}

.nse_structure_img_wrap {
  text-align: center;
}
.nse_structure_img_wrap img {
  vertical-align: top;
}

.nse_structure_spec_wrap {
  position: relative;
  overflow: hidden;
  margin-top: 75px;
}

.nse_structure_spec_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
  margin-right: -60px;
}
.nse_structure_spec_list > li {
  flex: 0 0 calc(50% - 60px);
}

/*

.sse_fspec_item{
    border-radius:18px; background:#f1f1f1; padding:15px; margin-bottom:30px;
    &:last-of-type{margin-bottom:0;}
}
.sse_fspec_title_row{padding:10px 25px 20px 25px;}
.sse_fspec_title{font-size:24px;color:#333333; font-weight:600;}
.sse_fspec_contents{border-radius:10px;background:#fff;padding:15px 25px;}
.sse_func_dot_list{
    > li{
        position:relative;padding-left:8px; font-size:16px;color:#333333; font-weight:500; margin-bottom:5px;
        &:before{display:block; content:'';width:2px;height:2px; background:#333; position:absolute;top:9px;left:0;}
        &:last-of-type{margin-bottom:0;}
    }
}
*/
.structure_guide_box {
  border-radius: 18px;
  background: #f1f1f1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.structure_guide_title_row {
  padding: 10px 25px 20px 25px;
}

.structure_guide_title {
  font-size: 24px;
  color: #333333;
  font-weight: 600;
}

.structure_guide_contents {
  border-radius: 10px;
  background: #fff;
  padding: 15px 25px;
  flex: 1;
}

.structure_guide_list > li {
  position: relative;
  padding-left: 8px;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 5px;
}
.structure_guide_list > li:before {
  display: block;
  content: "";
  width: 2px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 9px;
  left: 0;
}
.structure_guide_list > li:last-of-type {
  margin-bottom: 0;
}
.structure_guide_list + .structure_indent_list {
  margin-top: 10px;
}

.structure_guide_para {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  word-break: keep-all;
  line-height: 1.4;
}

.structure_indent_list > li {
  display: flex;
  font-size: 15px;
  color: #333333;
  font-weight: 500;
  gap: 10px;
  margin-bottom: 10px;
}
.structure_indent_list > li .indent_liquid {
  flex: 1;
}
.structure_indent_list > li:last-of-type {
  margin-bottom: 0;
}

.uvm_info_box_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.uvm_info_box_list > li {
  flex: 0 0 calc(50% - 30px);
}

.uvm_info_box {
  padding: 25px 45px;
  background: #f4f4f4;
  border-radius: 26px;
  line-height: 1.4;
  box-sizing: border-box;
  height: 100%;
}
.uvm_info_main {
  font-size: 24px;
  font-weight: 600;
  color: #00398f;
}

.uvm_info_sub {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-top: 10px;
}

.uvm_info_img_wrap {
  margin-top: 85px;
}
.uvm_info_img_wrap img {
  vertical-align: top;
}

.info_dia_img_wrap {
  text-align: center;
}
.info_dia_img_wrap img {
  vertical-align: top;
}

/* product 공통 배너 */
.sub_customer_card_container {
  padding: 110px 30px;
}

.sub_customer_card {
  gap: 60px;
  border-radius: 10px;
  max-width: 1200px;
  margin: 0 auto;
  background: url("../../images/bg_cusbox.jpg") no-repeat 0 0/cover;
  display: flex;
  align-items: center;
  padding: 35px;
}
.sub_customer_card .copy_cols {
  flex: 0;
  white-space: nowrap;
}
.sub_customer_card .summary_cols {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  padding: 20px 40px;
  gap: 25px;
  display: flex;
  align-items: center;
}
.sub_customer_card .summary_cols .img {
  width: 56px;
  height: 56px;
  background: url("../../images/img_ico_cus.png") no-repeat 0 0/100% auto;
  flex: 0 0 56px;
}

.sub_customer_copy {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  padding-left: 24px;
}

.sc_spec_main {
  display: flex;
  gap: 10px;
}

.sc_spec_keytext {
  display: inline-block;
  font-size: 20px;
  color: #1052a8;
  line-height: 1;
  font-weight: 600;
  position: relative;
  top: 1px;
}

.btn_sckeylink {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #c7c7c7 url("../../images/ico_link_toggle.png") no-repeat 50% 50%/100% auto;
  border-radius: 100%;
}

.sc_spec_sub_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 8px;
}
.sc_spec_sub_list > li {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
}
.sc_spec_sub_list > li strong {
  font-weight: 600;
}

@media (max-width: 1299px) {
  .sub_customer_card_container {
    padding: 60px 30px;
  }
  .sub_customer_card {
    gap: 30px;
    padding: 25px;
  }
  .sub_customer_copy {
    font-size: 18px;
    padding-left: 0px;
  }
  .sc_spec_main {
    gap: 10px;
  }
  .sc_spec_keytext {
    font-size: 18px;
    top: 2px;
  }
  .sc_spec_sub_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
  }
  .sc_spec_sub_list > li {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
  }
  .sc_spec_sub_list > li strong {
    font-weight: 600;
  }
  .logcops_func_box {
    padding: 15px;
  }
  .logcops_func_box .ico {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .func_keyword {
    font-size: 14px;
  }
  .func_main {
    font-size: 20px;
  }
  .func_sub {
    font-size: 14px;
  }
  .logcops_system_list {
    gap: 20px;
    margin-right: -20px;
  }
  .logcops_system_list > li {
    flex: 0 0 calc(50% - 20px);
  }
  .logcops_system_item {
    padding: 20px 20px 30px;
  }
  .logcops_img_row img {
    max-width: 112px;
  }
}
@media (max-width: 1023px) {
  .sub_customer_card_container {
    padding: 30px 20px 60px;
  }
  .sub_customer_copy {
    font-size: 16px;
  }
  .sub_customer_card {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
  .sub_customer_card .copy_cols {
    white-space: normal;
  }
  .sub_customer_card .summary_cols {
    flex: 0;
    width: 100%;
    box-sizing: border-box;
    gap: 15px;
    padding: 20px 20px;
  }
  .sc_spec_keytext {
    font-size: 16px;
    top: 1px;
  }
  .btn_sckeylink {
    width: 18px;
    height: 18px;
  }
  .sc_spec_sub_list > li {
    font-size: 14px;
  }
  .logcops_func_container {
    min-height: 0;
  }
  .logcops_func_container:after {
    width: 100%;
    height: 0;
    position: static;
    transform: translateX(0);
    padding-bottom: 79.2147806005%;
    margin-top: 30px;
  }
  .logcops_func_list {
    display: block;
    margin: 0;
  }
  .logcops_func_list > li {
    display: flex;
    margin-bottom: 20px;
  }
  .logcops_func_list > li:last-of-type {
    margin-bottom: 0;
  }
  .logcops_func_box {
    max-width: 100%;
    padding: 20px;
  }
  .func_keyword {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .func_main {
    font-size: 20px;
  }
  .func_sub {
    font-size: 14px;
  }
  .logcops_system_list {
    gap: 10px;
    margin-right: -10px;
  }
  .logcops_system_list > li {
    flex: 0 0 calc(50% - 10px);
  }
  .logcops_system_item {
    padding: 20px 15px 20px;
  }
  .logcops_system_item br {
    display: none;
  }
  .logcops_img_row {
    margin-bottom: 10px;
  }
  .logcops_img_row img {
    max-width: 56px;
  }
  .logcops_spec_main {
    font-size: 16px;
    word-break: break-all;
  }
  .logcops_spec_sub {
    margin-top: 15px;
    word-break: break-all;
  }
  .privacy_main_wrap {
    display: block;
  }
  .privacy_img_cols {
    text-align: center;
    justify-content: center;
    padding: 40px 0;
  }
  .privacy_img_cols img {
    vertical-align: top;
  }
  .privacy_dia_item {
    margin-bottom: 30px;
  }
  .privacy_dia_item:last-of-type {
    margin-bottom: 0;
  }
  .privacy_dia_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .privacy_dia_bullet_list {
    font-size: 14px;
  }
  .privacy_dia_bullet_list > li {
    padding-left: 8px;
  }
  .privacy_dia_bullet_list > li:before {
    top: 8px;
  }
  .privacy_dia_bullet_list > li:last-of-type {
    margin-bottom: 0;
  }
  .sse_main_wrap {
    min-height: 0;
  }
  .sse_img_bg {
    position: static;
    width: auto;
  }
  .sse_img_bg img {
    vertical-align: top;
  }
  .sse_dia_item_wrap {
    display: block;
    margin: 0;
  }
  .sse_dia_item {
    margin-bottom: 30px;
  }
  .sse_dia_item:last-of-type {
    margin-bottom: 0;
  }
  .sse_dia_flag_row {
    margin-bottom: 12px;
  }
  .sse_dia_flag {
    font-size: 14px;
    padding: 6px 15px;
  }
  .sse_dia_title {
    font-size: 20px;
  }
  .sse_dia_sub {
    font-size: 14px;
  }
  .sse_img_bg {
    margin-top: 40px;
  }
  .sse_effect_box_list {
    gap: 10px;
    flex-wrap: wrap;
    margin-right: -10px;
  }
  .sse_effect_box_list > li {
    flex: 0 0 calc(50% - 10px);
  }
  .sse_effect_box .thums_row {
    flex-basis: 100px;
    height: 100px;
  }
  .sse_effect_box .spec_row {
    padding: 20px 10px;
  }
  .sse_effect_main_wrap {
    min-height: 45px;
  }
  .sse_effect_main {
    font-size: 17px;
  }
  .sse_effect_sub {
    font-size: 14px;
    margin-top: 15px;
  }
  .sse_func_container {
    display: block;
  }
  .sse_func_img_cols {
    text-align: center;
  }
  .sse_func_spec_cols {
    margin-top: 30px;
  }
  .sse_fspec_item {
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .sse_fspec_item:last-of-type {
    margin-bottom: 0;
  }
  .sse_fspec_title_row {
    padding: 10px 10px 10px 10px;
  }
  .sse_fspec_title {
    font-size: 16px;
  }
  .sse_fspec_contents {
    border-radius: 10px;
    padding: 15px 15px;
  }
  .sse_func_dot_list > li {
    font-size: 14px;
  }
  .sse_func_dot_list > li:before {
    top: 7.5px;
  }
  .vertical_tb th {
    width: 1px;
  }
  .vertical_tb th, .vertical_tb td {
    padding: 15px 15px;
  }
  .ver_thtext,
.ver_tdtext {
    font-size: 14px;
    line-height: 1.4;
  }
  .wse_need_box_list {
    gap: 10px;
    margin-right: -10px;
  }
  .wse_need_box_list br {
    display: none;
  }
  .wse_need_box_list > li {
    flex-basis: calc(50% - 10px);
  }
  .wse_need_box {
    border-radius: 5px;
    padding: 15px 10px 10px 10px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .wse_need_copy {
    font-size: 14px;
  }
  .ico_need {
    width: 45px;
    height: 45px;
  }
  .wse_stick_box {
    border-radius: 10px;
  }
  .wse_stick_box .key_cols {
    padding: 0 15px 0 15px;
    gap: 10px;
    position: relative;
  }
  .wse_stick_box .key_cols:after {
    height: 23px;
  }
  .wse_stick_box .value_cols {
    padding: 0 10px;
  }
  .ico_stick {
    flex-basis: 22px;
    width: 22px;
    height: 22px;
  }
  .stick_keyword {
    font-size: 14px;
  }
  .stick_value_para {
    font-size: 14px;
  }
  .nse_info_list_wrap {
    min-height: 0;
  }
  .nse_img_bg {
    position: static;
    width: auto;
    height: auto;
    margin-top: 40px;
  }
  .nse_info_list {
    gap: 20px 20px;
    margin: 0 -20px 0 0;
  }
  .nse_info_list > li {
    flex: 0 0 calc(50% - 20px);
  }
  .nse_info_bullet_row {
    margin-bottom: 6px;
  }
  .nse_info_bullet {
    font-size: 14px;
    padding: 5px 15px;
  }
  .nse_info_main_para {
    font-size: 18px;
  }
  .nse_info_sub_para {
    font-size: 14px;
  }
  .nse_expect_list {
    gap: 20px 10px;
    margin-right: -10px;
  }
  .nse_expect_list > li {
    flex-basis: calc(50% - 10px);
  }
  .nse_expect_box {
    padding: 30px 15px;
  }
  .nse_expect_box .main_copy_wrap {
    min-height: 45px;
  }
  .nse_expect_box .main_copy {
    font-size: 17px;
  }
  .nse_expect_box .sub_copy {
    font-size: 13px;
    margin-top: 10px;
  }
  .ico_expect {
    width: 36px;
    height: 36px;
    margin: 0 auto 10px;
  }
  .nse_structure_img_wrap {
    text-align: center;
  }
  .nse_structure_img_wrap img {
    vertical-align: top;
  }
  .nse_structure_spec_wrap {
    position: relative;
    overflow: hidden;
    margin-top: 35px;
  }
  .nse_structure_spec_list {
    gap: 20px 10px;
    margin-right: -10px;
  }
  .nse_structure_spec_list > li {
    flex-basis: calc(50% - 10px);
  }
  /*

  .sse_fspec_item{
      border-radius:18px; background:#f1f1f1; padding:15px; margin-bottom:30px;
      &:last-of-type{margin-bottom:0;}
  }
  .sse_fspec_title_row{padding:10px 25px 20px 25px;}
  .sse_fspec_title{font-size:24px;color:#333333; font-weight:600;}
  .sse_fspec_contents{border-radius:10px;background:#fff;padding:15px 25px;}
  .sse_func_dot_list{
      > li{
          position:relative;padding-left:8px; font-size:16px;color:#333333; font-weight:500; margin-bottom:5px;
          &:before{display:block; content:'';width:2px;height:2px; background:#333; position:absolute;top:9px;left:0;}
          &:last-of-type{margin-bottom:0;}
      }
  }
  */
  .structure_guide_box {
    border-radius: 10px;
  }
  .structure_guide_box * {
    word-break: break-all;
  }
  .structure_guide_title_row {
    padding: 5px 15px 10px;
  }
  .structure_guide_title {
    font-size: 16px;
  }
  .structure_guide_contents {
    border-radius: 5px;
    padding: 15px 15px;
  }
  .structure_guide_list > li {
    font-size: 14px;
  }
  .structure_guide_list > li:before {
    top: 7px;
  }
  .structure_guide_list > li:last-of-type {
    margin-bottom: 0;
  }
  .structure_guide_list + .structure_indent_list {
    margin-top: 10px;
  }
  .structure_guide_para {
    font-size: 14px;
  }
  .structure_indent_list > li {
    font-size: 14px;
  }
  .uvm_info_box_list {
    gap: 10px;
  }
  .uvm_info_box_list > li {
    flex: 0 0 calc(50% - 10px);
  }
  .uvm_info_box {
    padding: 20px;
    border-radius: 10px;
  }
  .uvm_info_main {
    font-size: 18px;
  }
  .uvm_info_sub {
    font-size: 14px;
  }
  .uvm_info_img_wrap {
    margin-top: 35px;
  }
}
.guide_contents_item {
  margin-bottom: 120px;
}
.guide_contents_item:last-of-type {
  margin-bottom: 0;
}

.guide_disabled {
  touch-action: none;
  overflow: hidden;
  position: relative;
}

.guide_header {
  border-bottom: 2px solid #0077C0;
  position: relative;
}

.header_pix_inner {
  max-width: 1200px;
  padding: 20px 30px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.guide_toplogo {
  display: inline-block;
  line-height: 0;
  flex: 0;
}

.guide_toplogo_item {
  display: flex;
  gap: 20px;
}

.guide_toplogo_img img {
  max-width: 78px;
}

.guide_toplogo_text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  word-break: keep-all;
  white-space: nowrap;
}

.guide_util_group {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.guide_util_group > * {
  margin-left: 10px;
}

.guide_util_list {
  display: flex;
}

.guide_util_list > li {
  margin-right: 20px;
}

.guide_util_list > li:last-of-type {
  margin-right: 0;
}

.guide_util_menu {
  display: inline-block;
  font-size: 15px;
  background: #000;
  border-radius: 3px;
  color: #fff;
  padding: 12px 15px;
  line-height: 1.3;
  text-align: center;
}

.guide_middle {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 30px;
}

.middle_left_cols {
  flex: 0 0 200px;
  margin-right: 20px;
}

.middle_left_item {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  padding-top: 20px;
  margin-top: -20px;
}

.middle_left_title {
  font-weight: 700;
  font-size: 24px;
}

.middle_left_menu_list {
  margin-top: 20px;
}

.middle_left_menu_list > li {
  margin-bottom: 15px;
}

.middle_left_menu_list > li:last-of-type {
  margin-bottom: 0;
}

.middle_left_menu {
  display: inline-block;
  font-size: 18px;
  border-bottom: 2px solid transparent;
  font-weight: 500;
}

.middle_left_menu.active {
  border-bottom-color: #3074F0;
  color: #3074F0;
  font-weight: 700;
}

.btn_total_close {
  display: none;
}

.guide_contents_cols {
  flex: 1;
}

.guide_contents_title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.guide_contents_title_copy {
  margin-top: 15px;
  position: relative;
  padding-left: 23px;
  font-size: 17px;
}

.guide_contents_title_copy:before {
  display: block;
  content: "";
  width: 8px;
  height: 23px;
  background: #e5e5e5;
  position: absolute;
  top: 2px;
  left: 0;
}

.vertical_cont_item {
  padding-top: 60px;
}

.vertical_cont_title {
  font-weight: 700;
  color: #3074F0;
  font-size: 20px;
}

.vertical_cont_copy {
  margin-top: 15px;
  font-size: 16px;
}

.vertical_cont_copy_list {
  margin-top: 15px;
  font-size: 16px;
}
.vertical_cont_copy_list > li {
  position: relative;
  padding-left: 15px;
}
.vertical_cont_copy_list > li:before {
  display: block;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.vertical_code_wrap {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.vertical_code_wrap .CodeMirror {
  background: #f3f4f5;
  border-top: 5px solid #e7e8e9;
  padding: 40px 30px 25px;
}

.vertical_code_wrap > .textarea {
  background: #f3f4f5;
  border-top: 5px solid #e7e8e9;
  padding: 40px 30px 25px;
  width: 100%;
  border: 0;
  box-sizing: border-box;
  resize: none;
}

.btn_copyitem {
  display: block;
  width: 35px;
  height: 35px;
  background: #fff url("../../images/btn_copy.svg") no-repeat 50% 50%/15px auto;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.1);
}

.btn_copyitem.active {
  background-image: url("../../images/btn_copy_active.svg");
}

.guide_contents_title_count_wrap {
  margin-top: 20px;
}

.btn_total_menu {
  display: none;
}

.screen_link:hover {
  text-decoration: underline;
}

.vertical_render_wrap {
  margin: 20px 0;
}
.vertical_render_wrap .btn_box_group {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .guide_header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 20;
  }
  .header_pix_inner {
    padding: 15px 20px;
  }
  .guide_toplogo {
    margin-right: 15px;
  }
  .guide_toplogo_text {
    font-size: 13px;
    margin-top: 7px;
  }
  .guide_util_menu {
    font-size: 12px;
    padding: 10px;
    word-break: keep-all;
  }
  .guide_toplogo_item {
    gap: 10px;
  }
  .guide_middle {
    padding-left: 20px;
    padding-right: 20px;
  }
  .middle_pix_inner {
    display: block;
  }
  .middle_left_cols {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 30;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .middle_left_cols.active {
    display: block;
  }
  .middle_left_cols.active:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .middle_left_item {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    overflow-y: auto;
    z-index: 2;
    margin: 0;
    padding: 0;
    width: 200px;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  .middle_left_title {
    font-size: 20px;
  }
  .middle_left_menu {
    font-size: 14px;
  }
  .middle_pix_inner {
    padding: 30px 20px;
  }
  .guide_contents_title {
    font-size: 24px;
  }
  .guide_contents_title_copy {
    font-size: 15px;
  }
  .guide_contents_title_copy:before {
    height: 22px;
    top: 0;
  }
  .btn_total_menu {
    display: block;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    position: relative;
  }
  .btn_total_menu_in:before,
.btn_total_menu_in:after {
    display: block;
    content: "";
    width: 22px;
    height: 2px;
    background: #000;
  }
  .btn_total_menu_in:before {
    transform: translateY(-8px) translateX(-2px);
  }
  .btn_total_menu_in:after {
    transform: translateY(6px) translateX(-2px);
  }
  .btn_total_menu_in {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #000;
    transform: translateY(-50%) translateX(calc(-50% + 2px));
  }
  .vertical_cont_item {
    padding-top: 40px;
  }
  .vertical_cont_title {
    font-size: 18px;
  }
  .vertical_cont_copy {
    margin-top: 10px;
  }
  .vertical_code_wrap .CodeMirror {
    padding: 30px 20px 15px;
    font-size: 14px;
  }
  .btn_copyitem {
    width: 30px;
    height: 30px;
  }
  .btn_total_close {
    display: block;
    position: absolute;
    top: 15px;
    right: 210px;
    width: 36px;
    height: 36px;
  }
  .btn_total_close:before,
.btn_total_close:after {
    display: block;
    content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 0;
  }
  .btn_total_close:before {
    transform: rotate(45deg);
  }
  .btn_total_close:after {
    transform: rotate(-45deg);
  }
  .guide_contents_title_count_wrap {
    margin-top: 10px;
  }
  .guide_contents_title_count {
    font-size: 14px;
  }
  .codinglist_tb_wrap {
    overflow-x: auto;
    margin-top: 20px;
  }
  .codinglist_tb {
    width: 768px;
    margin: 0;
  }
}
@media (max-width: 320px) {
  .guide_toplogo_text {
    white-space: normal;
    font-size: 12px;
  }
}
/* main */
html.mainfront, html.mainfront body {
  height: 100%;
}
html.mainfront .page_wrap {
  min-height: calc(var(--vh, 1vh) * 100);
}

.swiper.mv_container {
  height: calc(var(--vh, 1vh) * 100);
}
.swiper.mv_container > .swiper-wrapper > .swiper-slide {
  position: relative;
  overflow: hidden;
}
.swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item > .scene_bg, .swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item > .scene_bg {
  transform: scale(1);
}
.swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item .mv_cbox_main_copy,
.swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item .mv_cbox_sub_copy, .swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item .mv_cbox_main_copy,
.swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item .mv_cbox_sub_copy {
  transform: translate(0, 0);
  opacity: 1;
}
.swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item .mv_cbox_sub_copy, .swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item .mv_cbox_sub_copy {
  transition-delay: 0.8s;
}
.swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item .mv_cbox, .swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item .mv_cbox {
  transform: translate(0, 0);
  opacity: 1;
}
.swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item .mv_cbox_cell:nth-of-type(2) .mv_cbox, .swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item .mv_cbox_cell:nth-of-type(2) .mv_cbox {
  transition-delay: 0.9s;
}
.swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item .mv_cbox_cell:nth-of-type(3) .mv_cbox, .swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item .mv_cbox_cell:nth-of-type(3) .mv_cbox {
  transition-delay: 1.2s;
}
.swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item .mv_cbox_cell:nth-of-type(4) .mv_cbox, .swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item .mv_cbox_cell:nth-of-type(4) .mv_cbox {
  transition-delay: 1.4s;
}
.swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item .mv_cbox_cell:nth-of-type(5) .mv_cbox, .swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item .mv_cbox_cell:nth-of-type(5) .mv_cbox {
  transition-delay: 1.6s;
}
.swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item .mv_item_main_copy,
.swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item .mv_item_sub_copy, .swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item .mv_item_main_copy,
.swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item .mv_item_sub_copy {
  transform: translate(0, 0);
  opacity: 1;
}
.swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item .mv_item_main_copy, .swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item .mv_item_main_copy {
  transition-delay: 0.8s;
}
.swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item .mv_item_sub_copy, .swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item .mv_item_sub_copy {
  transition-delay: 1.2s;
}
.swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item .mv_card_obj, .swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item .mv_motion_card, .swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item .mv_card_obj, .swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item .mv_motion_card {
  transform: translate(0, 0);
  opacity: 1;
}
.swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item .mv_card_list > li:nth-of-type(1) .mv_card_obj, .swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item .mv_card_list > li:nth-of-type(1) .mv_card_obj {
  transition-delay: 1s;
}
.swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item .mv_card_list > li:nth-of-type(2) .mv_card_obj, .swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item .mv_card_list > li:nth-of-type(2) .mv_card_obj {
  transition-delay: 1.2s;
}
.swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item .mv_card_list > li:nth-of-type(3) .mv_card_obj, .swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item .mv_card_list > li:nth-of-type(3) .mv_card_obj {
  transition-delay: 1.4s;
}
.swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item .mv_card_list > li:nth-of-type(4) .mv_card_obj, .swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item .mv_card_list > li:nth-of-type(4) .mv_card_obj {
  transition-delay: 1.6s;
}
.swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item .mv_motion_card_list > li:nth-of-type(1) .mv_motion_card, .swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item .mv_motion_card_list > li:nth-of-type(1) .mv_motion_card {
  transition-delay: 1s;
}
.swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item .mv_motion_card_list > li:nth-of-type(2) .mv_motion_card, .swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item .mv_motion_card_list > li:nth-of-type(2) .mv_motion_card {
  transition-delay: 1.2s;
}
.swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item .mv_motion_card_list > li:nth-of-type(3) .mv_motion_card, .swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item .mv_motion_card_list > li:nth-of-type(3) .mv_motion_card {
  transition-delay: 1.4s;
}
.swiper.mv_container > .swiper-wrapper > .swiper-slide.swiper-slide-active .mv_item .mv_motion_card_list > li:nth-of-type(4) .mv_motion_card, .swiper.mv_container > .swiper-wrapper > .swiper-slide.prev-active .mv_item .mv_motion_card_list > li:nth-of-type(4) .mv_motion_card {
  transition-delay: 1.6s;
}
.swiper.mv_container .swiper-pagination.mv_global.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper.mv_container .swiper-pagination.mv_global > .swiper-pagination-bullets {
  left: 40px;
  right: auto;
  transform: translate(0, -50%);
  width: auto;
}
.swiper.mv_container .swiper-pagination.mv_global .swiper-pagination-bullet {
  background: none;
  display: flex;
  height: 10px;
  width: 10px;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  margin: 10px 0;
}
.swiper.mv_container .swiper-pagination.mv_global .swiper-pagination-bullet:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5;
  transition: 0.5s;
}
.swiper.mv_container .swiper-pagination.mv_global .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 10px;
  height: 10px;
  opacity: 1;
}
.swiper.mv_container.scrollmode {
  /* height:auto !important;
  > .swiper-wrapper{transform: none !important;height:auto !important;}
  .swiper-slide{height:auto !important;}
  .mv_item{height:auto;}
  .mv_item ,
  .mv_item_slide_item {
  }
  .swiper-slide{height:auto !important;}  */
}

.mv_item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: calc(var(--vh, 1vh) * 100);
}
.mv_item.scene_02 .scene_bg {
  background-image: url("../../images/bg_mv02.jpg");
}
.mv_item.scene_03 .scene_bg {
  background-image: url("../../images/bg_mv03.jpg");
}
.mv_item.scene_04 {
  background: #fff;
}
.mv_item_inner {
  flex: 1;
  min-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.mv_item_inner.type2 {
  flex-direction: column;
  gap: 90px;
}
.mv_item_inner.type3 {
  flex-direction: column;
}

.mv_item_package {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.main_skin2 .header_wrap .toplogo_link {
  background-position: 0 100%;
}
.main_skin2 .header_wrap .header_nav_menu {
  color: #0f0f0f;
}
.main_skin2 .header_wrap .util_menu .ico {
  background-position: 0 100%;
}
.main_skin2 .header_wrap .util_menu .util_menu_text {
  color: #404040;
}
.main_skin2 .header_wrap .btn_util_box {
  border-color: #ddd;
}
.main_skin2 .header_wrap .login_men {
  color: #404040;
}
.main_skin2 .mv_container .swiper-pagination.mv_global .swiper-pagination-bullet:before {
  background: #e1e1e1;
}
.main_skin2 .mv_container .swiper-pagination.mv_global .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #484848;
}
.main_skin2 .btn_panel_menu:before, .main_skin2 .btn_panel_menu:after {
  background: #484848;
}
.main_skin2 .btn_panel_menu_ico {
  background: #484848;
}

.mv_gate_swiper_wrap {
  height: 100%;
}

.gate_swiper_container {
  height: 100%;
}
.gate_swiper_container.swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;
}
.gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .scene_bg {
  transform: scale(1);
}
.gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .mv_gate_copy_sub, .gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .mv_gate_copy_main, .gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .mv_gate_copy_sub2, .gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .mv_gate_summary_wrap {
  opacity: 1;
  transform: translateY(0);
}
.gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .mv_gate_copy_sub {
  transition-delay: 0.6s;
}
.gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .mv_gate_copy_main {
  transition-delay: 0.8s;
}
.gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .mv_gate_copy_sub2 {
  transition-delay: 1s;
}
.gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .mv_gate_summary_wrap {
  transition-delay: 1.2s;
}
.gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .mv_gate02_main_copy, .gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .mv_gate02_main_copy2, .gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .mv_gate02_main_copy3, .gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .mv_gate02_sub_copy {
  /* animation: left_motion 1s ease-out forwards; */
  opacity: 1;
  transform: translateX(0);
}
.gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .mv_gate02_img_wrap {
  opacity: 1;
  transform: translateX(0);
}
.gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .mv_gate02_main_copy {
  transition-delay: 0.6s;
}
.gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .mv_gate02_main_copy2 {
  transition-delay: 0.8s;
}
.gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .mv_gate02_main_copy3 {
  transition-delay: 1s;
}
.gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .mv_gate02_sub_copy {
  transition-delay: 1.2s;
}
.gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .mv_gate02_img_wrap {
  transition-delay: 1.4s;
}
.gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .mv_secquard_img_wrap {
  opacity: 1;
  margin-top: 0;
  transition-delay: 0.8s;
}
.gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .scene_dia_title,
.gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .scene_dia_subcopy {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .scene_dia_subcopy {
  transition-delay: 1.4s;
}
.gate_swiper_container.swiper-container .swiper-slide.swiper-slide-active .scene_contents_cols img {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}

.mv_gate_copy_wrap {
  text-align: center;
}

.mv_gate_copy_sub {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 22px;
}

.mv_gate_copy_main {
  font-size: 88px;
  color: #fff;
  font-weight: 700;
}

.mv_gate_copy_sub2 {
  font-size: 38px;
  color: #fff;
  margin-top: 18px;
  line-height: 1.3;
}
.mv_gate_copy_sub2 strong {
  color: #1bb6e3;
}

.mv_gate_summary_wrap {
  margin: 7.813vw 30px 0;
}

.mv_gate_summary_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.mv_gate_summary {
  display: inline-flex;
  border-radius: 100px;
  gap: 10px;
  background: rgba(255, 255, 255, 0.13);
  box-sizing: border-box;
  min-height: 64px;
  padding: 15px 30px;
  align-items: center;
}
.mv_gate_summary .ico {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  background-image: url("../../images/ico_mv01.png");
}
.mv_gate_summary .ico.ico_01 {
  background-position: 0 0;
}
.mv_gate_summary .ico.ico_02 {
  background-position: 0 33.3333333%;
}
.mv_gate_summary .ico.ico_03 {
  background-position: 0 66.6666666%;
}
.mv_gate_summary .ico.ico_04 {
  background-position: 0 100%;
}

.mv_gate_summary_text {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.mv_gate02_copy_wrap {
  text-align: left;
  line-height: 1.4;
}

.mv_gate02_container {
  display: flex;
  justify-content: center;
  gap: 6.771vw;
  margin: 0 11.979vw;
  align-items: center;
}

.mv_gate02_copy_wrap {
  line-height: 1.3;
}

.mv_gate02_main_copy {
  font-size: 64px;
  color: #1bb6e3;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: -1px;
  word-break: keep-all;
}

.mv_gate02_main_copy2 {
  font-size: 52px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -1px;
  word-break: keep-all;
}

.mv_gate02_main_copy3 {
  font-size: 44px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -1px;
  word-break: keep-all;
}

.mv_gate02_sub_copy {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  word-break: keep-all;
}

.mv_item_slide_item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(var(--vh, 1vh) * 100);
  /* @include bgfull; */
  /* &.scene_01_01, &.scene_01_02{
      &:before{display:block;content:'';width:100%;height:100%;position:absolute;top:0;left:0;background:#000000;opacity:.64;}
  } */
}
.mv_item_slide_item.scene_01_01 .scene_bg {
  background-image: url("../../images/bg_mvinfo_01.jpg");
}
.mv_item_slide_item.scene_01_02 .scene_bg {
  background-image: url("../../images/bg_mvinfo_02.jpg");
}
.mv_item_slide_item.scene_01_03 .scene_bg {
  background-image: url("../../images/bg_mvinfo_03.jpg");
}

.scene_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.6);
  transition: transform 2s ease 0.5s;
}

.check_height {
  position: relative;
}

.mv_scene_img_wrap {
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px 0 30px;
}

.mv_scene_img_title {
  margin-bottom: 30px; /* height:17.5%; */
}
.mv_scene_img_title img {
  vertical-align: top;
  height: 100%;
  max-width: 100%;
}

.mv_scene_text_subcopy {
  word-break: keep-all;
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 30px;
}

.mv_scene_img_contents {
  /* height:70%; */
}
.mv_scene_img_contents img {
  vertical-align: top;
  height: 100%;
  max-width: 100%;
}

.mv_secquard_img_wrap {
  display: block; /*  height:calc(100vh - 80px); */
  height: calc(var(--vh, 1vh) * 100 - 80px);
  box-sizing: border-box;
  transform: translate(0, 80px);
}
.mv_secquard_img_wrap img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  max-width: inherit;
  position: absolute;
  top: 0;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  max-width: 1200px;
  transform: translateX(-50%);
}

.mv_cbox_container {
  width: 100%;
  position: relative; /* padding:0 11.45833333333333%; */
  padding: 0 11.458vw;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 4열로 구성 */
  gap: 34px; /* 셀 사이의 간격 */
}
.mv_cbox_container .mv_cbox_copy_wrap {
  text-align: left;
}

/* .mv_cbox_ctr{
    display:flex; gap:34px; margin-right:-34px;
    &:last-of-type{}
} */
.merged {
  grid-column: span 2; /* 셀을 2열 병합 */
}

.mv_cbox_copy_wrap {
  line-height: 1.4;
}

.mv_cbox_main_copy {
  font-size: 64px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -1px;
  word-break: keep-all;
}

.mv_cbox_sub_copy {
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.25px;
  margin-top: 25px;
  word-break: keep-all;
}

.mv_cbox {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0px 8px 8px 0px rgba(19, 19, 20, 0.15);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 40px 35px;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
}
.mv_cbox:hover {
  background-color: #3246a3;
}
.mv_cbox:hover .mv_cbox_text, .mv_cbox:hover .mv_cbox_sub {
  color: #fff;
}
.mv_cbox:hover .mv_cbox_title_row .ico {
  background-position: 0 100%;
}
.mv_cbox:hover .btn_cbox {
  background-color: #2b3c8b;
}
.mv_cbox:hover .btn_cbox:after {
  border-color: #fff;
}
.mv_cbox:hover .btn_cbox_text {
  color: #fff;
}

.mv_cbox_ts_row {
  flex: 1;
}

.mv_cbox_title_row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.mv_cbox_title_row .ico {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
}
.mv_cbox_title_row .ico.ico_01 {
  background-image: url("../../images/ico_mv02_box01.png");
}
.mv_cbox_title_row .ico.ico_02 {
  background-image: url("../../images/ico_mv02_box02.png");
}
.mv_cbox_title_row .ico.ico_03 {
  background-image: url("../../images/ico_mv02_box03.png");
}
.mv_cbox_title_row .ico.ico_04 {
  background-image: url("../../images/ico_mv02_box04.png");
}

.mv_cbox_text {
  font-size: 30px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 1;
  letter-spacing: -0.5px;
}

.mv_cbox_sub {
  font-size: 19px;
  color: #333333;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.5px;
  word-break: keep-all;
}

.mv_cbox_btn_row {
  margin-top: 50px;
  text-align: right;
}

.btn_cbox {
  background: #f2f2f2;
  border-radius: 100px;
  padding: 15px 50px 15px 36px;
  display: inline-block;
  position: relative;
}
.btn_cbox:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #a7a7a7;
  border-top: 2px solid #a7a7a7;
  position: absolute;
  top: 20px;
  right: 30px;
  transform: rotate(45deg);
}

.btn_cbox_text {
  display: inline-block;
  font-size: 18px;
}

.swiper-pagination.mv_inner {
  bottom: 60px;
  line-height: 0;
  font-size: 0;
}
.swiper-pagination.mv_inner .swiper-pagination-bullet {
  opacity: 1;
  width: 11px;
  height: 11px;
  border-radius: 100px;
  background: #b8bcbf;
}
.swiper-pagination.mv_inner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 56px;
  background: #73cce9;
}

.mv_item_copy_wrap {
  text-align: center;
}

.mv_item_main_copy {
  font-size: 64px;
  color: #333333;
  font-weight: 700;
  letter-spacing: -1px;
  word-break: keep-all;
}
.mv_item_main_copy strong {
  color: #13479b;
  font-weight: 700;
}

.else_sub_text {
  font-size: 60px;
  font-weight: 400;
}

.mv_item_sub_copy {
  font-size: 24px;
  color: #333333;
  letter-spacing: -0.5px;
  margin-top: 10px;
  word-break: keep-all;
}

.mv_card_list_wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10.417vw;
}

.mv_card_list {
  display: flex;
  gap: 40px;
  text-align: center;
}
.mv_card_list > li {
  flex: 1;
}

.mv_card_obj {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding: 60px 20px 40px; /* box-shadow: 0px 8px 8px 0px rgba(19, 19, 20, 0.15); */
}
.mv_card_obj:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 40px;
  transition: 0.4s;
  box-shadow: 0px -1px 9px 0px rgba(0, 0, 0, 0.15);
  transform: scale(1);
}
.mv_card_obj > * {
  display: block;
  position: relative;
}
.mv_card_obj:hover:before {
  background-color: #13479b;
  transform: scale(1.1);
}
.mv_card_obj:hover .mv_pro_sumary,
.mv_card_obj:hover .mv_pro_sub_copy {
  color: #fff;
}
.mv_card_obj:hover .mv_pro_img img.default {
  display: none;
}
.mv_card_obj:hover .mv_pro_img img.hover {
  display: inline;
}
.mv_card_obj:hover .mv_pro_icon_wrap .ico {
  background-position: 0 100%;
}
.mv_card_obj:hover .btn_mv_pro {
  color: #fff;
  border-color: #fff;
  background-color: #13479b;
}

.mv_pro_sub_copy_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}
.mv_pro_sub_copy_wrap .mv_pro_sub_copy {
  margin: 0;
}

.mv_pro_sub_copy {
  font-size: 18px;
  color: #333333;
  letter-spacing: -0.25px;
  margin-bottom: 10px;
  word-break: keep-all;
}

.mv_pro_img_wrap {
  text-align: center;
}

.mv_pro_img {
  /* height:30px; @include bgicon; margin:0 auto;
  &.sse{background-image:url("../../images/pro_mv_sse.png");width:247px;}
  &.wse{background-image:url("../../images/pro_mv_wse.png");width:246px;}
  &.nse{background-image:url("../../images/pro_mv_nse.png");width:247px;}
  &.uvm{background-image:url("../../images/pro_mv_uvm.png");width:246px;} */
}
.mv_pro_img img {
  vertical-align: top;
}
.mv_pro_img img.hover {
  display: none;
}

.mv_pro_icon_wrap .ico {
  width: 140px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  margin: 30px auto;
}
.mv_pro_icon_wrap .ico.ico_sse {
  background-image: url("../../images/pro_mv_icon_sse.png");
}
.mv_pro_icon_wrap .ico.ico_wse {
  background-image: url("../../images/pro_mv_icon_wse.png");
}
.mv_pro_icon_wrap .ico.ico_nse {
  background-image: url("../../images/pro_mv_icon_nse.png");
}
.mv_pro_icon_wrap .ico.ico_uvm {
  background-image: url("../../images/pro_mv_icon_uvm.png");
}

.mv_pro_sumary {
  font-size: 16px;
  color: #333;
  word-break: keep-all;
  font-weight: 500;
}

.mv_pro_btn_wrap {
  margin-top: 30px;
}

.btn_mv_pro {
  display: inline-block;
  font-size: 18px;
  color: #2b2b2b;
  padding: 15px 30px;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 100px;
  min-width: 145px;
  text-align: center;
  box-sizing: border-box;
}

.mv_pro_summary_wrap {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.mv_pro_summary {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.mv_motion_card_list_wrap {
  padding: 0 7.813vw;
  width: 100%;
  box-sizing: border-box;
}

.mv_motion_card_list {
  display: flex;
  gap: 36px;
}
.mv_motion_card_list > li {
  flex: 1;
}

.mv_motion_card {
  border-radius: 46px;
  background: #057ea7;
  box-shadow: 0px -1px 9px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 500px;
}
.mv_motion_card:hover .mv_motion_liquid {
  /* justify-content: flex-start; */
  padding: 28px 0;
}
.mv_motion_card:hover .mv_motion_liquid:before {
  height: calc(100% + 1px);
  opacity: 1;
}
.mv_motion_card:hover .mv_motion_hover_row {
  display: block;
}
.mv_motion_card:hover .mv_motion_keyword_row {
  text-align: left;
}
.mv_motion_card.skin2 {
  background-color: #0077ca;
}
.mv_motion_card.skin2 .mv_motion_liquid {
  background-image: url("../../images/bg_probox_02.jpg");
}
.mv_motion_card.skin2 .mv_motion_liquid:before {
  background-color: #0077ca;
}
.mv_motion_card.skin3 {
  background-color: #004fb3;
}
.mv_motion_card.skin3 .mv_motion_liquid {
  background-image: url("../../images/bg_probox_03.jpg");
}
.mv_motion_card.skin3 .mv_motion_liquid:before {
  background-color: #004fb3;
}
.mv_motion_card.skin4 {
  background-color: #0b7281;
}
.mv_motion_card.skin4 .mv_motion_liquid {
  background-image: url("../../images/bg_probox_04.jpg");
}
.mv_motion_card.skin4 .mv_motion_liquid:before {
  background-color: #0b7281;
}
.mv_motion_liquid {
  flex: 1;
  min-height: 0;
  position: relative;
  text-align: center;
  background: url("../../images/bg_probox_01.jpg") no-repeat 50% 50%/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mv_motion_liquid:before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  background: #057ea7;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  transition: 0.4s;
}
.mv_motion_liquid > * {
  position: relative;
  z-index: 1;
}

.mv_motion_keyword_row {
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
}

.mv_motion_keyword {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 100px;
  display: inline-block;
  border: 1px solid #fff;
  word-break: keep-all;
  text-align: center;
}

.mv_motion_name_img {
  text-align: center;
  display: block;
}
.mv_motion_name_img img {
  vertical-align: top;
}

.mv_motion_caption_row {
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
}

.mv_motion_caption {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  word-break: keep-all;
  line-height: 1.4;
}

.mv_motion_hover_row {
  display: none;
  text-align: left;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  width: calc(100% - 60px);
}

.mv_mcard_option_list > li {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
  word-break: keep-all;
}
.mv_mcard_option_list > li:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 7px;
  left: 0;
}
.mv_mcard_option_list > li:last-of-type {
  margin-bottom: 0;
}

.btn_mv_motion {
  flex: 0 0 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.btn_mv_motion:after {
  display: block;
  content: "";
  width: 40px;
  height: 12px;
  flex: 0 0 40px;
  background: url("../../images/btn_allow_mvpro.png") no-repeat 0 0/100% auto;
}

.btn_mv_motion_text {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
}



.scene_diagram_container {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 103px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 150px;
}

.scene_title_cols {
  padding-top: 70px;
}

.scene_dia_title img {
  vertical-align: top;
}

.scene_dia_subcopy {
  font-size: 38px;
  font-weight: 700;
  color: #333333;
  margin-top: 50px;
  line-height: 1.35;
}
.scene_dia_subcopy strong {
  color: #ef3b32;
  font-weight: 700;
}

.scene_contents_cols {
  margin-bottom: -60px;
}
.scene_contents_cols img {
  vertical-align: top;
}

/* motion */
.mv_gate_copy_sub, .mv_gate_copy_main, .mv_gate_copy_sub2, .mv_gate_summary_wrap {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease-out;
}

.mv_gate02_main_copy, .mv_gate02_main_copy2, .mv_gate02_main_copy3, .mv_gate02_sub_copy {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1s ease-out;
}

.mv_gate02_img_wrap {
  opacity: 0;
  transform: translateX(50px);
  transition: all 1s ease-out;
}

.mv_secquard_img_wrap {
  opacity: 0;
  margin-top: -50px;
  transition: all 1s ease-out;
}

.mv_cbox_main_copy,
.mv_cbox_sub_copy {
  opacity: 0;
  transform: translateX(50px);
  transition: all 1s ease-out 0.5s;
}

.mv_cbox {
  transform: translate(0, 100px);
  opacity: 0;
  transition: transform 1s ease-out 0.8s, opacity 1s ease-out 0.8s;
}

.mv_item_main_copy,
.mv_item_sub_copy {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease-out;
}

.mv_card_obj, .mv_motion_card {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease-out;
}

.scene_dia_title,
.scene_dia_subcopy {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1s ease-out 0.8s;
}

.scene_contents_cols img {
  opacity: 0;
  transform: translateX(100px);
  transition: all 1s ease-out 0.8s;
}

@-webkit-keyframes zoomin_main {
  0% {
    transform: scale(1.6);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoomin_main {
  0% {
    transform: scale(1.6);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes up_motion {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes up_motion {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes left_motion {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes left_motion {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes right_motion {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes right_motion {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 1919px) {
  /* .mv_scene_img_title{
      margin-bottom:2.8%; height:17.5%;
  }
  .mv_scene_text_subcopy{font-size:20px;margin-bottom:2.8%;}
  .mv_scene_img_contents{
      height:70%;
  } */
}
@media (max-width: 1680px) {
  .mv_cbox_container {
    padding: 0 130px;
    gap: 20px;
  }
  .mv_item_package {
    gap: 50px;
  }
  .mv_card_list {
    gap: 20px;
  }
  .mv_card_obj {
    padding: 30px 20px;
  }
  .mv_card_obj:before {
    border-radius: 20px;
  }
  .mv_pro_icon_wrap .ico {
    width: 100px;
    height: 100px;
    margin: 10px auto;
  }
  .mv_motion_card_list {
    gap: 20px;
  }
  .mv_motion_card {
    border-radius: 20px;
    min-height: 450px;
  }
  .mv_motion_card:hover .mv_motion_liquid {
    padding: 15px;
  }
  .mv_motion_keyword_row {
    padding: 0 10px;
  }
  .mv_motion_keyword {
    padding: 7px 15px;
    font-size: 14px;
  }
  .mv_motion_name_img {
    /*  img{max-width:80%;} */
  }
  .mv_motion_liquid {
    padding: 15px;
  }
  .mv_motion_caption_row {
    padding: 0;
  }
  .mv_motion_caption {
    font-size: 16px;
  }
  .mv_motion_caption br {
    display: none;
  }
  .mv_motion_hover_row {
    width: calc(100% - 20px);
    margin-top: 20px;
    padding-top: 20px;
  }
  .mv_cbox_main_copy {
    font-size: 46px;
    letter-spacing: -0.5px;
  }
  .mv_cbox_sub_copy {
    font-size: 24px;
    margin-top: 15px;
  }
  .mv_item_main_copy {
    font-size: 46px;
    letter-spacing: -0.5px;
  }
  .else_sub_text {
    font-size: 42px;
  }
  .mv_item_sub_copy {
    font-size: 24px;
  }
  .btn_mv_pro {
    padding: 15px 20px;
    font-size: 15px;
  }
  .mv_cbox {
    padding: 20px;
    border-radius: 10px;
  }
  .mv_cbox_title_row {
    margin-bottom: 10px;
  }
  .mv_cbox_title_row .ico {
    width: 35px;
    height: 35px;
    flex-basis: 35px;
  }
  .mv_cbox_text {
    font-size: 20px;
  }
  .mv_cbox_sub {
    font-size: 16px;
  }
  .mv_cbox_btn_row {
    margin-top: 30px;
  }
  .btn_cbox {
    padding: 10px 35px 10px 20px;
  }
  .btn_cbox:after {
    width: 6px;
    height: 6px;
    top: 15px;
    right: 20px;
  }
  .btn_cbox_text {
    font-size: 16px;
  }
  .mv_card_list_wrap {
    padding: 0 130px;
  }
  .scene_diagram_container {
    gap: 50px;
    padding: 0 100px;
  }
  .scene_title_cols { /* padding-top:30px; */ }
  .scene_dia_subcopy {
    font-size: 20px;
    margin-top: 20px;
  }
  .scene_contents_cols {
    /* margin-bottom:-30px; */
  }
}
@media (max-width: 1440px) {

  .mv_gate_copy_sub {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .mv_gate_copy_main {
    font-size: 68px;
  }
  .mv_gate_copy_sub2 {
    font-size: 22px;
    margin-top: 9px;
  }
  .mv_gate_summary_wrap {
    margin: 60px 30px 0;
  }
  .mv_gate_summary_list {
    gap: 10px;
  }
  .mv_gate_summary {
    min-height: 54px;
    padding: 10px 20px;
  }
  .mv_gate_summary_text {
    font-size: 15px;
  }
  .mv_gate02_container {
    gap: 40px;
    margin: 0 110px;
  }
  .mv_gate02_main_copy {
    font-size: 48px;
  }
  .mv_gate02_main_copy2 {
    font-size: 38px;
  }
  .mv_gate02_main_copy3 {
    font-size: 36px;
  }
  .mv_gate02_sub_copy {
    font-size: 20px;
  }
  .mv_gate02_img_wrap {
    flex: 0 0 50%;
  }
  .mv_secquard_img_wrap img {
    height: 90%;
    top: 50%;
    transform: translateY(-50%) translate(0);
    left: 0;
  }
  .mv_mcard_option_list > li {
    padding-left: 10px;
    font-size: 14px;
  }
  .mv_mcard_option_list > li:before {
    width: 3px;
    height: 3px;
    top: 7px;
  }
  .btn_mv_motion:after {
    width: 28px;
    height: 8.4px;
    flex-basis: 28px;
  }
  .btn_mv_motion_text {
    font-size: 14px;
  }
  .mv_cbox_title_row {
    gap: 5px;
  }
  .mv_cbox_title_row .ico {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }
  .mv_cbox_text {
    font-size: 16px;
  }
  .mv_cbox_sub {
    font-size: 14px;
  }
  .mv_cbox_sub br {
    display: none;
  }
}
/* @media (min-height:1075px){
    .mv_scene_img_wrap{padding-top:125px}
} */
@media (max-height: 1074px) and (min-width: 1024px) {
  .mv_scene_img_title {
    margin-bottom: 2.8%;
    height: 17.5%;
  }
  .mv_scene_text_subcopy {
    font-size: 20px;
    margin-bottom: 2.8%;
  }
  .mv_scene_img_contents {
    height: 70%;
  }
  /* .mv_item_slide_item{
      box-sizing:border-box; padding:120px 30px;
  }
  .mv_item:not(.scene_01){
      box-sizing:border-box; padding:120px 30px;
  } */
}
@media (max-width: 1023px) {
  .mv_gate_swiper_wrap, .gate_swiper_container { /* height:100vh !important; */ }
  .mv_gate_copy_wrap {
    margin: 0 30px;
  }
  .mv_gate_copy_sub {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .mv_gate_copy_main {
    font-size: 34px;
  }
  .mv_gate_summary_wrap {
    margin: 30px 30px 0;
  }
  .mv_gate_summary .ico {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }
  .mv_gate_summary_text {
    font-size: 14px;
  }
  .mv_gate_summary_list {
    margin: 0 -5px;
  }
  .mv_gate_summary_list > li {
    flex: 0 0 calc(50% - 10px);
  }
  .mv_gate_summary {
    min-height: 0;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
  }
  .mv_gate02_container {
    /* margin:0 230px; */
    margin: 0 50px;
    display: block;
    text-align: center;
    padding: 60px 0;
  }
  .mv_gate02_copy_wrap {
    text-align: center;
  }
  .mv_gate02_main_copy {
    font-size: 34px;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
  }
  .mv_gate02_main_copy2 {
    font-size: 30px;
    letter-spacing: -0.25px;
  }
  .mv_gate02_main_copy3 {
    font-size: 28px;
    letter-spacing: -0.25px;
  }
  .mv_gate02_sub_copy {
    font-size: 14px;
    margin-top: 10px;
  }
  .mv_gate02_img_wrap {
    margin-top: 20px;
  }
  .mv_secquard_img_wrap {
    margin: 0 20px;
  }
  .mv_secquard_img_wrap img {
    height: 100%;
  }
  .mv_item_inner {
    gap: 30px;
  }
  .swiper.mv_container {
    height: calc(var(--vh, 1vh) * 100);
  }
  .swiper.mv_container .swiper-pagination.mv_global.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper.mv_container .swiper-pagination.mv_global > .swiper-pagination-bullets {
    left: 10px;
  }
  .swiper.mv_container .swiper-pagination.mv_global.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper.mv_container .swiper-pagination.mv_global > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
  }
  .swiper-pagination.mv_inner {
    bottom: 30px;
  }
  .swiper-pagination.mv_inner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .swiper-pagination.mv_inner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 28px;
  }


  .mv_cbox_cell.merged {
    display: none;
  }
  .mv_item_inner.type3 {
    padding: 70px 0;
  }
  .mv_item_inner > .mv_cbox_copy_wrap.mb_item {
    padding: 0 30px;
    text-align: center;
  }
  .mv_cbox_main_copy {
    font-size: 34px;
  }
  .mv_cbox_sub_copy {
    margin-top: 10px;
    font-size: 16px;
  }
  .mv_cbox_container {
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 0 0;
    gap: 10px;
    width: auto;
  }
  .mv_cbox_cell {
    /* margin-bottom:10px;
    &:last-of-type{margin-bottom:0;} */
    flex: 0 0 calc(50% - 10px);
  }
  .mv_cbox_sub {
    height: auto !important;
  }
  .mv_cbox {
    padding: 15px;
  }
  .btn_cbox_text {
    font-size: 14px;
  }
  .btn_cbox {
    display: block;
    text-align: center;
  }
  .btn_cbox:after {
    top: 13.5px;
  }
  /* .mv_item_copy_wrap{margin:0 50px;} */
  .mv_item_main_copy {
    font-size: 34px;
  }
  .mv_item_main_copy strong {
    display: block;
  }
  .mv_item_sub_copy {
    font-size: 16px;
  }
  .else_sub_text {
    font-size: 30px;
  }
  .mv_item_package {
    margin: 0 30px;
    padding: 70px 0;
    gap: 30px;
  }
  .mv_item_package .mv_item_copy_wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .mv_card_list_wrap {
    padding: 0;
  }
  .mv_card_list {
    gap: 10px;
    flex-wrap: wrap;
    margin-right: -10px;
  }
  .mv_card_list > li {
    flex: 0 0 calc(50% - 10px);
  }
  .mv_card_obj {
    padding: 15px 10px;
  }
  .mv_card_obj:hover:before {
    transform: scale(1);
  }
  .mv_card_obj:before {
    border-radius: 10px;
  }
  .mv_pro_sub_copy {
    font-size: 14px;
  }
  .mv_pro_sumary {
    font-size: 14px;
  }
  .mv_pro_icon_wrap .ico {
    width: 50px;
    height: 50px;
  }
  .mv_pro_btn_wrap {
    margin-top: 15px;
  }
  .btn_mv_pro {
    min-width: 0;
    padding: 10px 15px;
    font-size: 14px;
  }
  .mv_motion_card_list_wrap {
    padding: 0;
  }
  .mv_motion_card_list {
    gap: 10px;
    flex-wrap: wrap;
    margin-right: -10px;
    width: auto;
  }
  .mv_motion_card_list > li {
    flex: 0 0 calc(50% - 10px);
  }
  .mv_motion_card {
    min-height: 400px;
    border-radius: 10px;
  }
  .mv_motion_caption {
    font-size: 13px;
  }
  .mv_motion_hover_row {
    width: 100%;
  }
  .btn_mv_motion {
    flex: 0 0 50px;
    gap: 5px;
  }
  .btn_mv_motion:after {
    width: 20px;
    height: 6px;
    flex: 0 0 20px;
  }
  .btn_mv_motion_text {
    font-size: 13px;
  }
  .mv_mcard_option_list > li {
    font-size: 13px;
    padding-left: 8px;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .mv_mcard_option_list > li:before {
    top: 6px;
  }
  .mv_motion_keyword {
    font-size: 12px;
  }
  .scene_diagram_container {
    padding: 60px 30px;
    display: block;
  }
  .scene_title_cols {
    padding-top: 0;
  }
  .scene_dia_title {
    padding: 0 30px;
  }
  .scene_dia_subcopy {
    font-size: 16px;
    margin-top: 20px;
  }
  .scene_contents_cols {
    margin: 25px 0 0 0;
  }
  /* motion */
  /* .mv_item,
  .mv_item_slide_item{height:auto;}
  .mv_item{height:100vh !important;min-height:100vh} */
  /* .mv_card_obj,.mv_motion_card{transform: translate(-100px,0);} */
  /* .mv_item_slide_item .check_height{display:none;} */
}
@media (min-width: 1921px) {
  .mv_gate_summary_wrap {
    margin-top: 150px;
  }
  .mv_cbox_container {
    margin: 0 auto;
    max-width: 1485px;
    padding: 0;
  }
  .mv_motion_card_list_wrap {
    margin: 0 auto;
    max-width: 1620px;
    padding: 0;
  }
  .mv_card_list_wrap {
    margin: 0 auto;
    width: 1515px;
    padding: 0;
  }
  .mv_gate02_container {
    display: flex;
    justify-content: center;
    gap: 120px;
    margin: 0 230px;
    align-items: center;
  }
}
#debug {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  background: red;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */
