@charset "UTF-8";
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSansKR-Thin.woff) format("woff"), url(../fonts/NotoSansKR-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSansKR-Light.woff) format("woff"), url(../fonts/NotoSansKR-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansKR-Regular.woff) format("woff"), url(../fonts/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSansKR-Medium.woff) format("woff"), url(../fonts/NotoSansKR-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSansKR-Bold.woff) format("woff"), url(../fonts/NotoSansKR-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSansKR-Black.woff) format("woff"), url(../fonts/NotoSansKR-Black.otf) format("opentype");
}
/* @font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NanumGothicLight.ttf);
  src: url(../fonts/NanumGothicLight.otf) format('opentype'),
       url(../fonts/NanumGothicLight.ttf) format('truetype');
}
@font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NanumGothic.ttf);
  src: url(../fonts/NanumGothic.otf) format('opentype'),
       url(../fonts/NanumGothic.ttf) format('truetype');
}
@font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NanumGothicBold.ttf);
  src: url(../fonts/NanumGothicBold.otf) format('opentype'),
       url(../fonts/NanumGothicBold.ttf) format('truetype');
}
 @font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/NanumGothicExtraBold.ttf);
  src: url(../fonts/NanumGothicExtraBold.otf) format('opentype'),
       url(../fonts/NanumGothicExtraBold.ttf) format('truetype');
} */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

body,html{width: 100%;}
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;
  /*KHP font-size: 100%;
  font: inherit;
  vertical-align: baseline;*/
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: "Noto Sans KR", sans-serif;
  height: 100%;
}

body {
  margin: 0;
  line-height: inherit;
  font-size: 14px;
  height: 100%;
}

ol, ul, details, summary {
  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;
}

button {
  all: unset;
  cursor: pointer;
  box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

a {
  color: inherit;
  text-decoration: none !important;
  outline: none;
}

/*.header-logo .title:hover,*/
/*.header-logo .title:active {*/
/*  text-decoration: none;*/
/*  color: white;*/
/*  background-color: transparent;*/
/*}*/

a:hover,
a:active {
  text-decoration: none;
  color: initial;
  background-color: transparent;
}

button,
select {
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

input:focus,
select:focus {
  outline: none;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

/* IE 에서 Select box 화살표 제거 */
select::-ms-expand {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

button,
[role=button] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

input[type=text], input[type=password] {
  border: inherit;
  outline: none;
}

input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder { /*KHP font-size: 12px;*/
  letter-spacing: -0.35px;
  text-align: left;
  color: rgba(188, 191, 199, 0.83);
}

input[type=text]::placeholder, input[type=password]::placeholder { /*KHP font-size: 12px;*/
  letter-spacing: -0.35px;
  text-align: left;
  color: rgba(188, 191, 199, 0.83);
}

input[type=radio] {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
}

/* Normalize */
body {
  font-family: "Noto Sans KR", sans-serif;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number],
input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=tel],
input[type=date],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: 0;
}

textarea {
  resize: none;
}

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* white-space: nowrap; */
}

* {
  box-sizing: border-box;
}

body {
  background-color: white;
  overflow: overlay;
  font-size: 13px; /* KHS */
}

:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  overflow-wrap: break-word;
}

textarea {
  padding: 4px 8px;
  width: 100%;
  height: 100%;
}

.account-block {
  padding: 0;
  background-image: url("../assets/login_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.account-block .overlay {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.account-block .account-testimonial {
  text-align: center;
  color: #fff;
  position: absolute;
  margin: 0 auto;
  padding: 0 1.75rem;
  bottom: 3rem;
  left: 0;
  right: 0;
}

.input-wrapper input[type=text], .input-wrapper input[type=password], .input-wrapper input[type=date], .input-wrapper input[type=month], .input-wrapper input[type=time], .input-group input[type=text], .input-group input[type=password], .input-group input[type=date], .input-group input[type=month], .input-group input[type=time], .check-box input[type=text], .check-box input[type=password], .check-box input[type=date], .check-box input[type=month], .check-box input[type=time], .input-time-group input[type=text], .input-time-group input[type=password], .input-time-group input[type=date], .input-time-group input[type=month], .input-time-group input[type=time], .input-date-group input[type=text], .input-date-group input[type=password], .input-date-group input[type=date], .input-date-group input[type=month], .input-date-group input[type=time], .radio-group input[type=text], .radio-group input[type=password], .radio-group input[type=date], .radio-group input[type=month], .radio-group input[type=time], .input-check-group input[type=text], .input-check-group input[type=password], .input-check-group input[type=date], .input-check-group input[type=month], .input-check-group input[type=time], .input-btn-group input[type=text], .input-btn-group input[type=password], .input-btn-group input[type=date], .input-btn-group input[type=month], .input-btn-group input[type=time], .input-login-wrapper input[type=text], .input-login-wrapper input[type=password], .input-login-wrapper input[type=date], .input-login-wrapper input[type=month], .input-login-wrapper input[type=time], .input-text-group input[type=text], .input-text-group input[type=password], .input-text-group input[type=date], .input-text-group input[type=month], .input-text-group input[type=time] {
  font-size: 1rem; color: var(--dark900); border: 1px solid var(--light100); border-radius: 16px; padding: 12px 20px; width: 100%;
}
.input-wrapper input[type=text]:disabled, .input-wrapper input[type=password]:disabled, .input-wrapper input[type=date]:disabled, .input-wrapper input[type=month]:disabled, .input-wrapper input[type=time]:disabled, .input-group input[type=text]:disabled, .input-group input[type=password]:disabled, .input-group input[type=date]:disabled, .input-group input[type=month]:disabled, .input-group input[type=time]:disabled, .check-box input[type=text]:disabled, .check-box input[type=password]:disabled, .check-box input[type=date]:disabled, .check-box input[type=month]:disabled, .check-box input[type=time]:disabled, .input-time-group input[type=text]:disabled, .input-time-group input[type=password]:disabled, .input-time-group input[type=date]:disabled, .input-time-group input[type=month]:disabled, .input-time-group input[type=time]:disabled, .input-date-group input[type=text]:disabled, .input-date-group input[type=password]:disabled, .input-date-group input[type=date]:disabled, .input-date-group input[type=month]:disabled, .input-date-group input[type=time]:disabled, .radio-group input[type=text]:disabled, .radio-group input[type=password]:disabled, .radio-group input[type=date]:disabled, .radio-group input[type=month]:disabled, .radio-group input[type=time]:disabled, .input-check-group input[type=text]:disabled, .input-check-group input[type=password]:disabled, .input-check-group input[type=date]:disabled, .input-check-group input[type=month]:disabled, .input-check-group input[type=time]:disabled, .input-btn-group input[type=text]:disabled, .input-btn-group input[type=password]:disabled, .input-btn-group input[type=date]:disabled, .input-btn-group input[type=month]:disabled, .input-btn-group input[type=time]:disabled, .input-login-wrapper input[type=text]:disabled, .input-login-wrapper input[type=password]:disabled, .input-login-wrapper input[type=date]:disabled, .input-login-wrapper input[type=month]:disabled, .input-login-wrapper input[type=time]:disabled, .input-text-group input[type=text]:disabled, .input-text-group input[type=password]:disabled, .input-text-group input[type=date]:disabled, .input-text-group input[type=month]:disabled, .input-text-group input[type=time]:disabled {
  border-radius: 2px;
  border: solid 1px #e2e5e9;
  background-color: #f8f7f7;
  color: #c2c5c8;
}
.input-wrapper input[type=date], .input-wrapper input[type=month], .input-wrapper input[type=time], .input-group input[type=date], .input-group input[type=month], .input-group input[type=time], .check-box input[type=date], .check-box input[type=month], .check-box input[type=time], .input-time-group input[type=date], .input-time-group input[type=month], .input-time-group input[type=time], .input-date-group input[type=date], .input-date-group input[type=month], .input-date-group input[type=time], .radio-group input[type=date], .radio-group input[type=month], .radio-group input[type=time], .input-check-group input[type=date], .input-check-group input[type=month], .input-check-group input[type=time], .input-btn-group input[type=date], .input-btn-group input[type=month], .input-btn-group input[type=time], .input-login-wrapper input[type=date], .input-login-wrapper input[type=month], .input-login-wrapper input[type=time], .input-text-group input[type=date], .input-text-group input[type=month], .input-text-group input[type=time] {
  position: relative;
  border-radius: 2px;
  border: solid 1px #c2c5c8;
  background-color: #fff;
  /*KHP font-size: 12px;  */
  text-align: left;
  color: #152c5b;
}
.input-wrapper input[type=date]::-webkit-clear-button,
.input-wrapper input[type=date]::-webkit-inner-spin-button,
.input-wrapper input[type=time]::-webkit-clear-button,
.input-wrapper input[type=time]::-webkit-inner-spin-button,
.input-wrapper input[type=month]::-webkit-clear-button,
.input-wrapper input[type=month]::-webkit-inner-spin-button, .input-group input[type=date]::-webkit-clear-button,
.input-group input[type=date]::-webkit-inner-spin-button,
.input-group input[type=time]::-webkit-clear-button,
.input-group input[type=time]::-webkit-inner-spin-button,
.input-group input[type=month]::-webkit-clear-button,
.input-group input[type=month]::-webkit-inner-spin-button, .check-box input[type=date]::-webkit-clear-button,
.check-box input[type=date]::-webkit-inner-spin-button,
.check-box input[type=time]::-webkit-clear-button,
.check-box input[type=time]::-webkit-inner-spin-button,
.check-box input[type=month]::-webkit-clear-button,
.check-box input[type=month]::-webkit-inner-spin-button, .input-time-group input[type=date]::-webkit-clear-button,
.input-time-group input[type=date]::-webkit-inner-spin-button,
.input-time-group input[type=time]::-webkit-clear-button,
.input-time-group input[type=time]::-webkit-inner-spin-button,
.input-time-group input[type=month]::-webkit-clear-button,
.input-time-group input[type=month]::-webkit-inner-spin-button, .input-date-group input[type=date]::-webkit-clear-button,
.input-date-group input[type=date]::-webkit-inner-spin-button,
.input-date-group input[type=time]::-webkit-clear-button,
.input-date-group input[type=time]::-webkit-inner-spin-button,
.input-date-group input[type=month]::-webkit-clear-button,
.input-date-group input[type=month]::-webkit-inner-spin-button, .radio-group input[type=date]::-webkit-clear-button,
.radio-group input[type=date]::-webkit-inner-spin-button,
.radio-group input[type=time]::-webkit-clear-button,
.radio-group input[type=time]::-webkit-inner-spin-button,
.radio-group input[type=month]::-webkit-clear-button,
.radio-group input[type=month]::-webkit-inner-spin-button, .input-check-group input[type=date]::-webkit-clear-button,
.input-check-group input[type=date]::-webkit-inner-spin-button,
.input-check-group input[type=time]::-webkit-clear-button,
.input-check-group input[type=time]::-webkit-inner-spin-button,
.input-check-group input[type=month]::-webkit-clear-button,
.input-check-group input[type=month]::-webkit-inner-spin-button, .input-btn-group input[type=date]::-webkit-clear-button,
.input-btn-group input[type=date]::-webkit-inner-spin-button,
.input-btn-group input[type=time]::-webkit-clear-button,
.input-btn-group input[type=time]::-webkit-inner-spin-button,
.input-btn-group input[type=month]::-webkit-clear-button,
.input-btn-group input[type=month]::-webkit-inner-spin-button, .input-login-wrapper input[type=date]::-webkit-clear-button,
.input-login-wrapper input[type=date]::-webkit-inner-spin-button,
.input-login-wrapper input[type=time]::-webkit-clear-button,
.input-login-wrapper input[type=time]::-webkit-inner-spin-button,
.input-login-wrapper input[type=month]::-webkit-clear-button,
.input-login-wrapper input[type=month]::-webkit-inner-spin-button, .input-text-group input[type=date]::-webkit-clear-button,
.input-text-group input[type=date]::-webkit-inner-spin-button,
.input-text-group input[type=time]::-webkit-clear-button,
.input-text-group input[type=time]::-webkit-inner-spin-button,
.input-text-group input[type=month]::-webkit-clear-button,
.input-text-group input[type=month]::-webkit-inner-spin-button {
  display: none;
}
.input-wrapper input[type=date]::-webkit-calendar-picker-indicator,
.input-wrapper input[type=time]::-webkit-calendar-picker-indicator,
.input-wrapper input[type=month]::-webkit-calendar-picker-indicator, .input-group input[type=date]::-webkit-calendar-picker-indicator,
.input-group input[type=time]::-webkit-calendar-picker-indicator,
.input-group input[type=month]::-webkit-calendar-picker-indicator, .check-box input[type=date]::-webkit-calendar-picker-indicator,
.check-box input[type=time]::-webkit-calendar-picker-indicator,
.check-box input[type=month]::-webkit-calendar-picker-indicator, .input-time-group input[type=date]::-webkit-calendar-picker-indicator,
.input-time-group input[type=time]::-webkit-calendar-picker-indicator,
.input-time-group input[type=month]::-webkit-calendar-picker-indicator, .input-date-group input[type=date]::-webkit-calendar-picker-indicator,
.input-date-group input[type=time]::-webkit-calendar-picker-indicator,
.input-date-group input[type=month]::-webkit-calendar-picker-indicator, .radio-group input[type=date]::-webkit-calendar-picker-indicator,
.radio-group input[type=time]::-webkit-calendar-picker-indicator,
.radio-group input[type=month]::-webkit-calendar-picker-indicator, .input-check-group input[type=date]::-webkit-calendar-picker-indicator,
.input-check-group input[type=time]::-webkit-calendar-picker-indicator,
.input-check-group input[type=month]::-webkit-calendar-picker-indicator, .input-btn-group input[type=date]::-webkit-calendar-picker-indicator,
.input-btn-group input[type=time]::-webkit-calendar-picker-indicator,
.input-btn-group input[type=month]::-webkit-calendar-picker-indicator, .input-login-wrapper input[type=date]::-webkit-calendar-picker-indicator,
.input-login-wrapper input[type=time]::-webkit-calendar-picker-indicator,
.input-login-wrapper input[type=month]::-webkit-calendar-picker-indicator, .input-text-group input[type=date]::-webkit-calendar-picker-indicator,
.input-text-group input[type=time]::-webkit-calendar-picker-indicator,
.input-text-group input[type=month]::-webkit-calendar-picker-indicator {
  background: transparent;
  z-index: 1;
}
.input-wrapper input[type=date]:after, .input-wrapper input[type=month]:after, .input-group input[type=date]:after, .input-group input[type=month]:after, .check-box input[type=date]:after, .check-box input[type=month]:after, .input-time-group input[type=date]:after, .input-time-group input[type=month]:after, .input-date-group input[type=date]:after, .input-date-group input[type=month]:after, .radio-group input[type=date]:after, .radio-group input[type=month]:after, .input-check-group input[type=date]:after, .input-check-group input[type=month]:after, .input-btn-group input[type=date]:after, .input-btn-group input[type=month]:after, .input-login-wrapper input[type=date]:after, .input-login-wrapper input[type=month]:after, .input-text-group input[type=date]:after, .input-text-group input[type=month]:after {
  position: absolute;
  top: 12px;
  right: 0;
  width: 24px;
  height: 26px;
  content: url("../assets/ic_input_cal.png");
  transform: translateY(-50%);
  z-index: 0;
}
.input-wrapper input[type=time]:after, .input-group input[type=time]:after, .check-box input[type=time]:after, .input-time-group input[type=time]:after, .input-date-group input[type=time]:after, .radio-group input[type=time]:after, .input-check-group input[type=time]:after, .input-btn-group input[type=time]:after, .input-login-wrapper input[type=time]:after, .input-text-group input[type=time]:after {
  position: absolute;
  right: 8px;
  width: 9px;
  height: 9px;
  content: url("../assets/ic_input_clock.png");
  transform: translateY(-50%);
  z-index: 0;
}
.input-wrapper input[type=checkbox], .input-group input[type=checkbox], .check-box input[type=checkbox], .input-time-group input[type=checkbox], .input-date-group input[type=checkbox], .radio-group input[type=checkbox], .input-check-group input[type=checkbox], .input-btn-group input[type=checkbox], .input-login-wrapper input[type=checkbox], .input-text-group input[type=checkbox] {
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
  outline: none !important;
  border: 1px solid #e2e5e9;
  border-radius: 2px;
  background: #fff;
}
.input-wrapper input[type=checkbox]::before, .input-group input[type=checkbox]::before, .check-box input[type=checkbox]::before, .input-time-group input[type=checkbox]::before, .input-date-group input[type=checkbox]::before, .radio-group input[type=checkbox]::before, .input-check-group input[type=checkbox]::before, .input-btn-group input[type=checkbox]::before, .input-login-wrapper input[type=checkbox]::before, .input-text-group input[type=checkbox]::before {
  content: url("../assets/bt_checkbox_s.png");
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: scale(0) translate(-50%, -50%);
  line-height: 1;
}
.input-wrapper input[type=checkbox]:disabled, .input-group input[type=checkbox]:disabled, .check-box input[type=checkbox]:disabled, .input-time-group input[type=checkbox]:disabled, .input-date-group input[type=checkbox]:disabled, .radio-group input[type=checkbox]:disabled, .input-check-group input[type=checkbox]:disabled, .input-btn-group input[type=checkbox]:disabled, .input-login-wrapper input[type=checkbox]:disabled, .input-text-group input[type=checkbox]:disabled {
  border-color: #e2e5e9;
  background-color: #f8f7f7;
}
.input-wrapper input[type=checkbox]:hover, .input-group input[type=checkbox]:hover, .check-box input[type=checkbox]:hover, .input-time-group input[type=checkbox]:hover, .input-date-group input[type=checkbox]:hover, .radio-group input[type=checkbox]:hover, .input-check-group input[type=checkbox]:hover, .input-btn-group input[type=checkbox]:hover, .input-login-wrapper input[type=checkbox]:hover, .input-text-group input[type=checkbox]:hover {
  background-color: rgba(27, 193, 219, 0.1);
}
.input-wrapper input[type=checkbox]:checked, .input-group input[type=checkbox]:checked, .check-box input[type=checkbox]:checked, .input-time-group input[type=checkbox]:checked, .input-date-group input[type=checkbox]:checked, .radio-group input[type=checkbox]:checked, .input-check-group input[type=checkbox]:checked, .input-btn-group input[type=checkbox]:checked, .input-login-wrapper input[type=checkbox]:checked, .input-text-group input[type=checkbox]:checked {
  border-color: #c2c5c8;
  color: #172d5a;
}
.input-wrapper input[type=checkbox]:checked::before, .input-group input[type=checkbox]:checked::before, .check-box input[type=checkbox]:checked::before, .input-time-group input[type=checkbox]:checked::before, .input-date-group input[type=checkbox]:checked::before, .radio-group input[type=checkbox]:checked::before, .input-check-group input[type=checkbox]:checked::before, .input-btn-group input[type=checkbox]:checked::before, .input-login-wrapper input[type=checkbox]:checked::before, .input-text-group input[type=checkbox]:checked::before {
  border-radius: 2px;
  transform: scale(1) translate(-50%, -43%);
}
.input-wrapper select, .input-wrapper select.select-box, .input-group select, .input-group select.select-box, .check-box select, .check-box select.select-box, .input-time-group select, .input-time-group select.select-box, .input-date-group select, .input-date-group select.select-box, .radio-group select, .radio-group select.select-box, .input-check-group select, .input-check-group select.select-box, .input-btn-group select, .input-btn-group select.select-box, .input-login-wrapper select, .input-login-wrapper select.select-box, .input-text-group select, .input-text-group select.select-box {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  /*KHP font-size: 12px;*/
  letter-spacing: -0.35px;
  text-align: left;
  color: rgba(40, 42, 63, 0.83);
  text-overflow: ellipsis;
  background: url(../assets/bt_dropdown_down.png) no-repeat center right;
  border-radius: 2px;
  background-color: #fff;
  padding: 3px 8px 2px;
}
.input-wrapper select option, .input-wrapper select.select-box option, .input-group select option, .input-group select.select-box option, .check-box select option, .check-box select.select-box option, .input-time-group select option, .input-time-group select.select-box option, .input-date-group select option, .input-date-group select.select-box option, .radio-group select option, .radio-group select.select-box option, .input-check-group select option, .input-check-group select.select-box option, .input-btn-group select option, .input-btn-group select.select-box option, .input-login-wrapper select option, .input-login-wrapper select.select-box option, .input-text-group select option, .input-text-group select.select-box option {
  height: 26px;
  /*KHP font-size: 12px;   */
  color: rgba(20, 31, 64, 0.83);
  border: 1px solid #c2c5c8;
}

.radio-group {
  display: flex;
  align-items: center;
  position: relative;
  display: flex;
  align-items: center;
}
.radio-group label {
  white-space: nowrap;
  height: 26px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  background: url(../assets/bt_radio_n.svg) no-repeat;
  background-size: 16px;
  background-position-y: center;
  vertical-align: middle;
  cursor: pointer;
  /*KHP font-size: 12px;     */
  line-height: 1.54;
  color: #152c5b;
}
.radio-group label:not(:nth-child(2)) {
  margin-left: 20px;
}
.radio-group input[type=radio] {
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0 none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.radio-group input[type=radio]:checked + label {
  white-space: nowrap;
  background: url(../assets/bt_radio_s.svg) no-repeat;
  background-size: 16px;
  background-position-y: center;
}
.radio-group input[type=radio]:disabled + label {
  background: url(../assets/bt_radio_d.svg) no-repeat;
  background-size: 16px;
  background-position-y: center;
}

.quantity {
  height: 100%;
}
.quantity input {
  width: 100%;
  height: 100%;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 26px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #e2e5e9;
  width: 23px;
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #e2e5e9;
  background: url(../assets/ic_input_up.png) no-repeat center right 8px;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 50%;
  background: url(../assets/ic_input_down.png) no-repeat center right 8px;
}

.input-group {
  max-width: 260px;
  min-width: 120px;
  height: 26px;
  border-radius: 2px;
  border: solid 1px #c2c5c8;
  background-color: #fff;
}

.input-check-group {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  /*KHP font-size: 12px; */
  font-weight: 500;
  color: #152c5b;
}

.check-box {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
}

.input-time-group, .input-text-group, .input-date-group {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 100%;
  font-size: 13px;
  font-weight: 500;
  color: #152c5b;
}
.input-time-group input[type=time], .input-text-group input[type=time], .input-date-group input[type=time] {
  flex: 1;
  height: 100%;
}

.input-btn-group {
  display: flex;
  height: 26px;
  border-radius: 2px;
  border: solid 1px #c2c5c8;
  background-color: #fff;
}
.input-btn-group input {
  flex: 1;
  border: none;
  height: 24px;
}
.input-btn-group button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e2e5e9;
  width: 24px;
}

.list-btn-group {
  display: flex;
  gap: 10px;
  /*KHP font-size: 12px;*/
}
.list-btn-group button {
  height: 24px;
  padding: 3px 10px 2px;
}

.con-box {
  /* padding: 10px;
  // border-radius: 4px;
  // box-shadow: 0 3px 15px 0 rgba(42, 97, 255, 0.1);
  background-color: #fff;
  border: solid 1px #c3cbd8;
  border-top: 2px solid #172d5a;*/
  background-color: #fff;
  /*padding: 13px 10px 10px 10px;*/
  /*border-top: 2px solid #191919;*/
  /*border-bottom: 1px solid #cdcdcd;*/
  /*border-left: 1px solid #cdcdcd;*/
  /*border-right: 1px solid #cdcdcd;*/
}

.edit-btn-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  /*KHP font-size: 12px;*/
  font-weight: 500; /*KHP 3*/
  color: #5c7099;
}
.edit-btn-wrapper button {
  padding: 3px 10px 2px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  white-space: nowrap;
}

.flex-1 {
  flex: 1;
}

.flex-between {
  justify-content: space-between;
}

.flex-row {
  display: flex;
  gap: 10px;
}

.flex-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gap-6 {
  gap: 6px !important;
}

.gap-10 {
  grid-gap: 10px 10px !important;
}

.gap-15 {
  grid-gap: 15px 10px !important;
}

.gap-20 {
  grid-gap: 20px 10px !important;
}

.w-auto {
  width: auto !important;
}

.w-120 {
  width: 120px;
}

.w-160 {
  width: 160px !important;
}

.mt-30 {
  margin-top: 30px;
}

.search-btn-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  width: 80px;
  line-height: 1.58;
}
.search-btn-group .btn-search {
  cursor: pointer;
  height: 26px;
  font-size: 13px;
}
.search-btn-group .btn-search img {
  content: url(../assets/ic_bt_search@3x.png);
  width: 11px;
  height: 11px;
  /*KHP margin-right: 18px;*/
  margin-right: 12px;
}
.search-btn-group .btn-clear {
  cursor: pointer;
  height: 26px;
  font-size: 14px; /*KHP*/
}
.search-btn-group .btn-clear img {
  content: url(../assets/ic_bt_reset@3x.png);
  width: 11px;
  height: 11px;
  margin-right: 12px;
}

.setting-grid {
  display: grid;
  grid-template-columns: 110px 1fr 110px 1fr 110px 1fr;
  grid-template-rows: 26px;
  grid-auto-flow: row;
  gap: 10px;
}
.setting-grid .setting-grid-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 26px;
  white-space: nowrap;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  color: #5c7099;
}
.setting-grid .setting-grid-content {
  /*KHP font-size: 12px;*/
  font-weight: 500;
  color: #152c5b;
  max-width: 260px;
  min-width: 120px;
}
.setting-grid .setting-grid-content .text-edit {
  background: #fff7e4;
}
.setting-grid .setting-grid-content .text-edit select {
  background-color: #fff7e4;
}
.setting-grid .setting-grid-content .input-wrapper {
  position: relative;
  display: flex;
  gap: 10px;
}
.setting-grid .setting-grid-content .input-wrapper input[type=text] {
  width: 100%;
}
.setting-grid .setting-grid-content .input-wrapper.text-edit input {
  background: #fff7e4;
  width: 100%;
}
.setting-grid .span-3 {
  grid-column: span 3;
  width: calc(100% - (100% - 650px) / 2);
}
.setting-grid .span-2 {
  grid-column: span 2;
}
.setting-grid.grid-check-line {
  grid-template-columns: 110px 1fr;
  grid-template-rows: auto;
}
.setting-grid.grid-check-line .setting-grid-content {
  width: auto;
}
.setting-grid.grid-check-line .setting-grid-content .input-check-group {
  gap: 0;
}
.setting-grid.grid-check-line .setting-grid-content .input-check-group .check-box {
  display: flex;
  align-items: center;
  height: 26px;
  width: 125px;
}

.setting-etc {
  margin-top: 10px;
  display: flex;
}
.setting-etc:not(:has(.no-padding)) {
  padding-right: 100px;
}
.setting-etc .setting-etc-property {
  flex: 1;
  display: flex;
  gap: 10px;
}
.setting-etc .setting-etc-property .etc-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 26px;
  width: 110px;
  white-space: nowrap;
  text-align: right;
  /*KHP font-size: 12px;*/
  font-weight: bold;
  color: #5c7099;
}
.setting-etc .setting-etc-property .etc-text-box {
  width: 259px;
  height: 82px;
  border-radius: 2px;
  border: solid 1px #c2c5c8;
  background-color: #fff;
  /*KHP font-size: 12px; */
  font-weight: 500;
  color: #152c5b;
}

.add-pic-wrap {
  display: flex;
  gap: 10px;
}
.add-pic-wrap .btn-l-pic-add {
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 80px;
  height: 80px;
  border-radius: 2px;
  border: dashed 1px #c2c5c8;
  background-color: #fff;
  font-size: 11px;
  font-weight: 500;
  color: #5c7099;
}
.add-pic-wrap .btn-l-pic-add img {
  content: url(../assets/ic_add@3x.png);
  width: 12px;
  height: 12px;
}
.add-pic-wrap .pic-detail {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.add-pic-wrap .pic-detail img {
  width: 80px;
  height: 80px;
}
.add-pic-wrap .pic-detail .btn-pic-delete {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  right: 4px;
  background: url(../assets/bt_img_del@3x.png) no-repeat;
  background-size: 16px;
  z-index: 3;
}
.add-pic-wrap .pic-detail .pic-name {
  /*KHP font-size: 12px;*/
  font-weight: 500;
  color: #172d5a;
}

.pic-wrapper {
  flex: 1;
}

.btn-navy {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #326ca8;
  color: #fff;
  font-weight: 400; /*KHP*/
}

.btn-white {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border: solid 1px #9aa6b8;
  background-color: #fff;
  color: #5c7099;
}

.ic-title-nece::before {
  content: "*";
  color: #e80000;
  font-size: 14px;
  font-weight: 500;
}

.ic-title-mark {
  display: flex;
  align-items: center;
}
.ic-title-mark::before {
  display: block;
  content: url(../assets/ic_list.png);
  width: 13px;
  height: 10px;
  margin: 0 6px 15px 0;
}

.ic-dot {
  display: flex;
  align-items: center;
}
.ic-dot::before {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  margin: 12px 3px 11px 0;
  background-color: #172d5a;
}

.list-title {
  height: 22px;
  font-size: 14px;
  padding-top: 6px; /*KHP*/
  font-weight: bold;
  line-height: 2;
  color: #152c5b;
}

#modal-background {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

#modal-background {
  z-index: 10;
}

.modal-con {
  z-index: 20;
}

.modal-con {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 2px #3b3b3b; /*KHP 2*/
  background-color: #f7f7f7;
}
.modal-con .modal-top {
  padding: 0 10px;
  margin-bottom: 10px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.modal-con .modal-top .box-title {
  font-size: 14px;
  font-weight: bold;
  color: #172d5a;
}
.modal-con .modal-body {
  padding: 0 10px;
  flex: 1;
}
.modal-con .modal-body .search-conditions {
  display: flex;
}
.modal-con .modal-body .search-conditions .setting-grid {
  flex: 1;
  grid-template-columns: 90px 1fr 90px 1fr;
}
.modal-con .modal-body .search-list {
  display: flex;
  flex-direction: column;
}
.modal-con .modal-body .search-list .list-top {
  display: flex;
  justify-content: space-between;
  height: 24px;
  margin-bottom: 6px;
}
.modal-con .modal-body .search-list .list-grid-wrapper {
  flex: 1;
}
.modal-con .modal-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 10px 0;
}
.modal-con .modal-bottom button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px 2px;
  border-radius: 2px;
  border: solid 1px #9aa6b8;
  font-size: 12px;
  font-weight: bold;
}

ul.list-tab {
  width: 100%;
  border-bottom: 1px solid #c2c5c8;
  display: flex;
  gap: 4px;
  justify-content: flex-start;
  height: 24px;
  /*KHP font-size: 12px; */
  font-weight: bold;
}
ul.list-tab li.list-tab-menu {
  cursor: pointer;
  height: 24px;
  padding: 3px 10px 2px;
  border: solid 1px #c2c5c8;
  background-color: #fff;
  color: #888;
  border-radius: 2px;
  border: solid 1px #c2c5c8;
  background-color: #fff;
}
ul.list-tab li.list-tab-menu.on {
  border: solid 1px #172d5a;
  color: #172d5a;
}

.list-tab-content {
  display: none;
  width: 100%;
}
.list-tab-content.active {
  display: flex;
  flex: 1;
}
.list-tab-content .search-list {
  flex: 1;
}

.list-grid-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  /*padding: 1px; !*KHP *!*/
}

.ic_left_1_1 {
  content: url(../assets/ic_left_1_1_n@3x.png);
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.ic_left_1_1.active {
  content: url(../assets/ic_left_1_1_s@3x.png);
}

.ic_left_1_2 {
  content: url(../assets/ic_left_1_2_n@3x.png);
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.ic_left_1_2.active {
  content: url(../assets/ic_left_1_2_s@3x.png);
}

.ic_left_1_3 {
  content: url(../assets/ic_left_1_3_n@3x.png);
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.ic_left_1_3.active {
  content: url(../assets/ic_left_1_3_s@3x.png);
}

.ic_left_1_4 {
  content: url(../assets/ic_left_1_4_n@3x.png);
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.ic_left_1_4.active {
  content: url(../assets/ic_left_1_4_s@3x.png);
}

.c-red {
  color: #e80000;
}

.c-gray {
  color: #707070;
}

.underline {
  cursor: pointer;
  height: 17px;
  border-bottom: 1px solid #152c5b;
}

.ic-bookmark {
  content: url(../assets/ic_bookmark_off@3x.png);
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.ic-bookmark.on {
  content: url(../assets/ic_bookmark_on@3x.png);
}

.ic-bookmark-on {
  content: url(../assets/ic_bookmark_on@3x.png);
  width: 14px;
  height: 14px;
}

.ic-tab-close {
  content: url(../assets/ic_tab_n_close@3x.png);
  width: 8px;
  height: 8px;
  margin-left: 10px;
}

.ic-navi-home {
  content: url(../assets/ic_navi_home@3x.png);
  width: 9px;
  height: 10px;
}

.ic-tab-home {
  content: url(../assets/ic_tab_home.png);
}

.ic-navi-arrow {
  content: url(../assets/ic_navi_arrow@3x.png);
  width: 6px;
  height: 9px;
}

.ic-arrow-down {
  content: url(../assets/ic_left_open@3x.png);
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
}

.ic-bt-add {
  content: url(../assets/ic_bt_add@3x.png);
  width: 11px;
  height: 11px;
}

.ic-bt-delete {
  content: url(../assets/ic_bt_delete@3x.png);
  width: 11px;
  height: 11px;
}

.ic-bt-reset {
  content: url(../assets/ic_bt_reset@3x.png);
  width: 11px;
  height: 11px;
}

.ic-line-plus {
  content: url(../assets/ic_line_plus@3x.png);
  width: 11px;
  height: 11px;
}

.ic-line-minus {
  content: url(../assets/ic_line_minus@3x.png);
  width: 11px;
  height: 11px;
}

.ic-edit {
  content: url(../assets/ic_edit@3x.png);
  width: 11px;
  height: 11px;
}

.ic-register {
  content: url(../assets/ic_register@3x.png);
  width: 11px;
  height: 11px;
}

.ic-bt-save {
  content: url(../assets/ic_bt_save@3x.png);
  width: 11px;
  height: 11px;
}

.ic-bt-list-move {
  content: url(../assets/ic_bt_list_move@3x.png);
  width: 11px;
  height: 11px;
}

.ic-info-select {
  content: url(../assets/ic_info_select@3x.png);
  width: 16px;
  height: 16px;
}

.ic-search-s {
  content: url(../assets/ic_search_s@3x.png);
  width: 9px;
  height: 9px;
}

.bt-popup-close {
  background: url(../assets/bt_popup_close.svg);
  width: 12px;
  height: 12px;
}

.img-logo {
  content: url(../assets/img_login_logo@3x.png);
  width: 36px;
  height: 36px;
}

.wrapper {
  min-width: 1500px;
  /*min-height: 870px;*/
  height: 100%;
}
.wrapper:has(.OPE004) {
  display: flex;
  flex-direction: column;
}
/*.wrapper .header {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  background: var(--blue600);*/
/*  color: #e2e5e9;*/
/*  font-size: 1rem;*/
/*}*/
/*.wrapper .header .header-logo {*/
/*  padding: 0 10px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 10px;*/
/*  min-width: 200px;*/
/*  font-size: 14px;*/
/*  color: white;*/
/*  font-weight: bold;*/
/*}*/
/*.wrapper .header .header-center {*/
/*  width: 100%;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*}*/
/*.wrapper .header .header-center .main-menu {*/
/*  display: flex;*/
/*}*/
/*.wrapper .header .header-center .main-menu li {*/
/*  cursor: pointer;*/
/*  margin: 8px 0;*/
/*  padding: 10px 20px;*/
/*  min-width: 80px;*/
/*  border-radius: 1rem;*/
/*  font-weight: 500;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/
/*.wrapper .header .header-center .main-menu li.active {*/
/*  background: #2e4d8c;*/
/*  color: white;*/
/*  font-weight: bold;*/
/*}*/
/*.wrapper .header .header-center .header-info {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  gap: 10px;*/
/*  padding-right: 10px;*/
/*  font-size: 13px; !*KHP *!*/
/*}*/
/*.wrapper .header .header-center .header-info .btn-logout {*/
/*  width: 48px;*/
/*  height: 20px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  font-size: 9px;*/
/*  border-radius: 2px;*/
/*  border: solid 1px #e2e5e9;*/
/*}*/
.wrapper .main-wrapper {
  position: relative;
  display: flex;
  flex: 1;
}
.wrapper .main-wrapper .btn-left-menu {
  position: absolute;
  width: 17px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  border: solid 1px #c3cbd8;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  left: 183px;
  background-image: url(../assets/ic_left_open@3x.png);
  z-index: 3;
}
.wrapper .main-wrapper .btn-left-menu.show {
  background-image: url(../assets/ic_left_hide@3x.png);
}

/* sidebar css */
.sidebar-menu-container {
  display: flex;
  flex-direction: column;
  position: relative;
  white-space: nowrap;
  overflow-y: auto;
  border-right: 1px solid #c3cbd8;
  width: 200px;
  height: calc(100vh - 60px);
  /*min-height: 830px;*/
}
.sidebar-menu-container>.sidebar-menu-wrapper {
  flex: 1;
  overflow-x: overlay;
  scroll-behavior: smooth;
  overflow: overlay;
  background: var(--white);
}
.wrapper .main-wrapper .sidebar-menu-container .sidebar-menu-wrapper::-webkit-scrollbar {
  width: 6px;
  display: inline;
}
.wrapper .main-wrapper .sidebar-menu-container .sidebar-menu-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.wrapper .main-wrapper .sidebar-menu-container .sidebar-menu-wrapper::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 6px;
  background: #b6bdc1;
}
.sidebar-menu-container .sidebar-menu-wrapper details summary .ic-submenu-open {
  content: url(../assets/ic_leftmenu_plus_black.png);
  width: 24px;
  height: 24px;
}
.sidebar-menu-container .sidebar-menu-wrapper details[open] summary .ic-submenu-open {
  content: url(../assets/ic_leftmenu_minus_black.png);
  width: 24px;
  height: 24px;
}
.sidebar-menu-container .sidebar-menu-wrapper details summary {
  cursor: pointer;
  padding: 12px 20px 12px 14px;
  border-bottom : 1px solid var(--light100);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: bold;
  color: var(--dark900);
}
.sidebar-menu-container .sidebar-menu-wrapper details summary .submenu-title {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  font-size: 1.125rem;
}
.wrapper .main-wrapper .sidebar-menu-container .sidebar-menu-wrapper details.active summary {
  background: #eaf2fd;
  color: #172d5a;
  border-left: 4px solid #172d5a;
}
.sidebar-menu-container .sidebar-menu-wrapper details ul.details-submenu {
  padding-left: 0px !important;
  margin: 0px !important;
}
.sidebar-menu-container .sidebar-menu-wrapper details ul.details-submenu li {
  cursor: pointer;
  border-left: 1px solid #e2e5e9;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  font-size: 13px;
  font-weight: 500;
  color: #808288; /* 2023.10.17 */
}
.sidebar-menu-container .sidebar-menu-wrapper details ul.details-submenu li:hover{
  background: var(--light300);
}

.wrapper .main-wrapper .sidebar-menu-container .sidebar-menu-wrapper details ul.details-submenu li.active {
  font-weight: bold;
  color: #3c3d42; /* 2023.10.17 */
  border-left: 2px solid var(--blue500); /* 2023.10.17 */
}
.wrapper .main-wrapper .sidebar-menu-container .siderbar-help {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  font-size: 11px;
  font-weight: 500;
  color: #5c7099;
  border-top: 1px solid #e2e5e9;
}

/* content */

.wrapper .main-wrapper #content {
  flex: 1;
  display: flex;
  flex-direction: column;
  /*height: calc(100vh - 60px);*/
  /*min-height: 830px;*/
  width: 100%;
  height: 100%;
}
.wrapper .main-wrapper #content .content-wrapper {
  flex: 1;
  padding: 10px;
  background: #f7f7f7; /*KHP */
  height: calc(100% - 28px);
}
.wrapper .main-wrapper .content-wrapper .tab-container {
  height: 28px;
  position: relative;
  display: flex;
  justify-content: space-between;
  border: solid 1px #c3cbd8;
}
.wrapper .main-wrapper .content-wrapper .tab-container .ic-tab-home-btn ul{
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #c3cbd8;
}
.wrapper .main-wrapper .content-wrapper .tab-container .tab-arrow-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}
.wrapper .main-wrapper .content-wrapper .tab-container .tab-arrow-wrapper .btn-tab-clear {
  cursor: pointer;
  width: 22px;
  min-width: initial;
  height: 20px;
  margin-right: 5px;
  padding: 4px;
  border-radius: 2px;
  border: solid 1px #9aa6b8;
  background-color: #fff;
  color: #5c7099;
}
.wrapper .main-wrapper .content-wrapper .tab-container .tab-arrow-wrapper ul.tab-clear-list {
  display: none;
  position: absolute;
  z-index: 3;
  right: 53px;
  top: 100%;
  padding: 10px;
  font-weight: normal;
  color: #152c5b;
  font-size: 12px;
  line-height: 2;
  box-shadow: 0 3px 15px 0 rgba(42, 97, 255, 0.1);
  border: solid 1px #c3cbd8;
  background-color: #fff;
}
.wrapper .main-wrapper.content-wrapper .tab-container .tab-arrow-wrapper ul.tab-clear-list li {
  white-space: nowrap;
}
.wrapper .main-wrapper .content-wrapper .tab-container .tab-arrow-wrapper .btn-tab-arrow {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 20px;
  border: solid 1px #e2e5e9;
  border-radius: 2px;
  background-color: #fff;
  min-width: initial;
}
.wrapper .main-wrapper .content-wrapper .tab-container .tab-arrow-wrapper .btn-tab-arrow.on {
  border: solid 1px #9aa6b8;
}
.wrapper .main-wrapper .content-wrapper .tab-container .tab-arrow-wrapper .btn-tab-arrow.left img {
  content: url(../assets/ic_tab_arrow_left_d@3x.png);
  width: 5px;
  height: 8px;
}
.wrapper .main-wrapper .content-wrapper .tab-container .tab-arrow-wrapper .btn-tab-arrow.left.on img {
  content: url(../assets/ic_tab_arrow_left_n@3x.png);
}
.wrapper .main-wrapper .content-wrapper .tab-container .tab-arrow-wrapper .btn-tab-arrow.right img {
  content: url(../assets/ic_tab_arrow_right_d@3x.png);
  width: 5px;
  height: 8px;
}
.wrapper .main-wrapper .content-wrapper .tab-container .tab-arrow-wrapper .btn-tab-arrow.right.on img {
  content: url(../assets/ic_tab_arrow_right_n@3x.png);
}
.wrapper .main-wrapper .content-wrapper .tab-container ul.tab {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}
.wrapper .main-wrapper .content-wrapper .tab-container ul.tab li.tab-menu {
  cursor: pointer;
  flex: 0 0 auto;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #c3cbd8;
  font-size: 13px; /*KHP */
  font-weight: 400; /*KHP */
  color: #3c3d42; /* 2023.10.17 */
}
.wrapper .main-wrapper.content-wrapper .tab-container ul.tab li.tab-menu .ic-tab-close {
  display: none;
}
.wrapper .main-wrapper .content-wrapper .tab-container ul.tab li.tab-menu.on {
  color: white;
  background: var(--blue600);
  font-weight: bold;
}
.wrapper .main-wrapper .content-wrapper .tab-container ul.tab li.tab-menu.on .ic-tab-close {
  display: initial;
}

.wrapper .main-wrapper .content-wrapper .location{
  background: var(--white);
  padding: 16px 20px;
}

.wrapper .main-wrapper .content-wrapper .breadcrumb{
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  /*KHP font-size: 11px;*/
  font-weight: 300; /*KHP */
  color: #808288; /*KHP */
}
.wrapper .main-wrapper .content-wrapper .breadcrumb .nav-home {
  display: flex;
  gap: 4px;
  align-items: center;
}
.wrapper .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  opacity: 0.8;
  border-top: 1px solid #9da9bf;
  background-color: #2c75ff;
  font-size: 9px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.tab-contents-outer {
  /*min-height: calc(100% - 45px);*/
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 24px 60px;
  background: var(--white);
  overflow-y: scroll
}
.tab-contents-outer .search-conditions {
  position: relative;
  display: flex;
  gap: 20px;
  /*KHP font-size: 12px;*/
  font-weight: bold;
  color: #5c7099;
}
.tab-contents-outer .search-conditions.detail {
  margin-bottom: 17px;
  height: 86px;
}
.tab-contents-outer .search-conditions .btn-search-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  position: absolute;
  bottom: -17px;
  width: 64px;
  height: 17px;
  border-radius: 2px;
  box-shadow: 0 3px 15px 0 rgba(42, 97, 255, 0.1);
  border: solid 1px #c3cbd8;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  font-size: 10px;
  font-weight: bold;
  color: #8591aa;
}
.tab-contents-outer .search-conditions .btn-search-detail img {
  content: url(../assets/ic_left_open@3x.png);
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
}
.tab-contents-outer .search-conditions .btn-search-detail.open img {
  transform: rotate(-90deg);
}
.tab-contents-outer .search-conditions .setting-grid {
  overflow: hidden;
  flex: 1;
}
.tab-contents-outer .search-conditions .setting-grid .input-wrapper select {
  width: 140px;
}
.tab-contents-outer > .search-list:not(.unflex1) {
  flex: 1;
}
.tab-contents-outer .unflex1 {
  min-height: 110px;
}
.tab-contents-outer .search-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tab-contents-outer .search-list .list-top {
  display: flex;
  justify-content: space-between;
  height: 24px;
}
.tab-contents-outer .search-list .list-top .list-title {
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #3c3d42;
}
.tab-contents-outer .search-list .list-top .list-btn-group {
  display: flex;
  gap: 10px;
  /*KHP font-size: 12px;*/
  line-height: 1.58;
}
.tab-contents-outer .search-list .list-top .list-btn-group button {
  height: 24px;
  padding: 3px 10px 2px;
}
.tab-contents-outer .search-list .list-top .list-btn-group .btn-delete {
  width: 58px;
  height: 24px;
}
.tab-contents-outer .search-list .list-top .list-btn-group .btn-delete img {
  content: url(../assets/ic_bt_delete@3x.png);
  width: 11px;
  height: 11px;
  margin-right: 6px;
}
.tab-contents-outer .search-list .list-top .list-btn-group .btn-save {
  width: 58px;
  height: 24px;
}
.tab-contents-outer .search-list .list-top .list-btn-group .btn-save img {
  content: url(../assets/ic_bt_save@3x.png);
  width: 11px;
  height: 11px;
  margin-right: 6px;
}
.tab-contents-outer .search-list .list-grid-wrapper {
  height: 100%;
  /*KHP display: flex;
  justify-content: center;
  align-items: center;*/
}
.tab-contents-outer > .edit-btn-wrapper {
  padding-right: 10px;
}

.Ptype01 .list-top, .Ptype02 .list-top {
  padding-right: 10px;
}
.Ptype01 .list-wrapper, .Ptype02 .list-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  gap: 10px;
  /*KHP background: #f4f5f5;*/
}
.Ptype01 .list-wrapper .search-list, .Ptype02 .list-wrapper .search-list {
  width: calc((100% - 130px) / 3);
}
.Ptype01 .list-wrapper .search-edit, .Ptype02 .list-wrapper .search-edit {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.Ptype01 .list-wrapper .search-edit .list-top, .Ptype02 .list-wrapper .search-edit .list-top {
  display: flex;
  justify-content: space-between;
  height: 24px;
}
.Ptype01 .list-wrapper .search-edit .setting-grid, .Ptype02 .list-wrapper .search-edit .setting-grid {
  grid-template-columns: 110px 1fr 110px 1fr;
}
.Ptype01 .list-wrapper .search-edit .setting-grid.grid-check-line, .Ptype02 .list-wrapper .search-edit .setting-grid.grid-check-line {
  grid-template-columns: 110px 1fr;
}

.Ptype01 .edit-btn-wrapper {
  padding-right: 10px;
}
.Ptype01 .list-top .edit-btn-wrapper {
  padding-right: 0;
}

.Ptype02 .search-edit .setting-grid-content {
  max-width: initial;
}

.Ptype03 .edit-btn-wrapper {
  padding-right: 10px;
}
.Ptype03 .list-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  gap: 10px;
  background: #f7f7f7; /*KHP */
}
.Ptype03 .list-wrapper .search-list {
  width: calc((100% - 130px) / 3);
}
.Ptype03 .list-wrapper .search-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.Ptype03 .list-wrapper .search-info .info-detail1 {
  height: 78px;
  margin-top: 6px;
  margin-bottom: 10px;
}
.Ptype03 .list-wrapper .search-info .info-detail2 {
  flex: 1;
  display: flex;
  gap: 10px;
}
.Ptype03 .list-wrapper .search-info .info-detail2 .info-picture {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.Ptype03 .list-wrapper .search-info .info-detail2 .info-edit {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.Ptype03 .list-wrapper .search-info .info-detail2 .info-edit .setting-grid {
  grid-template-columns: 110px 1fr;
}

.Ptype04 .btn-end {
  height: 24px;
  padding: 3px 10px 2px;
  border-radius: 2px;
  /*KHP font-size: 12px;*/
  font-weight: bold;
}
.Ptype04 .list-top {
  padding-right: 10px;
}

.Ptype05 .list-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  gap: 10px;
  background: #f4f5f5;
}
.Ptype05 .list-wrapper .search-list {
  flex: 1;
}

.Ptype06 .list-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  gap: 10px;
  background: #f4f5f5;
}
.Ptype06 .list-wrapper .search-list:first-child {
  width: 450px;
}
.Ptype06 .list-wrapper .search-list:last-child {
  flex: 1;
}

.Ptype07, .Ptype08 {
  padding-top: 10px;
  background: #f4f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1;
  height: calc(100% - 68px);
}
.Ptype07 .info-box, .Ptype08 .info-box {
  width: 400px;
}
.Ptype07 .info-box .box-title, .Ptype08 .info-box .box-title {
  height: 26px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  color: #152c5b;
  /*KHP margin-bottom: 6px;*/
}
.Ptype07 .info-box .setting-grid, .Ptype08 .info-box .setting-grid {
  grid-template-columns: 90px 1fr;
}
.Ptype07 .info-box .setting-grid .input-wrapper input, .Ptype08 .info-box .setting-grid .input-wrapper input {
  flex: 1;
}
.Ptype07 .info-box .setting-grid .sms-email-check, .Ptype08 .info-box .setting-grid .sms-email-check {
  /*KHP font-size: 12px;*/
  font-weight: bold;
  color: #5c7099;
  display: flex;
}
.Ptype07 .info-box .setting-grid .sms-email-check .check-box, .Ptype08 .info-box .setting-grid .sms-email-check .check-box {
  text-align: right;
  gap: 10px;
  display: grid;
  grid-template-columns: 90px 100px;
}
.Ptype07 .info-box .agree-box, .Ptype08 .info-box .agree-box {
  padding: 0;
}
.Ptype07 .info-box .agree-box .check-box, .Ptype08 .info-box .agree-box .check-box {
  height: 26px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
  color: #152c5b;
}
.Ptype07 .info-box .agree-box .check-box:first-child, .Ptype08 .info-box .agree-box .check-box:first-child {
  height: 46px;
  border-bottom: 1px solid #c6c6c6;
  font-weight: bold;
}
.Ptype07 .info-box .agree-box .check-box:nth-child(2), .Ptype08 .info-box .agree-box .check-box:nth-child(2) {
  margin-top: 10px;
}
.Ptype07 .info-box .agree-box .check-box:last-child, .Ptype08 .info-box .agree-box .check-box:last-child {
  margin-bottom: 10px;
}
.Ptype07 .info-box-wrapper, .Ptype08 .info-box-wrapper {
  width: 100%;
  display: flex;
  gap: 10px;
}
.Ptype07 .info-box-wrapper .info-box, .Ptype08 .info-box-wrapper .info-box {
  flex: 1;
}
.Ptype07 .info-box-wrapper .info-box .setting-grid, .Ptype08 .info-box-wrapper .info-box .setting-grid {
  height: 262px;
}

.Ptype09 .alarm-action {
  width: 450px;
  height: 320px;
}
.Ptype09 .alarm-action .alarm-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #c6c6c6;
}
.Ptype09 .alarm-action .alarm-box .box-row {
  display: flex;
}
.Ptype09 .alarm-action .alarm-box .box-row.line-1 {
  align-items: center;
  height: 36px;
}
.Ptype09 .alarm-action .alarm-box .box-row:first-child {
  border-bottom: 1px solid #d7d7d7;
}
.Ptype09 .alarm-action .alarm-box .box-row:last-child {
  flex: 1;
}
.Ptype09 .alarm-action .alarm-box .box-row:last-child .box-content {
  border-top: 1px solid #d7d7d7;
}
.Ptype09 .alarm-action .alarm-box .box-row .box-content {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  padding: 5px 10px;
  /*KHP font-size: 12px;*/
  font-weight: 500;
  color: #152c5b;
}
.Ptype09 .alarm-action .alarm-box .box-row .box-content button {
  font-size: 11px;
  font-weight: bold;
  color: #5c7099;
  width: 40px;
  height: 24px;
}
.Ptype09 .alarm-action .alarm-box .box-row .box-content.multi-line {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.Ptype09 .alarm-action .alarm-box .box-row .box-content.multi-line .input-check-group {
  height: 26px;
}
.Ptype09 .alarm-action .alarm-box .box-row .box-content.multi-line .alarm-end-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 26px;
  margin: 10px 0;
}
.Ptype09 .alarm-action .alarm-box .box-row .box-content.multi-line .alarm-end-radio .radio-group button {
  margin-left: 4px;
}
.Ptype09 .alarm-action .alarm-box .box-row .box-content.multi-line .alarm-title {
  /*KHP font-size: 12px; */
  font-weight: bold;
  color: #5c7099;
}
.Ptype09 .alarm-action .alarm-box .box-row .box-content.multi-line .alarm-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
  width: 100%;
}
.Ptype09 .alarm-action .alarm-box .box-row .box-content.multi-line .alarm-row .text-box {
  flex: 1;
  height: 100%;
  border-radius: 2px;
  border: solid 1px #c2c5c8;
  background-color: #fff;
}
.Ptype09 .alarm-action .alarm-box .box-row .box-title {
  width: 120px;
  height: 100%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  /*KHP font-size: 12px;*/
  font-weight: bold;
  color: #5c7099;
  background-color: #f4f7f9;
  border-right: 1px solid #d7d7d7;
}
.Ptype09 .edit-btn-wrapper {
  padding-right: 10px;
}

.Ptype10 .flex-row .search-conditions {
  min-height: 82px;
  flex: 1;
}
.Ptype10 .flex-row .search-conditions .setting-grid {
  grid-template-columns: 110px 1fr 110px 1fr;
  padding-right: 45px;
}
.Ptype10 .flex-row .search-list {
  flex: 1;
}
.Ptype10 .flex-row .edit-btn-wrapper {
  width: 140px;
  justify-content: center;
}
.Ptype10 .list-top {
  padding-right: 10px;
}

.Ptype11 .list-wrapper {
  flex: 1;
  display: flex;
  gap: 10px;
}
.Ptype11 .list-wrapper .search-list, .Ptype11 .list-wrapper .search-edit {
  flex: 1;
}
.Ptype11 .list-wrapper .search-list .list-input {
  display: flex;
  gap: 10px;
  /*KHP font-size: 12px;*/
  font-weight: bold;
  color: #5c7099;
}
.Ptype11 .list-wrapper .search-edit {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.Ptype11 .list-wrapper .search-edit .con-box {
  flex: 1;
}
.Ptype11 .list-wrapper .search-edit .con-box .list-grid-wrapper {
  min-height: 110px;
}
.Ptype11 .list-wrapper .search-edit .list-top {
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
  height: 24px;
}
.Ptype11 .list-wrapper .search-edit .setting-grid {
  grid-template-columns: 110px 310px 1fr;
}
.Ptype11 .list-wrapper .search-edit .setting-grid .setting-grid-content {
  max-width: initial;
  font-weight: normal;
}
.Ptype11 .list-wrapper .search-edit .setting-grid .setting-grid-content .radio-group, .Ptype11 .list-wrapper .search-edit .setting-grid .setting-grid-content .input-check-group {
  font-weight: normal;
  white-space: nowrap;
}
.Ptype11 .list-wrapper .search-edit .setting-grid .setting-grid-content .input-wrapper {
  gap: 4px;
}
.Ptype11 .list-wrapper .search-edit .setting-grid .setting-grid-content .input-wrapper span {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.Ptype11 .list-wrapper .search-edit .setting-grid .setting-grid-content .input-wrapper.w-140 input {
  width: 140px;
}
.Ptype11 .list-wrapper .search-edit .invoice-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #172d5a;
}
.Ptype11 .list-wrapper .search-edit .invoice-wrapper .invoice-box .invoice-top {
  margin: 20px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.Ptype11 .list-wrapper .search-edit .invoice-wrapper .invoice-box .invoice-list ul.invoice-details {
  border: 1px solid #c6c6c6;
}
.Ptype11 .list-wrapper .search-edit .invoice-wrapper .invoice-box .invoice-list ul.invoice-details li {
  display: flex;
  justify-content: space-between;
  height: 34px;
  padding: 8px 10px;
}
.Ptype11 .list-wrapper .search-edit .invoice-wrapper .invoice-box .invoice-list ul.invoice-details li:first-child {
  background-color: #f4f7f9;
}
.Ptype11 .list-wrapper .search-edit .invoice-wrapper .invoice-box .invoice-list ul.invoice-details li:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}
.Ptype11 .list-wrapper .search-edit .invoice-wrapper .invoice-box .invoice-list ul.invoice-details li .title {
  /*KHP font-size: 12px;*/
  font-weight: bold;
}
.Ptype11 .list-wrapper .search-edit .invoice-wrapper .invoice-box .invoice-list ul.invoice-details li .amount {
  /*KHP font-size: 12px;*/
  font-weight: normal;
}
.Ptype11 .list-wrapper .search-edit .invoice-wrapper .payment-info .payment-top {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 1px solid #c6c6c6;
}
.Ptype11 .list-wrapper .search-edit .invoice-wrapper .payment-info .payment-list {
  /*KHP font-size: 12px;*/
  padding: 10px 0;
  display: grid;
  grid-template-columns: 70px 1fr 70px 1fr;
  grid-template-rows: 26px;
  grid-auto-flow: row;
}
.Ptype11 .list-wrapper .search-edit .invoice-wrapper .payment-info .payment-list .payment-title {
  font-weight: bold;
}
.Ptype11 .list-wrapper .search-edit .invoice-wrapper .payment-info .payment-list .payment-detial {
  font-weight: normal;
  display: flex;
  align-items: center;
}

.popup-pic {
  width: 920px;
  height: 686px;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #f8f7f7;
  background-color: #fff;
}
.popup-pic .modal-top {
  border-bottom: none;
  margin-bottom: 0;
}
.popup-pic img.img-pic {
  width: 900px;
  height: 600px;
}

.popup-search {
  width: 1120px;
  height: 606px;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #f8f7f7;
  background-color: #f4f5f5;
}
.popup-search .modal-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popup-search .modal-body .search-list {
  flex: 1;
}
.popup-search .modal-body .search-list .list-grid-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex: 1;
}

.popup-register {
  width: 400px;
  height: 284px;
  /*KHP border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #f8f7f7;
  background-color: #f4f5f5;*/
}
.popup-register .modal-body .setting-grid {
  flex: 1;
  grid-template-columns: 90px 1fr;
}

.popup-mtype01 {
  width: 590px;
  height: 444px;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #f8f7f7;
  background-color: #f4f5f5;
}
.popup-mtype01 .modal-body {
  display: flex;
  gap: 10px;
}
.popup-mtype01 .modal-body .search-list {
  flex: 1;
}
.popup-mtype01 .modal-body .search-list .list-top .list-title span {
  font-size: 13px;
  font-weight: 500;
  color: #8591aa;
  margin-left: 8px;
}
.popup-mtype01 .modal-body .sel-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #8591aa;
}
.popup-mtype01 .modal-body .sel-comment.on {
  display: flex;
}
.popup-mtype01 .modal-body .sel-comment .sel-arrow {
  width: 48px;
  height: 48px;
  background-color: #dfe5e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-mtype01 .modal-body .userG-list {
  display: none;
}
.popup-mtype01 .modal-body .userG-list.on {
  display: flex;
}

.popup-terms {
  width: 840px;
  height: 600px;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #f8f7f7;
  background-color: #fff;
}
.popup-terms .modal-body {
  padding-bottom: 10px;
  overflow-x: overlay;
  scroll-behavior: smooth;
  overflow: overlay;
}
.popup-terms .modal-body::-webkit-scrollbar {
  width: 6px;
  display: inline;
}
.popup-terms .modal-body::-webkit-scrollbar-track {
  background: transparent;
}
.popup-terms .modal-body::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 6px;
  background: #b6bdc1;
}
.popup-terms .terms-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #152c5b;
  font-size: 14px;
}
.popup-terms .terms-box .terms-title {
  font-weight: bold;
}
.popup-terms .terms-box .terms-sub-box {
  font-size: 13px;
  font-weight: normal;
}
.popup-terms .terms-box .terms-sub-box .terms-sub-title {
  font-weight: bold;
}

.popup-msg {
  padding: 10px;
  width: 300px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #152c5b;
  align-items: center;
  gap: 30px;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #f8f7f7;
  background-color: #fff;
}
.popup-msg .msg-box {
  margin-top: 30px;
}
.popup-msg.line1 {
  height: 126px;
}
.popup-msg.line2 {
  height: 148px;
}
.popup-msg.title-line1 {
  height: 146px;
  gap: 0;
  padding: 0;
}
.popup-msg.title-line1 .modal-top {
  width: 100%;
}
.popup-msg.title-line1 .msg-box {
  margin: 20px 0;
}
.popup-msg.title-line2 {
  height: 168px;
  gap: 0;
  padding: 0;
}
.popup-msg.title-line2 .modal-top {
  width: 100%;
}
.popup-msg.title-line2 .msg-box {
  margin: 20px 0;
}

.popup-reg-user {
  width: 790px;
}
.popup-reg-user .modal-body .setting-grid {
  flex: 1;
  grid-template-columns: 100px 1fr 100px 1fr;
}
.popup-reg-user .modal-body .setting-grid .setting-grid-content .check-box {
  height: 100%;
  display: flex;
  align-items: center;
}

