@charset "UTF-8";
/* asta */
@font-face {
  font-family: "Asta Sans";
  font-weight: 300;
  src: url("/resource/templete/assets/fonts/asta/AstaSans-Light.woff2") format("woff2"), url("/resource/templete/assets/fonts/asta/AstaSans-Light.woff") format("woff");
}
@font-face {
  font-family: "Asta Sans";
  font-weight: 400;
  src: url("/resource/templete/assets/fonts/asta/AstaSans-Regular.woff2") format("woff2"), url("/resource/templete/assets/fonts/asta/AstaSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Asta Sans";
  font-weight: 500;
  src: url("/resource/templete/assets/fonts/asta/AstaSans-Medium.woff2") format("woff2"), url("/resource/templete/assets/fonts/asta/AstaSans-Medium.woff") format("woff");
}
@font-face {
  font-family: "Asta Sans";
  font-weight: 600;
  src: url("/resource/templete/assets/fonts/asta/AstaSans-SemiBold.woff2") format("woff2"), url("/resource/templete/assets/fonts/asta/AstaSans-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Asta Sans";
  font-weight: 700;
  src: url("/resource/templete/assets/fonts/asta/AstaSans-Bold.woff2") format("woff2"), url("/resource/templete/assets/fonts/asta/AstaSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "Asta Sans";
  font-weight: 800;
  src: url("/resource/templete/assets/fonts/asta/AstaSans-ExtraBold.woff2") format("woff2"), url("/resource/templete/assets/fonts/asta/AstaSans-ExtraBold.woff") format("woff");
}
/* pretendard */
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: url("/resource/templete/assets/fonts/pretendard/Pretendard-Regular.woff2") format("woff2");
  src: url("/resource/templete/assets/fonts/pretendard/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  src: url("/resource/templete/assets/fonts/pretendard/Pretendard-ExtraBold.woff2") format("woff2");
  src: url("/resource/templete/assets/fonts/pretendard/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  src: url("/resource/templete/assets/fonts/pretendard/Pretendard-Black.woff2") format("woff2");
  src: url("/resource/templete/assets/fonts/pretendard/Pretendard-Black.woff") format("woff");
}
/* gmarket */
@font-face {
  font-family: "GmarketSans";
  font-weight: 400;
  src: url("/resource/templete/assets/fonts/gmarket/GmarketSansLight.otf") format("woff");
}
@font-face {
  font-family: "GmarketSans";
  font-weight: 600;
  src: url("/resource/templete/assets/fonts/gmarket/GmarketSansMedium.otf") format("woff");
}
@font-face {
  font-family: "GmarketSans";
  font-weight: 800;
  src: url("/resource/templete/assets/fonts/gmarket/GmarketSansBold.otf") format("woff");
}
button {
  vertical-align: top;
}

.moe_shadow {
  box-shadow: 4px 4px 4px #000000;
}

button.ellipsis, a.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 200px;
}

.moe_ic_btn {
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
  transition: all 0.3s ease;
}

.moe_btn {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  transition: all 0.3s ease;
  /* KSH 250924 버튼 트렌지션 추가 */
}
.moe_btn.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 120px;
}
.moe_btn.active {
  background: #2065A5 !important;
  border: 1px solid #2065A5 !important;
  color: #fff !important;
}
.moe_btn.trans {
  position: relative;
  padding-right: 3rem !important;
}
.moe_btn.trans i.trans_arr {
  position: absolute;
  top: 0.6rem;
  filter: invert(24%) sepia(91%) saturate(2096%) hue-rotate(203deg) brightness(95%) contrast(101%);
  margin: 0 4px;
  width: 2rem;
  height: 2rem;
  background-image: url("/resource/templete/assets/images/common/trans_arr_right.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.5rem;
  transition: transform 0.3s ease;
}
.moe_btn.trans.trans:hover i.trans_arr {
  transform: translateX(4px);
}

span.moe_btn, span.moe_ic_btn {
  pointer-events: none;
}

.moe_btn, .moe_ic_btn {
  display: inline-block;
  overflow: hidden;
  font-weight: 600;
  cursor: pointer;
  outline: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  box-sizing: border-box;
}
.moe_btn:hover, .moe_btn:focus, .moe_ic_btn:hover, .moe_ic_btn:focus {
  text-decoration: none;
}
.moe_btn i, .moe_ic_btn i {
  margin-right: 5px;
  font-weight: 500;
}
.moe_btn.bttn-blue, .moe_ic_btn.bttn-blue {
  background: #D5EBFB;
  color: #2065A5;
}
.moe_btn.bttn-red, .moe_ic_btn.bttn-red {
  background: #FFE4DE;
  color: #DC1547;
  /* 파일 다운로드 아이콘 */
}
.moe_btn.bttn-red i.ic_file, .moe_ic_btn.bttn-red i.ic_file {
  min-width: 2rem;
  min-height: 2rem;
  background-image: url("/resource/templete/assets/images/sub/pdf_ic.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  background-size: 1.5rem;
}
.moe_btn.bttn-write, .moe_ic_btn.bttn-write {
  background: #0062CC;
  border: 1px solid #0062CC;
  color: #fff;
}
.moe_btn.bttn-write:hover, .moe_btn.bttn-write:focus, .moe_ic_btn.bttn-write:hover, .moe_ic_btn.bttn-write:focus {
  background-color: #014c9c;
}
.moe_btn.bttn-gray, .moe_ic_btn.bttn-gray {
  background: #E4E7EA;
  border: 1px solid #E4E7EA;
  color: #282828;
}
.moe_btn.bttn-gray:hover, .moe_btn.bttn-gray:focus, .moe_ic_btn.bttn-gray:hover, .moe_ic_btn.bttn-gray:focus {
  text-decoration: none;
  background: #CCD1D6;
  border: 1px solid #CCD1D6;
}
.moe_btn.bttn-cancel, .moe_ic_btn.bttn-cancel {
  background: #fff;
  border: 1px solid #CCD1D6;
  color: #464646;
}
.moe_btn.bttn-cancel:hover, .moe_btn.bttn-cancel:focus, .moe_ic_btn.bttn-cancel:hover, .moe_ic_btn.bttn-cancel:focus {
  border: 1px solid #8b8b8b;
}
.moe_btn.bttn-save, .moe_ic_btn.bttn-save {
  background: #8b8b8b;
  color: #fff;
}
.moe_btn.bttn-save:hover, .moe_btn.bttn-save:focus, .moe_ic_btn.bttn-save:hover, .moe_ic_btn.bttn-save:focus {
  text-decoration: none;
  background: #282828;
}
.moe_btn.bttn-delete, .moe_ic_btn.bttn-delete {
  background-color: #FFF2EF;
  border: 1px solid #DC1547;
  color: #DC1547;
}
.moe_btn.bttn-delete:hover, .moe_btn.bttn-delete:focus, .moe_ic_btn.bttn-delete:hover, .moe_ic_btn.bttn-delete:focus {
  background-color: #f7e2dd;
  border: 1px solid #DC1547;
}
.moe_btn.bttn-border01, .moe_ic_btn.bttn-border01 {
  background-color: #E4F4FF;
  border: 1px solid #0062CC;
  color: #0062CC;
}
.moe_btn.bttn-border01:hover, .moe_btn.bttn-border01:focus, .moe_ic_btn.bttn-border01:hover, .moe_ic_btn.bttn-border01:focus {
  text-decoration: none;
  background-color: #d5eeff;
}
.moe_btn.bttn-border, .moe_ic_btn.bttn-border {
  background-color: #E4F4FF;
  border: 1px solid #0062CC;
  color: #0062CC;
}
.moe_btn.bttn-border:hover, .moe_btn.bttn-border:focus, .moe_ic_btn.bttn-border:hover, .moe_ic_btn.bttn-border:focus {
  background-color: #d1eafb;
}
.moe_btn.bttn-trans, .moe_ic_btn.bttn-trans {
  color: #282828;
  border: 0;
}
.moe_btn.bttn-trans:hover, .moe_btn.bttn-trans:focus, .moe_ic_btn.bttn-trans:hover, .moe_ic_btn.bttn-trans:focus {
  background-color: #E4E7EA;
}
.moe_btn.bttn-trans-w, .moe_ic_btn.bttn-trans-w {
  color: #fff;
  border: 0;
  background: transparent;
}
.moe_btn.disable, .moe_ic_btn.disable {
  opacity: 0.3 !important;
  pointer-events: none;
}
.moe_btn.disable:hover, .moe_btn.disable:focus, .moe_ic_btn.disable:hover, .moe_ic_btn.disable:focus {
  pointer-events: none;
}

.moe_btn.m_width {
  min-width: 90px;
}
.moe_btn.btn_xlarge {
  font-size: 2.6rem;
  padding: 0 6rem;
  height: 6rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 50rem;
  -webkit-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -ms-border-radius: 50rem;
  -o-border-radius: 50rem;
}
.moe_btn.btn_large {
  font-size: 2rem;
  padding: 0 3rem;
  height: 4.6rem;
  font-weight: 700;
}
.moe_btn.btn_regular {
  font-size: 1.8rem;
  padding: 0 2rem;
  height: 4rem;
  line-height: 2;
}
.moe_btn.btn_sm {
  font-size: 1.6rem;
  padding: 0 1.5rem;
  height: 3.5rem;
  line-height: 3.3rem;
}
.moe_btn.btn_xs {
  font-size: 1.5rem;
  padding: 0 1.5rem;
  height: 3.5rem;
  line-height: 2.2;
}
.moe_btn.btn_xs i {
  font-size: 1.4rem;
}
.moe_btn.btn_xxs {
  font-size: 1.4rem;
  padding: 0 10px;
  height: 24px;
  line-height: 1.6;
}

.moe_ic_btn i {
  margin: auto 0;
  opacity: 1;
  text-align: center;
  font-weight: 400;
}
.moe_ic_btn.btn_xlarge {
  width: 5.6rem;
  height: 5.6rem;
  line-height: 5.6rem;
}
.moe_ic_btn.btn_xlarge i {
  font-size: 2.2rem;
}
.moe_ic_btn.btn_large {
  width: 4.6rem;
  height: 4.6rem;
  line-height: 4.8rem;
}
.moe_ic_btn.btn_large i {
  font-size: 2.2rem;
}
.moe_ic_btn.btn_regular {
  width: 4rem;
  height: 4rem;
  line-height: 4.2rem;
}
.moe_ic_btn.btn_regular i {
  font-size: 2rem;
}
.moe_ic_btn.btn_sm {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.3rem;
}
.moe_ic_btn.btn_sm i {
  font-size: 1.8rem;
}
.moe_ic_btn.btn_xs {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.3rem;
}
.moe_ic_btn.btn_xs i {
  font-size: 1.6rem;
}
.moe_ic_btn.btn_xxs {
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.2rem;
}
.moe_ic_btn.btn_xxs i {
  font-size: 1.5rem;
}

@media (max-width: 760px) {
  .moe_btn.btn_xlarge {
    font-size: 2.4rem;
    padding: 0 3rem;
    height: 5.2rem;
    line-height: 2;
  }
  .moe_btn.btn_large {
    font-size: 1.8rem;
    padding: 0 2rem;
    height: 4.8rem;
    line-height: 2.4;
  }
  .moe_btn.btn_regular {
    font-size: 1.6rem;
    padding: 0 1rem;
    height: 3.5rem;
    line-height: 2.2;
  }
  .moe_btn.btn_regular i {
    display: none;
    font-size: 1.6rem;
  }
  .moe_btn.btn_sm {
    font-size: 1.5rem;
    padding: 0 1rem;
    height: 3.5rem;
  }
  .moe_btn.btn_xs {
    font-size: 1.5rem;
    padding: 0 1rem;
    height: 3.5rem;
    line-height: 2;
  }
  .moe_btn.btn_xxs {
    font-size: 1.2rem;
    padding: 0 1rem;
    height: 2.4rem;
    line-height: 1.6;
  }
  .moe_ic_btn i {
    vertical-align: middle;
    margin: 0;
    opacity: 1;
  }
  .moe_ic_btn.btn_xlarge {
    width: 5.2rem;
    height: 5.2rem;
  }
  .moe_ic_btn.btn_xlarge i {
    font-size: 1.8rem;
  }
  .moe_ic_btn.btn_large {
    width: 4.8rem;
    height: 4.8rem;
  }
  .moe_ic_btn.btn_large i {
    font-size: 1.8rem;
  }
  .moe_ic_btn.btn_regular {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 2;
  }
  .moe_ic_btn.btn_regular i {
    font-size: 1.6rem;
  }
  .moe_ic_btn.btn_sm {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 2;
  }
  .moe_ic_btn.btn_sm i {
    font-size: 1.5rem;
  }
  .moe_ic_btn.btn_xs {
    width: 2.8rem;
    height: 2.8rem;
    line-height: 1.6;
  }
  .moe_ic_btn.btn_xxs {
    width: 2.4rem;
    height: 2.4rem;
  }
}
input.basic_search_input, select.basic_search_select {
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #CCD1D6;
  color: #464646;
  background: #fff;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
input.basic_search_input.moe_datepick, select.basic_search_select.moe_datepick {
  cursor: pointer;
  background-size: 15px;
  padding: 5px 0.3rem 5px 0.5rem !important;
  letter-spacing: -0.5px;
}
input.basic_search_input::-moz-placeholder, select.basic_search_select::-moz-placeholder {
  color: #8b8b8b;
}
input.basic_search_input::placeholder, select.basic_search_select::placeholder {
  color: #8b8b8b;
}

select.basic_search_select {
  position: relative;
  background-image: url("/resource/templete/assets/images/layout/ic_arr_select.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.8rem) 50%;
  background-size: 10px;
  border: 1px solid #CCD1D6;
  appearance: none;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.basic_search_select::-ms-expand {
  display: none;
}

input.tablein_search_input, select.tablein_search_select {
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #CCD1D6;
  color: #464646;
  background: #fff;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
input.tablein_search_input::-moz-placeholder, select.tablein_search_select::-moz-placeholder {
  color: #8b8b8b;
}
input.tablein_search_input::placeholder, select.tablein_search_select::placeholder {
  color: #8b8b8b;
}

select.tablein_search_select {
  position: relative;
  background-image: url("/resource/templete/assets/images/layout/ic_arr_select.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.8rem) 50%;
  background-size: 10px;
  border: 1px solid #CCD1D6;
  appearance: none;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.tablein_search_select::-ms-expand {
  display: none;
}

.ui-datepicker-trigger {
  display: none;
}

input[type=date] {
  cursor: text !important;
}

input.basic_search_input.input_large, select.basic_search_select.input_large, .ad_search_group.input_large {
  font-size: 2rem;
  padding: 0 2.5rem 0 1rem;
  height: 4.6rem;
  line-height: 2.3;
  font-weight: 700;
}
input.basic_search_input.input_regular, select.basic_search_select.input_regular, .ad_search_group.input_regular {
  font-size: 1.8rem;
  padding: 5px 3rem 5px 1rem;
  height: 4rem;
  line-height: normal;
  font-weight: 500;
}
input.basic_search_input.input_sm, select.basic_search_select.input_sm, .ad_search_group.input_sm {
  font-size: 1.6rem;
  padding: 5px 2.5rem 5px 1rem;
  height: 3.5rem;
  line-height: normal;
}
input.basic_search_input.input_xs, select.basic_search_select.input_xs, .ad_search_group.input_xs {
  font-size: 1.5rem;
  padding: 4px 2rem 4px 1rem;
  height: 2.5rem;
  line-height: normal;
}

input.tablein_search_input.input_large, select.tablein_search_select.input_large {
  font-size: 2rem;
  padding: 0 3rem 0 1rem;
  height: 4.6rem;
  line-height: 2.3;
  font-weight: 700;
}
input.tablein_search_input.input_regular, select.tablein_search_select.input_regular {
  font-size: 1.8rem;
  padding: 5px 2rem 5px 1rem;
  height: 4rem;
  line-height: normal;
  font-weight: 500;
}
input.tablein_search_input.input_sm, select.tablein_search_select.input_sm {
  font-size: 1.6rem;
  padding: 5px 2rem 5px 1rem;
  height: 3.5rem;
  line-height: normal;
}
input.tablein_search_input.input_xs, select.tablein_search_select.input_xs {
  font-size: 1.5rem;
  padding: 4px 1rem;
  height: 2.5rem;
  line-height: normal;
}

@media (max-width: 760px) {
  input.basic_search_input.input_large, select.basic_search_select.input_large, .ad_search_group.input_large {
    font-size: 1.8rem;
    padding: 0 3rem 0 1rem;
    height: 4.8rem;
    line-height: 2.4;
  }
  input.basic_search_input.input_regular, select.basic_search_select.input_regular, .ad_search_group.input_regular {
    font-size: 1.6rem;
    height: 3.5rem;
    line-height: normal;
    padding: 5px 2rem 5px 1rem;
  }
  input.basic_search_input.input_sm, select.basic_search_select.input_sm, .ad_search_group.input_sm {
    font-size: 1.6rem;
    padding: 5px 2rem 5px 1rem;
    height: 3.5rem;
    line-height: normal;
  }
  input.basic_search_input.input_xs, select.basic_search_select.input_xs, .ad_search_group.input_xs {
    font-size: 1.6rem;
    padding: 4px 1.5rem 4px 1rem;
    height: 3.5rem;
    line-height: normal;
  }
  input.basic_search_input.moe_datepick, select.basic_search_select.moe_datepick, .ad_search_group.moe_datepick {
    background-size: 15px;
  }
  input.tablein_search_input.input_large, select.tablein_search_select.input_large {
    font-size: 1.8rem;
    padding: 0 3rem 0 1rem;
    height: 4.8rem;
    line-height: 2.4;
  }
  input.tablein_search_input.input_regular, select.tablein_search_select.input_regular {
    font-size: 1.6rem;
    height: 3.5rem;
    line-height: normal;
    padding: 5px 3rem 5px 1rem;
  }
  input.tablein_search_input.input_sm, select.tablein_search_select.input_sm {
    font-size: 1.6rem;
    padding: 5px 2rem 5px 1rem;
    height: 3.5rem;
    line-height: normal;
  }
  input.tablein_search_input.input_xs, select.tablein_search_select.input_xs {
    font-size: 1.6rem;
    padding: 4px 2rem 4px 1rem;
    height: 3.5rem;
    line-height: normal;
  }
  input.tablein_search_input.moe_datepick, select.tablein_search_select.moe_datepick {
    background-size: 15px;
  }
}
.basic_search_group {
  width: 100%;
  position: relative;
  margin: auto;
}
.basic_search_group .sort_right {
  text-align: right;
  float: right;
}
.basic_search_group .sort_center {
  display: flex;
  justify-content: center;
  width: 60%;
  margin: auto;
  align-items: center;
}
.basic_search_group ul, .basic_search_group li {
  list-style: none;
}
.basic_search_group li {
  display: flex;
  align-items: center;
  gap: 0.5px;
}
.basic_search_group li label {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
}
.basic_search_group.aC {
  text-align: center;
}

@media (max-width: 1040px) {
  .basic_search_group input[type=text]::-moz-placeholder {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .basic_search_group input[type=text]::placeholder {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .basic_search_group ul li {
    position: relative;
    float: left;
    padding-right: 10px;
  }
  .basic_search_group ul li:last-child {
    padding: 0;
  }
}
@media (max-width: 760px) {
  .basic_search_group {
    width: 100%;
  }
  .basic_search_group .sort_right {
    display: block;
    width: 100%;
  }
  .basic_search_group .sort_center {
    display: block;
    width: 100%;
  }
  .basic_search_group input[type=text] {
    width: 100%;
  }
  .basic_search_group ul li {
    width: 100%;
    margin-bottom: 5px;
  }
  .basic_search_group ul input, .basic_search_group ul button {
    width: 100%;
  }
  .basic_search_group .ic_wave {
    display: block;
  }
}
.ad_search_group {
  width: 100%;
  position: relative;
  margin: auto;
  /* KSH 메뉴 관리일 경우 추가 */
}
.ad_search_group .sort_center {
  display: flex;
  justify-content: center;
}
.ad_search_group .sort_flex_col {
  flex-direction: column;
  gap: 10px;
  display: flex;
}
.ad_search_group .sort_flex_col p {
  width: 110px;
  text-align: left;
  flex-shrink: 1;
}
.ad_search_group .sort_flex_col li {
  justify-content: left;
  margin-left: 0;
  border-bottom: 1px solid #F2F4F5;
  padding-bottom: 10px;
  flex-shrink: 1;
}
.ad_search_group .sort_flex_col li .input_group_box {
  flex-shrink: 1;
  width: calc(100% - 100px);
}
.ad_search_group ul, .ad_search_group li {
  list-style: none;
}
.ad_search_group li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
  flex: 1;
  font-size: 16px;
  justify-content: center;
}
.ad_search_group li:last-child {
  margin-left: 0;
}
.ad_search_group li:first-child {
  margin-left: 0;
}
.ad_search_group li label {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
}
.ad_search_group li label.select_title {
  position: relative;
  padding: 0 10px;
}
.ad_search_group li label.select_title:after {
  content: "";
  position: absolute;
  background: #8b8b8b;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
}
.ad_search_group ul {
  width: 100%;
}

@media (max-width: 760px) {
  .ad_search_group {
    width: 100%;
  }
  .ad_search_group .sort_center {
    display: block;
    width: 100%;
  }
  .ad_search_group input[type=text] {
    width: 100%;
  }
  .ad_search_group ul li {
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    margin-left: 0;
  }
  .ad_search_group ul li label {
    min-width: 50px;
    text-align: left;
  }
  .ad_search_group ul input[type=text], .ad_search_group ul input[type=button], .ad_search_group ul button {
    width: 100%;
  }
}
.moe_label {
  display: inline-block;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  overflow: hidden;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.moe_label.m_width {
  min-width: 9rem;
}
.moe_label.label_regular {
  font-size: 1.6rem !important;
  padding: 0 20px;
  height: 4rem;
  line-height: 3.8rem;
}
.moe_label.label_sm {
  font-size: 1.6rem !important;
  padding: 0 1.5rem;
  height: 3.5rem;
  line-height: 3.2rem;
}
.moe_label.label_xs {
  font-size: 1.3rem !important;
  padding: 0 1rem;
  height: 2.5rem;
  line-height: 2.3rem;
}
.moe_label.label_gr {
  background-color: #d0f7e6;
  border: 1px solid #35cd87;
  color: #00512c;
}
.moe_label.label_midd {
  background-color: #ffdfe8;
  border: 1px solid #e07492;
  color: #a40732;
}
.moe_label.label_high {
  background-color: #e4d9f4;
  border: 1px solid #9c80c4;
  color: #2d0b5e;
}
.moe_label.label_sort {
  background-color: #fff;
  border: 1px solid #8b8b8b;
  color: #464646;
}
.moe_label.label_border {
  background: #fff;
  color: #464646;
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
  border: 1px solid #CCD1D6;
}
.moe_label.label_comm {
  background-color: #fff;
  border: 1px solid #6B7591;
  color: #5A5E6A;
}
.moe_label.label_faq {
  background-color: #D5EBFB;
  border: 1px solid #a6d0f0;
  color: #464646;
}

@media (max-width: 760px) {
  .moe_label.label_regular {
    padding: 0 1rem;
    height: 3.5rem;
    line-height: 2;
  }
  .moe_label.label_sm {
    font-size: 1.5rem;
    padding: 0 10px;
    height: 3rem;
    line-height: 1.5;
  }
  .moe_label.label_xs {
    font-size: 1.3rem !important;
    padding: 0 1rem;
    height: 2.5rem;
    line-height: 2.3rem;
  }
}
/* 센터형 버튼 영역 */
.moe_btn_center_wrap {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.moe_btn_center_wrap .moe_btn_left_in {
  gap: 0.5px;
  display: flex;
  justify-content: center;
}
.moe_btn_center_wrap .moe_btn_right_in {
  gap: 0.5px;
  display: flex;
  justify-content: center;
}
.moe_btn_center_wrap .moe_btn_center_in {
  gap: 0.5px;
  display: flex;
  align-items: center;
}

@media (max-width: 760px) {
  .moe_btn_center_wrap {
    display: grid;
    justify-content: center;
  }
  .moe_btn_center_wrap .moe_btn_left_in {
    align-items: center;
    display: flex;
  }
  .moe_btn_center_wrap .moe_btn_right_in {
    align-items: center;
    display: flex;
  }
}
.moe_file_in {
  width: 100%;
  text-align: left;
}
.moe_file_in label, .moe_file_in button {
  flex-shrink: 0;
}
.moe_file_in .moe_file_wrap {
  display: flex;
  gap: 0.5px;
  justify-content: left;
}
.moe_file_in .moe_file_wrap input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: none;
}

@media (max-width: 760px) {
  .moe_file_in {
    float: none;
    width: 100%;
  }
}
.moe_tap_top {
  position: relative;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  border-bottom: 2px solid #464646;
}
.moe_tap_top li {
  position: relative;
  display: flex;
  text-align: center;
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #e8e8e8;
  padding: 0 18px;
  margin: 0;
  height: 45px;
  min-width: 100px;
  margin-left: -1px;
}
.moe_tap_top li:first-child {
  border-radius: 0.5rem 0 0 0;
  -webkit-border-radius: 0.5rem 0 0 0;
  -moz-border-radius: 0.5rem 0 0 0;
  -ms-border-radius: 0.5rem 0 0 0;
  -o-border-radius: 0.5rem 0 0 0;
}
.moe_tap_top li:first-child a span {
  height: 100%;
  color: #464646;
}
.moe_tap_top li:first-child a:active {
  text-decoration: none;
}
.moe_tap_top li:last-child {
  border-radius: 0 0.5rem 0 0;
  -webkit-border-radius: 0 0.5rem 0 0;
  -moz-border-radius: 0 0.5rem 0 0;
  -ms-border-radius: 0 0.5rem 0 0;
  -o-border-radius: 0 0.5rem 0 0;
}
.moe_tap_top li a {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #464646;
  letter-spacing: -0.04em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  word-break: break-all;
  line-height: 1.2;
}
.moe_tap_top li a:active {
  text-decoration: none;
}
.moe_tap_top li a[target=_blank]:after {
  display: block;
  right: 25px;
  width: 17px;
  height: 17px;
}
.moe_tap_top li a:after {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 13px;
  height: 8px;
}
.moe_tap_top li.on {
  position: relative;
  z-index: 10;
  color: #fff !important;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  margin-bottom: -1px;
  background: #464646;
  border: 0;
}
.moe_tap_top li.on:before {
  display: none;
}
.moe_tap_top li.on a {
  display: block;
  color: #fff !important;
  font-size: 1.6rem;
  font-weight: 700;
  word-wrap: break-word;
}
.moe_tap_top li.on a span {
  position: relative;
  color: #fff;
  word-wrap: break-word;
}
.moe_tap_top li.on a:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 13px;
  height: 8px;
}
.moe_tap_top li.on a:hover, .moe_tap_top li.on a:link, .moe_tap_top li.on a:active, .moe_tap_top li.on a:visited {
  text-decoration: none;
}

@media (max-width: 1040px) {
  .moe_tap_top {
    position: relative;
  }
  .moe_tap_top li {
    float: left;
  }
}
@media (max-width: 760px) {
  .moe_tap_top {
    border-bottom: none;
  }
  .moe_tap_top li {
    margin-left: 0;
  }
  .moe_tap_top li.on a span {
    font-size: 1.5rem;
  }
  .moe_tap_top.tab2 li {
    width: 50%;
  }
  .moe_tap_top.tab3 li {
    width: 50%;
  }
  .moe_tap_top.tab6, .moe_tap_top.tab5, .moe_tap_top.tab4 {
    flex-wrap: wrap;
  }
  .moe_tap_top.tab6 li, .moe_tap_top.tab5 li, .moe_tap_top.tab4 li {
    width: 50%;
    border: 1px solid #CCD1D6;
    margin: 0 -1px -1px 0;
  }
  .moe_tap_top.tab6 li.on, .moe_tap_top.tab5 li.on, .moe_tap_top.tab4 li.on {
    border: 2px solid #8b8b8b;
  }
  .moe_tap_top.tab6 li + li:before, .moe_tap_top.tab5 li + li:before, .moe_tap_top.tab4 li + li:before {
    display: none;
  }
}
@media (max-width: 500px) {
  .moe_tap_top li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .moe_tap_top li + li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 0.5px;
    height: 17px;
  }
  .moe_tap_top li a {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
    padding: 1px;
  }
  .moe_tap_top li a span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .tabs_list > .tabs_cont {
    font-size: 1.5rem;
  }
}
.form-check {
  width: 100%;
  padding: 1.5rem 0;
}
.form-check label {
  color: #5A5E6A;
}

.option-input {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  background-color: #fff;
  color: #fff;
  z-index: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #CCD1D6;
  outline: none !important;
  box-shadow: none !important;
}
.option-input:hover {
  background-color: #D6DBE0;
}
.option-input:checked {
  background-color: #0062CC;
}
.option-input:checked::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 19px;
  height: 18px;
  line-height: 20px;
  font-size: 1.4rem;
  text-align: center;
  background-image: url("/resource/templete/assets/images/common/ico-check.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.option-input:checked::after {
  content: "";
  display: block;
  position: relative;
  background-color: #2065A5;
}
.option-input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.option-input:focus-visible {
  outline: 1px dotted #8b8b8b;
}
.option-input.radio {
  position: relative;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.option-input.radio:disabled, .option-input.radio:disabled:hover {
  background-color: #E4E7EA;
  opacity: 0.6;
  pointer-events: none;
}

@media (max-width: 760px) {
  .option-input:checked::before {
    width: 1.5rem;
    height: 1.5rem;
    top: 3px;
    left: 3px;
  }
}
.radio-input {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  font-size: 1.4rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  background-color: #fff;
  border: 2px solid #E4E7EA;
  color: #fff;
  outline: none;
  z-index: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.15s ease-out 0s;
  -ms-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
}
.radio-input:checked {
  background-color: #F2F4F5;
}
.radio-input:checked::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #5A5E6A;
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
  top: 4px;
  left: 4px;
}
.radio-input:disabled, .radio-input:disabled:hover {
  background-color: #F2F4F5;
  opacity: 0.6;
  pointer-events: none;
}

textarea.moe_textarea {
  width: 100%;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  padding: 10px;
  border: 1px solid #CCD1D6;
  height: 200px;
  resize: none;
  font-size: 1.6rem;
}

.srhArea {
  background: #f1f3f4;
  border: 1px solid #e6e6e6;
  width: 100%;
  margin: 20px 0;
  border-radius: 10px;
  padding: 0 15px 15px 15px;
  position: relative;
}/*# sourceMappingURL=button.css.map */