@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: "Noto Sans KR", 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: "Noto Sans KR";
}

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: "Noto Sans KR";
}

button span {
  position: relative;
  font-family: "Noto Sans KR";
}

select {
  font-family: "Noto Sans KR";
}

/* 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: "Noto Sans KR";
  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: "Noto Sans KR";
  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: "Noto Sans KR";
  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: "Noto Sans KR";
}

::-moz-input-placeholder {
  color: #cccccc;
  font-family: "Noto Sans KR";
}

:-ms-input-placeholder {
  color: #cccccc;
  font-family: "Noto Sans KR";
}

::-ms-input-placeholder {
  color: #cccccc;
  font-family: "Noto Sans KR";
}

::input-placeholder {
  color: #cccccc;
  font-family: "Noto Sans KR";
}

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;
}

img, a, a img {
  -webkit-user-drag: none;
 /* 크롬/사파리 등 */
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
 /* iOS 길게 눌러 저장 메뉴 방지 */;
}

em {
  font-style: normal;
}

/* common */
.hidden {
  display: none !important;
}

.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: "Noto Sans KR";
  src: url("./webfont/NotoSans-Bold.eot");
  src: url("./webfont/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("./webfont/NotoSans-Bold.woff2") format("woff2"), url("./webfont/NotoSans-Bold.woff") format("woff"), url("./webfont/NotoSans-Bold.ttf") format("truetype"), url("./webfont/NotoSans-Bold.svg#NotoSans-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("./webfont/NotoSans-Regular.eot");
  src: url("./webfont/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("./webfont/NotoSans-Regular.woff2") format("woff2"), url("./webfont/NotoSans-Regular.woff") format("woff"), url("./webfont/NotoSans-Regular.ttf") format("truetype"), url("./webfont/NotoSans-Regular.svg#NotoSans-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("./webfont/NotoSans-Thin.eot");
  src: url("./webfont/NotoSans-Thin.eot?#iefix") format("embedded-opentype"), url("./webfont/NotoSans-Thin.woff2") format("woff2"), url("./webfont/NotoSans-Thin.woff") format("woff"), url("./webfont/NotoSans-Thin.ttf") format("truetype"), url("./webfont/NotoSans-Thin.svg#NotoSans-Thin") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("./webfont/NotoSans-Black.eot");
  src: url("./webfont/NotoSans-Black.eot?#iefix") format("embedded-opentype"), url("./webfont/NotoSans-Black.woff2") format("woff2"), url("./webfont/NotoSans-Black.woff") format("woff"), url("./webfont/NotoSans-Black.ttf") format("truetype"), url("./webfont/NotoSans-Black.svg#NotoSans-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("./webfont/NotoSans-Light.eot");
  src: url("./webfont/NotoSans-Light.eot?#iefix") format("embedded-opentype"), url("./webfont/NotoSans-Light.woff2") format("woff2"), url("./webfont/NotoSans-Light.woff") format("woff"), url("./webfont/NotoSans-Light.ttf") format("truetype"), url("./webfont/NotoSans-Light.svg#NotoSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("./webfont/NotoSans-DemiLight.eot");
  src: url("./webfont/NotoSans-DemiLight.eot?#iefix") format("embedded-opentype"), url("./webfont/NotoSans-DemiLight.woff2") format("woff2"), url("./webfont/NotoSans-DemiLight.woff") format("woff"), url("./webfont/NotoSans-DemiLight.ttf") format("truetype"), url("./webfont/NotoSans-DemiLight.svg#NotoSans-Light") format("svg");
  font-weight: 350;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("./webfont/NotoSans-Medium.eot");
  src: url("./webfont/NotoSans-Medium.eot?#iefix") format("embedded-opentype"), url("./webfont/NotoSans-Medium.woff2") format("woff2"), url("./webfont/NotoSans-Medium.woff") format("woff"), url("./webfont/NotoSans-Medium.ttf") format("truetype"), url("./webfont/NotoSans-Medium.svg#NotoSans-Light") format("svg");
  font-weight: 500;
  font-style: normal;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("./webfont/montserrat-regular-webfont.eot");
  src: url("./webfont/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("./webfont/montserrat-regular-webfont.woff2") format("woff2"), url("./webfont/montserrat-regular-webfont.woff") format("woff"), url("./webfont/montserrat-regular-webfont.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("./webfont/montserrat-bold-webfont.eot");
  src: url("./webfont/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("./webfont/montserrat-bold-webfont.woff2") format("woff2"), url("./webfont/montserrat-bold-webfont.woff") format("woff"), url("./webfont/montserrat-bold-webfont.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* layout */
html:not(.touchmode) ::-webkit-scrollbar {
  width: 4px;
}

html:not(.touchmode) ::-webkit-scrollbar-thumb {
  background-color: #2D1F13;
  background-clip: padding-box;
}

html:not(.touchmode) ::-webkit-scrollbar-track {
  background-color: transparent;
}

.front_body {
  overflow-x: hidden;
  position: relative;
}

.page_wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 280px;
}

.header_wrap {
  height: 90px;
  flex: 0 0 90px;
  background: #2D1F13;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 30;
}

.header_inner {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  min-height: 100%;
  justify-content: center;
  align-items: center;
}

.header_left_panel,
.header_right_panel {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.header_left_panel {
  left: 30px;
}

.header_right_panel {
  right: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

.head_util_list {
  display: flex;
  align-items: center;
  gap: 32px;
}

.head_util_list > li {
  position: relative;
}

.head_util_list > li:after {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  background: #ccc;
  position: absolute;
  top: 10px;
  right: -16px;
}

.head_util_list > li:last-of-type:after {
  display: none;
}

.profile_util_wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.profile_img_cols {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}

.profile_img_cols > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.profile_spec_cols {
  display: inline-block;
  position: relative;
  top: 1px;
}

.profile_spec_node {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}

.profile_spec_node .em {
  font-weight: 500;
}

.member_level_item {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  position: relative;
  top: -1px;
}

.member_level_item .level_ico {
  width: 8px;
  height: 8px;
  background: #fff;
  transform: rotate(-45deg);
  display: inline-block;
  position: relative;
  top: 1px;
}

.member_level_item .level_text_node {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}

.btn_header_ico {
  width: 24px;
  height: 24px;
  display: inline-block;
  /* 260224 카운트 추가 */
  position: relative;
}


/* 260224 카운트 추가 */
.cout_layer {
  display: inline-block;
  min-width: 14px;
  height: 14px;
  text-align: center;
  position: absolute;
  top: -1px;
  left: 14px;
  white-space: nowrap;
  border-radius: 14px;
  background: #FA8A1A;
  line-height: 14px;
  font-size: 10px;
  color: #fff;
  font-weight: 700;
  padding: 0 4px;
  box-sizing: border-box;
}

.btn_header_menu {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.btn_header_menu:before, .btn_header_menu:after {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 0;
}

.btn_header_menu:before {
  top: 3px;
}

.btn_header_menu:after {
  bottom: 4px;
}

.btn_header_menu_line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 0;
  border-bottom: 1px solid #fff;
  margin-top: -1px;
}

.btn_header_app_menu {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../images/ico_menu.svg") no-repeat 0 0/100% auto;
}

.top_logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.top_logo_dom {
  display: inline-flex;
  align-items: flex-start;
}

.top_logo_dom > img {
  vertical-align: top;
}

.middle_wrap {
  flex: 1;
  min-height: 0;
}

.middle_wrap.flex_type {
  display: flex;
  justify-content: center;
  align-items: center;
}

.middle_info_container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.btn_topgo_wrap {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 36px 0 24px;
  z-index: 10;
  touch-action: none;
  pointer-events: none;
}

.btn_topgo_inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.btn_topgo {
  display: flex;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  touch-action: auto;
  pointer-events: all;
  transform: translateX(calc(100% + 10px));
  background: #fff;
}

.btn_topgo .ico {
  width: 24px;
  height: 24px;
  background: url("../images/ico_topgo.svg") no-repeat 0 0/100% auto;
}

.btn_topgo .text_node {
  font-size: 12px;
  display: block;
  color: #666;
  font-weight: 500;
}

.check_topgo {
  height: 1px;
  pointer-events: none;
}

.footer_wrap {
  background: #EDEDED;
}

.footer_inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 30px 32px;
  position: relative;
}

.footer_block {
  border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.footer_block.main_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer_block:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer_logo img {
  vertical-align: top;
}

.footer_menu_list {
  display: flex;
  align-items: center;
  gap: 48px;
}

.footer_menu_list > li {
  position: relative;
}

.footer_menu_list > li:after {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  background: #CCCCCC;
  position: absolute;
  top: calc(50% - 1px);
  right: -24px;
  transform: translateY(-50%);
}

.footer_menu_list > li:last-of-type:after {
  display: none;
}

.footer_menu {
  display: inline-block;
  font-size: 16px;
  color: #222;
  opacity: 0.7;
  line-height: 1;
}

.footer_menu.highlight {
  font-weight: 500;
  opacity: 1;
}

.footer_info_para,
.footer_copy_para {
  font-size: 14px;
}

.footer_info_para {
  color: #222222;
  opacity: 0.5;
  font-weight: 500;
}

.footer_copy_para {
  margin-top: 7px;
  color: #222222;
  opacity: 0.3;
}

.page_section_row {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 1680px) {
  .btn_topgo {
    transform: translateX(0);
  }
}

@media (max-width: 1023px) {
  .header_right_panel {
    gap: 18px;
  }

  .head_util_list {
    flex-direction: column;
    gap: 5px;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .head_util_list > li:after {
    display: none;
  }

  .profile_util_wrap {
    gap: 10px;
  }

  .profile_img_cols {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }

  .profile_spec_cols {
    display: inline-block;
    position: relative;
    top: 1px;
  }

  .profile_spec_node {
    font-size: 14px;
  }

  .member_level_item {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    position: relative;
    top: -1px;
  }

  .member_level_item .level_ico {
    display: inline-block;
    position: relative;
    top: 1px;
  }

  .member_level_item .level_text_node {
    font-size: 14px;
  }

  .page_section_row {
    padding: 0 16px;
  }
}

@media (max-width: 767px) {
  .header_wrap {
    height: 60px;
    flex-basis: 60px;
  }

  .header_inner {
    padding: 0 60px;
  }

  .header_left_panel {
    left: 16px;
  }

  .header_right_panel {
    right: 23px;
  }

  .head_util_wrap {
    display: none;
  }

  .top_logo_dom {
    width: 131px;
  }

  .top_logo_dom > img {
    max-width: 100%;
  }

  .btn_topgo_wrap {
    padding: 16px 0;
  }

  .btn_topgo_inner {
    padding: 0 16px;
  }

  .btn_topgo {
    width: 56px;
    height: 56px;
  }

  .btn_topgo .ico {
    width: 20px;
    height: 20px;
  }

  .btn_topgo .text_node {
    font-size: 10px;
  }

  .footer_inner {
    padding: 24px 16px 30px;
  }

  .footer_block {
    margin-bottom: 16px;
    padding-bottom: 24px;
  }

  .footer_block.main_row {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .footer_block:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer_logo {
    width: 153px;
  }

  .footer_menu_list {
    gap: 32px;
  }

  .footer_menu_list > li:after {
    right: -17px;
  }

  .footer_menu {
    font-size: 14px;
  }

  .footer_info_para,
.footer_copy_para {
    font-size: 12px;
  }
}

@media (hover: none) and (pointer: coarse) {
  /* 터치 전용 스타일 */;
}
/* menu */
.total_info_wrap {
  background: #fff;
  box-shadow: 0px 4px 6.3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: calc(100% - 12px);
  left: 30px;
  width: 508px;
  display: none;
}

.total_info_wrap.active {
  display: block;
}

.total_info_panel {
  display: flex;
  flex-direction: column;
}

.total_info_top_row {
  padding: 16px 20px 32px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.total_info_bottom_row {
  border-top: 1px solid #ddd;
}

.profile_chip_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.profile_chip_wrap .profile_ico {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
}

.profile_chip_wrap .profile_ico > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.proflie_who_para {
  font-size: 16px;
  color: #666666;
}

.proflie_who_para .em {
  font-weight: 500;
  color: #333;
}

.total_top_else_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.btn_total_close {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url("../images/ico_total_close.svg");
}

.facts_tb_wrap {
  background: #F8F8F8;
  padding: 24px 24px 33px;
  border-radius: 4px;
  margin: 0 20px 16px;
}

.facts_tb {
  display: table;
  width: 100%;
}

.facts_tr {
  display: table-row;
}

.facts_tr:last-of-type .facts_th, .facts_tr:last-of-type .facts_td {
  padding-bottom: 0;
}

.facts_th, .facts_td {
  display: table-cell;
  padding-bottom: 25px;
}

.facts_th {
  width: 1px;
  white-space: nowrap;
  padding-right: 30px;
}

.facts_keynode {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  line-height: 1;
}

.cell_inline_list {
  display: flex;
  gap: 13px;
  align-items: center;
}

.cell_note_para {
  font-size: 13px;
  color: #333;
}

.level_dom_wrap {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

.level_dom_ico {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 8px;
  height: 8px;
  background: #222;
  transform: rotate(-45deg);
}

.level_dom_text {
  font-size: 16px;
  color: #222;
  font-weight: 500;
}

.facts_td_block {
  margin-bottom: 13px;
}

.facts_td_block:last-of-type {
  margin-bottom: 0;
}

.number_subset {
  display: flex;
  align-items: center;
  gap: 4px;
}

.number_subset.highlight .number_set_dom {
  font-size: 16px;
  color: #222;
  font-weight: 700;
}

.number_subset.highlight .number_set_unit {
  position: relative;
  top: 0;
  background: #DD8560;
}

.facts_text_data {
  font-size: 14px;
  color: #222222;
}

.facts_text_slice {
  display: inline-block;
}

.number_set_unit {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  top: -2px;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.number_set_unit.shape_circle {
  background: #BBBBBB;
  padding-bottom: 1px;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  color: #fff;
  font-size: 7px;
}

.total_else_route_row {
  border-top: 1px solid #ddd;
  padding: 20px 24px;
}

.total_route_list {
  display: flex;
  flex-wrap: wrap;
}

.total_route_list > li {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding: 20px 30px;
  border-top: 1px solid #ddd;
}

.total_route {
  display: flex;
  align-items: center;
  gap: 10px;
}

.total_route .ico {
  flex: 0 0 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
}

.total_route .ico.shape_app {
  background-image: url("../images/ico_total_01.png");
}

.total_route .ico.shape_point {
  background-image: url("../images/ico_total_02.png");
}

.total_route .ico.shape_center {
  background-image: url("../images/ico_total_03.png");
}

.total_route .ico.shape_list {
  background-image: url("../images/ico_total_04.png");
}

.total_route .text_node {
  font-size: 18px;
  color: #222222;
  display: inline-block;
  font-weight: 500;
}

.logo_route_item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.logo_route_item img.logo_img {
  flex: 0 0 32px;
  width: 32px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

.logo_route_item .ico {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  margin-left: 8px;
}

.logo_route_item .ico.link_type {
  background-image: url("../images/ico_link_blank.png");
}

.total_util_action_wrap {
  position: absolute;
  top: 16px;
  right: 62px;
}

.route_text_node {
  font-size: 18px;
  color: #222;
  display: inline-block;
  line-height: 1;
}

@media (max-width: 767px) {
  .total_info_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
  }

  .total_info_panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .total_info_top_row {
    flex: 0;
    border-bottom: 1px solid #ddd;
    padding: 16px 20px 16px 30px;
  }

  .total_info_middle_row {
    flex: 1;
    position: relative;
    overflow-y: auto;
  }

  .total_route_list > li {
    flex: 0 0 100%;
  }

  .total_util_action_wrap {
    position: static;
    padding: 40px 24px;
    border-top: 1px solid #ddd;
  }

  .total_util_action_wrap .btn_role_box {
    display: flex;
    min-height: 50px;
    font-size: 15px;
    min-width: 0;
  }

  .logo_route_item {
    display: flex;
    position: relative;
    padding-right: 30px;
    min-height: 24px;
  }

  .logo_route_item .ico {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .facts_th {
    display: none;
  }

  .facts_th, .facts_td {
    padding-bottom: 18px;
  }

  .number_subset.highlight .number_set_dom {
    font-size: 20px;
  }

  .number_subset.highlight .number_set_unit {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }

  .facts_tb_wrap {
    padding: 20px;
    margin: 20px;
  }
}

.indent_bullet_list {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}

.indent_bullet_list > li {
  display: flex;
  gap: 5px;
}

.indent_bullet {
  flex: 0;
  white-space: nowrap;
}

.combo_select_wrap {
  position: relative;
}

.combo_select_wrap.active .combo_option_layer {
  display: block;
}

.combo_target {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 42px;
  padding: 10px 40px 10px 16px;
  border: 1px solid #ddd;
  background: url("../images/ico_select_16_arrow.svg") no-repeat calc(100% - 13px) 50%;
}

.combo_target .text_node {
  display: inline-block;
  font-size: 14px;
  color: #000;
}

.combo_option_layer {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  z-index: 10;
  display: none;
}

.combo_option {
  padding: 10px 16px;
  display: block;
  font-size: 14px;
  color: #000;
}

.combo_option:hover {
  background: rgba(0, 0, 0, 0.03);
}

.count_control_wrap {
  display: inline-flex;
  width: 120px;
  height: 34px;
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.count_control_navi {
  flex: 0 0 34px;
  width: 34px;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  position: relative;
}

.count_control_navi:before, .count_control_navi:after {
  display: block;
  content: "";
  width: 14px;
  height: 0;
  border-bottom: 2px solid #222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.count_control_navi.plus {
  border-right: 0;
}

.count_control_navi.plus:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.count_control_fraction {
  flex: 0 0 50px;
  text-align: center;
  font-size: 14px;
  color: #222222;
  border-right: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.indent_para {
  display: block;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
}

.indent_para.bullet_etri:before {
  display: block;
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}

.warn_theme {
  color: #CE2727;
}

.warn_theme * {
  color: #CE2727;
}

input.form_input {
  border: 1px solid #ddd;
  height: 42px;
  box-sizing: border-box;
  color: #222;
  font-size: 14px;
  padding: 0 12px;
}

input.form_input.calendar {
  width: 150px;
  padding: 0 40px 0 12px;
  background: url("../images/ico_calendar_16.png") no-repeat calc(100% - 13px) 50%/16px auto;
}

input.form_input.pickup {
  width: 150px;
  padding: 0 40px 0 12px;
  background: url("../images/ico_calendar_16.png") no-repeat calc(100% - 13px) 50%/16px auto;
}

.btn_quad_wrap {
  display: flex;
  gap: 24px;
}

.btn_quad_wrap.respon_each_wrap {
  justify-content: center;
}

.btn_quad_wrap.respon_each_wrap .btn_quad {
  flex: 0 0 293px;
}

.btn_quad {
  flex: 1;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid #2D1F13;
  padding: 10px 10px;
}

.btn_quad.big {
  min-height: 70px;
}

.btn_quad.big .text_node {
  font-size: 20px;
  font-weight: 600;
}

.btn_quad.size2 {
  min-height: 44px;
}

.btn_quad.size2 .text_node {
  font-size: 14px;
  font-weight: 500;
}

.btn_quad.primary {
  background: #2D1F13;
  color: #fff;
}

.btn_quad.primary .text_node {
  color: #fff;
}

.btn_quad.theme_2 {
  background: #DD8560;
  color: #fff;
  border-color: #DD8560;
}

.btn_quad.theme_2 .text_node {
  color: #fff;
}

.btn_quad .text_node {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.btn_quad .text_node .count {
  font-weight: 700;
}

.btn_role_box {
  display: inline-flex;
  gap: 8px;
  background: #fff;
  font-size: 12px;
  min-width: 80px;
  text-align: center;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  box-sizing: border-box;
  border: 1px solid #2D1F13;
}

.btn_role_box.size2 {
  min-height: 40px;
}

.btn_role_box .text_node {
  font-size: 14px;
  color: #2D1F13;
}

.btn_role_box .ico {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

.btn_role_box .ico.shape_arrow_down {
  background-image: url("../images/ico_more_arrow_16.svg");
  position: relative;
  top: 1px;
}

.props_item {
  display: inline-flex;
  gap: 10px;
}

.props_dom {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url("../images/ico_checkbox.png");
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  box-sizing: content-box;
}

.props_dom:checked {
  background-color: #DD8560;
  background-position: 0 100%;
  border-color: #DD8560;
}

.props_label {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 1px;
}

.btn_task_list {
  display: flex;
  align-items: center;
  gap: 16px;
}

.btn_task_box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  color: #222222;
  background: #fff;
  min-height: 32px;
  box-sizing: border-box;
  border: 1px solid #333;
}

.btn_task_box.line_active {
  border-color: #DD8560;
  color: #DD8560;
}

.btn_task_box.style2 {
  min-height: 36px;
  padding: 8px 18px;
}

.btn_toggle_ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url("../images/ico_toggle_up.svg");
}

.btn_toggle_ico.active {
  transform: rotate(180deg);
}

.btn_toggle_chip {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url("../images/ico_toggle_24.svg");
}

.btn_toggle_chip.active {
  transform: rotate(180deg);
}

.btn_action_box {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  border: 1px solid #333;
  justify-content: center;
  box-sizing: border-box;
  min-height: 32px;
  padding: 5px 15px;
}

.btn_action_box .ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

.btn_action_box .ico.shape_trash {
  background-image: url("../images/ico_trash.svg");
}

.btn_action_box .text_node {
  display: inline-block;
  font-size: 13px;
  color: #222;
  line-height: 1;
}

.mb_br {
  display: none;
}

@media (max-width: 767px) {
  .indent_bullet_list {
    font-size: 14px;
  }

  .combo_target {
    min-height: 40px;
    background-position: calc(100% - 10px) 50%;
  }

  .combo_target .text_node {
    font-size: 12px;
  }

  .combo_option {
    font-size: 12px;
  }

  .btn_task_box {
    min-height: 0;
    font-size: 10px;
    padding: 7px 10px;
    line-height: 1;
  }

  .btn_task_box.style2 {
    padding: 8px 16px;
    font-size: 12px;
  }

  .mb_br {
    display: block;
  }
}
/* popup */
.btn_guide_box {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ddd;
  color: #000;
  font-size: 16px;
}

.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_box_tb_wrap,
.popup_wrap.active.motion_end .popup_item {
  opacity: 1;
}

.popup_wrap.active.motion_end .bg_dim {
  opacity: 0.6;
}

.popup_wrap .bg_dim {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background: #000;
  opacity: 0;
  transition: 0.5s;
}

.popup_wrap .bg_dim.no_transition {
  transition: 0s;
  opacity: 0.7;
  transform: none;
}

.popup_wrap.scroll_type {
  overflow-y: auto;
}

.popup_box_tb_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
}

.popup_box_tb {
  table-layout: fixed;
  display: table;
  width: 100%;
  height: 100%;
}

.popup_box_td {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}

.popup_item {
  box-sizing: border-box;
  z-index: 20;
  max-width: 500px;
  margin: 50px auto;
  max-height: calc(100% - 100px);
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.popup_item.size2 {
  max-width: 1024px;
}

.popup_title_row {
  border-bottom: 1px solid #DDDDDD;
  padding: 18px 56px 17px 24px;
}

.popup_contents_row {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  flex: 1;
  font-size: 16px;
  color: #333333;
  padding: 24px 24px 30px;
}

.popup_contents_row + .popup_btn_row {
  padding-top: 20px;
}

.popup_btn_row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 36px;
  width: 100%;
  box-sizing: border-box;
}

.btn_popup_close {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url("../images/btn_popup_close.svg");
}

.popup_box_container {
  background: #fff;
  position: relative;
  max-width: 280px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 56px 20px 24px;
}

.popup_box_container.theme_2 {
  padding: 0;
}

.popup_title_bar {
  border-bottom: 1px solid #DDDDDD;
  padding: 18px 56px 17px 24px;
}

.popup_title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: #1A1A1A;
}

.popup_sections_wrap {
  text-align: center;
}

.popup_sec_main_copy {
  font-size: 20px;
  font-weight: 700;
}

.popup_sec_main_copy .color_em {
  color: #DD8560;
}

.popup_sec_sub_copy {
  font-size: 14px;
  color: #1A1A1A;
  margin-top: 14px;
  font-weight: 500;
}

.popup_btn_wrap.btn_quad_wrap {
  margin-top: 24px;
}

.popup_shell_wrap {
  padding: 24px 24px;
}

.popup_shell_btn_wrap {
  gap: 10px;
}

.popup_shell_btn_wrap.btn_quad_wrap {
  margin-top: 24px;
}

.popup_shell_main_message {
  text-align: center;
  font-size: 14px;
  color: #1A1A1A;
  font-weight: 500;
}

.popup_shell_main_message.size_up {
  font-size: 16px;
}

.popup_shell_sub_wrap {
  margin-top: 16px;
}

.popup_shell_sub_message {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: center;
}

.popup_shell_sub_message:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .popup_item {
    margin: 50px;
    max-height: calc(100% - 100px);
  }

  .popup_contents_row + .popup_btn_row {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .popup_item {
    max-width: 100%;
    margin: 16px;
    max-height: calc(100% - 32px);
  }

  .popup_contents_row {
    font-size: 14px;
  }

  .btn_popup_close {
    top: 14px;
    right: 18px;
  }

  .btn_quad.size2 {
    min-height: 50px;
  }

  .btn_quad_wrap.respon_each_wrap .btn_quad {
    flex: 1;
  }
}
/* modal */
.modal_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;
  overflow-y: auto;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.modal_wrap.active {
  display: flex;
}

.modal_wrap.active.motion_end .modal_box_item {
  opacity: 1;
  transform: translateY(0);
}

.modal_wrap.active.motion_end .bg_dim {
  opacity: 0.7;
}

.bg_dim {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background: #333;
  opacity: 0;
  transition: 0.5s opacity;
}

.bg_dim.no_transition {
  transition: 0s;
  opacity: 0.6;
  transform: none;
}

.btn_modal_close {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url("../images/btn_popup_close.svg");
}

.modal_box_tb {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.modal_box_td {
  display: table-cell;
  vertical-align: middle;
}

.modal_box_item {
  box-sizing: border-box;
  width: 100%;
  z-index: 20;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.4s opacity;
  max-height: calc(100% - 60px);
  position: relative;
  max-width: 320px;
  margin: 30px auto;
  padding: 20px 24px;
  background: #FFFFFF;
}

.modal_box_item.close_not {
  padding: 40px 100px 40px;
}

.modal_box_item.submit_not {
  padding: 60px 100px;
}

.message_dep01_word,
.message_dep02_word {
  display: block;
  text-align: center;
}

.message_dep01_word {
 /* @include font(14px, 700, 1, 0, #000); */;
}

.message_dep02_word {
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}

.modal_box_message_row {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 18px 0;
  min-height: 50px;
}

.modal_box_message {
 /* @include font(14px, 700, 1.4, 0, #000); */
  word-break: keep-all;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #1A1A1A;
}

.modal_box_message em {
  color: #DD8560;
}

/* .btn_modal_close{display:inline-block;width:60px;height:60px;position:absolute;top:25px;right:25px;font-size:0;line-height:0;
    &:before,
    &:after{width:35px;height:2px;display:block;content:'';position:absolute;top:50%;left:50%;background:#332d29; margin:-1px 0 0 -17px;
        transform: translateZ(0);-webkit-transform: translateZ(0);-ms-transform: translateZ(0);-moz-transform: translateZ(0);
    }
    &:before{transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
    &:after{transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
} */
.btn_modal_submit_wrap {
  display: flex;
  gap: 12px;
  justify-content: center;
  text-align: center;
}

/* .btn_modal_submit{
    display:flex; min-height:42px; flex:1; justify-content: center; white-space:nowrap; align-items: center; border:1px solid #000; border-radius:100px; box-sizing: border-box; padding:10px 24px;
    // @include font(16px, 700, 1, 0, #000);
    &.okcall{color:#0B51C5; border-color:#0B51C5;}
    &.cancelcall{}
} */
@media (max-width: 767px) {
  /* .btn_modal_close{width:50px;height:50px;top:0;right:0;
      &:before,
      &:after{width:20px;height:2px;margin:-1px 0 0 -10px;}
  } */
  .modal_box_td {
    padding: 20px 20px;
  }
  /* .btn_modal_submit_wrap{padding:0;} */
  /*  .btn_modal_submit{padding:10px; font-size:14px;} */;
}

@media (max-width: 550px) {
  .modal_box_item {
    max-width: 100%;
  }

  .modal_box_item.close_not {
    padding: 30px 20px 30px;
  }

  .modal_box_item.submit_not {
    padding: 40px 20px 40px;
  }
}
/* main */
.mc_sort_wrap {
  height: 0;
  position: relative;
}

.mc_sort_wrap .sort_chip_list {
  position: absolute;
  top: 0;
  right: 0;
}

.hor_scroll_wrap {
  overflow: hidden;
  overflow-x: auto;
  position: relative;
}

.hor_scroll_wrap::-webkit-scrollbar {
  display: none;
  width: 0;
}

.capsule_wrap {
  padding: 24px;
}

.capsule_list {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.capsule_item {
  display: inline-flex;
  border-radius: 50px;
  padding: 0 16px;
  gap: 4px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  height: 40px;
  align-items: center;
}

.capsule_item.active {
  background-color: #2D1F13;
  border-color: #2D1F13;
}

.capsule_item.active .ico img.default {
  display: none;
}

.capsule_item.active .ico img.spirited {
  display: block;
}

.capsule_item.active .text_node {
  color: #fff;
}

.capsule_item .ico {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  position: relative;
}

.capsule_item .ico img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.capsule_item .ico img.default {
  display: block;
}

.capsule_item .ico img.spirited {
  display: none;
}

.capsule_item .text_node {
  font-size: 16px;
  white-space: nowrap;
  font-weight: 500;
  position: relative;
  top: -1px;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}

.prose_wrap {
  border-top: 1px solid #ddd;
  background: #fff;
}

.prose_wrap.anchor_menu_list_wrap.fixed {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.1);
}

.prose_list {
  display: flex;
  justify-content: center;
  position: relative;
}

.prose_list > li {
  position: relative;
}

.prose_list > li:after {
  display: block;
  content: "";
  width: 1px;
  height: 16px;
  background: #DDDDDD;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.prose_list > li:last-of-type:after {
  display: none;
}

.prose_chip {
  display: flex;
  justify-content: center;
  min-width: 140px;
  box-sizing: border-box;
  padding: 0 20px;
}

.prose_chip.active .text_node {
  color: #2D1F13;
  font-weight: 700;
  padding-left: 17px;
}

.prose_chip.active .text_node:before {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 2px;
  transform: translateY(-50%);
  width: 8px;
  height: 9px;
  background: url("../images/ico_dia.svg") no-repeat 0 0/100% auto;
}

.prose_chip.active .text_node:after {
  display: block;
}

.prose_chip .text_node {
  display: flex;
  white-space: nowrap;
  position: relative;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #aaa;
  min-height: 53px;
}

.prose_chip .text_node:after {
  display: none;
  content: "";
  width: 100%;
  height: 4px;
  background: #DD8560;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1023px) {
  .prose_list {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .capsule_list {
    justify-content: flex-start;
    gap: 16px;
  }

  .capsule_list:after {
    display: block;
    content: "";
    width: 8px;
    flex: 0 0 8px;
  }

  .capsule_item {
    height: 34px;
    padding: 0 12px;
  }

  .capsule_item .text_node {
    top: 0;
    font-size: 12px;
  }

  .capsule_wrap {
    padding: 16px 24px;
  }

  .prose_chip {
    min-width: 120px;
    padding: 0 16px;
  }

  .prose_chip .text_node {
    font-size: 16px;
    min-height: 51px;
  }

  .mc_sort_wrap {
    display: none;
  }
}

.mv_zone {
  position: relative;
  overflow: hidden;
}

.mv_zone.not_slide .mv_out_control_layer,
.mv_zone.not_slide .btn_mv_nav_wrap {
  display: none;
}

.mv_zone.not_slide .swiper-slide-active:after {
  z-index: -1;
  display: none !important;
}

.mv_zone.not_slide .swiper-slide-active .mv_flag_layer {
  display: flex !important;
}

.mv_zone.pixed_slide .swiper.mv_swiper_container, .mv_zone.pixed_slide .swiper-container.mv_swiper_container {
  overflow: hidden;
}

.btn_mv_nav_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  width: 1400px;
  z-index: 5;
}

.btn_mv_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
}

.btn_mv_nav:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

.btn_mv_nav.prev {
  left: 0;
  transform: translate(-50%, -50%);
}

.btn_mv_nav.prev:after {
  background-image: url("../images/btn_navi_prev.svg");
}

.btn_mv_nav.next {
  right: 0;
  transform: translate(50%, -50%);
}

.btn_mv_nav.next:after {
  background-image: url("../images/btn_navi_next.svg");
}

.mv_swiper_wrap {
  position: relative;
  overflow: hidden;
}

.swiper.mv_swiper_container, .swiper-container.mv_swiper_container {
  overflow: visible;
  width: 1400px;
  margin: 0 auto;
}

.swiper.mv_swiper_container .swiper-slide, .swiper-container.mv_swiper_container .swiper-slide {
  /*  &.swiper-slide-next,
   &.swiper-slide-prev{position:absolute;top:0;}
   &.swiper-slide-next{right:-200%; z-index:20; left:auto;
       &:after{display:block;content:'';width:100%;height:100%;position:absolute;top:0;left:0;opacity:.5;background:red;z-index:10}
   }
   &.swiper-slide-prev{} */;
}

.swiper.mv_swiper_container .swiper-slide:after, .swiper-container.mv_swiper_container .swiper-slide:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #000;
  z-index: 10;
  transition: 0.4s;
}

.swiper.mv_swiper_container .swiper-slide.swiper-slide-active:after, .swiper-container.mv_swiper_container .swiper-slide.swiper-slide-active:after {
  z-index: -1;
}

.swiper.mv_swiper_container .swiper-slide.swiper-slide-active .mv_flag_layer, .swiper-container.mv_swiper_container .swiper-slide.swiper-slide-active .mv_flag_layer {
  display: flex !important;
}

.swiper.mv_swiper_container .swiper-slide.swiper-slide-next:after, .swiper.mv_swiper_container .swiper-slide.swiper-slide-prev:after, .swiper-container.mv_swiper_container .swiper-slide.swiper-slide-next:after, .swiper-container.mv_swiper_container .swiper-slide.swiper-slide-prev:after {
  opacity: 0.4;
}

.swiper.mv_swiper_container .swiper-slide.swiper-slide-next .mv_flag_layer, .swiper.mv_swiper_container .swiper-slide.swiper-slide-prev .mv_flag_layer, .swiper-container.mv_swiper_container .swiper-slide.swiper-slide-next .mv_flag_layer, .swiper-container.mv_swiper_container .swiper-slide.swiper-slide-prev .mv_flag_layer {
  display: none;
}

.mv_swiper_chip {
  display: block;
  margin: 0 auto;
  position: relative;
  height: 500px;
}

.mv_flag_layer {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 6;
}

.mv_flag_layer .flag_unique_wrap, .mv_flag_layer .mv_flag_box {
  min-height: 46px;
}

.mv_flag_layer .flag_unique_obj, .mv_flag_layer .mv_flag_box {
  padding: 0 16px;
  box-sizing: border-box;
  min-height: 0;
}

.mv_flag_layer .flag_unique_obj {
  gap: 8px;
}

.mv_flag_layer .flag_unique_obj dt .text_node, .mv_flag_layer .flag_unique_obj dd .text_node {
  font-size: 16px;
}

.mv_flag_layer .flag_unique_obj dt .text_node {
  top: 0;
}

.flag_unique_wrap {
  font-size: 0;
  line-height: 0;
}

.flag_unique_wrap.theme_2 .flag_unique_obj {
  background: #1BB997;
}

.flag_unique_obj {
  height: 100%;
  background: #FA8A1A;
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  padding: 0 10px 2px;
  box-sizing: border-box;
}

.flag_unique_obj dt .text_node, .flag_unique_obj dd .text_node {
  font-size: 13px;
  color: #FDFDFD;
  display: inline-block;
  line-height: 1;
}

.flag_unique_obj dt {
  display: flex;
  align-items: center;
  gap: 6px;
}

.flag_unique_obj dt .ico {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  position: relative;
  display: inline-block;
  top: 1px;
}

.flag_unique_obj dt .ico.shape_time {
  background-image: url("../images/ico_time.svg");
}

.flag_unique_obj dt .ico.shape_men {
  background-image: url("../images/ico_men.svg");
}

.flag_unique_obj dt .text_node {
  font-weight: 700;
  position: relative;
  white-space: nowrap;
}

.flag_unique_obj dd .text_node {
  font-weight: 500;
}

.mv_flag_box {
  background: #2D1F13;
  display: flex;
  align-items: center;
}

.mv_flag_box .text_node {
  font-size: 16px;
  color: #FDFDFD;
  font-weight: 700;
}

.mv_swiper_imgban {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv_swiper_imgban img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.mv_swiper_imgban img.pc_img {
  display: block;
}

.mv_swiper_imgban img.mb_img {
  display: none;
}

.mv_swiper_copy_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  padding: 140px 27.1% 0 15.7%;
  font-family: "Montserrat", "Noto Sans KR";
}

.mv_swiper_copy_wrap .main_copy {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.mv_swiper_copy_wrap .sub_copy {
  font-size: 18px;
  font-weight: 400;
  margin-top: 16px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.mv_current_container {
  background: rgba(45, 31, 19, 0.8);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1400px;
  z-index: 5;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 24px 60px;
}

.mv_out_control_layer {
  position: absolute;
  top: -51px;
  right: 20px;
}

.mv_out_control_list {
  display: flex;
  align-items: center;
  border-radius: 100px;
  gap: 1px;
}

.mv_out_control_list > li {
  display: flex;
  align-items: center;
  background: rgba(45, 31, 19, 0.8);
  height: 34px;
}

.mv_out_control_list > li:first-of-type {
  border-radius: 100px 0 0 100px;
}

.mv_out_control_list > li:last-of-type {
  border-radius: 0 100px 100px 0;
}

.btn_mv_auto {
  width: 34px;
  height: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn_mv_auto.hidden {
  display: none;
}

.btn_mv_auto:after {
  display: block;
  content: "";
  box-sizing: border-box;
}

.btn_mv_auto.stop:after {
  width: 7px;
  height: 10px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
}

.btn_mv_auto.play:after {
  border: 6px solid transparent;
  border-top-color: #ddd;
  transform: rotate(-90deg);
  position: relative;
  left: 4px;
}

.swiper-pagination.mv-pagination {
  position: static;
  padding: 0 16px;
}

.swiper-pagination.mv-pagination .swiper-pagination-current,
.swiper-pagination.mv-pagination .swiper-pagination-part,
.swiper-pagination.mv-pagination .swiper-pagination-total {
  color: #fff;
}

.mv_title_chip_list {
  display: flex;
  gap: 32px;
  align-items: center;
}

.mv_title_chip_list > li {
  position: relative;
}

.mv_title_chip_list > li:after {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  background: #fff;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
}

.mv_title_chip_list > li:last-of-type:after {
  display: none;
}

.mv_title_chip {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.mv_title_chip.highlight {
  font-weight: 700;
  white-space: nowrap;
}

.mv_price_row {
  margin-top: 8px;
}

.mv_price_item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.mv_price_item .text_node {
  font-size: 20px;
  color: #DD8560;
  font-weight: 600;
}

.mv_price_item .text_circle_unit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #DD8560;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
  padding-bottom: 1px;
  position: relative;
  top: 1px;
}

.mc_zone {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 30px 0;
}

.mc_block {
  margin-bottom: 80px;
}

.mc_block:last-of-type {
  margin-bottom: 0;
}

.mc_title_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.mc_title {
  font-size: 24px;
  color: #121111;
  font-weight: 500;
}

.anchor_global_container {
  position: relative;
  min-height: 54px;
}

.sort_chip_list {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}

.sort_chip_item {
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid #EDEDED;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.sort_chip_item.shape_2 .grid_box_ico {
  background-image: url("../images/ico_grid_2.svg");
}

.sort_chip_item.shape_3 .grid_box_ico {
  background-image: url("../images/ico_grid_3.svg");
}

.sort_chip_item.active {
  border-color: #2D1F13;
}

.sort_chip_item.active.shape_2 .grid_box_ico {
  background-image: url("../images/ico_grid_2_active.svg");
}

.sort_chip_item.active.shape_3 .grid_box_ico {
  background-image: url("../images/ico_grid_3_active.svg");
}

.grid_box_ico {
  position: relative;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

.grid_item_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 25px;
  margin-right: -25px;
}

.grid_item_list > li {
  flex: 0 0 calc(20% - 25px);
}

.grid_item_list.type2 > li {
  flex-basis: calc(33.33333% - 25px);
}

.grid_item {
  display: block;
}

.grid_item .thum_row {
  padding-bottom: 76.9230769231%;
  height: 0;
  position: relative;
}

.grid_item .thum_row > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.grid_item .thum_row .flag_unique_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transform: translateY(50%);
  min-height: 28px;
}

.grid_item .spec_row {
  padding-top: 17px;
}

.grid_sub_node {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #828282;
  font-size: 12px;
}

.grid_main_node {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #121111;
  font-size: 16px;
  font-weight: 600;
}

.price_item_wrap {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-top: 6px;
}

.price_item_wrap .text_node {
  font-size: 14px;
  color: #DD8560;
  font-weight: 600;
}

.price_item_wrap .text_circle_unit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  background: #DD8560;
  font-size: 8px;
  font-weight: 700;
  color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
  padding-bottom: 0;
  position: relative;
  top: 1px;
}

@media (max-width: 1480px) {
  .btn_mv_nav_wrap {
    width: 100%;
  }

  .btn_mv_nav.prev {
    left: 20px;
    transform: translate(0, -50%);
  }

  .btn_mv_nav.next {
    right: 20px;
    transform: translate(0, -50%);
  }

  .swiper.mv_swiper_container, .swiper-container.mv_swiper_container {
    overflow: hidden;
    width: 100%;
  }

  .mv_current_container {
    left: 0;
    width: 100%;
    transform: translateX(0);
    padding: 24px 30px;
  }

  .grid_item_list {
    gap: 25px 15px;
    margin-right: -15px;
  }

  .grid_item_list > li {
    flex: 0 0 calc(20% - 15px);
  }

  .grid_item_list.type2 > li {
    flex-basis: calc(33.33333% - 15px);
  }

  .flag_unique_obj dt .text_node, .flag_unique_obj dd .text_node {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .anchor_global_container {
    min-height: 52px;
  }

  .btn_mv_nav_wrap {
    display: none;
  }

  .mv_swiper_chip {
    height: 0;
    padding-bottom: 64%;
  }

  .mv_swiper_imgban img.pc_img {
    display: none;
  }

  .mv_swiper_imgban img.mb_img {
    display: block;
  }

  .prose_wrap.anchor_menu_list_wrap.fixed {
    top: 60px;
  }

  .mc_title_else_wrap {
    display: none;
  }

  .mv_current_container {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
  }

  .mv_swiper_copy_wrap {
    padding: 0 29.33vw 0 6.4vw;
    justify-content: center;
  }

  .mv_swiper_copy_wrap .main_copy {
    font-size: 6.4vw;
    font-weight: 700;
    line-height: 1.3;
  }

  .mv_swiper_copy_wrap .sub_copy {
    font-size: 3.47vw;
    -webkit-line-clamp: 3;
    margin-top: 2.67vw;
  }

  .mv_swiper_copy_wrap .sub_copy br {
    display: none;
  }

  .mv_flag_layer .flag_unique_wrap {
    min-height: 34px;
  }

  .mv_flag_layer .flag_unique_obj {
    padding: 0 10px;
    gap: 6px;
  }

  .mv_flag_layer .flag_unique_obj dt .ico {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }

  .mv_flag_layer .flag_unique_obj dt .text_node, .mv_flag_layer .flag_unique_obj dd .text_node {
    font-size: 13px;
  }

  .mv_flag_layer .mv_flag_box {
    padding: 0 10px;
  }

  .mv_flag_layer .mv_flag_box .text_node {
    font-size: 13px;
  }

  .mc_zone {
    padding: 40px 16px 0;
  }

  .grid_item_list {
    gap: 24px 13px;
    margin-right: -13px;
  }

  .grid_item_list > li {
    flex-basis: calc(50% - 13px) !important;
  }

  .mv_out_control_list > li {
    height: 26px;
  }

  .btn_mv_auto {
    width: 26px;
    height: 26px;
  }

  .btn_mv_auto.stop:after {
    width: 5px;
    height: 8px;
    border-width: 1px;
  }

  .btn_mv_auto.play:after {
    border-width: 4px;
    left: 4px;
  }

  .swiper-pagination.mv-pagination {
    padding: 0 10px;
  }

  .swiper-pagination.mv-pagination .swiper-pagination-current,
.swiper-pagination.mv-pagination .swiper-pagination-part,
.swiper-pagination.mv-pagination .swiper-pagination-total {
    font-size: 12px;
    font-weight: 300;
  }

  .mv_out_control_layer {
    right: 16px;
    top: -36px;
  }

  .grid_item .thum_row .flag_unique_wrap {
    width: 100%;
    transform: translateY(0);
  }

  .grid_item .spec_row {
    padding-top: 16px;
  }

  .mc_title_row {
    justify-content: center;
    text-align: center;
    margin-bottom: 22px;
  }

  .mc_title {
    font-size: 18px;
    color: #000;
    font-weight: 500;
  }

  .mv_current_container {
    padding: 16px 24px;
  }

  .mv_title_chip {
    font-size: 16px;
  }

  .mv_price_item .text_node {
    font-size: 18px;
  }

  .mv_price_item .text_circle_unit {
    width: 16px;
    height: 16px;
    font-size: 11px;
    flex-basis: 16px;
  }

  .mv_title_chip_list {
    gap: 16px;
  }

  .mv_title_chip_list > li:after {
    right: -8px;
  }

  .grid_sub_node {
    font-size: 10px;
    margin-bottom: 3px;
  }

  .price_item_wrap .text_node {
    font-size: 12px;
  }

  .grid_main_node {
    font-size: 14px;
  }

  .price_item_wrap .text_circle_unit {
    width: 10px;
    height: 10px;
    font-size: 6px;
  }

  .flag_unique_obj dt .ico {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
  }

  .flag_unique_obj dt .text_node, .flag_unique_obj dd .text_node {
    font-size: 10px;
  }

  .grid_item .thum_row .flag_unique_wrap {
    min-height: 24px;
  }

  .grid_item .thum_row .flag_unique_wrap .flag_unique_obj {
    min-height: 24px;
    justify-content: space-between;
  }
}
/* sub page */
.breadcrumb_wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 26px 30px 60px;
}

.breadcrumb_wrap.gap_2 {
  padding-bottom: 40px;
}

.breadcrumb_list {
  display: flex;
  gap: 26px;
  align-items: center;
  font-size: 0;
  line-height: 0;
}

.breadcrumb_list > li {
  position: relative;
}

.breadcrumb_list > li:last-of-type:after {
  display: none;
}

.breadcrumb_list > li:after {
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url("../images/ico_map_arrow.svg");
  position: absolute;
  top: calc(50% + 1px);
  right: -16px;
  transform: translateY(-50%);
}

.breadcrumb_ico_item {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

.breadcrumb_ico_item.home {
  background-image: url("../images/ico_map_home.svg");
}

.breadcrumb_item {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  color: #222;
  opacity: 0.6;
}

.breadcrumb_item.highlight {
  opacity: 1;
}

.page_title_row {
  display: flex;
  margin: 0 auto 40px;
  max-width: 1400px;
  border-bottom: 2px solid #2d1f13;
  padding-bottom: 24px;
  justify-content: space-between;
  align-items: center;
}

.page_title {
  font-size: 30px;
  display: inline-block;
  font-weight: 500;
  color: #222;
  line-height: 1;
}

.page_process_list {
  display: flex;
  justify-content: flex-end;
  gap: 34px;
  align-items: center;
}

.page_process_list > li {
  position: relative;
}

.page_process_list > li:after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url("../images/ico_process_arrow.svg");
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
}

.page_process_list > li.active .page_process_item {
  color: #dd8560;
}

.page_process_list > li.active:after {
  background-image: url("../images/ico_process_arrow_active.svg");
}

.page_process_list > li:last-of-type:after {
  display: none;
}

.page_process_item {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #ccc;
  line-height: 1;
}

.detail_template {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  gap: 9.2857142857%;
  position: relative;
  z-index: 10;
}

.detail_img_cols {
  flex: 0 0 47.1428571429%;
  width: 47.1428571429%;
}

.detail_spec_cols {
  flex: 1;
}

.big_render_img {
  vertical-align: top;
}

.sm_studio_render {
  margin-top: 16px;
  padding: 0 30px;
  position: relative;
}

.btn_sm_studio_navi {
  height: 100%;
  position: absolute;
  top: 0;
  width: 24px;
  background-color: #fff;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn_sm_studio_navi.prev {
  background-image: url("../images/ico_prev_24.svg");
  left: 0;
}

.btn_sm_studio_navi.next {
  background-image: url("../images/ico_next_24.svg");
  right: 0;
}

.sm_studio_item {
  display: block;
  height: 108px;
  position: relative;
  opacity: 0.6;
}

.sm_studio_item.active {
  opacity: 1;
}

.sm_studio_item.active:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 2px solid #DD8560;
  z-index: 2;
}

.sm_studio_item > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.desc_info_block {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #DDDDDD;
}

.desc_info_block:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.desc_flag_row {
  gap: 16px;
  display: flex;
  margin-bottom: 24px;
}

.desc_flag_row .flag_unique_obj {
  gap: 8px;
}

.desc_flag_row .flag_unique_obj,
.desc_flag_row .mv_flag_box {
  display: inline-flex;
  padding: 0 16px;
  min-height: 38px;
}

.desc_flag_row .flag_unique_obj .text_node,
.desc_flag_row .mv_flag_box .text_node {
  font-size: 16px;
}

.pro_name_keyword {
  font-size: 16px;
  color: #222222;
  margin-bottom: 14px;
}

.pro_name_primary {
  font-size: 24px;
  color: #222222;
  font-weight: 500;
  line-height: 1.3;
}

.brief_note_wrap {
  font-size: 16px;
  color: #333333;
}

.brief_note_wrap * {
  font-size: 16px;
  color: #333333;
}

.brief_tb {
  display: table;
  width: 100%;
}

.brief_tr {
  display: table-row;
}

.brief_tr.vtype2 .brief_th,
.brief_tr.vtype2 .brief_td {
  vertical-align: middle;
}

.brief_tr:last-of-type .brief_th,
.brief_tr:last-of-type .brief_td {
  padding-bottom: 0;
}

.brief_th,
.brief_td {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 15px;
}

.brief_th {
  width: 1px;
  white-space: nowrap;
  padding-right: 24px;
}

.brief_keynode {
  display: inline-block;
  font-size: 16px;
  color: #333333;
}

.node_em {
  display: inline-block;
  font-size: 16px;
  color: #333333;
}

.node_em.dark {
  font-weight: 600;
}

.node_em.orange {
  color: #DD8560;
}

.td_inline_wrap {
  display: flex;
  justify-content: space-between;
}

.brief_data_node {
  font-size: 16px;
  color: #333333;
}

.pro_opt_box_wrap {
  margin-top: 24px;
}

.pro_opt_box {
  background: #F8F8F8;
  border: 1px solid #EDEDED;
  padding: 24px;
  margin-bottom: 10px;
}

.pro_opt_box:last-of-type {
  margin-bottom: 0;
}

.pro_opt_name_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pro_opt_name {
  font-size: 16px;
  color: #222;
  font-weight: 500;
}

.btn_pro_opt_close {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url("../images/ico_close_14.svg");
}

.pro_opt_contents {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 16px;
}

.number_info_package {
  display: flex;
  gap: 5px;
  align-items: center;
}

.number_info_package.highlight .number_info_node,
.number_info_package.highlight .number_info_unit {
  color: #DD8560;
  font-size: 24px;
}

.number_info_package.highlight .number_info_node {
  font-weight: 700;
}

.number_info_node,
.number_info_unit {
  font-size: 18px;
  display: inline-block;
  color: #222;
}

.number_info_node {
  font-weight: 700;
}

.number_info_unit {
  font-weight: 400;
}

.crux_obj_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -10px;
}

.crux_keynode {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
}

.crux_set_chip_list {
  display: flex;
  align-items: center;
  gap: 16px;
}

.crux_set_chip {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.desc_control_wrap {
  margin-top: 35px;
}

.split_tab_container {
  margin: 60px 0 40px 0;
  background: #F8F8F8;
  border-bottom: 2px solid #DDDDDD;
}

.split_tab_inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

.split_tab_list {
  margin: 0 0 -2px 0;
}

.split_tab {
  min-height: 56px;
  font-size: 16px;
  color: #2D1F13;
  font-weight: 500;
  box-sizing: border-box;
  display: flex;
  max-width: 350px;
  padding: 10px;
  position: relative;
  border-bottom: 2px solid #DD8560;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.entry_both_wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  gap: 60px;
}

.entry_img_cols {
  flex: 0 0 64.2857142857%;
}

.entry_img_render {
  max-height: 1282px;
  overflow: hidden;
  position: relative;
}

.entry_img_render img {
  max-width: 100%;
  vertical-align: top;
}

.entry_img_render.open {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.entry_img_render.open .entry_more_control {
  background: none;
  padding: 30px 0 0 0;
  position: static;
}

.entry_img_render.open .btn_role_box .ico.shape_arrow_down {
  transform: rotate(180deg);
  top: 0;
}

.entry_more_control {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 60px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 15.82%, rgba(255, 255, 255, 0.9) 100%);
}

.entry_more_control .btn_role_box {
  width: 100%;
}

.entry_info_cols {
  flex: 1;
}

.entry_overview_box {
  border: 1px solid #ccc;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 24px;
}

.entry_overview_box .crux_obj_container {
  margin-top: 100px;
}

.entry_overview_box .crux_obj_container .crux_keynode {
  font-weight: 500;
}

.entry_overview_box .crux_obj_container .number_info_package.highlight .number_info_node,
.entry_overview_box .crux_obj_container .number_info_package.highlight .number_info_unit {
  font-size: 28px;
}

.entry_over_row {
  margin-bottom: 32px;
}

.entry_over_row:last-of-type {
  margin-bottom: 0;
}

.entry_control_wrap.btn_quad_wrap {
  margin-top: 32px;
}

.mb_bottom_layer {
  display: none;
}

.mb_bottom_layer.use_both {
  display: flex;
}

@media (max-width: 1400px) {
  .sm_studio_item {
    height: 60px;
  }
}

@media (max-width: 767px) {
  .breadcrumb_wrap {
    display: none;
  }

  .detail_template {
    flex-direction: column;
    gap: 18px;
    padding: 0;
  }

  .big_studio_render img {
    width: 100%;
  }

  .sm_studio_render {
    padding: 0 40px;
  }

  .detail_img_cols {
    flex: 1;
    width: auto;
  }

  .btn_sm_studio_navi.prev {
    left: 16px;
  }

  .btn_sm_studio_navi.next {
    right: 16px;
  }

  .sm_studio_item {
    height: 0;
    padding-bottom: 77.6119402985%;
  }

  .detail_spec_cols {
    padding: 0 16px;
  }

  .desc_flag_row {
    gap: 8px;
  }

  .desc_flag_row .flag_unique_obj, .desc_flag_row .mv_flag_box {
    min-height: 30px;
    padding: 0 10px;
  }

  .desc_flag_row .flag_unique_obj .text_node, .desc_flag_row .mv_flag_box .text_node {
    font-size: 13px;
  }

  .desc_flag_row .flag_unique_obj dt .ico {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }

  .pro_name_keyword {
    font-size: 14px;
  }

  .pro_name_primary {
    font-size: 20px;
  }

  .desc_info_block {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .brief_keynode {
    font-size: 14px;
  }

  .brief_th, .brief_td {
    padding-bottom: 14px;
  }

  .brief_th {
    padding-right: 30px;
  }

  .node_em {
    font-size: 14px;
  }

  .pro_opt_box {
    padding: 20px 24px;
  }

  .td_inline_wrap {
    flex-direction: column;
    gap: 7px;
  }

  .crux_set_chip,
.crux_keynode {
    font-size: 14px;
  }

  .desc_control_wrap {
    display: none;
  }

  .split_tab_container {
    margin: 40px 0 24px 0;
  }

  .split_tab_inner {
    padding: 0 16px;
  }

  .split_tab {
    max-width: 100%;
    min-height: 42px;
    font-size: 13px;
  }

  .entry_both_wrap {
    flex-direction: column;
    padding: 0 16px;
  }

  .entry_more_control {
    padding: 130px 0 0;
  }

  .entry_img_render {
    max-height: 650px;
  }

  .entry_info_cols {
    display: none;
  }

  .mb_bottom_layer {
    display: flex;
    gap: 15px;
    background: #fff;
    z-index: 20;
    box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.08);
    padding: 20px 16px;
    margin-top: 40px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .mb_bottom_layer.ds_type2 {
    display: block;
    padding: 24px 16px;
  }

  .mb_bottom_layer .btn_quad {
    min-height: 50px !important;
  }

  .mb_bottom_layer .btn_quad .text_node {
    font-size: 15px;
  }

  .brief_note_wrap {
    font-size: 14px;
    color: #333333;
  }

  .brief_note_wrap * {
    font-size: 14px;
    color: #333333;
  }
}
/* cart */
.board_data_container {
  display: flex;
  gap: 40px;
  max-width: 1400px;
  padding: 0 30px;
  margin: 0 auto;
}

.board_data_cols {
  flex: 1;
}

.board_control_top_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.board_group_box {
  border: 1px solid #ddd;
}

.respon_board_tr {
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  position: relative;
  padding: 32px 16px;
  gap: 39px;
}

.respon_board_tr:last-of-type {
  border-bottom: 0;
}

.main_cell_group {
  flex: 0 0 389px;
}

.product_summary_container {
  display: flex;
  align-items: center;
  gap: 16px;
}

.product_summary_container .props_cell {
  padding-right: 8px;
  flex: 0 0 20px;
  font-size: 0;
  line-height: 0;
}

.product_summary_container .img_cell {
  flex: 0 0 80px;
  position: relative;
  height: 62px;
  display: block;
}

.product_summary_container .img_cell > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.product_summary_container .spec_cell {
  display: block;
}

.product_summary_container .summary_spec_copy {
  font-size: 14px;
  color: #222;
 /*  @include clamp(3); */
  line-height: 1.6;
}

.product_summary_container .summary_spec_copy .keyword {
  font-weight: 700;
}

.product_summary_container .summary_spec_mb_wrap .number_text_package {
  display: none;
}

.product_summary_container.align_2 {
  align-items: flex-start;
}

.summary_spec_util {
  font-size: 14px;
  color: #222;
}

.summary_spec_util.style2 {
  margin-top: 6px;
  color: #666;
}

.sub_cell_group {
  flex: 1;
  display: flex;
}

.sub_cell_list {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.sub_cell_list > li {
  flex: 0 0 90px;
  text-align: center;
}

.sub_cell_list > li.basis2 {
  flex-basis: 60px;
}

.sub_cell_list > li.liquid {
  flex: 1;
}

.sub_cell_list > li.cell_short {
  flex-basis: 70px;
}

.board_list_node {
  display: inline-block;
  font-size: 14px;
  color: #222;
}

.board_data_obj {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.board_data_key,
.board_data_value {
  font-size: 14px;
  display: inline-block;
  color: #222;
}

.board_data_key {
  font-weight: 700;
  white-space: nowrap;
}

.board_cell_block {
  margin-bottom: 10px;
}

.board_cell_block:last-of-type {
  margin-bottom: 0;
}

.number_text_package {
  display: inline-flex;
  gap: 3px;
  font-size: 16px;
  color: #2D1F13;
  white-space: nowrap;
}

.number_text_package.highlight .number_text_node,
.number_text_package.highlight .number_text_unit {
  color: #DD8560;
}

.number_text_package.size_up {
  font-size: 20px;
}

.number_text_node,
.number_text_unit {
  display: inline-block;
  line-height: 1;
}

.number_text_node {
  font-weight: 700;
}

.btn_board_close {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px auto;
  background-image: url("../images/ico_data_close_14.svg");
  position: absolute;
  top: 6px;
  right: 6px;
}

.board_footer_wrap {
  background: #F8F8F8;
  border-top: 1px solid #ddd;
  padding: 34px;
}

.board_footer_wrap .number_text_package {
  gap: 5px;
}

.board_footer_wrap .number_text_package .number_text_node,
.board_footer_wrap .number_text_package .number_text_unit {
  font-size: 20px;
}

.equation_container {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 24px;
}

.equation_chip_cols {
  display: flex;
  align-items: center;
  gap: 24px;
}

.equation_obj {
  display: flex;
  align-items: center;
  gap: 8px;
}

.equation_keynode {
  display: inline-block;
  font-size: 14px;
  color: #222;
  line-height: 1;
  white-space: nowrap;
}

.equation_ico {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #ddd;
}

.equation_ico.shape_plus:before, .equation_ico.shape_plus:after {
  display: block;
  content: "";
  width: 8px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -4px;
}

.equation_ico.shape_plus:after {
  transform: rotate(90deg);
}

.equation_ico.shape_equal:before, .equation_ico.shape_equal:after {
  display: block;
  content: "";
  width: 8px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -4px;
}

.equation_ico.shape_equal:before {
  transform: translateY(-2px);
}

.equation_ico.shape_equal:after {
  transform: translateY(2px);
}

.equation_ico.theme_2 {
  background: #DD8560;
}

.equation_value_node {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  color: #2D1F13;
  white-space: nowrap;
}

.board_pay_cols {
  flex: 0 0 300px;
  padding-top: 48px;
}

.report_box {
  border: 1px solid #2D1F13;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 100%;
  box-sizing: border-box;
}

.report_title_row {
  margin: 24px 24px 32px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 24px;
}

.report_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.report_info_row {
  margin: 0 24px;
}

.report_info_block {
  margin-bottom: 32px;
}

.report_info_block.theme_2 {
  border-top: 1px solid #2D1F13;
  padding-top: 20px;
}

.report_info_block:last-of-type {
  margin-bottom: 0;
}

.report_chip_obj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.report_chip_obj:last-of-type {
  margin-bottom: 0 !important;
}

.report_chip_obj dd .number_text_package {
  font-size: 18px;
}

.report_chip_obj.highlight dd .number_text_package {
  font-size: 22px;
}

.report_chip_obj.theme_2 {
  background: #F8F8F8;
  margin: 20px -24px 0;
  padding: 13px 24px;
}

.report_chip_obj.theme_2 dt .report_key_node {
  color: #666;
  font-size: 14px;
}

.report_chip_obj.theme_2 dd .number_text_package {
  color: #666;
}

.report_key_node {
  display: inline-block;
  font-size: 16px;
  color: #222;
  line-height: 1;
}

.report_value_node {
  display: inline-block;
  font-size: 18px;
  color: #2D1F13;
  line-height: 1;
}

.report_mb_info_zone {
  display: none;
  margin-bottom: 24px;
}

.report_mb_info_zone.active {
  display: block;
}

.report_mb_info_block {
  background: #f8f8f8;
  margin-bottom: 10px;
  padding: 20px 16px;
}

.report_mb_info_block:last-of-type {
  margin-bottom: 0;
}

.report_mb_info_block .report_chip_obj {
  margin-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
}

.report_mb_info_block .report_chip_obj dt .report_key_node {
  font-size: 14px;
}

.report_mb_info_block .report_chip_obj dd .number_text_package {
  font-size: 16px;
}

.report_mb_info_block .report_chip_obj.has_line {
  border-top: 1px solid #ddd;
  padding: 13px 8px 0;
  margin-top: 18px;
}

.report_mb_info_block .report_chip_obj.has_line dd .number_text_package {
  color: #999;
}

.report_mb_container + .btn_quad_wrap {
  margin-top: 20px;
}

.report_mb_total_obj {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.report_mb_keynode {
  display: inline-block;
  font-size: 16px;
  color: #222;
  line-height: 1;
}

@media (max-width: 1460px) {
  .page_title_row {
    margin: 0 30px 40px;
  }
  /* .main_cell_group{flex-basis: 300px;} */
  .respon_board_tr,
.sub_cell_list {
    gap: 20px;
  }

  .board_data_container {
    gap: 30px;
  }
}

@media (max-width: 1200px) {
  .main_cell_group {
    flex-basis: 220px;
  }

  .respon_board_tr,
.sub_cell_list {
    gap: 15px;
  }

  .sub_cell_list > li.cell_short {
    flex-basis: 40px;
  }

  .equation_container {
    gap: 16px;
  }

  .equation_chip_cols {
    gap: 10px;
  }

  .product_summary_container .props_cell {
    padding-right: 0;
  }
  /* .board_data_container{gap:20px;} */
  .board_pay_cols {
    flex-basis: 280px;
  }

  .respon_board_tr {
    flex-direction: column;
  }

  .main_cell_group,
.sub_cell_group {
    flex: 1;
    width: 100%;
  }

  .equation_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .board_footer_wrap {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .board_pay_cols {
    display: none;
  }

  .page_title_row {
    margin: 40px 16px 24px 16px;
    flex-direction: column;
    gap: 32px;
  }

  .page_title {
    font-size: 28px;
  }

  .bc_sub_cols {
    display: none;
  }

  .board_data_container {
    padding: 0 16px;
  }

  .respon_board_tr {
    padding: 24px 16px 0;
    gap: 0;
  }

  .sub_cell_group {
    display: block;
    border-top: 1px solid #ddd;
    padding: 16px 36px;
    margin-top: 24px;
    box-sizing: border-box;
  }

  .sub_cell_list {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .sub_cell_list > li {
    flex-basis: 0;
  }

  .sub_cell_list > li.cell_short {
    flex-basis: 0;
  }

  .sub_cell_list .number_text_package {
    font-size: 14px;
  }

  .board_data_obj {
    flex-direction: row;
    gap: 10px;
  }

  .board_cell_container {
    display: flex;
    gap: 16px;
    align-items: center;
  }

  .board_cell_container .board_cell_block {
    margin: 0;
  }

  .board_list_node {
    font-size: 12px;
  }

  .summary_spec_copy .keyword {
    display: block;
  }

  .board_footer_wrap {
    padding: 25px;
  }

  .equation_obj dt.mb_hidden {
    display: none;
  }

  .equation_chip_cols {
    gap: 7px;
  }

  .equation_chip_cols:first-of-type {
    gap: 16px;
  }

  .equation_value_node {
    font-weight: 400;
    font-size: 14px;
  }

  .report_value_node {
    font-size: 16px;
  }

  .product_summary_container .summary_spec_copy {
    line-height: 1.3;
  }

  .product_summary_container .summary_spec_copy .keyword {
    display: inline;
  }

  .product_summary_container .summary_spec_mb_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
  }

  .product_summary_container .summary_spec_mb_wrap .number_text_package {
    display: block;
    font-size: 18px;
  }

  .summary_spec_util {
    margin-top: 6px;
  }

  .summary_spec_util.style2 {
    margin-top: 6px;
  }
}

@media (max-width: 370px) {
  .equation_chip_cols {
    gap: 7px;
  }

  .equation_chip_cols:first-of-type {
    gap: 7px;
  }
}

@media (max-width: 359px) {
  .equation_container,
.equation_obj,
.equation_chip_cols {
    flex-direction: column;
    align-items: center;
  }
}

@media (orientation: landscape) {
  .mb_bottom_layer {
    position: static;
  }
}

.form_subset_container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  gap: 2.8571428571%;
}

.form_subset_container .form_cols {
  flex: 1;
}

.form_subset_container .submit_cols {
  flex: 0 0 41.9285714286%;
}

.form_brick {
  margin-bottom: 24px;
}

.form_brick .title_row {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form_brick .title_row.has_else {
  margin-bottom: 10px;
}

.form_brick:last-of-type {
  margin-bottom: 0;
}

.form_brick.sticky_box {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  left: 0;
  width: 100%;
}

.form_brick_title {
  display: inline-block;
  font-size: 20px;
  line-height: 1.3;
  position: relative;
  padding-left: 14px;
}

.form_brick_title:before {
  display: block;
  content: "";
  width: 4px;
  height: 14px;
  background: #DD8560;
  position: absolute;
  top: 7px;
  left: 0;
}

.form_cont_box {
  background: #F8F8F8;
  border: 1px solid #ddd;
}

.form_setdata_list {
  display: flex;
  gap: 20px;
  padding: 27px 30px;
}

.form_setdata_list > li {
  position: relative;
}

.form_setdata_list > li:after {
  display: block;
  content: "";
  width: 1px;
  height: 10px;
  background: #ccc;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}

.form_setdata_list > li:last-of-type:after {
  display: none;
}

.form_setdata {
  display: inline-block;
  font-size: 16px;
  color: #222222;
  line-height: 1.3;
}

.form_tb_wrap {
  padding: 24px 30px;
}

.form_tb {
  display: table;
  width: 100%;
}

.form_tr {
  display: table-row;
}

.form_tr:last-of-type .form_cell {
  padding-bottom: 0;
}

.form_cell {
  display: table-cell;
  padding-bottom: 16px;
}

.form_cell.define_th {
  width: 1px;
  white-space: nowrap;
  padding-right: 10px;
}

.form_thtext {
  display: inline-block;
  font-size: 16px;
  color: #222;
  line-height: 1;
}

.import_node {
  display: inline-block;
}

.import_node:after {
  display: block;
  content: "*";
  font-size: 16px;
  color: #DD1212;
}

input.input_dom {
  height: 36px;
  line-height: 1;
  padding: 0 16px;
  font-size: 13px;
  color: #222;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-radius: 0;
  box-sizing: border-box;
  width: 100%;
}

input.input_dom::-moz-placeholder {
  color: #999;
}

input.input_dom::placeholder {
  color: #999;
}

.td_inside_block {
  margin-bottom: 10px;
}

.td_inside_block:last-of-type {
  margin-bottom: 0;
}

.inline_dom_container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.inline_dom_container .liquid_cols {
  flex: 1;
  min-width: 0;
}

.data_setbox {
  background: #F8F8F8;
  border: 1px solid #ddd;
  margin-bottom: 16px;
  padding: 24px;
}

.data_setbox .product_summary_container {
  flex: 1;
}

.data_setbox .main_row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.data_setbox .sub_row {
  margin-top: 20px;
  background: #fff;
  padding: 16px;
}

.data_setbox:last-of-type {
  margin-bottom: 0;
}

.summary_spec_note {
  display: inline-block;
  font-size: 14px;
  color: #222;
}

.prodct_summary_else_wrap .number_text_package {
  font-size: 20px;
}

.indent_word_container {
  display: flex;
  gap: 10px;
}

.indent_word_container .bullet_cols {
  flex: 0;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
}

.indent_word_container .liquid_cols {
  flex: 1;
  position: relative;
  top: -1px;
}

.indent_word {
  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #333333;
  padding: 4px 6px;
  font-size: 11px;
  line-height: 1;
}

.word_info_para {
  margin-bottom: 10px;
  font-size: 14px;
  color: #666666;
}

.word_info_para.org_em {
  color: #DD8560;
}

.word_info_para.dark_em {
  color: #222;
}

.word_info_para:last-of-type {
  margin-bottom: 0;
}

.form_terms_infobox {
  border: 1px solid #DDDDDD;
}

.form_terms_infobox .props_row {
  padding: 23px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form_terms_infobox .props_row .props_item {
  vertical-align: top;
}

.form_terms_infobox .props_row .props_label {
  font-size: 16px;
  color: #222;
  padding-top: 0;
}

.form_terms_infobox .props_row .else_cols .btn_toggle_chip {
  vertical-align: top;
}

.form_terms_infobox .terms_row {
  display: none;
}

.form_terms_infobox.active .terms_row {
  display: block;
}

.form_terms_infobox.active .btn_toggle_chip {
  transform: rotate(180deg);
}

.terms_info_box {
  margin: 0 30px 20px;
  color: #222;
  padding: 20px;
  background: #F8F8F8;
  box-sizing: border-box;
  height: 120px;
  position: relative;
  overflow-y: auto;
}

.indent_para.terms_note {
  color: #666;
  margin-top: 16px;
  font-size: 12px;
}

.form_total_box {
  border: 1px solid #2D1F13;
  background-color: #fff;
}

/*
 */
.inslide_main_row {
  padding: 40px 60px;
}

.inslide_sub_row {
  background: #f8f8f8;
  padding: 24px 60px;
}

.inslide_sub_row .amount_item dd .number_text_package {
  color: #666;
  font-size: 18px;
}

.amount_frame_list > li {
  margin-bottom: 16px;
}

.amount_frame_list > li:last-of-type {
  margin-bottom: 0;
}

.amount_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.amount_item dd .number_text_package {
  font-size: 22px;
}

.amount_key {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.form_submit_container {
  margin-top: 40px;
}

.user_data_list > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.user_data_list > li:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.user_data_item {
  display: flex;
  gap: 20px;
}

.user_data_item .liquid_cols {
  flex: 1;
}

.main_wording {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
}

.sub_wording_wrap {
  margin-top: 5px;
}

.sub_wording {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.sub_wording:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .user_data_item {
    flex-direction: column;
    gap: 16px;
  }

  .main_wording {
    font-size: 16px;
    color: #222222;
    font-weight: 500;
  }

  .sub_wording_wrap {
    margin-top: 5px;
  }

  .sub_wording {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
  }

  .sub_wording:last-of-type {
    margin-bottom: 0;
  }

  .form_subset_container {
    flex-direction: column;
    gap: 40px;
    padding: 0 16px 34px;
  }

  .form_brick.sticky_box {
    position: static;
  }

  .form_brick_title {
    font-size: 16px;
    padding-left: 10px;
  }

  .form_brick_title:before {
    width: 4px;
    height: 12px;
    top: 5px;
  }

  .form_setdata_list {
    padding: 20px 24px;
  }

  .form_setdata {
    font-size: 14px;
  }

  .form_tb_wrap {
    padding: 24px 20px;
  }

  .form_thtext {
    font-size: 14px;
  }

  .inline_dom_container {
    gap: 8px;
  }

  .inline_dom_container .btn_task_box {
    padding-left: 12px;
    padding-right: 12px;
  }

  .prodct_summary_else_wrap {
    display: none;
  }

  .word_info_para {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .data_setbox .sub_row {
    padding: 12px;
  }

  .data_setbox.mb_ptype2 {
    padding: 20px 16px;
  }

  .form_terms_infobox .props_row {
    padding: 23px 20px;
  }

  .inslide_main_row {
    padding: 20px 24px 16px;
  }

  .amount_key {
    font-size: 14px;
    font-weight: 400;
  }

  .amount_item dd .number_text_package {
    font-size: 16px;
  }

  .inslide_sub_row {
    background: none;
    padding: 14px 8px;
    margin: 0 16px;
    border-top: 1px solid #ddd;
  }

  .inslide_sub_row .amount_item dd .number_text_package {
    font-size: 16px;
  }

  .form_total_box {
    background: #F8F8F8;
  }

  .form_submit_container.pc_submit {
    display: none;
  }

  .form_submit_container .btn_quad {
    min-height: 50px !important;
  }

  .form_submit_container .btn_quad .text_node {
    font-size: 16px;
  }

  .form_terms_infobox .props_row .props_label {
    font-size: 14px;
  }
}
/* end */
.page_message_container {
  text-align: center;
  padding: 40px 0 80px;
}

.page_message {
  font-size: 28px;
  color: #222;
}

.em_message {
  font-weight: 700;
  color: #DD8560;
}

.info_subset_container {
  display: flex;
  gap: 40px;
}

.info_subset_container .form_brick {
  flex: 1;
}

.info_dp_cols {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.info_dp_cols .form_brick {
  display: flex;
  flex-direction: column;
}

.info_dp_cols .form_brick .cont_row {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.evidence_box {
  border: 1px solid #ddd;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.evidence_body {
  background: #F8F8F8;
  flex: 1;
  padding: 28px 24px;
}

.evidence_tb {
  display: table;
  width: 100%;
}

.evidence_tr {
  display: table-row;
}

.evidence_tr:last-of-type .evidence_cell {
  padding-bottom: 0;
}

.evidence_cell {
  display: table-cell;
  padding-bottom: 20px;
}

.evidence_cell.define_th {
  width: 1px;
  white-space: nowrap;
  padding-right: 60px;
}

.evidence_thtext {
  display: inline-block;
  font-size: 16px;
  color: #DD8560;
  font-weight: 500;
}

.evi_data_list {
  display: flex;
  gap: 5px 16px;
  flex-wrap: wrap;
}

.evi_data_list > li {
  position: relative;
}

.evi_data_list > li:last-of-type:after {
  display: none;
}

.evi_data_list > li:after {
  display: block;
  content: "";
  width: 1px;
  height: 10px;
  background: #ccc;
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}

.evi_data {
  font-size: 16px;
  color: #222;
  display: inline-block;
}

.evitd_block {
  margin-bottom: 10px;
}

.evitd_block:last-of-type {
  margin-bottom: 0;
}

.number_value_item {
  color: #222;
  font-size: 16px;
  display: inline-flex;
  gap: 5px;
}

.number_value_item.highlight {
  font-size: 20px;
}

.number_value_item.highlight .number_value_current {
  color: #DD8560;
}

.number_value_current,
.number_value_unit {
  display: inline-block;
  white-space: nowrap;
}

.number_value_current {
  font-weight: 700;
}

.calculate_item_list > li {
  margin-bottom: 8px;
}

.calculate_item_list > li:last-of-type {
  margin-bottom: 0;
}

.calculate_item_list .number_value_current {
  text-align: right;
}

.calculate_else_para {
  display: inline-block;
  font-size: 14px;
  color: #999999;
}

.page_section_row + .btn_quad_wrap {
  margin-top: 60px;
}

.evidence_foot {
  /* .evidence_tb{}
  .evidence_tr{}
  .evidence_cell{
      &.define_th{}
      &.define_td{}
  } */
  border-top: 1px solid #ddd;
  display: flex;
  padding: 24px 25px;
  gap: 54px;
  align-items: center;
}

.evidence_foot.ptype2 {
  padding: 22px 24px;
}

.evidence_foot.align_2 {
  justify-content: space-between;
}

.evidence_foot:last-of-type {
  border-top: 0;
}

@media (max-width: 1280px) {
  .evidence_cell.define_th {
    padding-right: 30px;
  }

  .evidence_foot {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .page_message_container {
    padding: 36px 0 60px;
  }

  .page_message {
    font-size: 26px;
  }

  .info_subset_container {
    flex-direction: column;
    gap: 40px;
  }

  .evidence_body {
    padding: 24px;
  }

  .evidence_tb {
    display: block;
  }

  .evidence_tr {
    display: block;
  }

  .evidence_tr:last-of-type .evidence_cell.define_th {
    padding: 0 0 13px 0;
  }

  .evidence_tr:last-of-type .evidence_cell.define_td {
    padding: 0 0 0 0;
  }

  .evidence_cell {
    display: block;
  }

  .evidence_cell.define_th {
    width: auto;
    padding: 0 0 13px 0;
  }

  .evidence_cell.define_td {
    padding: 0 0 24px 0;
  }

  .evi_data {
    font-size: 14px;
  }

  .evi_data_list > li.mb_first {
    flex: 0 0 100%;
  }

  .evi_data_list > li.mb_first:after {
    display: none;
  }

  .calculate_else_para {
    display: block;
  }

  .evidence_foot {
    padding: 18px 24px;
    justify-content: space-between;
    align-items: center;
  }

  .number_value_item.highlight {
    font-size: 18px;
  }
}
/*  */
.middle_info_inner {
  padding: 0 16px;
}

.middle_info_item .copy_row {
  text-align: center;
}

.middle_info_item .copy_row .ico {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  margin: 0 auto 35px;
}

.middle_info_item .copy_row .ico.error {
  background-image: url("../images/ico_error.png");
}

.middle_info_item .copy_row .main_copy {
  font-size: 28px;
  color: #222;
  line-height: 1.4;
  word-break: keep-all;
}

.middle_info_item .copy_row .sub_copy {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  margin-top: 18px;
  word-break: keep-all;
}

.middle_info_item .btn_row {
  max-width: 300px;
  margin: 40px auto 0;
}

.page_contents_row {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

.page_contents_row .board_ui_wrap,
.page_contents_row .signage_wrap,
.page_contents_row .tab_global_wrap {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .middle_info_item .copy_row .ico {
    margin-bottom: 20px;
  }

  .middle_info_item .copy_row .main_copy {
    font-size: 24px;
  }

  .middle_info_item .copy_row .sub_copy {
    margin-top: 15px;
  }

  .middle_info_item .btn_row {
    margin-top: 30px;
  }

  .page_contents_row {
    padding: 0 16px;
  }
}
/* //  */
/* sorting */
.sorting_search_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.sorting_search_container .input_cols {
  flex: 1;
}

.sorting_search_container .input_cols.auto_type {
  flex: none;
}

.sorting_search_container .btn_cols {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn_inline_card {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  gap: 6px;
  padding: 0 16px;
  background: #666666;
}

.btn_inline_card .ico {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  flex: 0 0 16px;
}

.btn_inline_card .ico.shape_search {
  background-image: url("../images/ico_search_16.svg");
}

.btn_inline_card .ico.shape_reload {
  background-image: url("../images/ico_reload_16.svg");
}

.btn_inline_card .text_node {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}

.btn_inline_card.highlight {
  background: #DD8560;
}

select.sorting_select {
  height: 42px;
  color: #222;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #222;
  line-height: 1;
  border: 1px solid #ddd;
  padding: 0 52px 0 16px;
  background: #fff url("../images/ico_select_16_arrow.svg") no-repeat calc(100% - 16px) 50%;
  width: 100%;
  font-size: 13px;
}

select.sorting_select:invalid {
  color: #999;
}

select.sorting_select:valid {
  color: #222;
}

select.sorting_select:hover option {
  color: #222;
}

input.sorting_search_input {
  height: 42px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #222;
  border: 1px solid #ddd;
  line-height: 1;
  padding: 0 16px;
  width: 100%;
  font-size: 13px;
}

input.sorting_search_input::-moz-placeholder {
  color: #999999;
}

input.sorting_search_input::placeholder {
  color: #999999;
}

.tab_global_wrap {
  max-width: 1400px;
  margin: 16px auto 0;
  padding: 0 30px;
  position: relative;
  z-index: 5;
}

.pctab_list {
  min-height: 44px;
  display: flex;
  position: relative;
}

.pctab_list:before {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pctab_list > li {
  flex: 1;
  position: relative;
}

.pctab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  position: relative;
}

.pctab.active:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #dd8560;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pctab.active .text_node {
  color: #2d1f13;
  font-weight: 600;
}

.pctab .text_node {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #aaa;
  padding-bottom: 3px;
}

.mbselect_wrap {
  display: none;
  position: relative;
}

.mbselect_wrap.active .mbselect_option_layer {
  display: block;
}

.mbselect_target {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #2d1f13;
  min-height: 42px;
  padding: 8px 50px 8px 16px;
  background: url("../images/ico_toggle_24.svg") no-repeat calc(100% - 16px) 50%/24px auto;
}

.mbselect_target .text_node {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  color: #222;
}

.mbselect_option_layer {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #2d1f13;
  box-sizing: border-box;
  display: none;
}

.mbselect_option {
  display: block;
  font-size: 15px;
  color: #222;
  padding: 8px 16px;
}

.mbselect_option:hover {
  background: rgba(0, 0, 0, 0.05);
}

@media (max-width: 1400px) {
  .sorting_search_container .input_cols {
    flex: 1;
  }
}

@media (max-width: 767px) {
  .sorting_search_container {
    flex-direction: column;
    gap: 16px;
  }

  .sorting_search_container .option_cols,
.sorting_search_container .input_cols,
.sorting_search_container .btn_cols {
    width: 100%;
  }

  .sorting_search_container .btn_cols .btn_inline_card {
    flex: 1;
    justify-content: center;
  }

  .board_ui_wrap {
    padding: 24px 16px 0;
  }

  .pctab_wrap {
    display: none;
  }

  .mbselect_wrap {
    display: block;
  }

  .tab_global_wrap {
    padding: 0 16px;
  }

  .tab_global_wrap.mb_type2 {
    margin-top: 40px;
  }
}
/* list */
.data_chip_container {
  margin-top: 24px;
}

.data_chip_list > li {
  margin-bottom: 20px;
}

.data_chip_list > li:last-of-type {
  margin-bottom: 0;
}

.data_chip_brick {
  border: 1px solid #ddd;
}

.data_chip_brick .sub_row {
  border-bottom: 1px solid #ddd;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.data_chip_brick .main_row {
  display: flex;
}

.data_chip_brick .main_row .product_cols {
  flex: 1;
  padding: 35px 60px 35px 24px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.data_chip_brick .main_row .product_cols .product_summary_container {
  flex: 1;
}

.data_chip_brick .main_row .product_cols .product_pc_else_wrap .number_text_package {
  font-size: 20px;
}

.data_chip_brick .main_row .btn_cols {
  border-left: 1px solid #ddd;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.current_box {
  display: inline-block;
  background: #2d1f13;
  border: 1px solid #2d1f13;
  color: #fff;
  box-sizing: border-box;
  padding: 0 16px;
  min-width: 77px;
  height: 30px;
  white-space: nowrap;
  line-height: 28px;
  border-radius: 100px;
  text-align: center;
}

.current_box.theme_02 {
  background: #fff;
  color: #2d1f13;
}

.current_box.theme_03 {
  background: #dd8560;
  border-color: #dd8560;
  color: #fff;
}

.current_box.theme_04 {
  background: #fff;
  border-color: #dd8560;
  color: #dd8560;
}

.current_box.size2 {
  min-width: 55px;
  padding: 0 10px;
}

.detail_log_list {
  display: flex;
  align-items: center;
  gap: 16px;
}

.detail_log_list > li {
  position: relative;
}

.detail_log_list > li:last-of-type:after {
  display: none;
}

.detail_log_list > li:after {
  display: block;
  content: "";
  width: 1px;
  height: 10px;
  background: #ccc;
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}

.detail_log_item {
  display: inline-block;
  font-size: 16px;
  color: #222;
  line-height: 1;
}

.detail_log_item.highlight {
  color: #dd8560;
}

.detail_log_item.highlight_2 {
  color: #e60808;
}

.redTxt {
  color: #e60808;
}

.redTxtBold {
  font-size: 16px;
  color: #e60808;
  font-weight: 700;
}

.btn_vertex_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn_vertex {
  display: flex;
  box-sizing: border-box;
  min-width: 140px;
  padding: 10px 20px;
  border: 1px solid #2d1f13;
  min-height: 42px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.btn_vertex .text_node {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.btn_vertex.active {
  background-color: #2d1f13;
}

.btn_vertex.active .text_node {
  color: #fff;
}

.summary_spec_mb_point {
  display: none;
}

/* board top */
.signage_wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

.signage_block {
  background: #F8F8F8;
  border: 1px solid #ddd;
  padding: 24px;
  margin-bottom: 16px;
}

.signage_block:last-of-type {
  margin-bottom: 0;
}

.cusinfo_box_list {
  display: flex;
  gap: 16px;
}

.cusinfo_box_list > li {
  flex: 1;
}

.cusinfo_box {
  background: #fff;
  border: 1px solid #222;
  height: 100%;
  min-height: 120px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.cusinfo_box .fraction_row {
  padding: 0 30px 24px;
}

.cusinfo_box.theme_01 {
  border-color: #222;
}

.cusinfo_box.theme_01 .cusinfo_flag_box {
  background-color: #222;
}

.cusinfo_box.theme_02 {
  border-color: #007FE7;
}

.cusinfo_box.theme_02 .cusinfo_flag_box {
  background-color: #007FE7;
}

.cusinfo_box.theme_03 {
  border-color: #D89C2D;
}

.cusinfo_box.theme_03 .cusinfo_flag_box {
  background-color: #D89C2D;
}

.cusinfo_box.theme_04 {
  border-color: #B8B5AF;
}

.cusinfo_box.theme_04 .cusinfo_flag_box {
  background-color: #B8B5AF;
}

.cusinfo_box.theme_05 {
  border-color: #B8B5AF;
}

.cusinfo_box.theme_05 .cusinfo_flag_box {
  background-color: #ffffff;
  border: 1px solid #B8B5AF;
}


.cusinfo_flag_box {
  display: inline-flex;
  min-height: 30px;
  box-sizing: border-box;
  align-items: center;
  background: #222;
  padding: 5px 16px;
}

.cusinfo_flag_box .dia {
  background: #FFFFFF;
  position: relative;
  top: 0.5px;
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 3px;
  transform: rotate(45deg);
}

.cusinfo_flag_box .text_node {
  color: #fff;
  margin-left: 3px;
  display: inline-block;
  font-size: 14px;
}

.cusinfo_fraction_item {
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cusinfo_fraction_item .ico {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  flex: 0 0 30px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.cusinfo_fraction_item .ico.color_black {
  background-image: url("../images/ico_member_level_01.png");
}

.cusinfo_fraction_item .ico.color_blue {
  background-image: url("../images/ico_member_level_02.png");
}

.cusinfo_fraction_item .ico.color_gold {
  background-image: url("../images/ico_member_level_03.png");
}

.cusinfo_fraction_item .ico.color_silver {
  background-image: url("../images/ico_member_level_04.png");
}

.metric_item_wrap {
  display: flex;
  white-space: nowrap;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 5px;
}

.metric_number,
.metric_unit {
  display: inline-block;
  line-height: 1;
}

.metric_number {
  font-size: 36px;
  font-weight: 600;
}

.metric_unit {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: -3px;
}

.notice_copy_wrap {
  padding: 14px 0 0 0;
  text-align: center;
}

.notice_copy_wrap + .sorting_search_container {
  margin-top: 27px;
}

.notice_main_copy {
  font-size: 28px;
}

.notice_main_copy .color_em {
  font-weight: 700;
  color: #DD8560;
}

.notice_sub_copy {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
}

.data_toggle_list {
  border-top: 1px solid #ddd;
}

.data_toggle_list > li {
  border-bottom: 1px solid #ddd;
}

.data_toggle_item .keyword_cols {
  padding-right: 4px;
  display: flex;
  align-items: center;
}

.data_toggle_item .ico_cols {
  display: flex;
  align-items: center;
}

.data_toggle_item .ico_cols .ico {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  box-sizing: border-box;
  padding-bottom: 2px;
}

.data_toggle_item .ico_cols .ico.shape_q {
  background-color: #2d1f13;
}

.data_toggle_item .ico_cols .ico.shape_a {
  background-color: #dd8560;
}

.data_toggle_item .text_cols {
  padding-top: 6px;
  flex: 1;
  min-width: 0;
}

.data_toggle_item .text_cols .text_node {
  font-size: 16px;
  color: #222;
  line-height: 1.4;
}

.data_toggle_item .target_bar {
  display: flex;
  padding: 20px 72px 20px 24px;
  gap: 16px;
  position: relative;
}

.data_toggle_item .target_bar:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url("../images/ico_toggle_24.svg");
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -12px;
}

.data_toggle_item .toggle_cont {
  border-top: 1px solid #ddd;
  background: #f8f8f8;
  display: none;
  padding: 40px 24px;
  gap: 16px;
}

.data_toggle_item .toggle_cont .keyword_cols .data_keyword {
  visibility: hidden;
}

.data_toggle_item.active .target_bar:after {
  transform: rotate(180deg);
}

.data_toggle_item.active .toggle_cont {
  display: flex;
}

.data_keyword {
  display: inline-block;
  font-size: 14px;
  color: #222;
  font-weight: 600;
  border-bottom: 1px solid #222;
  white-space: nowrap;
  line-height: 1.2;
}

.data_keyword.mb_keyword {
  display: none;
}

.dpbox_container {
  display: flex;
  gap: 40px;
}

.dpbox_item.auto_cols {
  flex: 0 0 320px;
}

.dpbox_item.long_cols {
  flex: 1;
}

.dpbox_title_row {
  margin-bottom: 15px;
}

.dpbox_title {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  position: relative;
  padding-left: 12px;
}

.dpbox_title:before {
  display: block;
  content: "";
  width: 4px;
  height: 14px;
  background: #DD8560;
  position: absolute;
  top: 2px;
  left: 0;
}

.point_card {
  background: #fff;
  border: 1px solid #ddd;
  min-height: 100px;
  box-sizing: border-box;
  padding: 18px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.point_card.active {
  border-color: #2D1F13;
}

.point_card.active .pcard_info_value .ico_cols .ico {
  background-image: url("../images/ico_point_active.svg");
}

.point_card.active .pcard_number_value {
  font-size: 24px;
}

.point_card.active .pcard_unit {
  width: 26px;
  height: 26px;
  background: #DD8560;
  line-height: 26px;
  font-size: 16px;
}

.pcard_info_copy {
  text-align: right;
  display: inline-block;
  font-size: 14px;
  color: #666;
}

.pcard_info_value {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pcard_info_value .ico_cols .ico {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url("../images/ico_point_default.svg");
}

.pcard_number_set {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.pcard_number_value {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #2D1F13;
  line-height: 1;
}

.pcard_unit {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #BBBBBB;
  line-height: 20px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.dpbox_flex_list {
  display: flex;
  gap: 10px;
}

.dpbox_flex_list > li {
  flex: 1;
}

.sorting_field_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.sorting_field_cols {
  display: flex;
  gap: 10px;
}

.btn_sorting_group {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  white-space: nowrap;
}

.tape_tb {
  border-top: 1px solid #ddd;
  width: 100%;
}

.tape_tb tr td {
  border-bottom: 1px solid #ddd;
  padding: 24px;
  width: 1px;
  white-space: nowrap;
}

.tape_tb tr td.align_2 {
  text-align: left;
  white-space: normal;
  width: auto;
}

.tape_tb tr td.nodata_td {
  padding: 100px 20px;
  white-space: normal;
  width: auto;
}

.tape_tb .nodata_para {
  display: inline-block;
  font-size: 16px;
  color: #222;
}

.multi_items_list {
  display: flex;
  gap: 24px 30px;
  align-items: center;
}

.multi_items_list .text_node {
  display: inline-block;
  font-size: 16px;
  color: #222;
}

.tape_data_node {
  display: inline-block;
  font-size: 16px;
  color: #222;
}

.current_score_board {
  display: inline-flex;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  justify-content: flex-end;
  align-items: center;
}

.current_score_board.highlight {
  color: #DD8560;
}

@media (max-width: 1400px) {
  .sorting_field_cols {
    flex: 1;
  }

  .dpbox_container {
    flex-direction: column;
    gap: 30px;
  }

  .dpbox_item.auto_cols {
    flex: 1;
  }

  .sorting_field_cols {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 1300px) {
  .cusinfo_box_list {
    flex-wrap: wrap;
    margin-right: -16px;
  }

  .cusinfo_box_list > li {
    flex: 0 0 calc(50% - 16px);
  }

  .tape_tb tr td {
    padding: 20px 10px;
  }

  .tape_tb tr td.nodata_td {
    padding: 50px 20px;
  }

  .multi_items_list {
    gap: 12px 20px;
  }

  .current_score_board {
    display: inline-flex;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    justify-content: flex-end;
    align-items: center;
  }

  .current_score_board.highlight {
    color: #DD8560;
  }
}

@media (max-width: 767px) {
  .signage_wrap {
    padding: 0 16px;
  }

  .signage_wrap.mb_gap2 .signage_block {
    margin-bottom: 24px;
  }

  .signage_block.mb_type2 {
    background: none;
    padding: 0;
    border: 0;
  }

  .sorting_field_container {
    gap: 16px;
  }

  .sorting_field_cols {
    width: 100%;
  }

  .btn_sorting_group .btn_inline_card {
    flex: 1;
    justify-content: center;
  }

  .notice_copy_wrap {
    padding: 0 0 0 0;
  }

  .notice_copy_wrap + .sorting_search_container {
    margin-top: 24px;
  }

  .notice_main_copy {
    font-size: 24px;
  }

  .notice_sub_copy {
    margin-top: 16px;
  }

  .cusinfo_box_list {
    margin-right: -10px;
    gap: 10px;
  }

  .cusinfo_box_list > li {
    flex: 0 0 calc(50% - 10px);
  }

  .cusinfo_fraction_item .ico {
    display: none;
  }

  .metric_number {
    font-size: 28px;
  }

  .cusinfo_box {
    min-height: 97px;
  }

  .cusinfo_box .fraction_row {
    padding: 0 20px 25px;
  }

  .cusinfo_flag_box .text_node {
    font-size: 13px;
  }

  .data_keyword.mb_keyword {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 8px;
  }

  .data_toggle_item .target_bar {
    padding: 20px 44px 20px 16px;
    align-items: center;
  }

  .data_toggle_item .target_bar:after {
    right: 10px;
  }

  .data_toggle_item .toggle_cont {
    padding: 20px 16px;
    align-items: flex-start;
  }

  .data_toggle_item .keyword_cols {
    display: none;
  }

  .data_toggle_item .text_cols {
    padding: 0;
  }

  .data_toggle_item .text_cols .text_node {
    font-size: 14px;
  }

  .data_chip_container {
    margin-top: 16px;
  }

  .data_chip_brick .sub_row {
    padding: 12px 16px;
  }

  .data_chip_brick .sub_row .detail_log_cols {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }

  .data_chip_brick .main_row {
    flex-direction: column;
  }

  .data_chip_brick .main_row .product_cols {
    padding: 24px 16px;
  }

  .data_chip_brick .main_row .product_pc_else_wrap {
    display: none;
  }

  .data_chip_brick .main_row .btn_cols {
    border: 0;
    border-top: 1px solid #ddd;
    flex-direction: row;
    padding: 16px;
  }

  .btn_vertex_list {
    flex-direction: row;
    flex: 1;
    margin-right: -10px;
    justify-content: center;
  }

  .btn_vertex_list > li {
    flex: 0 0 calc(50% - 10px);
  }

  .summary_spec_mb_point {
    display: block;
    font-size: 16px;
    margin-top: 6px;
  }

  .detail_log_list {
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
  }

  .detail_log_list > li:after {
    display: none;
  }

  .detail_log_item {
    font-size: 14px;
  }

  .current_box {
    height: 26px;
    line-height: 24px;
    font-size: 10px;
    font-weight: 500;
  }

  .dpbox_container {
    gap: 24px;
    flex-direction: column;
  }

  .dpbox_item.auto_cols, .dpbox_item.long_cols {
    flex: 1;
  }

  .dpbox_title:before {
    width: 4px;
    height: 12px;
    top: 2px;
  }

  .dpbox_flex_list {
    flex-direction: column;
    gap: 0;
  }

  .dpbox_flex_list > li {
    margin-bottom: -1px;
  }

  .dpbox_flex_list > li .point_card {
    background: #f8f8f8;
  }

  .sorting_field_container {
    flex-direction: column;
  }

  .sorting_field_cols {
    flex-direction: column;
    gap: 16px;
  }

  .tape_tb {
    display: block;
  }

  .tape_tb tbody {
    display: block;
  }

  .tape_tb tr {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 20px 16px;
  }

  .tape_tb tr td {
    display: block;
    border: 0;
    padding: 0 0 6px 0;
    width: auto;
    white-space: normal;
    text-align: left;
  }

  .tape_tb tr td:last-of-type {
    padding-bottom: 0;
  }

  .tape_tb tr td.nodata_td {
    padding: 50px 20px;
    text-align: center;
  }

  .tape_tb .nodata_para {
    font-size: 14px;
  }

  .multi_items_list {
    display: flex;
    gap: 10px;
    padding-bottom: 6px;
  }

  .multi_items_list .text_node {
    font-size: 14px;
  }

  .tape_data_node {
    font-size: 14px;
  }

  .current_score_board {
    min-width: 0 !important;
    font-size: 14px;
    gap: 5px;
  }

  .multi_items_list {
    justify-content: space-between;
  }
}

@media (max-width: 359px) {
  .cusinfo_box_list > li {
    flex: 0 0 calc(100% - 10px);
  }
}
/* list board */
.board_ui_wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 30px 0;
}

.board_fraction_row {
  margin-bottom: 20px;
}

.board_fraction_item {
  font-size: 18px;
  color: #2D1F13;
  font-weight: 500;
}

.board_fraction_item strong {
  font-weight: 700;
  color: #DD8560;
}

.responsive_list_tb {
  border-top: 1px solid #999999;
  width: 100%;
}

.responsive_list_tb thead tr th {
  background: rgba(221, 133, 96, 0.08);
  padding: 25px 10px 24px;
  border-bottom: 1px solid #ddd;
}

.responsive_list_tb tbody tr td {
  border-bottom: 1px solid #ddd;
  padding: 25px 10px 24px;
}

.responsive_list_tb tbody tr td.ptype2 {
  padding: 17px 10px;
}

.responsive_list_tb tbody tr td.nodata_td {
  padding: 100px 20px;
  text-align: center;
}

.responsive_list_tb tbody tr td .metric_board_item {
  justify-content: flex-end;
}

.nodata_para {
  display: inline-block;
  font-size: 16px;
  color: #222222;
}

.respon_thtext {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.respon_tdtext {
  display: inline-block;
  font-size: 16px;
  color: #222222;
}

.btn_square {
  display: inline-flex;
  border: 1px solid #222222;
  box-sizing: border-box;
  min-width: 90px;
  min-height: 36px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.btn_square .text_node {
  display: inline-block;
  font-size: 13px;
  color: #222222;
  line-height: 1;
}

.btn_square:hover, .btn_square.active {
  background: #2D1F13;
  border-color: #2D1F13;
}

.btn_square:hover .text_node, .btn_square.active .text_node {
  color: #fff;
  font-weight: 700;
}

.metric_board_item {
  display: inline-flex;
  gap: 3px;
  align-items: center;
}

.metric_board_number {
  font-weight: 600;
  display: inline-block;
}

.sorting_box {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 24px;
}

.sorting_inner_group {
  display: flex;
  gap: 10px;
  align-items: center;
}

.sorting_items_container {
  display: flex;
  gap: 40px;
}

.sorting_items_container .sorting_search_container {
  flex: 1;
}

.box_props_wrap {
  display: flex;
}

input.box_props_dom {
  width: 0;
  height: 0;
  flex: 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

input.box_props_dom:checked + .box_props_label {
  position: relative;
  z-index: 1;
  border-color: #dd8560;
  color: #dd8560;
  font-weight: 600;
}

.box_props_label {
  display: flex;
  cursor: pointer;
  height: 42px;
  border: 1px solid #ddd;
  margin-right: -1px;
  align-items: center;
  background: #fff;
  flex: 0 0 90px;
  justify-content: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #aaa;
  box-sizing: border-box;
}

.range_input_wrap {
  display: flex;
  max-width: 360px;
  background: #fff;
  border: 1px solid #dd8560;
  height: 42px;
  box-sizing: border-box;
  align-items: center;
}

.range_input_wrap .input_cols {
  flex: 1;
}

.range_input_unit {
  display: inline-block;
  font-size: 14px;
  color: #222;
  white-space: nowrap;
}

input.range_input {
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  background: transparent url("../images/ico_org_calendar.svg") no-repeat calc(100% - 16px) 50%/16px auto;
  line-height: 1;
  padding: 0 48px 0 15px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  color: #dd8560;
  font-weight: 600;
}

/* paging */
.paging_wrap {
  margin-top: 40px;
}

.paging_count_list,
.paging_wrap {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.btn_paging_control {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

.btn_paging_control.first {
  background-image: url("../images/ico_first_paging.svg");
}

.btn_paging_control.prev {
  background-image: url("../images/ico_prev_paging.svg");
}

.btn_paging_control.next {
  background-image: url("../images/ico_next_paging.svg");
}

.btn_paging_control.last {
  background-image: url("../images/ico_last_paging.svg");
}

.btn_paging_count {
  display: inline-block;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #999999;
}

.btn_paging_count.active {
  background: #2D1F13;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 1280px) {
  .sorting_items_container {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 1023px) {
  /* .sorting_inner_group{flex-direction: column; align-items: baseline;
      .box_props_wrap,.range_input_wrap{flex:1;width:100%;}
  } */
  .range_input_wrap {
    flex: 1;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .board_fraction_row {
    margin-bottom: 14px;
  }

  .board_fraction_item {
    font-size: 16px;
  }

  .responsive_list_tb {
    display: block;
    width: auto;
  }

  .responsive_list_tb thead {
    display: none;
  }

  .responsive_list_tb tbody, .responsive_list_tb tr, .responsive_list_tb td {
    display: block;
  }

  .responsive_list_tb tbody tr {
    border-bottom: 1px solid #ddd;
    padding: 20px 16px 12px;
    position: relative;
  }

  .responsive_list_tb tbody tr td {
    border: 0;
    padding: 0 0 8px 0;
    text-align: left;
  }

  .responsive_list_tb tbody tr td.hidden_cell {
    display: none;
  }

  .responsive_list_tb tbody tr td.has_mb_btn {
    padding: 0;
    position: absolute;
    bottom: 20px;
    right: 16px;
  }

  .responsive_list_tb tbody tr td .metric_board_item {
    justify-content: flex-start;
  }

  .responsive_list_tb tbody tr.nodata_tr {
    padding: 0 !important;
  }

  .responsive_list_tb.has_td_btn tbody tr {
    padding-right: 122px;
  }

  .metric_board_number,
.metric_board_item {
    font-weight: 700;
  }

  .board_ui_wrap {
    padding: 24px 16px 0;
  }

  .respon_tdtext {
    font-size: 14px;
  }

  .nodata_para {
    font-size: 14px;
  }

  .paging_wrap {
    margin-top: 30px;
  }

  .paging_count_list,
.paging_wrap {
    gap: 5px;
  }

  .btn_paging_control {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }

  .btn_paging_count {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    flex: 0 0 30px;
  }

  .sorting_box {
    background: none;
    border: 0;
    padding: 0;
    margin-bottom: 40px;
  }

  .sorting_inner_group {
    flex-direction: column;
    gap: 16px;
  }

  .box_props_wrap {
    flex: 1;
    width: 100%;
  }

  .box_props_label {
    flex: 1;
  }

  .sorting_items_container {
    gap: 16px;
  }
}

@media (max-width: 359px) {
  .btn_paging_control {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
  }

  .btn_paging_count {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    flex: 0 0 25px;
  }
}
/* login */
.single_form_container {
  position: relative;
}

.single_form_inner {
  max-width: 570px;
  position: relative;
  margin: 0 auto;
}

.single_form_inner:before {
  display: block;
  content: "";
  width: 100vw;
  height: 480px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(45, 31, 19, 0.9);
}

.single_top_copy_wrap {
  position: relative;
  padding: 60px 0;
  z-index: 2;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

.single_top_copy_wrap .main_copy strong {
  font-weight: 700;
  color: #DD8560;
}

.single_middle_box {
  background: #FFFFFF;
  position: relative;
  z-index: 2;
  box-shadow: 11px 17px 30px rgba(140, 140, 140, 0.2);
}

.single_middle_box .main_form_row {
  padding: 60px 110px;
}

.single_middle_box .sub_form_row {
  padding: 0 0 40px 0;
  text-align: center;
}

.single_middle_box .sub_form_row .note_para {
  font-size: 14px;
  color: #666;
  word-break: keep-all;
}

.field_top_wrap {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.field_logo_row img {
  vertical-align: top;
}

.field_logo_copy {
  color: #333;
  font-size: 16px;
  margin-top: 16px;
}

.field_form_block {
  margin-bottom: 24px;
}

.field_form_block .label_row {
  margin-bottom: 10px;
}

.field_form_block:last-of-type {
  margin-bottom: 0;
}

.field_label_para {
  font-size: 16px;
  color: #222;
  line-height: 1;
}

input.field_input_box {
  height: 50px;
  font-size: 14px;
  border: 0;
  background: #F7F7F8;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding: 0 15px;
  color: #222;
}

input.field_input_box::-moz-placeholder {
  color: #999999;
}

input.field_input_box::placeholder {
  color: #999999;
}

input.field_input_box[type=password]::-moz-placeholder {
  font-size: 9px;
}

input.field_input_box[type=password]::placeholder {
  font-size: 9px;
}

.btn_field_submit_row {
  margin-top: 40px;
}

.btn_field_submit {
  display: flex;
  min-height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #DD8560;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 767px) {
  .single_form_inner {
    background: rgba(45, 31, 19, 0.9);
    max-width: 100%;
  }

  .single_form_inner:before {
    display: none;
  }

  .single_top_copy_wrap {
    padding: 30px 0;
    font-size: 20px;
  }

  .single_top_copy_wrap .sub_copy {
    margin-top: 10px;
  }

  .single_middle_box {
    box-shadow: none;
  }

  .single_middle_box .main_form_row {
    padding: 30px 20px;
  }

  .single_middle_box .sub_form_row {
    padding: 0 20px 40px 20px;
  }
}
/* // login */
.form_message_wrap {
  text-align: center;
  margin-bottom: 24px;
}

.form_message {
  font-size: 14px;
}

.respon_formtb_wrap {
  background: #F8F8F8;
  padding: 24px;
}

.respon_formtb {
  display: table;
  width: 100%;
}

.respon_formtr {
  display: table-row;
}

.respon_formtr:last-of-type .respon_formcell {
  padding-bottom: 0;
}

.respon_formcell {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 16px;
}

.respon_formcell.define_th {
  width: 1px;
  white-space: nowrap;
  padding-right: 24px;
  padding-top: 4px;
}

.respon_formcell.define_td .indent_para {
  font-size: 12px;
  color: #999999;
  margin-top: 8px;
}

.respon_form_thtext {
  display: inline-block;
  font-size: 14px;
  color: #222222;
}

input.form_input_box {
  height: 36px;
  width: 100%;
  box-sizing: border-box;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 12px;
  border: 1px solid #ddd;
  background: #fff;
}

.btn_submit_card_wrap {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 24px;
}

.btn_submit_card {
  display: inline-flex;
  min-width: 160px;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  box-sizing: border-box;
  padding: 10px 15px;
  background: #2D1F13;
}

.btn_submit_card .text_node {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .form_message_wrap {
    margin-bottom: 16px;
  }

  .respon_formtb_wrap {
    padding: 16px;
  }

  .respon_formtb {
    display: block;
  }

  .respon_formtr {
    display: block;
    margin-bottom: 16px;
  }

  .respon_formtr:last-of-type {
    margin-bottom: 0;
  }

  .respon_formtr:last-of-type .respon_formcell.define_td {
    padding-bottom: 0;
  }

  .respon_formcell {
    display: block;
    padding-bottom: 0;
  }

  .respon_formcell.define_th {
    width: auto;
    white-space: normal;
    padding: 0;
  }

  .respon_formcell.define_td .indent_para {
    font-size: 12px;
    color: #999999;
    margin-top: 8px;
  }

  .respon_form_thtext {
    padding-bottom: 8px;
  }

  .btn_submit_card {
    min-width: 0;
    min-height: 50px;
    flex: 1;
    display: flex;
  }
}

.notice_popup_zone {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  overflow-y: auto;
}

.notice_popup_tb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}

.notice_popup_td {
  display: table-cell;
  vertical-align: middle;
  padding: 50px;
}

.notice_popup_container {
  width: 540px;
  margin: 0 auto;
  position: relative;
}

.notice_swiper.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2d1f13;
}

.notice_swiper_item {
  display: block;
}

.notice_swiper_item > img {
  vertical-align: top;
}

.notice_util_items {
  background: rgba(34, 34, 34, 0.8);
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.props_chip {
  display: inline-flex;
  gap: 10px;
}

input.props_form {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-color: #fff;
  background-image: url("../images/ico_checkbox_22.png");
  width: 20px;
  height: 20px;
  box-sizing: content-box;
}

input.props_form:checked {
  background-position: 0 100%;
}

.props_conlabel {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 1px;
}

.btn_desc_item {
  display: inline-flex;
  gap: 2px;
}

.btn_desc_item .text_node {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.btn_desc_item .ico_close {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url("../images/ico_close_20.svg");
}

@media (max-width: 767px) {
  .notice_popup_td {
    padding: 16px;
  }

  .notice_popup_container {
    width: 100%;
  }

  .btn_desc_item {
    position: absolute;
    top: -8px;
    right: 0;
    transform: translateY(-100%);
  }

  .btn_desc_item .text_node {
    display: none;
  }

  .btn_desc_item .ico_close {
    width: 24px;
    height: 24px;
    background-image: url("../images/ico_close_24.svg");
  }
}
/*# sourceMappingURL=style.css.map */
