:root {
  font-size: 62.5% !important;
}

[class*=show_] {
  display: none;
}

.block {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .hide_1200 {
    display: none !important;
  }
  .show_1200 {
    display: initial;
  }
  .show_1200.block {
    display: block;
  }
  .show_1200.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  br.show_1200 {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .show_992 {
    display: initial;
  }
  .show_992.block {
    display: block;
  }
  .show_992.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hide_992 {
    display: none;
  }
  br.show_992 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .show_768 {
    display: initial;
  }
  .show_768.block {
    display: block;
  }
  .show_768.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hide_768 {
    display: none;
  }
  br.show_768 {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: 60% !important;
  }
  .show_576 {
    display: initial;
  }
  .show_576.block {
    display: block;
  }
  .show_576.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  br.show_576 {
    display: block;
  }
  .hide_576 {
    display: none;
  }
}
.btn_blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 480px;
  height: 60px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #0082ff;
  cursor: pointer;
}
.btn_red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 480px;
  height: 60px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background-color: #ff0000;
  cursor: pointer;
}
.btn_mem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 120px;
  height: 40px;
  padding: 12px 25px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  background-color: #222222;
  cursor: pointer;
}
.btn_mem.white {
  color: #222222;
  font-size: 14px;
  border: 1px solid #222222;
  background-color: #fff;
}
.btn_default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 480px;
  height: 60px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #222222;
  cursor: pointer;
}
.btn_min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}
.btn_min.white {
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #222222;
}
.btn_min.blue {
  color: #ffffff;
  background-color: #0082ff;
}
.btn_min.default {
  color: #ffffff;
  background-color: #222222;
}

.btn_wrap.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_wrap.row.main {
  gap: 40px;
}
.btn_wrap.row.sub {
  gap: 5px;
}
.btn_wrap.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_wrap.between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn_wrap.start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn_wrap.end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.input_text {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #dddddd;
  color: #222222;
  font-size: 15px;
}
.input_text:hover, .input_text:focus {
  border: 1px solid #0082ff;
}
.input_textarea {
  width: 100%;
  min-height: 80px;
  padding: 15px;
  border: 1px solid #dddddd;
  color: #222222;
  font-size: 15px;
  resize: none;
  /* custom scrollbar */
}
.input_textarea:hover, .input_textarea:focus {
  border: 1px solid #0082ff;
}
.input_textarea::-webkit-scrollbar {
  width: 20px;
}
.input_textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
.input_textarea::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  border-radius: 20px;
  border: 5px solid transparent;
  background-clip: content-box;
}
.input_radio {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid #dddddd;
  border-radius: 50%;
  cursor: pointer;
}
.input_radio:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 12px;
  height: 12px;
  background-color: #0082ff;
  border-radius: 50%;
}
.input_radio:hover {
  -webkit-box-shadow: 0 0 0 1px #0082ff;
          box-shadow: 0 0 0 1px #0082ff;
}
.input_radio:disabled {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}
.input_check {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid #dddddd;
  cursor: pointer;
}
.input_check:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 20px;
  height: 20px;
  background-color: #0082ff;
}
.input_check:checked::after {
  position: absolute;
  top: 1px;
  left: 6px;
  content: "";
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.input_check:hover {
  -webkit-box-shadow: 0 0 0 1px #0082ff;
          box-shadow: 0 0 0 1px #0082ff;
}
.input_check:disabled {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}
.input_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  color: #222222;
  font-size: 15px;
  font-weight: 400;
}
.input_file::-webkit-file-upload-button {
  min-width: 120px;
  height: 40px;
  padding: 0 25px;
  color: #ffffff;
  font-size: 15px;
  font-family: "Noto Sans KR";
  background-color: #222222;
  border: 0;
}
.input_switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.input_switch input[type=checkbox] {
  width: 0;
  height: 0;
  display: none;
}
.input_switch input[type=checkbox]:checked + label {
  background-color: #0082ff;
  border: 1px solid #0082ff;
}
.input_switch input[type=checkbox]:checked + label::after {
  left: calc(100% - 2.4px);
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.input_switch label {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #777777;
  border-radius: 100px;
  cursor: pointer;
  text-indent: -9999px;
}
.input_switch label::after {
  position: absolute;
  top: 2.4px;
  left: 2.4px;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #dddddd;
  border-radius: 90px;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}
.input_switch label:active::after {
  width: 28px;
}

.search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px 0 40px;
  height: 54px;
  background-color: #ffffff;
  border: 1px solid #222222;
  border-radius: 40px;
}
.search_input {
  width: calc(100% - 23px);
  padding: 0 38px 0 0;
  border: 0;
  font-size: 17px;
  font-weight: 700;
}
.search_input:hover, .search_input:focus {
  border: 0;
}
.search_input::-webkit-input-placeholder {
  color: #777777;
  font-size: 17px;
  font-weight: 300;
}
.search_input::-moz-placeholder {
  color: #777777;
  font-size: 17px;
  font-weight: 300;
}
.search_input:-ms-input-placeholder {
  color: #777777;
  font-size: 17px;
  font-weight: 300;
}
.search_input::-ms-input-placeholder {
  color: #777777;
  font-size: 17px;
  font-weight: 300;
}
.search_input::placeholder {
  color: #777777;
  font-size: 17px;
  font-weight: 300;
}
.search_cancel {
  position: absolute;
  top: 50%;
  right: 61px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: none;
  width: 22px;
  height: 22px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/icon_search_cancel.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.search_btn {
  width: 23px;
  height: 24px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/icon_search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.select {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  color: #222222;
  font-size: 15px;
  border: 1px solid #dddddd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/select_arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%;
  cursor: pointer;
}
.select::-ms-expand {
  display: none; /* remove default arrow on ie10 and ie11 */
}

.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 24px;
}
.category li {
  position: relative;
}
.category li::before {
  position: absolute;
  top: 50%;
  right: -13px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 1px;
  height: 13px;
  background-color: #dacfcc;
}
.category li button {
  color: #222222;
  font-size: 14px;
}
.category li.on button {
  color: #0082ff;
}
.category li:last-of-type::before {
  display: none;
}

.label_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  cursor: pointer;
}

.certify_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  width: 100%;
}
.certify_box_before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.certify_box_before > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 6px;
}
.certify_box_before > div .input_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.certify_box_before > div .btn {
  min-width: 126px;
  height: 50px;
}
.certify_box_after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.certify_box_after > p {
  margin: 0 0 14px 0 !important;
  color: #222222;
  font-size: 15px;
}
.certify_box_after > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 6px;
}
.certify_box_after > div .btn {
  min-width: 126px;
  height: 50px;
}
.certify_box_after > div .btn_mem {
  width: initial;
  min-width: 126px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #222222;
}

.tab_base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab_base li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 60px;
  border-bottom: 1px solid #dddddd;
}
.tab_base li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  color: #bbbbbb;
  font-size: 18px;
  text-align: center;
}
.tab_base li.on a {
  color: #0082ff;
  font-weight: 700;
}
.tab_base li.on::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #0082ff;
}

.panel_base:not(.w_slide) > li,
.panel_base:not(.w_slide) > div {
  display: none;
}

.table {
  color: #222222;
  font-size: 15px;
  background-color: #ffffff;
}
.table > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #ececec;
}
.table > li:first-of-type {
  border-top: 1px solid #222222;
}
.table_th, .table_td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 148px;
  min-height: 60px;
  padding: 9px 0;
}
.table_th .icon_file, .table_td .icon_file {
  display: inline-block;
  width: 17px;
  height: 16px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/icon_file.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.table_th .subject_title, .table_td .subject_title {
  display: block;
  padding: 0 15px;
  height: 40px;
  line-height: 41px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table_th.with_file, .table_td.with_file {
  padding: 0;
}
.table_th.with_file .subject_title, .table_td.with_file .subject_title {
  position: relative;
  padding: 0 25px 0 15px;
}
.table_th.with_file .subject_title::before, .table_td.with_file .subject_title::before {
  position: absolute;
  top: 52%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 17px;
  height: 16px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/icon_file.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.table_th {
  width: 148px;
}
.table_td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.table_td .valid {
  display: block;
  margin-top: 7px;
  font-size: 13px;
}
.table label {
  color: #222222;
  font-size: 15px;
}
.table_view {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 50px 30px;
  line-height: 1.2;
  color: #222222;
  font-size: 15px;
}
.table_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  min-height: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 30px;
  border-top: 1px solid #ececec;
  gap: 5px 12px;
}
.table_file > button {
  position: relative;
  line-height: 1.2;
  min-height: 16px;
  padding-left: 22px;
  color: #777777;
  font-size: 13px;
  text-align: left;
}
.table_file > button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 17px;
  height: 16px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/icon_file.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
}
.table_file > button:hover {
  text-decoration: underline;
}
.table_file > button:hover::before {
  opacity: 1;
}
.table_reply {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.2;
  padding: 50px 30px;
  color: #222222;
  font-size: 15px;
  background-color: #f6fbff;
  border-top: 1px solid #ececec;
}
.table_pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 58px;
}
.table_pagination ul > li {
  min-width: 20px;
  height: 20px;
}
.table_pagination ul > li.before, .table_pagination ul > li.after {
  background-repeat: no-repeat;
  background-position: 50% 55%;
  background-size: 4px 6px;
}
.table_pagination ul > li.before {
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/pagination_arrow_left.png");
}
.table_pagination ul > li.after {
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/pagination_arrow_right.png");
}
.table_pagination ul > li.start, .table_pagination ul > li.end {
  background-repeat: repeat-x;
  background-position: 50% 55%;
  background-size: 4px 6px;
}
.table_pagination ul > li.start {
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/pagination_arrow_left.png");
}
.table_pagination ul > li.end {
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/pagination_arrow_right.png");
}
.table_pagination ul > li.active a {
  font-weight: 700;
}
.table_pagination ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 3px;
  color: #222222;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

table {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
table thead {
  background-color: #fafafa;
}
table thead th {
  border-top: 1px solid #000000;
  border-right: 1px solid transparent;
}
table thead th:last-of-type {
  border-right: 1px solid #ececec;
}
table th, table td {
  padding: 16px 10px;
  line-height: 1.2;
  color: #222222;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ececec;
}
table .tL {
  text-align: left !important;
}
table .tC {
  text-align: center !important;
}

.input_wrap {
  position: relative;
}
.input_wrap .datepicker::-webkit-input-placeholder {
  color: #222222;
  font-size: 15px;
  font-weight: 400;
}
.input_wrap .datepicker::-moz-placeholder {
  color: #222222;
  font-size: 15px;
  font-weight: 400;
}
.input_wrap .datepicker:-ms-input-placeholder {
  color: #222222;
  font-size: 15px;
  font-weight: 400;
}
.input_wrap .datepicker::-ms-input-placeholder {
  color: #222222;
  font-size: 15px;
  font-weight: 400;
}
.input_wrap .datepicker::placeholder {
  color: #222222;
  font-size: 15px;
  font-weight: 400;
}

.ui-datepicker {
  padding: 18px 8px;
  width: 250px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
  border: 1px solid transparent;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default,
.ui-datepicker .ui-button,
.ui-datepicker html .ui-button.ui-state-disabled:hover,
.ui-datepicker html .ui-button.ui-state-disabled:active {
  border: 0;
  background: #fff;
  text-align: center;
  padding: 4px 0;
  font-size: 12px;
  color: #121212;
}
.ui-datepicker .ui-state-highlight, .ui-datepicker .ui-widget-content .ui-state-highlight, .ui-datepicker .ui-widget-header .ui-state-highlight {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #fff;
}
.ui-datepicker html .ui-button.ui-state-disabled:hover, .ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active {
  color: #0082ff;
}
.ui-datepicker .ui-state-disabled, .ui-datepicker .ui-widget-content .ui-state-disabled, .ui-datepicker .ui-widget-header .ui-state-disabled {
  opacity: 1;
}

.ui-datepicker-trigger {
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker-trigger::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 52%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: inline-block;
  -webkit-mask-size: 100%;
  mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  -webkit-mask-image: url(https://img.megastudyacademy.co.kr/campus/mbc/common/calendar.svg);
  mask-image: url(https://img.megastudyacademy.co.kr/campus/mbc/common/calendar.svg);
  background: #000;
  width: 24px;
  height: 24px;
}

.ui-widget-header {
  background: #fff;
  border: 0;
}

.ui-icon, .ui-widget-content .ui-icon {
  content: "";
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(https://img.megastudyacademy.co.kr/campus/mbc/common/left_thin.svg);
  background-color: #000;
  width: 24px;
  height: 24px;
  margin: 0 !important;
  left: initial !important;
  top: initial !important;
}
.ui-icon.ui-icon-circle-triangle-w, .ui-widget-content .ui-icon.ui-icon-circle-triangle-w {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.ui-icon.ui-icon-circle-triangle-e, .ui-widget-content .ui-icon.ui-icon-circle-triangle-e {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ui-state-disabled > .ui-state-default {
  color: rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.upload_file {
  margin-top: 9px;
  padding-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.upload_file_reject {
  color: #ED0000;
  font-size: 14px;
  font-weight: 700;
}
.upload_file_complete {
  color: #0082ff;
  font-size: 14px;
  font-weight: 700;
}
.upload_file_del {
  display: inline-block;
  margin-left: 10px;
  color: red;
  font-size: 14px;
  cursor: pointer;
}
.upload_file_name {
  color: #222222;
  font-size: 14px;
}

.dropdownWrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.dropdownWrapper .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  color: #222222;
  font-size: 15px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
  cursor: pointer;
}
.dropdownWrapper .dropdown::-moz-selection {
  background-color: transparent;
}
.dropdownWrapper .dropdown::selection {
  background-color: transparent;
}
.dropdownWrapper .dropdown:after {
  display: initial;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 12px;
  content: "";
  width: 14px;
  height: 9px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/select_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
}
.dropdownWrapper .dropdown.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #0082ff;
}
.dropdownWrapper .dropdown.active:after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.dropdownWrapper .dropdown-itemsWrapper {
  position: absolute;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 18px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  z-index: 1;
  /* custom scrollbar */
}
.dropdownWrapper .dropdown-itemsWrapper::-webkit-scrollbar {
  width: 20px;
}
.dropdownWrapper .dropdown-itemsWrapper::-webkit-scrollbar-track {
  background-color: transparent;
}
.dropdownWrapper .dropdown-itemsWrapper::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  border-radius: 20px;
  border: 5px solid transparent;
  background-clip: content-box;
}
.dropdownWrapper .dropdown-itemsWrapper::-webkit-scrollbar-track {
  background-color: #fff;
}
.dropdownWrapper .dropdown-itemsWrapper::-webkit-scrollbar-thumb {
  border: 5px solid #fff;
}
.dropdownWrapper .dropdown-itemsWrapper.inactive {
  display: none;
}
.dropdownWrapper .dropdown-itemsWrapper li {
  width: 25%;
  height: 35.4px;
  line-height: 35.4px;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-right: 0;
  border-bottom: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
}
.dropdownWrapper .dropdown-itemsWrapper li:first-of-type {
  display: none;
}
.dropdownWrapper .dropdown-itemsWrapper li:nth-of-type(4n+1) {
  border-right: 1px solid #dbdbdb;
}
.dropdownWrapper .dropdown-itemsWrapper li:nth-last-of-type(1), .dropdownWrapper .dropdown-itemsWrapper li:nth-last-of-type(2), .dropdownWrapper .dropdown-itemsWrapper li:nth-last-of-type(3), .dropdownWrapper .dropdown-itemsWrapper li:nth-last-of-type(4) {
  border-bottom: 1px solid #dbdbdb;
}
.dropdownWrapper .dropdown-itemsWrapper li:last-of-type:hover {
  background-color: transparent;
}
.dropdownWrapper .dropdown-itemsWrapper li::-moz-selection {
  background: transparent;
}
.dropdownWrapper .dropdown-itemsWrapper li::selection {
  background: transparent;
}
.dropdownWrapper .dropdown-itemsWrapper li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.essential,
.valid {
  color: #ff0000;
}

.w250 {
  width: 250px !important;
}

.component_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0 40px 0;
}
.component_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0 10px 0;
}
.component_logo a .line {
  display: block;
  width: 2px;
  height: 15px;
  background-color: #ddd;
}
.component_logo a .title {
  font-size: 18px;
  font-weight: 500;
}

.component {
  min-height: 100vh;
  background-color: #f6fbff;
  padding-bottom: 150px;
}
.component #container {
  position: relative;
  max-width: 768px;
}
.component #container .btn-all-code {
  padding: 5px 10px;
  background-color: #333;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 30px;
  top: 30px;
}
.component #container > section {
  margin-top: 30px;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
.component #container > section:first-of-type {
  margin-top: 0;
}
.component #container > section > h2 {
  font-size: 20px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 20px;
}
.component #container > section .code-area {
  padding: 15px;
  background: #efefef;
  border-radius: 5px;
  margin-top: 10px;
}
.component #container > section .code-area:first-of-type {
  margin-top: 0;
}
.component #container > section .code-area h3 {
  font-size: 15px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.component #container > section .code-area h3 > * {
  display: block;
}
.component #container > section .code-area h3 a,
.component #container > section .code-area h3 button {
  padding: 3px 6px;
  background-color: #333;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.component #container > section .code-area .code-box {
  margin-top: 10px;
  position: relative;
}
.component #container.main {
  max-width: 1200px !important;
}
.component #container.main .btn-all-code {
  right: 0;
  top: 3px;
}
.component #container.main .btn-all-code + section {
  margin-top: 0;
}
.component #container.main section {
  padding: 0;
  background-color: transparent;
  margin-top: 150px;
}
.component #container.main section h2 {
  font-size: 30px;
  font-weight: 900;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.component #container.main section h2 + .code-area {
  margin-top: 0;
}
.component #container.main section .code-area {
  padding: 0;
  background: transparent;
  margin-top: 50px;
}
.component #container.main section .code-area > h3 {
  font-size: 24px;
  font-weight: 900;
  padding-bottom: 10px;
}
.component #container.main section .code-area .code-box {
  margin-top: 20px;
}
.component #container.main .title, .component #container.main .container {
  margin-top: 0;
}
.component #container.main .branch_center .evSection.evCon4 {
  padding: 0;
}
.component #container.main .mid, .component #container.main .bottom {
  margin: 0 auto;
  max-width: 950px;
}
.component .component-quick {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 150px;
  padding: 10px;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0 0 0 10px;
}
.component .component-quick h3 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.component .component-quick ul {
  margin-top: 10px;
}
.component .component-quick ul li {
  padding: 5px 6px;
  cursor: pointer;
  margin-top: 5px;
  background-color: #000;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.component .component-quick ul li.on {
  background-color: #0082ff;
}
.component .component-quick ul li:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .btn_blue {
    width: 48rem;
    height: 6rem;
    font-size: 2rem;
  }
  .btn_red {
    width: 48rem;
    height: 6rem;
    font-size: 2rem;
  }
  .btn_mem {
    min-width: 12rem;
    height: 4rem;
    padding: 1.2rem 2.5rem;
    font-size: 1.2rem;
  }
  .btn_mem.white {
    font-size: 1.2rem;
  }
  .btn_default {
    width: 48rem;
    height: 6rem;
    font-size: 2rem;
  }
  .btn_min {
    width: 10rem;
    height: 4rem;
  }
  .input_text {
    height: 5rem;
    padding: 0 1rem;
    font-size: 1.3rem;
  }
  .input_textarea {
    min-height: 8rem;
    padding: 1rem;
    font-size: 1.3rem;
  }
  .input_radio {
    width: 2rem;
    height: 2rem;
  }
  .input_radio:checked::before {
    width: 1.2rem;
    height: 1.2rem;
  }
  .input_check {
    width: 2rem;
    height: 2rem;
  }
  .input_check:checked::before {
    width: 2rem;
    height: 2rem;
  }
  .input_check:checked::after {
    left: 0.6rem;
    width: 0.6rem;
    height: 1.2rem;
    border-width: 0 0.2rem 0.2rem 0;
  }
  .input_file {
    height: 4rem;
    font-size: 1.3rem;
  }
  .input_file::-webkit-file-upload-button {
    min-width: 12rem;
    height: 4rem;
    padding: 0 2.5rem;
    font-size: 1.3rem;
  }
  .input_switch input[type=checkbox]:checked + label::after {
    width: 1.3rem;
    height: 1.3rem;
    left: calc(100% - 0.24rem);
  }
  .input_switch label {
    width: 3.6rem;
    height: 1.8rem;
    border-radius: 10rem;
  }
  .input_switch label::after {
    top: 0.14rem;
    left: 0.24rem;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 9rem;
  }
  .input_switch label:active::after {
    width: 2.8rem;
  }
  .search {
    padding: 0 3rem 0 2.5rem;
    height: 5rem;
    border-radius: 4rem;
  }
  .search_input {
    width: calc(100% - 2.3rem);
    height: 100%;
    padding: 0 3.8rem 0 0;
    font-size: 1.4rem;
  }
  .search_input::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .search_input::-moz-placeholder {
    font-size: 1.4rem;
  }
  .search_input:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .search_input::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .search_input::placeholder {
    font-size: 1.4rem;
  }
  .search_cancel {
    right: 6.1rem;
    width: 2.2rem;
    height: 2.2rem;
  }
  .search_btn {
    width: 2.3rem;
    height: 2.4rem;
  }
  .select {
    height: 4rem;
    padding: 0 1rem;
    font-size: 1.3rem;
    background-position: calc(100% - 1.2rem) 50%;
  }
  .category {
    gap: 0.5rem 2rem;
  }
  .category li::before {
    right: -1.3rem;
    height: 1.3rem;
  }
  .category li button {
    font-size: 1.3rem;
  }
  .tab_base li {
    height: 5rem;
  }
  .tab_base li a {
    font-size: 1.6rem;
  }
  .tab_base li.on::before {
    height: 0.4rem;
  }
  .table {
    font-size: 1.3rem;
  }
  .table_th, .table_td {
    width: 14.8rem;
    min-height: 5rem;
    padding: 1.1rem 0;
  }
  .table_th .icon_file, .table_td .icon_file {
    width: 1.7rem;
    height: 1.6rem;
    margin-left: 0.7rem;
  }
  .table_th .subject_title, .table_td .subject_title {
    padding: 0 1rem;
    height: 4rem;
    line-height: 4.1rem;
  }
  .table_th.with_file, .table_td.with_file {
    padding: 0;
  }
  .table_th.with_file .subject_title, .table_td.with_file .subject_title {
    padding: 0 2.5rem 0 1rem;
  }
  .table_th.with_file .subject_title::before, .table_td.with_file .subject_title::before {
    top: 52%;
    width: 1.7rem;
    height: 1.6rem;
  }
  .table_th {
    width: 14.8rem;
  }
  .table_td .valid {
    margin-top: 0.7rem;
    font-size: 1.3rem;
  }
  .table label {
    font-size: 1.3rem;
  }
  .table_view {
    padding: 3rem 1rem;
    line-height: 1.4;
    font-size: 1.3rem;
  }

  .table_view img {
    width: 100% !important;
    height: 100% !important;
  }



  .table_file {
    min-height: 5rem;
    padding: 2rem 1rem;
    gap: 0.5rem 1.2rem;
  }
  .table_file > button {
    min-height: 1.6rem;
    padding-left: 1.8rem;
    font-size: 1.2rem;
  }
  .table_file > button::before {
    width: 1.5rem;
    height: 1.4rem;
  }
  .table_reply {
    padding: 3rem 1rem;
    font-size: 1.3rem;
  }
  .table_pagination ul {
    gap: 1rem;
    margin-top: 3rem;
  }
  .table_pagination ul > li {
    min-width: 2rem;
    height: 2rem;
  }
  .table_pagination ul > li.before, .table_pagination ul > li.after {
    background-size: 0.4rem 0.6rem;
  }
  .table_pagination ul > li.start, .table_pagination ul > li.end {
    background-size: 0.4rem 0.6rem;
  }
  .table_pagination ul > li a {
    padding: 0 0.3rem;
    font-size: 1.3rem;
  }
  .certify_box_before > div {
    gap: 0.6rem;
  }
  .certify_box_before > div .btn {
    min-width: 12.6rem;
    height: 5rem;
  }
  .certify_box_after > p {
    margin: 0 0 1.3rem 0 !important;
    font-size: 1.3rem;
  }
  .certify_box_after > div {
    gap: 0.6rem;
  }
  .certify_box_after > div .btn {
    min-width: 12.6rem;
    height: 5rem;
  }
  .certify_box_after > div .btn_mem {
    min-width: 12.6rem;
    font-size: 1.3rem;
  }
  .dropdownWrapper .dropdown {
    height: 4rem;
    padding: 0 1.5rem;
    font-size: 1.5rem;
  }
  .dropdownWrapper .dropdown:after {
    right: 1.2rem;
    width: 1.4rem;
    height: 0.9rem;
  }
  .dropdownWrapper .dropdown-itemsWrapper {
    padding: 1.8rem;
  }
  .dropdownWrapper .dropdown-itemsWrapper li {
    height: 3.54rem;
    line-height: 3.54rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 576px) {
  .input_text {
    height: 4rem;
    padding: 0 1rem;
    font-size: 1.2rem;
  }
  .input_textarea {
    min-height: 6rem;
    padding: 1rem;
    font-size: 1.2rem;
  }
  .input_radio {
    width: 2rem;
    height: 2rem;
  }
  .input_radio:checked::before {
    width: 1.2rem;
    height: 1.2rem;
  }
  .input_check {
    width: 2rem;
    height: 2rem;
  }
  .input_check:checked::before {
    width: 2rem;
    height: 2rem;
  }
  .input_check:checked::after {
    left: 0.6rem;
    width: 0.6rem;
    height: 1.2rem;
    border-width: 0 0.2rem 0.2rem 0;
  }
  .input_file {
    height: 4rem;
    font-size: 1.2rem;
  }
  .input_file::-webkit-file-upload-button {
    min-width: 12rem;
    height: 4rem;
    padding: 0 2.5rem;
    font-size: 1.3rem;
  }
  .input_switch input[type=checkbox]:checked + label::after {
    width: 1.3rem;
    height: 1.3rem;
    left: calc(100% - 0.24rem);
  }
  .input_switch label {
    width: 3.6rem;
    height: 1.8rem;
    border-radius: 10rem;
  }
  .input_switch label::after {
    top: 0.14rem;
    left: 0.24rem;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 9rem;
  }
  .input_switch label:active::after {
    width: 2.8rem;
  }
  .search {
    padding: 0 1.5rem 0 1.5rem;
    height: 4rem;
    border-radius: 4rem;
  }
  .search_input {
    width: calc(100% - 2.3rem);
    padding: 0 3.5rem 0 0;
    font-size: 1.2rem;
  }
  .search_input::-webkit-input-placeholder {
    font-size: 1.2rem;
  }
  .search_input::-moz-placeholder {
    font-size: 1.2rem;
  }
  .search_input:-ms-input-placeholder {
    font-size: 1.2rem;
  }
  .search_input::-ms-input-placeholder {
    font-size: 1.2rem;
  }
  .search_input::placeholder {
    font-size: 1.2rem;
  }
  .search_cancel {
    right: 4.5rem;
    width: 2rem;
    height: 2rem;
  }
  .search_btn {
    width: 2rem;
    height: 2rem;
  }
  .certify_box_before > div {
    gap: 0.5rem;
  }
  .certify_box_before > div .btn {
    min-width: 12rem;
    height: 4rem;
  }
  .certify_box_after > p {
    margin: 0 0 1.3rem 0 !important;
    font-size: 1.3rem;
  }
  .certify_box_after > div {
    gap: 0.5rem;
  }
  .certify_box_after > div .btn {
    min-width: 12rem;
    height: 4rem;
  }
  .certify_box_after > div .btn_mem {
    min-width: 12rem;
  }
  .dropdownWrapper .dropdown {
    padding: 0 1rem;
    font-size: 1.3rem;
  }
  .dropdownWrapper .dropdown-itemsWrapper {
    padding: 1rem;
  }
  .dropdownWrapper .dropdown-itemsWrapper li {
    height: 3.5rem;
    line-height: 3.5rem;
  }
}/*# sourceMappingURL=component.css.map */