@charset "UTF-8";
:focus {
	outline: 2px solid #FF9800;
	box-shadow: 0 0 5px rgba(255,152,0,0.7);	
}
iframe:focus {
	outline: 2px solid #FF9800;
	box-shadow: 0 0 5px rgba(255,152,0,0.7);	
}

/*공통으로 쓰일 스타일*/
.cl {
  clear: both;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

.hauto {
  height: auto !important;
}

.wauto {
  width: auto !important;
}

.as_start {
  align-self: start;
}

.as_center {
  align-self: center;
}

.ai_center {
  align-items: center;
}

.ai_end {
  align-items: flex-end;
}

.valign_top {
  vertical-align: top;
}

.flex1 {
  flex: 1;
}

.flex_auto {
  flex: auto;
}

.fw_bold {
  font-weight: 700 !important;
}

.fw_medium {
  font-weight: 500 !important;
}

.fw_normal {
  font-weight: 400 !important;
}

.one_full {
  width: 100% !important;
}

.op00 {
  opacity: 0 !important;
}

.op02 {
  opacity: 0.2 !important;
}

.op04 {
  opacity: 0.4 !important;
}

.op05 {
  opacity: 0.5 !important;
}

.op06 {
  opacity: 0.6 !important;
}

.op08 {
  opacity: 0.8 !important;
}

.posrel {
  position: relative !important;
}

.posab {
  position: absolute !important;
}

.lh_100p {
  line-height: 100% !important;
}

.lh_normal {
  line-height: 1.2 !important;
}

.lh_32 {
  line-height: 32px !important;
}

.lh_28 {
  line-height: 28px !important;
}

.lh_26 {
  line-height: 26px !important;
}

.lh_24 {
  line-height: 24px !important;
}

.lh_21 {
  line-height: 21px !important;
}

.lh_20 {
  line-height: 20px !important;
}

.lh_18 {
  line-height: 18px !important;
}

.lh_1 {
  line-height: 16px !important;
}

.m_l_a {
  margin-left: auto !important;
}

.m_r_a {
  margin-right: auto !important;
}

.m_a {
  margin: auto !important;
}

.relative {
  position: relative;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.text_nowrap {
  white-space: nowrap !important;
}

.btn_toggle.on .icon_arrow {
  transform: rotate(180deg);
}

.x_large {
  height: 64px;
  padding: 0 20px;
  font-weight: 700;
  font-size: 1.125rem;
}

.large {
  height: 56px;
  font-weight: 700;
  font-size: 1.125rem;
}

.medium {
  height: 48px;
  font-weight: 500;
}

.small {
  height: 44px;
}

.x_small {
  height: 36px;
  padding: 0 12px;
  font-size: 0.875rem;
}

/* focus / outline-offset 필요한경우 별도지정 */
:focus-visible {
  outline: 3px solid #F13138;
}

:focus:not(:focus-visible) {
  outline: 0;
}

a:focus-visible {
  outline: 3px solid #F13138;
  border-radius: 4px;
}
a:focus:not(:focus-visible) {
  outline: 0;
}

button:focus-visible {
  outline: 3px solid #F13138;
}

.visual_checkerboard g:focus-visible {
  outline: 3px solid red !important;
  outline-offset: -13px;
  border-radius: 20px;
}

/* roll */
[role=button] {
  cursor: pointer;
}

/* placeholder */
input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
input::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

input:-moz-input-placeholder,
textarea:-moz-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

input:disabled::-moz-placeholder, textarea:disabled::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

input:disabled::placeholder,
textarea:disabled::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

input:disabled::-webkit-input-placeholder,
textarea:disabled::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

input:disabled:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

input:disabled:-moz-input-placeholder,
textarea:disabled:-moz-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

input[type=password] {
  letter-spacing: 1px;
}

/*scroll*/
div .touch_panel::-webkit-scrollbar-thumb {
  background-color: transparent;
}
div .touch_panel::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

.scroll, .textarea {
  overflow: auto;
}
.scroll.sc_y, .textarea.sc_y {
  overflow: hidden;
  overflow-y: auto;
  padding: 0 8px 0 0;
}

.scroll::-webkit-scrollbar,
.scroll_box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.textarea::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.scroll::-webkit-scrollbar-thumb,
.textarea::-webkit-scrollbar-thumb,
.scroll_box::-webkit-scrollbar-thumb {
  background-color: #9D9FA3;
  border-radius: 4px;
}

.scroll::-webkit-scrollbar-track,
.textarea::-webkit-scrollbar-track,
.scroll_box::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll::-webkit-scrollbar-corner,
.textarea::-webkit-scrollbar-corner,
.scroll_box::-webkit-scrollbar-corner {
  background-color: transparent;
}

.overflow_y {
  overflow-y: auto;
}
.overflow_y::-webkit-scrollbar {
  width: 4px;
}
.overflow_y::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.overflow_y::-webkit-scrollbar-track {
  background-color: transparent;
}
.overflow_y::-webkit-scrollbar-corner {
  background-color: transparent;
}

/*select*/
select::-ms-expand {
  display: none;
}

.select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fc_primary {
  color: #2D4BE0 !important;
}

.fc_primary_hover {
  color: #243CB3 !important;
}

.fc_secondary {
  color: #7009E5 !important;
}

.fc_black100 {
  color: rgb(0, 0, 0) !important;
}

.fc_black87 {
  color: rgba(0, 0, 0, 0.87) !important;
}

.fc_black80 {
  color: rgba(0, 0, 0, 0.8) !important;
}

.fc_black60 {
  color: rgba(0, 0, 0, 0.6) !important;
}

.fc_black40 {
  color: rgba(0, 0, 0, 0.4) !important;
}

.fc_black30 {
  color: rgba(0, 0, 0, 0.3) !important;
}

.fc_black20 {
  color: rgba(0, 0, 0, 0.2) !important;
}

.fc_gray87 {
  color: rgba(255, 255, 255, 0.87) !important;
}

.fc_gray60 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.fc_gray50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.fc_gray40 {
  color: rgba(255, 255, 255, 0.4) !important;
}

.fc_gray38 {
  color: rgba(255, 255, 255, 0.38) !important;
}

.fc_gray30 {
  color: rgba(255, 255, 255, 0.3) !important;
}

.fc_gray20 {
  color: rgba(255, 255, 255, 0.2) !important;
}

.fc_gray10 {
  color: rgba(255, 255, 255, 0.1) !important;
}

.fc_gray06 {
  color: rgba(255, 255, 255, 0.06) !important;
}

.fc_white {
  color: #ffffff !important;
}

.fs_32_bold {
  font-size: 2rem;
  font-weight: 700;
}

.fs_28_bold {
  font-size: 1.75rem;
  font-weight: 700;
}

.fs_24_bold {
  font-size: 1.5rem;
  font-weight: 700;
}

.fs_20_bold {
  font-size: 1.25rem;
  font-weight: 700;
}

.fs_20_medium {
  font-size: 1.25rem;
  font-weight: 500;
}

.fs_20 {
  font-size: 1.25rem;
  font-weight: 400;
}

.fs_18_bold {
  font-size: 1.125rem;
  font-weight: 700;
}

.fs_18_medium {
  font-size: 1.125rem;
  font-weight: 500;
}

.fs_18_semibold {
  font-size: 1.125rem;
  font-weight: 600;
}

.fs_18 {
  font-size: 1.125rem;
  font-weight: 400;
}

.fs_16_bold {
  font-size: 1rem;
  font-weight: 700;
}

.fs_16_medium {
  font-size: 1rem;
  font-weight: 500;
}

.fs_16 {
  font-size: 1rem;
  font-weight: 400;
}

.fs_14_bold {
  font-size: 0.875rem;
  font-weight: 700;
}

.fs_14_medium {
  font-size: 0.875rem;
  font-weight: 500;
}

.fs_14 {
  font-size: 0.875rem;
  font-weight: 400;
}

.fs_14_light {
  font-size: 0.875rem;
  font-weight: 300;
}

.fs_13_medium {
  font-size: 0.8125rem;
  font-weight: 500;
}

.fs_13 {
  font-size: 0.8125rem;
  font-weight: 400;
}

.fs_12_bold {
  font-size: 0.75rem;
  font-weight: 700;
}

.fs_12_medium {
  font-size: 0.75rem;
  font-weight: 500;
}

.fs_12 {
  font-size: 0.75rem;
  font-weight: 400;
}

.fs_11_medium {
  font-size: 0.6875rem;
  font-weight: 500;
}

.fs_11 {
  font-size: 0.6875rem;
  font-weight: 400;
}

.fs_10 {
  font-size: 0.625rem;
  font-weight: 400;
}

/* flex */
.dflx {
  display: flex;
}

.dflx_column {
  display: flex;
  flex-direction: column !important;
}

.dflx_as {
  display: flex;
  align-items: flex-start;
}

.dflx_ac {
  display: flex;
  align-items: center;
}

.dflx_ae {
  display: flex;
  align-items: flex-end;
}

.dflx_jbet {
  display: flex;
  justify-content: space-between;
}

.dflx_jard {
  display: flex;
  justify-content: space-around;
}

.dflx_jstart {
  display: flex;
  justify-content: flex-start;
}

.dflx_dcol_jbet {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dflx_jstart {
  display: flex;
  justify-content: flex-start;
}

.dflx_jcent {
  display: flex;
  justify-content: center;
}

.dflx_jend {
  display: flex;
  justify-content: flex-end;
}

.dflx_ac_jcent {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dflx_as_jbet {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.dflx_ac_jbet {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dflx_ae_jbet {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.dflx_ac_jend {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dflx_column {
  display: flex;
  flex-direction: column;
}

.flex_column {
  flex-direction: column !important;
}

/* grid */
.dgrid {
  display: grid;
}

.grid_column1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.grid_column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.grid_column3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid_column4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.grid_column5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.grid_column6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.gird_column8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

.gird_column10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}

.gird_column11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
}

.gird_column13 {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
}

.gird_column14 {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
}

.layout_ac {
  align-items: center;
}

.layout_as {
  align-items: flex-start;
}

.align_end {
  align-self: flex-end;
}

.display_none {
  display: none !important;
}

.display_block {
  display: block !important;
}

.display_grid {
  display: grid !important;
}

.display_flex {
  display: flex !important;
}

/*column*/
.column_1 {
  width: 100% !important;
}

.column_2 {
  width: 50% !important;
}

.column_3 {
  width: 33.3333333333%;
}

.column_4 {
  width: 25%;
}

.column_5 {
  width: 20%;
}

.column_6 {
  width: 16.6666666667%;
}

.column_7 {
  width: 14.2857142857%;
}

.column_8 {
  width: 12.5%;
}

.column_9 {
  width: 11.1111111111%;
}

.column_10 {
  width: 10%;
}

.column_11 {
  width: 9.0909090909%;
}

.column_12 {
  width: 8.3333333333%;
}

/*gap*/
.col_gap0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.col_gap2 {
  -moz-column-gap: 2px;
       column-gap: 2px;
}

.col_gap4 {
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.col_gap6 {
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.col_gap8 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.col_gap10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.col_gap12 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.col_gap16 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.col_gap20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.col_gap24 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.col_gap28 {
  -moz-column-gap: 28px;
       column-gap: 28px;
}

.col_gap30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.col_gap32 {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.col_gap40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.col_gap48 {
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.col_gap50 {
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.col_gap64 {
  -moz-column-gap: 64px;
       column-gap: 64px;
}

.row_gap2 {
  row-gap: 2px;
}

.row_gap4 {
  row-gap: 4px;
}

.row_gap6 {
  row-gap: 6px;
}

.row_gap8 {
  row-gap: 8px;
}

.row_gap10 {
  row-gap: 10px;
}

.row_gap12 {
  row-gap: 12px;
}

.row_gap16 {
  row-gap: 16px;
}

.row_gap20 {
  row-gap: 20px;
}

.row_gap24 {
  row-gap: 24px;
}

.row_gap28 {
  row-gap: 28px;
}

.row_gap30 {
  row-gap: 30px;
}

.col_gap32 {
  row-gap: 32px;
}

.row_gap32 {
  row-gap: 32px;
}

.row_gap40 {
  row-gap: 40px;
}

.row_gap48 {
  row-gap: 48px;
}

.row_gap50 {
  row-gap: 50px;
}

.row_gap64 {
  row-gap: 64px;
}

/* button */
.row_box {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

.btn_primary {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  width: auto;
  padding: 0.125rem 0.5rem 0;
  font-size: 1rem;
  color: #ffffff;
  background: #2D4BE0;
}
.btn_primary.xlarge {
  height: 52px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_primary.large {
  height: 44px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_primary.small {
  height: 36px;
  padding: 0 1rem;
  font-weight: 500;
}
.btn_primary:hover:not(.disabled):not(.selected):not(.focus):not(:active), .btn_primary.hover {
  background: #243CB3;
}
.btn_primary.selected, .btn_primary:active {
  border: 1px solid #2D4BE0;
  background: #ffffff;
  color: #243CB3;
}
.btn_primary.focus, .btn_primary:focus-visible {
  outline: 3px solid #F13138;
}
.btn_primary.disabled {
  background: #E1E4EB !important;
  border: 1px solid #E1E4EB !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
  cursor: default;
}
.btn_primary.disabled:hover, .btn_primary.disabled:active, .btn_primary.disabled:visited, .btn_primary.disabled:focus, .btn_primary.disabled:focus-visible {
  background: #E1E4EB;
  border: 1px solid #E1E4EB;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
}
.btn_primary.component {
  margin: auto;
}

.btn_secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  width: auto;
  padding: 0.125rem 0.5rem 0;
  font-size: 1rem;
  color: #ffffff;
  background: #3F4F7A;
}
.btn_secondary.xlarge {
  height: 52px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_secondary.large {
  height: 44px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_secondary.small {
  height: 36px;
  padding: 0 1rem;
  font-weight: 500;
}
.btn_secondary:hover:not(.disabled):not(.selected):not(.focus):not(:active), .btn_secondary.hover {
  background: #354266;
}
.btn_secondary.selected, .btn_secondary:active {
  background: #2D4BE0;
}
.btn_secondary.focus, .btn_secondary:focus-visible {
  background: #3F4F7A;
  outline: 3px solid #F13138;
}
.btn_secondary.disabled {
  background: #E1E4EB !important;
  border: 1px solid #E1E4EB !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
  cursor: default;
}
.btn_secondary.disabled:hover, .btn_secondary.disabled:active, .btn_secondary.disabled:visited, .btn_secondary.disabled:focus, .btn_secondary.disabled:focus-visible {
  background: #E1E4EB;
  border: 1px solid #E1E4EB;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
}

.btn_teritary {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  width: auto;
  padding: 0.125rem 0.5rem 0;
  font-size: 1rem;
  color: #ffffff;
  background: #3F4F7A;
  font-weight: 500 !important;
  color: #ffffff;
}
.btn_teritary.xlarge {
  height: 52px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_teritary.large {
  height: 44px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_teritary.small {
  height: 36px;
  padding: 0 1rem;
  font-weight: 500;
}
.btn_teritary:hover:not(.disabled):not(.selected):not(.focus), .btn_teritary.hover {
  background: #354266;
}
.btn_teritary.selected, .btn_teritary:active {
  background: #354266;
  color: #ffffff;
}
.btn_teritary.focus, .btn_teritary:focus-visible {
  background: #3F4F7A;
  outline: 3px solid #F13138;
  color: #ffffff;
}
.btn_teritary.disabled {
  background: #E1E4EB !important;
  border: 1px solid #E1E4EB !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
  cursor: default;
}
.btn_teritary.disabled:hover, .btn_teritary.disabled:active, .btn_teritary.disabled:visited, .btn_teritary.disabled:focus, .btn_teritary.disabled:focus-visible {
  background: #E1E4EB;
  border: 1px solid #E1E4EB;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
}

.btn_roundary_col {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  width: auto;
  padding: 0.125rem 0.5rem 0;
  font-size: 1rem;
  color: #ffffff;
  border-radius: 2rem;
  border: 1px solid #2D4BE0;
  background: #ffffff;
  font-weight: 500 !important;
  color: #2D4BE0;
}
.btn_roundary_col.xlarge {
  height: 52px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_roundary_col.large {
  height: 44px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_roundary_col.small {
  height: 36px;
  padding: 0 1rem;
  font-weight: 500;
}
.btn_roundary_col:hover:not(.disabled):not(.selected):not(.focus), .btn_roundary_col.hover {
  border: 1px solid #243CB3;
  color: #243CB3;
}
.btn_roundary_col.selected, .btn_roundary_col:active:not(.delete):not(.disabled) {
  border: 1px solid #243CB3;
  background: #354266;
  box-shadow: none !important;
  color: #243CB3 !important;
}
.btn_roundary_col.selected *, .btn_roundary_col:active:not(.delete):not(.disabled) * {
  color: #243CB3;
}
.btn_roundary_col.focus, .btn_roundary_col:focus-visible {
  border: 3px solid #F13138;
  box-shadow: 0 0 0 2px inset #F13138;
  color: #243CB3;
}
.btn_roundary_col.disabled {
  background: #E1E4EB !important;
  border: 1px solid #E1E4EB !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
  cursor: default;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.btn_roundary_col.disabled:hover, .btn_roundary_col.disabled:active, .btn_roundary_col.disabled:visited, .btn_roundary_col.disabled:focus, .btn_roundary_col.disabled:focus-visible {
  background: #E1E4EB;
  border: 1px solid #E1E4EB;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
}

.btn_roundary {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  width: auto;
  padding: 0.125rem 0.5rem 0;
  font-size: 1rem;
  color: #ffffff;
  border-radius: 2rem;
  border: 1px solid #D7DAE0;
  font-weight: 500 !important;
  color: rgb(0, 0, 0);
}
.btn_roundary.xlarge {
  height: 52px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_roundary.large {
  height: 44px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_roundary.small {
  height: 36px;
  padding: 0 1rem;
  font-weight: 500;
}
.btn_roundary:hover:not(.disabled):not(.selected):not(.focus), .btn_roundary.hover {
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgb(0, 0, 0);
}
.btn_roundary.selected, .btn_roundary:active:not(.delete):not(.disabled) {
  border: 1px solid #243CB3;
  background: #354266;
  box-shadow: none !important;
  color: #243CB3 !important;
}
.btn_roundary.selected *, .btn_roundary:active:not(.delete):not(.disabled) * {
  color: #243CB3;
}
.btn_roundary.selected .btn_arrow {
  transform: rotate(180deg);
}
.btn_roundary.focus, .btn_roundary:focus-visible {
  border: 3px solid #F13138;
  box-shadow: 0 0 0 2px inset #F13138;
  color: #243CB3;
}
.btn_roundary.disabled {
  background: #E1E4EB !important;
  border: 1px solid #E1E4EB !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
  cursor: default;
  background: #ffffff;
}
.btn_roundary.disabled:hover, .btn_roundary.disabled:active, .btn_roundary.disabled:visited, .btn_roundary.disabled:focus, .btn_roundary.disabled:focus-visible {
  background: #E1E4EB;
  border: 1px solid #E1E4EB;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
}

.btn_iconbox {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  width: auto;
  padding: 0.125rem 0.5rem 0;
  font-size: 1rem;
  color: #ffffff;
  border-radius: 2rem;
  border: 1px solid #2D4BE0;
  background: #ffffff;
  font-weight: 500 !important;
  color: #2D4BE0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.btn_iconbox.xlarge {
  height: 52px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_iconbox.large {
  height: 44px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_iconbox.small {
  height: 36px;
  padding: 0 1rem;
  font-weight: 500;
}
.btn_iconbox:hover:not(.disabled):not(.selected):not(.focus), .btn_iconbox.hover {
  border: 1px solid #243CB3;
  color: #243CB3;
}
.btn_iconbox.selected, .btn_iconbox:active:not(.delete):not(.disabled) {
  border: 1px solid #243CB3;
  background: #354266;
  box-shadow: none !important;
  color: #243CB3 !important;
}
.btn_iconbox.selected *, .btn_iconbox:active:not(.delete):not(.disabled) * {
  color: #243CB3;
}
.btn_iconbox.focus, .btn_iconbox:focus-visible {
  border: 3px solid #F13138;
  box-shadow: 0 0 0 2px inset #F13138;
  color: #243CB3;
}
.btn_iconbox.disabled {
  background: #E1E4EB !important;
  border: 1px solid #E1E4EB !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
  cursor: default;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.btn_iconbox.disabled:hover, .btn_iconbox.disabled:active, .btn_iconbox.disabled:visited, .btn_iconbox.disabled:focus, .btn_iconbox.disabled:focus-visible {
  background: #E1E4EB;
  border: 1px solid #E1E4EB;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
}
.btn_iconbox.disabled, .btn_iconbox.disabled span {
  color: rgba(0, 0, 0, 0.2) !important;
}
.btn_iconbox.disabled img {
  opacity: 0.2;
}
.btn_iconbox.selected img {
  filter: invert(24%) sepia(21%) saturate(5920%) hue-rotate(216deg) brightness(95%) contrast(90%);
}

.btn_onlyiconline {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  width: auto;
  padding: 0.125rem 0.5rem 0;
  font-size: 1rem;
  color: #ffffff;
  border-radius: 2rem;
  border: 1px solid #D7DAE0;
  font-weight: 500 !important;
  color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 9px;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.btn_onlyiconline.xlarge {
  height: 52px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_onlyiconline.large {
  height: 44px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_onlyiconline.small {
  height: 36px;
  padding: 0 1rem;
  font-weight: 500;
}
.btn_onlyiconline:hover:not(.disabled):not(.selected):not(.focus), .btn_onlyiconline.hover {
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgb(0, 0, 0);
}
.btn_onlyiconline.selected, .btn_onlyiconline:active:not(.delete):not(.disabled) {
  border: 1px solid #243CB3;
  background: #354266;
  box-shadow: none !important;
  color: #243CB3 !important;
}
.btn_onlyiconline.selected *, .btn_onlyiconline:active:not(.delete):not(.disabled) * {
  color: #243CB3;
}
.btn_onlyiconline.selected .btn_arrow {
  transform: rotate(180deg);
}
.btn_onlyiconline.focus, .btn_onlyiconline:focus-visible {
  border: 3px solid #F13138;
  box-shadow: 0 0 0 2px inset #F13138;
  color: #243CB3;
}
.btn_onlyiconline.disabled {
  background: #E1E4EB !important;
  border: 1px solid #E1E4EB !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
  cursor: default;
  background: #ffffff;
}
.btn_onlyiconline.disabled:hover, .btn_onlyiconline.disabled:active, .btn_onlyiconline.disabled:visited, .btn_onlyiconline.disabled:focus, .btn_onlyiconline.disabled:focus-visible {
  background: #E1E4EB;
  border: 1px solid #E1E4EB;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
}
.btn_onlyiconline:hover:not(.disabled):not(.selected):not(.focus), .btn_onlyiconline.hover {
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgb(0, 0, 0);
}
.btn_onlyiconline.selected, .btn_onlyiconline:active:not(.delete) {
  border: 1px solid #243CB3;
  background: #354266;
  box-shadow: none !important;
  color: #243CB3 !important;
}
.btn_onlyiconline.selected *, .btn_onlyiconline:active:not(.delete) * {
  color: #243CB3;
}
.btn_onlyiconline.selected img, .btn_onlyiconline:active:not(.delete) img {
  filter: invert(24%) sepia(21%) saturate(5920%) hue-rotate(216deg) brightness(95%) contrast(90%);
}
.btn_onlyiconline.focus, .btn_onlyiconline:focus-visible {
  border: 1px solid #F13138;
  box-shadow: 0 0 0 2px inset #F13138;
}
.btn_onlyiconline.disabled {
  background: #E1E4EB !important;
  border: 1px solid #E1E4EB !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
  cursor: default;
  background: #ffffff;
}
.btn_onlyiconline.disabled:hover, .btn_onlyiconline.disabled:active, .btn_onlyiconline.disabled:visited, .btn_onlyiconline.disabled:focus, .btn_onlyiconline.disabled:focus-visible {
  background: #E1E4EB;
  border: 1px solid #E1E4EB;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
}
.btn_onlyiconline.middle {
  width: 200px;
  border-radius: 8px;
}
.btn_onlyiconline.normal {
  width: 160px;
  border-radius: 8px;
}
.btn_onlyiconline.disabled img {
  opacity: 0.2;
}

.btn_floating {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 20, 102, 0.12);
}
.btn_floating.focus, .btn_floating:focus-visible {
  outline: 3px solid #F13138;
}
.btn_floating.disabled {
  border: none;
}
.btn_floating.disabled img {
  opacity: 0.2;
}
.btn_floating.medium {
  min-width: 44px;
  width: 44px;
  height: 44px;
}
.btn_floating.small {
  min-width: 40px;
  width: 40px;
  height: 40px;
}

.btn_transparent {
  border-radius: 0.1875rem;
}
.btn_transparent:hover img {
  opacity: 1 !important;
}
.btn_transparent.disabled {
  border: none;
}
.btn_transparent.disabled img {
  opacity: 0.2;
}
.btn_transparent.medium {
  min-width: 44px;
  height: 44px;
}
.btn_transparent.small {
  min-width: 40px;
  height: 40px;
}

.btn_rectangle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  width: auto;
  padding: 0.125rem 0.5rem 0;
  font-size: 1rem;
  color: #ffffff;
  border: 1px solid #D7DAE0;
  background: #ffffff;
  color: rgb(0, 0, 0);
  font-weight: 500 !important;
}
.btn_rectangle.xlarge {
  height: 52px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_rectangle.large {
  height: 44px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_rectangle.small {
  height: 36px;
  padding: 0 1rem;
  font-weight: 500;
}
.btn_rectangle:hover:not(.disabled):not(.selected):not(.focus), .btn_rectangle.hover {
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgb(0, 0, 0);
}
.btn_rectangle.selected, .btn_rectangle:active:not(.delete) {
  border: 1px solid #243CB3;
  background: #354266;
  box-shadow: none !important;
  color: #243CB3 !important;
}
.btn_rectangle.selected .btn_arrow {
  transform: rotate(180deg);
}
.btn_rectangle.focus, .btn_rectangle:focus-visible {
  border: 3px solid #F13138;
  box-shadow: 0 0 0 2px inset #F13138;
  color: rgb(0, 0, 0);
}
.btn_rectangle.disabled {
  background: #E1E4EB !important;
  border: 1px solid #E1E4EB !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
  cursor: default;
}
.btn_rectangle.disabled:hover, .btn_rectangle.disabled:active, .btn_rectangle.disabled:visited, .btn_rectangle.disabled:focus, .btn_rectangle.disabled:focus-visible {
  background: #E1E4EB;
  border: 1px solid #E1E4EB;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
}

.btn_gray {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  width: auto;
  padding: 0.125rem 0.5rem 0;
  font-size: 1rem;
  color: #ffffff;
  background: #EBEDF5;
  color: rgb(0, 0, 0);
}
.btn_gray.xlarge {
  height: 52px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_gray.large {
  height: 44px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_gray.small {
  height: 36px;
  padding: 0 1rem;
  font-weight: 500;
}
.btn_gray:hover:not(.disabled):not(.selected):not(.focus):not(:active), .btn_gray.hover {
  background: #E1E4EB;
}
.btn_gray.selected, .btn_gray:active {
  background: #2D4BE0;
  color: #ffffff;
}
.btn_gray.focus, .btn_gray:focus-visible {
  outline: 3px solid #F13138;
}
.btn_gray.disabled {
  background: #E1E4EB !important;
  border: 1px solid #E1E4EB !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
  cursor: default;
}
.btn_gray.disabled:hover, .btn_gray.disabled:active, .btn_gray.disabled:visited, .btn_gray.disabled:focus, .btn_gray.disabled:focus-visible {
  background: #E1E4EB;
  border: 1px solid #E1E4EB;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
}

.btn_line_col {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  width: auto;
  padding: 0.125rem 0.5rem 0;
  font-size: 1rem;
  color: #ffffff;
  border: 1px solid #2D4BE0;
  background: #ffffff;
  color: #2D4BE0;
}
.btn_line_col.xlarge {
  height: 52px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_line_col.large {
  height: 44px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_line_col.small {
  height: 36px;
  padding: 0 1rem;
  font-weight: 500;
}
.btn_line_col:hover:not(.disabled):not(.selected):not(.focus):not(:active), .btn_line_col.hover {
  background: #F2F4FA;
}
.btn_line_col.selected, .btn_line_col:active {
  background: #2D4BE0;
  color: #ffffff;
}
.btn_line_col.focus, .btn_line_col:focus-visible {
  outline: 3px solid #F13138;
  border: 1px solid #2D4BE0;
}
.btn_line_col.disabled {
  background: #E1E4EB !important;
  border: 1px solid #E1E4EB !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
  cursor: default;
  border: 0;
}
.btn_line_col.disabled:hover, .btn_line_col.disabled:active, .btn_line_col.disabled:visited, .btn_line_col.disabled:focus, .btn_line_col.disabled:focus-visible {
  background: #E1E4EB;
  border: 1px solid #E1E4EB;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
}
.btn_line_col.small.focus, .btn_line_col.small:focus-visible {
  outline: 3px solid #F13138;
  border: 1px solid transparent;
}

.btn_line_gray {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  width: auto;
  padding: 0.125rem 0.5rem 0;
  font-size: 1rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  width: auto;
  padding: 0.125rem 0.5rem 0;
  font-size: 1rem;
  color: #ffffff;
  border: 1px solid #2D4BE0;
  background: #ffffff;
  color: #2D4BE0;
  border: 1px solid #D7DAE0;
  background: #ffffff;
  color: rgb(0, 0, 0);
}
.btn_line_gray.xlarge {
  height: 52px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_line_gray.large {
  height: 44px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_line_gray.small {
  height: 36px;
  padding: 0 1rem;
  font-weight: 500;
}
.btn_line_gray.xlarge {
  height: 52px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_line_gray.large {
  height: 44px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_line_gray.small {
  height: 36px;
  padding: 0 1rem;
  font-weight: 500;
}
.btn_line_gray:hover:not(.disabled):not(.selected):not(.focus):not(:active), .btn_line_gray.hover {
  background: #F2F4FA;
}
.btn_line_gray.selected, .btn_line_gray:active {
  background: #2D4BE0;
  color: #ffffff;
}
.btn_line_gray.focus, .btn_line_gray:focus-visible {
  outline: 3px solid #F13138;
  border: 1px solid #2D4BE0;
}
.btn_line_gray.disabled {
  background: #E1E4EB !important;
  border: 1px solid #E1E4EB !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
  cursor: default;
  border: 0;
}
.btn_line_gray.disabled:hover, .btn_line_gray.disabled:active, .btn_line_gray.disabled:visited, .btn_line_gray.disabled:focus, .btn_line_gray.disabled:focus-visible {
  background: #E1E4EB;
  border: 1px solid #E1E4EB;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
}
.btn_line_gray.small.focus, .btn_line_gray.small:focus-visible {
  outline: 3px solid #F13138;
  border: 1px solid transparent;
}
.btn_line_gray.focus, .btn_line_gray:focus-visible {
  outline: 3px solid #F13138;
  border: 1px solid #D7DAE0;
}
.btn_line_gray.small.focus, .btn_line_gray.small:focus-visible {
  outline: 3px solid #F13138;
  border: 1px solid transparent;
}

.btn_line_delete {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  width: auto;
  padding: 0.125rem 0.5rem 0;
  font-size: 1rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  width: auto;
  padding: 0.125rem 0.5rem 0;
  font-size: 1rem;
  color: #ffffff;
  border: 1px solid #2D4BE0;
  background: #ffffff;
  color: #2D4BE0;
  border: 1px solid #F13138;
  background: #ffffff;
  color: #F13138;
}
.btn_line_delete.xlarge {
  height: 52px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_line_delete.large {
  height: 44px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_line_delete.small {
  height: 36px;
  padding: 0 1rem;
  font-weight: 500;
}
.btn_line_delete.xlarge {
  height: 52px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_line_delete.large {
  height: 44px;
  font-weight: 500;
  padding: 0.125rem 1rem 0;
}
.btn_line_delete.small {
  height: 36px;
  padding: 0 1rem;
  font-weight: 500;
}
.btn_line_delete:hover:not(.disabled):not(.selected):not(.focus):not(:active), .btn_line_delete.hover {
  background: #F2F4FA;
}
.btn_line_delete.selected, .btn_line_delete:active {
  background: #2D4BE0;
  color: #ffffff;
}
.btn_line_delete.focus, .btn_line_delete:focus-visible {
  outline: 3px solid #F13138;
  border: 1px solid #2D4BE0;
}
.btn_line_delete.disabled {
  background: #E1E4EB !important;
  border: 1px solid #E1E4EB !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
  cursor: default;
  border: 0;
}
.btn_line_delete.disabled:hover, .btn_line_delete.disabled:active, .btn_line_delete.disabled:visited, .btn_line_delete.disabled:focus, .btn_line_delete.disabled:focus-visible {
  background: #E1E4EB;
  border: 1px solid #E1E4EB;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44) !important;
}
.btn_line_delete.small.focus, .btn_line_delete.small:focus-visible {
  outline: 3px solid #F13138;
  border: 1px solid transparent;
}
.btn_line_delete:active {
  background: #F2F4FA;
  color: #F13138;
}

.btn_flat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.btn_flat.focus, .btn_flat:focus-visible {
  outline: 3px solid #F13138;
}

.btn_filter img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(6%) saturate(204%) hue-rotate(188deg) brightness(87%) contrast(86%);
}
.btn_filter:hover img, .btn_filter.hover img {
  filter: none;
}
.btn_filter.selected img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(96%) saturate(4255%) hue-rotate(231deg) brightness(92%) contrast(91%);
}

.input_box {
  position: relative;
}
.input_box.dflx {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.input_box.dflx .input_bar {
  flex: 1;
}
.input_box.dflx .selector {
  flex: 1;
}
.input_box .input_icon {
  right: 16px;
  margin-left: auto;
}
.input_box.vertical {
  margin-top: 12px;
}

.input_text {
  position: absolute;
  top: calc(100% + 8px);
}

.input_bar {
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  padding: 0 16px;
  outline: 1px solid #D7DAE0;
  outline-offset: -1px;
  background: #fff;
  font-weight: 400;
}
.input_bar:focus, .input_bar:focus-visible, .input_bar.active {
  outline: 1px solid #F13138;
}
.input_bar.large {
  height: 56px;
}
.input_bar.medium {
  height: 48px;
}
.input_bar.small {
  height: 44px;
}
.input_bar.disabled {
  color: rgba(0, 0, 0, 0.38);
}
.input_bar.icon {
  padding: 0 46px 0 16px;
}
.input_bar.component {
  height: 44px;
  width: 272px;
}
.input_bar.readonly {
  border-radius: 8px;
  background: #EBEDF5;
}

.input_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
}
.input_icon.medium {
  display: flex;
  align-items: center;
  justify-content: center;
  right: 12px;
  width: 1.5rem;
}
.input_icon.small {
  right: 13px;
  width: 1.5rem;
  height: 1.5rem;
}
.input_icon.small_basic {
  right: 0px;
  top: 0px;
  width: 3rem;
  height: 2.8rem;
}

.label_required {
  position: relative;
  padding-right: 16px;
}
.label_required:after {
  position: absolute;
  content: "";
  right: 0;
  content: "*";
  color: #F00;
}
.label_required.pad6 {
  padding-right: 14.13px;
}
.label_required.none {
  padding-right: 14.13px;
}
.label_required.none:after {
  position: absolute;
  content: "";
  right: 0;
  content: "*";
  color: transparent;
}

.textarea_box {
  width: 100%;
  position: relative;
  resize: none;
}
.textarea_box.wordcount {
  margin-top: 12px;
}
.textarea_box.wordcount .count {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: right;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.6);
}
.textarea_box.wordcount .count span {
  color: rgba(0, 0, 0, 0.6);
}
.textarea_box.apply {
  flex: 1;
}

.textarea_text {
  position: absolute;
  top: calc(100% + 8px);
}

.textarea_bar {
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  padding: 16px;
  outline: 1px solid #D7DAE0;
  background: #ffffff;
  font-weight: 400;
  line-height: 1.2;
  resize: none;
  height: 120px;
}
.textarea_bar.large {
  height: 56px;
}
.textarea_bar.medium {
  height: 48px;
}
.textarea_bar.small {
  height: 44px;
}
.textarea_bar.active, .textarea_bar:focus {
  outline: 1px solid #F13138;
}
.textarea_bar.disabled {
  color: rgba(0, 0, 0, 0.38);
}
.textarea_bar.with {
  padding-right: 36px;
}
.textarea_bar.readonly {
  border-radius: 8px;
  border: 1px solid #D7DAE0;
  background: #EBEDF5;
}
.textarea_bar.readonly ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8705882353);
  font-size: 16px;
  font-weight: 400;
}
.textarea_bar.readonly ::placeholder {
  color: rgba(0, 0, 0, 0.8705882353);
  font-size: 16px;
  font-weight: 400;
}
.textarea_bar.withbtn {
  height: 100%;
  min-height: 54px;
  width: 100%;
  box-shadow: none;
  outline: 1px solid #fff;
  background-color: transparent;
  padding: 0px;
}
.textarea_bar.withbtn.active, .textarea_bar.withbtn:focus {
  outline: 2px solid #F13138;
}
.textarea_bar.file {
  margin-left: 143px;
  width: auto;
}
.textarea_bar.preview {
  height: 240px !important;
}

.textarea_bar_wrap {
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  width: 100%;
  height: 132px;
  padding: 16px;
  box-shadow: inset 0 0 0 1px #D7DAE0;
  background: #ffffff;
  font-weight: 400;
  resize: none;
}
.textarea_bar_wrap.active, .textarea_bar_wrap:focus, .textarea_bar_wrap.hover {
  outline: 2px solid #2D4BE0;
}

.hint_text {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  margin-top: 8px;
}

.error_text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #F13138;
  text-align: left;
  margin-top: 8px;
}

.upload_text {
  font-size: 1rem;
  font-weight: 400;
  padding: 8.4px 0;
  color: #F13138;
}

.search_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.search_box.basic {
  position: relative;
  border-radius: 8px;
  border: 1px solid #D7DAE0;
}
.search_box.mypage {
  width: 346px;
  border-radius: 8px;
  border: 1px solid #D7DAE0;
  position: relative;
  -moz-column-gap: unset;
       column-gap: unset;
}

.search_bar {
  position: relative;
  display: flex;
  flex: 1;
}
.search_bar.square_large {
  height: 64px;
  border-radius: 8px;
  background: #FFF;
  padding: 0px;
  align-items: center;
}
.search_bar.square {
  border-radius: 8px;
  border: 1px solid #D7DAE0;
  background: #FFF;
  height: 44px;
  padding: 0px 0px 0px 12px;
  align-items: center;
}
.search_bar.main_bar {
  width: 564px;
  margin: 0 0 20px;
  padding: 3px;
  background: #097FE5;
  background: linear-gradient(134deg, #097FE5 0%, #7009E5 100%);
}
.search_bar.component {
  border-radius: 12px;
  background: #FFF;
  padding: 0px;
  align-items: center;
  flex: none;
  width: 894px;
}
.search_bar.search {
  height: 64px;
  border-radius: 12px;
  background: transparent;
  padding: 0px;
  align-items: center;
  flex: none;
}
.search_bar.search::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 151px;
  width: 1px;
  height: 55%;
  background: #9D9FA3;
}
.search_bar.basic {
  width: 320px;
}
.search_bar.basic::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 117px;
  width: 1px;
  height: 55%;
  background: #9D9FA3;
}
.search_bar.table {
  max-height: 44px;
}
.search_bar.table_square {
  border-radius: 8px;
  border: 1px solid #D7DAE0;
  background: #FFF;
  height: 44px;
  padding: 0px;
  align-items: center;
}
.search_bar.pattern {
  border-radius: 8px;
  border: 1px solid #D7DAE0;
  height: 44px;
  align-items: center;
  margin: auto;
  width: 304px;
  flex: none;
}

.search_input {
  font-size: 1.25rem;
  font-weight: 400;
  width: 100%;
  height: 64px;
  padding: 0 64px 0 24px;
  border-radius: 48px;
  background: #fff;
}
.search_input.active, .search_input:focus, .search_input:focus-visible {
  outline: 1px solid #F13138;
}
.search_input.fill {
  background: #7009E5;
  color: #ffffff;
}
.search_input.fill::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search_input.fill::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search_input.line {
  outline: 3px solid #4C6DEC;
  outline-offset: -3px;
  background: #ffffff;
  position: relative;
}
.search_input.small {
  height: 44px;
  padding: 0px 44px 0px 20px;
  font-size: 1rem;
}
.search_input.square_large {
  border-radius: 6px;
  padding: 0 72px 0 24px;
  height: 100%;
  outline-offset: -2px;
}
.search_input.square_large.active, .search_input.square_large:focus, .search_input.square_large:focus-visible {
  outline: 3px solid #F13138;
}
.search_input.square {
  border-radius: 0px;
  height: 44px;
  padding: 0 48px 0 0;
  font-size: 1rem;
}
.search_input.square.small {
  padding: 10px 48px 10px 12px;
}
.search_input.square_com {
  border-radius: 8px;
  height: 42px;
  padding: 0 0 0 12px;
  font-size: 1rem;
}
.search_input.basic {
  border-radius: 8px;
  height: 44px;
  padding: 0 48px 0 12px;
  font-size: 1rem;
}
.search_input.basic.active, .search_input.basic:focus, .search_input.basic:focus-visible {
  border-radius: 8px;
  outline: 1px solid #F13138;
}
.search_input.basic.withselect.active, .search_input.basic.withselect:focus, .search_input.basic.withselect:focus-visible {
  border-radius: 0px 8px 8px 0px;
}
.search_input.square_component {
  border-radius: 12px;
  padding: 0 72px 0 24px;
  outline-offset: -2px;
}
.search_input.square_component.active, .search_input.square_component:focus, .search_input.square_component:focus-visible {
  outline: 3px solid #F13138;
}
.search_input.component {
  border-radius: 12px;
}
.search_input.component.active, .search_input.component:focus, .search_input.component:focus-visible {
  outline: 4px solid #F13138;
}
.search_input.search.active, .search_input.search:focus, .search_input.search:focus-visible {
  outline: 3px solid #F13138;
}
.search_input.table {
  padding: 0px 27px 0 0;
}
.search_input.popup {
  border-radius: 8px;
  height: 40px;
  padding: 0 48px 0 12px;
  font-size: 1rem;
}

.checkbox_type label {
  position: relative;
  min-height: 20px;
  padding-left: 28px;
  cursor: pointer;
}
.checkbox_type label:after {
  position: absolute;
  content: "";
  border-radius: 0.1875rem;
  top: 1px;
  left: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #9d9fa3;
  box-sizing: border-box;
}
.checkbox_type input[type=checkbox]:checked + label:after {
  border: none;
  background: #2D4BE0 url(../images/checkbox_checked_20.svg) -2px -2px no-repeat;
}
.checkbox_type input[type=checkbox]:disabled + label, .checkbox_type .disabled {
  color: rgba(0, 0, 0, 0.38);
}
.checkbox_type input[type=checkbox]:disabled + label:after, .checkbox_type .disabled:after {
  border: 1px solid #9d9fa3;
  background: #D7DAE0;
}
.checkbox_type.part input[type=checkbox] + label:after {
  border: none;
  background: #2D4BE0 url(../images/checkbox_indeterminate_20.svg) -2px -2px no-repeat;
  background-size: auto;
  opacity: 1;
}
.checkbox_type.part input[type=checkbox]:checked + label:after {
  background: #2D4BE0 url(../images/checkbox_checked_20.svg) -2px -2px no-repeat;
}
.checkbox_type.selected input[type=checkbox]:disabled + label:after {
  border: none;
  background: transparent url(../images/checkbox_checked_disabled.svg) -2px -2px no-repeat;
}
.checkbox_type.part.selected input[type=checkbox]:disabled + label:after {
  border: none;
  background: transparent url(../images/checkbox_disabled_part_20.svg) -2px -2px no-repeat;
}
.checkbox_type.notext label {
  padding-left: 20px;
}

.checkbox_type_circle label {
  position: relative;
  min-height: 20px;
  padding-left: 28px;
  cursor: pointer;
}
.checkbox_type_circle label:after {
  position: absolute;
  content: "";
  border-radius: 0.1875rem;
  top: 1px;
  left: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #9D9FA3;
  border-radius: 50px;
  box-sizing: border-box;
}
.checkbox_type_circle.component label {
  padding-left: 0;
}
.checkbox_type_circle input[type=checkbox]:checked + label:after {
  border: none;
  background: url(../images/checkbox_checked_circle_20.svg) -2px -2px no-repeat;
}
.checkbox_type_circle input[type=checkbox]:disabled + label, .checkbox_type_circle .disabled {
  color: rgba(0, 0, 0, 0.38);
}
.checkbox_type_circle input[type=checkbox]:disabled + label:after, .checkbox_type_circle .disabled:after {
  border: 1px solid #9d9fa3;
  background: #D7DAE0;
}
.checkbox_type_circle.part input[type=checkbox] + label:after {
  border: none;
  background-size: auto;
  opacity: 1;
}
.checkbox_type_circle.selected input[type=checkbox]:disabled + label:after {
  border: none;
  background: transparent url(../images/checkbox_checked_circle_disabled_24.svg) -2px -2px no-repeat;
}
.checkbox_type_circle.part.selected input[type=checkbox]:disabled + label:after {
  border: none;
}

.radio_type {
  display: flex;
  align-items: center;
}
.radio_type label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
}
.radio_type label:before, .radio_type label:after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  box-sizing: border-box;
  border-radius: 50%;
}
.radio_type label:after {
  width: 16px;
  height: 16px;
  background: #9D9FA3;
  border: 2px solid #686A6E;
  background: #ffffff;
}
.radio_type input[type=radio]:checked + label:before {
  z-index: 1;
  width: 8px;
  height: 8px;
  background: #2D4BE0;
  transform: translate(4px, 4px);
}
.radio_type input[type=radio]:checked + label:after {
  border: 2px solid #2D4BE0;
  background: #ffffff;
}
.radio_type input[type=radio]:disabled + label, .radio_type .disabled {
  color: rgba(0, 0, 0, 0.38);
}
.radio_type input[type=radio]:disabled + label:after, .radio_type .disabled:after {
  background: #D7DAE0;
}
.radio_type.component {
  display: block;
}

.radio_type_checked {
  display: flex;
  align-items: center;
}
.radio_type_checked label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
}
.radio_type_checked label:before, .radio_type_checked label:after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  box-sizing: border-box;
  border-radius: 50%;
}
.radio_type_checked label:after {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #9D9FA3;
}
.radio_type_checked input[type=radio]:checked + label:before {
  z-index: 1;
  width: 8px;
  height: 8px;
  background: #2D4BE0;
  transform: translate(4px, 4px);
}
.radio_type_checked input[type=radio]:checked + label:after {
  border: 2px solid #2D4BE0;
  background: transparent;
}
.radio_type_checked input[type=radio]:disabled + label:before, .radio_type_checked .disabled:before {
  z-index: 1;
  width: 8px;
  height: 8px;
  background: #D7DAE0;
  transform: translate(4px, 4px);
}
.radio_type_checked input[type=radio]:disabled + label:after, .radio_type_checked .disabled:after {
  border: 2px solid #D7DAE0;
  background: transparent;
}
.radio_type_checked.component {
  display: block;
}

.selectbox {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  position: relative;
  max-height: 100%;
}
.selectbox.hover {
  background: #ffffff;
}
.selectbox.hover .selectbox_toggle.on {
  border: 1px solid #4C6DEC !important;
}
.selectbox.hover .selectbox_text {
  color: rgb(0, 0, 0);
}
.selectbox.hover .selectbox_text.mobile {
  color: #ffffff;
}
.selectbox:hover {
  background: #ffffff;
}
.selectbox:hover .selectbox_text {
  color: rgb(0, 0, 0);
}
.selectbox:hover .selectbox_text.mobile {
  color: #ffffff;
}
.selectbox.x_large {
  height: 64px;
}
.selectbox.x_large .selectbox_options {
  top: 61px;
}
.selectbox.x_large .option {
  height: 44px;
  padding: 12px 16px;
}
.selectbox.large {
  height: 56px;
}
.selectbox.large .selectbox_options {
  top: 56px;
}
.selectbox.large .option {
  height: 40px;
  padding: 12px 16px;
}
.selectbox.medium {
  height: 48px;
}
.selectbox.medium .selectbox_toggle {
  padding: 0 8px 0 12px;
}
.selectbox.medium .selectbox_options {
  top: 48px;
}
.selectbox.medium .option {
  height: 36px;
  padding: 12px;
}
.selectbox.small {
  height: 44px;
}
.selectbox.small .selectbox_toggle {
  padding: 0 16px;
}
.selectbox.small .selectbox_options {
  top: 44px;
}
.selectbox.small .option {
  height: 36px;
  padding: 6px 12px;
}
.selectbox.line {
  background: #ffffff;
}
.selectbox.line .selectbox_toggle:not(.on) {
  border: 1px solid #D7DAE0;
}
.selectbox.fill {
  background: #EBEDF5;
}
.selectbox.fill .selectbox_toggle:not(.on):not(.always) {
  border: 1px solid transparent !important;
}
.selectbox.white {
  background: #ffffff !important;
}
.selectbox.white .selectbox_toggle:not(.on):not(.always) {
  border: 1px solid transparent !important;
}
.selectbox.text {
  background: transparent;
}
.selectbox.text .selectbox_toggle {
  border: 1px solid transparent;
}
.selectbox.text .selectbox_toggle.on {
  background: transparent;
}
.selectbox.disabled .selectbox_arrow {
  opacity: 0.4;
}
.selectbox.disabled .selectbox_toggle:not(.text) {
  border: 1px solid #E6E7EB;
}
.selectbox.disabled .selectbox_toggle:hover {
  background-color: inherit !important;
}
.selectbox.disabled .selectbox_text {
  color: rgba(0, 0, 0, 0.2);
}
.selectbox.disabled {
  border-radius: 8px;
  border: 1px solid #D7DAE0;
  background: #EBEDF5;
}
.selectbox.disabled .selectbox_arrow {
  opacity: 0.4;
}
.selectbox.disabled .selectbox_toggle:not(.text) {
  border: 1px solid #E6E7EB;
}
.selectbox.disabled .selectbox_toggle:hover {
  background-color: inherit !important;
}
.selectbox.disabled .selectbox_text {
  color: rgba(0, 0, 0, 0.6);
}
.selectbox .selectbox_text {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  min-height: 32px;
  overflow: hidden;
  cursor: pointer;
  line-height: 1;
  text-overflow: ellipsis;
  color: rgb(0, 0, 0);
}
.selectbox .selectbox_text.pad16 {
  padding: 0 16px;
}
.selectbox .selectbox_text.white {
  color: #ffffff;
}
.selectbox .selectbox_text.scroll {
  width: 100%;
}
.selectbox label {
  padding: 2px 0 0;
  cursor: pointer;
}

.select_box {
  display: flex;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.select_box.large {
  height: 56px;
}
.select_box.medium {
  height: 48px;
}
.select_box.small {
  height: 44px;
}

.selectbox_options {
  border-radius: 0.25rem;
  display: none;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  padding: 3px;
  border: 1px solid #D7DAE0;
  background: #ffffff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}
.selectbox_options .option {
  display: flex;
  align-items: center;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  font-weight: 400;
}
.selectbox_options .option:not(:first-child) {
  margin-top: 8px;
}
.selectbox_options .option.selected, .selectbox_options .option:hover {
  background: #F2F4FA;
}
.selectbox_options.header_search_options {
  font-size: 1rem;
  font-weight: 400;
  flex: 1;
  top: 61px;
  left: -24px;
}
.selectbox_options.header_search_options .option {
  font-size: 0.9375rem;
  font-weight: 400;
  height: 48px;
  padding: 0 20px;
}
.selectbox_options.header_search_options.mobile {
  color: #ffffff;
  top: 44px;
}
.selectbox_options.header_search_options.mobile_line {
  color: #ffffff;
  top: 42px;
}
.selectbox_options.header_search_options.square {
  color: #ffffff;
  top: 32px;
  left: -14px;
}
.selectbox_options.header_search_options.basic {
  top: 45px;
  left: -4px;
}

.header_search_inputbox {
  font-size: 1.25rem;
  font-weight: 400;
  flex: 1;
  width: 100%;
  padding-left: 24px;
}
.header_search_inputbox:active, .header_search_inputbox:focus, .header_search_inputbox:focus-visible, .header_search_inputbox.active {
  outline: 3px solid #F13138;
  border-radius: 0 12px 12px 0;
}
.header_search_inputbox.search {
  height: 100%;
  margin-left: 1px;
}

.header_search_selectbox {
  width: 140px;
  max-height: 32px;
  border-radius: 0 !important;
}
.header_search_selectbox:after {
  position: absolute;
  content: "";
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #9D9FA3;
}
.header_search_selectbox.component {
  display: flex;
}

.selectbox_toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  -moz-column-gap: 20px;
       column-gap: 20px;
  height: 100%;
  padding: 0 20px 0 0;
  cursor: pointer;
  white-space: nowrap;
}
.selectbox_toggle.on, .selectbox_toggle.always {
  border: 1px solid #2D4BE0;
  background: #ffffff;
}
.selectbox_toggle.on .selectbox_text, .selectbox_toggle.always .selectbox_text {
  color: rgb(0, 0, 0);
}
.selectbox_toggle.on .selectbox_text.mobile, .selectbox_toggle.always .selectbox_text.mobile {
  color: #ffffff;
}
.selectbox_toggle.on .selectbox_arrow, .selectbox_toggle.always .selectbox_arrow {
  transform: rotate(180deg);
}
.selectbox_toggle.mobile {
  display: flex;
  align-items: center;
  padding: 0 12px 0 0;
  -moz-column-gap: 0px;
       column-gap: 0px;
  width: 107px;
}
.selectbox_toggle.basic {
  display: flex;
  align-items: center;
  padding: 0 12px 0 12px;
  -moz-column-gap: 0px;
       column-gap: 0px;
  width: 119px;
}

.btn_selectbox {
  padding: 0px 16px;
  border-radius: 8px;
  background: #25397A;
}
.btn_selectbox.large {
  min-width: 120px;
  height: 56px;
}
.btn_selectbox.medium {
  min-width: 120px;
  height: 48px;
}
.btn_selectbox.small {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  min-width: 100px;
  height: 44px;
}
.btn_selectbox.datepicker {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  padding: 12px 16px;
  min-width: 60px;
  height: 44px;
}

.datepicker {
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  background-size: 20px 20px;
}
.datepicker:disabled {
  color: rgba(0, 0, 0, 0.2);
}

.tab_rectangle {
  display: grid;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 8px;
}

.tab_rectangle_list {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 500;
  height: 48px;
  border: 1px solid #D7DAE0;
  color: rgb(0, 0, 0);
}
.tab_rectangle_list.on {
  border: 1px solid #2D4BE0;
  font-weight: 700;
  color: #243CB3;
}

.tab_list, .search_tab_list {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.tab_list_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  height: 44px;
  padding: 4px 16px;
  border: 1px solid #D7DAE0;
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.tab_list_btn:hover {
  border: 1px solid #9D9FA3;
}
.tab_list_btn.on {
  border: 1px solid #2D4BE0;
  background: #2D4BE0;
  color: #ffffff;
}

.texttab_list {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.texttab_list.medium .texttab_list_btn {
  font-size: 22px;
  font-weight: 700;
}

.texttab_list_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 700;
  position: relative;
  height: 34px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.38);
}
.texttab_list_btn * {
  color: rgba(0, 0, 0, 0.38);
}
.texttab_list_btn.on, .texttab_list_btn.on * {
  color: rgb(0, 0, 0);
}
.texttab_list_btn:hover, .texttab_list_btn:hover * {
  color: rgb(0, 0, 0);
}
.texttab_list_btn:not(:first-child) {
  margin-left: 6px;
}
.texttab_list_btn:not(:first-child):before {
  position: absolute;
  content: "";
  border-radius: 50%;
  left: -26px;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.38);
}

.floating_tab {
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating_tab_list {
  display: flex;
  align-items: center;
  border-radius: 2rem;
  position: relative;
  max-width: 100%;
  padding: 6px;
  background: #ffffff;
  transform: translate(0, -50%);
  box-shadow: 0px 4px 32px 0px rgba(0, 17, 102, 0.12);
  z-index: 10;
}
.floating_tab_list.twogrid {
  width: 728px;
  flex-wrap: wrap;
  max-width: none;
}

.floating_tabbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex: 1;
  width: 179px;
  max-width: 179px;
  height: 56px;
  background: #ffffff;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.87);
}
.floating_tabbtn.on {
  background: #2D4BE0;
  color: #ffffff;
  transition: all 0.15s ease-in;
}
.floating_tabbtn.on img {
  filter: invert(100%) sepia(74%) saturate(2%) hue-rotate(18deg) brightness(109%) contrast(100%);
}
.floating_tabbtn.manage {
  letter-spacing: -0.5px;
}

.tab_indicator {
  position: relative;
}

.underbar_tab {
  display: flex;
  align-items: stretch;
  -moz-column-gap: 24px;
       column-gap: 24px;
  height: 48px;
  margin-top: 48px;
}

.underbar_tabbtn {
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  color: rgba(0, 0, 0, 0.87);
}
.underbar_tabbtn.on {
  font-weight: 700;
}
.underbar_tabbtn.on:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgb(0, 0, 0);
}

.pagination_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 40px;
}
.pagination_box.nomargin {
  margin-top: 0px;
}
.pagination_box.gap32 {
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.pagination_box.withbtn {
  margin-top: -25px;
}
.pagination_box.component {
  margin-top: 0px;
}
.pagination_box ol {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination_counting {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  -moz-column-gap: 12px;
       column-gap: 12px;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
}
.pagination_counting.component {
  position: static;
}

.curruent_page {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  min-width: 56px;
  height: 40px;
  border: 1px solid #D7DAE0;
  background: #ffffff;
}

.total_page {
  font-weight: 700;
}

.btn_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.875rem;
  font-weight: 500;
  min-width: 32px;
  width: 32px;
  height: 32px;
  margin: 6px;
  color: #626366;
  line-height: 1;
}
.btn_pagination.on {
  background: #3F4F7A;
  font-weight: 700;
  color: #ffffff !important;
}
.btn_pagination.hover, .btn_pagination ::after, .btn_pagination :hover {
  background: transparent;
  font-weight: 700;
  color: #000 !important;
  opacity: 1;
}
.btn_pagination.off {
  color: #626366;
  opacity: 0.2;
}

.btn_pagination_LR {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 400;
  width: 44px;
  height: 44px;
  margin: 0 0;
}
.btn_pagination_LR.disabled {
  opacity: 0.2;
}
.btn_pagination_LR.hover, .btn_pagination_LR ::after, .btn_pagination_LR :hover {
  background: transparent;
  font-weight: 700;
  color: #000 !important;
}
.btn_pagination_LR.hover img, .btn_pagination_LR ::after img, .btn_pagination_LR :hover img {
  opacity: 1;
}
.btn_pagination_LR.component img {
  opacity: 0.4;
}
.btn_pagination_LR.component.hover img, .btn_pagination_LR.component :hover img {
  opacity: 1 !important;
}

.pagination_img {
  opacity: 1;
}

.sub_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  -moz-column-gap: 0px;
       column-gap: 0px;
  row-gap: 20px;
}

.table_wrap {
  width: 100%;
}

.datas_table {
  width: 100%;
}
.datas_table thead th {
  height: 52px;
  padding: 8px 16px 6px;
  padding: 12px 16px;
  border-top: 1px solid #D7DAE0;
  border-bottom: 1px solid #D7DAE0;
  background: #E1E4EB;
  color: rgba(0, 0, 0, 0.87);
  vertical-align: middle;
  text-align: center;
  word-break: keep-all;
  font-size: 1rem;
  font-weight: 500;
}
.datas_table tbody tr.open td {
  background: #F4F5FA;
  border: none;
}
.datas_table tbody tr.open td .btn_tdarrow {
  transform: rotate(180deg);
}
.datas_table tbody tr.tr_accordion.open .content_sentence {
  font-weight: 700;
}
.datas_table tbody tr.tr_accordion.open .inquiry_hidden.views {
  display: block;
}
.datas_table tbody tr.tr_request {
  display: none;
}
.datas_table tbody tr.tr_request td {
  padding: 20px 20px 20px 16px;
}
.datas_table tbody tr.tr_request.open {
  display: table-row;
}
.datas_table tbody tr td {
  height: 64px;
  padding: 12px 16px;
  border-bottom: 1px solid #D7DAE0;
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
  vertical-align: middle;
  text-align: center;
  word-break: keep-all;
  font-size: 1rem;
  font-weight: 400;
}

.content_sentence {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.content_sentence.line2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content_sentence.gray {
  color: rgba(0, 0, 0, 0.6);
}
.content_sentence.bold {
  font-weight: 700;
}

.icon_lock {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}
.icon_lock img {
  height: 100%;
}

.bt_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.bt_wrap.middle {
  -moz-column-gap: 12px;
       column-gap: 12px;
  padding: 20px 0 0;
}
.bt_wrap.big {
  -moz-column-gap: 12px;
       column-gap: 12px;
  padding: 40px 0 0;
}
.bt_wrap.between {
  justify-content: space-between;
}
.bt_wrap.padding_side {
  padding: 0 16px;
}

.form_radio {
  position: relative;
}
.form_radio input {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50px;
}
.form_radio.apply input {
  top: 14px;
}

.form_checkbox {
  position: relative;
}
.form_checkbox input {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 2px;
  top: 3px;
  width: 16px;
  height: 16px;
}
.form_checkbox label::after {
  top: 1px;
}
.form_checkbox.th input {
  left: 57px;
  top: 0px;
}
.form_checkbox.td input {
  left: 56px;
  top: 1px;
}
.form_checkbox.popup input {
  top: 1px;
}

.form_checkbox_circle {
  position: relative;
}
.form_checkbox_circle input {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 2px;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
}
.form_checkbox_circle.items input {
  top: 1px;
}

.bt_wrap_textarea {
  margin-left: 16px;
  display: flex;
  justify-content: end;
  align-items: end;
  -moz-column-gap: 8px;
       column-gap: 8px;
  width: 148px;
}
.bt_wrap_textarea.middle {
  -moz-column-gap: 12px;
       column-gap: 12px;
  padding: 20px 0 0;
}

.text_bold {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}

.check_line {
  display: flex;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  padding: 0 0 0 16px;
}

.selector {
  width: 100%;
  height: 44px;
  padding: 1px 32px 0px 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  outline: 1px solid #D7DAE0;
  outline-offset: -1px;
  border-radius: 8px;
  background-image: url(../images/arrow_down_bk_16.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 16px auto;
  cursor: pointer;
}
.selector:focus, .selector:focus-visible, .selector.active {
  outline: 1px solid #F13138;
}
.selector.small {
  width: 120px;
}
.selector.large {
  height: 56px;
}
.selector.medium {
  height: 48px;
}
.selector.small_44 {
  height: 44px;
}
.selector.manage {
  width: 124px;
}
.selector.apply {
  width: 464px;
}
.selector.search {
  width: 151px;
  height: 100%;
  padding: 0 20px 0 24px;
  margin-left: 0px;
  outline: 0;
  outline-offset: 0px;
  background-image: url(../images/arrow_down_bk_20.svg);
  background-position: calc(100% - 19px) center;
  background-size: 20px auto;
  border-radius: 0;
  position: relative;
  background-color: transparent;
  border-radius: 12px 0 0 12px;
}
.selector.search:focus, .selector.search:focus-visible, .selector.search.active {
  outline: 3px solid #F13138;
}
.selector.basic {
  width: 120px;
  padding: 1px 40px 0px 12px;
  outline: 1px solid transparent;
  background-position: calc(100% - 12px) center;
  border-radius: 8px 0 0 8px;
  margin-right: 1px;
}
.selector.basic:focus, .selector.basic:focus-visible, .selector.basic.active {
  outline: 1px solid #F13138;
}
.selector.disabled {
  border: 1px solid #D7DAE0;
  background: #EBEDF5;
  background-image: url(../images/arrow_down_bk_16.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 16px auto;
}

.form_select {
  width: 100%;
  border-radius: 8px;
}
.form_select + .selectbox_options .option {
  font-size: 1rem;
}

.label_tag,
.data_slider_label,
.customized_card_label,
.default_label {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  height: 28px;
  padding: 0 12px;
  background-color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.label_tag.manage,
.data_slider_label.manage,
.customized_card_label.manage,
.default_label.manage {
  font-size: 1rem;
  font-weight: 500;
  border: transparent;
  color: #243CB3;
}
.label_tag.manage.red,
.data_slider_label.manage.red,
.customized_card_label.manage.red,
.default_label.manage.red {
  color: #DB3D3D;
}
.label_tag.manage.gray,
.data_slider_label.manage.gray,
.customized_card_label.manage.gray,
.default_label.manage.gray {
  color: rgba(0, 0, 0, 0.6);
}

.customized_card_label {
  min-width: 90px;
  background: #7009E5;
  color: #ffffff;
}

.label_tag {
  border: 1px solid #D7DAE0;
}

.data_slider_label {
  border: 1px solid #D7DAE0;
}
.data_slider_label.block {
  font-size: 1rem;
  font-weight: 500;
  height: 36px;
  background: #fff;
  border: 1px solid #2D4BE0;
  border-radius: 8px;
  color: #2D4BE0;
}
.data_slider_label.datas {
  border: 1px solid #5A07B8;
  background: #5A07B8;
  color: #ffffff;
}
.data_slider_label.on {
  border: 1px solid #243CB3;
  background: #243CB3;
  color: #ffffff;
}
.data_slider_label.medium {
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 32px;
  height: 28px;
  padding: 4px 12px;
}
.data_slider_label.small {
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 32px;
  height: 24px;
  padding: 4px 8px;
}
.data_slider_label.error {
  color: #F13138;
  border-color: #F13138;
}
.data_slider_label.success {
  color: #00B87A;
  border-color: #00B87A;
}
.data_slider_label.notice {
  color: #FFBC04;
  border-color: #FFBC04;
}
.data_slider_label.wating {
  color: rgba(0, 0, 0, 0.6);
  background-color: #EBEDF5;
  border: none;
}
.data_slider_label.component {
  margin: auto;
}

.main_tab_list {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  border-bottom: 1px solid #D7DAE0;
  margin-bottom: -1px;
}

.tab_indicator {
  position: relative;
}

.anchor_text_col {
  font-size: 1rem;
  font-weight: 500;
  color: #2D4BE0;
}
.anchor_text_col:hover:not(.selected):not(.disabled), .anchor_text_col.hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.anchor_text_col.selected {
  border-radius: 0.25rem;
  padding: 4px;
}
.anchor_text_col.disabled {
  color: rgba(0, 0, 0, 0.4);
}
.anchor_text_col:hover:not(.disabled), .anchor_text_col.hover {
  color: #243CB3;
}
.anchor_text_col.selected {
  background: #2D4BE0;
  color: #ffffff !important;
}
.anchor_text_col.focus, .anchor_text_col:focus-visible {
  padding: 4px;
  background: #ffffff;
  border-radius: 4px;
  color: #2D4BE0 !important;
  outline: 3px solid #F13138 !important;
  outline-offset: 1px;
}

.anchor_text_gray {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
.anchor_text_gray:hover:not(.selected):not(.disabled), .anchor_text_gray.hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.anchor_text_gray.selected {
  border-radius: 0.25rem;
  padding: 4px;
}
.anchor_text_gray.disabled {
  color: rgba(0, 0, 0, 0.4);
}
.anchor_text_gray:hover:not(.disabled), .anchor_text_gray.hover {
  color: rgb(0, 0, 0);
}
.anchor_text_gray.selected {
  background: #D7DAE0;
  color: rgba(0, 0, 0, 0.8) !important;
}
.anchor_text_gray.focus, .anchor_text_gray:focus-visible {
  padding: 4px;
  background: #ffffff;
  border-radius: 4px;
  color: #000 !important;
  outline: 3px solid #F13138 !important;
  outline-offset: 1px;
}

.anchor_text_col.anchor_icon {
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.anchor_text_col.anchor_icon img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(96%) saturate(4255%) hue-rotate(231deg) brightness(92%) contrast(91%);
}
.anchor_text_col.anchor_icon:hover:not(.selected):not(.disabled) img, .anchor_text_col.anchor_icon.hover img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(19%) saturate(7072%) hue-rotate(220deg) brightness(116%) contrast(107%);
}
.anchor_text_col.anchor_icon.selected img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7486%) hue-rotate(247deg) brightness(102%) contrast(105%);
}
.anchor_text_col.anchor_icon.disabled img {
  filter: brightness(0) saturate(100%) invert(62%) sepia(3%) saturate(0%) hue-rotate(331deg) brightness(98%) contrast(86%);
}

.anchor_text_gray.anchor_icon {
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.anchor_text_gray.anchor_icon img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(6%) saturate(204%) hue-rotate(188deg) brightness(87%) contrast(86%);
}
.anchor_text_gray.anchor_icon:hover:not(.selected):not(.disabled) img, .anchor_text_gray.anchor_icon.hover img {
  filter: none;
}
.anchor_text_gray.anchor_icon.selected img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(2%) saturate(644%) hue-rotate(171deg) brightness(94%) contrast(93%);
}
.anchor_text_gray.anchor_icon.disabled img {
  filter: brightness(0) saturate(100%) invert(62%) sepia(3%) saturate(0%) hue-rotate(331deg) brightness(98%) contrast(86%);
}

.btn_switch {
  display: flex;
  align-items: center;
  border-radius: 24px;
  position: relative;
  width: 56px;
  height: 24px;
  overflow: hidden;
  background: #9D9FA3;
}
.btn_switch.on {
  background: #2D4BE0;
}
.btn_switch.on .switch_on {
  display: block;
}
.btn_switch.on .switch_off {
  display: none;
}
.btn_switch.on .switch_dot {
  transform: translate(36px, 0);
}
.btn_switch.focus, .btn_switch:focus-visible {
  border-radius: 24px;
  outline: 3px solid #F13138 !important;
}

.switch_dot {
  border-radius: 50%;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #ffffff;
  transition: 0.2s ease-in;
  transform: translate(4px, 0);
}

.switch_on, .switch_off {
  font-size: 0.875rem;
  font-weight: 500;
  position: absolute;
  left: 8px;
  text-transform: uppercase;
  color: #ffffff;
}

.switch_on {
  display: none;
}

.switch_off {
  left: auto;
  right: 6px;
}

.data_table {
  width: 100%;
}
.data_table thead th {
  height: 52px;
  padding: 12px 16px;
  border-top: 1px solid #D7DAE0;
  border-bottom: 1px solid #D7DAE0;
  background: #EBEDF5;
  color: #000000;
  vertical-align: middle;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  word-break: keep-all;
}
.data_table thead th.th {
  border-right: 1px solid #D7DAE0;
}
.data_table tbody td {
  height: 64px;
  padding: 12px 16px;
  border-bottom: 1px solid #D7DAE0;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  vertical-align: middle;
  text-align: center;
  word-break: keep-all;
  font-size: 1rem;
  font-weight: 400;
}
.data_table tbody td.middle {
  width: 22%;
}
.data_table tbody td.td_point {
  width: 52%;
  text-align: left;
}
.data_table tbody td.withbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.data_table tbody td .btn_switch, .data_table tbody td .btn_line_gray, .data_table tbody td .btn_line_delete, .data_table tbody td .btn_primary {
  margin: 0 auto;
}
.data_table tbody th {
  padding: 12px 12px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #D7DAE0;
  background: #F4F5FA;
  color: #000000;
  vertical-align: middle;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
.data_table tr.tr_wait {
  cursor: pointer;
}
.data_table tr:hover td {
  background: #F4F5FA;
}
.data_table.items {
  border-collapse: separate;
  border-spacing: 20px;
}
.data_table.items tr:hover td {
  background: transparent;
}
.data_table.items thead th {
  height: 52px;
  padding: 12px 16px;
}
.data_table.items thead th.white {
  background: transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.data_table.items tbody td {
  width: 160px;
  height: 56px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid transparent;
}
.data_table.items tbody td.tbody {
  border: 1px solid #D7DAE0;
  background: #FFF;
}
.data_table.items tbody td.white {
  background: transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.data_table.management thead th {
  height: 26px;
  padding: 0px;
}
.data_table.management tbody td {
  height: 52px;
}
.data_table.user thead th {
  padding: 0px;
}
.data_table.user tbody td {
  height: 52px;
}
.data_table.user tbody td.black {
  color: #000;
}
.data_table.user tr:hover td {
  background: #F4F5FA;
}
.data_table.mypage tbody td {
  height: 52px;
  padding: 7px 16px;
}
.data_table.mypage tbody td.table_center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5px;
}
.data_table.mypage tr:hover td {
  background: #F4F5FA;
}
.data_table.component {
  width: 500px;
}
.data_table.component tr:hover td {
  background: #F4F5FA;
}
.data_table.nowrap th {
  white-space: nowrap;
}

.scroll_table {
  max-height: 574px;
  overflow-y: auto;
}
.scroll_table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}
.scroll_table tbody td {
  height: 52px;
}
.scroll_table .td_left {
  text-align: left;
}

.modal_contents {
  border-radius: 20px;
  max-width: 848px;
  width: 100%;
  height: auto;
  max-height: 90vh;
  margin: 0 auto;
  padding: 32px;
  background: #ffffff;
  box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.12);
}
.modal_contents.large {
  height: auto;
}
.modal_contents.medium {
  max-width: 628px;
  height: auto;
}
.modal_contents.small {
  max-width: 408px;
  height: auto;
  padding: 24px;
}
.modal_contents.manager {
  padding: 24px;
}

.modal_pop {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 300;
}

.modal_api {
  border-radius: 20px;
  max-width: 848px;
  padding: 0 0 32px 0;
  background: #F4F5FA;
  box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.12);
  background: #ffffff;
}
.modal_api .modal_top {
  padding: 32px 32px 0;
}
.modal_api .modal_footer {
  padding: 0 32px;
}

.modal_overflow {
  max-height: calc(90vh - 128px);
  overflow-x: hidden;
  padding-right: 12px;
  padding-bottom: 20px;
}

.modal_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 19px;
}

.modal_title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.8px;
}

.modal_body {
  width: 100%;
  min-height: 75px;
  margin: 0 0 24px;
  text-align: left;
}
.modal_body.manager {
  margin: 0 0 5px;
}

.modal_txt {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5;
}

.modal_footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.modal_footer.lg {
  padding: 0 16px 0 0;
}
.modal_footer.jcent {
  justify-content: center;
}

.modal_wrap {
  position: fixed;
  z-index: 105;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.3s all;
  display: none;
}
.modal_wrap.on {
  display: block;
}

.close_pop {
  cursor: pointer;
}