@charset "UTF-8";
/* 프로젝트에서 뽑은 값 */
/* //End 프로젝트에서 뽑은 값 */
/* 드롭다운,멀티포함 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #888888;
}

::-webkit-scrollbar-track {
  background: #eeeeee;
  border-radius: 0;
}

/**
 * 텍스트의 상단 및 하단 여백을 제거하는 믹스인
 * @param {unit} $font-size - 적용할 폰트 크기
 * @param {unit} $top-trim - 상단 여백을 조절할 값 (em 단위 추천)
 * @param {unit} $bottom-trim - 하단 여백을 조절할 값 (em 단위 추천)
 */
/**
 * [헬퍼 믹스인] remove-text-space-style로 생성된 요소의
 * 상하 트림(margin) 값만 수정합니다.
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 16px;
  font-family: "Noto Sans KR", "Malgun Gothic", "돋움", "DotumChe", "Dotum", sans-serif;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  letter-spacing: -0.02em;
  word-break: keep-all;
  line-height: 1.5;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
div {
  position: relative;
  display: block;
}

body {
  line-height: 1;
  color: black;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

strong {
  font: inherit;
}

label,
button,
input[type=submit],
input[type=checkbox],
input[type=radio],
input[type=button] {
  padding: 0px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

input[type=text],
input[type=password],
input[type=number] {
  padding: 0px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input,
button,
textarea,
select {
  border: none;
  font-family: "Noto Sans KR", "Malgun Gothic", "돋움", "DotumChe", "Dotum", sans-serif;
  box-sizing: border-box;
}

input[type=submit],
button[type=submit] {
  font-family: "Noto Sans KR", "Malgun Gothic", "돋움", "DotumChe", "Dotum", sans-serif;
}

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

button:focus,
textarea:focus,
input:focus {
  outline: none;
}

button,
textarea,
input,
select,
a,
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

img {
  vertical-align: middle;
}

button {
  background: transparent;
  color: inherit;
}

input,
textarea {
  border: 1px solid transparent;
  transition: border 0.3s ease-in-out;
}

::-moz-placeholder {
  color: #666666;
  font-family: "Noto Sans KR", "Malgun Gothic", "돋움", "DotumChe", "Dotum", sans-serif;
}

::placeholder {
  color: #666666;
  font-family: "Noto Sans KR", "Malgun Gothic", "돋움", "DotumChe", "Dotum", sans-serif;
}

.no-scroll {
  overflow: hidden !important;
}
.no-scroll .scroll-frame {
  overflow: hidden !important;
}

.dropdown-box, .multi-dropdown-box {
  display: inline-block;
  width: 100%;
}
.dropdown-box > button, .multi-dropdown-box > button {
  width: 100%;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  text-align: left;
  font-weight: 400;
  color: #222222;
  line-height: 1;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 19px 7px 19px 16px;
  border-radius: 5px;
  font-size: 16px;
  height: 53px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .dropdown-box > button, .multi-dropdown-box > button {
    padding: 1.1667rem 0.4167rem 1.1667rem 1rem;
  }
}
@media (max-width: 639px) {
  .dropdown-box > button, .multi-dropdown-box > button {
    padding: 4.9vw 1.75vw 4.9vw 4.2vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .dropdown-box > button, .multi-dropdown-box > button {
    border-radius: 0.3333rem;
  }
}
@media (max-width: 639px) {
  .dropdown-box > button, .multi-dropdown-box > button {
    border-radius: 1.4vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .dropdown-box > button, .multi-dropdown-box > button {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .dropdown-box > button, .multi-dropdown-box > button {
    font-size: 4.2vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .dropdown-box > button, .multi-dropdown-box > button {
    height: 3.3333rem;
  }
}
@media (max-width: 639px) {
  .dropdown-box > button, .multi-dropdown-box > button {
    height: 14vw;
  }
}
.dropdown-box > button:after, .multi-dropdown-box > button:after {
  content: "";
  position: absolute;
  width: 47px;
  height: 47px;
  transform: translateY(-50%) rotate(0deg);
  top: 50%;
  bottom: 0px;
  right: 10px;
  z-index: 1;
  background-color: black;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='30' viewBox='0 0 54 30' fill='currentColor'%3E%3Cpath d='M0.878677 5.12108C-0.292893 3.9495 -0.292895 2.05046 0.878677 0.878889C2.05025 -0.292681 3.94929 -0.292681 5.12086 0.878889L26.9998 22.7578L48.8787 0.878887C50.0502 -0.292685 51.9493 -0.292685 53.1209 0.878887C54.2924 2.05046 54.2924 3.9495 53.1209 5.12107L29.1209 29.1211C27.9493 30.2926 26.0503 30.2926 24.8787 29.1211L0.878677 5.12108Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='30' viewBox='0 0 54 30' fill='currentColor'%3E%3Cpath d='M0.878677 5.12108C-0.292893 3.9495 -0.292895 2.05046 0.878677 0.878889C2.05025 -0.292681 3.94929 -0.292681 5.12086 0.878889L26.9998 22.7578L48.8787 0.878887C50.0502 -0.292685 51.9493 -0.292685 53.1209 0.878887C54.2924 2.05046 54.2924 3.9495 53.1209 5.12107L29.1209 29.1211C27.9493 30.2926 26.0503 30.2926 24.8787 29.1211L0.878677 5.12108Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 14px 8px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 14px 8px;
  transition: transform 0.15s ease-in-out, background-color 0.3s ease;
}
@media (min-width: 640px) and (max-width: 991px) {
  .dropdown-box > button:after, .multi-dropdown-box > button:after {
    width: 2.9167rem;
  }
}
@media (max-width: 639px) {
  .dropdown-box > button:after, .multi-dropdown-box > button:after {
    width: 12.25vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .dropdown-box > button:after, .multi-dropdown-box > button:after {
    height: 2.9167rem;
  }
}
@media (max-width: 639px) {
  .dropdown-box > button:after, .multi-dropdown-box > button:after {
    height: 12.25vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .dropdown-box > button:after, .multi-dropdown-box > button:after {
    -webkit-mask-size: 0.875rem 0.4792rem;
            mask-size: 0.875rem 0.4792rem;
  }
}
@media (max-width: 639px) {
  .dropdown-box > button:after, .multi-dropdown-box > button:after {
    -webkit-mask-size: 3.675vw 2.0125vw;
            mask-size: 3.675vw 2.0125vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .dropdown-box > button:after, .multi-dropdown-box > button:after {
    -webkit-mask-size: 0.875rem 0.4792rem;
  }
}
@media (max-width: 639px) {
  .dropdown-box > button:after, .multi-dropdown-box > button:after {
    -webkit-mask-size: 3.675vw 2.0125vw;
  }
}
@media screen and (min-width: 640px) {
  .dropdown-box > button:after, .multi-dropdown-box > button:after {
    width: 56px;
    height: 50px;
    mask-size: 14px 8px;
    -webkit-mask-size: 14px 8px;
  }
}
.dropdown-box > button:before, .multi-dropdown-box > button:before {
  position: absolute;
  top: 8px;
  right: 48px;
  z-index: 2;
  width: 1px;
  height: 32px;
  background: #eeeeee;
  content: "";
  display: none;
}
.dropdown-box > button:disabled, .dropdown-box > button:active, .dropdown-box > button:focus, .multi-dropdown-box > button:disabled, .multi-dropdown-box > button:active, .multi-dropdown-box > button:focus {
  border-color: #cccccc !important;
  background: #eeeeee !important;
  color: #666666 !important;
}
.dropdown-box > button:disabled:after, .dropdown-box > button:active:after, .dropdown-box > button:focus:after, .multi-dropdown-box > button:disabled:after, .multi-dropdown-box > button:active:after, .multi-dropdown-box > button:focus:after {
  background: #999 !important;
}
@media screen and (min-width: 640px) {
  .dropdown-box > button, .multi-dropdown-box > button {
    padding: 13px 12px 13px 24px;
    border-radius: 8px;
    font-size: 18px;
    height: 50px;
  }
  .dropdown-box > button:hover, .multi-dropdown-box > button:hover {
    border-color: #ee2f4e;
    color: #ee2f4e;
  }
  .dropdown-box > button:hover:after, .multi-dropdown-box > button:hover:after {
    background-color: #ee2f4e;
  }
}
.dropdown-box input[type=hidden].error + button, .multi-dropdown-box input[type=hidden].error + button {
  border-color: #ed1c24;
  background: rgba(254, 46, 54, 0.12);
  color: #ed1c24;
}
.dropdown-box .dropdown-list, .multi-dropdown-box .dropdown-list {
  display: none;
  position: absolute;
  left: 0px;
  z-index: 9;
  min-width: 100%;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable;
  border: 1px solid #dddddd;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  max-height: 267px;
  top: 61px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .dropdown-box .dropdown-list, .multi-dropdown-box .dropdown-list {
    border-radius: 0.3333rem;
  }
}
@media (max-width: 639px) {
  .dropdown-box .dropdown-list, .multi-dropdown-box .dropdown-list {
    border-radius: 1.4vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .dropdown-box .dropdown-list, .multi-dropdown-box .dropdown-list {
    max-height: 16.6667rem;
  }
}
@media (max-width: 639px) {
  .dropdown-box .dropdown-list, .multi-dropdown-box .dropdown-list {
    max-height: 70vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .dropdown-box .dropdown-list, .multi-dropdown-box .dropdown-list {
    top: 3.8333rem;
  }
}
@media (max-width: 639px) {
  .dropdown-box .dropdown-list, .multi-dropdown-box .dropdown-list {
    top: 16.1vw;
  }
}
@media screen and (min-width: 640px) {
  .dropdown-box .dropdown-list, .multi-dropdown-box .dropdown-list {
    border-radius: 8px;
    max-height: 310px;
    top: 58px;
  }
}
.dropdown-box .dropdown-list ul li button, .multi-dropdown-box .dropdown-list ul li button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #ffffff;
  text-align: left;
  white-space: nowrap;
  font-weight: 400;
  color: #222222;
  padding: 0px 7px 0px 16px;
  font-size: 16px;
  height: 53px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .dropdown-box .dropdown-list ul li button, .multi-dropdown-box .dropdown-list ul li button {
    padding: 0rem 0.4167rem 0rem 1rem;
  }
}
@media (max-width: 639px) {
  .dropdown-box .dropdown-list ul li button, .multi-dropdown-box .dropdown-list ul li button {
    padding: 0vw 1.75vw 0vw 4.2vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .dropdown-box .dropdown-list ul li button, .multi-dropdown-box .dropdown-list ul li button {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .dropdown-box .dropdown-list ul li button, .multi-dropdown-box .dropdown-list ul li button {
    font-size: 4.2vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .dropdown-box .dropdown-list ul li button, .multi-dropdown-box .dropdown-list ul li button {
    height: 3.3333rem;
  }
}
@media (max-width: 639px) {
  .dropdown-box .dropdown-list ul li button, .multi-dropdown-box .dropdown-list ul li button {
    height: 14vw;
  }
}
@media screen and (min-width: 640px) {
  .dropdown-box .dropdown-list ul li button, .multi-dropdown-box .dropdown-list ul li button {
    padding: 0 12px 0 24px;
    height: 50px;
    max-width: 100%;
    font-size: 16px;
  }
}
.dropdown-box .dropdown-list ul li button:hover, .multi-dropdown-box .dropdown-list ul li button:hover {
  color: #ee2f4e;
  background: #f9f9f9;
}
.dropdown-box .dropdown-list ul li button.selected, .multi-dropdown-box .dropdown-list ul li button.selected {
  background: #ee2f4e;
  color: #ffffff;
}
.dropdown-box .dropdown-list ul li button.selected:after, .multi-dropdown-box .dropdown-list ul li button.selected:after {
  display: none;
  width: 13px;
  height: 10px;
  background: url("/images/icon_dropdown_check.svg") no-repeat center center;
  content: "";
}
.dropdown-box.placeholder > button, .multi-dropdown-box.placeholder > button {
  color: #222222;
  font-weight: normal;
}
.dropdown-box[direction=top] .dropdown-list, .multi-dropdown-box[direction=top] .dropdown-list {
  top: unset;
  bottom: 62px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .dropdown-box[direction=top] .dropdown-list, .multi-dropdown-box[direction=top] .dropdown-list {
    bottom: 3.875rem;
  }
}
@media (max-width: 639px) {
  .dropdown-box[direction=top] .dropdown-list, .multi-dropdown-box[direction=top] .dropdown-list {
    bottom: 16.275vw;
  }
}
.dropdown-box.open > button, .multi-dropdown-box.open > button {
  border: 1px solid #ee2f4e;
}
.dropdown-box.open > button:after, .multi-dropdown-box.open > button:after {
  transform: translateY(-50%) rotate(-180deg);
  background-color: #ee2f4e;
}

/* 멀티셀렉트박스 */
.multi-dropdown-box {
  position: relative;
  width: 100%;
}
.multi-dropdown-box .dropdown-list .list-search {
  position: sticky;
  right: 0;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.multi-dropdown-box .dropdown-list .list-search input {
  width: 96%;
  background: #fff;
  border: 1px solid #666666;
  margin: 11px;
  padding-left: 16px;
  height: 53px;
  border-radius: 5px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .multi-dropdown-box .dropdown-list .list-search input {
    margin: 0.6667rem;
  }
}
@media (max-width: 639px) {
  .multi-dropdown-box .dropdown-list .list-search input {
    margin: 2.8vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .multi-dropdown-box .dropdown-list .list-search input {
    padding-left: 1rem;
  }
}
@media (max-width: 639px) {
  .multi-dropdown-box .dropdown-list .list-search input {
    padding-left: 4.2vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .multi-dropdown-box .dropdown-list .list-search input {
    height: 3.3333rem;
  }
}
@media (max-width: 639px) {
  .multi-dropdown-box .dropdown-list .list-search input {
    height: 14vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .multi-dropdown-box .dropdown-list .list-search input {
    border-radius: 0.3333rem;
  }
}
@media (max-width: 639px) {
  .multi-dropdown-box .dropdown-list .list-search input {
    border-radius: 1.4vw;
  }
}
.multi-dropdown-box .dropdown-list .list-search .icon-svg {
  position: absolute;
  color: #ee2f4e;
  right: 20px;
  width: 27px;
  height: 27px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .multi-dropdown-box .dropdown-list .list-search .icon-svg {
    right: 1.25rem;
  }
}
@media (max-width: 639px) {
  .multi-dropdown-box .dropdown-list .list-search .icon-svg {
    right: 5.25vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .multi-dropdown-box .dropdown-list .list-search .icon-svg {
    width: 1.6667rem;
  }
}
@media (max-width: 639px) {
  .multi-dropdown-box .dropdown-list .list-search .icon-svg {
    width: 7vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .multi-dropdown-box .dropdown-list .list-search .icon-svg {
    height: 1.6667rem;
  }
}
@media (max-width: 639px) {
  .multi-dropdown-box .dropdown-list .list-search .icon-svg {
    height: 7vw;
  }
}
.multi-dropdown-box .dropdown-list ul {
  background: #ffffff;
  padding: 0px 0px 16px 0px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .multi-dropdown-box .dropdown-list ul {
    padding: 0rem 0rem 1rem 0rem;
  }
}
@media (max-width: 639px) {
  .multi-dropdown-box .dropdown-list ul {
    padding: 0vw 0vw 4.2vw 0vw;
  }
}
.multi-dropdown-box .dropdown-list ul li {
  margin-top: 5px;
}
.multi-dropdown-box .dropdown-list ul li:first-child {
  margin-top: 0px;
}
.multi-dropdown-box .dropdown-list ul li.empty {
  margin-top: 0px;
  color: #666666;
  font-size: 16px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}
.multi-dropdown-box .dropdown-list ul li label input {
  display: none;
}
.multi-dropdown-box .dropdown-list ul li label input + p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  height: 53px;
  background: #fff;
  color: #222222;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .multi-dropdown-box .dropdown-list ul li label input + p {
    padding-left: 1rem;
  }
}
@media (max-width: 639px) {
  .multi-dropdown-box .dropdown-list ul li label input + p {
    padding-left: 4.2vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .multi-dropdown-box .dropdown-list ul li label input + p {
    height: 3.3333rem;
  }
}
@media (max-width: 639px) {
  .multi-dropdown-box .dropdown-list ul li label input + p {
    height: 14vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .multi-dropdown-box .dropdown-list ul li label input + p {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .multi-dropdown-box .dropdown-list ul li label input + p {
    font-size: 4.2vw;
  }
}
.multi-dropdown-box .dropdown-list ul li label input + p span {
  font: inherit;
  color: #fff;
  background: #ee2f4e;
}
.multi-dropdown-box .dropdown-list ul li label input:checked + p {
  color: #fff;
  background: #ee2f4e;
}
.multi-dropdown-box .dropdown-list ul li p {
  color: #222222;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .multi-dropdown-box .dropdown-list ul li p {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .multi-dropdown-box .dropdown-list ul li p {
    font-size: 4.2vw;
  }
}
.multi-dropdown-box .dropdown-list ul li p:hover {
  color: #ee2f4e;
}
.multi-dropdown-box[direction=top] .list-search {
  top: unset;
  bottom: 0px;
}
.multi-dropdown-box[direction=top] .list-search input {
  border-top: 1px solid #dddddd;
  border-bottom: none;
}
.multi-dropdown-box[direction=top] .dropdown-list {
  top: unset;
  bottom: 53px;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
}

/* 체크박스 */
.check-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.check-box > label input {
  display: block;
  margin: 0px;
  width: 20px;
  height: 20px;
  background: url("/images/icon_checkbox_off.svg") no-repeat center center;
  background-size: cover;
  border: none;
}
@media (min-width: 640px) and (max-width: 991px) {
  .check-box > label input {
    width: 1.25rem;
  }
}
@media (max-width: 639px) {
  .check-box > label input {
    width: 5.25vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .check-box > label input {
    height: 1.25rem;
  }
}
@media (max-width: 639px) {
  .check-box > label input {
    height: 5.25vw;
  }
}
.check-box > label input:checked {
  background: url("/images/icon_checkbox_on.svg") no-repeat center center;
  background-size: cover;
}
.check-box > label input:checked + label {
  color: #222222;
}
.check-box > label input:disabled:checked {
  background: url("/images/icon_checkbox_disabled.svg") no-repeat center center;
  background-size: cover;
}
.check-box > input {
  display: none;
}
.check-box > input + label {
  font-weight: 500;
  color: #999;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  padding-left: 27px;
  font-size: 16px;
  background: url("/images/icon_checkbox_off.svg") no-repeat left center;
  background-size: contain;
}
@media (min-width: 640px) and (max-width: 991px) {
  .check-box > input + label {
    height: 1.25rem;
  }
}
@media (max-width: 639px) {
  .check-box > input + label {
    height: 5.25vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .check-box > input + label {
    padding-left: 1.6667rem;
  }
}
@media (max-width: 639px) {
  .check-box > input + label {
    padding-left: 7vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .check-box > input + label {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .check-box > input + label {
    font-size: 4.2vw;
  }
}
.check-box > input:checked + label {
  background: url("/images/icon_checkbox_on.svg") no-repeat left center;
  background-size: contain;
}
.check-box > input:checked + label {
  color: #222222;
}
.check-box > input:disabled + label {
  background: url("/images/icon_checkbox_disabled.svg") no-repeat left center;
  background-size: contain;
}

.check-box-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: wrap;
  gap: 13px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .check-box-group {
    gap: 0.8333rem;
  }
}
@media (max-width: 639px) {
  .check-box-group {
    gap: 3.5vw;
  }
}
.check-box-group .check-box label {
  width: auto;
}
.check-box-group.required > label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  color: #222222;
  font-size: 16px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .check-box-group.required > label {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .check-box-group.required > label {
    font-size: 4.2vw;
  }
}
.check-box-group.required > label:after {
  content: "*";
  position: relative;
  display: flex;
  color: #f82417;
  margin-left: 4px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .check-box-group.required > label:after {
    margin-left: 0.25rem;
  }
}
@media (max-width: 639px) {
  .check-box-group.required > label:after {
    margin-left: 1.05vw;
  }
}

.radio-group {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .radio-group {
    gap: 2.5rem;
  }
}
@media (max-width: 639px) {
  .radio-group {
    gap: 10.5vw;
  }
}
.radio-group.custom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .radio-group.custom {
    gap: 0.8333rem;
  }
}
@media (max-width: 639px) {
  .radio-group.custom {
    gap: 3.5vw;
  }
}
.radio-group.custom .radio-box2 {
  width: 100%;
}
.radio-group.custom .radio-box2 label {
  justify-content: center;
}
.radio-group.custom .radio-box2 label input {
  width: 100%;
  margin-right: 0;
  background: #fff;
  border: 1px solid #000;
  height: 48px;
  border-radius: 5px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .radio-group.custom .radio-box2 label input {
    height: 3rem;
  }
}
@media (max-width: 639px) {
  .radio-group.custom .radio-box2 label input {
    height: 12.6vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .radio-group.custom .radio-box2 label input {
    border-radius: 0.3333rem;
  }
}
@media (max-width: 639px) {
  .radio-group.custom .radio-box2 label input {
    border-radius: 1.4vw;
  }
}
.radio-group.custom .radio-box2 label input:checked {
  background: #ee2f4e;
  border-color: #ee2f4e;
}
.radio-group.custom .radio-box2 label input:checked + span {
  color: #fff;
}
.radio-group.custom .radio-box2 label input:disabled {
  opacity: 0.5;
}
.radio-group.custom .radio-box2 label input:disabled + span {
  opacity: 0.5;
}
.radio-group.custom .radio-box2 label span {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  color: #222222;
  font-weight: 600;
  transform: translateY(-50%);
}

.radio-box2 {
  display: inline-block;
}
.radio-box2 label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.radio-box2 label input {
  display: block;
  margin: 0px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("/images/icon_radio_off.svg") no-repeat center center;
  background-size: cover;
  border: none;
}
@media (min-width: 640px) and (max-width: 991px) {
  .radio-box2 label input {
    width: 1.25rem;
  }
}
@media (max-width: 639px) {
  .radio-box2 label input {
    width: 5.25vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .radio-box2 label input {
    height: 1.25rem;
  }
}
@media (max-width: 639px) {
  .radio-box2 label input {
    height: 5.25vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .radio-box2 label input {
    margin-right: 0.3333rem;
  }
}
@media (max-width: 639px) {
  .radio-box2 label input {
    margin-right: 1.4vw;
  }
}
.radio-box2 label input:checked {
  background: url("/images/icon_radio_on.svg") no-repeat center center;
  background-size: cover;
}
.radio-box2 label input:checked + span {
  color: #222222;
}
.radio-box2 label input:disabled {
  opacity: 0.5;
}
.radio-box2 label input:disabled + span {
  opacity: 0.5;
}
.radio-box2 label span {
  color: #999;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .radio-box2 label span {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .radio-box2 label span {
    font-size: 4.2vw;
  }
}

/* 인풋박스 */
.form-row {
  margin-bottom: 27px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .form-row {
    margin-bottom: 1.6667rem;
  }
}
@media (max-width: 639px) {
  .form-row {
    margin-bottom: 7vw;
  }
}
.form-row > label,
.form-row > .label {
  display: block;
  cursor: default;
  font-weight: 600;
  color: #222222;
  margin-bottom: 9px;
  font-size: 16px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .form-row > label,
  .form-row > .label {
    margin-bottom: 0.5833rem;
  }
}
@media (max-width: 639px) {
  .form-row > label,
  .form-row > .label {
    margin-bottom: 2.45vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .form-row > label,
  .form-row > .label {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .form-row > label,
  .form-row > .label {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 992px) {
  .form-row > label,
  .form-row > .label {
    font-size: 18px;
  }
}
.form-row > label span,
.form-row > .label span {
  font: inherit;
  color: #666666;
}
.form-row > label span.required,
.form-row > .label span.required {
  color: #ee2f4e;
}
.form-row input[type=text],
.form-row input[type=number],
.form-row input[type=tel],
.form-row input[type=email],
.form-row input[type=password] {
  display: inline-block;
  width: 100%;
  background: #fff;
  color: #222222;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaaaaa;
  font-size: 16px;
  border-radius: 6px;
  padding: 20px 16px;
  height: 53px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .form-row input[type=text],
  .form-row input[type=number],
  .form-row input[type=tel],
  .form-row input[type=email],
  .form-row input[type=password] {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .form-row input[type=text],
  .form-row input[type=number],
  .form-row input[type=tel],
  .form-row input[type=email],
  .form-row input[type=password] {
    font-size: 4.2vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .form-row input[type=text],
  .form-row input[type=number],
  .form-row input[type=tel],
  .form-row input[type=email],
  .form-row input[type=password] {
    border-radius: 0.375rem;
  }
}
@media (max-width: 639px) {
  .form-row input[type=text],
  .form-row input[type=number],
  .form-row input[type=tel],
  .form-row input[type=email],
  .form-row input[type=password] {
    border-radius: 1.575vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .form-row input[type=text],
  .form-row input[type=number],
  .form-row input[type=tel],
  .form-row input[type=email],
  .form-row input[type=password] {
    padding: 1.25rem 1rem;
  }
}
@media (max-width: 639px) {
  .form-row input[type=text],
  .form-row input[type=number],
  .form-row input[type=tel],
  .form-row input[type=email],
  .form-row input[type=password] {
    padding: 5.25vw 4.2vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .form-row input[type=text],
  .form-row input[type=number],
  .form-row input[type=tel],
  .form-row input[type=email],
  .form-row input[type=password] {
    height: 3.3333rem;
  }
}
@media (max-width: 639px) {
  .form-row input[type=text],
  .form-row input[type=number],
  .form-row input[type=tel],
  .form-row input[type=email],
  .form-row input[type=password] {
    height: 14vw;
  }
}
@media screen and (min-width: 992px) {
  .form-row input[type=text],
  .form-row input[type=number],
  .form-row input[type=tel],
  .form-row input[type=email],
  .form-row input[type=password] {
    height: 50px;
  }
}
.form-row input[type=text]::-moz-placeholder, .form-row input[type=number]::-moz-placeholder, .form-row input[type=tel]::-moz-placeholder, .form-row input[type=email]::-moz-placeholder, .form-row input[type=password]::-moz-placeholder {
  font-weight: 400;
  color: #666666;
  font-size: 16px;
}
.form-row input[type=text]::placeholder,
.form-row input[type=number]::placeholder,
.form-row input[type=tel]::placeholder,
.form-row input[type=email]::placeholder,
.form-row input[type=password]::placeholder {
  font-weight: 400;
  color: #666666;
  font-size: 16px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .form-row input[type=text]::-moz-placeholder, .form-row input[type=number]::-moz-placeholder, .form-row input[type=tel]::-moz-placeholder, .form-row input[type=email]::-moz-placeholder, .form-row input[type=password]::-moz-placeholder {
    font-size: 1rem;
  }
  .form-row input[type=text]::placeholder,
  .form-row input[type=number]::placeholder,
  .form-row input[type=tel]::placeholder,
  .form-row input[type=email]::placeholder,
  .form-row input[type=password]::placeholder {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .form-row input[type=text]::-moz-placeholder, .form-row input[type=number]::-moz-placeholder, .form-row input[type=tel]::-moz-placeholder, .form-row input[type=email]::-moz-placeholder, .form-row input[type=password]::-moz-placeholder {
    font-size: 4.2vw;
  }
  .form-row input[type=text]::placeholder,
  .form-row input[type=number]::placeholder,
  .form-row input[type=tel]::placeholder,
  .form-row input[type=email]::placeholder,
  .form-row input[type=password]::placeholder {
    font-size: 4.2vw;
  }
}
.form-row input[type=text]:focus,
.form-row input[type=number]:focus,
.form-row input[type=tel]:focus,
.form-row input[type=email]:focus,
.form-row input[type=password]:focus {
  border-color: #ee2f4e;
}
.form-row input[type=text]:-moz-read-only, .form-row input[type=number]:-moz-read-only, .form-row input[type=tel]:-moz-read-only, .form-row input[type=email]:-moz-read-only, .form-row input[type=password]:-moz-read-only {
  border-color: #aaaaaa;
  background: #eeeeee;
  color: #333333;
}
.form-row input[type=text]:disabled, .form-row input[type=text]:read-only,
.form-row input[type=number]:disabled,
.form-row input[type=number]:read-only,
.form-row input[type=tel]:disabled,
.form-row input[type=tel]:read-only,
.form-row input[type=email]:disabled,
.form-row input[type=email]:read-only,
.form-row input[type=password]:disabled,
.form-row input[type=password]:read-only {
  border-color: #aaaaaa;
  background: #eeeeee;
  color: #333333;
}
.form-row input[type=text]:disabled::-moz-placeholder, .form-row input[type=text]:read-only::-moz-placeholder, .form-row input[type=number]:disabled::-moz-placeholder, .form-row input[type=number]:read-only::-moz-placeholder, .form-row input[type=tel]:disabled::-moz-placeholder, .form-row input[type=tel]:read-only::-moz-placeholder, .form-row input[type=email]:disabled::-moz-placeholder, .form-row input[type=email]:read-only::-moz-placeholder, .form-row input[type=password]:disabled::-moz-placeholder, .form-row input[type=password]:read-only::-moz-placeholder {
  color: #333333;
}
.form-row input[type=text]:-moz-read-only::placeholder, .form-row input[type=number]:-moz-read-only::placeholder, .form-row input[type=tel]:-moz-read-only::placeholder, .form-row input[type=email]:-moz-read-only::placeholder, .form-row input[type=password]:-moz-read-only::placeholder {
  color: #333333;
}
.form-row input[type=text]:disabled::placeholder, .form-row input[type=text]:read-only::placeholder,
.form-row input[type=number]:disabled::placeholder,
.form-row input[type=number]:read-only::placeholder,
.form-row input[type=tel]:disabled::placeholder,
.form-row input[type=tel]:read-only::placeholder,
.form-row input[type=email]:disabled::placeholder,
.form-row input[type=email]:read-only::placeholder,
.form-row input[type=password]:disabled::placeholder,
.form-row input[type=password]:read-only::placeholder {
  color: #333333;
}
.form-row input[type=text].error,
.form-row input[type=number].error,
.form-row input[type=tel].error,
.form-row input[type=email].error,
.form-row input[type=password].error {
  border-color: #ed1c24;
  background: rgba(254, 46, 54, 0.12);
}
.form-row input[type=text].error::-moz-placeholder, .form-row input[type=number].error::-moz-placeholder, .form-row input[type=tel].error::-moz-placeholder, .form-row input[type=email].error::-moz-placeholder, .form-row input[type=password].error::-moz-placeholder {
  color: #ed1c24;
}
.form-row input[type=text].error::placeholder,
.form-row input[type=number].error::placeholder,
.form-row input[type=tel].error::placeholder,
.form-row input[type=email].error::placeholder,
.form-row input[type=password].error::placeholder {
  color: #ed1c24;
}
.form-row textarea {
  resize: none;
  display: inline-block;
  width: 100%;
  background: #fff;
  color: #333333;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaaaaa;
  font-size: 16px;
  border-radius: 6px;
  border-width: 1px;
  padding: 20px 16px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .form-row textarea {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .form-row textarea {
    font-size: 4.2vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .form-row textarea {
    border-radius: 0.375rem;
  }
}
@media (max-width: 639px) {
  .form-row textarea {
    border-radius: 1.575vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .form-row textarea {
    border-width: 0.0625rem;
  }
}
@media (max-width: 639px) {
  .form-row textarea {
    border-width: 0.2625vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .form-row textarea {
    padding: 1.25rem 1rem;
  }
}
@media (max-width: 639px) {
  .form-row textarea {
    padding: 5.25vw 4.2vw;
  }
}
.form-row textarea:disabled {
  border-color: #cccccc;
  background: #eeeeee;
  color: #666666;
}
.form-row textarea.error {
  border-color: #ed1c24;
  background: rgba(254, 46, 54, 0.12);
}
.form-row textarea.error::-moz-placeholder {
  color: #ed1c24;
}
.form-row textarea.error::placeholder {
  color: #ed1c24;
}
.form-row.error-row input[type=text],
.form-row.error-row input[type=number],
.form-row.error-row input[type=tel],
.form-row.error-row input[type=email],
.form-row.error-row input[type=password],
.form-row.error-row textarea {
  border-color: #ed1c24;
}
.form-row.error-row input[type=text]:focus + .error,
.form-row.error-row input[type=number]:focus + .error,
.form-row.error-row input[type=tel]:focus + .error,
.form-row.error-row input[type=email]:focus + .error,
.form-row.error-row input[type=password]:focus + .error,
.form-row.error-row textarea:focus + .error {
  display: block !important;
}
.form-row.error-row input[type=text]:empty,
.form-row.error-row input[type=number]:empty,
.form-row.error-row input[type=tel]:empty,
.form-row.error-row input[type=email]:empty,
.form-row.error-row input[type=password]:empty,
.form-row.error-row textarea:empty {
  display: none !important;
}
.form-row.valid-row .error {
  display: none !important;
}
.form-row div.error {
  position: relative;
  color: #ed1c24;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  padding: 8px 0px 8px 4px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .form-row div.error {
    font-size: 0.9167rem;
  }
}
@media (max-width: 639px) {
  .form-row div.error {
    font-size: 3.85vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .form-row div.error {
    padding: 0.5rem 0rem 0.5rem 0.25rem;
  }
}
@media (max-width: 639px) {
  .form-row div.error {
    padding: 2.1vw 0vw 2.1vw 1.05vw;
  }
}
.form-row div.error:before {
  content: "*";
  color: #ed1c24;
  margin-right: 4px;
  font-size: 15px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .form-row div.error:before {
    margin-right: 0.25rem;
  }
}
@media (max-width: 639px) {
  .form-row div.error:before {
    margin-right: 1.05vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .form-row div.error:before {
    font-size: 0.9167rem;
  }
}
@media (max-width: 639px) {
  .form-row div.error:before {
    font-size: 3.85vw;
  }
}
.form-row.required > label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form-row.required > label:after {
  content: "*";
  position: relative;
  display: flex;
  color: #f82417;
  margin-left: 4px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .form-row.required > label:after {
    margin-left: 0.25rem;
  }
}
@media (max-width: 639px) {
  .form-row.required > label:after {
    margin-left: 1.05vw;
  }
}

/* 파일박스 */
.file-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0px 10px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .file-box {
    gap: 0rem 0.625rem;
  }
}
@media (max-width: 639px) {
  .file-box {
    gap: 0vw 2.625vw;
  }
}
.file-box .input-file {
  flex-shrink: 0;
}
.file-box .input-file label {
  display: inline-block;
  background: #ee2f4e;
  font-weight: 600;
  color: #fff;
  padding: 0px 7px;
  border-radius: 6px;
  font-size: 15px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .file-box .input-file label {
    padding: 0rem 0.4167rem;
  }
}
@media (max-width: 639px) {
  .file-box .input-file label {
    padding: 0vw 1.75vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .file-box .input-file label {
    border-radius: 0.375rem;
  }
}
@media (max-width: 639px) {
  .file-box .input-file label {
    border-radius: 1.575vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .file-box .input-file label {
    font-size: 0.9167rem;
  }
}
@media (max-width: 639px) {
  .file-box .input-file label {
    font-size: 3.85vw;
  }
}
.file-box .input-file label input {
  display: none;
}
.file-box ul {
  flex: 1;
  overflow: hidden;
}
.file-box ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0px 10px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .file-box ul li {
    gap: 0rem 0.625rem;
  }
}
@media (max-width: 639px) {
  .file-box ul li {
    gap: 0vw 2.625vw;
  }
}
.file-box ul li:first-child {
  margin-top: 0px;
}
.file-box ul li p {
  max-width: calc(100% - 3.675vw);
  font-weight: 500;
  color: #666;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 640px) and (max-width: 991px) {
  .file-box ul li p {
    font-size: 0.9167rem;
  }
}
@media (max-width: 639px) {
  .file-box ul li p {
    font-size: 3.85vw;
  }
}
.file-box ul li button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-box ul li button i .icon-close2 {
  width: 12px;
  height: 11px;
  stroke: black;
  stroke-width: 6;
}
@media (min-width: 640px) and (max-width: 991px) {
  .file-box ul li button i .icon-close2 {
    width: 0.75rem;
  }
}
@media (max-width: 639px) {
  .file-box ul li button i .icon-close2 {
    width: 3.15vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .file-box ul li button i .icon-close2 {
    height: 0.7083rem;
  }
}
@media (max-width: 639px) {
  .file-box ul li button i .icon-close2 {
    height: 2.975vw;
  }
}

.container .content .sub-content {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .container .content .sub-content {
    width: 100%;
  }
}
.container .content .sub-content.view {
  width: 87.5%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .container .content .sub-content.view {
    width: 100%;
    max-width: 992px;
  }
}
@media screen and (min-width: 1600px) {
  .container .content .sub-content.view {
    width: 100%;
    max-width: 1176px;
  }
}
.container .content .sub-content.view .title_wrap {
  /*@include flex(space-between,center);
  flex-flow: wrap;*/
}
.container .content .sub-content.view .title_wrap h2 {
  width: 100%;
}
.container .content .sub-content.view .title_wrap h3 {
  margin-bottom: 0;
  border: none;
  padding-bottom: 20px;
  justify-content: flex-start;
}
@media (min-width: 640px) and (max-width: 991px) {
  .container .content .sub-content.view .title_wrap h3 {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 639px) {
  .container .content .sub-content.view .title_wrap h3 {
    padding-bottom: 5.25vw;
  }
}
.container .content .sub-content.view .title_wrap h3 .label {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  background: #154064;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 33px;
  margin-right: 16px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .container .content .sub-content.view .title_wrap h3 .label {
    font-size: 0.875rem;
  }
}
@media (max-width: 639px) {
  .container .content .sub-content.view .title_wrap h3 .label {
    font-size: 3.675vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .container .content .sub-content.view .title_wrap h3 .label {
    border-radius: 0.3333rem;
  }
}
@media (max-width: 639px) {
  .container .content .sub-content.view .title_wrap h3 .label {
    border-radius: 1.4vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .container .content .sub-content.view .title_wrap h3 .label {
    width: 6.25rem;
  }
}
@media (max-width: 639px) {
  .container .content .sub-content.view .title_wrap h3 .label {
    width: 26.25vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .container .content .sub-content.view .title_wrap h3 .label {
    height: 2.0833rem;
  }
}
@media (max-width: 639px) {
  .container .content .sub-content.view .title_wrap h3 .label {
    height: 8.75vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .container .content .sub-content.view .title_wrap h3 .label {
    margin-right: 1rem;
  }
}
@media (max-width: 639px) {
  .container .content .sub-content.view .title_wrap h3 .label {
    margin-right: 4.2vw;
  }
}
.container .content .sub-content.view .title_wrap h3 .label.state-ing {
  background: #ee2f4e;
}
.container .content .sub-content.view .title_wrap .btn-row {
  position: absolute;
  right: 0;
  bottom: 20px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .container .content .sub-content.view .title_wrap .btn-row {
    bottom: 1.25rem;
  }
}
@media (max-width: 639px) {
  .container .content .sub-content.view .title_wrap .btn-row {
    bottom: 5.25vw;
  }
}
.container .content .sub-content.view .layout-col1.view-row .content-view {
  width: 100%;
  border-top: 2px solid #222222;
  border-bottom: 1px solid #dddddd;
  padding: 20px;
  line-height: 1.5;
  font-size: 16px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .container .content .sub-content.view .layout-col1.view-row .content-view {
    padding: 1.25rem;
  }
}
@media (max-width: 639px) {
  .container .content .sub-content.view .layout-col1.view-row .content-view {
    padding: 5.25vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .container .content .sub-content.view .layout-col1.view-row .content-view {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .container .content .sub-content.view .layout-col1.view-row .content-view {
    font-size: 4.2vw;
  }
}
.container .content .sub-content.view .layout-col1.view-row .board-view-file {
  border-bottom: 1px solid #dddddd;
  padding: 30px;
  border-bottom: 3px solid #e1e1e1;
}
@media (min-width: 640px) and (max-width: 991px) {
  .container .content .sub-content.view .layout-col1.view-row .board-view-file {
    padding: 1.875rem;
  }
}
@media (max-width: 639px) {
  .container .content .sub-content.view .layout-col1.view-row .board-view-file {
    padding: 7.875vw;
  }
}
@media screen and (min-width: 992px) {
  .container .content .sub-content.view .layout-col1.view-row .board-view-file {
    padding: 30px;
    border-bottom: 1px solid #e1e1e1;
  }
}
.container .content .sub-content.view .layout-col1.view-row .board-view-file a {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  padding-left: 50px;
  margin: 7px 0px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .container .content .sub-content.view .layout-col1.view-row .board-view-file a {
    height: 2.5rem;
  }
}
@media (max-width: 639px) {
  .container .content .sub-content.view .layout-col1.view-row .board-view-file a {
    height: 10.5vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .container .content .sub-content.view .layout-col1.view-row .board-view-file a {
    font-size: 1.125rem;
  }
}
@media (max-width: 639px) {
  .container .content .sub-content.view .layout-col1.view-row .board-view-file a {
    font-size: 4.725vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .container .content .sub-content.view .layout-col1.view-row .board-view-file a {
    padding-left: 3.125rem;
  }
}
@media (max-width: 639px) {
  .container .content .sub-content.view .layout-col1.view-row .board-view-file a {
    padding-left: 13.125vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .container .content .sub-content.view .layout-col1.view-row .board-view-file a {
    margin: 0.4167rem 0rem;
  }
}
@media (max-width: 639px) {
  .container .content .sub-content.view .layout-col1.view-row .board-view-file a {
    margin: 1.75vw 0vw;
  }
}
@media screen and (min-width: 992px) {
  .container .content .sub-content.view .layout-col1.view-row .board-view-file a {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding-left: 50px;
    margin: 10px 0;
  }
}
.container .content .sub-content.view .layout-col1.view-row .board-view-file a.ppt {
  background: url(/images/icon_ppt.gif) no-repeat 0 0;
}
.container .content .sub-content.view .layout-col1.view-row .board-view-file a.hwp {
  background: url(/images/icon_hwp.gif) no-repeat 0 0;
}
.container .content .sub-content.view .layout-col1.view-row .board-view-file a.pdf {
  background: url(/images/icon_pdf.gif) no-repeat 0 0;
}
.container .content .sub-content.view .layout-col1.view-row .board-view-file a.zip {
  background: url(/images/icon_zip.gif) no-repeat 0 0;
}
.container .content .sub-content.view .layout-col1.view-row .board-view-file a.doc {
  background: url(/images/icon_doc.gif) no-repeat 0 0;
}
.container .content .sub-content.view .layout-col1.view-row .board-view-file a.xls {
  background: url(/images/icon_xls.gif) no-repeat 0 0;
}
.container .content .sub-content.view .layout-col1.view-row .board-view-file a.img {
  background: url(/images/icon_img.gif) no-repeat 0 0;
}
.container .content .sub-content.view .btn-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .content .sub-content.view .btn-row .btn_more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 17px;
  color: #4f4f51;
  width: 150px;
  height: 47px;
  border-radius: 47px;
  border: 1px solid #4f4f51;
  margin: 33px auto 0px auto;
}
@media (min-width: 640px) and (max-width: 991px) {
  .container .content .sub-content.view .btn-row .btn_more {
    font-size: 1.0833rem;
  }
}
@media (max-width: 639px) {
  .container .content .sub-content.view .btn-row .btn_more {
    font-size: 4.55vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .container .content .sub-content.view .btn-row .btn_more {
    width: 9.375rem;
  }
}
@media (max-width: 639px) {
  .container .content .sub-content.view .btn-row .btn_more {
    width: 39.375vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .container .content .sub-content.view .btn-row .btn_more {
    height: 2.9167rem;
  }
}
@media (max-width: 639px) {
  .container .content .sub-content.view .btn-row .btn_more {
    height: 12.25vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .container .content .sub-content.view .btn-row .btn_more {
    border-radius: 2.9167rem;
  }
}
@media (max-width: 639px) {
  .container .content .sub-content.view .btn-row .btn_more {
    border-radius: 12.25vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .container .content .sub-content.view .btn-row .btn_more {
    margin: 2.0833rem auto 0rem auto;
  }
}
@media (max-width: 639px) {
  .container .content .sub-content.view .btn-row .btn_more {
    margin: 8.75vw auto 0vw auto;
  }
}
@media screen and (min-width: 992px) {
  .container .content .sub-content.view .btn-row .btn_more {
    font-size: 18px;
    width: 165px;
    height: 45px;
    border-radius: 23px;
    border: 1px solid #4f4f51;
    margin: 55px auto 0 auto;
  }
}
.container .footer {
  margin-top: 40px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .container .footer {
    margin-top: 2.5rem;
  }
}
@media (max-width: 639px) {
  .container .footer {
    margin-top: 10.5vw;
  }
}
@media screen and (min-width: 992px) {
  .container .footer {
    margin-top: 120px;
  }
}

.btn {
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border 0.2s;
  border: none;
  outline: none;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border-radius: 24px;
  font-size: 18px;
  height: 53px;
  min-width: 180px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .btn {
    border-radius: 1.5rem;
  }
}
@media (max-width: 639px) {
  .btn {
    border-radius: 6.3vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .btn {
    font-size: 1.125rem;
  }
}
@media (max-width: 639px) {
  .btn {
    font-size: 4.725vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .btn {
    height: 3.3333rem;
  }
}
@media (max-width: 639px) {
  .btn {
    height: 14vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .btn {
    min-width: 11.25rem;
  }
}
@media (max-width: 639px) {
  .btn {
    min-width: 47.25vw;
  }
}
@media screen and (min-width: 992px) {
  .btn {
    height: 50px;
  }
}
.btn span, .btn strong {
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .btn span, .btn strong {
    font-size: 1.125rem;
  }
}
@media (max-width: 639px) {
  .btn span, .btn strong {
    font-size: 4.725vw;
  }
}
.btn.shape-square {
  border-radius: 6px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .btn.shape-square {
    border-radius: 0.375rem;
  }
}
@media (max-width: 639px) {
  .btn.shape-square {
    border-radius: 1.575vw;
  }
}
.btn-radius {
  border-radius: 53px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .btn-radius {
    border-radius: 3.3333rem;
  }
}
@media (max-width: 639px) {
  .btn-radius {
    border-radius: 14vw;
  }
}
.btn.small {
  height: 40px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .btn.small {
    height: 2.5rem;
  }
}
@media (max-width: 639px) {
  .btn.small {
    height: 10.5vw;
  }
}
@media screen and (min-width: 992px) {
  .btn.small {
    height: 40px;
  }
}
.btn.small-radius {
  border: 2px solid #dddddd;
  height: auto;
  width: auto;
  min-width: auto;
  font-weight: 500;
  border-radius: 5px;
  padding: 9px 15px;
  font-size: 15px;
  display: block;
  overflow: hidden;
  display: inline-block;
}
@media (min-width: 640px) and (max-width: 991px) {
  .btn.small-radius {
    border-radius: 0.3333rem;
  }
}
@media (max-width: 639px) {
  .btn.small-radius {
    border-radius: 1.4vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .btn.small-radius {
    padding: 0.5833rem 0.9167rem;
  }
}
@media (max-width: 639px) {
  .btn.small-radius {
    padding: 2.45vw 3.85vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .btn.small-radius {
    font-size: 0.9167rem;
  }
}
@media (max-width: 639px) {
  .btn.small-radius {
    font-size: 3.85vw;
  }
}
.btn.small-radius::before {
  content: "";
  display: block;
  margin-top: -0.25em;
}
.btn.small-radius::after {
  content: "";
  display: block;
  margin-bottom: -0.2em;
}
.btn.small-radius:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.btn.small-radius-primary {
  border-color: #ee2f4e;
  color: #ee2f4e;
  background: #fff;
  transition: all 0.15s ease-in-out;
}
.btn.small-radius-primary:hover {
  color: #fff;
  background: #ee2f4e;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary {
  color: #fff;
  background: #154064;
  transition: all 0.15s ease-in-out;
}
.btn-secondary:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background: #ee2f4e;
}
.btn-primary {
  color: #fff;
  background: #ee2f4e;
  transition: all 0.15s ease-in-out;
}
.btn-primary:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background: #154064;
}
.btn-white {
  color: #154064;
  background: #fff;
  transition: all 0.15s ease-in-out;
}
.btn-white:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.btn-black {
  background: #000000;
  color: #fff;
}
.btn-black:hover {
  background: #ee2f4e;
}
.btn-gray {
  background: #dddddd;
  color: #000000;
}
.btn-gray:hover {
  background: #333333;
  color: #ffffff;
}
.btn-gray6 {
  background: #666666;
  color: #fff;
}
.btn-gray6:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.btn.outline {
  background: transparent;
  color: #ee2f4e;
  border-style: solid;
  border-color: transparent;
  transition: all 0.15s ease-in;
  border-width: 2px;
}
.btn.outline-white {
  border-style: solid;
  border-color: #fff;
  color: #fff;
}
.btn.outline-white:hover {
  border-color: #ee2f4e;
  color: #ee2f4e;
}
.btn.outline-white:hover span, .btn.outline-white:hover .icon-svg {
  color: #ee2f4e;
}
.btn.outline-gray {
  border-style: solid;
  border-color: #eeeeee;
}
.btn.outline-gray6 {
  border-style: solid;
  border-color: #666666;
  color: #666666;
}
.btn.outline-gray6:hover {
  border-color: #ee2f4e !important;
  color: #ee2f4e;
}
.btn.outline-gray6:hover span, .btn.outline-gray6:hover .icon-svg {
  color: #ee2f4e;
}
.btn.outline-black {
  font-weight: 400;
  color: #222222;
  border-style: solid;
  border-color: #000000;
}
.btn.outline-black:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-color: #ee2f4e !important;
  color: #ee2f4e;
}
.btn.outline-primary {
  border-style: solid;
  border-color: #ee2f4e;
}
.btn.outline-primary:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-color: #154064 !important;
  color: #154064;
}
.btn.outline-secondary {
  color: #154064;
  border-style: solid;
  border-color: #154064;
}
.btn.icon {
  gap: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 640px) and (max-width: 991px) {
  .btn.icon {
    gap: 0.25rem;
  }
}
@media (max-width: 639px) {
  .btn.icon {
    gap: 1.05vw;
  }
}
.btn.icon .icon-svg {
  width: 18px;
  height: 18px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .btn.icon .icon-svg {
    width: 1.125rem;
  }
}
@media (max-width: 639px) {
  .btn.icon .icon-svg {
    width: 4.725vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .btn.icon .icon-svg {
    height: 1.125rem;
  }
}
@media (max-width: 639px) {
  .btn.icon .icon-svg {
    height: 4.725vw;
  }
}
.btn.txt {
  height: auto;
  padding: 0;
  letter-spacing: -0.8px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: 10%;
  text-underline-position: from-font;
  color: #333333;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .btn.txt {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .btn.txt {
    font-size: 4.2vw;
  }
}
.btn.txt-primary {
  color: #ee2f4e;
}
.btn.txt-black {
  color: #000;
}
.btn.txt-gray {
  color: #666666;
}
.btn.txt-white {
  color: #fff;
}
.btn-txt {
  color: #333333;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .btn-txt {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .btn-txt {
    font-size: 4.2vw;
  }
}

.scroll {
  width: 100%;
  padding: 0 0 0 0;
  overflow-y: overlay;
  text-align: center;
}

.custom-list-style {
  margin-bottom: 40px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .custom-list-style {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 639px) {
  .custom-list-style {
    margin-bottom: 10.5vw;
  }
}
.custom-list-style ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px 16px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .custom-list-style ul {
    gap: 1rem 1rem;
  }
}
@media (max-width: 639px) {
  .custom-list-style ul {
    gap: 4.2vw 4.2vw;
  }
}
@media screen and (min-width: 992px) {
  .custom-list-style ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.custom-list-style ul li {
  background-image: url("/images/SVG/plus.svg");
  background-size: 13px;
  background-position: 0 6px;
  background-repeat: no-repeat;
  padding-left: 19px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .custom-list-style ul li {
    background-size: 0.8333rem;
  }
}
@media (max-width: 639px) {
  .custom-list-style ul li {
    background-size: 3.5vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .custom-list-style ul li {
    background-position: 0 0.375rem;
  }
}
@media (max-width: 639px) {
  .custom-list-style ul li {
    background-position: 0 1.575vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .custom-list-style ul li {
    padding-left: 1.1667rem;
  }
}
@media (max-width: 639px) {
  .custom-list-style ul li {
    padding-left: 4.9vw;
  }
}
.custom-list-style ul li strong {
  font-weight: 700;
  color: #222222;
  font-size: 17px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .custom-list-style ul li strong {
    font-size: 1.0833rem;
  }
}
@media (max-width: 639px) {
  .custom-list-style ul li strong {
    font-size: 4.55vw;
  }
}
.custom-list-style ul li p {
  font-weight: 400;
  color: #222222;
  font-size: 16px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .custom-list-style ul li p {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .custom-list-style ul li p {
    font-size: 4.2vw;
  }
}
.custom-list-style ul li .icon_exc {
  display: inline-block;
  background: url("/images/business/icon_exc.gif") no-repeat 0 0;
  width: 16px;
  height: 18px;
  vertical-align: middle;
}
@media (min-width: 640px) and (max-width: 991px) {
  .custom-list-style ul li .icon_exc {
    width: 1rem;
  }
}
@media (max-width: 639px) {
  .custom-list-style ul li .icon_exc {
    width: 4.2vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .custom-list-style ul li .icon_exc {
    height: 1.125rem;
  }
}
@media (max-width: 639px) {
  .custom-list-style ul li .icon_exc {
    height: 4.725vw;
  }
}
@media screen and (min-width: 992px) {
  .custom-list-style ul li .icon_exc {
    width: 16px;
    height: 18px;
  }
}

.box-row {
  background: #f9f9f9;
  border-radius: 11px;
  padding: 40px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .box-row {
    border-radius: 0.6667rem;
  }
}
@media (max-width: 639px) {
  .box-row {
    border-radius: 2.8vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .box-row {
    padding: 2.5rem;
  }
}
@media (max-width: 639px) {
  .box-row {
    padding: 10.5vw;
  }
}
@media screen and (min-width: 992px) {
  .box-row {
    padding: 40px;
  }
}
.box-row .inner-title {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  background: #ee2f4e;
  padding: 0px 53px;
  height: 53px;
  border-radius: 53px;
  margin-bottom: 27px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .box-row .inner-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 639px) {
  .box-row .inner-title {
    font-size: 6.3vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .box-row .inner-title {
    padding: 0rem 3.3333rem;
  }
}
@media (max-width: 639px) {
  .box-row .inner-title {
    padding: 0vw 14vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .box-row .inner-title {
    height: 3.3333rem;
  }
}
@media (max-width: 639px) {
  .box-row .inner-title {
    height: 14vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .box-row .inner-title {
    border-radius: 3.3333rem;
  }
}
@media (max-width: 639px) {
  .box-row .inner-title {
    border-radius: 14vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .box-row .inner-title {
    margin-bottom: 1.6667rem;
  }
}
@media (max-width: 639px) {
  .box-row .inner-title {
    margin-bottom: 7vw;
  }
}
.box-row .galleryswiper {
  background: #f5f5f5;
  border-radius: 27px;
  overflow: hidden;
}
@media (min-width: 640px) and (max-width: 991px) {
  .box-row .galleryswiper {
    border-radius: 1.6667rem;
  }
}
@media (max-width: 639px) {
  .box-row .galleryswiper {
    border-radius: 7vw;
  }
}
.box-row .galleryswiper .swiper-slide {
  height: 100%;
}
.box-row .galleryswiper .swiper-slide .img {
  width: 100%;
  height: 207px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .box-row .galleryswiper .swiper-slide .img {
    height: 12.9167rem;
  }
}
@media (max-width: 639px) {
  .box-row .galleryswiper .swiper-slide .img {
    height: 54.25vw;
  }
}
@media screen and (min-width: 640px) {
  .box-row .galleryswiper .swiper-slide .img {
    height: 257px;
  }
}
@media screen and (min-width: 768px) {
  .box-row .galleryswiper .swiper-slide .img {
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .box-row .galleryswiper .swiper-slide .img {
    height: 290px;
  }
}
@media screen and (min-width: 1200px) {
  .box-row .galleryswiper .swiper-slide .img {
    height: 305px;
  }
}
@media screen and (min-width: 1600px) {
  .box-row .galleryswiper .swiper-slide .img {
    height: 320px;
  }
}
.box-row .galleryswiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-row .slide_nav .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 27px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .box-row .slide_nav .inner {
    gap: 1.6667rem;
  }
}
@media (max-width: 639px) {
  .box-row .slide_nav .inner {
    gap: 7vw;
  }
}
@media screen and (min-width: 1600px) {
  .box-row .slide_nav .inner {
    gap: 5px;
  }
}
.box-row .slide_nav .inner .swiper-button-prev-gallery, .box-row .slide_nav .inner .swiper-button-next-gallery {
  width: 50px;
  height: 50px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .box-row .slide_nav .inner .swiper-button-prev-gallery, .box-row .slide_nav .inner .swiper-button-next-gallery {
    width: 3.125rem;
  }
}
@media (max-width: 639px) {
  .box-row .slide_nav .inner .swiper-button-prev-gallery, .box-row .slide_nav .inner .swiper-button-next-gallery {
    width: 13.125vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .box-row .slide_nav .inner .swiper-button-prev-gallery, .box-row .slide_nav .inner .swiper-button-next-gallery {
    height: 3.125rem;
  }
}
@media (max-width: 639px) {
  .box-row .slide_nav .inner .swiper-button-prev-gallery, .box-row .slide_nav .inner .swiper-button-next-gallery {
    height: 13.125vw;
  }
}
@media screen and (min-width: 992px) {
  .box-row .slide_nav .inner .swiper-button-prev-gallery, .box-row .slide_nav .inner .swiper-button-next-gallery {
    width: 50px;
    height: 50px;
  }
}
.box-row .slide_nav .inner .swiper-button-prev-gallery {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 6 12" style="fill:rgb(170, 170, 170);" xml:space="preserve"><path d="M1,12c-0.2,0-0.4-0.1-0.6-0.2c-0.4-0.3-0.5-1-0.2-1.4L3.7,6L0.2,1.6c-0.3-0.4-0.3-1.1,0.2-1.4 c0.4-.3,1.1-.3,1.4,0.2l4,5c0.3,0.4,0.3,0.9,0,1.2l-4,5C1.6,11.9,1.3,12,1,12z"/></svg>') 50% 50% no-repeat;
  background-size: 15%;
  transform: rotate(180deg);
}
.box-row .slide_nav .inner .swiper-button-next-gallery {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 6 12" style="fill:rgb(170, 170, 170);" xml:space="preserve"><path d="M1,12c-0.2,0-0.4-0.1-0.6-0.2c-0.4-0.3-0.5-1-0.2-1.4L3.7,6L0.2,1.6c-0.3-0.4-0.3-1.1,0.2-1.4 c0.4-.3,1.1-.3,1.4,0.2l4,5c0.3,0.4,0.3,0.9,0,1.2l-4,5C1.6,11.9,1.3,12,1,12z"/></svg>') 50% 50% no-repeat;
  background-size: 15%;
}
.box-row .slide_nav .inner .swiper-pagination-gallery {
  width: 27px;
  height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  font-size: 16px;
  bottom: unset;
}
@media (min-width: 640px) and (max-width: 991px) {
  .box-row .slide_nav .inner .swiper-pagination-gallery {
    width: 1.6667rem;
  }
}
@media (max-width: 639px) {
  .box-row .slide_nav .inner .swiper-pagination-gallery {
    width: 7vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .box-row .slide_nav .inner .swiper-pagination-gallery {
    height: 0.8333rem;
  }
}
@media (max-width: 639px) {
  .box-row .slide_nav .inner .swiper-pagination-gallery {
    height: 3.5vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .box-row .slide_nav .inner .swiper-pagination-gallery {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .box-row .slide_nav .inner .swiper-pagination-gallery {
    font-size: 4.2vw;
  }
}
.box-row .slide_nav .inner .swiper-pagination-gallery span {
  padding: 0px 13px;
  font-weight: 500;
  color: #999;
  font-size: 16px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .box-row .slide_nav .inner .swiper-pagination-gallery span {
    padding: 0rem 0.8333rem;
  }
}
@media (max-width: 639px) {
  .box-row .slide_nav .inner .swiper-pagination-gallery span {
    padding: 0vw 3.5vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .box-row .slide_nav .inner .swiper-pagination-gallery span {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .box-row .slide_nav .inner .swiper-pagination-gallery span {
    font-size: 4.2vw;
  }
}
.box-row .slide_nav .inner .swiper-pagination-gallery span.swiper-pagination-current {
  font-weight: 700;
  color: #ee2f4e;
  font-size: 16px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .box-row .slide_nav .inner .swiper-pagination-gallery span.swiper-pagination-current {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .box-row .slide_nav .inner .swiper-pagination-gallery span.swiper-pagination-current {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 992px) {
  .box-row .slide_nav .inner .swiper-pagination-gallery {
    font-size: 18px;
    width: 100px;
    height: 50px;
  }
  .box-row .slide_nav .inner .swiper-pagination-gallery span {
    padding: 0 10px;
    font-size: 16px;
  }
  .box-row .slide_nav .inner .swiper-pagination-gallery span.swiper-pagination-current {
    font-size: 18px;
  }
}

.tab {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 27px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .tab {
    margin-bottom: 1.6667rem;
  }
}
@media (max-width: 639px) {
  .tab {
    margin-bottom: 7vw;
  }
}
.tab li {
  width: 43.75%;
  height: 53px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .tab li {
    height: 3.3333rem;
  }
}
@media (max-width: 639px) {
  .tab li {
    height: 14vw;
  }
}
@media screen and (min-width: 992px) {
  .tab li {
    width: 50%;
    max-width: 496px;
  }
}
@media screen and (min-width: 1600px) {
  .tab li {
    max-width: 588px;
  }
}
.tab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #666666;
  font-weight: 500;
  font-size: 16px;
  border-bottom: none;
}
@media (min-width: 640px) and (max-width: 991px) {
  .tab li a {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .tab li a {
    font-size: 4.2vw;
  }
}
.tab li.active a {
  color: #ee2f4e;
  border-bottom: 3px solid #ee2f4e;
}

.tab-panel {
  display: none;
  width: 87.5%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .tab-panel {
    width: 100%;
    max-width: 992px;
  }
}
@media screen and (min-width: 1600px) {
  .tab-panel {
    width: 100%;
    max-width: 1176px;
  }
}
.tab-panel:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  display: none;
}
.tab-panel:nth-of-type(2) .form-row {
  width: 100%;
}
.tab-panel:nth-of-type(2) .form-row:nth-of-type(1) {
  margin-bottom: 13px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .tab-panel:nth-of-type(2) .form-row:nth-of-type(1) {
    margin-bottom: 0.8333rem;
  }
}
@media (max-width: 639px) {
  .tab-panel:nth-of-type(2) .form-row:nth-of-type(1) {
    margin-bottom: 3.5vw;
  }
}
.tab-panel:nth-of-type(2) .form-row:nth-of-type(2), .tab-panel:nth-of-type(2) .form-row:nth-of-type(3) {
  width: 48%;
  margin-bottom: 13px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .tab-panel:nth-of-type(2) .form-row:nth-of-type(2), .tab-panel:nth-of-type(2) .form-row:nth-of-type(3) {
    margin-bottom: 0.8333rem;
  }
}
@media (max-width: 639px) {
  .tab-panel:nth-of-type(2) .form-row:nth-of-type(2), .tab-panel:nth-of-type(2) .form-row:nth-of-type(3) {
    margin-bottom: 3.5vw;
  }
}
@media screen and (min-width: 768px) {
  .tab-panel:nth-of-type(2) .form-row:nth-of-type(1), .tab-panel:nth-of-type(2) .form-row:nth-of-type(2), .tab-panel:nth-of-type(2) .form-row:nth-of-type(3) {
    width: 32%;
  }
}
@media screen and (min-width: 1600px) {
  .tab-panel:nth-of-type(2) .form-row:nth-of-type(1), .tab-panel:nth-of-type(2) .form-row:nth-of-type(2), .tab-panel:nth-of-type(2) .form-row:nth-of-type(3), .tab-panel:nth-of-type(2) .form-row:nth-of-type(4) {
    width: 20%;
    margin-bottom: 48px;
  }
  .tab-panel:nth-of-type(2) .form-row:nth-of-type(4) {
    width: 37%;
    margin-bottom: 48px;
  }
}
.tab-panel:nth-of-type(2).active {
  display: flex;
}
.tab-panel:nth-of-type(3) .form-row {
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .tab-panel:nth-of-type(3) .form-row {
    margin-bottom: 48px;
  }
}
.tab-panel.active {
  display: flex;
}

.tab-panel-common {
  width: 100%;
  background: #f9f9f9;
  padding: 40px 0px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .tab-panel-common {
    padding: 2.5rem 0rem;
  }
}
@media (max-width: 639px) {
  .tab-panel-common {
    padding: 10.5vw 0vw;
  }
}
.tab-panel-common .panel-inner {
  width: 87.5%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .tab-panel-common .panel-inner {
    width: 100%;
    max-width: 992px;
  }
}
@media screen and (min-width: 1600px) {
  .tab-panel-common .panel-inner {
    max-width: 1176px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: wrap;
  }
}
.tab-panel-common .panel-inner .biz_period {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap;
  gap: 8px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .tab-panel-common .panel-inner .biz_period {
    gap: 0.5rem;
  }
}
@media (max-width: 639px) {
  .tab-panel-common .panel-inner .biz_period {
    gap: 2.1vw;
  }
}
.tab-panel-common .panel-inner .biz_period label {
  width: 100%;
  margin-bottom: 16px;
  display: block;
  cursor: default;
  font-weight: 600;
  color: #222222;
  margin-bottom: 9px;
  font-size: 16px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .tab-panel-common .panel-inner .biz_period label {
    margin-bottom: 1rem;
  }
}
@media (max-width: 639px) {
  .tab-panel-common .panel-inner .biz_period label {
    margin-bottom: 4.2vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .tab-panel-common .panel-inner .biz_period label {
    margin-bottom: 0.5833rem;
  }
}
@media (max-width: 639px) {
  .tab-panel-common .panel-inner .biz_period label {
    margin-bottom: 2.45vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .tab-panel-common .panel-inner .biz_period label {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .tab-panel-common .panel-inner .biz_period label {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 992px) {
  .tab-panel-common .panel-inner .biz_period label {
    font-size: 18px;
    width: 80px;
    margin-bottom: 30px;
  }
}
.tab-panel-common .panel-inner .biz_period .form-row {
  width: 40%;
}
.tab-panel-common .panel-inner .biz_period span {
  display: block;
  margin-bottom: 27px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .tab-panel-common .panel-inner .biz_period span {
    margin-bottom: 1.6667rem;
  }
}
@media (max-width: 639px) {
  .tab-panel-common .panel-inner .biz_period span {
    margin-bottom: 7vw;
  }
}
@media screen and (min-width: 1600px) {
  .tab-panel-common .panel-inner .biz_period label {
    width: 80px;
    margin-bottom: 30px;
  }
  .tab-panel-common .panel-inner .biz_period .form-row {
    width: 170px;
    margin-bottom: 30px;
  }
  .tab-panel-common .panel-inner .biz_period span {
    padding-right: 100px;
    margin-bottom: 30px;
  }
}
.tab-panel-common .panel-inner .form-row.radio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-flow: wrap;
}
@media (min-width: 640px) and (max-width: 991px) {
  .tab-panel-common .panel-inner .form-row.radio {
    gap: 0.5rem;
  }
}
@media (max-width: 639px) {
  .tab-panel-common .panel-inner .form-row.radio {
    gap: 2.1vw;
  }
}
.tab-panel-common .panel-inner .form-row.radio > label {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .tab-panel-common .panel-inner .form-row.radio > label {
    width: 80px;
  }
  .tab-panel-common .panel-inner .form-row.radio .radio-group {
    width: calc(100% - 90px);
  }
}
@media screen and (min-width: 992px) {
  .tab-panel-common .panel-inner .form-row.radio > label {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  .tab-panel-common .panel-inner .form-row.radio > label {
    margin-bottom: 0;
  }
}
.tab-panel-common .panel-inner .search-write-row .form-row {
  margin-bottom: 13px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .tab-panel-common .panel-inner .search-write-row .form-row {
    margin-bottom: 0.8333rem;
  }
}
@media (max-width: 639px) {
  .tab-panel-common .panel-inner .search-write-row .form-row {
    margin-bottom: 3.5vw;
  }
}
@media screen and (min-width: 992px) {
  .tab-panel-common .panel-inner .search-write-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 8px;
  }
  .tab-panel-common .panel-inner .search-write-row .form-row.dropdown {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
  }
  .tab-panel-common .panel-inner .search-write-row .form-row.dropdown > label {
    width: 80px;
    margin-bottom: 0;
  }
  .tab-panel-common .panel-inner .search-write-row .form-row.dropdown .dropdown-box {
    width: 170px;
  }
  .tab-panel-common .panel-inner .search-write-row .form-row.keyword {
    width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .tab-panel-common .panel-inner .btn-row {
    margin-bottom: 13px;
  }
}
.tab-panel-common .panel-inner .btn-row .btn {
  width: 100%;
}

.location-info-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: wrap;
}
@media screen and (min-width: 992px) {
  .location-info-row {
    width: 100%;
    max-width: 992px;
    margin: 40px auto 0px auto;
  }
}
@media screen and (min-width: 1600px) {
  .location-info-row {
    max-width: 1176px;
  }
}
.location-info-row .location-list {
  width: 87.5%;
  margin: auto;
  padding: 27px 0px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .location-list {
    padding: 1.6667rem 0rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .location-list {
    padding: 7vw 0vw;
  }
}
@media screen and (min-width: 992px) {
  .location-info-row .location-list {
    width: 100%;
    max-width: 992px;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .location-info-row .location-list {
    max-width: 299px;
  }
}
@media screen and (min-width: 1600px) {
  .location-info-row .location-list {
    max-width: 355px;
  }
}
.location-info-row .location-list.scroll {
  height: 360px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .location-list.scroll {
    height: 22.5rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .location-list.scroll {
    height: 94.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .location-info-row .location-list.scroll {
    height: 690px;
  }
}
.location-info-row .location-list .list-row {
  width: 100%;
  border-top: 1px solid #f5f5f5;
}
.location-info-row .location-list .list-row ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  padding: 16px 0px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .location-list .list-row ul {
    padding: 1rem 0rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .location-list .list-row ul {
    padding: 4.2vw 0vw;
  }
}
.location-info-row .location-list .list-row ul li:nth-child(1) {
  width: calc(100% - 30.625vw);
}
.location-info-row .location-list .list-row ul li:nth-child(1) strong {
  display: block;
  text-align: left;
  font-weight: 600;
  color: #154064;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .location-list .list-row ul li:nth-child(1) strong {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .location-list .list-row ul li:nth-child(1) strong {
    font-size: 4.2vw;
  }
}
.location-info-row .location-list .list-row ul li:nth-child(1) p {
  text-align: left;
  font-weight: 400;
  color: #666666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 16px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .location-list .list-row ul li:nth-child(1) p {
    font-size: 0.875rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .location-list .list-row ul li:nth-child(1) p {
    font-size: 3.675vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .location-list .list-row ul li:nth-child(1) p {
    padding-right: 1rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .location-list .list-row ul li:nth-child(1) p {
    padding-right: 4.2vw;
  }
}
@media screen and (min-width: 1200px) {
  .location-info-row .location-list .list-row ul li:nth-child(1) {
    width: 175px;
  }
}
@media screen and (min-width: 1600px) {
  .location-info-row .location-list .list-row ul li:nth-child(1) {
    width: 230px;
  }
}
.location-info-row .location-list .list-row ul li:nth-child(2) {
  width: 113px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding-right: 8px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .location-list .list-row ul li:nth-child(2) {
    width: 7.0417rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .location-list .list-row ul li:nth-child(2) {
    width: 29.575vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .location-list .list-row ul li:nth-child(2) {
    gap: 0.5rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .location-list .list-row ul li:nth-child(2) {
    gap: 2.1vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .location-list .list-row ul li:nth-child(2) {
    padding-right: 0.5rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .location-list .list-row ul li:nth-child(2) {
    padding-right: 2.1vw;
  }
}
.location-info-row .location-list .list-row ul li:nth-child(2) .label {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  background: #154064;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 27px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .location-list .list-row ul li:nth-child(2) .label {
    font-size: 0.875rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .location-list .list-row ul li:nth-child(2) .label {
    font-size: 3.675vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .location-list .list-row ul li:nth-child(2) .label {
    border-radius: 0.3333rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .location-list .list-row ul li:nth-child(2) .label {
    border-radius: 1.4vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .location-list .list-row ul li:nth-child(2) .label {
    width: 4.375rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .location-list .list-row ul li:nth-child(2) .label {
    width: 18.375vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .location-list .list-row ul li:nth-child(2) .label {
    height: 1.6667rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .location-list .list-row ul li:nth-child(2) .label {
    height: 7vw;
  }
}
.location-info-row .location-list .list-row ul li:nth-child(2) .label.state-ing {
  background: #ee2f4e;
}
.location-info-row .location-list .list-row ul li:nth-child(2) a {
  width: 27px;
  height: 27px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .location-list .list-row ul li:nth-child(2) a {
    width: 1.6667rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .location-list .list-row ul li:nth-child(2) a {
    width: 7vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .location-list .list-row ul li:nth-child(2) a {
    height: 1.6667rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .location-list .list-row ul li:nth-child(2) a {
    height: 7vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .location-list .list-row ul li:nth-child(2) a {
    border-radius: 0.3333rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .location-list .list-row ul li:nth-child(2) a {
    border-radius: 1.4vw;
  }
}
.location-info-row .location-list .list-row ul li:nth-child(2) a img {
  width: 50%;
}
@media screen and (min-width: 1200px) {
  .location-info-row .location-list .list-row ul li:nth-child(2) {
    width: 113px;
  }
}
@media screen and (min-width: 1600px) {
  .location-info-row .location-list .list-row ul li:nth-child(2) {
    width: 113px;
  }
}
.location-info-row .location-list .no-data {
  font-weight: 500;
  color: #666666;
  font-size: 16px;
  padding: 40px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .location-list .no-data {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .location-list .no-data {
    font-size: 4.2vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .location-list .no-data {
    padding: 2.5rem 0rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .location-list .no-data {
    padding: 10.5vw 0vw;
  }
}
@media screen and (min-width: 1200px) {
  .location-info-row .location-list .no-data {
    height: 689px;
    align-items: flex-start;
  }
}
.location-info-row .map-row {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 100vh;
  z-index: 10000;
  transition: all 0.25s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-flow: wrap;
  align-content: flex-end;
}
.location-info-row .map-row .map-close {
  display: block;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 16px 16px auto;
  z-index: 2;
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .map-row .map-close {
    width: 1.5833rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .map-row .map-close {
    width: 6.65vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .map-row .map-close {
    height: 1.5833rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .map-row .map-close {
    height: 6.65vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .map-row .map-close {
    margin: 0 1rem 1rem auto;
  }
}
@media (max-width: 639px) {
  .location-info-row .map-row .map-close {
    margin: 0 4.2vw 4.2vw auto;
  }
}
.location-info-row .map-row .map-close img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .location-info-row .map-row .map-close {
    display: none;
  }
}
.location-info-row .map-row .map {
  width: 100%;
  height: 65%;
}
@media screen and (min-width: 992px) {
  .location-info-row .map-row .map {
    height: 690px;
  }
}
@media screen and (min-width: 1200px) {
  .location-info-row .map-row {
    position: relative;
    width: 693px;
    top: unset;
    left: unset;
    height: 690px;
  }
}
@media screen and (min-width: 1600px) {
  .location-info-row .map-row {
    width: 821px;
  }
}
.location-info-row .map-row.active {
  top: 0;
}
.location-info-row .map-row.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .location-info-row .map-row.active:before {
    display: none;
  }
}
.location-info-row .custom-overlay {
  position: relative;
  width: 367px;
  background: #fff;
  bottom: 75px;
  border-radius: 8px;
  border: 1px solid #dddddd;
  padding: 14px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .custom-overlay {
    width: 22.9167rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .custom-overlay {
    width: 96.25vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .custom-overlay {
    border-radius: 0.5rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .custom-overlay {
    border-radius: 2.1vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .custom-overlay {
    padding: 0.875rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .custom-overlay {
    padding: 3.675vw;
  }
}
@media screen and (min-width: 992px) {
  .location-info-row .custom-overlay {
    width: 400px;
    padding: 25px 15px;
  }
}
.location-info-row .custom-overlay > button {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .custom-overlay > button {
    right: 0.8333rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .custom-overlay > button {
    right: 3.5vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .custom-overlay > button {
    top: 0.8333rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .custom-overlay > button {
    top: 3.5vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .custom-overlay > button {
    width: 1.25rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .custom-overlay > button {
    width: 5.25vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .custom-overlay > button {
    height: 1.25rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .custom-overlay > button {
    height: 5.25vw;
  }
}
.location-info-row .custom-overlay > button img {
  width: 100%;
}
.location-info-row .custom-overlay:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  /* 박스 배경색 (#fff) 적용 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  z-index: 2; /* 회색 위에 덮어씀 */
}
.location-info-row .custom-overlay:before {
  content: "";
  position: absolute;
  /* 흰색보다 1px 더 아래로 내려서 테두리처럼 보이게 함 */
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  /* 테두리 색상 (#ccc) 적용 */
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #dddddd;
  z-index: 1;
}
.location-info-row .map-popup-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .map-popup-wrap {
    gap: 0.5rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .map-popup-wrap {
    gap: 2.1vw;
  }
}
@media screen and (min-width: 992px) {
  .location-info-row .map-popup-wrap {
    gap: 10px;
  }
}
.location-info-row .map-popup-wrap .img-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 113px;
  height: 70px;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .map-popup-wrap .img-box {
    width: 7.0833rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .map-popup-wrap .img-box {
    width: 29.75vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .map-popup-wrap .img-box {
    height: 4.375rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .map-popup-wrap .img-box {
    height: 18.375vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .map-popup-wrap .img-box {
    border-radius: 0.25rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .map-popup-wrap .img-box {
    border-radius: 1.05vw;
  }
}
.location-info-row .map-popup-wrap .img-box img {
  width: 100%;
}
.location-info-row .map-popup-wrap .info-box {
  width: 210px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .map-popup-wrap .info-box {
    width: 13.125rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .map-popup-wrap .info-box {
    width: 55.125vw;
  }
}
.location-info-row .map-popup-wrap .info-box .label {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  background: #154064;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 27px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .map-popup-wrap .info-box .label {
    font-size: 0.875rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .map-popup-wrap .info-box .label {
    font-size: 3.675vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .map-popup-wrap .info-box .label {
    border-radius: 0.3333rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .map-popup-wrap .info-box .label {
    border-radius: 1.4vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .map-popup-wrap .info-box .label {
    width: 4.375rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .map-popup-wrap .info-box .label {
    width: 18.375vw;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .map-popup-wrap .info-box .label {
    height: 1.6667rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .map-popup-wrap .info-box .label {
    height: 7vw;
  }
}
.location-info-row .map-popup-wrap .info-box .label.state-ing {
  background: #ee2f4e;
}
.location-info-row .map-popup-wrap .info-box .title-link {
  display: block;
  width: 100%;
}
.location-info-row .map-popup-wrap .info-box .title-link strong {
  display: block;
  font-weight: 600;
  color: #154064;
  font-size: 16px;
  white-space: normal;
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .map-popup-wrap .info-box .title-link strong {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .map-popup-wrap .info-box .title-link strong {
    font-size: 4.2vw;
  }
}
.location-info-row .map-popup-wrap .info-box .addr {
  width: 100%;
  font-weight: 400;
  color: #666666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row .map-popup-wrap .info-box .addr {
    font-size: 0.875rem;
  }
}
@media (max-width: 639px) {
  .location-info-row .map-popup-wrap .info-box .addr {
    font-size: 3.675vw;
  }
}

.location-info-row + .btn-row {
  width: 87.5%;
  margin: auto;
  text-align: right;
  padding-top: 21px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 640px) and (max-width: 991px) {
  .location-info-row + .btn-row {
    padding-top: 1.3333rem;
  }
}
@media (max-width: 639px) {
  .location-info-row + .btn-row {
    padding-top: 5.6vw;
  }
}
@media screen and (min-width: 992px) {
  .location-info-row + .btn-row {
    width: 100%;
    max-width: 1176px;
  }
}/*# sourceMappingURL=business.v2.0.css.map */