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

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

.block {
  display: block;
}

.flex {
  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: 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: 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: 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: flex;
  }
  br.show_576 {
    display: block;
  }
  .hide_576 {
    display: none;
  }
}
.about_beauty_gallery .sub_page_img {
  margin-bottom: 30px;
}
.about_beauty_gallery .sub_page_img .mo {
  display: none;
}
.about_beauty_gallery .tab_base {
  margin-bottom: 40px;
}
.about_beauty_gallery .search {
  margin: 0 0 40px 0;
}
.about_beauty_gallery .review_option {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 36px;
}
.about_beauty_gallery .review_option::before {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 1px;
  background: #071230;
}
.about_beauty_gallery .review_option .select_option {
  display: flex;
  gap: 10px;
}
.about_beauty_gallery .review_option .select_option li {
  width: 200px;
}
.about_beauty_gallery .review_option .select_option li .select option {
  font-size: 13px;
}
.about_beauty_gallery .no_result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
}
.about_beauty_gallery .no_result p {
  color: #222222;
  font-size: 16px;
}
.about_beauty_gallery .no_result + .table {
  margin-top: 60px;
}
.about_beauty_gallery .table.list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px 30px;
}
.about_beauty_gallery .table.list li {
  position: relative;
  flex-direction: column;
  width: 296px;
  border-bottom: 0;
}
.about_beauty_gallery .table.list li:first-of-type {
  border-top: 0;
}
.about_beauty_gallery .table.list li a {
  width: 100%;
}
.about_beauty_gallery .table.list .table_th {
  position: relative;
  width: 100%;
  min-height: initial;
  padding: 100% 0 0 0;
}
.about_beauty_gallery .table.list .table_th > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 0;
  height: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_beauty_gallery .table.list .table_th .best {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 13px;
  background: #000;
  font-size: 15px;
  font-weight: 500;
  color: #f9f9f9;
  letter-spacing: -0.025em;
}
.about_beauty_gallery .table.list .table_td {
  width: 100%;
  min-height: initial;
  padding: 0;
}
.about_beauty_gallery .table.list .table_td:nth-of-type(2) {
  margin-top: 12px;
}
.about_beauty_gallery .table.list .table_td:nth-of-type(3) {
  margin: 8px 0 0 0;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}
.about_beauty_gallery .table.list .table_td:nth-of-type(4) {
  align-items: flex-start;
  margin-top: 16px;
  line-height: 1.2;
  color: #666;
  font-size: 14px;
}
.about_beauty_gallery .table.list .table_td.flag_wrap {
  gap: 3px;
}
.about_beauty_gallery .table.list .table_td.flag_wrap .best {
  display: inline-block;
  height: 19px;
  line-height: 13px;
  padding: 3px 12px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  background-color: #0082ff;
  border-radius: 40px;
}
.about_beauty_gallery .table.list .table_td.flag_wrap .bg_none {
  padding: 3px 9px;
  border: 1px solid #0082ff;
  background: #fff;
  color: #0082ff;
  line-height: 11px;
}
.about_beauty_gallery .table.list .table_td.branch_nm {
  flex: initial;
  width: 70px;
}
.about_beauty_gallery .table.list .table_td.title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about_beauty_gallery .table.list .table_td.title.show_768 {
  display: none;
}
.about_beauty_gallery .table.view li:first-of-type {
  justify-content: space-between;
  padding: 0 16px;
  min-height: 60px;
  background-color: #f6f6f6;
}
.about_beauty_gallery .table.view li:first-of-type .table_th {
  align-items: flex-start;
  padding-top: 19px;
  padding-right: 15px;
  padding-bottom: 19px;
  line-height: 1.4;
}
.about_beauty_gallery .table.view li:first-of-type .table_th.flag_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.about_beauty_gallery .table.view li:first-of-type .table_th.flag_wrap:last-child {
  margin-right: 4px;
}
.about_beauty_gallery .table.view li:first-of-type .table_td {
  min-height: initial;
  padding-top: 23px;
}
.about_beauty_gallery .table.view li.sub_nm {
  flex-direction: column;
}
.about_beauty_gallery .table.view .table_th {
  display: initial;
  width: initial;
  flex: 1;
  font-weight: 700;
}
.about_beauty_gallery .table.view .table_th.flag_wrap:last-child {
  margin-right: 8px;
}
.about_beauty_gallery .table.view .table_th .best {
  display: inline-block;
  height: 19px;
  padding: 3px 13px;
  line-height: 12px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  background-color: #0082ff;
  border-radius: 40px;
}
.about_beauty_gallery .table.view .table_th .bg_none {
  padding: 3px 9px;
  border: 1px solid #0082ff;
  background: #fff;
  color: #0082ff;
}
.about_beauty_gallery .table.view .table_td {
  width: initial;
  flex: initial;
  font-size: 13px;
}
.about_beauty_gallery .table.view .table_td span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
}
.about_beauty_gallery .table.view .table_td span::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  content: "";
  width: 1px;
  height: 11px;
  background-color: #d7d7d7;
}
.about_beauty_gallery .table.view .table_td span:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.about_beauty_gallery .table.view .table_td span:last-of-type::before {
  display: none;
}
.about_beauty_gallery .table.view .table_td .date {
  color: #bbbbbb;
}
.about_beauty_gallery .table.view + .btn_wrap {
  margin-top: 60px;
}
.about_beauty_gallery .table.view + .btn_wrap .btn_min {
  width: 100px;
}
.about_beauty_gallery .btn_wrap {
  margin-top: 60px;
}
.about_beauty_gallery .btn_wrap .btn_min {
  width: 174px;
}
.about_beauty_gallery .banner {
  background-color: #071230;
}
.about_beauty_gallery .banner .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 50px 60px 50px 120px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/about/banner_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about_beauty_gallery .banner .con_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.about_beauty_gallery .banner .con_title h4 {
  line-height: 1.4;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}
.about_beauty_gallery .banner .con_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.about_beauty_gallery .banner .con_box a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: center;
  justify-content: center;
  width: 264px;
  height: 53px;
  padding-right: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
.about_beauty_gallery .banner .con_box a::before {
  position: absolute;
  top: 50%;
  right: 42px;
  transform: translate(0, -50%);
  content: "";
  width: 10px;
  height: 16px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/branch/icon_arrow_white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 1200px) {
  .about_beauty_gallery .inner {
    padding: 3rem 1rem 7rem 1rem;
  }
  .about_beauty_gallery .sub_page_img {
    margin: -3rem -1rem 3rem;
  }
  .about_beauty_gallery .sub_page_img > img {
    width: 100%;
  }
  .about_beauty_gallery .tab_base {
    margin-bottom: 4rem;
  }
  .about_beauty_gallery .search {
    margin: 0 0 4rem 0;
  }
  .about_beauty_gallery .review_option {
    margin-bottom: 3.6rem;
  }
  .about_beauty_gallery .review_option .select_option {
    gap: 1rem;
  }
  .about_beauty_gallery .review_option .select_option li {
    width: 20rem;
  }
  .about_beauty_gallery .no_result {
    height: 20rem;
  }
  .about_beauty_gallery .no_result p {
    font-size: 1.6rem;
  }
  .about_beauty_gallery .no_result + .table {
    margin-top: 6rem;
  }
  .about_beauty_gallery .table.list {
    gap: 3rem 1rem;
  }
  .about_beauty_gallery .table.list li {
    width: calc(33.33% - 0.67rem);
  }
  .about_beauty_gallery .table.list .table_td:nth-of-type(3) {
    margin: 0.8rem 0 0 0;
    font-size: 1.8rem;
  }
  .about_beauty_gallery .table.list .table_td:nth-of-type(4) {
    margin: 1.6rem 0 0 0;
    font-size: 1.2rem;
  }
  .about_beauty_gallery .table.list .table_td.flag_wrap .best {
    line-height: 1.2rem;
    font-size: 1.2rem;
    border-radius: 4rem;
  }
  .about_beauty_gallery .table.view li:first-of-type {
    padding: 0 3rem;
    min-height: 6rem;
  }
  .about_beauty_gallery .table.view li:first-of-type .table_th {
    padding-top: 1.9rem;
    padding-right: 1.5rem;
    padding-bottom: 1.9rem;
  }
  .about_beauty_gallery .table.view li:first-of-type .table_td {
    padding-top: 2.3rem;
  }
  .about_beauty_gallery .table.view .table_td {
    font-size: 1.3rem;
  }
  .about_beauty_gallery .table.view .table_td span {
    margin-right: 1rem;
    padding-right: 1rem;
  }
  .about_beauty_gallery .table.view .table_td span::before {
    height: 1.1rem;
  }
  .about_beauty_gallery .table.view + .btn_wrap {
    margin-top: 6rem;
  }
  .about_beauty_gallery .table.view + .btn_wrap .btn_min {
    width: 10rem;
  }
  .about_beauty_gallery .btn_wrap {
    margin-top: 6rem;
  }
  .about_beauty_gallery .btn_wrap .btn_min {
    width: 17.4rem;
  }
  .about_beauty_gallery .banner .inner {
    padding: 5rem 6rem 5rem 12rem;
  }
  .about_beauty_gallery .banner .con_title h4 {
    font-size: 2rem;
  }
  .about_beauty_gallery .banner .con_box a {
    width: 26.4rem;
    height: 5.3rem;
    padding-right: 1rem;
    font-size: 2rem;
    border-radius: 4rem;
  }
  .about_beauty_gallery .banner .con_box a::before {
    right: 4.2rem;
    width: 1rem;
    height: 1.6rem;
  }
}
@media screen and (max-width: 992px) {
  .about_beauty_gallery .banner .inner {
    justify-content: center;
    gap: 5rem;
    padding: 5rem 1rem 5rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .about_beauty_gallery .tab_base {
    margin-bottom: 3rem;
  }
  .about_beauty_gallery .search {
    margin: 0 1rem 3rem;
  }
  .about_beauty_gallery .search .input_text {
    height: calc(4rem - 2px);
  }
  .about_beauty_gallery .search .input_text::-moz-placeholder {
    font-size: 16px;
  }
  .about_beauty_gallery .search .input_text::placeholder {
    font-size: 16px;
  }
  .about_beauty_gallery .review_option {
    display: block;
    margin-bottom: 3.7rem;
  }
  .about_beauty_gallery .review_option .select_option li option {
    font-size: 1.1rem;
  }
  .about_beauty_gallery .no_result {
    height: 15rem;
  }
  .about_beauty_gallery .no_result p {
    font-size: 1.3rem;
  }
  .about_beauty_gallery .no_result + .table {
    margin-top: 6rem;
  }
  .about_beauty_gallery .table.list {
    gap: 3rem 1rem;
  }
  .about_beauty_gallery .table.list li {
    width: calc(50% - 0.5rem);
    justify-content: flex-start;
    position: relative;
  }
  .about_beauty_gallery .table.list .table_td.flag_wrap {
    margin-top: 1rem;
  }
  .about_beauty_gallery .table.list .table_td.flag_wrap.with_tag {
    display: flex;
  }
  .about_beauty_gallery .table.list .table_td.flag_wrap .best {
    font-size: 1.2rem;
  }
  .about_beauty_gallery .table.list .table_td.title {
    min-height: initial;
    padding: 1rem 0 1rem 0;
    font-weight: 700;
  }
  .about_beauty_gallery .table.list .table_td.title.show_768 {
    display: block;
  }
  .about_beauty_gallery .table.list .table_td.title.hide_768 {
    display: none;
  }
  .about_beauty_gallery .table.list .table_td.title .subject_title {
    height: 2rem;
    line-height: 2.1rem;
    width: 100%;
  }
  .about_beauty_gallery .table.view li:first-of-type {
    flex-direction: column;
    padding: 0 1rem;
    min-height: 6rem;
  }
  .about_beauty_gallery .table.view li:first-of-type .table_th {
    padding-top: 1.2rem;
    padding-right: 0;
    padding-bottom: 1rem;
  }
  .about_beauty_gallery .table.view li:first-of-type .table_td {
    padding-top: 0;
    padding-bottom: 1.2rem;
  }
  .about_beauty_gallery .table.view .table_th .best {
    height: 1.9rem;
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
  .about_beauty_gallery .table.view .table_td {
    font-size: 1.3rem;
  }
  .about_beauty_gallery .table.view + .btn_wrap {
    margin-top: 3rem;
  }
  .about_beauty_gallery .table.view + .btn_wrap .btn_min {
    width: 10rem;
  }
  .about_beauty_gallery .btn_wrap {
    margin-top: 3rem;
  }
  .about_beauty_gallery .btn_wrap .btn_min {
    width: 17rem;
  }
  .about_beauty_gallery .banner .inner {
    gap: 3rem;
    padding: 5rem 1rem 5rem 1rem;
  }
  .about_beauty_gallery .banner .con_title h4 {
    font-size: 1.8rem;
  }
  .about_beauty_gallery .banner .con_box a {
    width: 22rem;
    height: 5rem;
    font-size: 1.6rem;
  }
  .about_beauty_gallery .banner .con_box a::before {
    right: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .about_beauty_gallery .sub_page_img .mo {
    display: block;
  }
  .about_beauty_gallery .sub_page_img .pc {
    display: none;
  }
  .about_beauty_gallery .tab_base {
    margin-bottom: 2rem;
  }
  .about_beauty_gallery .search {
    margin: 0 1rem 2rem;
  }
  .about_beauty_gallery .review_option {
    display: block;
    margin-bottom: 3.7rem;
  }
  .about_beauty_gallery .review_option .select_option {
    display: block;
    margin-bottom: 2rem;
  }
  .about_beauty_gallery .review_option .select_option li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .about_beauty_gallery .review_option .select_option li select {
    height: 3.5rem;
  }
  .about_beauty_gallery .no_result {
    height: 15rem;
  }
  .about_beauty_gallery .no_result p {
    font-size: 1.3rem;
  }
  .about_beauty_gallery .no_result + .table {
    margin-top: 6rem;
  }
  .about_beauty_gallery .table.list {
    gap: 3rem 1rem;
  }
  .about_beauty_gallery .table.list li {
    width: 100%;
    padding: 0 1.2rem 0 1.2rem;
  }
  .about_beauty_gallery .table.list .table_td:nth-of-type(4) {
    min-height: initial;
  }
  .about_beauty_gallery .table.list .table_td.flag_wrap .best {
    width: unset;
    height: unset;
  }
  .about_beauty_gallery .table.view li:first-of-type .table_th .notice {
    width: 4.7rem;
    height: 1.8rem;
    line-height: 1.6rem;
    font-size: 1.1rem;
  }
  .about_beauty_gallery .table.view .table_td {
    font-size: 1.2rem;
  }
  .about_beauty_gallery .table.view + .btn_wrap .btn_min {
    width: 10rem;
    font-size: 1.2rem;
  }
  .about_beauty_gallery .btn_wrap {
    margin-top: 3rem;
  }
  .about_beauty_gallery .btn_wrap .btn_min {
    width: 17rem;
  }
  .about_beauty_gallery .banner .inner {
    flex-direction: column;
    gap: 2.4rem;
    padding: 5rem 1rem 5rem 1rem;
  }
  .about_beauty_gallery .banner .con_title h4 {
    font-size: 1.6rem;
    text-align: center;
  }
  .about_beauty_gallery .banner .con_box a {
    width: 17.2rem;
    height: 3.5rem;
    font-size: 1.3rem;
  }
  .about_beauty_gallery .banner .con_box a::before {
    width: 0.8rem;
    height: 0.8rem;
    right: 3rem;
  }
}
@media screen and (max-width: 360px) {
  .about_beauty_gallery .table.view li:first-of-type {
    padding: 0 0.5rem;
  }
  .about_beauty_gallery .table.view li .table_th .best {
    padding: 3px 9px;
    font-size: 1rem;
  }
  .about_beauty_gallery .table.view li .table_th .bg_none {
    padding: 3px 4px;
  }
  .about_beauty_gallery .table_pagination ul {
    gap: 0.5rem;
  }
}/*# sourceMappingURL=beauty_gallery.css.map */