@charset "UTF-8";
@import url(/assets/fonts/Pretendard/pretendardvariable.css);
@import url(/assets/fonts/NanumMyeongjo/NanumMyeongjo.css);
@import url(/assets/fonts/Oswald/Oswald.css);
@import 'https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css';
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  letter-spacing: -1px;
}

body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-family: "Pretendard", "sans-serif";
  font-weight: 400;
  color: #231f20;
}

header, footer, main, section, article, nav, aside {
  display: block;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p, form, figure, figcaption {
  margin: 0;
  padding: 0;
}

fieldset, hr {
  display: block;
  margin: 0;
  padding: 0;
  border: 0 none;
}

input, select {
  max-width: 100%;
  vertical-align: middle;
}

input, select, button, textarea, optgroup {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  appearance: none;
}

select::-ms-expand {
  display: none;
}

address, em, i {
  font-style: normal;
}

strong {
  font-weight: 600;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  border: 0 none;
  background: none;
  cursor: pointer;
}

a, button {
  transition: all 0.3s ease-in-out;
}

input[type=checkbox], input[type=submit] {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

img {
  max-width: 100%;
  border: 0 none;
  font-size: 0;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption, legend,
.sr_only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
  clip: rect(0, 0, 0, 0);
}

#skip_nav {
  position: absolute;
  left: 0;
  top: -1000px;
  width: 100%;
  height: 0px;
  z-index: 1000;
  line-height: 0px;
  font-size: 0px;
}
#skip_nav a {
  display: block;
  text-align: center;
  width: 100%;
  line-height: 0px;
  font-size: 0px;
}
#skip_nav a:focus, #skip_nav a:hover, #skip_nav a:active {
  position: absolute;
  left: 0px;
  top: 1000px;
  padding: 8px 0;
  display: block;
  height: 30px;
  background: #20262c;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  color: #fff;
}

.container {
  width: 130rem;
  max-width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
}

.txt_left {
  text-align: left !important;
}

.txt_center {
  text-align: center !important;
}

.txt_right {
  text-align: right !important;
}

.only_pc {
  display: block;
}

.only_mo {
  display: none;
}

@media (max-width: 1024px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 8px;
  }
  .only_pc {
    display: none;
  }
  .only_mo {
    display: block;
  }
}
::selection {
  color: #fff;
  background-color: rgba(246, 147, 65, 0.5);
}

.bul li {
  position: relative;
  color: #757575;
}
.bul li::before {
  content: "";
  position: absolute;
}
.bul li + li {
  margin-top: 1rem;
}
.bul.type_dot li {
  padding-left: 2rem;
}
.bul.type_dot li::before {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #757575;
  left: 0.8rem;
  top: 1rem;
}
.bul.type_dash li {
  padding-left: 1rem;
}
.bul.type_dash li::before {
  width: 0.5rem;
  height: 0.1rem;
  background: #757575;
  left: 0;
  top: 1.2rem;
}
.bul.type_num {
  counter-reset: number;
}
.bul.type_num > li {
  padding-left: 2rem;
}
.bul.type_num > li + li {
  margin-top: 0;
}
.bul.type_num > li::before {
  counter-increment: number;
  content: counter(number);
  border: 1px solid #757575;
  font-size: 1rem;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.3rem;
  left: 0;
  top: 0.5rem;
}
.bul > li li + li {
  margin-top: 0;
}
.bul > li li {
  font-size: 1.4rem;
}
.bul > li li::before {
  top: 1rem !important;
}

.terms_section .terms_tit {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 4rem 0 2rem;
}
.terms_section .terms_tit2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 2rem 0 0.5rem;
  position: relative;
  padding-left: 1.3rem;
}
.terms_section .terms_tit2::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background: #0033a0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.1rem;
}
.terms_section .terms_tit2 + p {
  margin-bottom: 1rem;
}
.terms_section + .txt_right {
  margin-top: 4rem;
  font-weight: 700;
}
.terms_section dl.type_dash div {
  padding-left: 1rem;
  position: relative;
  display: flex;
  gap: 0.5rem;
}
.terms_section dl.type_dash div::before {
  content: "";
  width: 0.5rem;
  height: 0.1rem;
  background: #757575;
  position: absolute;
  left: 0;
  top: 1.2rem;
}
.terms_section dl.type_dash div dt {
  font-style: normal;
}
.terms_section dl.type_dash div dt dfn {
  font-style: normal;
}
.terms_section dl.type_dash div dt::after {
  content: " :";
}
.terms_section .bul li {
  word-break: keep-all;
  color: #231F20;
}
.terms_section .bul li + li {
  margin-top: 0;
}
.terms_section .bul.type_dash::before {
  background: #231F20;
}
.terms_section .bul.type_num::before {
  border-color: #231F20;
}
.terms_section .bul.type_num > li + li {
  margin-top: 0.5rem;
}

.flex_wrap {
  display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: center;
}

#contents:has(.error_wrap) {
  padding: 20rem 0;
}
#contents:has(.error_wrap)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
  z-index: -1;
}

.error_wrap {
  text-align: center;
}
.error_wrap h2 {
  font-family: "NanumMyeongjo", "serif";
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 4rem;
}
.error_wrap p {
  color: #757575;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 4rem;
}
.error_wrap p.txt {
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
  color: #231f20;
}
.error_wrap .btn.btn_md {
  min-width: inherit;
  padding: 0 1.2rem;
}

.table_wrap th, .table_wrap td {
  text-align: left;
}
.table_wrap th {
  border-bottom: 1px solid #231f20;
}
.table_wrap td {
  border-bottom: 1px solid #E5E5E5;
}
.table_wrap.type_line {
  border-top: 1px solid #231f20;
  border-bottom: 1px solid #231f20;
}
.table_wrap.type_line th {
  border-bottom: 1px solid #E5E5E5;
  font-size: 1.4rem;
  padding: 0.4rem;
}
.table_wrap.type_line td {
  padding: 0.4rem;
  font-size: 1.5rem;
}
.table_wrap.type_line tr:last-of-type th, .table_wrap.type_line tr:last-of-type td {
  border-bottom: 0;
}
.table_wrap.type_bg {
  border-bottom: 1px solid #231F20;
}
.table_wrap.type_bg thead th {
  text-align: center;
  color: #fff;
  background: #959595;
  font-size: 1.1rem;
  padding: 0.6rem 0.8rem;
  border-bottom: 0;
}
.table_wrap.type_bg thead th:first-of-type {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.table_wrap.type_bg thead th:last-of-type {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.table_wrap.type_bg td {
  padding: 0.8rem 0;
}
.table_wrap.type_bg tfoot td {
  border-bottom: 0;
  background: #f5f5f5;
  color: #231f20;
}

.input_con {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
}
.input_con .input_box {
  width: 100%;
}
.input_con .input_box.type_readonly .input_txt {
  color: #c5c5c5;
  background: #F5F5F5;
  border-color: #e5e5e5;
}
.input_con .input_box.type_readonly .select_wrap select {
  color: #c5c5c5;
  background: #F5F5F5;
  border-color: #e5e5e5;
}
.input_con .input_box.type_readonly .select_wrap::after {
  background-color: #c5c5c5;
}
.input_con .input_box.type_readonly .btn_txt {
  color: #959595;
  cursor: default;
}
.input_con .input_box.type_readonly .btn_txt:hover, .input_con .input_box.type_readonly .btn_txt:focus {
  text-decoration: none;
}
.input_con .input_txt {
  position: relative;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  height: 4rem;
}
.input_con .input_txt input + .unit {
  margin-left: 0.5rem;
}
.input_con .input_txt:focus {
  outline: 1px solid #0033a0;
}
.input_con .input_txt:focus + .btn_txt {
  color: #0033a0;
}
.input_con input {
  border: 0;
}
.input_con input::placeholder {
  color: #B5B5B5;
}
.input_con input[type=number] {
  text-align: right;
  max-width: 11rem;
}
.input_con [class*=btn] {
  margin-left: 0.6rem;
}
.input_con + .input_con {
  margin-top: 0.8rem;
}
.input_con label {
  margin-bottom: 0.8rem;
  display: block;
}
.input_con .input_box:has(.password_input) {
  position: relative;
}
.input_con .input_box:has(.password_input) .chk {
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: 0;
}
.input_con .input_box:has(.password_input) .chk input {
  margin-right: 0;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.input_con .input_box:has(.password_input) .chk input::after {
  width: 100%;
  height: 100%;
  -webkit-mask: url("/assets/img/common/ico_eye_off.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_eye_off.svg") no-repeat center/contain;
}
.input_con .input_box:has(.password_input) .chk input:checked::after {
  -webkit-mask: url("/assets/img/common/ico_eye.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_eye.svg") no-repeat center/contain;
  background-color: #231f20;
}
.input_con.type_number .input_box {
  display: flex;
  flex-wrap: wrap;
}
.input_con.type_number label {
  flex-shrink: 0;
  width: 100%;
}
.input_con.type_number .select_wrap {
  min-width: 8rem;
  margin-right: 0.8rem;
}
.input_con.type_number .select_wrap select {
  padding: 0.7rem 1.2rem;
}
.input_con.type_number .input_txt {
  flex-grow: 1;
  flex-basis: 0;
  min-width: inherit;
}
.input_con .txt_info {
  flex-shrink: 0;
  width: 100%;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 0.8rem;
  color: #757575;
}
.input_con .txt_info.type_error {
  color: #f28c38;
}
.input_con .txt_info.type_error::before {
  content: "!";
  display: inline-block;
  margin-right: 4px;
}
.input_con:has(.txt_info.type_error) .input_txt {
  border-color: #f28c38;
}
.input_con:has(.txt_info.type_error) .input_txt:focus {
  border-color: #0033a0;
}
.input_con:has(.txt_info.type_error) .btn_txt {
  color: #f28c38;
}
.input_con .input_txt:focus + .count + .btn_txt {
  color: #0033a0;
}
.input_con .input_txt:read-only, .input_con .input_txt:disabled ~ .btn_txt {
  color: #757575;
}
.input_con.type_certi .count {
  position: absolute;
  right: 5.2rem;
  bottom: 0.9rem;
  color: #f28c38;
  font-size: 1.4rem;
}
.input_con.type_certi .type_readonly .count {
  color: #c5c5c5;
}
.input_con.type_certi .type_readonly .btn_txt {
  font-size: 0px;
  bottom: 1.4rem;
}
.input_con.type_certi .type_readonly .btn_txt::before {
  content: "";
  display: block;
  width: 11.5px;
  heighT: 11.5px;
  -webkit-mask: url("/assets/img/common/ico_check.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_check.svg") no-repeat center/contain;
  background: #c5c5c5;
}

.txtarea {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 1.6rem 1.4rem;
  resize: none;
}
.txtarea::placeholder {
  color: #b5b5b5;
}

/* ===================================================================================
	select 
====================================================================================== */
.select_wrap {
  position: relative;
  min-width: 16rem;
  position: relative;
}
.select_wrap:after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #231f20;
  -webkit-mask: url("/assets/img/common/ico_dropdown.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_dropdown.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  right: 1.2rem;
  transform-origin: center top;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.select_wrap select {
  border: 0;
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #E5E5E5;
  background: transparent;
  border-radius: 0.4rem;
  width: 100%;
}

/* ===================================================================================
	checkbox
====================================================================================== */
/* 배경색있는 박스형 체크박스 */
.chk {
  display: flex;
  width: 100%;
  align-items: center;
  color: #959595;
  font-weight: 500;
}
.chk span {
  flex-grow: 1;
}
.chk .count {
  font-size: 1.4rem;
  margin-left: 0;
  flex-shrink: 0;
}
.chk input {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.65rem;
}
.chk input::after {
  content: "";
  -webkit-mask: url("/assets/img/common/ico_chk_off.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_chk_off.svg") no-repeat center/contain;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 1px;
  background-color: #959595;
}
.chk input:checked::after {
  background-color: #0033a0;
  -webkit-mask: url("/assets/img/common/ico_chk_on.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_chk_on.svg") no-repeat center/contain;
}
.chk input:checked + span {
  color: #0033a0;
}
.chk input:checked + span + .count {
  color: #0033a0;
}
.chk + .chk {
  margin-top: 0.8rem;
}
.chk.type_lg input {
  width: 1.8rem;
  height: 1.8rem;
}
.chk.type_lg input::after {
  width: 100%;
  height: 100%;
}
.chk.type_lg input:checked::after {
  background-color: #231f20;
}
.chk.type_lg input:checked + span {
  color: #231f20;
}
.chk.type_lg span {
  font-size: 1.8rem;
  font-weight: 500;
}
.chk.type_lg em {
  font-size: 1.4rem;
  color: #0033a0;
  margin-left: 4px;
  display: inline-block;
  vertical-align: 1px;
}

.chk_wrap > .chk_con + .chk_con {
  margin-top: 0.8rem;
}
.chk_wrap > .chk_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chk_wrap > .chk_con .chk {
  width: auto;
  flex-basis: auto;
}
.chk_wrap > .chk_con a, .chk_wrap > .chk_con button {
  width: auto;
  flex-basis: auto;
  color: #0033a0;
  text-decoration: underline;
  font-size: 1.3rem;
}
.chk_wrap .info_txt.type_gray {
  margin-top: 0.4rem;
}

/* ===================================================================================
	accordion
====================================================================================== */
.accordion_wrap .accordion_header {
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
}
.accordion_wrap .accordion_header .btn_toggle {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.6rem 2.4rem;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
}
.accordion_wrap .accordion_header .btn_toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  right: 2.4rem;
  width: 2rem;
  height: 2rem;
  background-color: #231f20;
  -webkit-mask: url("/assets/img/common/ico_dropdown.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_dropdown.svg") no-repeat center/contain;
  transform-origin: center top;
  transition: all 0.3s ease-in-out;
}
.accordion_wrap .accordion_header .btn_toggle.active:after {
  transform: rotate(-180deg) translateY(-50%);
}
.accordion_wrap .accordion_contents {
  display: block;
  border-top: 1px solid #E6E6E6;
}

/* ===================================================================================
	button
====================================================================================== */
.btn_wrap {
  display: flex;
  justify-content: center;
}

.btn {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #b5b5b5;
  padding: 0 1rem;
}
.btn:disabled {
  border-color: #e5e5e5 !important;
  background: #f5f5f5 !important;
  color: #e5e5e5 !important;
}
.btn.btn_md {
  height: 4rem;
  line-height: 3.8rem;
  min-width: 13.6rem;
}
.btn.btn_lg {
  height: 5.6rem;
  line-height: 5.4rem;
  min-width: 16rem;
}
.btn.btn_txt {
  font-size: 1.4rem;
  position: absolute;
  right: 1.2rem;
  bottom: 1.1rem;
  padding: 0;
  border: 0;
}
.btn.btn_txt:hover {
  text-decoration: underline;
}
.btn.type_blue {
  background: #0033a0;
  border-color: transparent;
  color: #fff;
}
.btn.type_blue:hover {
  background: #fff;
  border-color: #0033a0;
  color: #0033a0;
}
.btn.type_orange {
  background: #f28c38;
  border-color: transparent;
  color: #fff;
  font-size: 1.4rem;
}
.btn.type_orange:hover {
  background: #fff;
  border-color: #f28c38;
  color: #f28c38;
}
.btn.type_orange:hover i {
  background-color: #f28c38;
}
.btn.type_white {
  background: #fff;
  border-color: #B5B5B5;
  color: #231f20;
}
.btn.type_white:hover {
  background: #0033a0;
  border-color: #0033a0;
  color: #fff;
}
.btn.type_white2 {
  background: #fff;
  border-color: #231f20;
  color: #231f20;
}
.btn.type_white2:hover {
  background: #231f20;
  color: #fff;
}
.btn.type_black {
  background: #231f20;
  border-color: #231f20;
  color: #fff;
}
.btn.type_black:hover {
  background: #fff;
  color: #231f20;
}
.btn.type_black:hover i {
  background-color: #231f20;
}
.btn.type_gray {
  background: #F5F5F5;
  color: #959595;
  border-color: #D5D5D5;
}
.btn.type_gray:hover {
  text-decoration: underline;
}
.btn.ico i {
  display: inline-block;
  margin-right: 6px;
}
.btn.ico .ico_lock {
  margin: 0 2.5px;
  width: 11px;
  height: 14px;
  background-color: #fff;
  -webkit-mask: url("/assets/img/common/ico_lock.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_lock.svg") no-repeat center/contain;
  vertical-align: -2px;
}
.btn.ico .ico_close {
  width: 2.4rem;
  height: 2.4rem;
  background-color: #231f20;
  -webkit-mask: url("/assets/img/common/ico_close_s.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_close_s.svg") no-repeat center/contain;
}
.btn.ico .ico_arr {
  width: 1rem;
  height: 0.8rem;
  background-color: #fff;
  -webkit-mask: url("/assets/img/common/ico_arr_right2.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_arr_right2.svg") no-repeat center/contain;
  margin-left: 0.9rem;
  vertical-align: 2px;
}

/* ===================================================================================
	tab
====================================================================================== */
.tab_wrap .tab_contents .tab_panel {
  display: none;
}
.tab_wrap .tab_contents .tab_panel.active {
  display: block;
}

.tab_list {
  margin-bottom: 6.4rem;
  display: flex;
  flex: auto;
  position: relative;
}
.tab_list:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #0033a0;
  display: block;
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.tab_list a, .tab_list button {
  display: block;
  padding: 1.9rem 3.9rem;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  background: #E5E5E5;
  color: #B5B5B5;
  font-size: 1.8rem;
  font-weight: 700;
  border: 1px solid #e5e5e5;
}
.tab_list a.active, .tab_list button.active {
  border: 1px solid #0033a0;
  border-bottom-color: #fff;
  background: #fff;
  color: #0033a0;
  position: relative;
  z-index: 1;
}
.tab_list.type_badge {
  gap: 0.8rem;
}
.tab_list.type_badge::after {
  display: none;
}
.tab_list.type_badge a, .tab_list.type_badge button {
  border-radius: 99px;
  border: 1px solid #B5B5B5;
  padding: 0.9rem 1.6rem 1rem;
  color: #b5b5b5;
  gap: 8px;
  font-size: 1.4rem;
  background: #fff;
}
.tab_list.type_badge a.active, .tab_list.type_badge button.active {
  color: #0033a0;
  border-color: #0033a0;
}
.tab_list.type_badge + .board_list {
  margin-top: -4.9rem;
}

/* ===================================================================================
	layerpopup
====================================================================================== */
.layerpop_wrap {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  z-index: 100;
}
.layerpop_wrap.show {
  visibility: visible;
  opacity: 1;
  background: rgba(33, 37, 41, 0.7);
}
.layerpop_wrap a, .layerpop_wrap button {
  transition: 0s;
}
.layerpop_wrap .layerpop {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2.4rem 3.2rem;
  width: 40rem;
  max-width: 65rem;
  border-radius: 8px;
  box-shadow: 10px 10px 60px rgba(255, 255, 255, 0.15);
}
.layerpop_wrap .layerpop:has(.table_wrap) {
  width: auto;
}
.layerpop_wrap .layerpop_header {
  margin-bottom: 2.4rem;
}
.layerpop_wrap .layerpop_header #layerpop_tit {
  font-size: 1.8rem;
  font-weight: 600;
}
.layerpop_wrap .layerpop_header .txt {
  margin-top: 0.8rem;
  font-size: 1.5rem;
}
.layerpop_wrap .layerpop_header .layerpop_close {
  border: 0;
  padding: 0;
  border-radius: 0;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  right: 2.4rem;
  top: 2.4rem;
}
.layerpop_wrap .layerpop_header .layerpop_close i {
  margin-right: 0;
}
.layerpop_wrap .layerpop_footer {
  margin-top: 4rem;
}
.layerpop_wrap .layerpop_footer .btn_wrap {
  gap: 0.8rem;
}
.layerpop_wrap .layerpop_footer .btn {
  min-width: 8rem;
  padding: 0 1.2rem;
  font-size: 1.4rem;
}
.layerpop_wrap .layerpop_footer .result_txt {
  margin-top: 3.2rem;
  border-top: 1px solid #231f20;
  padding: 3.2rem 0 1.6rem;
  text-align: center;
}
.layerpop_wrap .layerpop_footer .result_txt p {
  font-size: 1.5rem;
}
.layerpop_wrap .layerpop_footer .result_txt strong {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #0033a0;
}
.layerpop_wrap .layerpop_contents .input_con + .input_con {
  margin-top: 1.6rem;
}
.layerpop_wrap .layerpop_contents .search {
  margin-bottom: 2.4rem;
}
.layerpop_wrap .layerpop_contents .search .input_box {
  width: auto;
  flex-grow: 1;
}
.layerpop_wrap .layerpop_contents .search .btn {
  min-width: inherit;
  padding: 0 0.85rem;
}
.layerpop_wrap .layerpop_contents .search + .txt {
  text-align: center;
  margin: 0.8rem 0 4.2rem;
}
.layerpop_wrap .layerpop_contents .search + .txt.type_gray {
  color: #B5B5B5;
}
.layerpop_wrap .layerpop_contents .table_wrap {
  max-height: 16rem;
  overflow-y: auto;
}
.layerpop_wrap .layerpop_contents .table_wrap th {
  font-size: 1.1rem;
  font-weight: 700;
  padding-bottom: 5px;
}
.layerpop_wrap .layerpop_contents .table_wrap td {
  font-size: 1.5rem;
  padding: 9px 5px;
}
.layerpop_wrap .layerpop_contents .btn_md {
  min-width: inherit;
}
.layerpop_wrap .layerpop_contents .input_box {
  position: relative;
}
.layerpop_wrap .layerpop_contents .txt.txt_center:only-child {
  margin: 5rem 0;
}
.layerpop_wrap .layerpop_contents .bul li + li {
  margin-top: 0;
}
.layerpop_wrap.type_quote .layerpop {
  max-width: 84.2rem;
}
.layerpop_wrap.type_quote .table_wrap {
  max-height: inherit;
}
.layerpop_wrap.type_quote .seal {
  text-align: center;
}
.layerpop_wrap.type_quote .info_txt {
  margin-bottom: 4rem;
}
.layerpop_wrap.type_quote .btn_wrap .btn {
  min-width: 12rem;
}
.layerpop_wrap.type_quote .quote_tit {
  color: #231f20;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

/* ===================================================================================
	제품리스트
====================================================================================== */
.search_wrap {
  background: #e7ebf5;
  padding: 1.6rem;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
}
.search_wrap .input_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search_wrap .input_box {
  position: relative;
  width: auto;
}
.search_wrap .input_box::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  left: 1.2rem;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-mask: url("/assets/img/common/ico_search.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_search.svg") no-repeat center/contain;
  background-color: #231f20;
  z-index: 1;
}
.search_wrap .input_txt {
  width: 56rem;
  height: 4.8rem;
  padding-left: 3.6rem;
  border-color: #0033a0;
}
.search_wrap .btn {
  height: 4.8rem;
  line-height: 4.6rem;
  min-width: inherit;
  padding: 0 2rem;
}

.product_list_wrap {
  position: relative;
  flex-grow: 1;
}
.product_list_wrap > .select_wrap {
  position: absolute;
  right: 0;
  top: -20.5rem;
}

.noresult {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.noresult span::before {
  content: "";
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  background-color: #959595;
  -webkit-mask: url("/assets/img/common/ico_caution2.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_caution2.svg") no-repeat center/contain;
  margin: 0 auto 0.5rem;
}
.noresult span {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  color: #757575;
}

.product_list .tit {
  font-size: 2rem;
  font-weight: 500;
  color: #231f20;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 4.8rem;
}
.product_list .cate {
  display: inline-block;
  font-size: 1.4rem;
  color: #0033a0;
  line-height: 1;
  font-weight: 500;
}
.product_list .sub_cate {
  display: block;
  margin: 0 0 0.8rem;
  color: #757575;
  font-size: 1.4rem;
  line-height: 1;
}
.product_list .price {
  letter-spacing: 0px;
  color: #231f20;
  letter-spacing: -1px;
}
.product_list .price strong {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Oswald", "sans-serif";
}
.product_list .price .unit {
  font-size: 1.6rem;
  font-weight: 700;
}
.product_list .company {
  margin: 0.6rem 0 1rem;
  color: #757575;
  display: block;
}
.product_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2.4rem;
}
.product_list ul li {
  width: calc((100% - 7.2rem) / 4);
  padding-bottom: 3.2rem;
}
.product_list ul li .img {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 2.4rem;
}
.product_list ul li .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.product_list table {
  table-layout: fixed;
  border-top: 1.6px solid #231f20;
}
.product_list td {
  padding: 2.4rem 0 2.4rem 3.2rem;
  border-bottom: 1.5px solid #E5E5E5;
  font-size: 1.6rem;
  color: #757575;
}
.product_list td.img {
  padding-left: 0;
}
.product_list td.img img {
  width: 100px;
  height: 100px;
}

.product_wrap {
  display: flex;
  gap: 4.8rem;
}
.product_wrap .category_wrap {
  width: 28rem;
  flex-shrink: 0;
}
.product_wrap .category_wrap .category_list {
  border: 1px solid #d5d5d5;
  border-radius: 0.8rem;
  background: #fff;
}
.product_wrap .category_wrap .category_list .chk_wrap {
  padding: 2.4rem;
}
.product_wrap .category_wrap .category_list + .category_list {
  margin-top: 2.4rem;
}

.product_detail_wrap .product_summary_area {
  display: flex;
  gap: 6.4rem;
  margin-bottom: 8rem;
}
.product_detail_wrap .product_summary_area .product_img_area {
  width: 50rem;
  flex-shrink: 0;
}
.product_detail_wrap .product_summary_area .main_slider {
  margin-bottom: 8px;
}
.product_detail_wrap .product_summary_area .main_slider .swiper-slide {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 75%;
  height: 0;
}
.product_detail_wrap .product_summary_area .main_slider .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.product_detail_wrap .product_summary_area .thumbs_slider .swiper-slide {
  overflow: hidden;
  width: 8rem;
  position: relative;
  height: 8rem;
}
.product_detail_wrap .product_summary_area .thumbs_slider .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.product_detail_wrap .product_summary_area .thumbs_slider .swiper-slide {
  margin-right: 8px;
}
.product_detail_wrap .product_data {
  flex-grow: 1;
}
.product_detail_wrap .product_data h3 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #231f20;
  line-height: 1.1;
  padding-top: 2.4rem;
}
.product_detail_wrap .product_data .category {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
.product_detail_wrap .product_data .category > span:first-of-type {
  display: inline-block;
  font-size: 1.6rem;
  color: #0033a0;
  font-weight: 700;
}
.product_detail_wrap .product_data .category .sub_cate {
  font-size: 1.6rem;
  font-weight: 700;
  color: #959595;
}
.product_detail_wrap .product_data .category span {
  position: relative;
}
.product_detail_wrap .product_data .category span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  left: -1.6rem;
  width: 1px;
  height: 1.4rem;
  background: #B5B5B5;
}
.product_detail_wrap .product_data .category span:first-child::before {
  display: none;
}
.product_detail_wrap .product_data .price {
  letter-spacing: 0px;
  color: #231f20;
  letter-spacing: -1px;
}
.product_detail_wrap .product_data .price strong {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Oswald", "sans-serif";
}
.product_detail_wrap .product_data .price .unit {
  font-size: 1.6rem;
  font-weight: 700;
}
.product_detail_wrap .product_data .company {
  padding: 0.8rem 0 1.2rem;
  color: #757575;
  display: block;
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 500;
  color: #231f20;
}
.product_detail_wrap .product_data .id_number {
  text-align: right;
  border-bottom: 1px solid #D5D5D5;
  padding: 1.6rem 0;
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #757575;
}
.product_detail_wrap .product_data .id_number span::after {
  content: ":";
  display: inline-block;
  margin: 0 0.5rem;
}
.product_detail_wrap .product_data .id_number strong {
  color: #0033a0;
}
.product_detail_wrap .product_data .txt {
  color: #757575;
}
.product_detail_wrap .detail_tabs {
  display: flex;
  justify-content: space-around;
  z-index: 1;
}
.product_detail_wrap .detail_tabs a {
  flex: 1;
  text-align: center;
  border-bottom: 1px solid #959595;
  padding: 2.9rem 1rem;
  font-weight: 600;
  font-size: 2rem;
  color: #959595;
  background: #fff;
}
.product_detail_wrap .detail_tabs a.active {
  border-bottom: 2px solid #231f20;
  color: #231f20;
}
.product_detail_wrap .detail_tabs.is_sticky {
  position: fixed;
  width: 128rem;
  left: 50%;
  transform: translateX(-50%);
}
.product_detail_wrap .detail_content section {
  margin-bottom: 2rem;
}
.product_detail_wrap .detail_content section .detail_tit {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  padding: 8rem 0 3rem;
}
.product_detail_wrap .detail_content section img {
  margin: auto;
  display: block;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 4rem;
  align-items: center;
  margin-top: 5.6rem;
}
.pagination .arr {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #231f20;
}
.pagination .arr.first {
  -webkit-mask: url("/assets/img/common/ico_arr_left_double.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_arr_left_double.svg") no-repeat center/contain;
}
.pagination .arr.prev {
  -webkit-mask: url("/assets/img/common/ico_arr_left.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_arr_left.svg") no-repeat center/contain;
}
.pagination .arr.next {
  -webkit-mask: url("/assets/img/common/ico_arr_right.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_arr_right.svg") no-repeat center/contain;
}
.pagination .arr.last {
  -webkit-mask: url("/assets/img/common/ico_arr_right_double.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_arr_right_double.svg") no-repeat center/contain;
}
.pagination .arr:disabled {
  color: #b5b5b5;
}
.pagination .page_link {
  font-size: 1.8rem;
  font-weight: 500;
  color: #B5B5B5;
}
.pagination .page_link.active {
  color: #231f20;
}

.case_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6.4rem 4rem;
}
.case_list li {
  flex: 0 0 calc(50% - 2rem);
}
.case_list li a {
  display: block;
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
}
.case_list li a::before {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: 1;
}
.case_list li .img {
  position: relative;
  width: 100%;
  display: block;
  height: 33rem;
}
.case_list li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.case_list li .category {
  position: relative;
  z-index: 1;
}
.case_list li .category::before {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 2.4rem;
  background: red;
  z-index: 0;
}
.case_list li .category span {
  padding: 0.7rem 1.6rem 0.8rem;
  font-weight: 700;
  display: block;
  text-align: center;
  width: 11.7rem;
  margin: 0 auto;
  color: #fff;
  font-size: 1.6rem;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
  position: relative;
  z-index: 1;
}
.case_list li .category.type01::before {
  background: #5CBDF9;
}
.case_list li .category.type01 span {
  background: #5CBDF9;
}
.case_list li .category.type02::before {
  background: #A85CF9;
}
.case_list li .category.type02 span {
  background: #A85CF9;
}
.case_list li .category.type03::before {
  background: #F9B05C;
}
.case_list li .category.type03 span {
  background: #F9B05C;
}
.case_list li .category.type04::before {
  background: #959595;
}
.case_list li .category.type04 span {
  background: #959595;
}
.case_list li .tit {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.4rem;
  color: #fff;
  width: calc(100% - 4.8rem);
  z-index: 1;
}
.case_list li .tit span {
  font-size: 2.8rem;
  font-weight: 700;
}
.case_list li .tit p {
  font-size: 2rem;
  font-weight: 600;
}

.case_detail_wrap {
  padding: 4rem 0;
  border-top: 1px solid #C5C5C5;
}
.case_detail_wrap .detail_title {
  margin-bottom: 4rem;
}
.case_detail_wrap .detail_title .category {
  padding: 1.3rem 1.9rem;
  font-weight: 700;
  text-align: center;
  font-size: 1.4rem;
  flex-shrink: 0;
  width: 11.2rem;
  border-radius: 0.4rem;
  font-weight: 700;
  color: #fff;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.case_detail_wrap .detail_title .category.type01 {
  background: #5CBDF9;
}
.case_detail_wrap .detail_title .category.type02 {
  background: #A85CF9;
}
.case_detail_wrap .detail_title .category.type03 {
  background: #F9B05C;
}
.case_detail_wrap .detail_title .category.type04 {
  background: #9AC79F;
}
.case_detail_wrap .detail_title .category.type05 {
  background: #DE6BB0;
}
.case_detail_wrap .detail_title .category.type06 {
  background: #27BEA0;
}
.case_detail_wrap .detail_title .category.type07 {
  background: #9CDE62;
}
.case_detail_wrap .detail_title h3 {
  display: block;
  font-family: "NanumMyeongjo", "serif";
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 1.8rem;
}
.case_detail_wrap .case_info {
  display: flex;
  justify-content: flex-end;
  background: #F5F5F5;
  padding: 1.6rem 4rem;
  margin: 0 0 4rem;
  gap: 6.4rem;
}
.case_detail_wrap .case_info .info_group {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
.case_detail_wrap .case_info .info_group.title_group {
  margin-right: auto;
  gap: 0;
}
.case_detail_wrap .case_info .info_group .info_title {
  font-size: 1.4rem;
  color: #757575;
  position: relative;
}
.case_detail_wrap .case_info .info_group .info_title::after {
  content: "";
  width: 1px;
  height: 11px;
  background: #D5D5D5;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  right: -1.6rem;
}
.case_detail_wrap .case_info .info_group .info_data {
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
.case_detail_wrap .case_info .info_group .info_data span {
  position: relative;
}
.case_detail_wrap .case_info .info_group .info_data span::after {
  content: "";
  width: 1px;
  height: 11px;
  background: #D5D5D5;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  right: -1.6rem;
}
.case_detail_wrap .case_info .info_group .info_data span:last-of-type::after {
  display: none;
}
.case_detail_wrap .video_wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 5rem;
}
.case_detail_wrap .mt4 {
  margin-top: 4rem;
}

.modeling_viewer {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 0;
  padding-bottom: 50%;
}
.modeling_viewer .viewer-loading {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: visibility 0.5s ease, opacity 0.5s ease;
}
.modeling_viewer .viewer-loading .bar {
  width: 120px;
  height: 120px;
  border: 10px solid rgba(30, 144, 255, 0.4);
  border-top: 10px solid #0033a0;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modeling_viewer .viewer-dim {
  position: absolute;
  inset: 0;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.modeling_viewer .viewer-dim::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: block;
}
.modeling_viewer .viewer-dim img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modeling_viewer .viewer-dim.active {
  opacity: 1;
  pointer-events: auto;
}
.modeling_viewer .viewer-dim.active + .viewer-loading {
  visibility: visible;
  opacity: 1;
  overflow: visible;
}
.modeling_viewer .iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.modeling_viewer .viewer_btn {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  z-index: 2;
  background: #fff;
  padding: 0.55rem 1rem;
}
.modeling_viewer .viewer_btn i {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-mask: url(/assets/img/common/ico_search.svg) no-repeat center/contain;
  mask: url(/assets/img/common/ico_search.svg) no-repeat center/contain;
  background-color: #231f20;
  z-index: 1;
  margin-right: 0;
}
.modeling_viewer .viewer_btn:hover {
  background: #231f20;
  border-color: transparent;
}
.modeling_viewer .viewer_btn:hover i {
  background-color: #fff;
}
.modeling_viewer.type_full {
  padding-bottom: 47.4%;
  border-radius: 0;
}
.modeling_viewer.type_full .viewer-dim img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.modeling_viewer.type_full .viewer-loading {
  top: 50%;
  transform: translate(-50%, -50%);
}
.modeling_viewer.type_full .preview_arr {
  top: 50%;
  transform: translate(-50%, -50%);
}

#webgl {
  width: 100%;
  position: relative;
  z-index: 1;
}

/* ===================================================================================
	로그인
====================================================================================== */
.login_wrap {
  width: 36rem;
  margin: auto;
}
.login_wrap h2 {
  font-size: 4rem;
  font-weight: 700;
  font-family: "NanumMyeongjo", "serif";
}
.login_wrap .input_wrap {
  margin: 0 0 4rem;
}
.login_wrap .input_con .input_txt {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 5.6rem;
  padding: 0.5rem 1.2rem;
}
.login_wrap .input_con + .input_con {
  margin: 0;
}
.login_wrap .input_con + .input_con .input_txt {
  border-top: 0;
  border-radius: 0.4rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.login_wrap .input_con .input_box {
  width: 100%;
}
.login_wrap .input_con .input_box:has(.password_input) .chk {
  bottom: 2.1rem;
}
.login_wrap .input_con + .chk {
  margin-top: 0.8rem;
}
.login_wrap .btn_lg.type_blue {
  width: 100%;
}
.login_wrap .login_util {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
}
.login_wrap .login_util > * {
  font-size: 1.4rem;
  position: relative;
  line-height: 1;
}
.login_wrap .login_util > *::before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  left: -1.6rem;
  width: 1px;
  height: 11px;
  background: #C5C5C5;
}
.login_wrap .login_util > *::after {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #231f20;
}
.login_wrap .login_util > *:first-child::before {
  display: none;
}

#contents:has(.login_wrap) {
  padding-top: 11rem;
}
#contents:has(.login_wrap)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
  z-index: -1;
}
#contents:has(.login_wrap) .page_title {
  text-align: center;
}

#contents:has(.input_form)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
  z-index: -1;
}
#contents:has(.input_form) {
  width: 68rem;
}

#contents:has(.consulting) {
  width: 72rem;
}
#contents:has(.consulting) .input_form {
  padding: 6.4rem 4rem;
}
#contents:has(.consulting) .input_form .input_box {
  width: calc(100% - 21.2rem);
  flex-grow: inherit;
  flex-basis: inherit;
}
#contents:has(.consulting) .input_form .input_box:has(.chk_wrap, .txtarea) {
  width: calc(100% - 9.6rem);
}
#contents:has(.consulting) .theme_path {
  background: #F5F5F5;
  display: flex;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  border-radius: 0.8rem;
  margin-bottom: 3rem;
}
#contents:has(.consulting) .theme_path li::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid #231f20;
  border-left: 1px solid #231f20;
  display: inline-block;
  transform: rotate(135deg);
  transform-origin: left;
  margin: 0 0.3rem 0 1rem;
  vertical-align: 4px;
}
#contents:has(.consulting) .theme_path li:first-of-type::before {
  display: none;
}

.input_form {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  background: #fff;
  padding: 6.4rem 8rem;
  position: relative;
  margin-bottom: 4rem;
}
.input_form h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 8rem 0 4.8rem;
}
.input_form h3:first-of-type {
  margin-top: 0;
}
.input_form h3 em {
  font-weight: 400;
}
.input_form .close_account {
  position: absolute;
  right: 8rem;
  top: 6.4rem;
}
.input_form .input_wrap {
  margin-bottom: 4.8rem;
}
.input_form .input_con {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.input_form .input_con sup {
  color: #f30;
}
.input_form .input_con > label {
  width: 9.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  flex-shrink: 0;
  margin-bottom: 0;
}
.input_form .input_con .input_box {
  display: flex;
  width: auto;
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
}
.input_form .input_con .input_box.wd_s {
  width: calc(100% - 21.2rem);
  flex-grow: inherit;
  flex-basis: auto;
}
.input_form .input_con .chk_wrap {
  width: 51.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.input_form .input_con .chk_wrap .chk {
  width: auto;
  margin: 0;
}
.input_form .input_con:has(.chk_wrap) {
  margin: 1.2rem 0;
}
.input_form .input_con:has(.txtarea) {
  align-items: flex-start;
}
.input_form .input_con:has(.txtarea) .input_box {
  flex-grow: 1;
  flex-basis: 0;
}
.input_form .input_con input::placeholder {
  font-size: 1.4rem;
}
.input_form .input_con #captchaArea {
  width: calc(100% - 9.6rem);
  margin-left: 9.6rem;
  margin-top: 0.5rem;
}
.input_form .txt_info {
  padding-left: 10rem;
}
.input_form .txtarea {
  height: 21.4rem;
  width: 100%;
}
.input_form .btn_md {
  min-width: 11rem;
  font-size: 1.4rem;
  padding: 0;
}

.attachment_file_wrap {
  margin-bottom: 2.4rem;
}
.attachment_file_wrap .upload_box {
  margin-bottom: 2.4rem;
}
.attachment_file_wrap .upload_box label {
  border: 1px solid #b5b5b5;
  border-radius: 0.4rem;
  display: block;
  width: 100%;
  text-align: center;
  padding: 1rem 1rem 1.1rem;
  cursor: pointer;
}
.attachment_file_wrap .upload_box label span {
  color: #231f20;
  font-size: 1.4rem;
  font-weight: 500;
}
.attachment_file_wrap .upload_box label span::before {
  content: "";
  background-color: #231f20;
  -webkit-mask: url("/assets/img/common/ico_file.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_file.svg") no-repeat center/contain;
  width: 1rem;
  height: 1.2rem;
  display: inline-block;
  margin-right: 7px;
  vertical-align: -2px;
}
.attachment_file_wrap .upload_box.type_readonly {
  background: #e5e5e5;
  border-color: #c5c5c5;
}
.attachment_file_wrap .upload_box.type_readonly span {
  color: #b5b5b5;
}
.attachment_file_wrap .upload_box.type_readonly span::before {
  background-color: #b5b5b5;
}
.attachment_file_wrap .upload_box > input[type=file]:disabled + label {
  color: #c5c5c5;
  background: #F5F5F5;
  border-color: #e5e5e5;
  cursor: default;
}
.attachment_file_wrap .upload_box > input[type=file]:disabled + label span {
  color: #c5c5c5;
}
.attachment_file_wrap .upload_box > input[type=file]:disabled + label span::before {
  background-color: #c5c5c5;
}
.attachment_file_wrap .file_con {
  color: #0033a0;
  font-size: 1.2rem;
  padding: 1.6rem 2.4rem;
  background: #f5f5f5;
  border-radius: 4px;
}
.attachment_file_wrap .file_con p {
  padding-left: 2rem;
  position: relative;
}
.attachment_file_wrap .file_con p::before {
  content: "";
  display: inline-block;
  background-color: #0033a0;
  position: absolute;
}
.attachment_file_wrap .file_con:has(.end) {
  background: #E7EBF5;
}
.attachment_file_wrap .file_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.attachment_file_wrap .file_box p::before {
  left: 2px;
  top: 4px;
  width: 1.3rem;
  height: 1rem;
  -webkit-mask: url("/assets/img/common/ico_folder.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_folder.svg") no-repeat center/contain;
}
.attachment_file_wrap .file_box p.file_guide_txt::before {
  top: 0.5rem;
  left: 0.4rem;
  width: 0.96rem;
  height: 0.96rem;
  -webkit-mask: url("/assets/img/common/ico_check.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_check.svg") no-repeat center/contain;
}
.attachment_file_wrap .file_box .status {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0033a0;
  padding-right: 2.4rem;
  position: relative;
}
.attachment_file_wrap .file_box .status:after {
  content: "";
  background-color: #0033a0;
  display: inline-block;
  position: absolute;
  right: 3px;
}
.attachment_file_wrap .file_box .status.ing::after {
  width: 12.5px;
  height: 12.5px;
  -webkit-mask: url("/assets/img/common/ico_loading.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_loading.svg") no-repeat center/contain;
  top: 4px;
}
.attachment_file_wrap .file_box .status.end::after {
  width: 11.5px;
  heighT: 11.5px;
  -webkit-mask: url("/assets/img/common/ico_check.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_check.svg") no-repeat center/contain;
  top: 4px;
  right: 5px;
}
.attachment_file_wrap .file_box .status.uncerti:after {
  width: 1rem;
  height: 0.2rem;
  top: 0.9rem;
}

.btn_wrap.type_form_btn {
  margin-top: 4rem;
}
.btn_wrap.type_form_btn .btn {
  min-width: 36rem;
  height: 8rem;
  line-height: 7.8rem;
}

.info_txt {
  margin-top: 1.6rem;
  padding-left: 2rem;
  position: relative;
}
.info_txt::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  width: 1rem;
  height: 1rem;
  background-color: #231f20;
  -webkit-mask: url("/assets/img/common/ico_infomation.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_infomation.svg") no-repeat center/contain;
}
.info_txt.type_gray {
  font-size: 1.4rem;
  color: #757575;
}
.info_txt.type_gray::before {
  background-color: #757575;
}
.info_txt.type_txt {
  font-size: 1.4rem;
  color: #757575;
  margin-top: 1.6rem;
  padding-left: 1.6rem;
}
.info_txt.type_txt::before {
  content: "※";
  -webkit-mask: none;
  mask: none;
  background-color: transparent;
  width: auto;
  height: auto;
  top: 1px;
  left: 0;
}

.price_wrap {
  margin: 6.4rem 0 1.6rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.price_wrap p {
  color: #0033a0;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: end;
  margin-right: 2.4rem;
}
.price_wrap p span {
  margin-right: 1.6rem;
}
.price_wrap p ㅁ8 strong {
  font-size: 3.2rem;
  line-height: 1.3;
  font-family: "Oswald", "sans-serif";
}

/* ===================================================================================
	서브레이아웃 css
====================================================================================== */
#main:has(#contents) {
  margin-top: 15rem;
}

#contents {
  padding: 0 0 15rem;
  width: 128rem;
  max-width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
}

.page_header {
  padding: 4.8rem 0 4rem;
}
.page_header .page_title {
  font-family: "NanumMyeongjo", "serif";
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -4px;
}
.page_header .page_subtitle {
  font-size: 1.6rem;
  color: #757575;
  line-height: 1.6;
}

#contents:has(.about_coolschoool) {
  margin-top: 0;
  padding-bottom: 0;
}

.about_coolschoool section {
  position: relative;
}
.about_coolschoool section h3 {
  font-family: "NanumMyeongjo", "serif";
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
}
.about_coolschoool section h3 span {
  color: #0033a0;
}
.about_coolschoool .about_sec1 {
  width: 138rem;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 17.3rem 12rem;
  border-radius: 2.4rem;
  overflow: hidden;
  color: #fff;
  z-index: 1;
  position: relative;
}
.about_coolschoool .about_sec1::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 100%;
  background: url(/assets/img/common/about_sec1_bg.jpg) no-repeat center/cover;
  z-index: -1;
  transition: all 2s;
}
.about_coolschoool .about_sec1 h3 {
  text-align: left;
  font-family: "Pretendard", "sans-serif";
  font-weight: 500;
  font-size: 6.4rem;
  margin-bottom: 2.4rem;
  line-height: 1.15;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.2s;
}
.about_coolschoool .about_sec1 p {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.4s;
  opacity: 0;
}
.about_coolschoool .about_sec1.active::before {
  width: 100%;
}
.about_coolschoool .about_sec1.active h3 {
  transform: translateY(0);
  opacity: 1;
}
.about_coolschoool .about_sec1.active p {
  opacity: 1;
}
.about_coolschoool .about_sec2 {
  padding: 8rem 53.5% 10.4rem 0;
  background: #f5f5f5;
  width: 140rem;
  margin-left: 50%;
  transform: translateX(-50%);
}
.about_coolschoool .about_sec2::before {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  top: -17rem;
  width: 100vw;
  height: calc(100% + 26.7rem);
  background: #f5f5f5;
  z-index: -1;
}
.about_coolschoool .about_sec2::after {
  content: "";
  width: 65.9rem;
  height: 55.1rem;
  background: url(/assets/img/common/about2.png) no-repeat right top/contain;
  display: block;
  position: absolute;
  right: -3rem;
  top: 18rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.about_coolschoool .about_sec2 h3 {
  margin-bottom: 5.6rem;
  text-align: left;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.4s;
}
.about_coolschoool .about_sec2 p {
  color: #231f20;
  font-size: 1.8rem;
  font-weight: 500;
  word-break: keep-all;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.about_coolschoool .about_sec2 p:nth-of-type(1) {
  transition-delay: 0.5s;
}
.about_coolschoool .about_sec2 p:nth-of-type(2) {
  transition-delay: 0.7s;
}
.about_coolschoool .about_sec2 p:nth-of-type(3) {
  transition-delay: 0.9s;
}
.about_coolschoool .about_sec2 p:nth-of-type(4) {
  transition-delay: 1.1s;
}
.about_coolschoool .about_sec2 p strong {
  font-weight: 700;
}
.about_coolschoool .about_sec2 p + p {
  margin-top: 3.8rem;
}
.about_coolschoool .about_sec2.active::after {
  right: 0;
  opacity: 1;
}
.about_coolschoool .about_sec2.active h3 {
  transform: translateY(0);
  opacity: 1;
}
.about_coolschoool .about_sec2.active p {
  transform: translateY(0);
  opacity: 1;
}
.about_coolschoool .about_sec3 {
  background: #fff;
  padding: 8rem 0 11.4rem;
}
.about_coolschoool .about_sec3 h3 {
  margin-bottom: 4.8rem;
}
.about_coolschoool .about_sec3 .row {
  display: flex;
  align-items: flex-end;
}
.about_coolschoool .about_sec3 .box {
  padding: 0 7.2rem;
  flex-basis: 0;
  flex-grow: 1;
  color: #0033a0;
  position: relative;
}
.about_coolschoool .about_sec3 .box::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #5C82D3;
  position: absolute;
  left: 0;
  top: 0;
}
.about_coolschoool .about_sec3 .box strong {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 1.2rem;
}
.about_coolschoool .about_sec3 .box strong::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  margin-bottom: 2.4rem;
  background-color: #0033a0;
}
.about_coolschoool .about_sec3 .box:first-of-type::before {
  display: none;
}
.about_coolschoool .about_sec3 .box:first-of-type strong::before {
  -webkit-mask: url("/assets/img/common/flag.svg") no-repeat center/contain;
  mask: url("/assets/img/common/flag.svg") no-repeat center/contain;
}
.about_coolschoool .about_sec3 .box:nth-of-type(2) strong::before {
  -webkit-mask: url("/assets/img/common/earth.svg") no-repeat center/contain;
  mask: url("/assets/img/common/earth.svg") no-repeat center/contain;
}
.about_coolschoool .about_sec3 .box:last-of-type strong::before {
  -webkit-mask: url("/assets/img/common/jewel.svg") no-repeat center/contain;
  mask: url("/assets/img/common/jewel.svg") no-repeat center/contain;
}
.about_coolschoool .about_sec4 {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  height: 300vh;
}
.about_coolschoool .about_sec4 h3 {
  color: #fff;
}
.about_coolschoool .about_sec4 h3 + p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.2rem;
}
.about_coolschoool .about_sec4 .tit_group {
  margin-bottom: 7.2rem;
}
.about_coolschoool .about_sec4 .sticky_wrapper {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 8rem 0 9.8rem;
  background: #0033a0;
}
.about_coolschoool .about_sec4 .sticky_wrapper .content_inner {
  width: 122.5rem;
  margin: auto;
  max-width: 100%;
}
.about_coolschoool .about_sec4 .sticky_wrapper .card_area {
  position: relative;
  width: 100%;
  height: 39rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_coolschoool .about_sec4 .sticky_wrapper .circle_wrap {
  position: relative;
  width: 44.5rem;
  height: 38.2rem;
}
.about_coolschoool .about_sec4 .sticky_wrapper .circle_wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/assets/img/common/circle_line.png) no-repeat center/contain;
  width: 53.3rem;
  height: 53.3rem;
}
.about_coolschoool .about_sec4 .sticky_wrapper .circle_wrap .hub_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_coolschoool .about_sec4 .sticky_wrapper .circle_wrap .nav_item {
  width: 14rem;
  height: 7.2rem;
  position: absolute;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 0.9rem;
  border: 3px solid transparent;
  transition: all 0.3s ease-in-out;
  gap: 9px;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.about_coolschoool .about_sec4 .sticky_wrapper .circle_wrap .nav_item::before {
  content: "";
  width: 4.5rem;
  height: 4.5rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
.about_coolschoool .about_sec4 .sticky_wrapper .circle_wrap .nav_item[data-index="0"] {
  top: 2.8rem;
  left: 0;
  flex-direction: row-reverse;
}
.about_coolschoool .about_sec4 .sticky_wrapper .circle_wrap .nav_item[data-index="0"]::before {
  background-image: url("/assets/img/common/ico_space.png");
}
.about_coolschoool .about_sec4 .sticky_wrapper .circle_wrap .nav_item[data-index="1"] {
  top: 2.8rem;
  right: 0;
}
.about_coolschoool .about_sec4 .sticky_wrapper .circle_wrap .nav_item[data-index="1"]::before {
  background-image: url("/assets/img/common/ico_checker.png");
}
.about_coolschoool .about_sec4 .sticky_wrapper .circle_wrap .nav_item[data-index="2"] {
  bottom: 2.8rem;
  right: 0;
}
.about_coolschoool .about_sec4 .sticky_wrapper .circle_wrap .nav_item[data-index="2"]::before {
  background-image: url("/assets/img/common/ico_learning.png");
}
.about_coolschoool .about_sec4 .sticky_wrapper .circle_wrap .nav_item[data-index="3"] {
  bottom: 2.8rem;
  left: 0;
  flex-direction: row-reverse;
}
.about_coolschoool .about_sec4 .sticky_wrapper .circle_wrap .nav_item[data-index="3"]::before {
  background-image: url("/assets/img/common/ico_vision.png");
}
.about_coolschoool .about_sec4 .sticky_wrapper .circle_wrap .nav_item.active {
  background: #fff;
  border: 3px solid #0033a0;
  color: #0033a0;
}
.about_coolschoool .about_sec4 .sticky_wrapper .circle_wrap .nav_item.active::before {
  width: 2.7rem;
  height: 2.7rem;
}
.about_coolschoool .about_sec4 .sticky_wrapper .circle_wrap .nav_item.active[data-index="0"]::before {
  background-image: url("/assets/img/common/ico_space_on.png");
}
.about_coolschoool .about_sec4 .sticky_wrapper .circle_wrap .nav_item.active[data-index="1"]::before {
  background-image: url("/assets/img/common/ico_checker_on.png");
}
.about_coolschoool .about_sec4 .sticky_wrapper .circle_wrap .nav_item.active[data-index="2"]::before {
  background-image: url("/assets/img/common/ico_learning_on.png");
}
.about_coolschoool .about_sec4 .sticky_wrapper .circle_wrap .nav_item.active[data-index="3"]::before {
  background-image: url("/assets/img/common/ico_vision_on.png");
}
.about_coolschoool .about_sec4 .sticky_wrapper .info_card {
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 2.4rem;
  overflow: hidden;
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  width: 52.24489%;
  padding: 0 5.6rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.about_coolschoool .about_sec4 .sticky_wrapper .info_card > div {
  width: 60%;
}
.about_coolschoool .about_sec4 .sticky_wrapper .info_card h4 {
  color: #0033a0;
}
.about_coolschoool .about_sec4 .sticky_wrapper .info_card h4 em {
  display: block;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.about_coolschoool .about_sec4 .sticky_wrapper .info_card h4 strong {
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: 600;
  vertical-align: middle;
}
.about_coolschoool .about_sec4 .sticky_wrapper .info_card h4 span {
  font-weight: 600;
  line-height: 1.6;
  vertical-align: middle;
}
.about_coolschoool .about_sec4 .sticky_wrapper .info_card h4 span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 12.5px;
  background: #0033a0;
  margin: 0 1.5rem;
}
.about_coolschoool .about_sec4 .sticky_wrapper .info_card p {
  color: #757575;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 2.4rem 0;
  word-break: keep-all;
}
.about_coolschoool .about_sec4 .sticky_wrapper .info_card li {
  position: relative;
  color: #0033a0;
  font-weight: 700;
}
.about_coolschoool .about_sec4 .sticky_wrapper .info_card li::before {
  content: "";
  background-color: #0033a0;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-mask: url("/assets/img/common/ico_check.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_check.svg") no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.3rem 0 0.5rem;
}
.about_coolschoool .about_sec4 .sticky_wrapper .info_card li + li {
  margin-top: 0.8rem;
}
.about_coolschoool .about_sec4 .sticky_wrapper .info_card.card_school {
  background-image: url(/assets/img/common/info_card1.jpg);
}
.about_coolschoool .about_sec4 .sticky_wrapper .info_card.card_checker {
  background-image: url(/assets/img/common/info_card2.jpg);
}
.about_coolschoool .about_sec4 .sticky_wrapper .info_card.card_learning {
  background-image: url(/assets/img/common/info_card3.jpg);
}
.about_coolschoool .about_sec4 .sticky_wrapper .info_card.card_vision {
  background-image: url(/assets/img/common/info_card4.jpg);
}
.about_coolschoool .about_sec4 .sticky_wrapper .info_card.active {
  opacity: 1;
  visibility: visible;
}
.about_coolschoool .about_sec5 {
  background: #f5f5f5;
  padding: 6.4rem 0 12rem;
  z-index: 1;
}
.about_coolschoool .about_sec5::before {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
  z-index: -1;
}
.about_coolschoool .about_sec5 h3 {
  margin-bottom: 5.3rem;
}
.about_coolschoool .about_sec5 .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 9.6rem;
  width: 134.7rem;
  margin-left: -50%;
  transform: translateX(50%);
}
.about_coolschoool .about_sec5 .row .box {
  flex-basis: 0;
  flex-grow: 1;
  align-items: center;
  padding: 0 2.4rem;
  text-align: center;
  position: relative;
}
.about_coolschoool .about_sec5 .row .box > * {
  display: block;
}
.about_coolschoool .about_sec5 .row .box .number {
  font-family: "NanumMyeongjo", "serif";
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0033a0;
}
.about_coolschoool .about_sec5 .row .box strong {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  display: block;
  margin: 0.8rem 0 1rem;
}
.about_coolschoool .about_sec5 .row .box .txt {
  line-height: 1.3;
  font-weight: 500;
  color: #959595;
}
.about_coolschoool .about_sec5 .point {
  text-emphasis: filled dot;
}
.about_coolschoool .about_sec5 .whycoolschool {
  display: flex;
  margin: 8.6rem auto 0;
  width: 111.8rem;
  align-items: center;
  justify-content: space-between;
}
.about_coolschoool .about_sec5 .whycoolschool .desc {
  width: 28.175313%;
}
.about_coolschoool .about_sec5 .whycoolschool .desc h4 strong {
  margin-bottom: 1.8rem;
  font-family: "NanumMyeongjo", "serif";
  font-size: 3.2rem;
  font-weight: 600;
  display: block;
}
.about_coolschoool .about_sec5 .whycoolschool .desc h4 strong span {
  color: #0033a0;
}
.about_coolschoool .about_sec5 .whycoolschool .desc h4 > span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 2rem;
}
.about_coolschoool .about_sec5 .whycoolschool .desc p {
  word-break: keep-all;
}
.about_coolschoool .about_sec5 .whycoolschool .desc .btn {
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  height: 8rem;
  line-height: 7.8rem;
  margin-top: 6.4rem;
}
.about_coolschoool .about_sec5 .whycoolschool .compare_wrap {
  display: flex;
  align-items: center;
}
.about_coolschoool .about_sec5 .whycoolschool .compare_card {
  border-radius: 16px;
  border: 2.4px solid #C5C5C5;
  text-align: center;
  overflow: hidden;
}
.about_coolschoool .about_sec5 .whycoolschool .compare_card h4 {
  border-bottom: 1px solid #d5d5d5;
  color: #757575;
  padding: 3rem 0;
  font-size: 1.8rem;
}
.about_coolschoool .about_sec5 .whycoolschool .compare_card p {
  background: #fff;
  padding: 2.9rem;
  font-weight: 600;
  color: #757575;
}
.about_coolschoool .about_sec5 .whycoolschool .compare_card ul {
  padding: 4.65rem 3.65rem;
  text-align: center;
}
.about_coolschoool .about_sec5 .whycoolschool .compare_card ul li {
  color: #959595;
}
.about_coolschoool .about_sec5 .whycoolschool .compare_card ul li strong {
  font-weight: 600;
}
.about_coolschoool .about_sec5 .whycoolschool .compare_card ul li span {
  display: block;
}
.about_coolschoool .about_sec5 .whycoolschool .compare_card ul li + li {
  margin-top: 0.8rem;
}
.about_coolschoool .about_sec5 .whycoolschool .compare_card:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -2px;
}
.about_coolschoool .about_sec5 .whycoolschool .compare_card:last-of-type {
  border-color: #0033a0;
  z-index: 1;
  background: #fff;
}
.about_coolschoool .about_sec5 .whycoolschool .compare_card:last-of-type h4 {
  border-color: #B1C1E2;
  font-size: 2.8rem;
  padding: 3.2rem;
  color: #0033a0;
}
.about_coolschoool .about_sec5 .whycoolschool .compare_card:last-of-type ul {
  padding: 3.8rem 7.2rem;
}
.about_coolschoool .about_sec5 .whycoolschool .compare_card:last-of-type ul li + li {
  margin-top: 2rem;
}
.about_coolschoool .about_sec5 .whycoolschool .compare_card:last-of-type ul li strong {
  font-size: 2rem;
  color: #0033a0;
}
.about_coolschoool .about_sec5 .whycoolschool .compare_card:last-of-type ul li strong:before {
  content: "";
  background-color: #0033a0;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-mask: url("/assets/img/common/ico_check.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_check.svg") no-repeat center/contain;
  display: inline-block;
  margin-right: 9px;
}
.about_coolschoool .about_sec5 .whycoolschool .compare_card:last-of-type ul li span {
  font-size: 1.8rem;
  color: #757575;
}
.about_coolschoool .about_sec5 .whycoolschool .compare_card:last-of-type p {
  background: #E7EBF5;
  color: #0033a0;
  font-size: 2rem;
  font-weight: 700;
  padding: 1.8rem 0;
}

.video_wrap {
  width: 100%;
  margin: 0 auto 5rem;
}
.video_wrap video {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000;
  display: block;
}

.layerpop_wrap .layerpop:has(.video_wrap) {
  width: 66vw;
  max-width: inherit;
}

.section_tit:before {
  content: "";
  display: block;
  width: 4rem;
  height: 4px;
  background: #0033a0;
}
.section_tit {
  font-size: 2.8rem;
  margin: 5rem 0 2rem;
}

.detail_section h5 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 2rem 0 1.5rem;
}
.detail_section .img_wrap {
  margin: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail_section .img_wrap span {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 1rem;
}
.detail_section .hashtag-wrap {
  margin: 1rem 0;
}
.detail_section .hashtag-wrap .hashtag {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  background-color: #4e73df;
  color: #fff;
  transition: background-color 0.2s, transform 0.1s;
  cursor: pointer;
  vertical-align: middle;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 2rem;
  margin: 2px 4px 2px 0;
  outline: 0 !important;
  user-select: none;
}
.detail_section .hashtag-wrap .hashtag:hover {
  background: #0033a0;
  transform: translateY(-1px);
}
.detail_section .hashtag-wrap .hashtag:active {
  transform: translateY(0);
}
.detail_section.d_end {
  text-align: center;
  padding-top: 6.2rem;
  margin-bottom: 7rem;
  position: relative;
}
.detail_section.d_end::before {
  content: "";
  width: 6.4rem;
  height: 0.8rem;
  background: url(/assets/img/common/case_dot.png) no-repeat center/contain;
  display: block;
  margin: 0 auto 5rem;
}
.detail_section.d_end p {
  margin-bottom: 13rem;
  font-size: 2rem;
  font-weight: 700;
}
.detail_section .noresult {
  padding: 10rem 0;
  background: #ddd;
  margin-top: 4px;
}
.detail_section#detail_info {
  padding-top: 3.4rem;
}

.vr_list {
  margin-bottom: 6.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5.6rem 4.8rem;
}
.vr_list li {
  width: calc((100% - 9.6rem) / 3);
}
.vr_list a {
  display: block;
}
.vr_list a .img {
  display: block;
  height: 0;
  padding-top: 126.7%;
  position: relative;
}
.vr_list a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.vr_list .desc {
  display: block;
  margin-top: 1.6rem;
}
.vr_list .desc > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
}
.vr_list .desc .category {
  color: #0033a0;
  font-weight: 700;
  margin-right: 1.6rem;
}
.vr_list .desc .tit {
  color: #757575;
  font-weight: 500;
}

.img_layer_wrap {
  position: relative;
}
.img_layer_wrap .item_img {
  display: block;
  border-radius: 0.8rem;
  overflow: hidden;
}
.img_layer_wrap .item_img img {
  width: 100%;
}
.img_layer_wrap .item_spot_group {
  position: absolute;
  z-index: 1;
}
.img_layer_wrap .item_spot_group .item_btn {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: url(/assets/img/common/theme_plus.png) no-repeat center/contain;
  position: relative;
  z-index: 1;
}
.img_layer_wrap .item_spot_group .item_btn.open {
  background-image: url(/assets/img/common/theme_minus.png);
}
.img_layer_wrap .item_spot_group .item_layer_pop {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  background: #fff;
  border-radius: 0.8rem;
  padding: 3.2rem;
  min-width: 40rem;
  box-shadow: 3px 3px 0px rgba(117, 117, 117, 0.8);
  display: none;
}
.img_layer_wrap .item_spot_group .item_layer_pop::after {
  clear: both;
  content: "";
  display: block;
}
.img_layer_wrap .item_spot_group .item_layer_pop .img {
  width: 12rem;
  height: 12rem;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 2.4rem;
  position: relative;
}
.img_layer_wrap .item_spot_group .item_layer_pop .desc_wrap {
  text-align: right;
  float: left;
  width: calc(100% - 14.4rem);
}
.img_layer_wrap .item_spot_group .item_layer_pop .desc_wrap .category {
  text-align: left;
  display: block;
  font-size: 1.4rem;
  color: #0033a0;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.img_layer_wrap .item_spot_group .item_layer_pop .desc_wrap .category2 {
  text-align: left;
  display: block;
  font-size: 1.4rem;
  color: #757575;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
.img_layer_wrap .item_spot_group .item_layer_pop .desc_wrap .tit {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
  color: #231f20;
  margin-bottom: 1.6rem;
}
.img_layer_wrap .item_spot_group .item_layer_pop .desc_wrap .price {
  letter-spacing: 0px;
  color: #231f20;
  letter-spacing: -1px;
}
.img_layer_wrap .item_spot_group .item_layer_pop .desc_wrap .price strong {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Oswald", "sans-serif";
}
.img_layer_wrap .item_spot_group .item_layer_pop .desc_wrap .price .unit {
  font-size: 1.6rem;
  font-weight: 700;
}
.img_layer_wrap .item_spot_group .item_layer_pop.active {
  display: block;
}
.img_layer_wrap .item_spot_group.right .item_layer_pop {
  left: inherit;
  right: 2.2rem;
}
.img_layer_wrap .item_spot_group:has(.item_layer_pop.active) {
  z-index: 2;
}

.swipe_thumbsnail {
  margin: 6.4rem 0;
  position: relative;
}
.swipe_thumbsnail div {
  display: flex;
  gap: 1.6rem;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}
.swipe_thumbsnail div::-webkit-scrollbar {
  display: none;
}
.swipe_thumbsnail div:hover {
  scrollbar-width: thin;
}
.swipe_thumbsnail div:hover::-webkit-scrollbar {
  display: block;
}
.swipe_thumbsnail::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 8rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 90%);
}
.swipe_thumbsnail a, .swipe_thumbsnail button {
  flex: 0 0 auto;
  width: 14rem;
  height: 14rem;
  overflow: hidden;
  display: block;
  border-radius: 0.8rem;
  transition: 0s;
  border: 1px solid #e5e0e0;
}
.swipe_thumbsnail a span.img, .swipe_thumbsnail button span.img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.swipe_thumbsnail a span.img img, .swipe_thumbsnail button span.img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.swipe_thumbsnail a:hover, .swipe_thumbsnail button:hover {
  border: 2.5px solid #0033a0;
}

.sub_tit {
  margin: 6.4rem 0 3.2rem;
}
.sub_tit h3 {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "NanumMyeongjo", "serif";
}
.sub_tit button {
  min-width: 16rem !important;
  font-size: 1.4rem;
}

.tab_panel .btn.type_black {
  font-size: 1.4rem;
}
.tab_panel .theme_section .sub_tit button {
  display: none;
}

.swipe_tab {
  margin-bottom: 6.4rem;
  width: 100%;
  position: relative;
}
.swipe_tab:after {
  display: none;
}
.swipe_tab.is_overflow::before {
  content: "";
  position: absolute;
  right: 0;
  top: 2rem;
  width: 1.8rem;
  height: 2.5rem;
  background: url(/assets/img/common/arr_right.png) no-repeat center/contain;
  z-index: 1;
}
.swipe_tab.is_overflow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 8rem;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, #fff 100%);
}
.swipe_tab div {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.swipe_tab div > * {
  flex: 0 0 auto;
}
.swipe_tab div::-webkit-scrollbar {
  height: 3px;
  width: 2px;
}
.swipe_tab div::-webkit-scrollbar-thumb {
  background: #0033a0;
}
.swipe_tab div::-webkit-scrollbar-tranck {
  background: #757575;
}
.swipe_tab.type01 a {
  font-size: 1.8rem;
  padding: 1.8rem 3.2rem;
  color: #b5b5b5;
  border-bottom: 1px solid #0033a0;
  font-weight: 700;
}
.swipe_tab.type01 a.active {
  border-bottom-width: 3px;
  color: #0033a0;
  font-weight: 800;
}
.swipe_tab.type02 div {
  gap: 0.4rem;
}
.swipe_tab.type02 a, .swipe_tab.type02 button {
  font-size: 1.3rem;
  padding: 1.5rem 3.2rem;
  color: #0033a0;
  background: #F5F5F5;
  border: 1px solid #b1c1e2;
  border-radius: 99px;
}
.swipe_tab.type02 a.active, .swipe_tab.type02 button.active {
  background: #0033a0;
  color: #fff;
}

/* 프린트 영역 */
@media print {
  body * {
    display: none;
  }
  .layerpop_wrap.type_quote {
    display: block;
    width: 100% !important;
    background: transparent !important;
    position: static !important;
    top: inherit !important;
    right: inherit !important;
    left: inherit !important;
    bottom: inherit !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
  }
  .layerpop_wrap.type_quote * {
    display: revert;
  }
  .layerpop_wrap.type_quote .layerpop {
    max-width: inherit !important;
    min-width: inherit !important;
    width: 100% !important;
    position: static !important;
    top: inherit;
    left: inherit;
    transform: none !important;
    padding: 0;
    box-shadow: none !important;
    padding: none !important;
  }
  .layerpop_wrap.type_quote .layerpop_footer, .layerpop_wrap.type_quote .layerpop_close {
    display: none !important;
  }
  .layerpop_wrap.type_quote .layerpop_contents {
    margin: 0;
    padding: 0;
    display: block;
    width: 100% !important;
  }
}
.modeling_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 auto 5rem;
}
.modeling_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1420px) {
  #contents:has(.about_coolschoool) {
    width: 100%;
  }
  .about_coolschoool .about_sec1 {
    max-width: 100%;
    transform: translateX(0);
    margin: 0 auto;
  }
  .about_coolschoool .about_sec2 {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .about_coolschoool .about_sec2 {
    padding-right: 0;
  }
  .about_coolschoool .about_sec2::after {
    position: static;
    top: inherit;
    right: inherit;
    transform: translateX(0);
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-position: 50% 0;
    margin-top: 3rem;
  }
}
@media (max-width: 1110px) {
  .about_coolschoool .about_sec1 {
    padding: 9rem 5rem;
  }
  .about_coolschoool .about_sec1 h3 {
    font-size: 4.8rem;
  }
  .product_list table {
    display: block;
  }
  .product_list table tbody, .product_list table tr, .product_list table td {
    display: block;
    border-bottom: 0;
    padding: 0;
  }
  .product_list table tr {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .product_list td.img {
    width: 20vw;
  }
  .product_list .tit {
    display: block;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
    white-space: nowrap;
    min-height: inherit;
    margin: 1rem 0;
  }
}
@media (max-width: 1000px) {
  .about_coolschoool .about_sec3 .box {
    padding: 0 3rem;
  }
}
.preview_arr {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 21.5%;
  z-index: 2;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 2rem;
  border-radius: 0.8rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.preview_arr p {
  font-size: 1.3rem;
  color: #fff;
}
.preview_arr.active {
  opacity: 1;
  visibility: visible;
}