@charset "UTF-8";
html,
body {
  font-family: "Pretendard", sans-serif;
}

/* 공통 컨텐츠 font */
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  src: url("../font/pretendard/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  src: url("../font/pretendard/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  src: url("../font/pretendard/Pretendard-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  src: url("../font/pretendard/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  src: url("../font/pretendard/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  src: url("../font/pretendard/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  src: url("../font/pretendard/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  src: url("../font/pretendard/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
}
/* 나눔스퀘어 */
@font-face {
  font-family: "NanumSquareNeoLight";
  font-style: normal;
  src: url("../font/NanumSquareNeo/NanumSquareNeoOTF-Lt.woff") format("woff");
}
@font-face {
  font-family: "NanumSquareNeo";
  font-style: normal;
  src: url("../font/NanumSquareNeo/NanumSquareNeoOTF-Rg.woff") format("woff");
}
@font-face {
  font-family: "NanumSquareNeoBold";
  font-style: normal;
  src: url("../font/NanumSquareNeo/NanumSquareNeoOTF-Bd.woff") format("woff");
}
@font-face {
  font-family: "NanumSquareNeoExtraBold";
  font-style: normal;
  src: url("../font/NanumSquareNeo/NanumSquareNeoOTF-Eb.woff") format("woff");
}
@font-face {
  font-family: "NanumSquareNeoHeavy";
  font-style: normal;
  src: url("../font/NanumSquareNeo/NanumSquareNeoOTF-Hv.woff") format("woff");
}
html {
  height: auto !important;
  overflow-x: hidden;
}

body {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  min-width: auto !important;
  line-height: normal !important;
  margin-left: 0 !important;
}
body.ox_hidden {
  overflow-x: hidden;
}
body #user-contents {
  overflow: hidden;
}
body #user-contents::-webkit-scrollbar {
  display: none !important;
}
body .wrapper {
  background-color: #fafafa;
}
body#main {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
body.is_login {
  overflow-x: hidden;
  max-height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
}
body.is_login > #footer {
  display: none;
}
body.is_login #wrap {
  margin-top: 0 !important;
}
body.is_login #wrap #login {
  margin-top: 0 !important;
  margin-bottom: 0;
}

.blind {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}

.pc_hidden {
  display: none;
}

.mo_hidden {
  display: block;
}

:root {
  --vh: 1vh;
}

#wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  left: calc(-50vw + 50%);
  min-height: calc(var(--vh, 1vh) * 100);
  min-width: auto !important;
  width: 100vw;
  margin-bottom: -5rem;
  padding-top: 0 !important;
  background-color: #fafafa;
  font-size: 62.5%;
  color: #000000;
  /* 공통 영역 */
}
#wrap a,
#wrap button,
#wrap input,
#wrap select,
#wrap input,
#wrap p,
#wrap span,
#wrap div {
  background-color: transparent;
  font-family: "Pretendard", sans-serif !important;
  color: #000000;
  line-height: normal;
}
#wrap ul,
#wrap p {
  margin-bottom: 0;
}
#wrap h1,
#wrap h2,
#wrap h3,
#wrap h4,
#wrap h5,
#wrap h6 {
  margin: 0;
  padding: 0;
  font-family: "Pretendard", sans-serif !important;
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
  color: inherit;
}
#wrap::-webkit-scrollbar {
  display: none;
}
#wrap .open_event {
  pointer-events: none;
  position: absolute;
  top: 17.8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  max-width: 140rem;
  width: 100%;
  height: 22.5rem;
  margin: auto;
}
#wrap .open_event.complete {
  display: none;
}
#wrap .open_event .btn_character {
  pointer-events: auto;
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#wrap .open_event .btn_character .event_txt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ea3256;
}
#wrap .open_event .btn_character .character {
  width: 18rem;
  height: 18rem;
}
#wrap .open_event .btn_character .character img {
  width: 100%;
}
#wrap .open_event .btn_character .click_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.8rem;
  height: 2.4rem;
  background-color: #ea3256;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}
#wrap .open_event .btn_character.active {
  pointer-events: none;
  opacity: 0;
}
#wrap .open_event .character_event_wrap {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 3.7rem;
  right: 0;
  z-index: 1;
  transition: all 0.3s;
  width: 0;
  height: 15rem;
  padding: 2rem 2.4rem;
  background-color: #f6eef0;
  border-radius: 2rem;
}
#wrap .open_event .character_event_wrap .btn_event_close {
  display: block;
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 5;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/openEvent/ic_close.svg) no-repeat center/cover;
}
#wrap .open_event .character_event_wrap .character {
  position: absolute;
  top: -1.5rem;
  right: 2rem;
  width: 18rem;
  height: 18rem;
}
#wrap .open_event .character_event_wrap .character img {
  width: 100%;
}
#wrap .open_event .character_event_wrap .location {
  opacity: 0;
  transition: all 0.3s ease 0.4s;
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
  font-weight: 800;
  color: #ea3256;
}
#wrap .open_event .character_event_wrap .event_desc {
  opacity: 0;
  transition: all 0.3s ease 0.4s;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
  color: #3e3e3e;
}
#wrap .open_event .character_event_wrap.active {
  opacity: 1;
  pointer-events: auto;
  width: 44rem;
}
#wrap .open_event .character_event_wrap.active .location,
#wrap .open_event .character_event_wrap.active .event_desc {
  opacity: 1;
}
#wrap .open_event_popup {
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(0, 0, 0, 0.4);
}
#wrap .open_event_popup .open_event_content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 52rem;
  width: 61vh;
  max-height: 83.6rem;
  height: 95vh;
  background: #fff url(../images/openEvent/popup_bg_event.jpg) no-repeat center bottom/100% calc(100% - 3rem);
  box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.08);
  border: 1rem solid #fff;
  border-radius: 1rem;
}
#wrap .open_event_popup .open_btn_wrap {
  display: flex;
  gap: 1.6rem;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 1rem;
  background-color: #fff;
}
#wrap .open_event_popup .open_btn_wrap .checkbox_group input[type=checkbox] {
  display: none;
}
#wrap .open_event_popup .open_btn_wrap .checkbox_group input[type=checkbox]:checked ~ label::after {
  background-image: url(../images/icon/ic_checkbox_active.png);
}
#wrap .open_event_popup .open_btn_wrap .checkbox_group label {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #3E3E3E;
}
#wrap .open_event_popup .open_btn_wrap .checkbox_group label::after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/icon/ic_checkbox.png) no-repeat center/cover;
}
#wrap .open_event_popup .open_btn_wrap .btn_popup_close {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/openEvent/ic_close_popup.svg) no-repeat center/cover;
}
#wrap .open_event_popup .character_box {
  position: absolute;
  bottom: 24.3%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 42.2rem;
  width: 78.1%;
  max-height: 14.2rem;
  height: 18.1%;
  padding-top: 1.2rem;
  background-color: #fff;
  border-radius: 0.5rem;
}
#wrap .open_event_popup .character_box .character_list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 42rem;
  width: 100%;
  padding: 0 3%;
}
#wrap .open_event_popup .character_box .character_list li {
  flex: 1;
  margin: 0;
  text-align: center;
}
#wrap .open_event_popup .character_box .character_list li .location {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #000;
}
#wrap .open_event_popup .character_box .character_list li.symposium .character {
  width: 80%;
  height: 0;
  padding-bottom: 100%;
  margin: 0 auto;
  background: url(../images/openEvent/popup_symposium.png) no-repeat center/cover;
}
#wrap .open_event_popup .character_box .character_list li.symposium.active .character {
  background-image: url(../images/openEvent/popup_symposium_active.png);
}
#wrap .open_event_popup .character_box .character_list li.ebrand .character {
  width: 89%;
  height: 0;
  padding-bottom: 80%;
  margin: 0 auto;
  background: url(../images/openEvent/popup_ebrand.png) no-repeat center/cover;
}
#wrap .open_event_popup .character_box .character_list li.ebrand.active .character {
  background-image: url(../images/openEvent/popup_ebrand_active.png);
}
#wrap .open_event_popup .character_box .character_list li.event .character {
  width: 80%;
  height: 0;
  padding-bottom: 80%;
  margin: 0 auto;
  background: url(../images/openEvent/popup_event.png) no-repeat center/cover;
}
#wrap .open_event_popup .character_box .character_list li.event.active .character {
  background-image: url(../images/openEvent/popup_event_active.png);
}
#wrap .open_event_popup .character_box .character_list li.insight .character {
  width: 80%;
  height: 0;
  padding-bottom: 80%;
  margin: 0 auto;
  background: url(../images/openEvent/popup_insight.png) no-repeat center/cover;
}
#wrap .open_event_popup .character_box .character_list li.insight.active .character {
  background-image: url(../images/openEvent/popup_insight_active.png);
}
#wrap .open_event_popup .character_box .character_list li.contents .character {
  width: 71%;
  height: 0;
  padding-bottom: 90%;
  margin: 0 auto;
  background: url(../images/openEvent/popup_contents.png) no-repeat center/cover;
}
#wrap .open_event_popup .character_box .character_list li.contents.active .character {
  background-image: url(../images/openEvent/popup_contents_active.png);
}
#wrap .open_event_popup .character_box .event_desc {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ff9a88;
  text-align: center;
}
#wrap .open_event_popup.active {
  display: block;
}
#wrap .common_swiper_btn {
  display: flex;
  align-items: center;
}
#wrap .common_swiper_btn .swiper-button-next, #wrap .common_swiper_btn .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 8rem;
  margin-top: 0;
  background: #eeeeee url(../images/icon/ic_arrow_swiper.svg) no-repeat center;
  border-radius: 0.6rem;
}
#wrap .common_swiper_btn .swiper-button-next::after, #wrap .common_swiper_btn .swiper-button-prev::after {
  display: none;
}
#wrap .common_swiper_btn .swiper-button-next {
  right: -7rem;
}
#wrap .common_swiper_btn .swiper-button-prev {
  left: -7rem;
  transform: scaleX(-1) translateY(-50%);
}
#wrap .common_swiper_btn .swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}
#wrap .common_swiper_btn .swiper-button-lock {
  display: block;
}
#wrap .common_swiper_btn .swiper-pagination {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  position: static;
}
#wrap .common_swiper_btn .swiper-pagination-bullet {
  opacity: 1;
  width: 0.4rem !important;
  height: 0.4rem !important;
  margin: 0 !important;
  border: none !important;
  background-color: #d9d9d9 !important;
  transition: all 0.4s ease;
}
#wrap .common_swiper_btn .swiper-pagination-bullet-active {
  width: 1.2rem !important;
  background-color: #444444 !important;
  border-radius: 2rem !important;
}
#wrap .pagination {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
#wrap .pagination button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-left: 3.2rem;
  background: #eeeeee url(../images/icon/ic_pagination_arrow.svg) no-repeat center;
  border-radius: 0.6rem;
}
#wrap .pagination button.btn_prev {
  transform: scaleX(-1);
  margin-right: 3.2rem;
  margin-left: 0;
}
#wrap .pagination .num {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 2.6rem;
  height: 2.6rem;
  margin: 0;
  padding: 0 0.4rem;
  background-image: none;
  border-radius: 0.6rem;
  font-size: 1.5rem;
  font-weight: 500;
}
#wrap .pagination .num.active {
  background-color: #f6eef0;
  color: #e6002d;
}
#wrap .answer_total_wrap {
  padding-top: 2rem;
}
#wrap .answer_total_wrap .textarea_group {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 10rem;
  margin-top: 2rem;
  padding: 1.5rem 1.6rem 1.5rem 2rem;
  background-color: #eeeeee;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
}
#wrap .answer_total_wrap .textarea_group textarea {
  overflow-y: hidden;
  max-width: 97.2rem;
  width: 100%;
  height: 6.8rem;
  border: none;
  background-color: transparent;
  font-family: "Pretendard", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 500;
  color: #717171;
}
#wrap .answer_total_wrap .textarea_group textarea::placeholder {
  color: #717171;
}
#wrap .answer_total_wrap .textarea_group textarea::-webkit-scrollbar {
  display: none;
}
#wrap .answer_total_wrap .textarea_group .btn_save {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  height: 3.6rem;
  background-color: #3c3c3c;
  border-radius: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
#wrap .answer_total_wrap .answer_wrap {
  margin-top: 4rem;
}
#wrap .answer_total_wrap .answer_wrap .answer_box ~ .answer_box {
  margin-top: 4.6rem;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .thumbnail {
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  padding: 0;
  background: url(../images/common/user_default.png) no-repeat center/cover;
  box-shadow: none;
  border: none;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .thumbnail img {
  width: 100%;
  height: 100%;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name {
  padding-top: 0.2rem;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name .name {
  display: flex;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #3e3e3e;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name .name .status {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  height: 2.2rem;
  padding: 0 0.8rem;
  border-radius: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name .name .status.pinned {
  background-color: #eaeaea;
  color: #585858;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name .name .status.pinned::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.9rem;
  background: url(../images/icon/ic_pin.svg) no-repeat center/cover;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name .name .status.before {
  background-color: #3c3c3c;
  color: #fff;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name .name .status.complete {
  background-color: #ea3256;
  color: #fff;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name .grade {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  margin-top: 0.4rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #868686;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name .grade::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon/grade_simple_silver.svg) no-repeat center/cover;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name .grade.new {
  color: #13a825;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name .grade.new::before {
  background-image: url(../images/icon/grade_simple_new.svg);
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name .grade.bronze {
  color: #ce7c23;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name .grade.bronze::before {
  background-image: url(../images/icon/grade_simple_bronze.svg);
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name .grade.silver {
  color: #868686;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name .grade.silver::before {
  background-image: url(../images/icon/grade_simple_silver.svg);
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name .grade.gold {
  color: #dfa321;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name .grade.gold::before {
  background-image: url(../images/icon/grade_simple_gold.svg);
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name .grade.platinum {
  color: #5a5a5a;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name .grade.platinum::before {
  background-image: url(../images/icon/grade_simple_platinum.svg);
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name .grade.diamond {
  color: #bf0000;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name .grade.diamond::before {
  background-image: url(../images/icon/grade_simple_diamond.svg);
}
#wrap .answer_total_wrap .answer_wrap .answer_box .comment_box {
  margin-bottom: 1.6rem;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .comment_box p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 81.5rem;
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: #323232;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .comment_box .btn_more {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #868686;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .comment_box.active p {
  -webkit-line-clamp: unset;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .comment_box.active .btn_more {
  display: none;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .btn_view_reply {
  display: flex;
  gap: 0.6rem;
  align-items: flex-end;
  font-size: 1.3rem;
  font-weight: 600;
  color: #3c3c3c;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .btn_view_reply::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/icon/ic_arrow_apply.svg) no-repeat center/cover;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .btn_view_reply.active::before {
  transform: rotate(180deg);
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box {
  display: none;
  gap: 1.1rem;
  margin-top: 2.5rem;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box.active {
  display: flex;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  margin-top: 0.3rem;
  background: url(../images/icon/ic_reply.svg) no-repeat center/cover;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box {
  display: flex;
  gap: 1.2rem;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box .thumbnail {
  overflow: hidden;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  margin-top: 0.3rem;
  background: url(../images/common/user_default.png) no-repeat center/cover;
  box-shadow: none;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box .thumbnail img {
  width: 100%;
  height: 100%;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box .total_box .user_name {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  margin-bottom: 1rem;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box .total_box .user_name .name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3e3e3e;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box .total_box .user_name .grade {
  display: flex;
  gap: 0.6rem;
  font-size: 1.4rem;
  font-weight: 600;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box .total_box .user_name .grade::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box .total_box .user_name .grade.new {
  color: #13a825;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box .total_box .user_name .grade.new::before {
  background-image: url(../images/icon/grade_simple_new.svg);
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box .total_box .user_name .grade.bronze {
  color: #ce7c23;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box .total_box .user_name .grade.bronze::before {
  background-image: url(../images/icon/grade_simple_bronze.svg);
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box .total_box .user_name .grade.silver {
  color: #868686;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box .total_box .user_name .grade.silver::before {
  background-image: url(../images/icon/grade_simple_silver.svg);
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box .total_box .user_name .grade.gold {
  color: #dfa321;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box .total_box .user_name .grade.gold::before {
  background-image: url(../images/icon/grade_simple_gold.svg);
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box .total_box .user_name .grade.platinum {
  color: #5a5a5a;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box .total_box .user_name .grade.platinum::before {
  background-image: url(../images/icon/grade_simple_platinum.svg);
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box .total_box .user_name .grade.diamond {
  color: #bf0000;
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box .total_box .user_name .grade.diamond::before {
  background-image: url(../images/icon/grade_simple_diamond.svg);
}
#wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box .total_box .reply_comment {
  font-size: 1.5rem;
  font-weight: 500;
  color: #323232;
}
#wrap .share_link_modal,
#wrap .info_date_modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
#wrap .share_link_modal .modal_content,
#wrap .info_date_modal .modal_content {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 50rem;
  width: 100%;
  max-height: 69.5vh;
  padding: 3rem 2rem 4rem;
  background-color: #fff;
  border-radius: 3rem;
  box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.08);
}
#wrap .share_link_modal .modal_content .modal_header,
#wrap .info_date_modal .modal_content .modal_header {
  position: relative;
  margin-bottom: 3rem;
}
#wrap .share_link_modal .modal_content .modal_header .modal_tit,
#wrap .info_date_modal .modal_content .modal_header .modal_tit {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
#wrap .share_link_modal .modal_content .modal_header .btn_close,
#wrap .info_date_modal .modal_content .modal_header .btn_close {
  display: block;
  position: absolute;
  top: -1rem;
  right: 0;
  width: 2rem;
  height: 2rem;
  background: url(../images/icon/ic_close.svg) no-repeat center/cover;
}
#wrap .share_link_modal .modal_content .share_link_wrap .link_box,
#wrap .info_date_modal .modal_content .share_link_wrap .link_box {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: 100%;
  height: 5.8rem;
  padding: 0 1rem 0 1.6rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
}
#wrap .share_link_modal .modal_content .share_link_wrap .link_box::before,
#wrap .info_date_modal .modal_content .share_link_wrap .link_box::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background: url(../images/icon/ic_link.svg) no-repeat center/cover;
}
#wrap .share_link_modal .modal_content .share_link_wrap .link_box .link_txt,
#wrap .info_date_modal .modal_content .share_link_wrap .link_box .link_txt {
  flex: 1;
  font-size: 1.5rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .share_link_modal .modal_content .share_link_wrap .link_box .btn_copy,
#wrap .info_date_modal .modal_content .share_link_wrap .link_box .btn_copy {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  height: 3.6rem;
  background-color: #3c3c3c;
  border-radius: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
#wrap .share_link_modal .modal_content .share_link_wrap .link_box .btn_copy.active,
#wrap .info_date_modal .modal_content .share_link_wrap .link_box .btn_copy.active {
  background-color: #d5d5d5;
  color: #7b7b7b;
}
#wrap .share_link_modal .modal_content .share_link_wrap .link_list,
#wrap .info_date_modal .modal_content .share_link_wrap .link_list {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 3rem;
}
#wrap .share_link_modal .modal_content .share_link_wrap .link_list a,
#wrap .info_date_modal .modal_content .share_link_wrap .link_list a {
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  box-shadow: 0 1.2rem 2.4rem 0 rgba(0, 0, 0, 0.1);
}
#wrap .share_link_modal .modal_content .share_link_wrap .link_list a.link_kakao,
#wrap .info_date_modal .modal_content .share_link_wrap .link_list a.link_kakao {
  background: url(../images/icon/logo_kakao.svg) no-repeat center/cover;
}
#wrap .share_link_modal .modal_content .share_link_wrap .link_list a.link_facebook,
#wrap .info_date_modal .modal_content .share_link_wrap .link_list a.link_facebook {
  background: url(../images/icon/logo_facebook.svg) no-repeat center/cover;
}
#wrap .share_link_modal .modal_content .share_link_wrap .link_list a.link_instagram,
#wrap .info_date_modal .modal_content .share_link_wrap .link_list a.link_instagram {
  background: url(../images/icon/logo_instagram.svg) no-repeat center/cover;
}
#wrap .share_link_modal .modal_content .share_link_wrap .link_list a.link_twitter,
#wrap .info_date_modal .modal_content .share_link_wrap .link_list a.link_twitter {
  background: url(../images/icon/logo_twitter.svg) no-repeat center/cover;
}
#wrap .share_link_modal .modal_content .share_link_wrap .link_list a.link_threads,
#wrap .info_date_modal .modal_content .share_link_wrap .link_list a.link_threads {
  background: url(../images/icon/logo_threads.svg) no-repeat center/cover;
}
#wrap .share_link_modal .modal_content .date,
#wrap .info_date_modal .modal_content .date {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
#wrap .no_slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32.2rem;
}
#wrap .no_slide .txt {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .no_slide .txt::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/sub/symposium/ic_info.svg) no-repeat center/cover;
}

.open_event {
  pointer-events: none;
  position: absolute;
  top: 17.8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  max-width: 140rem;
  width: 100%;
  height: 22.5rem;
  margin: auto;
}
.open_event.complete {
  display: none;
}
.open_event .btn_character {
  pointer-events: auto;
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.open_event .btn_character .event_txt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ea3256;
}
.open_event .btn_character .character {
  width: 18rem;
  height: 18rem;
}
.open_event .btn_character .character img {
  width: 100%;
}
.open_event .btn_character .click_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.8rem;
  height: 2.4rem;
  background-color: #ea3256;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}
.open_event .btn_character.active {
  pointer-events: none;
  opacity: 0;
}
.open_event .character_event_wrap {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 3.7rem;
  right: 0;
  z-index: 1;
  transition: all 0.3s;
  width: 0;
  height: 15rem;
  padding: 2rem 2.4rem;
  background-color: #f6eef0;
  border-radius: 2rem;
}
.open_event .character_event_wrap .btn_event_close {
  display: block;
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 5;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/openEvent/ic_close.svg) no-repeat center/cover;
}
.open_event .character_event_wrap .character {
  position: absolute;
  top: -1.5rem;
  right: 2rem;
  width: 18rem;
  height: 18rem;
}
.open_event .character_event_wrap .character img {
  width: 100%;
}
.open_event .character_event_wrap .location {
  opacity: 0;
  transition: all 0.3s ease 0.4s;
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
  font-weight: 800;
  color: #ea3256;
}
.open_event .character_event_wrap .event_desc {
  opacity: 0;
  transition: all 0.3s ease 0.4s;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
  color: #3e3e3e;
}
.open_event .character_event_wrap.active {
  opacity: 1;
  pointer-events: auto;
  width: 44rem;
}
.open_event .character_event_wrap.active .location,
.open_event .character_event_wrap.active .event_desc {
  opacity: 1;
}

.form-check .form-check-input {
  width: 1.6rem;
  height: 1.6rem;
}

@media (max-width: 768px) {
  .pc_hidden {
    display: block;
  }
  .mo_hidden {
    display: none;
  }
  #wrap .open_event {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    height: auto;
  }
  #wrap .open_event .btn_character {
    top: auto;
    right: 1.6rem;
    bottom: 4.7rem;
  }
  #wrap .open_event .btn_character .character {
    width: 15rem;
    height: 15rem;
  }
  #wrap .open_event .character_event_wrap {
    top: auto;
    right: 2.6rem;
    bottom: 4rem;
    height: 12.4rem;
    padding: 1.6rem;
  }
  #wrap .open_event .character_event_wrap .btn_event_close {
    top: 1.2rem;
    right: 1.2rem;
  }
  #wrap .open_event .character_event_wrap .location {
    font-size: 2rem;
  }
  #wrap .open_event .character_event_wrap .event_desc {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  #wrap .open_event .character_event_wrap .character {
    top: 0.7rem;
    right: 1rem;
    width: 11rem;
    height: 11rem;
  }
  #wrap .open_event .character_event_wrap.active {
    width: calc(100% - 5.2rem);
  }
  #wrap .open_event_popup {
    padding: 0 0.8rem;
  }
  #wrap .open_event_popup .open_event_content {
    max-width: 35.6rem;
    width: calc(100% - 1.6rem);
    height: 58.4rem;
    background-size: 100% calc(100% - 3.4rem);
    border: 0.6rem solid #fff;
  }
  #wrap .open_event_popup .open_event_content .open_btn_wrap {
    padding-top: 0.4rem;
    padding-right: 1rem;
  }
  #wrap .open_event_popup .open_event_content .character_box {
    bottom: 13.5rem;
    max-width: 26.8rem;
    height: 9.8rem;
    padding-top: 0.8rem;
    border-radius: 0.4rem;
  }
  #wrap .open_event_popup .open_event_content .character_box .character_list {
    padding: 0 1.6rem;
  }
  #wrap .open_event_popup .open_event_content .character_box .character_list li .location {
    margin-top: 0.2rem;
    font-size: 0.8rem;
  }
  #wrap .open_event_popup .open_event_content .character_box .character_list li.symposium .character {
    width: 4.4rem;
    height: 5.5rem;
  }
  #wrap .open_event_popup .open_event_content .character_box .character_list li.symposium .location {
    padding-left: 0.1rem;
  }
  #wrap .open_event_popup .open_event_content .character_box .character_list li.ebrand {
    margin-right: 0.6rem;
  }
  #wrap .open_event_popup .open_event_content .character_box .character_list li.ebrand .character {
    width: 4.8rem;
    height: 4.3rem;
  }
  #wrap .open_event_popup .open_event_content .character_box .character_list li.ebrand .location {
    padding-left: 0.7rem;
  }
  #wrap .open_event_popup .open_event_content .character_box .character_list li.event {
    margin-right: 0.7rem;
  }
  #wrap .open_event_popup .open_event_content .character_box .character_list li.event .character {
    width: 4.3rem;
    height: 4.3rem;
  }
  #wrap .open_event_popup .open_event_content .character_box .character_list li.event .location {
    padding-left: 0.7rem;
  }
  #wrap .open_event_popup .open_event_content .character_box .character_list li.insight {
    margin-right: 0.6rem;
  }
  #wrap .open_event_popup .open_event_content .character_box .character_list li.insight .character {
    width: 4.2rem;
    height: 4.6rem;
  }
  #wrap .open_event_popup .open_event_content .character_box .character_list li.insight .location {
    padding-left: 0.4rem;
  }
  #wrap .open_event_popup .open_event_content .character_box .character_list li.contents .character {
    width: 3.7rem;
    height: 4.7rem;
  }
  #wrap .open_event_popup .open_event_content .character_box .character_list li.contents .location {
    padding-left: 0.4rem;
  }
  #wrap .open_event_popup .open_event_content .character_box .event_desc {
    margin-top: 0.5rem;
    font-size: 0.8rem;
  }
  #wrap .answer_total_wrap {
    padding-top: 4rem;
  }
  #wrap .answer_total_wrap .textarea_group {
    min-height: 12rem;
    margin-top: 2.4rem;
    padding: 1.6rem;
  }
  #wrap .answer_total_wrap .textarea_group textarea {
    height: 8.6rem;
    padding-left: 0.4rem;
  }
  #wrap .answer_total_wrap .answer_wrap .answer_box .user_box {
    gap: 1.2rem;
    margin-bottom: 1.6rem;
  }
  #wrap .answer_total_wrap .answer_wrap .answer_box .user_box .thumbnail {
    width: 4.4rem;
    height: 4.4rem;
  }
  #wrap .answer_total_wrap .answer_wrap .answer_box .user_box .thumbnail img {
    width: 100%;
    height: 100%;
  }
  #wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name .name {
    gap: 0.8rem;
    font-size: 1.5rem;
  }
  #wrap .answer_total_wrap .answer_wrap .answer_box .user_box .user_name .name .status {
    height: 2rem;
    font-size: 1.1rem;
  }
  #wrap .answer_total_wrap .answer_wrap .answer_box .comment_box {
    margin-bottom: 2rem;
  }
  #wrap .answer_total_wrap .answer_wrap .answer_box .comment_box p {
    -webkit-line-clamp: 6;
  }
  #wrap .answer_total_wrap .answer_wrap .answer_box .comment_box .btn_more {
    margin-top: 1.6rem;
    font-size: 1.3rem;
  }
  #wrap .answer_total_wrap .answer_wrap .answer_box .btn_view_reply {
    font-size: 1.2rem;
  }
  #wrap .answer_total_wrap .answer_wrap .answer_box .reply_box {
    gap: 0.4rem;
    margin-top: 2rem;
  }
  #wrap .answer_total_wrap .answer_wrap .answer_box .reply_box::before {
    width: 3rem;
    height: 3rem;
    margin-top: 0;
  }
  #wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box .total_box .user_name {
    flex-direction: row;
    margin-bottom: 0.8rem;
  }
  #wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box .total_box .user_name .name {
    font-size: 1.4rem;
  }
  #wrap .answer_total_wrap .answer_wrap .answer_box .reply_box .reply_user_box .total_box .reply_comment {
    font-size: 1.4rem;
  }
  #wrap .share_link_modal,
  #wrap .info_date_modal {
    padding: 0 1rem;
  }
  #wrap .share_link_modal .modal_content,
  #wrap .info_date_modal .modal_content {
    max-width: none;
    padding: 3rem 2.5rem 2.5rem;
  }
  #wrap .share_link_modal .modal_content .modal_header,
  #wrap .info_date_modal .modal_content .modal_header {
    margin-bottom: 2.4rem;
  }
  #wrap .share_link_modal .modal_content .modal_header .modal_tit,
  #wrap .info_date_modal .modal_content .modal_header .modal_tit {
    font-size: 2rem;
  }
  #wrap .share_link_modal .modal_content .share_link_wrap,
  #wrap .info_date_modal .modal_content .share_link_wrap {
    display: flex;
    gap: 3rem;
    flex-direction: column-reverse;
  }
  #wrap .share_link_modal .modal_content .share_link_wrap .link_list,
  #wrap .info_date_modal .modal_content .share_link_wrap .link_list {
    margin-top: 0;
  }
  #wrap .share_link_modal .modal_content .share_link_wrap .link_list a,
  #wrap .info_date_modal .modal_content .share_link_wrap .link_list a {
    width: 4.5rem;
    height: 4.5rem;
  }
  #wrap .share_link_modal .modal_content .share_link_wrap .link_box::before,
  #wrap .info_date_modal .modal_content .share_link_wrap .link_box::before {
    display: none;
  }
  .open_event {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    height: auto;
  }
  .open_event .btn_character {
    top: auto;
    right: 1.6rem;
    bottom: 4.7rem;
  }
  .open_event .btn_character .character {
    width: 15rem;
    height: 15rem;
  }
  .open_event .character_event_wrap {
    top: auto;
    right: 2.6rem;
    bottom: 4rem;
    height: 12.4rem;
    padding: 1.6rem;
  }
  .open_event .character_event_wrap .btn_event_close {
    top: 1.2rem;
    right: 1.2rem;
  }
  .open_event .character_event_wrap .location {
    font-size: 2rem;
  }
  .open_event .character_event_wrap .event_desc {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .open_event .character_event_wrap .character {
    top: 0.7rem;
    right: 1rem;
    width: 11rem;
    height: 11rem;
  }
  .open_event .character_event_wrap.active {
    width: calc(100% - 5.2rem);
  }
}
/* 개발서버 깨짐 수정 */
@media (min-width: 576px) and (max-width: 991.98px) {
  #wrap {
    margin-top: -6.4rem;
  }
}
@media (min-width: 992px) {
  #wrap {
    margin-top: -15.7rem;
  }
}
:root {
  --vh: 1vh;
}

#wrap #header,
#wrapper #header {
  flex-shrink: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 17.9rem;
  z-index: 15;
  background-color: #fafafa;
  transition: transform 0.2s linear, height 0.3s ease;
  font-family: "Pretendard", sans-serif !important;
  line-height: normal !important;
}
#wrap #header.down,
#wrapper #header.down {
  transform: translateY(-18rem);
}
#wrap #header.hover,
#wrapper #header.hover {
  height: 40.1rem;
  box-shadow: 0 2.4rem 3.4rem 0 rgba(0, 0, 0, 0.05);
}
#wrap #header.hover .content_wrap .bottom_wrap .sub_menu,
#wrapper #header.hover .content_wrap .bottom_wrap .sub_menu {
  opacity: 1;
  pointer-events: auto;
}
#wrap #header .top_wrap,
#wrapper #header .top_wrap {
  display: flex;
  position: relative;
  width: 100%;
  height: 4.9rem;
  background-color: #171717;
}
#wrap #header .top_wrap .header_line,
#wrapper #header .top_wrap .header_line {
  display: block;
  position: absolute;
  left: 0;
  bottom: -13rem;
  width: 100vw;
  height: 0.1rem;
  background-color: #e8e8e8;
  opacity: 0.4;
}
#wrap #header .top_wrap .content_wrap,
#wrapper #header .top_wrap .content_wrap {
  display: flex;
  gap: 3rem;
  justify-content: flex-end;
  position: relative;
}
#wrap #header .top_wrap .content_wrap::after,
#wrapper #header .top_wrap .content_wrap::after {
  display: none;
}
#wrap #header .top_wrap .content_wrap .btn_link,
#wrapper #header .top_wrap .content_wrap .btn_link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  font-size: 1.3rem;
  color: #fff;
}
#wrap #header .top_wrap .content_wrap .btn_link::after,
#wrapper #header .top_wrap .content_wrap .btn_link::after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#wrap #header .top_wrap .content_wrap .btn_link.mr::after,
#wrapper #header .top_wrap .content_wrap .btn_link.mr::after {
  background-image: url(../images/icon/ic_arrow_mr.svg);
}
#wrap #header .top_wrap .content_wrap .btn_link.my::after,
#wrapper #header .top_wrap .content_wrap .btn_link.my::after {
  background-image: url(../images/icon/ic_user_mypage.svg);
}
#wrap #header .top_wrap .content_wrap .my_box,
#wrapper #header .top_wrap .content_wrap .my_box {
  display: none;
  position: absolute;
  top: 2.4rem;
  right: 0;
  z-index: 1;
  width: 20rem;
  padding: 2rem 2rem 0.4rem;
  background-color: #fff;
  box-shadow: 0 0.4rem 3rem 0 rgba(0, 0, 0, 0.11);
  border-radius: 1rem;
}
#wrap #header .top_wrap .content_wrap .my_box.active,
#wrapper #header .top_wrap .content_wrap .my_box.active {
  display: block;
}
#wrap #header .top_wrap .content_wrap .my_box .user_box,
#wrapper #header .top_wrap .content_wrap .my_box .user_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
#wrap #header .top_wrap .content_wrap .my_box .user_box .name,
#wrapper #header .top_wrap .content_wrap .my_box .user_box .name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3e3e3e;
}
#wrap #header .top_wrap .content_wrap .my_box .user_box .grade,
#wrapper #header .top_wrap .content_wrap .my_box .user_box .grade {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/icon/grade_simple_silver.svg) no-repeat center/cover;
}
#wrap #header .top_wrap .content_wrap .my_box .link_mypage,
#wrapper #header .top_wrap .content_wrap .my_box .link_mypage {
  display: block;
  width: max-content;
  font-size: 1.3rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap #header .top_wrap .content_wrap .my_box .link_wrap,
#wrapper #header .top_wrap .content_wrap .my_box .link_wrap {
  margin-top: 3.4rem;
}
#wrap #header .top_wrap .content_wrap .my_box .link_wrap li ~ li,
#wrapper #header .top_wrap .content_wrap .my_box .link_wrap li ~ li {
  border-top: 0.1rem solid #e5e5e5;
}
#wrap #header .top_wrap .content_wrap .my_box .link_wrap li a,
#wrapper #header .top_wrap .content_wrap .my_box .link_wrap li a {
  display: flex;
  gap: 0.6rem;
  margin-top: 1.6rem;
  padding-bottom: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap #header .top_wrap .content_wrap .my_box .link_wrap li a::before,
#wrapper #header .top_wrap .content_wrap .my_box .link_wrap li a::before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#wrap #header .top_wrap .content_wrap .my_box .link_wrap li a.admin_mode::before,
#wrapper #header .top_wrap .content_wrap .my_box .link_wrap li a.admin_mode::before {
  background-image: url(../images/icon/ic_admin_mode.svg);
}
#wrap #header .top_wrap .content_wrap .my_box .link_wrap li a.user_update::before,
#wrapper #header .top_wrap .content_wrap .my_box .link_wrap li a.user_update::before {
  background-image: url(../images/icon/ic_user_update.svg);
}
#wrap #header .top_wrap .content_wrap .my_box .link_wrap li a.inquiry::before,
#wrapper #header .top_wrap .content_wrap .my_box .link_wrap li a.inquiry::before {
  background-image: url(../images/icon/ic_inquiry.svg);
}
#wrap #header .top_wrap .content_wrap .my_box .link_wrap li a.logout,
#wrapper #header .top_wrap .content_wrap .my_box .link_wrap li a.logout {
  color: #8b8b8b;
}
#wrap #header .top_wrap .content_wrap .my_box .link_wrap li a.logout::before,
#wrapper #header .top_wrap .content_wrap .my_box .link_wrap li a.logout::before {
  background-image: url(../images/icon/ic_logout.svg);
}
#wrap #header .content_wrap,
#wrapper #header .content_wrap {
  max-width: 143.2rem;
  width: 100%;
  margin: auto;
  padding: 0 1.6rem;
}
#wrap #header .content_wrap .logo,
#wrapper #header .content_wrap .logo {
  display: block;
  position: static;
  float: none;
  width: 10.2rem;
  margin: 2rem 0 1.7rem;
}
#wrap #header .content_wrap .logo img,
#wrapper #header .content_wrap .logo img {
  width: 100%;
}
#wrap #header .content_wrap .mo_btn_wrap,
#wrapper #header .content_wrap .mo_btn_wrap {
  display: none;
}
#wrap #header .content_wrap .mo_search_wrap,
#wrapper #header .content_wrap .mo_search_wrap {
  display: none;
}
#wrap #header .content_wrap .bottom_wrap,
#wrapper #header .content_wrap .bottom_wrap {
  display: flex;
  justify-content: space-between;
}
#wrap #header .content_wrap .bottom_wrap nav > ul,
#wrapper #header .content_wrap .bottom_wrap nav > ul {
  display: flex;
  gap: 7rem;
  align-items: center;
  margin-bottom: 0;
}
#wrap #header .content_wrap .bottom_wrap nav > ul > li,
#wrapper #header .content_wrap .bottom_wrap nav > ul > li {
  position: relative;
}
#wrap #header .content_wrap .bottom_wrap nav > ul > li .depth1,
#wrapper #header .content_wrap .bottom_wrap nav > ul > li .depth1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 5.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}
#wrap #header .content_wrap .bottom_wrap nav > ul > li .depth1::after,
#wrapper #header .content_wrap .bottom_wrap nav > ul > li .depth1::after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #000;
}
#wrap #header .content_wrap .bottom_wrap nav > ul > li .depth1.active::after,
#wrapper #header .content_wrap .bottom_wrap nav > ul > li .depth1.active::after {
  display: block;
}
#wrap #header .content_wrap .bottom_wrap nav > ul > li .sub_menu,
#wrapper #header .content_wrap .bottom_wrap nav > ul > li .sub_menu {
  opacity: 0;
  pointer-events: none;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 7.5rem;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
  margin-bottom: 0;
}
#wrap #header .content_wrap .bottom_wrap nav > ul > li .sub_menu::after,
#wrapper #header .content_wrap .bottom_wrap nav > ul > li .sub_menu::after {
  display: none;
}
#wrap #header .content_wrap .bottom_wrap nav > ul > li .sub_menu li .depth2,
#wrapper #header .content_wrap .bottom_wrap nav > ul > li .sub_menu li .depth2 {
  opacity: 0.5;
  display: flex;
  justify-content: center;
  width: 13.4rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  color: #000;
}
#wrap #header .content_wrap .bottom_wrap nav > ul > li .sub_menu li .depth2:hover,
#wrapper #header .content_wrap .bottom_wrap nav > ul > li .sub_menu li .depth2:hover {
  opacity: 1;
}
#wrap #header .content_wrap .bottom_wrap .search_group,
#wrapper #header .content_wrap .bottom_wrap .search_group {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 33%;
  max-width: 44.7rem;
  height: 4.4rem;
  padding: 0 1.4rem;
  background-color: #f6f6f6;
  border: 0.1rem solid #ededed;
  border-radius: 1rem;
}
#wrap #header .content_wrap .bottom_wrap .search_group input,
#wrapper #header .content_wrap .bottom_wrap .search_group input {
  width: 100%;
  font-family: "Pretendard", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 500;
}
#wrap #header .content_wrap .bottom_wrap .search_group .btn_search,
#wrapper #header .content_wrap .bottom_wrap .search_group .btn_search {
  flex-shrink: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon/ic_search.svg) no-repeat center/cover;
}
#wrap #header .content_wrap .bottom_wrap .mo_mr_my_nav,
#wrap #header .content_wrap .bottom_wrap .banner_link,
#wrap #header .content_wrap .bottom_wrap .go_login,
#wrap #header .content_wrap .bottom_wrap .user_info_wrap,
#wrap #header .content_wrap .bottom_wrap .mo_add_nav,
#wrapper #header .content_wrap .bottom_wrap .mo_mr_my_nav,
#wrapper #header .content_wrap .bottom_wrap .banner_link,
#wrapper #header .content_wrap .bottom_wrap .go_login,
#wrapper #header .content_wrap .bottom_wrap .user_info_wrap,
#wrapper #header .content_wrap .bottom_wrap .mo_add_nav {
  display: none;
}
@media (max-width: 1280px) {
  #wrap #header .content_wrap .bottom_wrap .search_group,
  #wrapper #header .content_wrap .bottom_wrap .search_group {
    width: 18.3%;
  }
}
@media (max-width: 1024px) {
  #wrap #header .content_wrap .bottom_wrap nav,
  #wrapper #header .content_wrap .bottom_wrap nav {
    width: 100%;
  }
  #wrap #header .content_wrap .bottom_wrap nav > ul,
  #wrapper #header .content_wrap .bottom_wrap nav > ul {
    gap: 4rem;
    justify-content: space-between;
    width: 100%;
  }
  #wrap #header .content_wrap .bottom_wrap .search_group,
  #wrapper #header .content_wrap .bottom_wrap .search_group {
    position: absolute;
    top: 6.8rem;
    right: 1.6rem;
    width: 40%;
  }
}
@media (max-width: 768px) {
  #wrap #header,
  #wrapper #header {
    height: 6.1rem;
    border-bottom: 0.1rem solid #f2f2f2;
  }
  #wrap #header.hover,
  #wrapper #header.hover {
    height: 6.1rem;
    box-shadow: none;
  }
  #wrap #header.down,
  #wrapper #header.down {
    transform: translateY(-7rem);
  }
  #wrap #header .top_wrap,
  #wrap #header .header_line,
  #wrapper #header .top_wrap,
  #wrapper #header .header_line {
    display: none;
  }
  #wrap #header .content_wrap,
  #wrapper #header .content_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  #wrap #header .content_wrap .logo,
  #wrapper #header .content_wrap .logo {
    width: 9rem;
    margin: 0;
  }
  #wrap #header .content_wrap .mo_btn_wrap,
  #wrapper #header .content_wrap .mo_btn_wrap {
    display: flex;
    gap: 1.6rem;
    align-items: center;
  }
  #wrap #header .content_wrap .mo_btn_wrap .btn_mo_search,
  #wrapper #header .content_wrap .mo_btn_wrap .btn_mo_search {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../images/icon/ic_search_mo.svg) no-repeat center/cover;
  }
  #wrap #header .content_wrap .mo_btn_wrap .btn_mo_search.hide,
  #wrapper #header .content_wrap .mo_btn_wrap .btn_mo_search.hide {
    display: none;
  }
  #wrap #header .content_wrap .mo_btn_wrap .btn_menu,
  #wrapper #header .content_wrap .mo_btn_wrap .btn_menu {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 2.4rem;
    height: 2.4rem;
  }
  #wrap #header .content_wrap .mo_btn_wrap .btn_menu span,
  #wrapper #header .content_wrap .mo_btn_wrap .btn_menu span {
    display: block;
    width: 2rem;
    height: 0.2rem;
    background-color: #000;
    transition: all 0.3s ease-in-out;
  }
  #wrap #header .content_wrap .mo_btn_wrap .btn_menu.active span:nth-child(1),
  #wrapper #header .content_wrap .mo_btn_wrap .btn_menu.active span:nth-child(1) {
    transform: translateY(0.7rem) rotate(45deg);
  }
  #wrap #header .content_wrap .mo_btn_wrap .btn_menu.active span:nth-child(2),
  #wrapper #header .content_wrap .mo_btn_wrap .btn_menu.active span:nth-child(2) {
    opacity: 0;
  }
  #wrap #header .content_wrap .mo_btn_wrap .btn_menu.active span:nth-child(3),
  #wrapper #header .content_wrap .mo_btn_wrap .btn_menu.active span:nth-child(3) {
    transform: translateY(-0.7rem) rotate(-45deg);
  }
  #wrap #header .content_wrap .mo_search_wrap,
  #wrapper #header .content_wrap .mo_search_wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    position: fixed;
    top: 6.1rem;
    left: 0;
    width: 100%;
    height: 7.6rem;
    padding: 0 1.6rem;
    background-color: #fafafa;
    box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.03);
    border-bottom: 0.1rem solid #f2f2f2;
    opacity: 0;
    transform: translateY(-20%);
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  #wrap #header .content_wrap .mo_search_wrap.active,
  #wrapper #header .content_wrap .mo_search_wrap.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }
  #wrap #header .content_wrap .mo_search_wrap .search_group,
  #wrapper #header .content_wrap .mo_search_wrap .search_group {
    flex: 1;
    display: flex;
    gap: 1rem;
    align-items: center;
    height: 4.8rem;
    padding: 0 1.6rem;
    background-color: #eeeeee;
    border: 0.1rem solid #e5e5e5;
    border-radius: 1rem;
  }
  #wrap #header .content_wrap .mo_search_wrap .search_group .btn_search,
  #wrapper #header .content_wrap .mo_search_wrap .search_group .btn_search {
    flex-shrink: 0;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/icon/ic_search.svg) no-repeat center/cover;
  }
  #wrap #header .content_wrap .mo_search_wrap .search_group input,
  #wrapper #header .content_wrap .mo_search_wrap .search_group input {
    flex: 1;
    font-family: "Pretendard", sans-serif !important;
    font-size: 1.5rem;
    font-weight: 500;
    color: #717171;
  }
  #wrap #header .content_wrap .mo_search_wrap .btn_close,
  #wrapper #header .content_wrap .mo_search_wrap .btn_close {
    flex-shrink: 0;
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    color: #717171;
  }
  #wrap #header .content_wrap .bottom_wrap,
  #wrapper #header .content_wrap .bottom_wrap {
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    top: 6.1rem;
    right: -100%;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: calc(100dvh - 6.1rem);
    padding: 3rem 1.6rem 6rem;
    background-color: #fafafa;
  }
  #wrap #header .content_wrap .bottom_wrap::-webkit-scrollbar,
  #wrapper #header .content_wrap .bottom_wrap::-webkit-scrollbar {
    display: none;
  }
  #wrap #header .content_wrap .bottom_wrap.active,
  #wrapper #header .content_wrap .bottom_wrap.active {
    right: 0;
  }
  #wrap #header .content_wrap .bottom_wrap .search_group,
  #wrapper #header .content_wrap .bottom_wrap .search_group {
    display: none;
  }
  #wrap #header .content_wrap .bottom_wrap nav > ul,
  #wrapper #header .content_wrap .bottom_wrap nav > ul {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
    border-top: 0.1rem solid #e5e5e5;
  }
  #wrap #header .content_wrap .bottom_wrap nav > ul::after,
  #wrapper #header .content_wrap .bottom_wrap nav > ul::after {
    display: none;
  }
  #wrap #header .content_wrap .bottom_wrap nav > ul > li,
  #wrapper #header .content_wrap .bottom_wrap nav > ul > li {
    width: 100%;
    border-bottom: 0.1rem solid #e5e5e5;
  }
  #wrap #header .content_wrap .bottom_wrap nav > ul > li .depth1,
  #wrapper #header .content_wrap .bottom_wrap nav > ul > li .depth1 {
    justify-content: space-between;
    width: 100%;
    height: 6.5rem;
    padding: 0 1.4rem 0 1rem;
    font-size: 1.8rem;
  }
  #wrap #header .content_wrap .bottom_wrap nav > ul > li .depth1::after,
  #wrapper #header .content_wrap .bottom_wrap nav > ul > li .depth1::after {
    content: "";
    display: block;
    position: static;
    width: 2rem;
    height: 2rem;
    background: url(../images/icon/ic_arrow_nav.svg) no-repeat center/cover;
  }
  #wrap #header .content_wrap .bottom_wrap nav > ul > li .depth1.active::after,
  #wrapper #header .content_wrap .bottom_wrap nav > ul > li .depth1.active::after {
    transform: rotate(180deg);
  }
  #wrap #header .content_wrap .bottom_wrap nav > ul > li:nth-child(2) .depth1::after,
  #wrapper #header .content_wrap .bottom_wrap nav > ul > li:nth-child(2) .depth1::after {
    display: none;
  }
  #wrap #header .content_wrap .bottom_wrap nav > ul > li .sub_menu,
  #wrapper #header .content_wrap .bottom_wrap nav > ul > li .sub_menu {
    overflow: hidden;
    opacity: 1;
    pointer-events: auto;
    position: static;
    transform: translateX(0);
    max-height: 0;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  #wrap #header .content_wrap .bottom_wrap nav > ul > li .sub_menu.active,
  #wrapper #header .content_wrap .bottom_wrap nav > ul > li .sub_menu.active {
    max-height: 20rem;
    padding: 0.4rem 0 2.6rem;
  }
  #wrap #header .content_wrap .bottom_wrap nav > ul > li .sub_menu::after,
  #wrapper #header .content_wrap .bottom_wrap nav > ul > li .sub_menu::after {
    display: none;
  }
  #wrap #header .content_wrap .bottom_wrap nav > ul > li .sub_menu li,
  #wrapper #header .content_wrap .bottom_wrap nav > ul > li .sub_menu li {
    width: 100%;
  }
  #wrap #header .content_wrap .bottom_wrap nav > ul > li .sub_menu li .depth2,
  #wrapper #header .content_wrap .bottom_wrap nav > ul > li .sub_menu li .depth2 {
    justify-content: flex-start;
    width: 100%;
    padding: 0 3rem;
    font-size: 1.6rem;
  }
  #wrap #header .content_wrap .bottom_wrap .mo_mr_my_nav,
  #wrapper #header .content_wrap .bottom_wrap .mo_mr_my_nav {
    display: flex;
    gap: 5rem;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding-top: 3rem;
  }
  #wrap #header .content_wrap .bottom_wrap .mo_mr_my_nav::after,
  #wrapper #header .content_wrap .bottom_wrap .mo_mr_my_nav::after {
    display: none;
  }
  #wrap #header .content_wrap .bottom_wrap .mo_mr_my_nav li a,
  #wrapper #header .content_wrap .bottom_wrap .mo_mr_my_nav li a {
    display: flex;
    gap: 0.6rem;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 10.9rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #292d32;
  }
  #wrap #header .content_wrap .bottom_wrap .mo_mr_my_nav li a::after,
  #wrapper #header .content_wrap .bottom_wrap .mo_mr_my_nav li a::after {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
  }
  #wrap #header .content_wrap .bottom_wrap .mo_mr_my_nav li a.btn_mr::after,
  #wrapper #header .content_wrap .bottom_wrap .mo_mr_my_nav li a.btn_mr::after {
    width: 1.8rem;
    height: 1.8rem;
    background: url(../images/icon/ic_arrow_mr_black.svg) no-repeat center/cover;
  }
  #wrap #header .content_wrap .bottom_wrap .mo_mr_my_nav li a.btn_my::after,
  #wrapper #header .content_wrap .bottom_wrap .mo_mr_my_nav li a.btn_my::after {
    background: url(../images/icon/ic_user_mypage_black.svg) no-repeat center/cover;
  }
  #wrap #header .content_wrap .bottom_wrap .mo_mr_my_nav li a.btn_my::before,
  #wrapper #header .content_wrap .bottom_wrap .mo_mr_my_nav li a.btn_my::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.4rem;
    left: -2.5rem;
    width: 0.1rem;
    height: 1.2rem;
    background-color: #d9d9d9;
  }
  #wrap #header .content_wrap .bottom_wrap .mo_add_nav,
  #wrapper #header .content_wrap .bottom_wrap .mo_add_nav {
    display: flex;
    gap: 6rem;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
  }
  #wrap #header .content_wrap .bottom_wrap .mo_add_nav::after,
  #wrapper #header .content_wrap .bottom_wrap .mo_add_nav::after {
    display: none;
  }
  #wrap #header .content_wrap .bottom_wrap .mo_add_nav li a,
  #wrapper #header .content_wrap .bottom_wrap .mo_add_nav li a {
    display: flex;
    gap: 0.6rem;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 10.9rem;
    height: 3rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #8B8B8B;
  }
  #wrap #header .content_wrap .bottom_wrap .mo_add_nav li a::after,
  #wrapper #header .content_wrap .bottom_wrap .mo_add_nav li a::after {
    content: "";
    display: block;
    width: 1.8rem;
    height: 1.8rem;
  }
  #wrap #header .content_wrap .bottom_wrap .mo_add_nav li a.btn_admin::before,
  #wrapper #header .content_wrap .bottom_wrap .mo_add_nav li a.btn_admin::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.9rem;
    right: -3rem;
    width: 0.1rem;
    height: 1.2rem;
    background-color: #D9D9D9;
  }
  #wrap #header .content_wrap .bottom_wrap .mo_add_nav li a.btn_admin::after,
  #wrapper #header .content_wrap .bottom_wrap .mo_add_nav li a.btn_admin::after {
    background: url(../images/icon/ic_admin_mode_silver.svg) no-repeat center/cover;
  }
  #wrap #header .content_wrap .bottom_wrap .mo_add_nav li a.btn_logout::after,
  #wrapper #header .content_wrap .bottom_wrap .mo_add_nav li a.btn_logout::after {
    background: url(../images/icon/ic_logout.svg) no-repeat center/cover;
  }
  #wrap #header .content_wrap .bottom_wrap .banner_link,
  #wrapper #header .content_wrap .bottom_wrap .banner_link {
    display: block;
    margin-top: 2rem;
  }
  #wrap #header .content_wrap .bottom_wrap .go_login,
  #wrapper #header .content_wrap .bottom_wrap .go_login {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    font-size: 2.4rem;
    font-weight: 700;
    color: #080808;
  }
  #wrap #header .content_wrap .bottom_wrap .go_login::after,
  #wrapper #header .content_wrap .bottom_wrap .go_login::after {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    background: url(../images/icon/ic_arrow_login.svg) no-repeat center/cover;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box {
    display: flex;
    gap: 1.6rem;
    align-items: center;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .btn_user,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .btn_user {
    display: flex;
    width: 8rem;
    height: 8rem;
    background: url(../images/main/user_basic.svg) no-repeat center/cover;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .btn_user img,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .btn_user img {
    width: 100%;
    height: 100%;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .user_info,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .user_info {
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .user_info .grade,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .user_info .grade {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #868686;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .user_info .grade::before,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .user_info .grade::before {
    content: "";
    display: block;
    width: 2rem;
    height: 2.2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .user_info .grade.new::before,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .user_info .grade.new::before {
    background-image: url(../images/icon/grade_new.svg);
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .user_info .grade.bronze::before,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .user_info .grade.bronze::before {
    background-image: url(../images/icon/grade_bronze.svg);
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .user_info .grade.silver::before,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .user_info .grade.silver::before {
    background-image: url(../images/icon/grade_silver.svg);
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .user_info .grade.gold::before,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .user_info .grade.gold::before {
    background-image: url(../images/icon/grade_gold.svg);
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .user_info .grade.diamond::before,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .user_info .grade.diamond::before {
    background-image: url(../images/icon/grade_diamond.svg);
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .user_info .grade.platinum::before,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .user_info .grade.platinum::before {
    background-image: url(../images/icon/grade_platinum.svg);
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .user_info .name,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .user_info .name {
    display: flex;
    gap: 0.4rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #3e3e3e;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .user_info .name::after,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .user_info_box .user_info .name::after {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background: url(../images/icon/ic_arrow_login.svg) no-repeat center/cover;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    margin-top: 2rem;
    padding: 1.6rem;
    background-color: #3e3e3e;
    border-radius: 1rem;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap {
    display: flex;
    justify-content: space-between;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade::before,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade::before {
    content: "";
    display: block;
    width: 1.8rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.new,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.new {
    color: #13A825;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.new::before,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.new::before {
    background-image: url(../images/icon/grade_new.svg);
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.bronze,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.bronze {
    color: #CE7C23;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.bronze::before,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.bronze::before {
    background-image: url(../images/icon/grade_bronze.svg);
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.silver,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.silver {
    color: #868686;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.silver::before,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.silver::before {
    background-image: url(../images/icon/grade_silver.svg);
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.gold,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.gold {
    color: #DFA321;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.gold::before,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.gold::before {
    background-image: url(../images/icon/grade_gold.svg);
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.diamond,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.diamond {
    color: #BF0000;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.diamond::before,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.diamond::before {
    background-image: url(../images/icon/grade_diamond.svg);
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.platinum,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.platinum {
    color: #5A5A5A;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.platinum::before,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .grade_wrap .grade.platinum::before {
    background-image: url(../images/icon/grade_platinum.svg);
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .process,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .process {
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .process .txt_wrap,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .process .txt_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 500;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .process .txt_wrap .tit,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .process .txt_wrap .tit {
    opacity: 0.6;
    margin-bottom: 0;
    color: #fff;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .process .txt_wrap .num,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .process .txt_wrap .num {
    margin-bottom: 0;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .process .txt_wrap .num .current,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .process .txt_wrap .num .current {
    color: #fff;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .process .txt_wrap .num .total,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .process .txt_wrap .num .total {
    color: #fff;
    opacity: 0.6;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .process .process_bar,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .process .process_bar {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 1rem;
    background-color: #2b2b2b;
    border-radius: 2rem;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .process .process_bar .process_current_bar,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .grade_process_wrap .process .process_bar .process_current_bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(90deg, #dc5252 0%, #e6002d 100%);
    border-radius: 2rem;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .link_wrap,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .link_wrap {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin-top: 0.6rem;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .link_wrap .btn_link,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .link_wrap .btn_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: calc(50% - 0.3rem);
    height: 4.8rem;
    padding: 0 1.6rem;
    background-color: #fff;
    border: 0.1rem solid #eaeaea;
    border-radius: 1rem;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .link_wrap .btn_link .tit,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .link_wrap .btn_link .tit {
    padding: 0;
    background: transparent;
    font-size: 1.3rem;
    font-weight: 500;
    color: #3e3e3e;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .link_wrap .btn_link .num,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .link_wrap .btn_link .num {
    padding: 0;
    background: transparent;
    font-size: 1.6rem;
    font-weight: 600;
    color: #3e3e3e;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .btn_view_grade,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .btn_view_grade {
    display: flex;
    gap: 0.4rem;
    justify-content: center;
    align-items: center;
    height: 3.6rem;
    margin: 2rem auto 0;
    padding: 0 2rem;
    background-color: #fff;
    border: 0.1rem solid #e5e5e5;
    border-radius: 3rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #3e3e3e;
  }
  #wrap #header .content_wrap .bottom_wrap .user_info_wrap .btn_view_grade::before,
  #wrapper #header .content_wrap .bottom_wrap .user_info_wrap .btn_view_grade::before {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/icon/ic_info.svg) no-repeat center/cover;
  }
}

#footer {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: auto;
  background-color: #fafafa;
  border-top: 0.1rem solid #f2f2f2;
  font-family: "Pretendard", sans-serif !important;
  line-height: normal !important;
}
#footer .content_wrap {
  max-width: 143.2rem;
  width: 100%;
  padding: 0 1.6rem;
}
#footer .content_wrap .footer_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 0;
  background-color: #fafafa;
  border-bottom: 0.1rem solid #f2f2f2;
}
#footer .content_wrap .footer_link .link_wrap {
  display: flex;
  gap: 4rem;
}
#footer .content_wrap .footer_link .link_wrap a {
  font-size: 1.3rem;
  font-weight: 600;
  color: #3e3e3e;
}
#footer .content_wrap .footer_link .family_site {
  position: relative;
}
#footer .content_wrap .footer_link .family_site .btn_family {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 20.8rem;
  height: 3.3rem;
  padding: 0 0.6rem 0 1.6rem;
  background-color: #fafafa;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(62, 62, 62, 0.8);
}
#footer .content_wrap .footer_link .family_site .btn_family::after {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background: url(../images/icon/ic_arrow_familysite.svg) no-repeat center;
}
#footer .content_wrap .footer_link .family_site .site_wrap {
  display: none;
  position: absolute;
  top: 3.2rem;
  left: 0;
  width: 100%;
  padding: 0.6rem 0;
  background-color: #fafafa;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
}
#footer .content_wrap .footer_link .family_site .site_wrap a {
  display: block;
  padding: 0 1.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: rgba(62, 62, 62, 0.8);
}
#footer .content_wrap .footer_info {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.6rem 0 4rem;
}
#footer .content_wrap .footer_info .left_wrap {
  padding-top: 1.4rem;
}
#footer .content_wrap .footer_info .left_wrap .logo {
  display: flex;
  position: static;
  float: none;
  width: max-content;
  height: 2rem;
  margin-top: 0;
}
#footer .content_wrap .footer_info .left_wrap .logo img {
  height: 100%;
}
#footer .content_wrap .footer_info .left_wrap .address {
  opacity: 0.8;
  margin: 3rem 0 0.8rem;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 600;
}
#footer .content_wrap .footer_info .left_wrap .copyright {
  opacity: 0.8;
  font-size: 1.2rem;
  font-weight: 500;
}
#footer .content_wrap .footer_info .right_wrap .sns_link {
  display: flex;
  gap: 1.6rem;
}
#footer .content_wrap .footer_info .right_wrap .sns_link .ic_sns {
  overflow: hidden;
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  text-indent: -999.9rem;
}
#footer .content_wrap .footer_info .right_wrap .sns_link .ic_sns.youtube {
  background: url(../images/common/logo_youtube.svg) no-repeat center/cover;
}
#footer .content_wrap .footer_info .right_wrap .sns_link .ic_sns.facebook {
  background: url(../images/common/logo_facebook.svg) no-repeat center/cover;
}
#footer .content_wrap .footer_info .right_wrap .sns_link .ic_sns.blog {
  background: url(../images/common/logo_naver_blog.svg) no-repeat center/cover;
}
@media (max-width: 768px) {
  #footer .content_wrap {
    position: relative;
  }
  #footer .content_wrap .footer_link {
    padding: 2.4rem 0;
  }
  #footer .content_wrap .footer_link .link_wrap {
    gap: 1.2rem 1.6rem;
    flex-wrap: wrap;
    padding-right: 7.4rem;
  }
  #footer .content_wrap .footer_link .link_wrap a {
    opacity: 0.8;
  }
  #footer .content_wrap .footer_link .family_site {
    position: absolute;
    left: 1.6rem;
    bottom: 5rem;
    width: calc(100% - 3.2rem);
  }
  #footer .content_wrap .footer_link .family_site .btn_family {
    width: 100%;
    height: 5rem;
    padding: 0 1.6rem;
    font-size: 1.4rem;
  }
  #footer .content_wrap .footer_link .family_site .site_wrap {
    top: auto;
    bottom: 4.9rem;
    z-index: 1;
  }
  #footer .content_wrap .footer_info {
    gap: 3.6rem;
    flex-direction: column;
    padding: 3.2rem 0 12rem;
  }
  #footer .content_wrap .footer_info .left_wrap {
    padding-top: 0;
  }
  #footer .content_wrap .footer_info .left_wrap .address {
    margin-bottom: 1.2rem;
  }
}

#modalContainer .modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2) !important;
  font-family: "Pretendard", sans-serif !important;
  line-height: normal;
  /* 캘린더 모달 */
  /* 회원등급가이드 모달 */
}
#modalContainer .modal .modal_content {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 37rem;
  width: 100%;
  max-height: 69.5vh;
  padding: 5rem 2rem 2rem;
  background-color: #fff;
  border-radius: 3rem;
  box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.08);
}
#modalContainer .modal .modal_content .modal_info {
  margin-bottom: 4rem;
}
#modalContainer .modal .modal_content .modal_info .info {
  height: auto;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
#modalContainer .modal .modal_content .btn_wrap {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
#modalContainer .modal .modal_content .btn_wrap button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  width: 16rem;
  height: 5rem;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
}
#modalContainer .modal .modal_content .btn_wrap button.btn_red {
  background-color: #e6002d;
  color: #fff;
}
#modalContainer .modal .modal_content .btn_wrap button.btn_gray {
  background-color: #eeeeee;
  color: #717171;
}
#modalContainer .modal#calendarModal {
  padding: 0 1.6rem;
}
#modalContainer .modal#calendarModal .modal_content {
  overflow: hidden;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  max-width: 104rem;
  max-height: 90vh;
  padding: 1.2rem 2rem 0;
  border-radius: 1rem;
}
#modalContainer .modal#calendarModal .modal_content .modal_tit {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#modalContainer .modal#calendarModal .modal_content .modal_tit .left_wrap {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
#modalContainer .modal#calendarModal .modal_content .modal_tit .left_wrap .sub_tit {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 0;
  font-size: 1.7rem;
  font-weight: 600;
  color: #3e3e3e;
}
#modalContainer .modal#calendarModal .modal_content .modal_tit .left_wrap .sub_tit::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/icon/ic_calendar.svg) no-repeat center/cover;
}
#modalContainer .modal#calendarModal .modal_content .modal_tit .left_wrap .sub_desc {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #8b8b8b;
}
#modalContainer .modal#calendarModal .modal_content .modal_tit .right_wrap {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
#modalContainer .modal#calendarModal .modal_content .modal_tit .right_wrap .btn_view_grade,
#modalContainer .modal#calendarModal .modal_content .modal_tit .right_wrap .btn_reply_courses {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  height: 3.6rem;
  padding: 0 2rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #3e3e3e;
}
#modalContainer .modal#calendarModal .modal_content .modal_tit .right_wrap .btn_view_grade::before,
#modalContainer .modal#calendarModal .modal_content .modal_tit .right_wrap .btn_reply_courses::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}
#modalContainer .modal#calendarModal .modal_content .modal_tit .right_wrap .btn_view_grade::before {
  background: url(../images/icon/ic_info.svg) no-repeat center/cover;
}
#modalContainer .modal#calendarModal .modal_content .modal_tit .right_wrap .btn_reply_courses::before {
  background: url(../images/icon/ic_alarm.svg) no-repeat center/cover;
}
#modalContainer .modal#calendarModal .modal_content .modal_tit .right_wrap .btn_close {
  display: block;
  position: static;
  width: 2rem;
  height: 2rem;
  margin-left: 1.2rem;
  background: url(../images/icon/ic_modal_close.svg) no-repeat center/cover;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap {
  overflow-y: auto;
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap::-webkit-scrollbar {
  width: 0.3rem;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 3rem;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap {
  flex-shrink: 0;
  display: flex;
  gap: 1rem;
  position: relative;
  z-index: 1;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_calendar_box {
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  height: 3.2rem;
  background-color: #eeeeee;
  border-radius: 1rem;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_calendar_box button {
  display: flex;
  gap: 0.3rem;
  justify-content: center;
  align-items: center;
  width: 5.7rem;
  border: 0.1rem solid #eeeeee;
  border-radius: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #8b8b8b;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_calendar_box button::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_calendar_box button.active {
  background-color: #fff;
  border-color: #eaeaea;
  color: #3e3e3e;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_calendar_box button.btn_month::before {
  background-image: url(../images/icon/ic_calendar_gray.svg);
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_calendar_box button.btn_month.active::before {
  background-image: url(../images/icon/ic_calendar.svg);
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_calendar_box button.btn_week::before {
  background-image: url(../images/icon/ic_calendar_month.svg);
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_calendar_box button.btn_week.active::before {
  background-image: url(../images/icon/ic_calendar_month_active.svg);
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_today {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.7rem;
  height: 3.2rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #3e3e3e;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap {
  display: none;
  gap: 1rem;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap.active {
  display: flex;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .btn_last_month,
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .btn_next_month {
  display: block;
  width: 3.3rem;
  height: 3.3rem;
  background: url(../images/icon/ic_calendar_arrow.svg) no-repeat center/cover;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .btn_last_month {
  transform: scaleX(-1);
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .date_txt {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  position: relative;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .date_txt .date {
  margin-bottom: 0;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #2e2e2e;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .date_txt .btn_total_month {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  background: #fff url(../images/icon/ic_calendar_down.svg) no-repeat center;
  border: 0.1rem solid #eaeaea;
  border-radius: 0.6rem;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .date_txt .total_month_wrap {
  display: none;
  position: absolute;
  top: 3.5rem;
  left: 13.5rem;
  z-index: 1;
  width: 20.6rem;
  padding: 1.2rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 0.6rem;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .date_txt .total_month_wrap.active {
  display: block;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .date_txt .total_month_wrap .year_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .date_txt .total_month_wrap .year_wrap .btn_last_year,
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .date_txt .total_month_wrap .year_wrap .btn_next_year {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background: #fff url(../images/icon/ic_calendar_down.svg) no-repeat center/0.7rem;
  border: 0.1rem solid #eaeaea;
  border-radius: 0.6rem;
  transform: rotate(90deg);
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .date_txt .total_month_wrap .year_wrap .btn_next_year {
  transform: rotate(-90deg);
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .date_txt .total_month_wrap .year_wrap .year {
  font-size: 1.6rem;
  font-weight: 600;
  color: #3e3e3e;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .date_txt .total_month_wrap .month_wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.4rem 0;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .date_txt .total_month_wrap .month_wrap .btn_year {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  background-color: #fff;
  border-radius: 0.6rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #3e3e3e;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .date_txt .total_month_wrap .month_wrap .btn_year.active {
  background-color: #2e2e2e;
  color: #fff;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_week_wrap {
  display: none;
  gap: 1rem;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_week_wrap.active {
  display: flex;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_week_wrap .btn_last_week,
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_week_wrap .btn_next_week {
  display: block;
  width: 3.3rem;
  height: 3.3rem;
  background: url(../images/icon/ic_calendar_arrow.svg) no-repeat center/cover;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_week_wrap .btn_last_week {
  transform: scaleX(-1);
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_week_wrap .date_txt {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  position: relative;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_week_wrap .date_txt .date {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #2e2e2e;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box {
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  padding-bottom: 2.5rem;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box::-webkit-scrollbar {
  width: 0.3rem;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 3rem;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box.active {
  display: block;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .day_wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .day_wrap .day {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 3.6rem;
  padding: 0 1.2rem 0 0;
  background-color: #fafafa;
  border-radius: 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #8b8b8b;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .day_wrap .day:first-child {
  border-radius: 0.6rem 0 0 0.6rem;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .day_wrap .day:last-child {
  border-radius: 0 0.6rem 0.6rem 0;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100rem;
  height: 0.1rem;
  background-color: #fff;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.1rem;
  height: 100%;
  background-color: #fff;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day {
  display: flex;
  gap: 0.6rem;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 15rem;
  padding: 1.2rem 1.2rem 0.6rem;
  background-color: #fff;
  border-left: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
  border-radius: 0;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day .day_txt {
  display: flex;
  gap: 0.4rem;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #565656;
  text-align: right;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day .type {
  position: absolute;
  top: 1.4rem;
  left: 1.2rem;
  max-width: calc(100% - 6rem);
  margin-bottom: 0;
  padding-left: 1.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #f33333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day .type::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background-color: #f33333;
  border-radius: 50%;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day .memo_box {
  display: flex;
  gap: 0.8rem;
  justify-content: space-between;
  min-height: 4.9rem;
  padding: 0.8rem;
  background-color: #ffe3e0;
  border-radius: 0.6rem;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day .memo_box .memo {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
  color: #2e2e2e;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day .memo_box .view_complete {
  flex-shrink: 0;
  display: block;
  width: 2.7rem;
  height: 3.6rem;
  background: url(../images/icon/img_view_complete.png) no-repeat center/cover;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day .day_btn_wrap {
  overflow: hidden;
  display: flex;
  gap: 0.6rem;
  width: calc(100% + 1.2rem);
  margin-top: auto;
  margin-left: -0.6rem;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day .day_btn_wrap .btn_regist {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.8rem;
  background-color: #e6002d;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.06);
  border-radius: 0.6rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day .day_btn_wrap .btn_regist.complete {
  background-color: #2e2e2e;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day .day_btn_wrap .btn_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.7rem;
  height: 2.8rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.6rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.06);
  font-size: 1rem;
  font-weight: 600;
  color: #8b8b8b;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day .day_btn_wrap .btn_more::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/icon/ic_calendar_plus.svg) no-repeat center/cover;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day.last_month .day_txt {
  opacity: 0.3;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day.today .day_txt {
  font-weight: 700;
  color: #e6002d;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day.today .day_txt::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #e6002d;
  border-radius: 50%;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .week {
  display: flex;
  gap: 0.6rem;
  flex-direction: column;
  position: relative;
  min-height: 50rem;
  padding: 1.2rem 1.2rem 2rem;
  background-color: #fff;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .week ~ .week {
  border-left: 0.1rem solid #e5e5e5;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .week .day_txt {
  display: flex;
  gap: 0.4rem;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #565656;
  text-align: right;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .week .type {
  position: absolute;
  top: 1.4rem;
  left: 1.2rem;
  max-width: calc(100% - 6rem);
  padding-left: 1.2rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #f33333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .week .type::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background-color: #f33333;
  border-radius: 50%;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .week .memo_box {
  display: flex;
  flex-direction: column;
  background-color: #ffe3e0;
  border: 0.1rem solid rgba(0, 0, 0, 0.06);
  border-radius: 0.6rem;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .week .memo_box .memo {
  padding: 0.8rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.06);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
  color: #2e2e2e;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .week .memo_box .doctor {
  padding: 0.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6rem;
  color: #f33333;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .week .memo_box .doctor .sm_txt {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .week .week_btn_wrap {
  overflow: hidden;
  display: flex;
  gap: 0.6rem;
  margin-top: 0.6rem;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .week .week_btn_wrap .btn_regist {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.8rem;
  background-color: #e6002d;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.06);
  border-radius: 0.6rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .week .week_btn_wrap .btn_regist.complete {
  background-color: #2e2e2e;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .week .week_btn_wrap .btn_regist.replay, #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .week .week_btn_wrap .btn_regist.view {
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  font-weight: 500;
  color: #2e2e2e;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .week .week_btn_wrap .btn_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.7rem;
  height: 2.8rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.6rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.06);
  font-size: 1rem;
  font-weight: 600;
  color: #8b8b8b;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .week .week_btn_wrap .btn_more::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/icon/ic_calendar_plus.svg) no-repeat center/cover;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .week .view_complete {
  display: block;
  width: 8rem;
  height: 10.6rem;
  margin: auto auto 0;
  background: url(../images/icon/img_view_complete.png) no-repeat center/cover;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .week.today .day_txt {
  font-weight: 700;
  color: #e6002d;
}
#modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .week.today .day_txt::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #e6002d;
  border-radius: 50%;
}
#modalContainer .modal#gradeGuideModal .modal_content {
  overflow-y: auto;
  position: relative;
  max-width: 50rem;
  max-height: 90vh;
  padding: 3rem 2rem;
}
#modalContainer .modal#gradeGuideModal .modal_content::-webkit-scrollbar {
  display: none;
}
#modalContainer .modal#gradeGuideModal .modal_content .modal_tit {
  flex-shrink: 0;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
#modalContainer .modal#gradeGuideModal .modal_content .btn_close {
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  background: url(../images/icon/ic_close.svg) no-repeat center/cover;
}
#modalContainer .modal#gradeGuideModal .modal_content .modal_info {
  overflow-y: auto;
  flex: 1;
  margin-bottom: 0;
}
#modalContainer .modal#gradeGuideModal .modal_content .modal_info::-webkit-scrollbar {
  width: 0.4rem;
}
#modalContainer .modal#gradeGuideModal .modal_content .modal_info::-webkit-scrollbar-track {
  background: #eeeeee;
  border-radius: 1rem;
}
#modalContainer .modal#gradeGuideModal .modal_content .modal_info::-webkit-scrollbar-thumb {
  background-color: #717171;
  border-radius: 1rem;
}
#modalContainer .modal#gradeGuideModal .modal_content .grade_info_tit,
#modalContainer .modal#gradeGuideModal .modal_content .contents_watch_tit {
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #717171;
}
#modalContainer .modal#gradeGuideModal .modal_content .contents_watch_tit {
  margin-top: 1.6rem;
}
#modalContainer .modal#gradeGuideModal .modal_content .grade_info_desc {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #717171;
}
#modalContainer .modal#gradeGuideModal .modal_content .grade_info_list li,
#modalContainer .modal#gradeGuideModal .modal_content .contents_watch_list li {
  font-size: 1.3rem;
  font-weight: 500;
  color: #717171;
}
#modalContainer .modal#gradeGuideModal .modal_content .grade_info_list li ~ li,
#modalContainer .modal#gradeGuideModal .modal_content .contents_watch_list li ~ li {
  margin-top: 0.3rem;
}
#modalContainer .modal#gradeGuideModal .modal_content .grade_info_sub_desc,
#modalContainer .modal#gradeGuideModal .modal_content .contents_watch_sub_desc {
  margin-top: 0.6rem;
  font-size: 1.3rem;
  color: #8b8b8b;
}
#modalContainer .modal#gradeGuideModal .modal_content .grade_tier {
  margin-top: 2rem;
  margin-bottom: 0;
}
#modalContainer .modal#gradeGuideModal .modal_content .grade_tier > li {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  position: relative;
  padding: 1.4rem 0.8rem 0.7rem;
  border-top: 0.1rem solid #e5e5e5;
}
#modalContainer .modal#gradeGuideModal .modal_content .grade_tier > li .grade_img {
  width: 6.6rem;
}
#modalContainer .modal#gradeGuideModal .modal_content .grade_tier > li .grade_txt_wrap {
  margin-right: 1.6rem;
}
#modalContainer .modal#gradeGuideModal .modal_content .grade_tier > li .grade_txt_wrap .grade_txt {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #3e3e3e;
}
#modalContainer .modal#gradeGuideModal .modal_content .grade_tier > li .grade_txt_wrap .grade_info {
  display: flex;
  gap: 0.2rem;
  justify-content: center;
  align-items: center;
  height: 2.2rem;
  padding: 0 0.6rem;
  background-color: #eeeeee;
  border-radius: 0.6rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #717171;
}
#modalContainer .modal#gradeGuideModal .modal_content .grade_tier > li .grade_txt_wrap .grade_info::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/icon/ic_info_717171.svg) no-repeat center/cover;
}
#modalContainer .modal#gradeGuideModal .modal_content .grade_tier > li .detail_grade_info {
  margin-bottom: 0;
}
#modalContainer .modal#gradeGuideModal .modal_content .grade_tier > li .detail_grade_info li {
  font-size: 1.4rem;
  font-weight: 600;
  color: #3e3e3e;
}
#modalContainer .modal#gradeGuideModal .modal_content .grade_tier > li .detail_grade_info li ~ li {
  margin-top: 1rem;
}
#modalContainer .modal#gradeGuideModal .modal_content .grade_tier > li .detail_grade_info li .point {
  color: #e6002d;
}
#modalContainer .modal#gradeGuideModal .modal_content .grade_tier > li .current_grade {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 2.2rem;
  padding: 0 0.6rem;
  background-color: #3e3e3e;
  border-radius: 0 0 0.6rem 0.6rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1024px) {
  #modalContainer .modal#calendarModal .modal_content .modal_tit {
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  #modalContainer .modal#calendarModal .modal_content .modal_tit .right_wrap .btn_close {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    margin: 0;
  }
}
@media (max-width: 768px) {
  #modalContainer .modal {
    padding: 0 2rem;
  }
  #modalContainer .modal .modal_content {
    max-width: none;
    padding-top: 3rem;
  }
  #modalContainer .modal .modal_content .modal_info {
    margin-bottom: 2rem;
  }
  #modalContainer .modal .modal_content .modal_info .info {
    font-size: 1.6rem;
  }
  #modalContainer .modal#calendarModal {
    top: 6rem;
    z-index: 9;
    height: calc(100% - 6rem);
    padding: 0;
  }
  #modalContainer .modal#calendarModal .modal_content {
    gap: 1.6rem;
    max-height: none;
    height: 100%;
    padding: 3rem 0.6rem;
    border-radius: 0;
  }
  #modalContainer .modal#calendarModal .modal_content .modal_tit {
    gap: 1.6rem;
    padding: 0 0 2rem 1rem;
    border-bottom: 0.1rem solid #e5e5e5;
  }
  #modalContainer .modal#calendarModal .modal_content .modal_tit .left_wrap {
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  #modalContainer .modal#calendarModal .modal_content .modal_tit .left_wrap .sub_tit {
    gap: 0.6rem;
    font-size: 2rem;
  }
  #modalContainer .modal#calendarModal .modal_content .modal_tit .left_wrap .sub_tit::before {
    width: 2.4rem;
    height: 2.4rem;
  }
  #modalContainer .modal#calendarModal .modal_content .modal_tit .right_wrap .btn_view_grade,
  #modalContainer .modal#calendarModal .modal_content .modal_tit .right_wrap .btn_reply_courses {
    gap: 0.5rem;
    padding: 0 1.6rem;
    font-size: 1.4rem;
  }
  #modalContainer .modal#calendarModal .modal_content .modal_tit .right_wrap .btn_view_grade::before,
  #modalContainer .modal#calendarModal .modal_content .modal_tit .right_wrap .btn_reply_courses::before {
    width: 1.5rem;
    height: 1.5rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap {
    gap: 1.6rem;
    overscroll-behavior: none;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap::-webkit-scrollbar-thumb {
    background-color: #717171;
    border-radius: 3rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap::-webkit-scrollbar-track {
    background-color: #eeeeee;
    border-radius: 1rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap {
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #fff;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_calendar_box {
    height: 4rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_calendar_box button {
    gap: 0.4rem;
    width: 6.8rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_today {
    position: absolute;
    top: 0;
    right: 0;
    width: 4.7rem;
    height: 4rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap,
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_week_wrap {
    gap: 1.6rem;
    justify-content: center;
    position: static;
    transform: translateX(0);
    width: 100%;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .date_txt .date,
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_week_wrap .date_txt .date {
    font-size: 2.4rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .date_txt .btn_total_month,
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_week_wrap .date_txt .btn_total_month {
    width: 2rem;
    height: 2rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .date_txt .total_month_wrap {
    left: -9rem;
    width: 32.8rem;
    height: 16.8rem;
    padding: 1.4rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .date_txt .total_month_wrap .year_wrap {
    margin-bottom: 1rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .date_txt .total_month_wrap .year_wrap .btn_last_year,
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .date_txt .total_month_wrap .year_wrap .btn_next_year {
    width: 3rem;
    height: 3rem;
    background-size: 0.9rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .date_txt .total_month_wrap .year_wrap .year {
    font-size: 2rem;
    line-height: 3rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .total_btn_wrap .btn_month_wrap .date_txt .total_month_wrap .month_wrap .btn_year {
    height: 5rem;
    font-size: 1.5rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .day_wrap .day {
    height: 2.8rem;
    padding-right: 0.6rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day {
    gap: 1.5rem;
    height: 10rem;
    padding: 0.5rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day .date_txt {
    gap: 0.6rem;
    font-size: 1.3rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day .type {
    top: 2rem;
    left: 0.6rem;
    max-width: none;
    width: calc(100% - 1.2rem);
    margin-bottom: 0;
    padding-left: 0;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day .type::before {
    display: none;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day .memo_box {
    gap: 0;
    min-height: auto;
    padding: 0.3rem 0.4rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day .memo_box .memo {
    font-size: 1.1rem;
    font-weight: 600;
    -webkit-line-clamp: 1;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day .memo_box .view_complete {
    position: absolute;
    left: 50%;
    bottom: 0.6rem;
    transform: translateX(-50%);
    width: 1.8rem;
    height: 2.4rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box .calendar_grid .day .day_btn_wrap {
    display: none;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#week {
    min-height: max-content;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#week.active {
    display: flex;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#week .day_wrap {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    width: 2.4rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#week .day_wrap .day {
    flex-shrink: 0;
    justify-content: center;
    height: 18.2rem;
    padding: 0;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#week .calendar_grid {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#week .calendar_grid::after, #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#week .calendar_grid::before {
    display: none;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#week .calendar_grid .week {
    flex-shrink: 0;
    gap: 0.9rem;
    min-height: auto;
    height: 18.2rem;
    padding: 1rem 0 0 1.2rem;
    border-top: 0.1rem solid #e5e5e5;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#week .calendar_grid .week ~ .week {
    border-left: none;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#week .calendar_grid .week .day_txt {
    gap: 1rem;
    justify-content: flex-start;
    font-size: 1.5rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#week .calendar_grid .week .type {
    top: 1.1rem;
    left: 3.8rem;
    font-size: 1.3rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#week .calendar_grid .week .memo_box .memo {
    padding: 1.2rem;
    border-bottom: none;
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#week .calendar_grid .week .memo_box .doctor {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    margin-top: 0.7rem;
    padding: 0.8rem 1.2rem 1.2rem;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.06);
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#week .calendar_grid .week .memo_box .doctor .sm_txt {
    color: #f33333;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#week .calendar_grid .week .week_btn_wrap {
    margin-top: 0;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#week .calendar_grid .week .week_btn_wrap .btn_more {
    flex: 1;
    width: auto;
    height: 3.6rem;
    font-size: 1.3rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#week .calendar_grid .week .week_btn_wrap .btn_regist {
    height: 3.6rem;
    font-size: 1.3rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#week .calendar_grid .week .view_complete {
    position: absolute;
    top: 4.6rem;
    right: 1rem;
    width: 4.2rem;
    height: 5.6rem;
    margin: 0;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#month {
    overflow: hidden;
    min-width: 55rem;
    min-height: 103.2rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#month .calendar_grid .day {
    height: 20rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#month .calendar_grid .day .memo_box .view_complete {
    bottom: 1.6rem;
    width: 4.2rem;
    height: 5.6rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#month .calendar_grid .day .memo_box .memo {
    -webkit-line-clamp: 3;
    line-height: 1.5rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#month .calendar_grid .day .day_btn_wrap {
    display: flex;
    flex-direction: column;
    padding: 0 0.6rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#month .calendar_grid .day .day_btn_wrap .btn_regist {
    flex: none;
    height: 4rem;
    font-size: 1.2rem;
  }
  #modalContainer .modal#calendarModal .modal_content .calendar_wrap .calendar_box#month .calendar_grid .day .day_btn_wrap .btn_more {
    flex-shrink: 0;
    width: 100%;
    height: 4rem;
    font-size: 1.2rem;
  }
  #modalContainer .modal#gradeGuideModal {
    padding: 0 1.6rem;
  }
  #modalContainer .modal#gradeGuideModal .modal_content {
    max-height: 75.4vh;
    padding-right: 1rem;
    padding-bottom: 0;
    border-radius: 1rem;
  }
  #modalContainer .modal#gradeGuideModal .modal_content .modal_tit {
    margin-bottom: 2.4rem;
    padding-right: 1rem;
    font-size: 2rem;
  }
  #modalContainer .modal#gradeGuideModal .modal_content .grade_tier {
    margin-bottom: 2rem;
    padding-right: 0.6rem;
  }
  #modalContainer .modal#gradeGuideModal .modal_content .grade_tier > li {
    gap: 1.4rem;
    padding: 1.6rem 0;
  }
  #modalContainer .modal#gradeGuideModal .modal_content .grade_tier > li .grade_img {
    width: 5rem;
  }
  #modalContainer .modal#gradeGuideModal .modal_content .grade_tier > li .grade_txt_wrap {
    margin-left: 0.6rem;
    margin-right: 0;
  }
  #modalContainer .modal#gradeGuideModal .modal_content .grade_tier > li .grade_txt_wrap .grade_txt {
    font-size: 1.6rem;
  }
  #modalContainer .modal#gradeGuideModal .modal_content .grade_tier > li .grade_txt_wrap .grade_info {
    height: 2rem;
    font-size: 1.1rem;
  }
  #modalContainer .modal#gradeGuideModal .modal_content .grade_tier > li .grade_txt_wrap .grade_info::before {
    width: 1.3rem;
    height: 1.3rem;
  }
  #modalContainer .modal#gradeGuideModal .modal_content .grade_tier > li .detail_grade_info li ~ li {
    margin-top: 0.8rem;
  }
  #modalContainer .modal#gradeGuideModal .modal_content .grade_tier > li .current_grade {
    height: 2.1rem;
    font-size: 1.1rem;
  }
}

#wrap .container_renewal.main {
  background: none !important;
  margin-bottom: 5rem;
}
#wrap .container_renewal.main .content_wrap {
  max-width: 143.2rem;
  width: 100%;
  padding: 0 1.6rem;
  margin: auto;
}
#wrap .container_renewal.main .common_tit_wrap {
  display: flex;
  gap: 1.2rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 44.7rem;
  width: 49%;
  margin-bottom: 2rem;
}
#wrap .container_renewal.main .common_tit_wrap h3 {
  display: flex;
  align-items: center;
  margin: 0 !important;
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  color: #080808 !important;
}
#wrap .container_renewal.main .common_tit_wrap h3 .btn_link {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background: url(../images/main/ic_link_arrow.svg) no-repeat center/cover;
}
#wrap .container_renewal.main .common_tit_wrap h4 {
  margin-top: 0.6rem;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  color: #8b8b8b !important;
}
#wrap .container_renewal.main .common_tit_wrap .calender_box {
  margin-top: 0 !important;
}
#wrap .container_renewal.main .common_swiper_btn {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
#wrap .container_renewal.main .common_swiper_btn .swiper-button-next, #wrap .container_renewal.main .common_swiper_btn .swiper-button-prev {
  flex-shrink: 0;
  position: static;
  width: 2.6rem;
  height: 2.6rem;
  margin-top: 0;
  background: #eeeeee url(../images/main/ic_arrow_swiper.svg) no-repeat center;
  border-radius: 0.6rem;
}
#wrap .container_renewal.main .common_swiper_btn .swiper-button-next::after, #wrap .container_renewal.main .common_swiper_btn .swiper-button-prev::after {
  display: none;
}
#wrap .container_renewal.main .common_swiper_btn .swiper-button-next {
  transform: translateY(0);
}
#wrap .container_renewal.main .common_swiper_btn .swiper-button-prev {
  transform: scaleX(-1);
}
#wrap .container_renewal.main .common_swiper_btn .swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}
#wrap .container_renewal.main .sticky_wrap {
  margin-bottom: 6rem;
  padding-top: 17.9rem;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap {
  position: relative;
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  padding-top: 3rem;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap {
  max-width: 92.3rem;
  width: calc(100% - 47.7rem);
  /* 웹 심포지엄관 */
  /* 배너 */
  /* E브랜드관 */
  /* 콘텐츠관 */
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap {
  display: flex;
  gap: 1.6rem;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .symposium_banner {
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  max-width: 44.7rem;
  width: 49%;
  height: 0;
  padding-bottom: 50.271%;
  border-radius: 1rem;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .symposium_banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .symposiumSwiper,
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper {
  max-width: 44.2rem;
  width: 100%;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .symposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium,
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .symposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium + .btn_symposium,
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium + .btn_symposium {
  margin-top: 1.5rem;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .symposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .img_wrap,
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .img_wrap {
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  max-width: 19rem;
  width: 100%;
  height: 0;
  padding-bottom: 29.412%;
  border-radius: 1rem;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .symposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .img_wrap img,
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .symposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .img_wrap .type,
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .img_wrap .type {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  height: 2.1rem;
  padding: 0 0.8rem;
  background-color: #fff;
  border-radius: 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #585858;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .symposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .txt_wrap,
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .txt_wrap {
  display: flex;
  gap: 0.6rem;
  flex-direction: column;
  height: 11rem;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .symposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .txt_wrap .date_wrap,
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .txt_wrap .date_wrap {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .symposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .txt_wrap .date_wrap .d_day,
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .txt_wrap .date_wrap .d_day {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.1rem;
  padding: 0 0.8rem;
  background-color: #3c3c3c;
  border-radius: 0.6rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #f6f6f6;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .symposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .txt_wrap .date_wrap .date,
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .txt_wrap .date_wrap .date {
  font-size: 1.3rem;
  font-weight: 600;
  color: #e6002d;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .symposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .txt_wrap .tit,
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .txt_wrap .tit {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  color: #222122;
  word-break: keep-all;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .symposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .txt_wrap .info_wrap,
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .txt_wrap .info_wrap {
  display: flex;
  gap: 0.6rem;
  margin-top: auto;
  font-size: 1.3rem;
  font-weight: 500;
  color: #565656;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .symposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .txt_wrap .info_wrap .specialty,
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .txt_wrap .info_wrap .specialty {
  color: #8b8b8b;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .symposiumSwiper .common_swiper_btn,
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper .common_swiper_btn {
  margin-top: 1.8rem;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper {
  display: none;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .calender_box {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  margin-top: 1.6rem;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .calender_box .btn_calender {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  justify-content: center;
  height: 3.8rem;
  padding: 0 2rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .calender_box .btn_calender::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon/ic_calendar.svg) no-repeat center/cover;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .calender_box .calender_txt {
  font-size: 1.3rem;
  font-weight: 600;
  color: #8b8b8b;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .banner_wrap {
  display: flex;
  gap: 3rem;
  align-items: center;
  margin-top: 9.6rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .banner_wrap a {
  display: block;
  width: 100%;
  border-radius: 1rem;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .banner_wrap a img {
  width: 100%;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .ebrand {
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .ebrand .ebrandSwiper {
  width: 100%;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .ebrand .ebrandSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_ebrand {
  display: flex;
  gap: 1.2rem;
  flex-direction: column;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .ebrand .ebrandSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_ebrand .img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 1rem;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .ebrand .ebrandSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_ebrand .img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .ebrand .ebrandSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_ebrand .img_wrap .type {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: 2.1rem;
  z-index: 1;
  padding: 0 0.8rem;
  background-color: #fff;
  border-radius: 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #585858;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .ebrand .ebrandSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_ebrand .txt_wrap .team {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .ebrand .ebrandSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_ebrand .txt_wrap .tit {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents {
  margin-top: 2rem;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents .tab_btn_wrap {
  display: flex;
  gap: 3.3rem;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #ededed;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents .tab_btn_wrap .btn_tab {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents .tab_btn_wrap .btn_tab.active {
  color: #000;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents .tab_btn_wrap .btn_tab.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1.7rem;
  width: 100%;
  height: 0.3rem;
  background-color: #000;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents .tab_btn_wrap .btn_tab ~ .btn_tab {
  position: relative;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents .tab_btn_wrap .btn_tab ~ .btn_tab::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: -1.6rem;
  width: 0.1rem;
  height: 1.2rem;
  background-color: #e5e5e5;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents .tab_content {
  display: none;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents .tab_content.active {
  display: block;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents .tab_content .tabSwiper .swiper-wrapper .swiper-slide a {
  display: flex;
  gap: 1.2rem;
  flex-direction: column;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents .tab_content .tabSwiper .swiper-wrapper .swiper-slide a .img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60.607%;
  border-radius: 1rem;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents .tab_content .tabSwiper .swiper-wrapper .swiper-slide a .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents .tab_content .tabSwiper .swiper-wrapper .swiper-slide a .txt_wrap .type {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents .tab_content .tabSwiper .swiper-wrapper .swiper-slide a .txt_wrap .tit {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #222122;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap {
  flex-shrink: 0;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box {
  top: 12rem;
  left: 0;
  width: 44.7rem;
  padding-top: 7rem;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  padding: 4rem 2rem 2rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .user_info_box {
  display: flex;
  gap: 2rem;
  align-items: center;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .user_info_box .btn_user {
  display: flex;
  width: 8rem;
  height: 8rem;
  background: url(../images/main/user_basic.svg) no-repeat center/cover;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .user_info_box .btn_user img {
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .user_info_box .user_info {
  display: flex;
  gap: 0.8rem;
  flex-direction: column;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .user_info_box .user_info .grade {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #868686;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .user_info_box .user_info .grade::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2.2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .user_info_box .user_info .grade.new::before {
  background-image: url(../images/icon/grade_new.svg);
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .user_info_box .user_info .grade.bronze::before {
  background-image: url(../images/icon/grade_bronze.svg);
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .user_info_box .user_info .grade.silver::before {
  background-image: url(../images/icon/grade_silver.svg);
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .user_info_box .user_info .grade.gold::before {
  background-image: url(../images/icon/grade_gold.svg);
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .user_info_box .user_info .grade.diamond::before {
  background-image: url(../images/icon/grade_diamond.svg);
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .user_info_box .user_info .grade.platinum::before {
  background-image: url(../images/icon/grade_platinum.svg);
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .user_info_box .user_info .name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3e3e3e;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .btn_view_grade {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2rem;
  right: 2rem;
  height: 3.6rem;
  padding: 0 2rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .btn_view_grade::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon/ic_info.svg) no-repeat center/cover;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  margin-top: 1.6rem;
  padding: 1.6rem;
  background-color: #3e3e3e;
  border-radius: 1rem;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap .grade_wrap {
  display: flex;
  justify-content: space-between;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap .grade_wrap .grade {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 600;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap .grade_wrap .grade::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap .grade_wrap .grade.new {
  color: #13a825;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap .grade_wrap .grade.new::before {
  background-image: url(../images/icon/grade_new.svg);
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap .grade_wrap .grade.bronze {
  color: #ce7c23;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap .grade_wrap .grade.bronze::before {
  background-image: url(../images/icon/grade_bronze.svg);
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap .grade_wrap .grade.silver {
  color: #868686;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap .grade_wrap .grade.silver::before {
  background-image: url(../images/icon/grade_silver.svg);
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap .grade_wrap .grade.gold {
  color: #dfa321;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap .grade_wrap .grade.gold::before {
  background-image: url(../images/icon/grade_gold.svg);
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap .grade_wrap .grade.diamond {
  color: #bf0000;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap .grade_wrap .grade.diamond::before {
  background-image: url(../images/icon/grade_diamond.svg);
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap .grade_wrap .grade.platinum {
  color: #5a5a5a;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap .grade_wrap .grade.platinum::before {
  background-image: url(../images/icon/grade_platinum.svg);
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap .process {
  display: flex;
  gap: 0.8rem;
  flex-direction: column;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap .process .txt_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap .process .txt_wrap .tit {
  color: #fff;
  opacity: 0.6;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap .process .txt_wrap .num .current {
  color: #fff;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap .process .txt_wrap .num .total {
  color: #fff;
  opacity: 0.6;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap .process .process_bar {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 1rem;
  background-color: #2b2b2b;
  border-radius: 2rem;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .grade_process_wrap .process .process_bar .process_current_bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(90deg, #dc5252 0%, #e6002d 100%);
  border-radius: 2rem;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .link_wrap {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .link_wrap .btn_link {
  display: flex;
  gap: 0.6rem;
  flex-direction: column;
  position: relative;
  width: calc(50% - 0.5rem);
  height: 8.6rem;
  padding: 1.6rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
  color: #3e3e3e;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .link_wrap .btn_link .tit {
  padding: 0;
  background: none;
  font-size: 1.3rem;
  font-weight: 500;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .link_wrap .btn_link .num {
  padding: 0;
  background: none;
  font-size: 2.6rem;
  font-weight: 600;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .link_wrap .btn_link::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/main/ic_arrow_gray.svg) no-repeat center/cover;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .btn_detail {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  margin-top: 1rem;
  background-color: #eeeeee;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #717171;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .btn_detail::after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/main/ic_arrow_view.svg) no-repeat center/cover;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .current_news {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .current_news .news_img_wrap {
  display: flex;
  gap: 1.6rem 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .current_news .news_img_wrap .btn_news {
  display: flex;
  gap: 1.2rem;
  flex-direction: column;
  width: calc(50% - 0.8rem);
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .current_news .news_img_wrap .btn_news .img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.7%;
  border-radius: 1rem;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .current_news .news_img_wrap .btn_news .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .current_news .news_img_wrap .btn_news .tit {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222122;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .current_news .news_txt_wrap {
  border-top: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .current_news .news_txt_wrap li .btn_news {
  display: block;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #e5e5e5;
  font-size: 1.5rem;
  font-weight: 600;
  color: #222122;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .current_news .news_txt_wrap li .btn_news span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box img {
  border-radius: 1rem;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .bottom_wrap {
  width: 100%;
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .bottom_wrap .productSwiper .swiper-container {
  width: 100%;
  height: auto;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .bottom_wrap .productSwiper .swiper-container .swiper-wrapper {
  display: flex;
  width: 100%;
}
#wrap .container_renewal.main .sticky_wrap .content_wrap .bottom_wrap .productSwiper .swiper-container .swiper-wrapper .swiper-slide {
  max-width: 22rem;
}
@media (max-width: 1280px) {
  #wrap .container_renewal.main .common_tit_wrap {
    max-width: none;
    width: 100%;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap {
    flex-direction: column;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .symposium_banner {
    max-width: 100%;
    width: 100%;
    padding-bottom: 103.762%;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .symposiumSwiper {
    max-width: 100%;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .symposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .img_wrap {
    max-width: 28rem;
    width: 50%;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .banner_wrap {
    gap: 1.6rem;
  }
}
@media (max-width: 1024px) {
  #wrap .container_renewal.main .sticky_wrap .content_wrap {
    gap: 1.6rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap {
    width: calc(100% - 28rem);
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box {
    width: 26.4rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap {
    padding: 7rem 1.2rem 2rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .user_info_box {
    gap: 1.2rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .user_info_box .btn_user {
    width: 5rem;
    height: 5rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .user_info_box .user_info {
    gap: 0.4rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .user_info_box .user_info .grade {
    font-size: 1.4rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .user_info_box .user_info .grade::before {
    width: 1.6rem;
    height: 1.6rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap .user_info_box .user_info .name {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  #wrap .container_renewal.main .common_tit_wrap h3 {
    font-size: 2.4rem !important;
  }
  #wrap .container_renewal.main .common_tit_wrap h3 .btn_link {
    width: 3rem;
    height: 3rem;
  }
  #wrap .container_renewal.main .common_swiper_btn .swiper-button-prev, #wrap .container_renewal.main .common_swiper_btn .swiper-button-next {
    width: 3.2rem;
    height: 3.2rem;
  }
  #wrap .container_renewal.main .sticky_wrap {
    padding-top: 6rem;
    margin-bottom: 8rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap {
    flex-direction: column;
    gap: 0;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap {
    width: 100%;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap {
    gap: 1.6rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .symposiumSwiper {
    display: none;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper {
    display: block;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper .swiper-container {
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium {
    gap: 1.2rem;
    flex-direction: column;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .img_wrap {
    max-width: none;
    width: 100%;
    padding-bottom: 67.831%;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .txt_wrap {
    width: 100%;
    height: auto;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_symposium .txt_wrap .info_wrap {
    margin-top: auto;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper .common_swiper_btn {
    justify-content: space-between;
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .flex_wrap .moSymposiumSwiper .common_swiper_btn .swiper-pagination {
    display: none;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .calender_box {
    margin-top: 3.6rem;
    padding-top: 1.6rem;
    border-top: 0.1rem solid #e5e5e5;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .calender_box .calender_txt {
    display: none;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .symposium_hall .calender_box .btn_calender {
    gap: 0.5rem;
    width: 100%;
    height: 5.2rem;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .banner_wrap {
    gap: 1rem;
    flex-direction: column;
    margin-top: 2rem;
    padding-bottom: 0;
    border-bottom: none;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .ebrand {
    margin-top: 4rem;
    padding-bottom: 3.6rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .ebrand .ebrandSwiper {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .ebrand .ebrandSwiper .swiper-container {
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .ebrand .ebrandSwiper .common_swiper_btn {
    justify-content: space-between;
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .ebrand .ebrandSwiper .common_swiper_btn .swiper-pagination {
    display: none;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents {
    margin-top: 4rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents .tab_btn_wrap {
    overflow-x: auto;
    overflow-y: hidden;
    gap: 2.5rem;
    padding-bottom: 1.2rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents .tab_btn_wrap::-webkit-scrollbar {
    display: none;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents .tab_btn_wrap .btn_tab {
    flex-shrink: 0;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents .tab_btn_wrap .btn_tab ~ .btn_tab::before {
    left: -1.2rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents .tab_btn_wrap .btn_tab.active::after {
    bottom: -1.2rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents .tab_content .tabSwiper {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents .tab_content .tabSwiper .common_swiper_btn {
    justify-content: space-between;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .left_wrap .contents .tab_content .tabSwiper .common_swiper_btn .swiper-pagination {
    display: none;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap {
    overflow: hidden;
    position: static;
    width: 100%;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box {
    width: 100%;
    margin-top: 3.6rem;
    padding-top: 4rem;
    border-top: 0.1rem solid #e5e5e5;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .user_info_wrap {
    display: none;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box > a {
    display: none;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .current_news {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .current_news .news_img_wrap {
    gap: 1.6rem 0.7rem;
    margin-bottom: 2.4rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .right_wrap .sticky_box .current_news .news_img_wrap .btn_news {
    gap: 0.8rem;
    width: calc(50% - 0.4rem);
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .bottom_wrap {
    margin-top: 3.6rem;
    padding-top: 4rem;
  }
  #wrap .container_renewal.main .sticky_wrap .content_wrap .bottom_wrap .productSwiper .swiper-container .swiper-wrapper .swiper-slide .product img {
    width: 100%;
  }
}

#wrap .container_renewal.symposium {
  /* 웹 심포지엄 */
  /* 웹 심포지엄 상세 */
  /* 웹 클래스 */
  /* 웹 클래스 상세 */
  /* LIVE-RARY 상세 */
  /* 숏폼 */
  /* 숏폼 상세 */
}
#wrap .container_renewal.symposium .content_wrap {
  max-width: 143.2rem;
  width: 100%;
  padding: 0 1.6rem;
  margin: auto;
}
#wrap .container_renewal.symposium .common_tit_wrap {
  text-align: center;
}
#wrap .container_renewal.symposium .common_tit_wrap .content_wrap h3 {
  font-size: 5rem;
  font-weight: 700;
  color: #2e2e2e;
}
#wrap .container_renewal.symposium .common_tit_wrap .content_wrap h4 {
  margin-top: 1.6rem;
  font-size: 1.6rem !important;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container_renewal.symposium#symposium {
  overflow-x: hidden;
  margin-top: -5rem;
  margin-bottom: 10rem;
  padding-top: 25.9rem;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap {
  margin-top: 4rem;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_btn_wrap {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_btn_wrap .btn_tab {
  overflow: hidden;
  flex: 1;
  position: relative;
  border-radius: 3rem;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_btn_wrap .btn_tab::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(81, 81, 81, 0.4);
  border-radius: 3rem;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_btn_wrap .btn_tab:nth-child(1).active::after {
  background-color: transparent;
  border: 0.3rem solid #e6002d;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_btn_wrap .btn_tab:nth-child(2).active::after {
  background-color: transparent;
  border: 0.3rem solid #0086ec;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_btn_wrap .btn_tab:nth-child(3).active::after {
  background-color: transparent;
  border: 0.3rem solid #d76172;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_btn_wrap .btn_tab:nth-child(4).active::after {
  background-color: transparent;
  border: 0.3rem solid #c00000;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_btn_wrap .btn_tab:nth-child(5).active::after {
  background-color: transparent;
  border: 0.3rem solid #e66b00;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_btn_wrap .btn_tab:nth-child(6).active::after {
  background-color: transparent;
  border: 0.3rem solid #474747;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_btn_wrap .btn_tab:nth-child(7).active::after {
  background-color: transparent;
  border: 0.3rem solid #00a9d3;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content {
  display: none;
  position: relative;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content.active {
  display: block;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .total_banner_wrap {
  overflow: hidden;
  border-radius: 3rem;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .total_banner_wrap img {
  width: 100%;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .banner_wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  height: 20rem;
  padding: 0 3rem;
  border-radius: 3rem;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .banner_wrap .txt_wrap {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .banner_wrap .txt_wrap .charact {
  width: 14rem;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .banner_wrap .txt_wrap .charact.charact_management {
  width: 7.6rem;
  margin-left: 3rem;
  margin-right: 3.4rem;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .banner_wrap .txt_wrap .txt_box .banner_tit {
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .banner_wrap .txt_wrap .txt_box .banner_txt {
  opacity: 0.7;
  max-width: 32rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2rem;
  color: #fff;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .banner_wrap .banner_img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: none;
  height: 100%;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .banner_wrap.management .txt_wrap .charact {
  width: 7.6rem;
  margin-left: 3rem;
  margin-right: 3.4rem;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 3rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_wrap .btn_box {
  display: flex;
  gap: 1rem;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_wrap .btn_box button {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  height: 5rem;
  padding: 0 2rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_wrap .btn_box button::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_wrap .btn_box button.btn_calender::before {
  background-image: url(../images/icon/ic_calendar.svg);
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_wrap .btn_box button.btn_view_grade::before {
  background-image: url(../images/icon/ic_info.svg);
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_wrap .search_group {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 33%;
  max-width: 44.7rem;
  height: 5rem;
  padding: 0 1.6rem 0 2rem;
  background-color: #eeeeee;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_wrap .search_group .search_group {
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_wrap .search_group input {
  width: 100%;
  font-family: "Pretendard", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 500;
  color: #717171;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_wrap .search_group input::placeholder {
  color: #717171;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_wrap .search_group .btn_search {
  flex-shrink: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon/ic_search.svg) no-repeat center/cover;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .swiper_tit {
  margin: 3rem 0 2rem;
  font-size: 1.8rem;
  font-weight: 700;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link span {
  padding: 0;
  background: none;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link .img_wrap {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68.048%;
  border-radius: 1rem;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link .img_wrap .view_complete {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  width: 4.6rem;
  height: 6.2rem;
  background: url(../images/icon/img_view_complete.png) no-repeat center/cover;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link .img_wrap .status_wrap {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link .img_wrap .status_wrap .status {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.8rem;
  height: 2.1rem;
  margin: 0;
  background-color: #fff;
  border-radius: 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #585858;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link .img_wrap .status_wrap .status.eng {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1rem);
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link .img_wrap .status_wrap .status.date {
  background-color: #3c3c3c;
  backdrop-filter: blur(1rem);
  color: #dddddd;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link .txt_wrap {
  display: flex;
  gap: 0.6rem;
  flex-direction: column;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link .txt_wrap .date_wrap {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link .txt_wrap .date_wrap .replay {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.1rem;
  padding: 0 0.8rem;
  background-color: #eeeeee;
  border-radius: 0.6rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link .txt_wrap .date_wrap .date {
  font-size: 1.3rem;
  font-weight: 600;
  color: #8b8b8b;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link .txt_wrap .tit {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222122;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link .txt_wrap .info_wrap {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  margin-top: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link .txt_wrap .info_wrap .doctor {
  color: #565656;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link .txt_wrap .info_wrap .specialty {
  color: #8b8b8b;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link:hover {
  background: none;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link:hover span {
  color: #000;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .swiper {
  overflow: visible;
  min-height: 8rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .swiper .swiper-container {
  overflow: hidden;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .link_wrap {
  display: flex;
  gap: 3rem 1.6rem;
  flex-wrap: wrap;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .link_wrap li {
  width: calc(25% - 1.2rem);
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .pagination_prev_next_btn button {
  position: absolute;
  top: calc(50% + 15rem);
  transform: translateY(-50%);
  width: 4rem;
  height: 8rem;
  margin-top: 0;
  background: #eeeeee url(../images/icon/ic_arrow_swiper.svg) no-repeat center;
  border-radius: 0.6rem;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .pagination_prev_next_btn button.btn_pagination_next {
  right: -7rem;
}
#wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .pagination_prev_next_btn button.btn_pagination_prev {
  left: -7rem;
  transform: translateY(-50%) scaleX(-1);
}
#wrap .container_renewal.symposium#symposiumDetail {
  margin-top: -5rem;
  margin-bottom: 10rem;
  padding-top: 22.9rem;
}
#wrap .container_renewal.symposium#symposiumDetail .back_wrap .content_wrap {
  position: relative;
  padding-bottom: 3rem;
}
#wrap .container_renewal.symposium#symposiumDetail .back_wrap .content_wrap::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 1.6rem;
  width: calc(100% - 3.2rem);
  height: 0.1rem;
  background-color: #e5e5e5;
}
#wrap .container_renewal.symposium#symposiumDetail .back_wrap .content_wrap .btn_back {
  display: flex;
  gap: 0.8rem;
  width: max-content;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2e2e2e;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap {
  position: relative;
  display: flex;
  gap: 3rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap {
  max-width: 116.2rem;
  width: calc(100% - 20.8rem);
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .detail_tit_wrap {
  padding-top: 5rem;
  text-align: center;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .detail_tit_wrap .tit_type {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #e6002d;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .detail_tit_wrap .tit {
  padding: 0 5rem;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 5.2rem;
  color: #2e2e2e;
  word-break: keep-all;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .detail_tit_wrap .btn_link {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: max-content;
  margin: 3rem auto 4rem;
  background: none;
  font-size: 1.4rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .detail_tit_wrap .btn_link::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/symposium/ic_share.svg) no-repeat center/cover;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .detail_tit_wrap .btn_link:hover {
  background: none;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .info_wrap {
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .info_wrap li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 8.3rem;
  padding: 0 2rem 0 3rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .info_wrap li.name_box {
  gap: 0.8rem;
  max-width: 44.7rem;
  width: 40%;
  cursor: pointer;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .info_wrap li.name_box .specialty {
  font-size: 1.3rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .info_wrap li.name_box .doctor {
  font-size: 1.8rem;
  font-weight: 600;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .info_wrap li.broadcast_box {
  flex: 1;
  gap: 0.5rem;
  position: relative;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .info_wrap li.broadcast_box .broadcast {
  font-size: 1.3rem;
  font-weight: 500;
  color: #8d8d8d;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .info_wrap li.broadcast_box .date {
  font-size: 1.8rem;
  font-weight: 600;
  color: #323232;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .info_wrap li.broadcast_box .btn_regist {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2.3rem;
  right: 2rem;
  width: 15.7rem;
  height: 3.6rem;
  background-color: #e6002d;
  border-radius: 3rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .info_wrap li.broadcast_box .btn_regist::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/symposium/ic_alarm.svg) no-repeat center/cover;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .info_wrap li .detail_box {
  display: none;
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 0;
  z-index: 1;
  width: 100%;
  min-height: 12rem;
  height: auto;
  padding: 1.2rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
  box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.06);
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  color: #3e3e3e !important;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .info_wrap li:hover .detail_box {
  display: block;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .vod_info_wrap {
  padding: 3rem 0;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .vod_info_wrap .tit {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .vod_info_wrap .vod_info {
  display: flex;
  gap: 1.6rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .vod_info_wrap .vod_info li {
  flex: 1;
  height: 13.3rem;
  padding: 2rem;
  background-color: #eeeeee;
  border-radius: 2rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .vod_info_wrap .vod_info li:last-child {
  padding-left: 3.3rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .vod_info_wrap .vod_info li .vod_tit {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #3e3e3e;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .vod_info_wrap .vod_info li .type_wrap {
  display: flex;
  gap: 1.6rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .vod_info_wrap .vod_info li .type_wrap ~ .type_wrap {
  margin-top: 1.2rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .vod_info_wrap .vod_info li .type_wrap .type {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.7rem;
  height: 2.2rem;
  background-color: rgba(0, 119, 18, 0.2);
  border-radius: 0.6rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #007712;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .vod_info_wrap .vod_info li .type_wrap .type.impossible {
  background-color: rgba(230, 0, 45, 0.2);
  color: #e6002d;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .vod_info_wrap .vod_info li .type_wrap .desc {
  padding-top: 0.2rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .vod_info_wrap .vod_info li .type_wrap .desc .add_desc {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #868686;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .vod_info_wrap .vod_info li .num_wrap {
  display: flex;
  gap: 1.6rem;
  margin-right: 0;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .vod_info_wrap .vod_info li .num_wrap ~ .num_wrap {
  margin-top: 1.2rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .vod_info_wrap .vod_info li .num_wrap .num {
  width: 1.5rem;
  padding-top: 0.2rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #868686;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .vod_info_wrap .vod_info li .num_wrap .desc {
  font-size: 1.4rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box {
  display: flex;
  gap: 5rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item {
  flex: 1;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .item_tit {
  display: flex;
  gap: 0rem 2rem;
  flex-wrap: wrap;
  height: 6.6rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .item_tit .item_desc {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #8b8b8b;
  word-break: keep-all;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 44.7rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_head .checkbox_group {
  display: flex;
  width: 100%;
  height: 3.2rem;
  background-color: #eeeeee;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_head .checkbox_group input[type=checkbox] {
  display: none;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_head .checkbox_group input[type=checkbox]:checked ~ label::before {
  background-image: url(../images/icon/ic_checkbox_active.png);
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_head .checkbox_group label {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding-left: 3rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_head .checkbox_group label::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_head .checkbox_group label .name {
  width: 12rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #717171;
  text-align: center;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_head .checkbox_group label .question_txt {
  flex: 1;
  font-size: 1.3rem;
  font-weight: 500;
  color: #717171;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_body {
  overflow-y: auto;
  flex: 1;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_body::-webkit-scrollbar {
  width: 0.4rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_body::-webkit-scrollbar-track {
  background-color: #eeeeee;
  border-radius: 1rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_body::-webkit-scrollbar-thumb {
  background-color: #717171;
  border-radius: 1rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_body .checkbox_group {
  display: flex;
  width: 100%;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_body .checkbox_group ~ .checkbox_group {
  border-top: 0.1rem solid #ededed;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_body .checkbox_group input[type=checkbox] {
  display: none;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_body .checkbox_group input[type=checkbox]:checked ~ label::before {
  background-image: url(../images/icon/ic_checkbox_active.png);
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_body .checkbox_group label {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  padding: 2rem 3rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_body .checkbox_group label::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/icon/ic_checkbox.png) no-repeat center/cover;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_body .checkbox_group label .name {
  width: 12rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #3e3e3e;
  text-align: center;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_body .checkbox_group label .question_txt {
  flex: 1;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.2rem;
  color: #3e3e3e;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_body .no_question {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 18rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #8b8b8b;
  text-align: center;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_body .no_question::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/sub/symposium/ic_info.svg) no-repeat center/cover;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .btn_delete,
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .btn_register_question {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.9rem;
  height: 4.9rem;
  margin-top: 2rem;
  margin-left: auto;
  background-color: #eeeeee;
  border-radius: 3rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .btn_register_question {
  background-color: #e6002d;
  color: #fff;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .survey_btn_box {
  display: none;
  gap: 1rem;
  flex-direction: column;
  margin-top: 2rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .survey_btn_box .btn_survey_start,
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .survey_btn_box .btn_live_start,
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .survey_btn_box .btn_live_end {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .survey_btn_box .btn_live_start {
  background-color: #e6002d;
  border-color: #e6002d;
  color: #fff;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .survey_btn_box .btn_live_end {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .answer_total_wrap .qna_tit_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .answer_total_wrap .qna_tit_wrap h4 {
  display: flex;
  gap: 0.8rem;
  font-size: 2.8rem !important;
  font-weight: 700;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .answer_total_wrap .qna_tit_wrap h4 .num {
  color: #e6002d;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .answer_total_wrap .qna_tit_wrap .qna_info {
  padding: 1.6rem 2rem;
  background-color: #f6eef0;
  border-radius: 2rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .answer_total_wrap .qna_tit_wrap .qna_info strong {
  font-size: 1.4rem;
  font-weight: 700;
  color: #e6002d;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .answer_total_wrap .qna_tit_wrap .qna_info p {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap {
  flex-shrink: 0;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box {
  position: sticky;
  left: 0;
  width: 20.8rem;
  padding-top: 3rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .survey_banner_box {
  margin-bottom: 3rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .survey_banner_box .survey_banner_tit {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .survey_banner_box .survey_banner {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32rem;
  background-color: #d1d1d1;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: rgba(62, 62, 62, 0.5);
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .survey_banner_box .survey_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .sticky_tit {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .btn_brand {
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 3rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .btn_brand .txt_go {
  display: flex;
  align-items: center;
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .btn_brand .txt_go::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/icon/ic_arrow_white.svg) no-repeat center/cover;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .btn_brand .txt_wrap {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .btn_brand .txt_wrap .tit {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .btn_brand .txt_wrap .brand {
  display: block;
  margin-top: 0.6rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .contents_scroll_wrap .contents_list li ~ li {
  margin-top: 1rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .contents_scroll_wrap .contents_list li .btn_content {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68.27%;
  border-radius: 1rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .contents_scroll_wrap .contents_list li .btn_content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .contents_scroll_wrap .common_swiper_btn {
  display: none;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .survey_btn_box {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  margin-top: 3rem;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .survey_btn_box .btn_survey_start,
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .survey_btn_box .btn_live_start,
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .survey_btn_box .btn_live_end {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .survey_btn_box .btn_live_start {
  background-color: #e6002d;
  border-color: #e6002d;
  color: #fff;
}
#wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .survey_btn_box .btn_live_end {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
#wrap .container_renewal.symposium#symposiumDetail.live_symposium {
  margin-top: 12rem;
}
#wrap .container_renewal.symposium#class {
  margin-top: -3rem;
  margin-bottom: 10rem;
  padding-top: 25.9rem;
}
#wrap .container_renewal.symposium#class .cardstory-search {
  justify-content: center;
}
#wrap .container_renewal.symposium#class .class_wrap {
  width: 100%;
  margin-top: 4rem;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_btn_wrap {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_btn_wrap .btn_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19.1rem;
  height: 5rem;
  background-color: #eeeeee;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_btn_wrap .btn_tab.active {
  background-color: #000;
  color: #fff;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content {
  display: none;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content.active {
  display: block;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .common_search_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 6rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .common_search_wrap .btn_current {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  height: 3.8rem;
  padding: 0 1.6rem 0 2rem;
  margin-bottom: 0.4rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .common_search_wrap .btn_current::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon/ic_current.png) no-repeat center/cover;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .common_search_wrap .search_group {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 33%;
  max-width: 44.7rem;
  height: 5rem;
  padding: 0 1.6rem 0 2rem;
  background-color: #eeeeee;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .common_search_wrap .search_group input {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  color: #717171;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .common_search_wrap .search_group input::placeholder {
  color: #717171;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .common_search_wrap .search_group .btn_search {
  flex-shrink: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon/ic_search.svg) no-repeat center/cover;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .link_list {
  display: flex;
  gap: 3rem 1.6rem;
  flex-wrap: wrap;
  margin-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .link_list li {
  width: calc(25% - 1.2rem);
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .link_list li .btn_link {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
  width: 100%;
  background: none;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .link_list li .btn_link span {
  padding: 0;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .link_list li .btn_link .img_wrap {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68.049%;
  border-radius: 1rem;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .link_list li .btn_link .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .link_list li .btn_link .img_wrap .thumbnail_tit {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 1;
  width: calc(100% - 4rem);
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6rem;
  color: #f0f0f0;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .link_list li .btn_link .txt_wrap .date_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .link_list li .btn_link .txt_wrap .date_wrap .date {
  font-size: 1.3rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .link_list li .btn_link .txt_wrap .date_wrap .new {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.1rem;
  height: 2.1rem;
  background-color: #e6002d;
  border-radius: 0.6rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #f6f6f6;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .link_list li .btn_link .txt_wrap .tit {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .link_list li .btn_link .txt_wrap .info_wrap {
  display: flex;
  gap: 0.6rem;
  margin-top: 1.4rem;
  font-size: 1.3rem;
  font-weight: 500;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .link_list li .btn_link .txt_wrap .info_wrap .doctor {
  color: #565656;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .link_list li .btn_link .txt_wrap .info_wrap .specialty {
  color: #8b8b8b;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .link_list li .btn_link:hover {
  background: none;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .link_list li .btn_link:hover span {
  background: none;
  color: #000;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .live_rary .link_list li .btn_link .txt_wrap .tit_wrap {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .live_rary .link_list li .btn_link .txt_wrap .tit_wrap .tit {
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .live_rary .link_list li .btn_link .txt_wrap .tit_wrap .new {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.1rem;
  height: 2.1rem;
  background-color: #e6002d;
  border-radius: 0.6rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #f6f6f6;
}
#wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .live_rary .link_list li .btn_link .txt_wrap .date {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container_renewal.symposium#classDetail {
  margin-top: -10rem;
  margin-bottom: 10rem;
  padding-top: 22.9rem;
}
#wrap .container_renewal.symposium#classDetail .back_wrap .content_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3rem;
}
#wrap .container_renewal.symposium#classDetail .back_wrap .content_wrap .btn_back {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2e2e2e;
}
#wrap .container_renewal.symposium#classDetail .back_wrap .content_wrap .date {
  font-size: 1.3rem;
  font-weight: 600;
  color: #8b8b8b;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .detail_tit_wrap {
  padding-top: 5rem;
  border-top: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .detail_tit_wrap .tit_type {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #e6002d;
  text-align: center;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .detail_tit_wrap .tit {
  padding: 0 1rem;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 5.2rem;
  color: #2e2e2e;
  text-align: center;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .detail_tit_wrap .btn_link {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: max-content;
  margin: 3rem auto 5rem;
  background: none;
  font-size: 1.4rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .detail_tit_wrap .btn_link::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/symposium/ic_share.svg) no-repeat center/cover;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .detail_tit_wrap .btn_link:hover {
  background: none;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .info_wrap {
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .info_wrap li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 8.3rem;
  padding: 0 2rem 0 3rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .info_wrap li.name_box {
  gap: 0.8rem;
  max-width: 44.7rem;
  width: 40%;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .info_wrap li.name_box .specialty {
  font-size: 1.3rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .info_wrap li.name_box .doctor {
  font-size: 1.8rem;
  font-weight: 600;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .info_wrap li.broadcast_box {
  flex: 1;
  gap: 0.5rem;
  position: relative;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .info_wrap li.broadcast_box .broadcast {
  font-size: 1.3rem;
  font-weight: 500;
  color: #8d8d8d;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .info_wrap li.broadcast_box .date {
  font-size: 1.8rem;
  font-weight: 600;
  color: #323232;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .info_wrap li.broadcast_box .btn_regist {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2.3rem;
  right: 2rem;
  width: 15.7rem;
  height: 3.6rem;
  background-color: #e6002d;
  border-radius: 3rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .info_wrap li.broadcast_box .btn_regist::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/symposium/ic_alarm.svg) no-repeat center/cover;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .video_wrap img {
  width: 100%;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .vod_info_wrap {
  padding: 3rem 0;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .vod_info_wrap .tit {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .vod_info_wrap .vod_info {
  display: flex;
  gap: 1.6rem;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .vod_info_wrap .vod_info li {
  flex: 1;
  height: 13.3rem;
  padding: 2rem;
  background-color: #eeeeee;
  border-radius: 2rem;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .vod_info_wrap .vod_info li:last-child {
  padding-left: 3.3rem;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .vod_info_wrap .vod_info li .vod_tit {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #3e3e3e;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .vod_info_wrap .vod_info li .type_wrap {
  display: flex;
  gap: 1.6rem;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .vod_info_wrap .vod_info li .type_wrap ~ .type_wrap {
  margin-top: 1.2rem;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .vod_info_wrap .vod_info li .type_wrap .type {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.7rem;
  height: 2.2rem;
  background-color: rgba(0, 119, 18, 0.2);
  border-radius: 0.6rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #007712;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .vod_info_wrap .vod_info li .type_wrap .type.impossible {
  background-color: rgba(230, 0, 45, 0.2);
  color: #e6002d;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .vod_info_wrap .vod_info li .type_wrap .desc {
  padding-top: 0.2rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .vod_info_wrap .vod_info li .type_wrap .desc .add_desc {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #868686;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .vod_info_wrap .vod_info li .num_wrap {
  display: flex;
  gap: 1.6rem;
  width: 100%;
  margin-right: 0;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .vod_info_wrap .vod_info li .num_wrap ~ .num_wrap {
  margin-top: 1.2rem;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .vod_info_wrap .vod_info li .num_wrap .num {
  width: 1.5rem;
  padding-top: 0.2rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #868686;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .vod_info_wrap .vod_info li .num_wrap .desc {
  font-size: 1.4rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .show_content {
  padding: 3rem 0 5rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .show_content .tit {
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 700;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap {
  display: flex;
  gap: 1.6rem;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a {
  flex-shrink: 0;
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
  width: calc(25% - 1.2rem);
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68.049%;
  border-radius: 1rem;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap .type {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap .tit {
  display: block;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn {
  display: none;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .answer_total_wrap .qna_tit_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .answer_total_wrap .qna_tit_wrap h4 {
  display: flex;
  gap: 0.8rem;
  font-size: 2.8rem !important;
  font-weight: 700;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .answer_total_wrap .qna_tit_wrap h4 .num {
  color: #e6002d;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .answer_total_wrap .qna_tit_wrap .qna_info {
  padding: 1.6rem 2rem;
  background-color: #f6eef0;
  border-radius: 2rem;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .answer_total_wrap .qna_tit_wrap .qna_info strong {
  font-size: 1.4rem;
  font-weight: 700;
  color: #e6002d;
}
#wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .answer_total_wrap .qna_tit_wrap .qna_info p {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.symposium#liveraryDetail {
  margin-top: 5rem;
  margin-bottom: 10rem;
  padding-top: 22.9rem;
}
#wrap .container_renewal.symposium#liveraryDetail .back_wrap .content_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3rem;
}
#wrap .container_renewal.symposium#liveraryDetail .back_wrap .content_wrap .btn_back {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2e2e2e;
}
#wrap .container_renewal.symposium#liveraryDetail .back_wrap .content_wrap .date {
  font-size: 1.3rem;
  font-weight: 600;
  color: #8b8b8b;
}
#wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .detail_tit_wrap {
  padding-top: 5rem;
  border-top: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .detail_tit_wrap .tit_type {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #e6002d;
  text-align: center;
}
#wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .detail_tit_wrap .tit {
  padding: 0 1rem;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 5.2rem;
  color: #2e2e2e;
  text-align: center;
}
#wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .detail_tit_wrap .btn_link {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: max-content;
  margin: 3rem auto 5rem;
  background: none;
  font-size: 1.4rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .detail_tit_wrap .btn_link::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/symposium/ic_share.svg) no-repeat center/cover;
}
#wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .detail_tit_wrap .btn_link:hover {
  background: none;
}
#wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .info_wrap {
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
}
#wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .info_wrap::after {
  display: none;
}
#wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .info_wrap li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 8.3rem;
  padding: 0 2rem 0 3rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
}
#wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .info_wrap li.name_box {
  gap: 0.8rem;
  width: 100%;
}
#wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .info_wrap li.name_box .specialty {
  font-size: 1.3rem;
  font-weight: 500;
  color: #3e3e3e;
  text-align: center;
}
#wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .info_wrap li.name_box .doctor {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
#wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .info_wrap li.broadcast_box {
  flex: 1;
  gap: 0.5rem;
  position: relative;
}
#wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .info_wrap li.broadcast_box .broadcast {
  font-size: 1.3rem;
  font-weight: 500;
  color: #8d8d8d;
}
#wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .info_wrap li.broadcast_box .date {
  font-size: 1.8rem;
  font-weight: 600;
  color: #323232;
}
#wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .info_wrap li.broadcast_box .btn_regist {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2.3rem;
  right: 2rem;
  width: 15.7rem;
  height: 3.6rem;
  background-color: #e6002d;
  border-radius: 3rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}
#wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .info_wrap li.broadcast_box .btn_regist::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/symposium/ic_alarm.svg) no-repeat center/cover;
}
#wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .video_wrap {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .video_wrap img {
  width: 100%;
}
#wrap .container_renewal.symposium#shortForm {
  margin-bottom: 10rem;
  padding-top: 22.9rem;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap h3 {
  margin-bottom: 1rem;
  font-size: 3.8rem;
  font-weight: 700;
  color: #2e2e2e;
  text-align: center;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap h4 {
  margin-bottom: 4rem;
  font-size: 1.6rem !important;
  font-weight: 500;
  letter-spacing: 0;
  color: #8b8b8b;
  text-align: center;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper {
  overflow: visible;
  position: relative;
  width: 100%;
  border-bottom: 0.1rem solid #f0f0f0;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-btn-wrap .swiper-button-prev {
  display: block;
  left: 0rem;
  transform: translateY(-50%) scaleX(-1);
  width: 4rem;
  height: 4rem;
  z-index: 10;
  background: url(../images/sub/mr/ic_swiper_arrow.svg) no-repeat center;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-btn-wrap .swiper-button-prev::after {
  display: none;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-btn-wrap .swiper-button-next {
  display: block;
  right: 0rem;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background: url(../images/sub/mr/ic_swiper_arrow.svg) no-repeat center;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-btn-wrap .swiper-button-next::after {
  display: none;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container {
  overflow: hidden;
  position: relative;
  padding: 4rem 0;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container::before, #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0rem;
  z-index: 2;
  width: 4rem;
  height: 100%;
  background: linear-gradient(90deg, #fafafa 0%, rgba(250, 250, 250, 0.7) 100%);
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container::after {
  transform: scaleX(-1);
  left: auto;
  right: 0rem;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 30rem;
  height: 51rem;
  transform: translateY(0) !important;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #272727;
  border-radius: 3rem;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .btn_temp {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  transform: translateY(-50%);
  width: 100%;
  height: 50%;
  background-color: rgba(230, 0, 45, 0);
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .view {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .view::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/mr/ic_view.svg) no-repeat center/cover;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_shorts_slide {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -4rem;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 4rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide-shadow-left, #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide-shadow-right {
  display: none;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide-active {
  transform: translateY(-4rem) !important;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide-active .btn_shorts_slide {
  display: flex;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap {
  margin-top: 2rem;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .col-12 {
  max-width: none;
  width: 100%;
  margin-bottom: 1rem;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .col-12 .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.9rem;
  height: 4.9rem;
  margin-left: auto;
  background-color: #e6002d;
  border: none;
  border-radius: 3rem !important;
  font-size: 1.4rem !important;
  font-weight: 600;
  color: #fff !important;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .col-12 .btn:hover {
  background-color: #e6002d !important;
  color: #fff !important;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_top_wrap {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_top_wrap .tab_btn_scroll_wrap .tab_btn_wrap {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_top_wrap .tab_btn_scroll_wrap .tab_btn_wrap .btn_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.7rem;
  padding: 0 2rem;
  background-color: #eeeeee;
  border-radius: 3rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_top_wrap .tab_btn_scroll_wrap .tab_btn_wrap .btn_tab.active {
  background-color: #000;
  color: #fff;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_top_wrap .search_group {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 33%;
  max-width: 44.7rem;
  height: 5rem;
  padding: 0 1.6rem 0 2rem;
  background-color: #eeeeee;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_top_wrap .search_group input {
  width: 100%;
  font-family: "Pretendard", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 500;
  color: #717171;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_top_wrap .search_group input::placeholder {
  color: #717171;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_top_wrap .search_group .btn_search {
  flex-shrink: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon/ic_search.svg) no-repeat center/cover;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content {
  display: none;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content.active {
  display: block;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .shorts_total_wrap {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .shorts_total_wrap .shorts_box {
  width: 22.1rem;
  height: 42.4rem;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .shorts_total_wrap .shorts_box .shorts_view_box {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(100% - 4.2rem);
  background-color: #272727;
  border-radius: 3rem;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .shorts_total_wrap .shorts_box .shorts_view_box .view {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .shorts_total_wrap .shorts_box .shorts_view_box .view::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/mr/ic_view.svg) no-repeat center/cover;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .shorts_total_wrap .shorts_box .btn_shorts_slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.2rem;
  margin-top: 1rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 4rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .pagination {
  justify-content: center;
  margin: 3rem 0 0;
  padding: 3rem 0 0;
  border-top: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.symposium#shortFormDetail {
  margin-bottom: 10rem;
  padding-top: 22.9rem;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap {
  padding-top: 2rem;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .btn_back {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: max-content;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2e2e2e;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .btn_back::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/sub/mr/ic_back.svg) no-repeat center/cover;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper {
  overflow: visible;
  position: relative;
  height: calc(100vh - 21.6rem);
  padding-top: 3.7vh;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #e5e5e5;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  position: absolute;
  top: calc(50% - 2rem);
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap .swiper-button-prev, #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap .swiper-button-next {
  position: static;
  transform: translateY(0);
  width: 7.2rem;
  height: 7.2rem;
  margin-top: 0;
  background: #eeeeee url(../images/sub/mr/ic_swiper_arrow_vertical.svg) no-repeat center;
  border-radius: 0.6rem;
  cursor: pointer;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap .swiper-button-prev::after, #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap .swiper-button-next::after {
  display: none;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap .swiper-button-next {
  transform: translateY(0) rotate(180deg);
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap .swiper-button-lock {
  display: block;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap .swiper-button-disabled {
  pointer-events: auto;
  opacity: 1;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .scroll_info {
  display: flex;
  gap: 0.6rem;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 10.2rem;
  transform: translateY(-50%);
  font-size: 1.3rem;
  font-weight: 500;
  color: #3e3e3e;
  text-align: center;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .scroll_info::before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../images/sub/mr/ic_scroll.svg) no-repeat center/cover;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .scroll_info_mo {
  display: none;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .btn_temp {
  display: none;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container {
  overflow: hidden;
  position: relative;
  height: 100%;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper {
  height: 100%;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide {
  height: 100% !important;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide {
  overflow: hidden;
  position: relative;
  height: 100%;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box {
  display: flex;
  gap: 2.3rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: all 0.3s;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_box {
  position: relative;
  max-width: 44.1rem;
  width: 29vw;
  height: 69.5vh;
  background-color: #272727;
  border-radius: 3rem;
  transition: transform 0.4s ease;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_box .view {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  height: 2.4rem;
  padding: 0 0.8rem;
  background-color: #fff;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_box .view::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/mr/ic_view_gray.svg) no-repeat center/cover;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap {
  display: flex;
  gap: 1.2rem;
  flex-direction: column;
  justify-content: flex-end;
  height: 69.5vh;
  transition: transform 0.4s ease;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button {
  display: flex;
  gap: 0.4rem;
  flex-direction: column;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #2e2e2e;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button .ic_box {
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 1rem;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button.btn_like .ic_box {
  background: #eeeeee url(../images/sub/mr/ic_like.svg) no-repeat center;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button.btn_like.active {
  color: #e6002d;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button.btn_like.active .ic_box {
  background-color: #f6eef0;
  background-image: url(../images/sub/mr/ic_like_active.svg);
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button.btn_comments .ic_box {
  background: #eeeeee url(../images/sub/mr/ic_comment.svg) no-repeat center;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button.btn_share .ic_box {
  background: #eeeeee url(../images/sub/mr/ic_share.svg) no-repeat center;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button.btn_info {
  margin-top: 0.8rem;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button.btn_info .ic_box {
  background: #eeeeee url(../images/sub/mr/ic_info.svg) no-repeat center;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box {
  overflow: hidden;
  display: none;
  flex-direction: column;
  position: absolute;
  right: 9.8rem;
  width: 36.7%;
  height: 69.5vh;
  background-color: #fff;
  box-shadow: 0 0.1rem 3rem 0 rgba(0, 0, 0, 0.06);
  border-radius: 3rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .comments_tit {
  flex-shrink: 0;
  pointer-events: none;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: 100%;
  padding: 2rem 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
  font-size: 2.2rem;
  font-weight: 700;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .comments_tit .num {
  color: #e6002d;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box {
  overflow: auto;
  flex: 1;
  padding: 2rem 3rem;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box::-webkit-scrollbar {
  display: none;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box ~ .answer_box {
  margin-top: 3rem;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box {
  display: flex;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .thumbnail {
  overflow: hidden;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../images/common/user_default.png) no-repeat center/cover;
  box-shadow: none;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .thumbnail img {
  width: 100%;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name {
  display: flex;
  gap: 1rem;
  align-items: center;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .name {
  display: flex;
  gap: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #3e3e3e;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .name .status {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  height: 2.2rem;
  padding: 0 0.8rem;
  border-radius: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .name .status.pinned {
  background-color: #eaeaea;
  color: #585858;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .name .status.pinned::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.9rem;
  background: url(../images/icon/ic_pin.svg) no-repeat center/cover;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .name .status.before {
  background-color: #3c3c3c;
  color: #fff;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .name .status.complete {
  background-color: #ea3256;
  color: #fff;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #868686;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.new {
  color: #13a825;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.new::before {
  background-image: url(../images/icon/grade_simple_new.svg);
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.bronze {
  color: #ce7c23;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.bronze::before {
  background-image: url(../images/icon/grade_simple_bronze.svg);
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.silver {
  color: #868686;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.silver::before {
  background-image: url(../images/icon/grade_simple_silver.svg);
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.gold {
  color: #dfa321;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.gold::before {
  background-image: url(../images/icon/grade_simple_gold.svg);
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.platinum {
  color: #5a5a5a;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.platinum::before {
  background-image: url(../images/icon/grade_simple_platinum.svg);
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.diamond {
  color: #bf0000;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.diamond::before {
  background-image: url(../images/icon/grade_simple_diamond.svg);
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .comment_box {
  margin-bottom: 1.6rem;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .comment_box p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #323232;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .comment_box .btn_more {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #868686;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .comment_box.active p {
  -webkit-line-clamp: unset;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .comment_box.active .btn_more {
  display: none;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .btn_view_reply {
  display: flex;
  gap: 0.6rem;
  align-items: flex-end;
  font-size: 1.3rem;
  font-weight: 600;
  color: #3c3c3c;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .btn_view_reply::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/icon/ic_arrow_apply.svg) no-repeat center/cover;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .btn_view_reply.active::before {
  transform: rotate(180deg);
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box {
  display: none;
  gap: 0.4rem;
  margin-top: 1.2rem;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box.active {
  display: flex;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/icon/ic_reply.svg) no-repeat center/cover;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  flex-wrap: wrap;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .thumbnail {
  overflow: hidden;
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../images/common/user_default.png) no-repeat center/cover;
  box-shadow: none;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .thumbnail img {
  width: 100%;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name {
  display: flex;
  gap: 1rem;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .name {
  font-size: 1.4rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade {
  display: flex;
  gap: 0.6rem;
  font-size: 1.2rem;
  font-weight: 600;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.new {
  color: #13a825;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.new::before {
  background-image: url(../images/icon/grade_simple_new.svg);
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.bronze {
  color: #ce7c23;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.bronze::before {
  background-image: url(../images/icon/grade_simple_bronze.svg);
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.silver {
  color: #868686;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.silver::before {
  background-image: url(../images/icon/grade_simple_silver.svg);
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.gold {
  color: #dfa321;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.gold::before {
  background-image: url(../images/icon/grade_simple_gold.svg);
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.platinum {
  color: #5a5a5a;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.platinum::before {
  background-image: url(../images/icon/grade_simple_platinum.svg);
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.diamond {
  color: #bf0000;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.diamond::before {
  background-image: url(../images/icon/grade_simple_diamond.svg);
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .reply_comment {
  font-size: 1.5rem;
  font-weight: 500;
  color: #323232;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .textarea_box {
  flex-shrink: 0;
  padding: 1rem;
  border-top: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .textarea_box .textarea_group {
  display: flex;
  gap: 1rem;
  height: 7.9rem;
  padding: 1rem;
  background-color: #eeeeee;
  border: 0.1rem solid #e5e5e5;
  border-radius: 2rem;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .textarea_box .textarea_group textarea {
  overflow: auto;
  width: 100%;
  padding-left: 0.6rem;
  background-color: transparent;
  border: none;
  font-family: "Pretendard", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 500;
  color: #717171;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .textarea_box .textarea_group textarea::placeholder {
  color: #717171;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .textarea_box .textarea_group textarea::-webkit-scrollbar {
  display: none;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .textarea_box .textarea_group .btn_write {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  height: 3.6rem;
  background-color: #3c3c3c;
  border-radius: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide.active .transition_box {
  left: 29.6%;
}
#wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide.active .comments_box {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1480px) {
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .swiper .common_swiper_btn {
    justify-content: space-between;
    margin-top: 2rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .swiper .common_swiper_btn .swiper-button-prev, #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .swiper .common_swiper_btn .swiper-button-next {
    position: static;
    transform: translateY(0);
    width: 2.6rem;
    height: 2.6rem;
    background-size: 0.6rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .swiper .common_swiper_btn .swiper-button-prev {
    transform: translateY(0) scaleX(-1);
  }
}
@media (max-width: 1280px) {
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap .swiper-button-prev, #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap .swiper-button-next {
    width: 4.2rem;
    height: 4.2rem;
    background-size: 1.6rem;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .scroll_info {
    right: 4.8rem;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box {
    right: 5rem;
  }
}
@media (max-width: 1024px) {
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .banner_wrap .banner_img {
    right: -24rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .link_wrap li {
    width: calc((100% - 3.2rem) / 3);
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .info_wrap {
    gap: 1rem;
    flex-direction: column;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .info_wrap li.name_box {
    max-width: none;
    width: 100%;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .info_wrap li.broadcast_box {
    flex: auto;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .vod_info_wrap .vod_info {
    gap: 1rem;
    flex-direction: column;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .answer_total_wrap .qna_tit_wrap {
    gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .answer_total_wrap .qna_tit_wrap .qna_info {
    width: 100%;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box {
    gap: 2rem;
    flex-direction: column-reverse;
  }
  #wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .link_list li {
    width: calc((100% - 3.2rem) / 3);
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .vod_info_wrap .vod_info {
    gap: 1rem;
    flex-direction: column;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .answer_total_wrap .qna_tit_wrap {
    gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .answer_total_wrap .qna_tit_wrap .qna_info {
    width: 100%;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    border-left: none;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    border-left: none;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper {
    height: calc(100vh - 20rem);
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_box {
    width: 42vw;
  }
}
@media (max-width: 991px) {
  #wrap .container_renewal.symposium#symposium {
    margin-top: -7.2rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail {
    margin-top: -7.4rem;
  }
  #wrap .container_renewal.symposium#class {
    margin-top: -4.2rem;
  }
  #wrap .container_renewal.symposium#classDetail {
    margin-top: -11.2rem;
  }
  #wrap .container_renewal.symposium#liveraryDetail {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  #wrap .container_renewal.symposium .common_tit_wrap .content_wrap h3 {
    font-size: 2.8rem;
  }
  #wrap .container_renewal.symposium .common_tit_wrap .content_wrap h4 {
    margin-top: 1rem;
    font-size: 1.5rem !important;
    line-height: 2rem;
  }
  #wrap .container_renewal.symposium#symposium {
    margin-top: -1.2rem;
    margin-bottom: 8rem;
    padding-top: 4rem;
    background-color: #fafafa;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap {
    margin-top: 3.6rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_btn_scroll_wrap {
    position: relative;
    overflow-x: hidden;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_btn_scroll_wrap .tab_btn_wrap {
    overflow-x: auto;
    gap: 0.6rem;
    position: relative;
    margin-bottom: 3.2rem;
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_btn_scroll_wrap .tab_btn_wrap::-webkit-scrollbar {
    display: none;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_btn_scroll_wrap .tab_btn_wrap .btn_tab {
    flex: 0 0 12rem;
    width: 12rem;
    height: 7.5rem;
    border-radius: 1.8rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_btn_scroll_wrap .tab_btn_wrap .btn_tab::after {
    border-width: 0.2rem !important;
    border-radius: 1.8rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_btn_scroll_wrap.left_shadow::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 3rem;
    height: 7.5rem;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_btn_scroll_wrap.right_shadow::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 3rem;
    height: 7.5rem;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_wrap {
    gap: 1.6rem;
    flex-direction: column;
    margin-top: 3.2rem;
    padding-bottom: 1.6rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_wrap .btn_box {
    gap: 0.6rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_wrap .btn_box button {
    height: 3.8rem;
    padding: 0 1.6rem;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_wrap .search_group {
    max-width: 100%;
    width: 100%;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .swiper {
    position: relative;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    padding-bottom: 3.6rem;
    border-bottom: none;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .swiper::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 1.6rem;
    width: calc(100% - 3.2rem);
    height: 0.1rem;
    background-color: #e5e5e5;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .swiper .common_swiper_btn {
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .swiper .common_swiper_btn .swiper-button-prev, #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .swiper .common_swiper_btn .swiper-button-next {
    width: 3.2rem;
    height: 3.2rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .swiper .swiper-container {
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide {
    min-width: 23rem;
    width: 67.1%;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .banner_wrap {
    height: 22rem;
    padding: 2rem;
    border-radius: 1rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .banner_wrap .banner_img {
    right: 0;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .banner_wrap .txt_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .banner_wrap .txt_wrap .charact {
    width: 5.9rem;
    height: 7.4rem;
    margin-bottom: 0.5rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .banner_wrap .txt_wrap .charact.charact_management {
    width: 5.9rem;
    margin-left: 0;
    margin-right: 0;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .banner_wrap .txt_wrap .txt_box .banner_tit {
    margin-bottom: 0.5rem;
    font-size: 2.4rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .banner_wrap.respiratory {
    background-color: #101a1d;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .banner_wrap.diabetes {
    background-color: #281c1f;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .banner_wrap.cycle {
    background-color: #281c1b;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .banner_wrap.digestive {
    background-color: #28221b;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .banner_wrap.musculoskeletal {
    background-color: #1a2228;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .banner_wrap.management {
    background-color: #04313d;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .banner_wrap.management .txt_wrap .charact {
    width: 5.9rem;
    margin-left: 0;
    margin-right: 0;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link {
    gap: 1.2rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link .img_wrap .status_wrap {
    gap: 0.4rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link .img_wrap .view_complete {
    top: auto;
    bottom: 1rem;
    right: 1rem;
    width: 4.2rem;
    height: 5.6rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link .txt_wrap {
    height: 9.5rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link .txt_wrap .tit {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: wrap;
    line-height: 2rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .btn_link .txt_wrap .info_wrap {
    margin-top: auto;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .link_wrap {
    gap: 3.6rem;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-bottom: 3.6rem;
  }
  #wrap .container_renewal.symposium#symposium .symposium_wrap .content_wrap .tab_content .link_wrap li {
    width: 100%;
  }
  #wrap .container_renewal.symposium#symposiumDetail {
    margin-top: -7.2rem;
    margin-bottom: 8rem;
    padding-top: 8rem;
    background-color: #fafafa;
  }
  #wrap .container_renewal.symposium#symposiumDetail .back_wrap .content_wrap {
    padding-bottom: 2rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .back_wrap .content_wrap .btn_back {
    gap: 0.4rem;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .back_wrap .content_wrap .btn_back img {
    width: 1.6rem;
    height: 1.6rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap {
    gap: 0;
    flex-direction: column;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap {
    max-width: none;
    width: 100%;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .detail_tit_wrap {
    padding-top: 3.6rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .detail_tit_wrap .tit_type {
    margin-bottom: 2rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .detail_tit_wrap .tit {
    padding: 0 1rem;
    font-size: 2.2rem;
    line-height: 3rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .detail_tit_wrap .btn_link {
    margin: 2.4rem auto 3.2rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .info_wrap li {
    height: auto;
    padding: 2rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .info_wrap li.name_box {
    gap: 0.6rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .info_wrap li.name_box .doctor {
    font-size: 1.4rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .info_wrap li.broadcast_box .date {
    opacity: 0.8;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .info_wrap li.broadcast_box .btn_regist {
    position: static;
    width: 100%;
    height: 4.4rem;
    margin-top: 1rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .video_wrap {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    background-color: #000;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .vod_info_wrap {
    padding: 3.2rem 0 3.6rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .vod_info_wrap .vod_info li {
    min-height: 13.3rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .vod_info_wrap .vod_info li:last-child {
    padding-left: 2rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box {
    padding-top: 3.2rem;
    padding-bottom: 0;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .item_tit {
    flex-direction: column;
    height: auto;
    margin-bottom: 3rem;
    padding-left: 0;
    font-size: 2.4rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .item_tit .item_desc {
    margin-top: 1rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_head .checkbox_group label {
    padding-left: 1rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_head .checkbox_group label .name {
    display: flex;
    width: auto;
    margin-left: 1.2rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_head .checkbox_group label .name::after {
    content: "/";
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    color: #717171;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_body .checkbox_group label {
    flex-wrap: wrap;
    padding: 1.6rem 1.4rem 0.4rem 1rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_body .checkbox_group label .name {
    width: auto;
    margin-left: 1.2rem;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .qna_box .qna_item .qna_list .qna_body .checkbox_group label .question_txt {
    flex: auto;
    width: 100%;
    padding-left: 3.2rem;
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .survey_btn_box {
    display: flex;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .answer_total_wrap .qna_tit_wrap h4 {
    gap: 0.4rem;
    font-size: 2.4rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .answer_total_wrap .qna_tit_wrap .qna_info {
    padding: 1.2rem 1.6rem;
    border-radius: 0.8rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .answer_total_wrap .qna_tit_wrap .qna_info p {
    line-height: 1.9rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .left_wrap .answer_total_wrap .textarea_group {
    margin-top: 1rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap {
    margin-top: 3.6rem;
    padding-top: 3.2rem;
    border-top: 0.1rem solid #e5e5e5;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box {
    position: static;
    width: 100%;
    padding-top: 0;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .survey_banner_box {
    margin-bottom: 3.2rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .survey_banner_box .survey_banner_tit {
    font-size: 1.8rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .survey_banner_box .survey_banner {
    position: relative;
    height: 0;
    padding-bottom: 64.14%;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .survey_banner_box .survey_banner img {
    position: absolute;
    top: 0;
    left: 0;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .sticky_tit {
    font-size: 1.8rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .btn_brand {
    margin-bottom: 3.2rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .btn_brand .txt_go {
    top: 2rem;
    right: 2rem;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .contents_scroll_wrap .contents_list {
    overflow-x: auto;
    display: flex;
    gap: 0.8rem;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .contents_scroll_wrap .contents_list::-webkit-scrollbar {
    display: none;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .contents_scroll_wrap .contents_list li {
    flex-shrink: 0;
    width: 16.8rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .contents_scroll_wrap .contents_list li ~ li {
    margin-top: 0;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .contents_scroll_wrap .common_swiper_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 3.2rem;
    margin-top: 2rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .contents_scroll_wrap .common_swiper_btn .swiper-button-prev, #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .contents_scroll_wrap .common_swiper_btn .swiper-button-next {
    position: static;
    width: 3.2rem;
    height: 3.2rem;
    background: #eeeeee url(../images/main/ic_arrow_swiper.svg) no-repeat center;
    transform: translateY(0);
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .contents_scroll_wrap .common_swiper_btn .swiper-button-prev {
    transform: translateY(0) scaleX(-1);
  }
  #wrap .container_renewal.symposium#symposiumDetail .sticky_wrap .content_wrap .right_wrap .sticky_box .survey_btn_box {
    display: none;
  }
  #wrap .container_renewal.symposium#class {
    margin-top: 2.8rem;
    margin-bottom: 8rem;
    padding-top: 3.2rem;
    background-color: #fafafa;
  }
  #wrap .container_renewal.symposium#class .class_wrap {
    margin-top: 2.4rem;
  }
  #wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_btn_wrap {
    gap: 0.7rem;
  }
  #wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_btn_wrap .btn_tab {
    width: 13.3rem;
    height: 4rem;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .common_search_wrap {
    gap: 1.6rem;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4rem;
    padding-bottom: 1.6rem;
  }
  #wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .common_search_wrap .btn_current {
    margin-bottom: 0;
  }
  #wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .common_search_wrap .search_group {
    max-width: none;
    width: 100%;
  }
  #wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .link_list {
    gap: 3.6rem;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 3.2rem;
    padding-bottom: 3.6rem;
  }
  #wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .link_list li {
    width: 100%;
  }
  #wrap .container_renewal.symposium#class .class_wrap .content_wrap .tab_content .link_list li .btn_link .img_wrap img {
    width: 100%;
  }
  #wrap .container_renewal.symposium#classDetail {
    margin-top: -4.2rem;
    margin-bottom: 8rem;
    padding-top: 2rem;
    background-color: #fafafa;
  }
  #wrap .container_renewal.symposium#classDetail .back_wrap .content_wrap {
    padding-bottom: 2rem;
  }
  #wrap .container_renewal.symposium#classDetail .back_wrap .content_wrap .btn_back {
    gap: 0.4rem;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.symposium#classDetail .back_wrap .content_wrap .btn_back img {
    width: 1.6rem;
    height: 1.6rem;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap {
    gap: 0;
    flex-direction: column;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .detail_tit_wrap {
    padding-top: 3.6rem;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .detail_tit_wrap .tit_type {
    margin-bottom: 2rem;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .detail_tit_wrap .tit {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .detail_tit_wrap .btn_link {
    margin: 2.4rem auto 3.2rem;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .info_wrap li {
    height: auto;
    padding: 2rem;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .info_wrap li.name_box {
    gap: 0.6rem;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .info_wrap li.name_box .doctor {
    font-size: 1.4rem;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .info_wrap li.broadcast_box .date {
    opacity: 0.8;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .info_wrap li.broadcast_box .btn_regist {
    position: static;
    width: 100%;
    height: 4.4rem;
    margin-top: 1rem;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .video_wrap {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    background-color: #000;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .vod_info_wrap {
    padding: 3.2rem 0 3.6rem;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .vod_info_wrap .vod_info li {
    min-height: 13.3rem;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .vod_info_wrap .vod_info li:last-child {
    padding-left: 2rem;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .show_content {
    padding: 2rem 0 3rem;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .show_content .tit {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap {
    overflow-x: auto;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap::-webkit-scrollbar {
    display: none;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a {
    gap: 1.2rem;
    min-width: 23rem;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 3.2rem;
    margin-top: 2rem;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-prev, #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-next {
    position: static;
    width: 3.2rem;
    height: 3.2rem;
    background: #eeeeee url(../images/main/ic_arrow_swiper.svg) no-repeat center;
    transform: translateY(0);
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-prev {
    transform: translateY(0) scaleX(-1);
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .answer_total_wrap {
    margin-bottom: 2rem;
    padding-bottom: 3.6rem;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .answer_total_wrap .qna_tit_wrap h4 {
    gap: 0.4rem;
    font-size: 2.4rem;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .answer_total_wrap .qna_tit_wrap .qna_info {
    padding: 1.2rem 1.6rem;
    border-radius: 0.8rem;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .answer_total_wrap .qna_tit_wrap .qna_info p {
    line-height: 1.9rem;
  }
  #wrap .container_renewal.symposium#classDetail .sticky_wrap .content_wrap .answer_total_wrap .textarea_group {
    margin-top: 1rem;
  }
  #wrap .container_renewal.symposium#liveraryDetail {
    margin-top: 7.2rem;
    margin-bottom: 8rem;
    padding-top: 2rem;
    background-color: #fafafa;
  }
  #wrap .container_renewal.symposium#liveraryDetail .back_wrap .content_wrap {
    padding-bottom: 2rem;
  }
  #wrap .container_renewal.symposium#liveraryDetail .back_wrap .content_wrap .btn_back {
    gap: 0.4rem;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.symposium#liveraryDetail .back_wrap .content_wrap .btn_back img {
    width: 1.6rem;
    height: 1.6rem;
  }
  #wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap {
    gap: 0;
    flex-direction: column;
  }
  #wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .detail_tit_wrap {
    padding-top: 3.6rem;
  }
  #wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .detail_tit_wrap .tit_type {
    margin-bottom: 2rem;
  }
  #wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .detail_tit_wrap .tit {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  #wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .detail_tit_wrap .btn_link {
    margin: 2.4rem auto 3.2rem;
  }
  #wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .info_wrap li {
    height: auto;
    padding: 2rem;
  }
  #wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .info_wrap li.name_box {
    gap: 0.6rem;
  }
  #wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .info_wrap li.name_box .doctor {
    font-size: 1.4rem;
  }
  #wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .info_wrap li.broadcast_box .date {
    opacity: 0.8;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .info_wrap li.broadcast_box .btn_regist {
    position: static;
    width: 100%;
    height: 4.4rem;
    margin-top: 1rem;
  }
  #wrap .container_renewal.symposium#liveraryDetail .sticky_wrap .content_wrap .video_wrap {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    background-color: #000;
  }
  #wrap .container_renewal.symposium#shortForm {
    overflow-x: hidden;
    margin-top: 6rem;
    margin-bottom: 8rem;
    padding-top: 4rem;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap h3 {
    margin-bottom: 1.2rem;
    font-size: 2.8rem;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap h4 {
    font-size: 1.5rem !important;
    line-height: 2rem;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    border-bottom: none;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 1.6rem;
    width: calc(100% - 3.2rem);
    height: 0.1rem;
    background-color: #e5e5e5;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-btn-wrap .swiper-button-next, #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-btn-wrap .swiper-button-prev {
    width: 4rem;
    height: 4.8rem;
    background-image: url(../images/sub/mr/ic_swiper_arrow_white.svg);
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-btn-wrap .swiper-button-prev {
    left: -0.4rem;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-btn-wrap .swiper-button-next {
    right: -0.4rem;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container {
    padding: 2rem 0 3.2rem;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container::before, #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container::after {
    display: none;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide {
    min-width: 16.8rem;
    width: 44.8%;
    height: 0;
    padding-bottom: 76.27%;
    border-radius: 1.6rem;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide .view {
    bottom: 1.6rem;
    left: 1.6rem;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide-active {
    transform: translateY(-2rem) !important;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_top_wrap .tab_btn_scroll_wrap {
    overflow: hidden;
    position: relative;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_top_wrap .tab_btn_scroll_wrap .tab_btn_wrap {
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_top_wrap .tab_btn_scroll_wrap .tab_btn_wrap::-webkit-scrollbar {
    display: none;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_top_wrap .tab_btn_scroll_wrap .tab_btn_wrap .btn_tab {
    flex-shrink: 0;
    min-width: 8.2rem;
    height: 4rem;
    padding: 0;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_top_wrap .tab_btn_scroll_wrap.left_shadow::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 3rem;
    height: 4.6rem;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_top_wrap .tab_btn_scroll_wrap.right_shadow::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 3rem;
    height: 4.6rem;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_top_wrap .search_group {
    max-width: none;
    width: 100%;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .shorts_total_wrap {
    gap: 0.7rem;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .shorts_total_wrap .shorts_box {
    position: relative;
    width: calc(50% - 0.4rem);
    height: 0;
    padding-bottom: 83.27%;
    border-radius: 1.6rem;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .shorts_total_wrap .shorts_box .shorts_view_box {
    position: absolute;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .shorts_total_wrap .shorts_box .shorts_view_box .view {
    bottom: 1.6rem;
    left: 1.6rem;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .shorts_total_wrap .shorts_box .btn_shorts_slide {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #wrap .container_renewal.symposium#shortForm .short_form_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .pagination {
    justify-content: center;
  }
  #wrap .container_renewal.symposium#shortFormDetail {
    margin-top: 6rem;
    margin-bottom: 8rem;
    padding-top: 2rem;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .btn_back {
    gap: 0.4rem;
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .btn_back::before {
    width: 1.6rem;
    height: 1.6rem;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper {
    position: relative;
    padding-top: 2rem;
    height: auto;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap {
    top: calc(50% - 4rem);
    right: 0;
    width: 0;
    height: 4.2rem;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap .swiper-button-prev {
    position: absolute;
    top: 0;
    left: -89vw;
    transform: scaleX(-1) translateY(0);
    z-index: 5;
    width: 4rem;
    height: 4.8rem;
    background: url(../images/sub/mr/ic_swiper_arrow_shadow.svg) no-repeat center/cover;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap .swiper-button-next {
    position: absolute;
    top: 0;
    right: 1rem;
    transform: translateY(0);
    z-index: 5;
    width: 4rem;
    height: 4.8rem;
    background: url(../images/sub/mr/ic_swiper_arrow_shadow.svg) no-repeat center/cover;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .btn_temp {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    transform: translateY(-50%);
    width: 100%;
    height: 50%;
    background-color: rgba(230, 0, 45, 0);
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .scroll_info {
    display: none;
  }
  @keyframes fadeOutAndHide {
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .scroll_info_mo {
    display: flex;
    gap: 0.6rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 21.7rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 15rem;
    height: 15rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    opacity: 1;
    animation: fadeOutAndHide 0.4s ease 3s forwards;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .scroll_info_mo::before {
    content: "";
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    background: url(../images/sub/mr/ic_scroll_mo.svg) no-repeat center/cover;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box {
    justify-content: center;
    position: relative;
    left: 0;
    transform: translateX(0);
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_box {
    max-width: none;
    width: 100%;
    height: 0;
    padding-bottom: 170.3%;
    border-radius: 1.6rem;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_box .view {
    height: 2.2rem;
    font-size: 1.2rem;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_box .view::before {
    width: 1.4rem;
    height: 1.4rem;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap {
    gap: 0.6rem;
    position: absolute;
    right: 1.2rem;
    bottom: 2rem;
    height: auto;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button {
    gap: 0.3rem;
    font-size: 1.2rem;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button .ic_box {
    width: 3.6rem;
    height: 3.6rem;
    background-size: 1.9rem !important;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button .num {
    color: #fff;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box {
    display: block !important;
    position: static;
    width: 100%;
    height: auto;
    margin-top: 3rem;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    transition: none;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .comments_tit {
    pointer-events: auto;
    gap: 0.5rem;
    padding: 1.7rem 0;
    font-size: 2.4rem;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .comments_tit::after {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    margin-left: auto;
    background: url(../images/sub/mr/ic_comment_arrow.svg) no-repeat center/cover;
    transform: rotate(180deg);
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .comments_tit.active::after {
    transform: rotate(0);
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box {
    display: none;
    padding: 2rem 0 4rem;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box.active {
    display: block;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .textarea_box {
    display: none;
    padding: 0;
    border-top: none;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .textarea_box.active {
    display: block;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .textarea_box .textarea_group {
    height: 12rem;
    padding: 1.6rem;
    border-radius: 1rem;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .textarea_box .textarea_group .btn_write {
    margin-top: auto;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide.active .transition_box {
    left: 0;
  }
  #wrap .container_renewal.symposium#shortFormDetail .short_form_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide-active .shorts_slide .comments_box {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
}
@media (max-width: 575px) {
  #wrap .container_renewal.symposium#symposium {
    margin-top: -2.1rem;
  }
  #wrap .container_renewal.symposium#symposiumDetail {
    margin-top: -8rem;
  }
  #wrap .container_renewal.symposium#class {
    margin-top: 2rem;
  }
  #wrap .container_renewal.symposium#classDetail {
    margin-top: -5rem;
  }
  #wrap .container_renewal.symposium#liveraryDetail {
    margin-top: 2rem;
  }
}

#wrap .container_renewal.ebrand {
  /* e브랜드관 */
  /* e브랜드관 카테고리 */
  /* e브랜드관 상세 */
}
#wrap .container_renewal.ebrand .content_wrap {
  max-width: 143.2rem;
  width: 100%;
  padding: 0 1.6rem;
  margin: auto;
}
#wrap .container_renewal.ebrand .common_tit_wrap {
  text-align: center;
}
#wrap .container_renewal.ebrand .common_tit_wrap .content_wrap h3 {
  font-size: 5rem;
  font-weight: 700;
  color: #2e2e2e;
}
#wrap .container_renewal.ebrand .common_tit_wrap .content_wrap h4 {
  margin-top: 1.6rem;
  font-size: 1.6rem !important;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container_renewal.ebrand#ebrand {
  margin-top: -1.8rem;
  margin-bottom: 10rem;
  padding-top: 25.9rem;
}
#wrap .container_renewal.ebrand#ebrand .common_tit_wrap .content_wrap .btn_view_grade {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  height: 5rem;
  margin: 2rem auto 0;
  padding: 0 2rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.ebrand#ebrand .common_tit_wrap .content_wrap .btn_view_grade::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon/ic_info.svg) no-repeat center/cover;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap {
  overflow: hidden;
  margin-top: 6rem;
  padding: 8rem 0 12rem;
  background: url(../images/sub/ebrand/ebrand_bg02.png) no-repeat center/cover;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .main_tit {
  margin-bottom: 4.8rem;
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper {
  position: relative;
  overflow: visible;
  max-width: 127rem;
  margin: auto;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .swiper-container {
  overflow: hidden;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  max-width: 48rem;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_ebrand {
  pointer-events: none;
  display: flex;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 5rem;
  overflow: hidden;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_ebrand .view_complete {
  display: block;
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 6.7rem;
  height: 9rem;
  background: url(../images/icon/img_view_complete.png) no-repeat center/cover;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_ebrand img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .swiper-container .swiper-wrapper .swiper-slide .go_ebrand {
  pointer-events: none;
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 3rem;
  transform: translateX(-50%);
  width: 16.2rem;
  height: 4rem;
  background-color: #000;
  border-radius: 3rem;
  box-shadow: 0 0.1rem 3rem 0 rgba(0, 0, 0, 0.12);
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .swiper-container .swiper-wrapper .swiper-slide .go_ebrand::after {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../images/sub/ebrand/ebrand_arrow_link.svg) no-repeat center/cover;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .swiper-container .swiper-wrapper .swiper-slide-active .btn_ebrand,
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .swiper-container .swiper-wrapper .swiper-slide-active .go_ebrand {
  pointer-events: auto;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .brand_caption {
  max-width: 56rem;
  height: 14rem;
  margin: 5rem auto 0;
  background-color: rgba(255, 255, 255, 0.6);
  border: 0.1rem solid #fff;
  border-radius: 3rem;
  box-shadow: 0 0.2rem 2rem 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(2rem);
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .brand_caption .caption {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .brand_caption .caption .caption_txt {
  display: none;
  font-size: 1.5rem;
  font-weight: 500;
  color: #2e2e2e;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .brand_caption .caption .caption_tit {
  width: 90%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 2.4rem;
  font-weight: 700;
  color: #2e2e2e;
  text-align: center;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .common_swiper_btn .swiper-button-prev, #wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .common_swiper_btn .swiper-button-next {
  display: flex;
  align-items: center;
  top: 23.6rem;
  width: auto;
  height: auto;
  background: none;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  text-indent: -9999rem;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .common_swiper_btn .swiper-button-prev::after, #wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .common_swiper_btn .swiper-button-next::after {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  background: url(../images/sub/ebrand/ebrand_arrow_white.svg) no-repeat center/cover;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .common_swiper_btn .swiper-button-prev {
  left: -24rem;
  flex-direction: row-reverse;
  transform: scaleX(1) translateY(-50%);
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .common_swiper_btn .swiper-button-prev::after {
  transform: scaleX(-1);
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .common_swiper_btn .swiper-button-next {
  right: -24rem;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .caption_nav {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 56rem;
  height: 7rem;
  margin: 1rem auto 0;
  padding: 0 2rem;
  background-color: rgba(255, 255, 255, 0.6);
  border: 0.1rem solid #fff;
  border-radius: 3rem;
  box-shadow: 0 0.2rem 2rem 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(2rem);
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .caption_nav button {
  flex-shrink: 0;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #2e2e2e;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .caption_nav button::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/sub/ebrand/ebrand_arrow_gray.svg) no-repeat center/cover;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .caption_nav button#captionPrev {
  flex-direction: row-reverse;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .caption_nav button#captionPrev::after {
  transform: scaleX(-1);
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .caption_nav .swiper-pagination {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: auto;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .caption_nav .swiper-pagination-bullet {
  opacity: 0.3;
  width: 0.4rem !important;
  height: 0.4rem !important;
  margin: 0 !important;
  background-color: #000;
  border: none !important;
}
#wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .caption_nav .swiper-pagination-bullet-active {
  opacity: 1;
  width: 1.2rem !important;
  border-radius: 2rem;
}
#wrap .container_renewal.ebrand#ebrand .medical_category {
  margin-top: 6rem;
}
#wrap .container_renewal.ebrand#ebrand .medical_category .content_wrap {
  display: flex;
  gap: 2rem;
}
#wrap .container_renewal.ebrand#ebrand .medical_category .content_wrap .btn_category {
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  height: 48rem;
  padding: 3rem 1rem;
  background-color: #101a1d;
  border-radius: 3rem;
}
#wrap .container_renewal.ebrand#ebrand .medical_category .content_wrap .btn_category .img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#wrap .container_renewal.ebrand#ebrand .medical_category .content_wrap .btn_category .img_wrap img {
  width: 100%;
}
#wrap .container_renewal.ebrand#ebrand .medical_category .content_wrap .btn_category .txt_wrap {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
#wrap .container_renewal.ebrand#ebrand .medical_category .content_wrap .btn_category .txt_wrap .charact {
  max-width: 10rem;
}
#wrap .container_renewal.ebrand#ebrand .medical_category .content_wrap .btn_category .txt_wrap .category_tit {
  display: block;
  margin-top: 0.5rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
#wrap .container_renewal.ebrand#ebrand .medical_category .content_wrap .btn_category .txt_wrap .category_desc {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: url(../images/sub/ebrand/ebrand_bg.png) no-repeat center/cover;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal.active,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02.active,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03.active,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04.active,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05.active {
  display: flex;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content {
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-height: 100%;
  height: 100%;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content::-webkit-scrollbar,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content::-webkit-scrollbar,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content::-webkit-scrollbar,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content::-webkit-scrollbar,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content::-webkit-scrollbar {
  display: none;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .modal_tit,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .modal_tit,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .modal_tit,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .modal_tit,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .modal_tit {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 25rem;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .modal_tit .txt_wrap,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .modal_tit .txt_wrap,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .modal_tit .txt_wrap,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .modal_tit .txt_wrap,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .modal_tit .txt_wrap {
  max-width: 139.4rem;
  margin: auto;
  padding: 6rem;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .modal_tit .txt_wrap .caption_txt,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .modal_tit .txt_wrap .caption_txt,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .modal_tit .txt_wrap .caption_txt,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .modal_tit .txt_wrap .caption_txt,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .modal_tit .txt_wrap .caption_txt {
  display: none;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .modal_tit .txt_wrap .caption_tit,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .modal_tit .txt_wrap .caption_tit,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .modal_tit .txt_wrap .caption_tit,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .modal_tit .txt_wrap .caption_tit,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .modal_tit .txt_wrap .caption_tit {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .modal_tit .btn_close,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .modal_tit .btn_close,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .modal_tit .btn_close,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .modal_tit .btn_close,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .modal_tit .btn_close {
  display: block;
  position: absolute;
  top: 4rem;
  right: 5rem;
  width: 4rem;
  height: 4rem;
  background: url(../images/sub/ebrand/modal_close.svg) no-repeat center/cover;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper {
  display: flex;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper::-webkit-scrollbar,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper::-webkit-scrollbar,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper::-webkit-scrollbar,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper::-webkit-scrollbar,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper::-webkit-scrollbar {
  display: none;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container {
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 139.4rem;
  width: 100%;
  height: 80%;
  margin: 13vh auto 0;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container::-webkit-scrollbar,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container::-webkit-scrollbar,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container::-webkit-scrollbar,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container::-webkit-scrollbar,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container::-webkit-scrollbar {
  display: none;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide {
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  width: 100% !important;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide::-webkit-scrollbar,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide::-webkit-scrollbar,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide::-webkit-scrollbar,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide::-webkit-scrollbar,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide::-webkit-scrollbar {
  display: none;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide img,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide img,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide img,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide img,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .img_wrap,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .img_wrap,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .img_wrap,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .img_wrap,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .img_wrap {
  position: relative;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .img_wrap::after,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .img_wrap::after,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .img_wrap::after,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .img_wrap::after,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .img_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(0.4rem);
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap {
  position: absolute;
  left: 50%;
  bottom: 13vh;
  transform: translateX(-50%);
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .img_complete,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .img_complete,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .img_complete,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .img_complete,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .img_complete {
  width: 29.4rem;
  margin: auto;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .img_complete img,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .img_complete img,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .img_complete img,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .img_complete img,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .img_complete img {
  width: 100%;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .btn_home,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .btn_home,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .btn_home,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .btn_home,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .btn_home {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 5rem;
  margin: 3rem auto 0;
  padding: 0 2rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content {
  margin-top: 13.6rem;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_tit,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_tit,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_tit,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_tit,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_tit {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list {
  display: flex;
  gap: 1.6rem;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list .btn_show,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list .btn_show,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list .btn_show,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list .btn_show,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list .btn_show {
  overflow: hidden;
  width: 20.8rem;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.25);
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list .btn_show img,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list .btn_show img,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list .btn_show img,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list .btn_show img,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list .btn_show img {
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-prev, #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-next,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-prev,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-next,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-prev,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-next,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-prev,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-next,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-prev,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-next {
  display: flex;
  gap: 0.8rem;
  flex-direction: column-reverse;
  align-items: center;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  margin: 0 0 2rem;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-prev::after, #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-next::after,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-prev::after,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-next::after,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-prev::after,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-next::after,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-prev::after,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-next::after,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-prev::after,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-next::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.2rem;
  height: 7.2rem;
  background: #eeeeee url(../images/sub/ebrand/modal_arrow.svg) no-repeat center;
  border-radius: 0.6rem;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-prev span, #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-next span,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-prev span,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-next span,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-prev span,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-next span,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-prev span,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-next span,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-prev span,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-next span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-prev,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-prev,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-prev,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-prev,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-prev {
  left: 5rem;
  transform: translateY(-50%);
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-prev::after,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-prev::after,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-prev::after,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-prev::after,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-prev::after {
  transform: scaleX(-1);
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-next,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-next,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-next,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-next,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-next {
  right: 5rem;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-disabled,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-disabled,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-disabled,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-disabled,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .zoom_control,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .zoom_control,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .zoom_control,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .zoom_control,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .zoom_control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  z-index: 1;
  width: 10.3rem;
  height: 2.6rem;
  padding: 0 1.2rem;
  background-color: #fafafa;
  border-radius: 3rem;
  box-shadow: 0 0.1rem 3rem 0 rgba(0, 0, 0, 0.2);
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .zoom_control button,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .zoom_control button,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .zoom_control button,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .zoom_control button,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .zoom_control button {
  display: flex;
  width: 1.4rem;
  height: 1.4rem;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .zoom_control button#zoomOut,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .zoom_control button#zoomOut,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .zoom_control button#zoomOut,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .zoom_control button#zoomOut,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .zoom_control button#zoomOut {
  background: url(../images/sub/ebrand/modal_minus.svg) no-repeat center/cover;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .zoom_control button#zoomIn,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .zoom_control button#zoomIn,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .zoom_control button#zoomIn,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .zoom_control button#zoomIn,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .zoom_control button#zoomIn {
  background: url(../images/sub/ebrand/modal_add.svg) no-repeat center/cover;
}
#wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .zoom_control .zoom_percent,
#wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .zoom_control .zoom_percent,
#wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .zoom_control .zoom_percent,
#wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .zoom_control .zoom_percent,
#wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .zoom_control .zoom_percent {
  font-size: 1.3rem;
  font-weight: 500;
}
#wrap .container_renewal.ebrand#ebrandCategory {
  margin-top: -1.8rem;
  margin-bottom: 10rem;
  padding-top: 25.9rem;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap {
  margin-top: 5rem;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .banner_wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  height: 20rem;
  padding: 0 3rem;
  border-radius: 3rem;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .banner_wrap .txt_wrap {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .banner_wrap .txt_wrap .charact {
  width: 14rem;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .banner_wrap .txt_wrap .txt_box .banner_tit {
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .banner_wrap .txt_wrap .txt_box .banner_txt {
  opacity: 0.7;
  max-width: 30rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2rem;
  color: #fff;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .banner_wrap .banner_img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: none;
  height: 100%;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .filter_box {
  margin: 4rem 0 3rem;
  padding: 2rem 3rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .filter_box .filter_tit {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #e5e5e5;
  font-size: 1.6rem;
  font-weight: 700;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .filter_box .filter_tit::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 10.5rem;
  height: 0.3rem;
  background-color: #000;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .filter_box .tab_btn_wrap {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .filter_box .tab_btn_wrap .btn_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.9rem;
  padding: 0 2rem;
  background-color: #eeeeee;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .filter_box .tab_btn_wrap .btn_tab.active {
  background-color: #000;
  color: #fff;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content {
  display: none;
  border-top: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content.active {
  display: block;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content .info_list_wrap {
  margin-top: 3rem;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content .info_list_wrap .info_tit {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content .info_list_wrap .info_list {
  display: flex;
  gap: 4.8rem 2.2rem;
  flex-wrap: wrap;
  padding-bottom: 5rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content .info_list_wrap .info_list .btn_link {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  width: calc((100% - 4.4rem) / 3);
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content .info_list_wrap .info_list .btn_link span {
  padding: 0;
  background: none;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content .info_list_wrap .info_list .btn_link .img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 3rem;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content .info_list_wrap .info_list .btn_link .img_wrap .view_complete {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  width: 6rem;
  height: 8.1rem;
  background: url(../images/icon/img_view_complete.png) no-repeat center/cover;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content .info_list_wrap .info_list .btn_link .img_wrap .type {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2rem;
  left: 2rem;
  height: 2rem;
  padding: 0 0.8rem;
  background-color: #fff;
  border-radius: 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #585858;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content .info_list_wrap .info_list .btn_link .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content .info_list_wrap .info_list .btn_link .txt_wrap .category {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #565656;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content .info_list_wrap .info_list .btn_link .txt_wrap .tit {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  color: #222122;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content .info_list_wrap .info_list .btn_link .txt_wrap .regDate {
  display: block;
  margin-top: 1.2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content .info_list_wrap .info_list .btn_link:hover {
  background: none;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content .info_list_wrap .info_list.monthly .btn_link {
  width: calc((100% - 6.6rem) / 4);
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content .info_list_wrap .pagination {
  justify-content: flex-end;
  margin: 3rem 0 8rem;
  padding: 0;
}
#wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content .info_list_wrap:last-child .pagination {
  margin-bottom: 0;
}
#wrap .container_renewal.ebrand#ebrandDetail {
  margin-top: -1.8rem;
  margin-bottom: 10rem;
  padding-top: 22.9rem;
}
#wrap .container_renewal.ebrand#ebrandDetail .back_wrap .content_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3rem;
}
#wrap .container_renewal.ebrand#ebrandDetail .back_wrap .content_wrap .btn_back {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2e2e2e;
}
#wrap .container_renewal.ebrand#ebrandDetail .back_wrap .content_wrap .date {
  font-size: 1.3rem;
  font-weight: 600;
  color: #8b8b8b;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .detail_tit_wrap {
  padding-top: 5rem;
  border-top: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .detail_tit_wrap .tit_type {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #e6002d;
  text-align: center;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .detail_tit_wrap .tit {
  padding: 0 1rem;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 5.2rem;
  color: #2e2e2e;
  text-align: center;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .detail_tit_wrap .btn_link {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: max-content;
  margin: 3rem auto 5rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .detail_tit_wrap .btn_link::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/symposium/ic_share.svg) no-repeat center/cover;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .detail_tit_wrap .btn_link:hover {
  background: none;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper {
  overflow: visible;
  padding-top: 2.2rem;
  border-top: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .view_btn_wrap {
  display: none;
  gap: 1rem;
  margin-bottom: 2.4rem;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .view_btn_wrap .view_btn_box {
  overflow: hidden;
  display: flex;
  height: 5rem;
  background-color: #eeeeee;
  border-radius: 1rem;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .view_btn_wrap .view_btn_box button {
  display: flex;
  gap: 0.2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.4rem;
  border: 0.1rem solid #eeeeee;
  border-radius: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #8b8b8b;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .view_btn_wrap .view_btn_box button::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  filter: brightness(0) saturate(100%) invert(56%) sepia(0%) saturate(18%) hue-rotate(151deg) brightness(99%) contrast(81%);
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .view_btn_wrap .view_btn_box button#verticalBtn::before {
  background: url(../images/sub/ebrand/detail_vertical.svg) no-repeat center/cover;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .view_btn_wrap .view_btn_box button#horizontalBtn::before {
  background: url(../images/sub/ebrand/detail_horizontal.svg) no-repeat center/cover;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .view_btn_wrap .view_btn_box button.active {
  background-color: #fff;
  border-color: #eaeaea;
  color: #3e3e3e;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .view_btn_wrap .view_btn_box button.active::before {
  filter: none;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .view_btn_wrap #bigViewBtn {
  display: none;
  gap: 0.2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.9rem;
  height: 5rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .view_btn_wrap #bigViewBtn::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/ebrand/detail_big.svg) no-repeat center/cover;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .swiper_info {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 3rem;
  transform: translateX(-50%);
  left: 50%;
  width: max-content;
  height: 3.5rem;
  padding: 0 2rem;
  background-color: #eeeeee;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .swiper-container {
  overflow: hidden;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .swiper-container .swiper-wrapper .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.4s ease;
  max-width: 108rem;
  border-radius: 1rem;
  overflow: hidden;
  text-align: center;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .swiper-container .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .common_swiper_btn {
  max-width: 100%;
  margin: auto;
  padding: 2rem 0;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .common_swiper_btn .swiper-button-prev {
  display: flex;
  gap: 1rem;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  position: static;
  transform: translateY(0);
  width: auto;
  height: auto;
  background: none;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .common_swiper_btn .swiper-button-prev::after {
  flex-shrink: 0;
  content: "";
  display: block;
  transform: scaleX(-1);
  width: 2.6rem;
  height: 2.6rem;
  background: #eeeeee url(../images/icon/ic_arrow_gray.svg) no-repeat center;
  border-radius: 0.6rem;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .common_swiper_btn .swiper-button-prev span {
  flex-shrink: 0;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #636363;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .common_swiper_btn .swiper-button-next {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  position: static;
  transform: translateY(0);
  width: auto;
  height: auto;
  background: none;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .common_swiper_btn .swiper-button-next::after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background: #eeeeee url(../images/icon/ic_arrow_gray.svg) no-repeat center;
  border-radius: 0.6rem;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .common_swiper_btn .swiper-button-next span {
  flex-shrink: 0;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #636363;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .btn_md_wrap .swiper-button-prev, #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .btn_md_wrap .swiper-button-next {
  top: calc(50% - 1rem);
  transform: translateY(-50%);
  width: 7.2rem;
  height: 7.2rem;
  margin: 0;
  background: #eeeeee url(../images/icon/ic_arrow_swiper.svg) no-repeat center/1.2rem 2.4rem;
  border-radius: 0.6rem;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .btn_md_wrap .swiper-button-prev::after, #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .btn_md_wrap .swiper-button-next::after {
  display: none;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .btn_md_wrap .swiper-button-prev {
  left: -0.1rem;
  transform: translateY(-50%) scaleX(-1);
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .btn_md_wrap .swiper-button-next {
  right: -0.1rem;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper.vertical {
  display: block;
  position: static;
  float: none;
  width: auto;
  height: auto;
  padding-bottom: 6.8rem;
  text-indent: 0;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper.vertical .swiper-container {
  overflow-y: auto;
  height: 79.8rem;
  border-bottom: 0;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper.vertical .swiper-container::-webkit-scrollbar {
  width: 0.8rem;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper.vertical .swiper-container::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper.vertical .swiper-container::-webkit-scrollbar-thumb {
  background-color: #2e2e2e;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper.vertical .swiper-container .swiper-wrapper {
  gap: 1.6rem;
  flex-direction: column;
  margin: auto;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper.vertical .swiper-container .swiper-wrapper .swiper-slide {
  opacity: 1;
  height: auto;
  margin: auto;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper.vertical .common_swiper_btn,
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper.vertical .btn_md_wrap {
  display: none;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content {
  padding: 5rem 0 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .tit {
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 700;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap {
  display: flex;
  gap: 1.6rem;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a {
  flex-shrink: 0;
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
  width: calc(25% - 1.2rem);
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 1rem;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .img_wrap .view_complete {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 4.6rem;
  height: 6.2rem;
  background: url(../images/icon/img_view_complete.png) no-repeat center/cover;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .img_wrap .type {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: 2rem;
  padding: 0 0.8rem;
  background-color: #fff;
  border-radius: 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #585858;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .img_wrap .view_complete {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 4.6rem;
  height: 6.2rem;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap .category {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap .tit {
  display: block;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn {
  display: none;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .answer_total_wrap {
  margin-bottom: 3rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .answer_total_wrap .tit_wrap h4 {
  display: flex;
  gap: 0.8rem;
  font-size: 2.8rem !important;
  font-weight: 700;
}
#wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .answer_total_wrap .tit_wrap h4 .num {
  color: #e6002d;
}
#wrap .container_renewal.ebrand#ebrandDetail .baneer_total_wrap {
  margin-top: 2rem;
}
#wrap .container_renewal.ebrand#ebrandDetail .baneer_total_wrap .content_wrap .banner_wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  height: 20rem;
  padding: 0 3rem;
  border-radius: 3rem;
}
#wrap .container_renewal.ebrand#ebrandDetail .baneer_total_wrap .content_wrap .banner_wrap .txt_wrap {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
#wrap .container_renewal.ebrand#ebrandDetail .baneer_total_wrap .content_wrap .banner_wrap .txt_wrap .charact {
  width: 14rem;
}
#wrap .container_renewal.ebrand#ebrandDetail .baneer_total_wrap .content_wrap .banner_wrap .txt_wrap .txt_box .banner_tit {
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}
#wrap .container_renewal.ebrand#ebrandDetail .baneer_total_wrap .content_wrap .banner_wrap .txt_wrap .txt_box .banner_txt {
  opacity: 0.7;
  max-width: 30rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2rem;
  color: #fff;
}
#wrap .container_renewal.ebrand#ebrandDetail .baneer_total_wrap .content_wrap .banner_wrap .banner_img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: none;
  height: 100%;
}
#wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal.active {
  display: flex;
}
#wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal .modal_content {
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-height: 100%;
  height: 100%;
}
#wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal .modal_content .modal_tit .btn_close {
  display: block;
  position: absolute;
  top: 4rem;
  right: 5rem;
  z-index: 7;
  width: 4rem;
  height: 4rem;
  background: url(../images/sub/ebrand/modal_close.svg) no-repeat center/cover;
}
#wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal .modal_content .ebrandZoomSwiper {
  overflow-y: auto;
  display: flex;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal .modal_content .ebrandZoomSwiper .swiper-container {
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 108rem;
  width: 100%;
  margin: 13vh auto 0;
}
#wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide {
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  max-width: 108rem;
  width: 100% !important;
}
#wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}
#wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal .modal_content .ebrandZoomSwiper .swiper-button-prev, #wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal .modal_content .ebrandZoomSwiper .swiper-button-next {
  display: flex;
  gap: 0.8rem;
  flex-direction: column-reverse;
  align-items: center;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  margin: 0 0 2rem;
}
#wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal .modal_content .ebrandZoomSwiper .swiper-button-prev::after, #wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal .modal_content .ebrandZoomSwiper .swiper-button-next::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.2rem;
  height: 7.2rem;
  background: #eeeeee url(../images/sub/ebrand/modal_arrow.svg) no-repeat center;
  border-radius: 0.6rem;
}
#wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal .modal_content .ebrandZoomSwiper .swiper-button-prev span, #wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal .modal_content .ebrandZoomSwiper .swiper-button-next span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal .modal_content .ebrandZoomSwiper .swiper-button-prev {
  left: 5rem;
  transform: translateY(-50%);
}
#wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal .modal_content .ebrandZoomSwiper .swiper-button-prev::after {
  transform: scaleX(-1);
}
#wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal .modal_content .ebrandZoomSwiper .swiper-button-next {
  right: 5rem;
}
#wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal .modal_content .ebrandZoomSwiper .swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
#wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal .modal_content .zoom_control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  z-index: 1;
  width: 10.3rem;
  height: 2.6rem;
  padding: 0 1.2rem;
  background-color: #fafafa;
  border-radius: 3rem;
  box-shadow: 0 0.1rem 3rem 0 rgba(0, 0, 0, 0.2);
}
#wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal .modal_content .zoom_control button {
  display: flex;
  width: 1.4rem;
  height: 1.4rem;
}
#wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal .modal_content .zoom_control button#zoomOut {
  background: url(../images/sub/ebrand/modal_minus.svg) no-repeat center/cover;
}
#wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal .modal_content .zoom_control button#zoomIn {
  background: url(../images/sub/ebrand/modal_add.svg) no-repeat center/cover;
}
#wrap .container_renewal.ebrand#ebrandDetail #ebrandDetailModal .modal_content .zoom_control .zoom_percent {
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 1280px) {
  #wrap .container_renewal.ebrand#ebrand .medical_category .content_wrap .btn_category {
    height: 35rem;
  }
}
@media (max-width: 1024px) {
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .banner_wrap .banner_img {
    right: -24rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .swiper_info {
    position: static;
    transform: translateX(0);
    margin: 0 auto 1rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .baneer_total_wrap .content_wrap .banner_wrap .banner_img {
    right: -24rem;
  }
}
@media (max-width: 991px) {
  #wrap .container_renewal.ebrand#ebrand {
    margin-top: -6.8rem;
  }
  #wrap .container_renewal.ebrand#ebrandCategory {
    margin-top: -6.8rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail {
    margin-top: -6.8rem;
  }
}
@media (max-width: 768px) {
  #wrap .container_renewal.ebrand .common_tit_wrap .content_wrap h3 {
    font-size: 2.8rem;
  }
  #wrap .container_renewal.ebrand .common_tit_wrap .content_wrap h4 {
    max-width: 27rem;
    margin: 1.2rem auto 0;
    font-size: 1.5rem !important;
    line-height: 2rem;
    word-break: keep-all;
  }
  #wrap .container_renewal.ebrand#ebrand {
    margin-top: 0;
    margin-bottom: 5rem;
    padding-top: 3.2rem;
  }
  #wrap .container_renewal.ebrand#ebrand .common_tit_wrap .content_wrap .btn_view_grade {
    height: 3.8rem;
    padding: 0 1.6rem;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap {
    margin-top: 3.2rem;
    padding: 5rem 0;
    background-image: url(../images/sub/ebrand/ebrand_bg02_mo.png);
  }
  #wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .main_tit {
    margin-bottom: 3.2rem;
    font-size: 2.8rem;
  }
  #wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper {
    max-width: 41rem;
  }
  #wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .common_swiper_btn {
    display: none;
  }
  #wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .swiper-container .swiper-wrapper .swiper-slide {
    max-width: 20.3rem;
  }
  #wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_ebrand {
    transform: scale(0.95);
    border-radius: 2rem;
  }
  #wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_ebrand .view_complete {
    top: 2rem;
    right: 2rem;
    width: 2.7rem;
    height: 3.6rem;
  }
  #wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .swiper-container .swiper-wrapper .swiper-slide .go_ebrand {
    display: none;
    position: static;
    transform: translateX(-20%);
    width: 34.3rem;
    margin-top: 4rem;
  }
  #wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .swiper-container .swiper-wrapper .swiper-slide-active .btn_ebrand {
    transform: scale(1);
  }
  #wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .swiper-container .swiper-wrapper .swiper-slide-active .go_ebrand {
    display: flex;
  }
  #wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .brand_caption {
    max-width: 34.3rem;
    height: 12.6rem;
    margin-top: 2rem;
    border-radius: 2rem;
  }
  #wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .brand_caption .caption {
    gap: 1.4rem;
  }
  #wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .brand_caption .caption .caption_txt {
    opacity: 0.8;
  }
  #wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .brand_caption .caption .caption_tit {
    font-size: 1.8rem;
  }
  #wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .caption_nav {
    max-width: 34.3rem;
    height: 6.4rem;
    margin-top: 0.8rem;
  }
  #wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .caption_nav button {
    gap: 0.4rem;
    font-size: 1.5rem;
    text-indent: -999999rem;
  }
  #wrap .container_renewal.ebrand#ebrand .ebrandSwiper_wrap .ebrandSwiper .caption_nav button::after {
    width: 2rem;
    height: 2rem;
  }
  #wrap .container_renewal.ebrand#ebrand .medical_category {
    margin-top: 3.2rem;
  }
  #wrap .container_renewal.ebrand#ebrand .medical_category .content_wrap {
    gap: 1rem;
    flex-direction: column;
  }
  #wrap .container_renewal.ebrand#ebrand .medical_category .content_wrap .btn_category {
    flex: none;
    justify-content: center;
    height: 13.4rem;
    padding: 0;
    border-radius: 1rem;
  }
  #wrap .container_renewal.ebrand#ebrand .medical_category .content_wrap .btn_category .img_wrap {
    left: auto;
    right: 0;
    width: auto;
    height: 100%;
  }
  #wrap .container_renewal.ebrand#ebrand .medical_category .content_wrap .btn_category .img_wrap img {
    width: auto;
    height: 100%;
  }
  #wrap .container_renewal.ebrand#ebrand .medical_category .content_wrap .btn_category .txt_wrap {
    gap: 0.7rem;
    justify-content: center;
    align-items: flex-start;
    padding-left: 8.5rem;
  }
  #wrap .container_renewal.ebrand#ebrand .medical_category .content_wrap .btn_category .txt_wrap .charact {
    position: absolute;
    left: 1.4rem;
    width: 6rem;
  }
  #wrap .container_renewal.ebrand#ebrand .medical_category .content_wrap .btn_category .txt_wrap .category_tit {
    margin-top: 0;
    font-size: 2.1rem;
  }
  #wrap .container_renewal.ebrand#ebrand .medical_category .content_wrap .btn_category.respiratory {
    background-color: #101a1d;
  }
  #wrap .container_renewal.ebrand#ebrand .medical_category .content_wrap .btn_category.diabetes {
    background-color: #281c1f;
  }
  #wrap .container_renewal.ebrand#ebrand .medical_category .content_wrap .btn_category.cycle {
    background-color: #281c1b;
  }
  #wrap .container_renewal.ebrand#ebrand .medical_category .content_wrap .btn_category.digestive {
    background-color: #28221b;
  }
  #wrap .container_renewal.ebrand#ebrand .medical_category .content_wrap .btn_category.musculoskeletal {
    background-color: #1a2228;
  }
  #wrap .container_renewal.ebrand#ebrand .medical_category .content_wrap .btn_category.management {
    background-color: #04313d;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 {
    background-image: url(../images/sub/ebrand/ebrand_bg_mo.png);
    background-position: center bottom;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .modal_tit .txt_wrap,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .modal_tit .txt_wrap,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .modal_tit .txt_wrap,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .modal_tit .txt_wrap,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .modal_tit .txt_wrap {
    padding: 8rem 1rem 0;
    text-align: center;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .modal_tit .txt_wrap .caption_txt,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .modal_tit .txt_wrap .caption_txt,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .modal_tit .txt_wrap .caption_txt,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .modal_tit .txt_wrap .caption_txt,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .modal_tit .txt_wrap .caption_txt {
    margin-bottom: 0.6rem;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .modal_tit .txt_wrap .caption_txt,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .modal_tit .txt_wrap .caption_txt,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .modal_tit .txt_wrap .caption_txt,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .modal_tit .txt_wrap .caption_txt,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .modal_tit .txt_wrap .caption_txt {
    font-size: 2rem;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .modal_tit .btn_close,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .modal_tit .btn_close,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .modal_tit .btn_close,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .modal_tit .btn_close,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .modal_tit .btn_close {
    top: 4.2rem;
    right: 1.6rem;
    width: 3.2rem;
    height: 3.2rem;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container {
    margin-top: 0;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    justify-content: center;
    align-items: center;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 50%;
    transform: translate(-50%, 50%);
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .img_complete,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .img_complete,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .img_complete,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .img_complete,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .img_complete {
    width: 17.8rem;
    margin: 0 auto;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .btn_home,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .btn_home,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .btn_home,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .btn_home,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .btn_home {
    height: 4rem;
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content {
    position: absolute;
    left: 0;
    bottom: 9.4rem;
    width: 100%;
    padding: 0 1.6rem;
    margin-top: 0;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_tit,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_tit,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_tit,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_tit,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_tit {
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
    text-align: left;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    gap: 0.5rem;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list::-webkit-scrollbar,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list::-webkit-scrollbar,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list::-webkit-scrollbar,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list::-webkit-scrollbar,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list::-webkit-scrollbar {
    display: none;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list .btn_show,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list .btn_show,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list .btn_show,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list .btn_show,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list .btn_show {
    flex-shrink: 0;
    min-width: 11.1rem;
    width: calc(25% - 0.4rem);
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-prev, #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-next,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-prev,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-next,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-prev,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-next,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-prev,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-next,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-prev,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-next {
    top: auto;
    bottom: 3rem;
    margin: 0;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-prev span, #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-next span,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-prev span,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-next span,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-prev span,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-next span,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-prev span,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-next span,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-prev span,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-next span {
    display: none;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-prev::after, #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-next::after,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-prev::after,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-next::after,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-prev::after,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-next::after,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-prev::after,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-next::after,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-prev::after,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-next::after {
    width: 4rem;
    height: 4rem;
    background-size: 0.8rem;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-prev,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-prev,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-prev,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-prev,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-prev {
    left: 1.6rem;
    transform: translateY(0);
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-next,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-next,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-next,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-next,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-next {
    right: 1.6rem;
    transform: translateY(0);
  }
  #wrap .container_renewal.ebrand#ebrandCategory {
    margin-top: 0;
    margin-bottom: 8rem;
    padding-top: 4rem;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap {
    position: relative;
    margin-top: 5.7rem;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: -2rem;
    left: 1.6rem;
    width: calc(100% - 3.2rem);
    height: 0.1rem;
    background-color: #e5e5e5;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .banner_wrap {
    height: 22rem;
    padding: 2rem;
    border-radius: 1rem;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .banner_wrap .banner_img {
    right: 0;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .banner_wrap .txt_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .banner_wrap .txt_wrap .charact {
    width: 5.9rem;
    height: 7.4rem;
    margin-bottom: 0.5rem;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .banner_wrap .txt_wrap .charact.charact_management {
    width: 5.9rem;
    margin-left: 0;
    margin-right: 0;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .banner_wrap .txt_wrap .txt_box .banner_tit {
    margin-bottom: 0.5rem;
    font-size: 2.4rem;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .banner_wrap.respiratory {
    background-color: #101a1d;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .banner_wrap.diabetes {
    background-color: #281c1f;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .banner_wrap.cycle {
    background-color: #281c1b;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .banner_wrap.digestive {
    background-color: #28221b;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .banner_wrap.musculoskeletal {
    background-color: #1a2228;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .banner_wrap.management {
    background-color: #04313d;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .filter_box {
    margin-top: 2rem;
    padding: 2rem 1.6rem;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .filter_box .filter_tit {
    padding-bottom: 1rem;
    font-size: 1.5rem;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .filter_box .tab_btn_wrap .btn_tab {
    height: 3.7rem;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content .info_list_wrap .info_list {
    gap: 3.6rem;
    flex-direction: column;
    padding-bottom: 3.6rem;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content .info_list_wrap .info_list .btn_link {
    gap: 1.6rem;
    width: 100%;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content .info_list_wrap .info_list .btn_link .img_wrap {
    border-radius: 1rem;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content .info_list_wrap .info_list .btn_link .img_wrap .view_complete {
    top: auto;
    bottom: 1rem;
    width: 4.2rem;
    height: 5.6rem;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content .info_list_wrap .info_list.monthly .btn_link {
    width: 100%;
  }
  #wrap .container_renewal.ebrand#ebrandCategory .filter_wrap .content_wrap .tab_content_wrap .tab_content .info_list_wrap .pagination {
    justify-content: center;
  }
  #wrap .container_renewal.ebrand#ebrandDetail {
    margin-top: 0;
    margin-bottom: 8rem;
    padding-top: 2rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .back_wrap .content_wrap {
    padding-bottom: 2rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .back_wrap .content_wrap .btn_back {
    gap: 0.4rem;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .back_wrap .content_wrap .btn_back img {
    width: 1.6rem;
    height: 1.6rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .detail_tit_wrap {
    padding-top: 3.6rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .detail_tit_wrap .tit_type {
    margin-bottom: 2rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .detail_tit_wrap .tit {
    font-size: 2.2rem;
    line-height: 3rem;
    word-break: keep-all;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .detail_tit_wrap .btn_link {
    margin: 2.4rem auto 3.2rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper {
    padding-top: 0;
    border-top: none;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .view_btn_wrap {
    justify-content: space-between;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .view_btn_wrap .view_btn_box {
    height: 4rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .view_btn_wrap .view_btn_box button {
    gap: 0.4rem;
    flex-direction: row;
    width: 10.4rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .view_btn_wrap #bigViewBtn {
    gap: 0.4rem;
    flex-direction: row;
    width: 8.9rem;
    height: 4rem;
    border-radius: 1.2rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .swiper_info {
    width: 100%;
    padding: 0;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .btn_md_wrap {
    display: none;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .common_swiper_btn .swiper-button-prev span, #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .common_swiper_btn .swiper-button-next span {
    display: none;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .common_swiper_btn .swiper-button-prev::after, #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .common_swiper_btn .swiper-button-next::after {
    width: 3.2rem;
    height: 3.2rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper .swiper-container {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    padding: 0 1.6rem;
    border-bottom: none;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper.vertical .swiper-container {
    height: 49.4rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper.vertical .swiper-container::-webkit-scrollbar {
    display: none;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .ebrandDetailSwiper.vertical .swiper-container .swiper-wrapper {
    gap: 0.6rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content {
    padding: 3rem 0 4rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .tit {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap {
    overflow-x: auto;
    gap: 0.8rem;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap::-webkit-scrollbar {
    display: none;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a {
    gap: 1.2rem;
    min-width: 23rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .img_wrap .view_complete {
    top: auto;
    bottom: 1rem;
    width: 4.2rem;
    height: 5.6rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 3.2rem;
    margin-top: 2rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-prev, #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-next,
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .button-prev,
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .button-next {
    position: static;
    width: 3.2rem;
    height: 3.2rem;
    background: #eeeeee url(../images/main/ic_arrow_swiper.svg) no-repeat center;
    border-radius: 0.6rem;
    transform: translateY(0);
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-prev,
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .button-prev {
    transform: translateY(0) scaleX(-1);
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .answer_total_wrap {
    margin-bottom: 2rem;
    padding-bottom: 3.6rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .datail_wrap .content_wrap .answer_total_wrap .tit_wrap h4 {
    gap: 0.6rem;
    font-size: 2.4rem !important;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .baneer_total_wrap .content_wrap .banner_wrap {
    height: 22rem;
    padding: 2rem;
    border-radius: 1rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .baneer_total_wrap .content_wrap .banner_wrap .banner_img {
    right: 0;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .baneer_total_wrap .content_wrap .banner_wrap .txt_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .baneer_total_wrap .content_wrap .banner_wrap .txt_wrap .charact {
    width: 5.9rem;
    height: 7.4rem;
    margin-bottom: 0.5rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .baneer_total_wrap .content_wrap .banner_wrap .txt_wrap .charact.charact_management {
    width: 5.9rem;
    margin-left: 0;
    margin-right: 0;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .baneer_total_wrap .content_wrap .banner_wrap .txt_wrap .txt_box .banner_tit {
    margin-bottom: 0.5rem;
    font-size: 2.4rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .baneer_total_wrap .content_wrap .banner_wrap.respiratory {
    background-color: #101a1d;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .baneer_total_wrap .content_wrap .banner_wrap.diabetes {
    background-color: #281c1f;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .baneer_total_wrap .content_wrap .banner_wrap.cycle {
    background-color: #281c1b;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .baneer_total_wrap .content_wrap .banner_wrap.digestive {
    background-color: #28221b;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .baneer_total_wrap .content_wrap .banner_wrap.musculoskeletal {
    background-color: #1a2228;
  }
  #wrap .container_renewal.ebrand#ebrandDetail .baneer_total_wrap .content_wrap .banner_wrap.management {
    background-color: #04313d;
  }
}
@media (orientation: landscape) and (max-height: 768px) {
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .modal_tit,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .modal_tit,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .modal_tit,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .modal_tit,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .modal_tit {
    height: 6.2rem;
    background: none;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .modal_tit .txt_wrap,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .modal_tit .txt_wrap,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .modal_tit .txt_wrap,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .modal_tit .txt_wrap,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .modal_tit .txt_wrap {
    display: none;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .modal_tit .btn_close,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .modal_tit .btn_close,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .modal_tit .btn_close,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .modal_tit .btn_close,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .modal_tit .btn_close {
    top: 3rem;
    right: 3rem;
    width: 3.2rem;
    height: 3.2rem;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper {
    width: 100%;
    height: 100%;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container {
    width: 100%;
    height: 100%;
    margin: auto;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide .img_wrap,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide .img_wrap,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide .img_wrap,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide .img_wrap,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide .img_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide .img_wrap img,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide .img_wrap img,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide .img_wrap img,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide .img_wrap img,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide .img_wrap img {
    width: 69.4%;
    height: 92%;
    margin: auto;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide .img_wrap::after,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide .img_wrap::after,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide .img_wrap::after,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide .img_wrap::after,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide .img_wrap::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5rem;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .img_complete,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .img_complete,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .img_complete,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .img_complete,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .img_complete {
    width: 17.8rem;
    margin: 0;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .btn_home,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .btn_home,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .btn_home,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .btn_home,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .btn_home {
    height: 4rem;
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content {
    position: static;
    width: 46rem;
    margin-top: 2rem;
    padding: 0;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_tit,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_tit,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_tit,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_tit,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_tit {
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
    text-align: left;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child .last_wrap .show_content .show_list {
    gap: 0.5rem;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-prev, #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-next,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-prev,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-next,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-prev,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-next,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-prev,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-next,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-prev,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-next {
    margin: 0;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-prev span, #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-next span,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-prev span,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-next span,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-prev span,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-next span,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-prev span,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-next span,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-prev span,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-next span {
    display: none;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-prev::after, #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-next::after,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-prev::after,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-next::after,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-prev::after,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-next::after,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-prev::after,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-next::after,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-prev::after,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-next::after {
    width: 4rem;
    height: 4rem;
    background-size: 0.9rem;
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-prev,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-prev,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-prev,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-prev,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-prev {
    top: auto;
    left: 1.6rem;
    bottom: 3rem;
    transform: translateY(0);
  }
  #wrap .container_renewal.ebrand#ebrand #ebrandModal .modal_content .ebrandZoomSwiper .swiper-button-next,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal02 .modal_content .ebrandZoomSwiper .swiper-button-next,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal03 .modal_content .ebrandZoomSwiper .swiper-button-next,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal04 .modal_content .ebrandZoomSwiper .swiper-button-next,
  #wrap .container_renewal.ebrand#ebrand #ebrandModal05 .modal_content .ebrandZoomSwiper .swiper-button-next {
    top: auto;
    right: 1.6rem;
    bottom: 3rem;
    transform: translateY(0);
  }
}
@media (max-width: 575px) {
  #wrap .container_renewal.ebrand#ebrand {
    margin-top: -5rem;
  }
  #wrap .container_renewal.ebrand#ebrandCategory {
    margin-top: -5rem;
  }
  #wrap .container_renewal.ebrand#ebrandDetail {
    margin-top: -5rem;
  }
}

#wrap .container_renewal.contents {
  /* 콘텐츠관 */
  /* 학술 매거진 */
  /* 학술 매거진 상세 */
  /* 경영 노하우 */
  /* 경영 노하우 상세 */
  /* 개원 노하우 */
  /* 개원 노하우 상세 */
  /* 메디컬 웹툰 */
  /* 메디컬 웹툰 상세 */
}
#wrap .container_renewal.contents .content_wrap {
  max-width: 143.2rem;
  width: 100%;
  padding: 0 1.6rem;
  margin: auto;
}
#wrap .container_renewal.contents .common_tit_wrap {
  text-align: center;
}
#wrap .container_renewal.contents .common_tit_wrap .content_wrap h3 {
  font-size: 5rem;
  font-weight: 700;
  color: #2e2e2e;
}
#wrap .container_renewal.contents .common_tit_wrap .content_wrap h4 {
  margin-top: 1.6rem;
  font-size: 1.6rem !important;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container_renewal.contents#contentsHall {
  margin-top: -1.8rem;
  margin-bottom: 10rem;
  padding-top: 17.9rem;
  overflow-x: hidden;
}
#wrap .container_renewal.contents#contentsHall .content_tit_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 5rem;
  border-top: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#contentsHall .content_tit_wrap .txt_wrap h3 {
  display: flex;
  font-size: 3.8rem;
  font-weight: 700;
  color: #2e2e2e;
}
#wrap .container_renewal.contents#contentsHall .content_tit_wrap .txt_wrap h3 .btn_link {
  display: flex;
  align-items: center;
  font-size: 3.8rem;
  font-weight: 700;
  color: #2e2e2e;
}
#wrap .container_renewal.contents#contentsHall .content_tit_wrap .txt_wrap h3 .btn_link::after {
  content: "";
  width: 4.5rem;
  height: 4.5rem;
  background: url(../images/sub/contents/ic_link_arrow.svg) no-repeat center/cover;
}
#wrap .container_renewal.contents#contentsHall .content_tit_wrap .txt_wrap h4 {
  display: flex;
  margin-top: 1rem;
  font-size: 1.6rem !important;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container_renewal.contents#contentsHall .content_tit_wrap .txt_wrap h4 span {
  color: #8b8b8b;
}
#wrap .container_renewal.contents#contentsHall .content_tit_wrap .btn_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.2rem;
  height: 3.8rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#contentsHall .common_swiper_btn {
  display: flex;
  align-items: center;
  margin-top: 0;
}
#wrap .container_renewal.contents#contentsHall .common_swiper_btn .swiper-button-next, #wrap .container_renewal.contents#contentsHall .common_swiper_btn .swiper-button-prev {
  position: absolute;
  top: 9.8rem;
  width: 3.4rem;
  height: 3.4rem;
  margin-top: 0;
  background: #eeeeee url(../images/main/ic_arrow_swiper.svg) no-repeat center;
  border-radius: 0.6rem;
}
#wrap .container_renewal.contents#contentsHall .common_swiper_btn .swiper-button-next::after, #wrap .container_renewal.contents#contentsHall .common_swiper_btn .swiper-button-prev::after {
  display: none;
}
#wrap .container_renewal.contents#contentsHall .common_swiper_btn .swiper-button-next {
  transform: translateY(0);
}
#wrap .container_renewal.contents#contentsHall .common_swiper_btn .swiper-button-prev {
  transform: scaleX(-1);
}
#wrap .container_renewal.contents#contentsHall .common_swiper_btn .swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper {
  position: relative;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  height: 36rem;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .content_wrap {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .content_wrap .circle01 {
  opacity: 0;
  position: absolute;
  top: -5.5rem;
  left: -15rem;
  width: 69.6rem;
  height: 69.6rem;
  border-radius: 50%;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .content_wrap .circle02 {
  opacity: 0;
  position: absolute;
  top: 4.5rem;
  left: -5rem;
  width: 49.3rem;
  height: 49.3rem;
  border-radius: 50%;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .content_wrap .txt_wrap {
  opacity: 0;
  position: relative;
  z-index: 1;
  margin-top: 7rem;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .content_wrap .txt_wrap .type {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: #fff;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .content_wrap .txt_wrap .tit {
  max-width: 50rem;
  font-size: 4.2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 5.2rem;
  color: #fff;
  word-break: keep-all;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .content_wrap .txt_wrap .btn_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.5rem;
  height: 3.8rem;
  margin-top: 2.4rem;
  background-color: #fff;
  border-radius: 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .content_wrap .img_wrap {
  opacity: 0;
  position: relative;
  z-index: 1;
  max-width: 68rem;
  width: 55%;
  margin-top: auto;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .content_wrap .img_wrap img {
  width: 100%;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .content_wrap.animate .circle01 {
  animation: scaleIn 0.6s ease-out forwards;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .content_wrap.animate .circle02 {
  animation: scaleIn 0.6s 0.2s ease-out forwards;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .content_wrap.animate .txt_wrap {
  animation: fadeUp 0.6s 0.4s ease-out forwards;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .content_wrap.animate .img_wrap {
  animation: fadeInRight 0.6s 0.6s ease-out forwards;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide.blue {
  background: linear-gradient(90deg, #432ebb 0%, #292a75 100%);
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide.blue .content_wrap .circle01 {
  background-color: #2e1b99;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide.blue .content_wrap .circle02 {
  background-color: #1e0e76;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide.orange {
  background-color: #f38932;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide.orange .content_wrap .circle01 {
  background-color: #ef7613;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide.orange .content_wrap .circle02 {
  background-color: #dd6400;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide.purple {
  background-color: #1e0e76;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide.purple .content_wrap .circle01 {
  background-color: #2e1b99;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide.purple .content_wrap .circle02 {
  background-color: #432ebb;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-btn-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 3rem;
  z-index: 1;
  width: 100%;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-btn-wrap .swiper-button-prev, #wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-btn-wrap .swiper-button-next {
  position: static;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  background: url(../images/icon/ic_arrow_white.svg) no-repeat center/cover;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-btn-wrap .swiper-button-prev::after, #wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-btn-wrap .swiper-button-next::after {
  display: none;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-btn-wrap .swiper-button-prev {
  transform: scaleX(-1);
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-btn-wrap .swiper-button-disabled {
  opacity: 1;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-btn-wrap .swiper-pagination {
  position: static;
  width: auto;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-btn-wrap .swiper-pagination-total {
  opacity: 0.7;
}
#wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-btn-wrap .swiper-pagination span {
  color: #fff;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#wrap .container_renewal.contents#contentsHall .academic_magazine {
  margin-top: 3rem;
}
#wrap .container_renewal.contents#contentsHall .academic_magazine .content_wrap .academicSwiper {
  overflow: visible;
  margin-top: 3rem;
}
#wrap .container_renewal.contents#contentsHall .academic_magazine .content_wrap .academicSwiper .swiper-container {
  overflow: hidden;
}
#wrap .container_renewal.contents#contentsHall .academic_magazine .content_wrap .academicSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_academic {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
  align-items: center;
}
#wrap .container_renewal.contents#contentsHall .academic_magazine .content_wrap .academicSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_academic .img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65.09%;
  border-radius: 30rem;
}
#wrap .container_renewal.contents#contentsHall .academic_magazine .content_wrap .academicSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_academic .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.contents#contentsHall .academic_magazine .content_wrap .academicSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_academic .txt_wrap .academic_txt {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  align-items: flex-end;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}
#wrap .container_renewal.contents#contentsHall .academic_magazine .content_wrap .academicSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_academic .txt_wrap .academic_txt::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 2.2rem;
  background: url(../images/sub/contents/contents_academic.png) no-repeat center/cover;
}
#wrap .container_renewal.contents#contentsHall .academic_magazine .content_wrap .academicSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_academic .txt_wrap .academic_tit {
  display: block;
  margin: 1.2rem 0 0.8rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
#wrap .container_renewal.contents#contentsHall .academic_magazine .content_wrap .academicSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_academic .txt_wrap .academic_desc {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3e3e3e;
  text-align: center;
  word-break: keep-all;
}
#wrap .container_renewal.contents#contentsHall .academic_magazine .content_wrap .academicSwiper .swiper-button-lock {
  display: none;
}
#wrap .container_renewal.contents#contentsHall .business_how {
  margin-top: 3rem;
}
#wrap .container_renewal.contents#contentsHall .business_how .content_wrap .businessSwiper {
  overflow: visible;
  margin-top: 3rem;
}
#wrap .container_renewal.contents#contentsHall .business_how .content_wrap .businessSwiper .swiper-container {
  overflow: hidden;
}
#wrap .container_renewal.contents#contentsHall .business_how .content_wrap .businessSwiper .swiper-container .swiper-wrapper .swiper-slide a {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
}
#wrap .container_renewal.contents#contentsHall .business_how .content_wrap .businessSwiper .swiper-container .swiper-wrapper .swiper-slide a .img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68.049%;
  border-radius: 1rem;
}
#wrap .container_renewal.contents#contentsHall .business_how .content_wrap .businessSwiper .swiper-container .swiper-wrapper .swiper-slide a .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.contents#contentsHall .business_how .content_wrap .businessSwiper .swiper-container .swiper-wrapper .swiper-slide a .txt_wrap .type {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#contentsHall .business_how .content_wrap .businessSwiper .swiper-container .swiper-wrapper .swiper-slide a .txt_wrap .tit {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #222122;
}
#wrap .container_renewal.contents#contentsHall .business_how .content_wrap .businessSwiper .swiper-container .swiper-wrapper .swiper-slide a .txt_wrap .views {
  display: block;
  margin-top: 1.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container_renewal.contents#contentsHall .opening_how {
  margin-top: 3rem;
}
#wrap .container_renewal.contents#contentsHall .opening_how .content_wrap .openingSwiper {
  overflow: visible;
  margin-top: 3rem;
}
#wrap .container_renewal.contents#contentsHall .opening_how .content_wrap .openingSwiper .swiper-container {
  overflow: hidden;
}
#wrap .container_renewal.contents#contentsHall .opening_how .content_wrap .openingSwiper .swiper-container .swiper-wrapper .swiper-slide a {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
}
#wrap .container_renewal.contents#contentsHall .opening_how .content_wrap .openingSwiper .swiper-container .swiper-wrapper .swiper-slide a .img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68.049%;
  border-radius: 1rem;
}
#wrap .container_renewal.contents#contentsHall .opening_how .content_wrap .openingSwiper .swiper-container .swiper-wrapper .swiper-slide a .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.contents#contentsHall .opening_how .content_wrap .openingSwiper .swiper-container .swiper-wrapper .swiper-slide a .txt_wrap .type {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#contentsHall .opening_how .content_wrap .openingSwiper .swiper-container .swiper-wrapper .swiper-slide a .txt_wrap .tit {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #222122;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.contents#contentsHall .opening_how .content_wrap .openingSwiper .swiper-container .swiper-wrapper .swiper-slide a .txt_wrap .views {
  display: block;
  margin-top: 1.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container_renewal.contents#contentsHall .medical_webtoon {
  overflow: hidden;
  margin-top: 3rem;
}
#wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tab_btn_scroll_wrap .tab_btn_wrap {
  display: flex;
  gap: 3rem;
  margin: 4rem 0 2rem;
  padding-bottom: 1.8rem;
  border-bottom: 0.1rem solid #ededed;
}
#wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tab_btn_scroll_wrap .tab_btn_wrap .btn_tab {
  display: flex;
  gap: 0.8rem;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 7rem;
}
#wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tab_btn_scroll_wrap .tab_btn_wrap .btn_tab .img_wrap {
  display: block;
  position: relative;
}
#wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tab_btn_scroll_wrap .tab_btn_wrap .btn_tab .txt {
  font-size: 1.3rem;
  font-weight: 600;
  color: #3e3e3e;
  text-align: center;
  word-break: keep-all;
}
#wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tab_btn_scroll_wrap .tab_btn_wrap .btn_tab.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1.8rem;
  width: 100%;
  height: 0.3rem;
  background-color: #000;
}
#wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tab_btn_scroll_wrap .tab_btn_wrap .btn_tab.active .img_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #000;
  border-radius: 50%;
}
#wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tab_content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform: translateY(2rem);
  transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s;
  width: 100%;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tab_content.active {
  opacity: 1;
  visibility: visible;
  position: static;
  z-index: 1;
  transform: translateY(0);
}
#wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tabSwiper {
  overflow: visible;
  margin-top: 4rem;
}
#wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tabSwiper .swiper-container {
  overflow: hidden;
}
#wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tabSwiper .swiper-container .swiper-wrapper .swiper-slide a {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
}
#wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tabSwiper .swiper-container .swiper-wrapper .swiper-slide a .img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68.049%;
  border-radius: 1rem;
}
#wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tabSwiper .swiper-container .swiper-wrapper .swiper-slide a .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tabSwiper .swiper-container .swiper-wrapper .swiper-slide a .txt_wrap .type {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tabSwiper .swiper-container .swiper-wrapper .swiper-slide a .txt_wrap .tit {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
}
#wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tabSwiper .swiper-container .swiper-wrapper .swiper-slide a .txt_wrap .views {
  display: block;
  margin-top: 1.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container_renewal.contents#academicMagazine {
  margin-top: -1.8rem;
  margin-bottom: 7rem;
  padding-top: 24.9rem;
}
#wrap .container_renewal.contents#academicMagazine .search_wrap .content_wrap .common_search_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 5rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#academicMagazine .search_wrap .content_wrap .common_search_wrap .btn_current {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  height: 3.8rem;
  padding: 0 1.6rem 0 2rem;
  margin-bottom: 0.4rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#academicMagazine .search_wrap .content_wrap .common_search_wrap .btn_current::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon/ic_current.png) no-repeat center/cover;
}
#wrap .container_renewal.contents#academicMagazine .search_wrap .content_wrap .common_search_wrap .search_group {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 33%;
  max-width: 44.7rem;
  height: 5rem;
  padding: 0 1.6rem 0 2rem;
  background-color: #eeeeee;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
}
#wrap .container_renewal.contents#academicMagazine .search_wrap .content_wrap .common_search_wrap .search_group input {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  color: #717171;
}
#wrap .container_renewal.contents#academicMagazine .search_wrap .content_wrap .common_search_wrap .search_group input::placeholder {
  color: #717171;
}
#wrap .container_renewal.contents#academicMagazine .search_wrap .content_wrap .common_search_wrap .search_group .btn_search {
  flex-shrink: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon/ic_search.svg) no-repeat center/cover;
}
#wrap .container_renewal.contents#academicMagazine .common_swiper_wrap .content_wrap {
  margin-top: 3rem;
}
#wrap .container_renewal.contents#academicMagazine .common_swiper_wrap .content_wrap .tit_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}
#wrap .container_renewal.contents#academicMagazine .common_swiper_wrap .content_wrap .tit_wrap .txt_wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 100%;
}
#wrap .container_renewal.contents#academicMagazine .common_swiper_wrap .content_wrap .tit_wrap .txt_wrap h5 {
  flex-shrink: 0;
  width: auto;
  font-size: 1.8rem;
  font-weight: 700;
}
#wrap .container_renewal.contents#academicMagazine .common_swiper_wrap .content_wrap .tit_wrap .txt_wrap p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container_renewal.contents#academicMagazine .common_swiper_wrap .content_wrap .tit_wrap .btn_list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.1rem;
  height: 3.8rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#academicMagazine .common_swiper_wrap .content_wrap .swiper {
  overflow: visible;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#academicMagazine .common_swiper_wrap .content_wrap .swiper .swiper-container {
  overflow: hidden;
}
#wrap .container_renewal.contents#academicMagazine .common_swiper_wrap .content_wrap .swiper .swiper-container .swiper-wrapper .swiper-slide a {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
}
#wrap .container_renewal.contents#academicMagazine .common_swiper_wrap .content_wrap .swiper .swiper-container .swiper-wrapper .swiper-slide a .img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68.049%;
  border-radius: 1rem;
}
#wrap .container_renewal.contents#academicMagazine .common_swiper_wrap .content_wrap .swiper .swiper-container .swiper-wrapper .swiper-slide a .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.contents#academicMagazine .common_swiper_wrap .content_wrap .swiper .swiper-container .swiper-wrapper .swiper-slide a .txt_wrap .type {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #565656;
}
#wrap .container_renewal.contents#academicMagazine .common_swiper_wrap .content_wrap .swiper .swiper-container .swiper-wrapper .swiper-slide a .txt_wrap .tit {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  color: #222122;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.contents#academicMagazine .common_swiper_wrap .content_wrap .swiper .swiper-container .swiper-wrapper .swiper-slide a .txt_wrap .views {
  display: block;
  margin-top: 1.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container_renewal.contents#academicMagazineDetail {
  margin-top: -1.8rem;
  margin-bottom: 10rem;
  padding-top: 22.9rem;
}
#wrap .container_renewal.contents#academicMagazineDetail .back_wrap .content_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3rem;
}
#wrap .container_renewal.contents#academicMagazineDetail .back_wrap .content_wrap .btn_back {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2e2e2e;
}
#wrap .container_renewal.contents#academicMagazineDetail .back_wrap .content_wrap .date {
  font-size: 1.3rem;
  font-weight: 600;
  color: #8b8b8b;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .detail_tit_wrap {
  padding-top: 5rem;
  border-top: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .detail_tit_wrap .tit_type {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #e6002d;
  text-align: center;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .detail_tit_wrap .tit {
  padding: 0 1rem;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 5.2rem;
  color: #2e2e2e;
  text-align: center;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .detail_tit_wrap .btn_link {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: max-content;
  margin: 3rem auto 5rem;
  background: none;
  font-size: 1.4rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .detail_tit_wrap .btn_link::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/symposium/ic_share.svg) no-repeat center/cover;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .detail_tit_wrap .btn_link:hover {
  background: none;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .video_wrap {
  width: 100%;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .video_wrap img {
  width: 100%;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .video_desc_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  padding-bottom: 5rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .video_desc_wrap .desc {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 3rem;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .video_desc_wrap .desc .btn_link {
  display: block;
  width: max-content;
  background: none;
  font-weight: 700;
  text-decoration: underline;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .video_desc_wrap .desc .btn_link:hover {
  background: none;
  color: #000;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .video_desc_wrap .btn_proudct {
  display: flex;
  gap: 0.4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 21rem;
  height: 10rem;
  background-color: #3c3c3c;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .video_desc_wrap .btn_proudct::before {
  content: "";
  display: block;
  width: 3.9rem;
  height: 3.9rem;
  background: url(../images/sub/contents/detail_product.svg) no-repeat center/cover;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .show_content {
  padding: 3rem 0 5rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .show_content .tit {
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 700;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap {
  display: flex;
  gap: 1.6rem;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a {
  flex-shrink: 0;
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
  width: calc(25% - 1.2rem);
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68.049%;
  border-radius: 1rem;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap .type {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap .tit {
  display: block;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn {
  display: none;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .answer_total_wrap {
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .answer_total_wrap .tit_wrap h4 {
  display: flex;
  gap: 0.8rem;
  font-size: 2.8rem !important;
  font-weight: 700;
}
#wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .answer_total_wrap .tit_wrap h4 .num {
  color: #e6002d;
}
#wrap .container_renewal.contents#business {
  margin-top: -1.8rem;
  margin-bottom: 7rem;
  padding-top: 24.9rem;
}
#wrap .container_renewal.contents#business .tab_btn_toal_wrap {
  margin-top: 4rem;
}
#wrap .container_renewal.contents#business .tab_btn_toal_wrap .content_wrap .tab_btn_scroll_wrap .tab_btn_wrap {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
#wrap .container_renewal.contents#business .tab_btn_toal_wrap .content_wrap .tab_btn_scroll_wrap .tab_btn_wrap .btn_tab {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 19rem;
  height: 5rem;
  background-color: #eeeeee;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#business .tab_btn_toal_wrap .content_wrap .tab_btn_scroll_wrap .tab_btn_wrap .btn_tab.active {
  background-color: #000;
  color: #fff;
}
#wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .common_search_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 6rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .common_search_wrap .btn_current {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  height: 3.8rem;
  padding: 0 1.6rem 0 2rem;
  margin-bottom: 0.4rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .common_search_wrap .btn_current::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon/ic_current.png) no-repeat center/cover;
}
#wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .common_search_wrap .search_group {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 33%;
  max-width: 44.7rem;
  height: 5rem;
  padding: 0 1.6rem 0 2rem;
  background-color: #eeeeee;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
}
#wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .common_search_wrap .search_group input {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  color: #717171;
}
#wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .common_search_wrap .search_group input::placeholder {
  color: #717171;
}
#wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .common_search_wrap .search_group .btn_search {
  flex-shrink: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon/ic_search.svg) no-repeat center/cover;
}
#wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .link_list {
  display: flex;
  gap: 3rem 1.6rem;
  flex-wrap: wrap;
  margin-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .link_list li {
  width: calc(25% - 1.2rem);
}
#wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .link_list li .btn_link {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
  width: 100%;
}
#wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .link_list li .btn_link span {
  padding: 0;
  background: none;
}
#wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .link_list li .btn_link .img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68.049%;
  border-radius: 1rem;
}
#wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .link_list li .btn_link .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .link_list li .btn_link .txt_wrap .date_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.9rem;
}
#wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .link_list li .btn_link .txt_wrap .date_wrap .date {
  font-size: 1.3rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .link_list li .btn_link .txt_wrap .date_wrap .new {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.1rem;
  height: 2.1rem;
  background-color: #e6002d;
  border-radius: 0.6rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #f6f6f6;
}
#wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .link_list li .btn_link .txt_wrap .tit {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .link_list li .btn_link .txt_wrap .views {
  display: block;
  margin-top: 1.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .link_list li .btn_link:hover {
  background: none;
}
#wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .link_list li .btn_link:hover span {
  color: #000;
}
#wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .tab_content {
  display: none;
}
#wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .tab_content.active {
  display: block;
}
#wrap .container_renewal.contents#businessDetail {
  margin-top: -1.8rem;
  margin-bottom: 10rem;
  padding-top: 22.9rem;
}
#wrap .container_renewal.contents#businessDetail .back_wrap .content_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3rem;
}
#wrap .container_renewal.contents#businessDetail .back_wrap .content_wrap .btn_back {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2e2e2e;
}
#wrap .container_renewal.contents#businessDetail .back_wrap .content_wrap .date {
  font-size: 1.3rem;
  font-weight: 600;
  color: #8b8b8b;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .detail_tit_wrap {
  padding-top: 5rem;
  border-top: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .detail_tit_wrap .tit_type {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #e6002d;
  text-align: center;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .detail_tit_wrap .tit {
  padding: 0 1rem;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 5.2rem;
  color: #2e2e2e;
  text-align: center;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .detail_tit_wrap .btn_link {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: max-content;
  margin: 3rem auto 5rem;
  background: none;
  font-size: 1.4rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .detail_tit_wrap .btn_link::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/symposium/ic_share.svg) no-repeat center/cover;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .detail_tit_wrap .btn_link:hover {
  background: none;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper {
  overflow: visible;
  padding-top: 3rem;
  border-top: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .swiper_info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 3.5rem;
  margin: 0 auto 2rem;
  padding: 0 2rem;
  background-color: #eeeeee;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .swiper-container {
  overflow: hidden;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .swiper-container .swiper-wrapper .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.4s ease;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .swiper-container .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .img_wrap {
  overflow: hidden;
  border-radius: 1rem;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .common_swiper_btn {
  max-width: 60rem;
  margin: auto;
  padding: 2rem 0;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .common_swiper_btn .swiper-button-prev {
  display: flex;
  gap: 1rem;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  position: static;
  transform: translateY(0);
  width: auto;
  height: auto;
  background: none;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .common_swiper_btn .swiper-button-prev::after {
  flex-shrink: 0;
  content: "";
  display: block;
  transform: scaleX(-1);
  width: 2.6rem;
  height: 2.6rem;
  background: #eeeeee url(../images/icon/ic_arrow_gray.svg) no-repeat center;
  border-radius: 0.6rem;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .common_swiper_btn .swiper-button-prev span {
  flex-shrink: 0;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #636363;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .common_swiper_btn .swiper-button-next {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  position: static;
  transform: translateY(0);
  width: auto;
  height: auto;
  background: none;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .common_swiper_btn .swiper-button-next::after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background: #eeeeee url(../images/icon/ic_arrow_gray.svg) no-repeat center;
  border-radius: 0.6rem;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .common_swiper_btn .swiper-button-next span {
  flex-shrink: 0;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #636363;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .btn_md_wrap .swiper-button-prev, #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .btn_md_wrap .swiper-button-next {
  top: calc(50% - 1rem);
  transform: translateY(-50%);
  width: 7.2rem;
  height: 7.2rem;
  margin: 0;
  background: #eeeeee url(../images/icon/ic_arrow_swiper.svg) no-repeat center/1.2rem 2.4rem;
  border-radius: 0.6rem;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .btn_md_wrap .swiper-button-prev::after, #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .btn_md_wrap .swiper-button-next::after {
  display: none;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .btn_md_wrap .swiper-button-prev {
  left: -0.1rem;
  transform: translateY(-50%) scaleX(-1);
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .btn_md_wrap .swiper-button-next {
  right: -0.1rem;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .contents_like {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  padding: 3rem;
  background-color: #f6eef0;
  border-radius: 2rem;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .contents_like .txt_wrap .contents_tit {
  font-size: 2rem;
  font-weight: 700;
  color: #e6002d;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .contents_like .txt_wrap .contents_desc {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .contents_like .btn_wrap {
  display: flex;
  gap: 1rem;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .contents_like .btn_wrap button {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 5rem;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .contents_like .btn_wrap button.btn_like {
  background-color: #e6002d;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .contents_like .btn_wrap button.btn_like::before {
  content: "";
  display: block;
  width: 2.1rem;
  height: 1.8rem;
  background: url(../images/sub/contents/detail_like.svg) no-repeat center/cover;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .contents_like .btn_wrap button.btn_like .like_num {
  font-weight: 500;
  color: #ffa0a1;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .contents_like .btn_wrap button.btn_disappoint {
  background-color: #000;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .contents_like .btn_wrap button.btn_disappoint .disappoint_num {
  font-weight: 500;
  color: #7f7f7f;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .show_content {
  padding: 5rem 0 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .show_content .tit {
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 700;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap {
  display: flex;
  gap: 1.6rem;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a {
  flex-shrink: 0;
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
  width: calc(25% - 1.2rem);
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68.049%;
  border-radius: 1rem;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap .type {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap .tit {
  display: block;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn {
  display: none;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .answer_total_wrap {
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .answer_total_wrap .tit_wrap h4 {
  display: flex;
  gap: 0.8rem;
  font-size: 2.8rem !important;
  font-weight: 700;
}
#wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .answer_total_wrap .tit_wrap h4 .num {
  color: #e6002d;
}
#wrap .container_renewal.contents#opening {
  margin-top: -1.8rem;
  margin-bottom: 10rem;
  padding-top: 24.9rem;
}
#wrap .container_renewal.contents#opening .tab_btn_toal_wrap {
  margin-top: 4rem;
}
#wrap .container_renewal.contents#opening .tab_btn_toal_wrap .content_wrap .tab_btn_wrap {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
#wrap .container_renewal.contents#opening .tab_btn_toal_wrap .content_wrap .tab_btn_wrap .btn_tab {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 19rem;
  height: 5rem;
  background-color: #eeeeee;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#opening .tab_btn_toal_wrap .content_wrap .tab_btn_wrap .btn_tab.active {
  background-color: #000;
  color: #fff;
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .common_search_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 6rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .common_search_wrap .btn_current {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  height: 3.8rem;
  padding: 0 1.6rem 0 2rem;
  margin-bottom: 0.4rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .common_search_wrap .btn_current::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon/ic_current.png) no-repeat center/cover;
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .common_search_wrap .search_group {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 33%;
  max-width: 44.7rem;
  height: 5rem;
  padding: 0 1.6rem 0 2rem;
  background-color: #eeeeee;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .common_search_wrap .search_group input {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  color: #717171;
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .common_search_wrap .search_group input::placeholder {
  color: #717171;
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .common_search_wrap .search_group .btn_search {
  flex-shrink: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon/ic_search.svg) no-repeat center/cover;
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li .btn_link {
  overflow: hidden;
  display: flex;
  gap: 4rem;
  position: relative;
  padding: 2rem 0;
  background: none;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li .btn_link span {
  padding: 0;
  background: none;
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li .btn_link .img_wrap {
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  max-width: 29.4rem;
  width: 100%;
  height: 20rem;
  border-radius: 1rem;
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li .btn_link .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li .btn_link .txt_wrap {
  display: block;
  width: calc(100% - 33.4rem);
  padding: 1rem 0;
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li .btn_link .txt_wrap .type {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #e6002d;
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li .btn_link .txt_wrap .type .new {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.1rem;
  height: 2.1rem;
  background-color: #e6002d;
  border-radius: 0.6rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #f6f6f6;
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li .btn_link .txt_wrap .tit {
  display: block;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #222122;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li .btn_link .txt_wrap .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #8b8b8b;
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li .btn_link .txt_wrap .info_wrap {
  display: flex;
  gap: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li .btn_link .txt_wrap .info_wrap .date {
  font-weight: 600;
  color: #8b8b8b;
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li .btn_link .txt_wrap .info_wrap .views {
  color: #8b8b8b;
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li .btn_link .btn_bookmark {
  display: block;
  position: absolute;
  top: 3rem;
  right: 0;
  width: 3.2rem;
  height: 3.2rem;
  background: #fff url(../images/icon/ic_bookmark.svg) no-repeat center;
  border-radius: 1rem;
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li .btn_link .btn_bookmark.active {
  background-image: url(../images/icon/ic_bookmark_active.svg);
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .tab_content {
  display: none;
}
#wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .tab_content.active {
  display: block;
}
#wrap .container_renewal.contents#openingDetail {
  margin-top: -1.8rem;
  margin-bottom: 10rem;
  padding-top: 22.9rem;
}
#wrap .container_renewal.contents#openingDetail .back_wrap .content_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3rem;
}
#wrap .container_renewal.contents#openingDetail .back_wrap .content_wrap .btn_back {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2e2e2e;
}
#wrap .container_renewal.contents#openingDetail .back_wrap .content_wrap .date {
  font-size: 1.3rem;
  font-weight: 600;
  color: #8b8b8b;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .detail_tit_wrap {
  padding-top: 5rem;
  border-top: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .detail_tit_wrap .tit_type {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #e6002d;
  text-align: center;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .detail_tit_wrap .tit {
  padding: 0 1rem;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 5.2rem;
  color: #2e2e2e;
  text-align: center;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .detail_tit_wrap .btn_link {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: max-content;
  margin: 3rem auto 5rem;
  background: none;
  font-size: 1.4rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .detail_tit_wrap .btn_link::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/symposium/ic_share.svg) no-repeat center/cover;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .detail_tit_wrap .btn_link:hover {
  background: none;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .desc_wrap {
  max-width: 80rem;
  margin: auto;
  padding: 3rem 0 10rem;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 3rem;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .desc_wrap p {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 3rem;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .desc_wrap .img_wrap {
  margin: 3rem 0;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .desc_wrap ol li {
  margin-top: 3rem !important;
  word-break: keep-all;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .desc_wrap ol li .num_wrap {
  float: none;
  width: max-content;
  margin-right: 0;
  margin-bottom: 1rem;
  padding: 0 0.8rem;
  background-color: #ffc8d2;
  border-radius: 0.4rem;
  font-weight: 700;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .desc_wrap .has_line {
  margin: 2rem 0 0;
  padding: 2rem 0;
  border-top: 0.1rem dashed #8b8b8b;
  border-bottom: 0.1rem dashed #8b8b8b;
  font-weight: 600;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .contents_like {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 3rem;
  padding: 3rem;
  background-color: #f6eef0;
  border-radius: 2rem;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .contents_like::before {
  content: "";
  display: block;
  position: absolute;
  top: -3rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #e5e5e5;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .contents_like .txt_wrap .contents_tit {
  font-size: 2rem;
  font-weight: 700;
  color: #e6002d;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .contents_like .txt_wrap .contents_desc {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .contents_like .btn_wrap {
  display: flex;
  gap: 1rem;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .contents_like .btn_wrap button {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 5rem;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .contents_like .btn_wrap button.btn_like {
  background-color: #e6002d;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .contents_like .btn_wrap button.btn_like::before {
  content: "";
  display: block;
  width: 2.1rem;
  height: 1.8rem;
  background: url(../images/sub/contents/detail_like.svg) no-repeat center/cover;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .contents_like .btn_wrap button.btn_like .like_num {
  font-weight: 500;
  color: #ffa0a1;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .contents_like .btn_wrap button.btn_disappoint {
  background-color: #000;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .contents_like .btn_wrap button .disappoint_num {
  font-weight: 500;
  color: #7f7f7f;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .show_content {
  padding: 5rem 0 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .show_content .tit {
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 700;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap {
  display: flex;
  gap: 1.6rem;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a {
  flex-shrink: 0;
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
  width: calc(25% - 1.2rem);
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68.049%;
  border-radius: 1rem;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap .type {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap .tit {
  display: block;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn {
  display: none;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .answer_total_wrap {
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .answer_total_wrap .tit_wrap h4 {
  display: flex;
  gap: 0.8rem;
  font-size: 2.8rem !important;
  font-weight: 700;
}
#wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .answer_total_wrap .tit_wrap h4 .num {
  color: #e6002d;
}
#wrap .container_renewal.contents#webtoon {
  margin-top: -1.8rem;
  margin-bottom: 10rem;
  padding-top: 24.9rem;
}
#wrap .container_renewal.contents#webtoon .search_wrap .content_wrap .common_search_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 6rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#webtoon .search_wrap .content_wrap .common_search_wrap .btn_current {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  height: 3.8rem;
  padding: 0 1.6rem 0 2rem;
  margin-bottom: 0.4rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#webtoon .search_wrap .content_wrap .common_search_wrap .btn_current::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon/ic_current.png) no-repeat center/cover;
}
#wrap .container_renewal.contents#webtoon .search_wrap .content_wrap .common_search_wrap .search_group {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 33%;
  max-width: 44.7rem;
  height: 5rem;
  padding: 0 1.6rem 0 2rem;
  background-color: #eeeeee;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
}
#wrap .container_renewal.contents#webtoon .search_wrap .content_wrap .common_search_wrap .search_group input {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  color: #717171;
}
#wrap .container_renewal.contents#webtoon .search_wrap .content_wrap .common_search_wrap .search_group input::placeholder {
  color: #717171;
}
#wrap .container_renewal.contents#webtoon .search_wrap .content_wrap .common_search_wrap .search_group .btn_search {
  flex-shrink: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon/ic_search.svg) no-repeat center/cover;
}
#wrap .container_renewal.contents#webtoon .common_swiper_wrap {
  min-height: 11rem;
  margin-top: 3rem;
}
#wrap .container_renewal.contents#webtoon .common_swiper_wrap .content_wrap .tit_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
#wrap .container_renewal.contents#webtoon .common_swiper_wrap .content_wrap .tit_wrap .txt_wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
}
#wrap .container_renewal.contents#webtoon .common_swiper_wrap .content_wrap .tit_wrap .txt_wrap h5 {
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 700;
}
#wrap .container_renewal.contents#webtoon .common_swiper_wrap .content_wrap .swiper {
  overflow: visible;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#webtoon .common_swiper_wrap .content_wrap .swiper .swiper-container {
  overflow: hidden;
}
#wrap .container_renewal.contents#webtoon .common_swiper_wrap .content_wrap .swiper .swiper-container .swiper-wrapper .swiper-slide a {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
}
#wrap .container_renewal.contents#webtoon .common_swiper_wrap .content_wrap .swiper .swiper-container .swiper-wrapper .swiper-slide a .img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68.049%;
  border-radius: 1rem;
}
#wrap .container_renewal.contents#webtoon .common_swiper_wrap .content_wrap .swiper .swiper-container .swiper-wrapper .swiper-slide a .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.contents#webtoon .common_swiper_wrap .content_wrap .swiper .swiper-container .swiper-wrapper .swiper-slide a .txt_wrap .type {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #565656;
}
#wrap .container_renewal.contents#webtoon .common_swiper_wrap .content_wrap .swiper .swiper-container .swiper-wrapper .swiper-slide a .txt_wrap .tit {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  color: #222122;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.contents#webtoon .common_swiper_wrap .content_wrap .swiper .swiper-container .swiper-wrapper .swiper-slide a .txt_wrap .views {
  display: block;
  margin-top: 1.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container_renewal.contents#webtoon .show_content {
  max-width: 143.2rem;
  width: 100%;
  margin: 2rem auto 0;
  padding: 0 1.6rem;
}
#wrap .container_renewal.contents#webtoonDetail {
  margin-top: -1.8rem;
  margin-bottom: 10rem;
  padding-top: 22.9rem;
}
#wrap .container_renewal.contents#webtoonDetail .back_wrap .content_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3rem;
}
#wrap .container_renewal.contents#webtoonDetail .back_wrap .content_wrap .btn_back {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2e2e2e;
}
#wrap .container_renewal.contents#webtoonDetail .back_wrap .content_wrap .date {
  font-size: 1.3rem;
  font-weight: 600;
  color: #8b8b8b;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .detail_tit_wrap {
  padding-top: 5rem;
  border-top: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .detail_tit_wrap .tit_type {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #e6002d;
  text-align: center;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .detail_tit_wrap .tit {
  padding: 0 1rem;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 5.2rem;
  color: #2e2e2e;
  text-align: center;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .detail_tit_wrap .btn_link {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: max-content;
  margin: 3rem auto 5rem;
  background: none;
  font-size: 1.4rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .detail_tit_wrap .btn_link::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/symposium/ic_share.svg) no-repeat center/cover;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .detail_tit_wrap .btn_link:hover {
  background: none;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper {
  overflow: visible;
  padding-top: 3rem;
  border-top: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .swiper_info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 3.5rem;
  margin: 0 auto 2rem;
  padding: 0 2rem;
  background-color: #eeeeee;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .swiper-container {
  overflow: hidden;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
  opacity: 0.5;
  transition: opacity 0.4s ease;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .swiper-container .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .txt_wrap {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(100, 100, 100, 0.1);
  backdrop-filter: blur(17.5px);
  border-radius: 1rem;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .txt_wrap .thumbnail_wrap {
  width: 12rem;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .txt_wrap .type {
  font-size: 2rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .txt_wrap .tit {
  font-size: 2rem;
  font-weight: 700;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .img_wrap {
  overflow: hidden;
  border-radius: 1rem;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .img_wrap img {
  width: 100%;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .common_swiper_btn {
  max-width: 60rem;
  margin: auto;
  padding: 2rem 0;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .common_swiper_btn .swiper-button-prev {
  display: flex;
  gap: 1rem;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  position: static;
  transform: translateY(0);
  width: auto;
  height: auto;
  background: none;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .common_swiper_btn .swiper-button-prev::after {
  flex-shrink: 0;
  content: "";
  display: block;
  transform: scaleX(-1);
  width: 2.6rem;
  height: 2.6rem;
  background: #eeeeee url(../images/icon/ic_arrow_gray.svg) no-repeat center;
  border-radius: 0.6rem;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .common_swiper_btn .swiper-button-prev span {
  flex-shrink: 0;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #636363;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .common_swiper_btn .swiper-button-next {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  position: static;
  transform: translateY(0);
  width: auto;
  height: auto;
  background: none;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .common_swiper_btn .swiper-button-next::after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background: #eeeeee url(../images/icon/ic_arrow_gray.svg) no-repeat center;
  border-radius: 0.6rem;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .common_swiper_btn .swiper-button-next span {
  flex-shrink: 0;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #636363;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .btn_md_wrap .swiper-button-prev, #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .btn_md_wrap .swiper-button-next {
  top: calc(50% - 1rem);
  transform: translateY(-50%);
  width: 7.2rem;
  height: 7.2rem;
  margin: 0;
  background: #eeeeee url(../images/icon/ic_arrow_swiper.svg) no-repeat center/1.2rem 2.4rem;
  border-radius: 0.6rem;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .btn_md_wrap .swiper-button-prev::after, #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .btn_md_wrap .swiper-button-next::after {
  display: none;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .btn_md_wrap .swiper-button-prev {
  left: -0.1rem;
  transform: translateY(-50%) scaleX(-1);
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .btn_md_wrap .swiper-button-next {
  right: -0.1rem;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .contents_like {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  padding: 3rem;
  background-color: #f6eef0;
  border-radius: 2rem;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .contents_like .txt_wrap .contents_tit {
  font-size: 2rem;
  font-weight: 700;
  color: #e6002d;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .contents_like .txt_wrap .contents_desc {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .contents_like .btn_wrap {
  display: flex;
  gap: 1rem;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .contents_like .btn_wrap button {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 5rem;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .contents_like .btn_wrap button.btn_like {
  background-color: #e6002d;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .contents_like .btn_wrap button.btn_like::before {
  content: "";
  display: block;
  width: 2.1rem;
  height: 1.8rem;
  background: url(../images/sub/contents/detail_like.svg) no-repeat center/cover;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .contents_like .btn_wrap button.btn_like .like_num {
  font-weight: 500;
  color: #ffa0a1;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .contents_like .btn_wrap button.btn_disappoint {
  background-color: #000;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .contents_like .btn_wrap button.btn_disappoint .disappoint_num {
  font-weight: 500;
  color: #7f7f7f;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .show_content {
  padding: 5rem 0 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .show_content .tit {
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 700;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap {
  display: flex;
  gap: 1.6rem;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a {
  flex-shrink: 0;
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
  width: calc(25% - 1.2rem);
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68.049%;
  border-radius: 1rem;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap .type {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap .tit {
  display: block;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn {
  display: none;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .answer_total_wrap {
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .answer_total_wrap .tit_wrap h4 {
  display: flex;
  gap: 0.8rem;
  font-size: 2.8rem !important;
  font-weight: 700;
}
#wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .answer_total_wrap .tit_wrap h4 .num {
  color: #e6002d;
}
@media (max-width: 1480px) {
  #wrap .container_renewal.contents#contentsHall .common_swiper_btn {
    justify-content: space-between;
    margin-top: 2rem;
  }
  #wrap .container_renewal.contents#contentsHall .common_swiper_btn .swiper-button-prev, #wrap .container_renewal.contents#contentsHall .common_swiper_btn .swiper-button-next {
    position: static;
    transform: translateY(0);
    width: 2.6rem;
    height: 2.6rem;
    background-size: 0.6rem;
  }
  #wrap .container_renewal.contents#contentsHall .common_swiper_btn .swiper-button-prev {
    transform: translateY(0) scaleX(-1);
  }
  #wrap .container_renewal.contents#academicMagazine .common_swiper_btn {
    justify-content: space-between;
    margin-top: 2rem;
  }
  #wrap .container_renewal.contents#academicMagazine .common_swiper_btn .swiper-button-prev, #wrap .container_renewal.contents#academicMagazine .common_swiper_btn .swiper-button-next {
    position: static;
    transform: translateY(0);
    width: 2.6rem;
    height: 2.6rem;
    background-size: 0.6rem;
  }
  #wrap .container_renewal.contents#academicMagazine .common_swiper_btn .swiper-button-prev {
    transform: translateY(0) scaleX(-1);
  }
  #wrap .container_renewal.contents#webtoon .common_swiper_btn {
    justify-content: space-between;
    margin-top: 2rem;
  }
  #wrap .container_renewal.contents#webtoon .common_swiper_btn .swiper-button-prev, #wrap .container_renewal.contents#webtoon .common_swiper_btn .swiper-button-next {
    position: static;
    transform: translateY(0);
    width: 2.6rem;
    height: 2.6rem;
    background-size: 0.6rem;
  }
  #wrap .container_renewal.contents#webtoon .common_swiper_btn .swiper-button-prev {
    transform: translateY(0) scaleX(-1);
  }
}
@media (max-width: 1024px) {
  #wrap .container_renewal.contents#contentsHall .academic_magazine .content_wrap .academicSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_academic .txt_wrap .academic_desc {
    display: none;
  }
  #wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .link_list li {
    width: calc((100% - 3.2rem) / 3);
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .contents_like {
    gap: 1.6rem;
    flex-direction: column;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .contents_like .txt_wrap {
    text-align: center;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .contents_like .btn_wrap {
    justify-content: center;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .contents_like {
    gap: 1.6rem;
    flex-direction: column;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .contents_like .txt_wrap {
    text-align: center;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .contents_like .btn_wrap {
    justify-content: center;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .contents_like {
    gap: 1.6rem;
    flex-direction: column;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .contents_like .txt_wrap {
    text-align: center;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .contents_like .btn_wrap {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  #wrap .container_renewal.contents#contentsHall {
    margin-top: -6.8rem;
  }
  #wrap .container_renewal.contents#academicMagazine {
    margin-top: -6.8rem;
  }
  #wrap .container_renewal.contents#academicMagazineDetail {
    margin-top: -6.8rem;
  }
  #wrap .container_renewal.contents#business {
    margin-top: -6.8rem;
  }
  #wrap .container_renewal.contents#businessDetail {
    margin-top: -6.8rem;
  }
  #wrap .container_renewal.contents#opening {
    margin-top: -6.8rem;
  }
  #wrap .container_renewal.contents#openingDetail {
    margin-top: -6.8rem;
  }
  #wrap .container_renewal.contents#webtoon {
    margin-top: -6.8rem;
  }
  #wrap .container_renewal.contents#webtoonDetail {
    margin-top: -6.8rem;
  }
}
@media (max-width: 768px) {
  #wrap .container_renewal.contents .common_tit_wrap .content_wrap h3 {
    font-size: 2.8rem;
  }
  #wrap .container_renewal.contents .common_tit_wrap .content_wrap h4 {
    margin-top: 1rem;
    font-size: 1.5rem !important;
    line-height: 2rem;
  }
  #wrap .container_renewal.contents#contentsHall {
    margin-top: 0;
    margin-bottom: 8rem;
    padding-top: 0;
  }
  #wrap .container_renewal.contents#contentsHall .content_tit_wrap {
    padding-top: 3rem;
  }
  #wrap .container_renewal.contents#contentsHall .content_tit_wrap .txt_wrap h3 {
    align-items: center;
    font-size: 2.4rem;
  }
  #wrap .container_renewal.contents#contentsHall .content_tit_wrap .txt_wrap h3 .btn_link {
    align-items: center;
    font-size: 2.4rem;
  }
  #wrap .container_renewal.contents#contentsHall .content_tit_wrap .txt_wrap h3 .btn_link::after {
    width: 2.4rem;
    height: 2.4rem;
  }
  #wrap .container_renewal.contents#contentsHall .content_tit_wrap .txt_wrap h4 {
    margin-top: 0.8rem;
    font-size: 1.4rem !important;
  }
  #wrap .container_renewal.contents#contentsHall .content_tit_wrap .btn_more {
    display: none;
  }
  #wrap .container_renewal.contents#contentsHall .common_swiper_btn {
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide {
    height: 33.7rem;
  }
  #wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .content_wrap {
    padding: 0 3rem;
  }
  #wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .content_wrap .txt_wrap {
    margin-top: 3rem;
  }
  #wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .content_wrap .txt_wrap .type {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
  }
  #wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .content_wrap .txt_wrap .tit {
    max-width: 30rem;
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
  #wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .content_wrap .txt_wrap .btn_link {
    height: 3.6rem;
    margin-top: 2rem;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .content_wrap .img_wrap {
    position: absolute;
    bottom: 0;
    right: 1.6rem;
    width: 16rem;
  }
  #wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .content_wrap .circle01 {
    top: -11.4rem;
    left: -11.4rem;
    width: 39.9rem;
    height: 39.9rem;
  }
  #wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .content_wrap .circle02 {
    top: -4.8rem;
    left: -5.3rem;
    width: 28.3rem;
    height: 28.3rem;
  }
  #wrap .container_renewal.contents#contentsHall .visual .visualSwiper .swiper-btn-wrap {
    bottom: 1.6rem;
  }
  #wrap .container_renewal.contents#contentsHall .academic_magazine {
    margin-top: 1rem;
  }
  #wrap .container_renewal.contents#contentsHall .academic_magazine .content_wrap .academicSwiper {
    width: calc(100% + 3.2rem);
    margin-top: 2rem;
    margin-left: -1.6rem;
  }
  #wrap .container_renewal.contents#contentsHall .academic_magazine .content_wrap .academicSwiper .swiper-container {
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.contents#contentsHall .academic_magazine .content_wrap .academicSwiper .swiper-container .swiper-wrapper .swiper-slide {
    min-width: 23rem;
    width: 67.1%;
    gap: 1rem;
    width: 23.3rem;
  }
  #wrap .container_renewal.contents#contentsHall .academic_magazine .content_wrap .academicSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_academic .txt_wrap .academic_tit {
    margin: 0.6rem 0 0;
    font-size: 1.8rem;
    line-height: 2rem;
  }
  #wrap .container_renewal.contents#contentsHall .business_how {
    margin-top: 1.6rem;
  }
  #wrap .container_renewal.contents#contentsHall .business_how .content_wrap .businessSwiper {
    width: calc(100% + 3.2rem);
    margin-top: 2rem;
    margin-left: -1.6rem;
  }
  #wrap .container_renewal.contents#contentsHall .business_how .content_wrap .businessSwiper .swiper-container {
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.contents#contentsHall .business_how .content_wrap .businessSwiper .swiper-container .swiper-wrapper .swiper-slide {
    min-width: 23rem;
    width: 67.1%;
  }
  #wrap .container_renewal.contents#contentsHall .business_how .content_wrap .businessSwiper .swiper-container .swiper-wrapper .swiper-slide a {
    gap: 1.2rem;
  }
  #wrap .container_renewal.contents#contentsHall .opening_how {
    margin-top: 1.6rem;
  }
  #wrap .container_renewal.contents#contentsHall .opening_how .content_wrap .openingSwiper {
    width: calc(100% + 3.2rem);
    margin-top: 2rem;
    margin-left: -1.6rem;
  }
  #wrap .container_renewal.contents#contentsHall .opening_how .content_wrap .openingSwiper .swiper-container {
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.contents#contentsHall .opening_how .content_wrap .openingSwiper .swiper-container .swiper-wrapper .swiper-slide {
    min-width: 23rem;
    width: 67.1%;
  }
  #wrap .container_renewal.contents#contentsHall .opening_how .content_wrap .openingSwiper .swiper-container .swiper-wrapper .swiper-slide a {
    gap: 1.2rem;
  }
  #wrap .container_renewal.contents#contentsHall .medical_webtoon {
    margin-top: 1.6rem;
  }
  #wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tab_btn_scroll_wrap {
    overflow-x: hidden;
    position: relative;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
  }
  #wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tab_btn_scroll_wrap .tab_btn_wrap {
    overflow-x: auto;
    gap: 1.2rem;
    position: relative;
    margin: 2rem 0 0 0;
    padding: 0 1.6rem 1.2rem;
    border-bottom: 0;
  }
  #wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tab_btn_scroll_wrap .tab_btn_wrap::-webkit-scrollbar {
    display: none;
  }
  #wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tab_btn_scroll_wrap .tab_btn_wrap .btn_tab {
    flex-shrink: 0;
    max-width: none;
    width: 7.2rem;
  }
  #wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tab_btn_scroll_wrap .tab_btn_wrap .btn_tab.active::after {
    bottom: -1.2rem;
  }
  #wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tab_btn_scroll_wrap.left_shadow::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 3rem;
    height: 11.7rem;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  #wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tab_btn_scroll_wrap.right_shadow::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 3rem;
    height: 11.7rem;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  #wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tab_content {
    border-top: 0.1rem solid #ededed;
  }
  #wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tabSwiper {
    width: calc(100% + 3.2rem);
    margin-top: 2rem;
    margin-left: -1.6rem;
  }
  #wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tabSwiper .swiper-container {
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tabSwiper .swiper-container .swiper-wrapper .swiper-slide {
    min-width: 23rem;
    width: 67.1%;
  }
  #wrap .container_renewal.contents#contentsHall .medical_webtoon .content_wrap .tabSwiper .swiper-container .swiper-wrapper .swiper-slide a {
    gap: 1.2rem;
  }
  #wrap .container_renewal.contents#academicMagazine {
    margin-top: 0;
    margin-bottom: 8rem;
    padding-top: 3.2rem;
  }
  #wrap .container_renewal.contents#academicMagazine .search_wrap .content_wrap .common_search_wrap {
    gap: 1.6rem;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3.6rem;
    padding-bottom: 1.6rem;
  }
  #wrap .container_renewal.contents#academicMagazine .search_wrap .content_wrap .common_search_wrap .btn_current {
    margin-bottom: 0;
  }
  #wrap .container_renewal.contents#academicMagazine .search_wrap .content_wrap .common_search_wrap .search_group {
    max-width: none;
    width: 100%;
  }
  #wrap .container_renewal.contents#academicMagazine .common_swiper_wrap .content_wrap .tit_wrap .txt_wrap {
    gap: 0.8rem;
    flex-direction: column;
    align-items: flex-start;
  }
  #wrap .container_renewal.contents#academicMagazine .common_swiper_wrap .content_wrap .tit_wrap .txt_wrap p {
    font-size: 1.4rem;
  }
  #wrap .container_renewal.contents#academicMagazine .common_swiper_wrap .content_wrap .swiper {
    position: relative;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 0;
  }
  #wrap .container_renewal.contents#academicMagazine .common_swiper_wrap .content_wrap .swiper::after {
    content: "";
    display: block;
    position: absolute;
    left: 1.6rem;
    bottom: 0;
    width: calc(100% - 3.2rem);
    height: 0.1rem;
    background-color: #e5e5e5;
  }
  #wrap .container_renewal.contents#academicMagazine .common_swiper_wrap .content_wrap .swiper .swiper-container {
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.contents#academicMagazine .common_swiper_wrap .content_wrap .swiper .swiper-container .swiper-wrapper .swiper-slide {
    min-width: 23rem;
    width: 67.1%;
  }
  #wrap .container_renewal.contents#academicMagazine .common_swiper_wrap .content_wrap .swiper .swiper-container .swiper-wrapper .swiper-slide a {
    gap: 1.2rem;
  }
  #wrap .container_renewal.contents#academicMagazine .common_swiper_btn {
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.contents#academicMagazineDetail {
    margin-top: 0;
    margin-bottom: 8rem;
    padding-top: 2rem;
  }
  #wrap .container_renewal.contents#academicMagazineDetail .back_wrap .content_wrap {
    padding-bottom: 2rem;
  }
  #wrap .container_renewal.contents#academicMagazineDetail .back_wrap .content_wrap .btn_back {
    gap: 0.4rem;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.contents#academicMagazineDetail .back_wrap .content_wrap .btn_back img {
    width: 1.6rem;
    height: 1.6rem;
  }
  #wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .detail_tit_wrap {
    padding-top: 3.6rem;
  }
  #wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .detail_tit_wrap .tit_type {
    margin-bottom: 2rem;
  }
  #wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .detail_tit_wrap .tit {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  #wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .detail_tit_wrap .btn_link {
    margin: 2.4rem auto 3.2rem;
  }
  #wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .video_wrap {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
  }
  #wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .video_desc_wrap {
    gap: 10rem;
    flex-direction: column;
    margin-top: 3.2rem;
    padding-bottom: 3rem;
  }
  #wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .video_desc_wrap .desc {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  #wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .video_desc_wrap .btn_proudct {
    gap: 0.6rem;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 5.2rem;
  }
  #wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .video_desc_wrap .btn_proudct::before {
    width: 2.4rem;
    height: 2.4rem;
  }
  #wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .show_content {
    padding: 2rem 0 3rem;
  }
  #wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .show_content .tit {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  #wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap {
    overflow-x: auto;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap::-webkit-scrollbar {
    display: none;
  }
  #wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a {
    gap: 1.2rem;
    min-width: 23rem;
  }
  #wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 3.2rem;
    margin-top: 2rem;
  }
  #wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-prev, #wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-next {
    position: static;
    width: 3.2rem;
    height: 3.2rem;
    background: #eeeeee url(../images/main/ic_arrow_swiper.svg) no-repeat center;
    transform: translateY(0);
  }
  #wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-prev {
    transform: translateY(0) scaleX(-1);
  }
  #wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .answer_total_wrap {
    margin-bottom: 2rem;
    padding-bottom: 3.6rem;
  }
  #wrap .container_renewal.contents#academicMagazineDetail .datail_wrap .content_wrap .answer_total_wrap .tit_wrap h4 {
    font-size: 2.4rem !important;
  }
  #wrap .container_renewal.contents#business {
    margin-top: 0;
    margin-bottom: 8rem;
    padding-top: 3.2rem;
  }
  #wrap .container_renewal.contents#business .tab_btn_toal_wrap {
    margin-top: 2.4rem;
  }
  #wrap .container_renewal.contents#business .tab_btn_toal_wrap .content_wrap .tab_btn_scroll_wrap {
    position: relative;
    overflow: hidden;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
  }
  #wrap .container_renewal.contents#business .tab_btn_toal_wrap .content_wrap .tab_btn_scroll_wrap .tab_btn_wrap {
    overflow-x: auto;
    gap: 0.7rem;
    justify-content: flex-start;
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.contents#business .tab_btn_toal_wrap .content_wrap .tab_btn_scroll_wrap .tab_btn_wrap::-webkit-scrollbar {
    display: none;
  }
  #wrap .container_renewal.contents#business .tab_btn_toal_wrap .content_wrap .tab_btn_scroll_wrap .tab_btn_wrap .btn_tab {
    min-width: 8.2rem;
    height: 4rem;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.contents#business .tab_btn_toal_wrap .content_wrap .tab_btn_scroll_wrap.left_shadow::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 3rem;
    height: 4.6rem;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  #wrap .container_renewal.contents#business .tab_btn_toal_wrap .content_wrap .tab_btn_scroll_wrap.right_shadow::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 3rem;
    height: 4.6rem;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  #wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .common_search_wrap {
    gap: 1.6rem;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4rem;
    padding-bottom: 1.6rem;
  }
  #wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .common_search_wrap .btn_current {
    margin-bottom: 0;
  }
  #wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .common_search_wrap .search_group {
    max-width: none;
    width: 100%;
  }
  #wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .link_list {
    gap: 3.6rem;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 2rem;
    padding-bottom: 3.6rem;
  }
  #wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .link_list li {
    width: 100%;
  }
  #wrap .container_renewal.contents#business .tab_contents_wrap .content_wrap .link_list li .btn_link .img_wrap img {
    width: 100%;
  }
  #wrap .container_renewal.contents#businessDetail {
    margin-top: 0;
    margin-bottom: 8rem;
    padding-top: 2rem;
  }
  #wrap .container_renewal.contents#businessDetail .back_wrap .content_wrap {
    padding-bottom: 2rem;
  }
  #wrap .container_renewal.contents#businessDetail .back_wrap .content_wrap .btn_back {
    gap: 0.4rem;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.contents#businessDetail .back_wrap .content_wrap .btn_back img {
    width: 1.6rem;
    height: 1.6rem;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .detail_tit_wrap {
    padding-top: 3.6rem;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .detail_tit_wrap .tit_type {
    margin-bottom: 2rem;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .detail_tit_wrap .tit {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .detail_tit_wrap .btn_link {
    margin: 2.4rem auto 3.2rem;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    padding: 0;
    border-top: none;
    border-bottom: none;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .swiper_info {
    width: calc(100% - 3.2rem);
    margin-bottom: 1rem;
    margin-left: 1.6rem;
    padding: 0;
    font-size: 1.2rem;
    text-align: center;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .swiper-container {
    padding: 0 1.6rem;
    border-bottom: none;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .btn_md_wrap .swiper-button-prev, #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .btn_md_wrap .swiper-button-next {
    width: 3.6rem;
    height: 4.6rem;
    background: url(../images/icon/ic_arrow_white_shadow.svg) no-repeat center/cover;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .btn_md_wrap .swiper-button-prev {
    left: 1.6rem;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .btn_md_wrap .swiper-button-next {
    right: 1.6rem;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .common_swiper_btn {
    max-width: none;
    width: calc(100% - 3.2rem);
    margin-left: 1.6rem;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .common_swiper_btn .swiper-button-prev span, #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .common_swiper_btn .swiper-button-next span {
    display: none;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .common_swiper_btn .swiper-button-prev::after, #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .businessDetailSwiper .common_swiper_btn .swiper-button-next::after {
    width: 3.2rem;
    height: 3.2rem;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .contents_like {
    position: relative;
    margin-top: 2rem;
    padding: 2.4rem 2rem 2rem;
    border-radius: 1rem;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .contents_like::before {
    content: "";
    display: block;
    position: absolute;
    top: -2rem;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #e5e5e5;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .contents_like .txt_wrap .contents_tit {
    font-size: 1.8rem;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .contents_like .txt_wrap .contents_desc {
    max-width: 20rem;
    margin: 0.8rem auto 0;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .contents_like .btn_wrap {
    gap: 0.7rem;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .contents_like .btn_wrap button {
    gap: 0.6rem;
    width: 14.4rem;
    font-size: 1.5rem;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .show_content {
    padding: 3.6rem 0 4rem;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .show_content .tit {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap {
    overflow-x: auto;
    gap: 0.8rem;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap::-webkit-scrollbar {
    display: none;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a {
    gap: 1.2rem;
    min-width: 23rem;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 3.2rem;
    margin-top: 2rem;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-prev, #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-next {
    position: static;
    width: 3.2rem;
    height: 3.2rem;
    background: #eeeeee url(../images/main/ic_arrow_swiper.svg) no-repeat center;
    transform: translateY(0);
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-prev {
    transform: translateY(0) scaleX(-1);
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .answer_total_wrap {
    margin-bottom: 2rem;
    padding-bottom: 3.6rem;
  }
  #wrap .container_renewal.contents#businessDetail .datail_wrap .content_wrap .answer_total_wrap .tit_wrap h4 {
    gap: 0.6rem;
    font-size: 2.4rem !important;
  }
  #wrap .container_renewal.contents#opening {
    margin-top: 0;
    margin-bottom: 8rem;
    padding-top: 3.2rem;
  }
  #wrap .container_renewal.contents#opening .tab_btn_toal_wrap {
    margin-top: 2.4rem;
  }
  #wrap .container_renewal.contents#opening .tab_btn_toal_wrap .content_wrap .tab_btn_wrap {
    gap: 0.7rem;
    justify-content: flex-start;
  }
  #wrap .container_renewal.contents#opening .tab_btn_toal_wrap .content_wrap .tab_btn_wrap .btn_tab {
    min-width: 8.2rem;
    height: 4rem;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .common_search_wrap {
    gap: 1.6rem;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4rem;
    padding-bottom: 1.6rem;
  }
  #wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .common_search_wrap .btn_current {
    margin-bottom: 0;
  }
  #wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .common_search_wrap .search_group {
    max-width: none;
    width: 100%;
  }
  #wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list {
    padding-top: 2rem;
    padding-bottom: 3.4rem;
    border-bottom: 0.1rem solid #e5e5e5;
  }
  #wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li ~ li {
    margin-top: 3.6rem;
  }
  #wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li .btn_link {
    gap: 1.6rem;
    flex-direction: column;
    padding: 0;
    border-bottom: none;
  }
  #wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li .btn_link .img_wrap {
    max-width: 100%;
    height: 0;
    padding-bottom: 67.057%;
  }
  #wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li .btn_link .img_wrap img {
    width: 100%;
  }
  #wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li .btn_link .txt_wrap {
    width: 100%;
    padding: 0;
  }
  #wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li .btn_link .txt_wrap .type {
    justify-content: space-between;
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li .btn_link .txt_wrap .tit {
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
  }
  #wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li .btn_link .txt_wrap .desc {
    margin-bottom: 1.4rem;
    line-height: 2.4rem;
    -webkit-line-clamp: 3;
  }
  #wrap .container_renewal.contents#opening .tab_contents_wrap .content_wrap .link_list li .btn_link .txt_wrap .info_wrap {
    justify-content: space-between;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.contents#openingDetail {
    margin-top: 0;
    margin-bottom: 8rem;
    padding-top: 2rem;
  }
  #wrap .container_renewal.contents#openingDetail .back_wrap .content_wrap {
    padding-bottom: 2rem;
  }
  #wrap .container_renewal.contents#openingDetail .back_wrap .content_wrap .btn_back {
    gap: 0.4rem;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.contents#openingDetail .back_wrap .content_wrap .btn_back img {
    width: 1.6rem;
    height: 1.6rem;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .detail_tit_wrap {
    padding-top: 3.6rem;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .detail_tit_wrap .tit_type {
    margin-bottom: 2rem;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .detail_tit_wrap .tit {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .detail_tit_wrap .btn_link {
    margin: 2.4rem auto 3.2rem;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .desc_wrap {
    padding-top: 1.8rem;
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .desc_wrap .img_wrap {
    margin: 3.2rem 0 4rem;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .desc_wrap p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .desc_wrap ol li {
    margin-top: 3.2rem;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .desc_wrap .has_line {
    margin: 3rem 0 0;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .contents_like {
    position: relative;
    margin-top: 2rem;
    padding: 2.4rem 2rem 2rem;
    border-radius: 1rem;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .contents_like::before {
    content: "";
    display: block;
    position: absolute;
    top: -2rem;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #e5e5e5;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .contents_like .txt_wrap .contents_tit {
    font-size: 1.8rem;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .contents_like .txt_wrap .contents_desc {
    max-width: 20rem;
    margin: 0.8rem auto 0;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .contents_like .btn_wrap {
    gap: 0.7rem;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .contents_like .btn_wrap button {
    gap: 0.6rem;
    width: 14.4rem;
    font-size: 1.5rem;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .show_content {
    padding: 3.6rem 0 4rem;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .show_content .tit {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap {
    overflow-x: auto;
    gap: 0.8rem;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap::-webkit-scrollbar {
    display: none;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a {
    gap: 1.2rem;
    min-width: 23rem;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 3.2rem;
    margin-top: 2rem;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-prev, #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-next {
    position: static;
    width: 3.2rem;
    height: 3.2rem;
    background: #eeeeee url(../images/main/ic_arrow_swiper.svg) no-repeat center;
    transform: translateY(0);
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-prev {
    transform: translateY(0) scaleX(-1);
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .answer_total_wrap {
    margin-bottom: 2rem;
    padding-bottom: 3.6rem;
  }
  #wrap .container_renewal.contents#openingDetail .datail_wrap .content_wrap .answer_total_wrap .tit_wrap h4 {
    gap: 0.6rem;
    font-size: 2.4rem !important;
  }
  #wrap .container_renewal.contents#webtoon {
    margin-top: 0;
    margin-bottom: 8rem;
    padding-top: 3.2rem;
  }
  #wrap .container_renewal.contents#webtoon .search_wrap .content_wrap .common_search_wrap {
    gap: 1.6rem;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4rem;
    padding-bottom: 1.6rem;
  }
  #wrap .container_renewal.contents#webtoon .search_wrap .content_wrap .common_search_wrap .btn_current {
    margin-bottom: 0;
  }
  #wrap .container_renewal.contents#webtoon .search_wrap .content_wrap .common_search_wrap .search_group {
    max-width: none;
    width: 100%;
  }
  #wrap .container_renewal.contents#webtoon .common_swiper_wrap {
    margin-top: 2rem;
  }
  #wrap .container_renewal.contents#webtoon .common_swiper_wrap .content_wrap .swiper {
    position: relative;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    margin-bottom: 4.4rem;
    padding-bottom: 1.6rem;
    border-bottom: none;
  }
  #wrap .container_renewal.contents#webtoon .common_swiper_wrap .content_wrap .swiper::after {
    content: "";
    display: block;
    position: absolute;
    left: 1.6rem;
    bottom: 0;
    width: calc(100% - 3.2rem);
    height: 0.1rem;
    background-color: #e5e5e5;
  }
  #wrap .container_renewal.contents#webtoon .common_swiper_wrap .content_wrap .swiper .swiper-container {
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.contents#webtoon .common_swiper_wrap .content_wrap .swiper .swiper-container .swiper-wrapper .swiper-slide {
    min-width: 23rem;
    width: 67.1%;
  }
  #wrap .container_renewal.contents#webtoon .common_swiper_wrap .content_wrap .swiper .swiper-container .swiper-wrapper .swiper-slide a {
    gap: 1.2rem;
  }
  #wrap .container_renewal.contents#webtoon .common_swiper_btn {
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.contents#webtoonDetail {
    margin-top: 0;
    margin-bottom: 8rem;
    padding-top: 2rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .back_wrap .content_wrap {
    padding-bottom: 2rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .back_wrap .content_wrap .btn_back {
    gap: 0.4rem;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .back_wrap .content_wrap .btn_back img {
    width: 1.6rem;
    height: 1.6rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .detail_tit_wrap {
    padding-top: 3.6rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .detail_tit_wrap .tit_type {
    margin-bottom: 2rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .detail_tit_wrap .tit {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .detail_tit_wrap .btn_link {
    margin: 2.4rem auto 3.2rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    padding: 0;
    border-top: none;
    border-bottom: none;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .swiper_info {
    width: calc(100% - 3.2rem);
    margin-bottom: 1rem;
    margin-left: 1.6rem;
    padding: 0;
    font-size: 1.2rem;
    text-align: center;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .swiper-container {
    padding: 0 1.6rem;
    border-bottom: none;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .btn_md_wrap .swiper-button-prev, #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .btn_md_wrap .swiper-button-next {
    width: 3.6rem;
    height: 4.6rem;
    background: url(../images/icon/ic_arrow_white_shadow.svg) no-repeat center/cover;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .btn_md_wrap .swiper-button-prev {
    left: 1.6rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .btn_md_wrap .swiper-button-next {
    right: 1.6rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .common_swiper_btn {
    max-width: none;
    width: calc(100% - 3.2rem);
    margin-left: 1.6rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .common_swiper_btn .swiper-button-prev span, #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .common_swiper_btn .swiper-button-next span {
    display: none;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .common_swiper_btn .swiper-button-prev::after, #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .webtoonDetailSwiper .common_swiper_btn .swiper-button-next::after {
    width: 3.2rem;
    height: 3.2rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .contents_like {
    position: relative;
    margin-top: 2rem;
    padding: 2.4rem 2rem 2rem;
    border-radius: 1rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .contents_like::before {
    content: "";
    display: block;
    position: absolute;
    top: -2rem;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #e5e5e5;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .contents_like .txt_wrap .contents_tit {
    font-size: 1.8rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .contents_like .txt_wrap .contents_desc {
    max-width: 20rem;
    margin: 0.8rem auto 0;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .contents_like .btn_wrap {
    gap: 0.7rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .contents_like .btn_wrap button {
    gap: 0.6rem;
    width: 14.4rem;
    font-size: 1.5rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .show_content {
    padding: 3.6rem 0 4rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .show_content .tit {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap {
    overflow-x: auto;
    gap: 0.8rem;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap::-webkit-scrollbar {
    display: none;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a {
    gap: 1.2rem;
    min-width: 23rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 3.2rem;
    margin-top: 2rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-prev, #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-next,
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .button-prev,
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .button-next {
    position: static;
    width: 3.2rem;
    height: 3.2rem;
    background: #eeeeee url(../images/main/ic_arrow_swiper.svg) no-repeat center;
    transform: translateY(0);
    border-radius: 0.6rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-prev,
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .button-prev {
    transform: translateY(0) scaleX(-1);
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .answer_total_wrap {
    margin-bottom: 2rem;
    padding-bottom: 3.6rem;
  }
  #wrap .container_renewal.contents#webtoonDetail .datail_wrap .content_wrap .answer_total_wrap .tit_wrap h4 {
    gap: 0.6rem;
    font-size: 2.4rem !important;
  }
}
@media (max-width: 575px) {
  #wrap .container_renewal.contents#contentsHall {
    margin-top: -5rem;
  }
  #wrap .container_renewal.contents#academicMagazine {
    margin-top: -5rem;
  }
  #wrap .container_renewal.contents#academicMagazineDetail {
    margin-top: -5rem;
  }
  #wrap .container_renewal.contents#business {
    margin-top: -5rem;
  }
  #wrap .container_renewal.contents#businessDetail {
    margin-top: -5rem;
  }
  #wrap .container_renewal.contents#opening {
    margin-top: -5rem;
  }
  #wrap .container_renewal.contents#openingDetail {
    margin-top: -5rem;
  }
  #wrap .container_renewal.contents#webtoon {
    margin-top: -5rem;
  }
  #wrap .container_renewal.contents#webtoonDetail {
    margin-top: -5rem;
  }
}

#wrap .container_renewal.event {
  /* 이벤트관 */
  /* 이벤트 상세 */
  /* 서베이 상세 */
}
#wrap .container_renewal.event .content_wrap {
  max-width: 143.2rem;
  width: 100%;
  padding: 0 1.6rem;
  margin: auto;
}
#wrap .container_renewal.event#event {
  margin-top: -1.7rem;
  margin-bottom: 10rem;
  padding-top: 17.9rem;
}
#wrap .container_renewal.event#event .common_swiper_btn {
  display: flex;
  align-items: center;
  margin-top: 0;
}
#wrap .container_renewal.event#event .common_swiper_btn .swiper-button-next, #wrap .container_renewal.event#event .common_swiper_btn .swiper-button-prev {
  position: absolute;
  top: 9.8rem;
  width: 3.4rem;
  height: 3.4rem;
  margin-top: 0;
  background: #eeeeee url(../images/main/ic_arrow_swiper.svg) no-repeat center;
  border-radius: 0.6rem;
}
#wrap .container_renewal.event#event .common_swiper_btn .swiper-button-next::after, #wrap .container_renewal.event#event .common_swiper_btn .swiper-button-prev::after {
  display: none;
}
#wrap .container_renewal.event#event .common_swiper_btn .swiper-button-next {
  transform: translateY(0);
}
#wrap .container_renewal.event#event .common_swiper_btn .swiper-button-prev {
  transform: scaleX(-1);
}
#wrap .container_renewal.event#event .common_swiper_btn .swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}
#wrap .container_renewal.event#event .visual .visualSwiper {
  position: relative;
}
#wrap .container_renewal.event#event .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
#wrap .container_renewal.event#event .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 18.75%;
  background-repeat: no-repeat;
  background-image: url(../images/sub/event/temp_banner01.png);
  background-position: center;
  background-size: cover;
}
#wrap .container_renewal.event#event .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.event#event .visual .visualSwiper .swiper-btn-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 3rem;
  z-index: 1;
  width: 100%;
}
#wrap .container_renewal.event#event .visual .visualSwiper .swiper-btn-wrap .swiper-button-prev, #wrap .container_renewal.event#event .visual .visualSwiper .swiper-btn-wrap .swiper-button-next {
  position: static;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  background: url(../images/icon/ic_arrow_white.svg) no-repeat center/cover;
}
#wrap .container_renewal.event#event .visual .visualSwiper .swiper-btn-wrap .swiper-button-prev::after, #wrap .container_renewal.event#event .visual .visualSwiper .swiper-btn-wrap .swiper-button-next::after {
  display: none;
}
#wrap .container_renewal.event#event .visual .visualSwiper .swiper-btn-wrap .swiper-button-prev {
  transform: scaleX(-1);
}
#wrap .container_renewal.event#event .visual .visualSwiper .swiper-btn-wrap .swiper-button-disabled {
  opacity: 1;
}
#wrap .container_renewal.event#event .visual .visualSwiper .swiper-btn-wrap .swiper-pagination {
  position: static;
  width: auto;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container_renewal.event#event .visual .visualSwiper .swiper-btn-wrap .swiper-pagination-total {
  opacity: 0.7;
}
#wrap .container_renewal.event#event .visual .visualSwiper .swiper-btn-wrap .swiper-pagination span {
  color: #fff;
}
#wrap .container_renewal.event#event .event_hall {
  margin-top: 3rem;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .event_common_tit {
  margin-bottom: 4rem;
  padding-top: 5rem;
  border-top: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .event_common_tit .tit_wrap {
  display: flex;
  margin-bottom: 1rem;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .event_common_tit .tit_wrap h3 {
  font-size: 3.8rem;
  font-weight: 700;
  color: #2e2e2e;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .event_common_tit .tit_wrap .btn_arrow {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  background: url(../images/sub/event/event_link_arrow.svg) no-repeat center/cover;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .event_common_tit .desc {
  display: flex;
  gap: 0.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .event_common_tit .desc span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .tab_btn_wrap {
  display: flex;
  gap: 3.3rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .tab_btn_wrap .btn_tab {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
}
#wrap .container_renewal.event#event .event_hall .content_wrap .tab_btn_wrap .btn_tab ~ .btn_tab::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: -1.6rem;
  width: 0.1rem;
  height: 1.2rem;
  background-color: #e5e5e5;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .tab_btn_wrap .btn_tab.active {
  color: #000;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .tab_btn_wrap .btn_tab.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.7rem;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-color: #000;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .tab_content {
  display: none;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .tab_content.active {
  display: block;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper {
  overflow: visible;
  position: relative;
  margin-top: -1rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .swiper-container {
  overflow: hidden;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide {
  margin-top: 3rem !important;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_event {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_event .img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68.049%;
  border-radius: 1rem;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_event .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_event .txt_wrap .tit {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_event .txt_wrap .date {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  color: #717171;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_event.event_end .img_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 75, 75, 0.6);
  backdrop-filter: blur(0.4rem);
}
#wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_event.event_end .img_wrap::after {
  content: "이벤트 종료";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 10rem;
  height: 3.8rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.6rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #f6f6f6;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .common_swiper_btn .swiper-button-prev, #wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .common_swiper_btn .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 8rem;
}
#wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .common_swiper_btn .swiper-button-prev {
  transform: translateY(-50%) scaleX(-1);
}
#wrap .container_renewal.event#event .survey {
  margin-top: 5rem;
}
#wrap .container_renewal.event#event .survey .content_wrap .event_common_tit {
  margin-bottom: 4rem;
}
#wrap .container_renewal.event#event .survey .content_wrap .event_common_tit .tit_wrap {
  display: flex;
  margin-bottom: 1rem;
}
#wrap .container_renewal.event#event .survey .content_wrap .event_common_tit .tit_wrap h3 {
  font-size: 3.8rem;
  font-weight: 700;
  color: #2e2e2e;
}
#wrap .container_renewal.event#event .survey .content_wrap .event_common_tit .tit_wrap .btn_arrow {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  background: url(../images/sub/event/event_link_arrow.svg) no-repeat center/cover;
}
#wrap .container_renewal.event#event .survey .content_wrap .event_common_tit .desc {
  display: flex;
  gap: 0.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container_renewal.event#event .survey .content_wrap .event_common_tit .desc span {
  color: #8b8b8b;
}
#wrap .container_renewal.event#event .survey .content_wrap .tab_btn_wrap {
  display: flex;
  gap: 3.3rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.event#event .survey .content_wrap .tab_btn_wrap .btn_tab {
  opacity: 0.3;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}
#wrap .container_renewal.event#event .survey .content_wrap .tab_btn_wrap .btn_tab ~ .btn_tab::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: -1.6rem;
  width: 0.1rem;
  height: 1.2rem;
  background-color: #e5e5e5;
}
#wrap .container_renewal.event#event .survey .content_wrap .tab_btn_wrap .btn_tab.active {
  opacity: 1;
}
#wrap .container_renewal.event#event .survey .content_wrap .tab_btn_wrap .btn_tab.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.7rem;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-color: #000;
}
#wrap .container_renewal.event#event .survey .content_wrap .tab_content {
  display: none;
}
#wrap .container_renewal.event#event .survey .content_wrap .tab_content.active {
  display: block;
}
#wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper {
  overflow: visible;
  position: relative;
  margin-top: 2rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .swiper-container {
  overflow: hidden;
}
#wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_survey {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 21.1rem;
  padding: 2rem 1rem 1rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
}
#wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_survey .txt_wrap {
  padding-left: 1rem;
}
#wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_survey .txt_wrap .status {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 2.1rem;
  padding: 0 0.8rem;
  margin-bottom: 1.2rem;
  background-color: #e6002d;
  border-radius: 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}
#wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_survey .txt_wrap .status.end {
  background-color: #3c3c3c;
}
#wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_survey .txt_wrap .tit {
  opacity: 0.8;
  display: block;
  max-width: 30rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  word-break: keep-all;
}
#wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_survey .date_wrap {
  padding: 1.6rem 2rem;
  background-color: #f6eef0;
  border-radius: 1rem;
}
#wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_survey .date_wrap .date_tit {
  opacity: 0.8;
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  font-weight: 700;
}
#wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_survey .date_wrap .date {
  opacity: 0.8;
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  color: #e6002d;
}
#wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .common_swiper_btn .swiper-button-prev, #wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .common_swiper_btn .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 8rem;
}
#wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .common_swiper_btn .swiper-button-prev {
  transform: translateY(-50%) scaleX(-1);
}
#wrap .container_renewal.event#event .show_content {
  max-width: 140rem;
  margin: 3rem auto;
}
#wrap .container_renewal.event#eventDetail {
  margin-top: -9.6rem;
  margin-bottom: 10rem;
  padding-top: 22.9rem;
}
#wrap .container_renewal.event#eventDetail .back_wrap .content_wrap {
  position: relative;
  padding-bottom: 3rem;
}
#wrap .container_renewal.event#eventDetail .back_wrap .content_wrap .btn_back {
  display: flex;
  gap: 0.8rem;
  width: max-content;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2e2e2e;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .detail_tit_wrap {
  padding-top: 5rem;
  text-align: center;
  border-top: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .detail_tit_wrap .tit_type {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #e6002d;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .detail_tit_wrap .tit {
  padding: 0 1rem;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 5.2rem;
  color: #2e2e2e;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .detail_tit_wrap .btn_link {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: max-content;
  margin: 3rem auto 4rem;
  background: none;
  font-size: 1.4rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .detail_tit_wrap .btn_link::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/symposium/ic_share.svg) no-repeat center/cover;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .detail_tit_wrap .btn_link:hover {
  background: none;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .info_wrap {
  display: flex;
  gap: 3rem;
  max-width: 116.2rem;
  margin: 0 auto 3rem;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .info_wrap::after {
  display: none;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .info_wrap li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 8.3rem;
  padding: 0 2rem 0 3rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .info_wrap li.info_box {
  flex: 1;
  gap: 0.5rem;
  position: relative;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .info_wrap li.info_box .tit {
  font-size: 1.3rem;
  font-weight: 500;
  color: #8d8d8d;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .info_wrap li.info_box .date {
  font-size: 1.8rem;
  font-weight: 600;
  color: #323232;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .info_wrap li.info_box .btn_regist {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2.3rem;
  right: 2rem;
  width: 15.7rem;
  height: 3.6rem;
  background-color: #e6002d;
  border-radius: 3rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .info_wrap li.info_box .btn_regist::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/symposium/ic_alarm.svg) no-repeat center/cover;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .img_wrap {
  max-width: 116.2rem;
  margin: 0 auto;
  text-align: center;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .img_wrap img {
  width: 100%;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .answer_total_wrap {
  margin: 5rem 0 3rem;
  padding: 5rem 0 3rem;
  border-top: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .answer_total_wrap .qna_tit_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .answer_total_wrap .qna_tit_wrap h4 {
  display: flex;
  gap: 0.8rem;
  font-size: 2.8rem !important;
  font-weight: 700;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .answer_total_wrap .qna_tit_wrap h4 .num {
  color: #e6002d;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .show_content {
  margin-top: 3rem;
  padding: 3rem 0 0;
  border-top: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .show_content .tit {
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 700;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap {
  display: flex;
  gap: 1.6rem;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a {
  flex-shrink: 0;
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
  width: calc(25% - 1.2rem);
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68.049%;
  border-radius: 1rem;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .img_wrap .status {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  height: 2.1rem;
  padding: 0 0.8rem;
  background-color: #fff;
  border-radius: 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #585858;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap {
  display: flex;
  gap: 0.6rem;
  flex-direction: column-reverse;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap .type {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap .tit {
  display: block;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap .date {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn {
  display: none;
}
#wrap .container_renewal.event#surveyDetail {
  margin-top: -9.6rem;
  margin-bottom: 10rem;
  padding-top: 22.9rem;
}
#wrap .container_renewal.event#surveyDetail .back_wrap .content_wrap {
  position: relative;
  padding-bottom: 3rem;
}
#wrap .container_renewal.event#surveyDetail .back_wrap .content_wrap .btn_back {
  display: flex;
  gap: 0.8rem;
  width: max-content;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2e2e2e;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_tit_wrap {
  padding-top: 5rem;
  text-align: center;
  border-top: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_tit_wrap .tit_type {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 2.4rem;
  margin: 0 auto 2.5rem;
  padding: 0 0.8rem;
  background-color: #e6002d;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_tit_wrap .tit {
  padding: 0 1rem;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 5.2rem;
  color: #2e2e2e;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_tit_wrap .btn_link {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: max-content;
  margin: 3rem auto 4rem;
  background: none;
  font-size: 1.4rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_tit_wrap .btn_link::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/symposium/ic_share.svg) no-repeat center/cover;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_tit_wrap .btn_link:hover {
  background: none;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .info_wrap {
  display: flex;
  gap: 3rem;
  max-width: 115.9rem;
  margin: 0 auto 3rem;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .info_wrap::after {
  display: none;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .info_wrap li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 8.3rem;
  padding: 0 2rem 0 3rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .info_wrap li.info_box {
  flex: 1;
  gap: 0.5rem;
  position: relative;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .info_wrap li.info_box .tit {
  font-size: 1.3rem;
  font-weight: 500;
  color: #8d8d8d;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .info_wrap li.info_box .date {
  font-size: 1.8rem;
  font-weight: 600;
  color: #323232;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .info_wrap li.num_box {
  width: 32.5rem;
  gap: 0.5rem;
  position: relative;
  padding: 0 2rem;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .info_wrap li.num_box .tit {
  font-size: 1.3rem;
  font-weight: 500;
  color: #8d8d8d;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .info_wrap li.num_box .num {
  font-size: 1.8rem;
  font-weight: 600;
  color: #323232;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .img_wrap {
  max-width: 115.9rem;
  margin: 0 auto;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .img_wrap img {
  width: 100%;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap {
  max-width: 140rem;
  margin: 3rem auto 5rem;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap .txt_box {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 3rem;
  color: #3e3e3e;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap .survey_wrap {
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap .survey_wrap .survey_info_box {
  margin-bottom: 3rem;
  padding: 1.6rem 2rem;
  background-color: #f6eef0;
  border-radius: 2rem;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap .survey_wrap .survey_info_box .survey_info_tit {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ea3256;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap .survey_wrap .survey_info_box .survey_info_txt {
  font-size: 1.4rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap .survey_wrap .textarea_group .textarea_tit {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 2rem;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap .survey_wrap .textarea_group .textarea_tit .num {
  flex-shrink: 0;
  display: block;
  width: 4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #e6002d;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap .survey_wrap .textarea_group .textarea_tit .tit {
  padding-top: 0.2rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #3e3e3e;
  word-break: keep-all;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap .survey_wrap .textarea_group textarea {
  width: 100%;
  height: 20rem;
  padding: 1.6rem 2rem;
  background-color: #eeeeee;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
  font-family: "Pretendard", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 500;
  color: #717171;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap .survey_wrap .textarea_group .btn_wrap {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  margin: 3rem auto 0;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap .survey_wrap .textarea_group .btn_wrap .btn_cancel,
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap .survey_wrap .textarea_group .btn_wrap .btn_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 5rem;
  background-color: #eeeeee;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap .survey_wrap .textarea_group .btn_wrap .btn_submit {
  background-color: #e6002d;
  color: #fff;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .answer_total_wrap {
  margin: 5rem 0 3rem;
  padding: 5rem 0 3rem;
  border-top: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .answer_total_wrap .qna_tit_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .answer_total_wrap .qna_tit_wrap h4 {
  display: flex;
  gap: 0.8rem;
  font-size: 2.8rem !important;
  font-weight: 700;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .answer_total_wrap .qna_tit_wrap h4 .num {
  color: #e6002d;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content {
  margin-top: 3rem;
  padding: 3rem 0 0;
  border-top: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .tit {
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 700;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap {
  display: flex;
  gap: 1.6rem;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: calc(25% - 1.2rem);
  min-height: 21.1rem;
  padding: 2rem 1rem 1rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap {
  padding-left: 1rem;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap .status {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 2.1rem;
  padding: 0 0.8rem;
  margin-bottom: 1.2rem;
  background-color: #e6002d;
  border-radius: 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap .status.end {
  background-color: #3c3c3c;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap .tit {
  opacity: 0.8;
  display: block;
  max-width: 30rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  word-break: keep-all;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .date_wrap {
  padding: 1.6rem 2rem;
  background-color: #f6eef0;
  border-radius: 1rem;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .date_wrap .date_tit {
  opacity: 0.8;
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  font-weight: 700;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .date_wrap .date {
  opacity: 0.8;
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  color: #e6002d;
}
#wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn {
  display: none;
}
@media (max-width: 1480px) {
  #wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .common_swiper_btn {
    justify-content: space-between;
    margin-top: 2rem;
  }
  #wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .common_swiper_btn .swiper-button-prev, #wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .common_swiper_btn .swiper-button-next {
    position: static;
    transform: translateY(0);
    width: 2.6rem;
    height: 2.6rem;
    background-size: 0.6rem;
  }
  #wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .common_swiper_btn .swiper-button-prev {
    transform: translateY(0) scaleX(-1);
  }
  #wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .common_swiper_btn {
    justify-content: space-between;
    margin-top: 2rem;
  }
  #wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .common_swiper_btn .swiper-button-prev, #wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .common_swiper_btn .swiper-button-next {
    position: static;
    transform: translateY(0);
    width: 2.6rem;
    height: 2.6rem;
    background-size: 0.6rem;
  }
  #wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .common_swiper_btn .swiper-button-prev {
    transform: translateY(0) scaleX(-1);
  }
}
@media (max-width: 991px) {
  #wrap .container_renewal.event#event {
    margin-top: -6.7rem;
  }
  #wrap .container_renewal.event#eventDetail, #wrap .container_renewal.event#surveyDetail {
    margin-top: -11rem;
  }
}
@media (max-width: 768px) {
  #wrap .container_renewal.event#event {
    margin-top: 0;
    margin-bottom: 8rem;
    padding-top: 0;
  }
  #wrap .container_renewal.event#event .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide a {
    padding-bottom: 89.9%;
    background-image: url(../images/sub/event/temp_banner01_mo.png);
  }
  #wrap .container_renewal.event#event .event_hall {
    margin-top: 1rem;
  }
  #wrap .container_renewal.event#event .event_hall .content_wrap .event_common_tit {
    margin-bottom: 3rem;
    padding-top: 3rem;
  }
  #wrap .container_renewal.event#event .event_hall .content_wrap .event_common_tit .tit_wrap {
    margin-bottom: 0.8rem;
  }
  #wrap .container_renewal.event#event .event_hall .content_wrap .event_common_tit .tit_wrap h3 {
    font-size: 2.4rem;
  }
  #wrap .container_renewal.event#event .event_hall .content_wrap .event_common_tit .tit_wrap .btn_arrow {
    width: 3rem;
    height: 3rem;
  }
  #wrap .container_renewal.event#event .event_hall .content_wrap .event_common_tit .desc {
    font-size: 1.5rem;
  }
  #wrap .container_renewal.event#event .event_hall .content_wrap .tab_btn_wrap {
    gap: 2.5rem;
    padding-bottom: 1.2rem;
  }
  #wrap .container_renewal.event#event .event_hall .content_wrap .tab_btn_wrap .btn_tab {
    font-size: 1.4rem;
  }
  #wrap .container_renewal.event#event .event_hall .content_wrap .tab_btn_wrap .btn_tab ~ .btn_tab::before {
    left: -1.2rem;
  }
  #wrap .container_renewal.event#event .event_hall .content_wrap .tab_btn_wrap .btn_tab.active::after {
    bottom: -1.3rem;
  }
  #wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper {
    position: relative;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    padding-bottom: 3rem;
    border-bottom: none;
  }
  #wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 1.6rem;
    width: calc(100% - 3.2rem);
    height: 0.1rem;
    background-color: #e5e5e5;
  }
  #wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .common_swiper_btn {
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .swiper-container {
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper {
    width: 100% !important;
  }
  #wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide {
    min-width: 23rem;
    width: 67.1%;
  }
  #wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_event {
    gap: 1.2rem;
  }
  #wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_event .img_wrap img {
    width: 100%;
  }
  #wrap .container_renewal.event#event .event_hall .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_event .txt_wrap .tit {
    font-weight: 600;
  }
  #wrap .container_renewal.event#event .survey {
    margin-top: 3rem;
  }
  #wrap .container_renewal.event#event .survey .content_wrap .event_common_tit {
    margin-bottom: 3rem;
    padding-top: 3rem;
  }
  #wrap .container_renewal.event#event .survey .content_wrap .event_common_tit .tit_wrap {
    margin-bottom: 0.8rem;
  }
  #wrap .container_renewal.event#event .survey .content_wrap .event_common_tit .tit_wrap h3 {
    font-size: 2.4rem;
  }
  #wrap .container_renewal.event#event .survey .content_wrap .event_common_tit .tit_wrap .btn_arrow {
    width: 3rem;
    height: 3rem;
  }
  #wrap .container_renewal.event#event .survey .content_wrap .event_common_tit .desc {
    font-size: 1.5rem;
  }
  #wrap .container_renewal.event#event .survey .content_wrap .tab_btn_wrap {
    gap: 2.5rem;
    padding-bottom: 1.2rem;
  }
  #wrap .container_renewal.event#event .survey .content_wrap .tab_btn_wrap .btn_tab {
    font-size: 1.4rem;
  }
  #wrap .container_renewal.event#event .survey .content_wrap .tab_btn_wrap .btn_tab ~ .btn_tab::before {
    left: -1.2rem;
  }
  #wrap .container_renewal.event#event .survey .content_wrap .tab_btn_wrap .btn_tab.active::after {
    bottom: -1.3rem;
  }
  #wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper {
    position: relative;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    padding-bottom: 3rem;
    border-bottom: none;
  }
  #wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 1.6rem;
    width: calc(100% - 3.2rem);
    height: 0.1rem;
    background-color: #e5e5e5;
  }
  #wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .common_swiper_btn {
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .swiper-container {
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper {
    width: 100% !important;
  }
  #wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide {
    min-width: 23rem;
    width: 67.1%;
  }
  #wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_survey {
    height: 20rem;
    padding: 1.6rem 1rem 1rem;
  }
  #wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_survey .txt_wrap {
    padding-left: 0.6rem;
  }
  #wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_survey .txt_wrap .status {
    margin-bottom: 1rem;
  }
  #wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_survey .txt_wrap .tit {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  #wrap .container_renewal.event#event .survey .content_wrap .tab_content .swiper .swiper-container .swiper-wrapper .swiper-slide .btn_survey .date_wrap {
    padding: 1.2rem;
  }
  #wrap .container_renewal.event#eventDetail {
    margin-top: -4rem;
    margin-bottom: 8rem;
    padding-top: 2rem;
    background-color: #fafafa;
  }
  #wrap .container_renewal.event#eventDetail .back_wrap .content_wrap {
    padding-bottom: 2rem;
  }
  #wrap .container_renewal.event#eventDetail .back_wrap .content_wrap .btn_back {
    gap: 0.4rem;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.event#eventDetail .back_wrap .content_wrap .btn_back img {
    width: 1.6rem;
    height: 1.6rem;
  }
  #wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .detail_tit_wrap {
    padding-top: 3.6rem;
  }
  #wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .detail_tit_wrap .tit_type {
    margin-bottom: 2rem;
  }
  #wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .detail_tit_wrap .tit {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  #wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .detail_tit_wrap .btn_link {
    margin: 2.4rem auto 3.2rem;
  }
  #wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .info_wrap li.info_box {
    gap: 0.6rem;
    height: auto;
    padding: 2rem;
  }
  #wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .info_wrap li.info_box .date {
    opacity: 0.8;
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .info_wrap li.info_box .btn_regist {
    position: static;
    width: 100%;
    height: 4.4rem;
  }
  #wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .show_content {
    padding: 3rem 0 1.6rem;
  }
  #wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .show_content .tit {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
  #wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap {
    overflow-x: auto;
    gap: 0.8rem;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap::-webkit-scrollbar {
    display: none;
  }
  #wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a {
    gap: 1.2rem;
    min-width: 23rem;
  }
  #wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 3.2rem;
    margin-top: 2rem;
  }
  #wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-prev, #wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-next {
    position: static;
    width: 3.2rem;
    height: 3.2rem;
    background: #eeeeee url(../images/main/ic_arrow_swiper.svg) no-repeat center;
    transform: translateY(0);
  }
  #wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-prev {
    transform: translateY(0) scaleX(-1);
  }
  #wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .answer_total_wrap {
    margin-top: 0;
    margin-bottom: 2rem;
    padding-bottom: 3.6rem;
  }
  #wrap .container_renewal.event#eventDetail .event_detail_wrap .content_wrap .answer_total_wrap .tit_wrap h4 {
    gap: 0.6rem;
    font-size: 2.4rem !important;
  }
  #wrap .container_renewal.event#surveyDetail {
    margin-top: -4rem;
    margin-bottom: 8rem;
    padding-top: 2rem;
    background-color: #fafafa;
  }
  #wrap .container_renewal.event#surveyDetail .back_wrap .content_wrap {
    padding-bottom: 2rem;
  }
  #wrap .container_renewal.event#surveyDetail .back_wrap .content_wrap .btn_back {
    gap: 0.4rem;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.event#surveyDetail .back_wrap .content_wrap .btn_back img {
    width: 1.6rem;
    height: 1.6rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_tit_wrap {
    padding-top: 3.6rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_tit_wrap .tit_type {
    margin-bottom: 2rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_tit_wrap .tit {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_tit_wrap .btn_link {
    margin: 2.4rem auto 3.2rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .info_wrap {
    gap: 1rem;
    flex-direction: column;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .info_wrap li.info_box {
    gap: 0.6rem;
    height: auto;
    padding: 2rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .info_wrap li.info_box .date {
    opacity: 0.8;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .info_wrap li.info_box .btn_regist {
    position: static;
    width: 100%;
    height: 4.4rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .info_wrap li.num_box {
    gap: 0.6rem;
    width: 100%;
    padding: 2rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .info_wrap li.num_box .num {
    opacity: 0.8;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap {
    margin-bottom: 4rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap .txt_box {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap .survey_wrap {
    padding-top: 2rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap .survey_wrap .survey_info_box {
    margin-bottom: 2.4rem;
    padding: 1.2rem 1.6rem;
    border-radius: 0.8rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap .survey_wrap .survey_info_box .survey_info_txt {
    line-height: 1.9rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap .survey_wrap .textarea_group textarea {
    height: 12rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap .survey_wrap .textarea_group .btn_wrap {
    gap: 0.7rem;
    margin-top: 1.8rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap .survey_wrap .textarea_group .btn_wrap .btn_cancel,
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .detail_txt_wrap .survey_wrap .textarea_group .btn_wrap .btn_submit {
    flex: 1;
    width: auto;
    font-size: 1.5rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content {
    padding: 3rem 0 4rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .tit {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap {
    overflow-x: auto;
    gap: 0.8rem;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap::-webkit-scrollbar {
    display: none;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a {
    min-width: 23rem;
    min-height: 20rem;
    padding: 1.6rem 1rem 1rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap {
    padding-left: 0.6rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap .status {
    margin-bottom: 1rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .txt_wrap .tit {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .total_content_wrap a .date_wrap {
    padding: 1.2rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 3.2rem;
    margin-top: 2rem;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-prev, #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-next {
    position: static;
    width: 3.2rem;
    height: 3.2rem;
    background: #eeeeee url(../images/main/ic_arrow_swiper.svg) no-repeat center;
    transform: translateY(0);
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .show_content .total_scroll_wrap .common_swiper_btn .swiper-button-prev {
    transform: translateY(0) scaleX(-1);
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .answer_total_wrap {
    margin: 0 0 2rem;
    padding: 3.6rem 0;
  }
  #wrap .container_renewal.event#surveyDetail .event_detail_wrap .content_wrap .answer_total_wrap .tit_wrap h4 {
    gap: 0.6rem;
    font-size: 2.4rem !important;
  }
}
@media (max-width: 575px) {
  #wrap .container_renewal.event#event, #wrap .container_renewal.event#eventDetail, #wrap .container_renewal.event#surveyDetail {
    margin-top: -4.8rem;
  }
}

.container.product {
  /* 제품정보관 제품검색 */
  /* 제품정보관 제품소식 */
  /* 세계의약뉴스 */
  /* 세계의약뉴스 상세 */
}
.container.product .content_wrap {
  max-width: 143.2rem;
  width: 100%;
  padding: 0 1.6rem;
  margin: auto;
}
.container.product .common_tit_wrap {
  text-align: center;
}
.container.product .common_tit_wrap .content_wrap h3 {
  font-size: 5rem;
  font-weight: 700;
  color: #2e2e2e;
}
.container.product .common_tit_wrap .content_wrap h4 {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #8b8b8b;
}
.container.product#productSearch {
  margin-bottom: 10rem;
  padding-top: 24.9rem;
}
.container.product#productSearch .common_tit_wrap .content_wrap .btn_wrap {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 4rem auto 0;
}
.container.product#productSearch .common_tit_wrap .content_wrap .btn_wrap .btn_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19.1rem;
  height: 5rem;
  background-color: #eeeeee;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #3e3e3e;
}
.container.product#productSearch .common_tit_wrap .content_wrap .btn_wrap .btn_link.active {
  background-color: #000;
  color: #fff;
}
.container.product#productSearch .product_wrap {
  margin-top: 6rem;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item {
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem 3rem;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_btn .accordion_tit {
  font-size: 1.6rem;
  font-weight: 700;
  color: #717171;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_btn .accordion_icon {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_btn .accordion_icon::before {
  content: "열기";
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  color: #565656;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_btn .accordion_icon::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/sub/product/ic_accordion_arrow.svg) no-repeat center/cover;
  transform: rotate(180deg);
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_btn.active .accordion_icon::before {
  content: "접기";
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_btn.active .accordion_icon::after {
  transform: rotate(0);
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content {
  display: none;
  padding: 1rem 3rem 3rem;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content.active {
  display: block;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .prduct_search {
  margin-bottom: 3rem;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .prduct_search .tit {
  position: relative;
  margin-bottom: 2.4rem;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #e5e5e5;
  font-size: 1.6rem;
  font-weight: 700;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .prduct_search .tit::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 7.3rem;
  height: 0.3rem;
  background-color: #000;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .prduct_search .flex_box {
  display: flex;
  gap: 3rem;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .prduct_search .flex_box .search_box {
  flex: 1;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .prduct_search .flex_box .search_box .label_txt {
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #565656;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .prduct_search .flex_box .search_box .search_group {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding: 0 1.6rem 0 2rem;
  background-color: #eeeeee;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .prduct_search .flex_box .search_box .search_group input {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  color: #717171;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .prduct_search .flex_box .search_box .search_group input::placeholder {
  color: #717171;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .prduct_search .flex_box .search_box .search_group .btn_search {
  flex-shrink: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon/ic_search.svg) no-repeat center/cover;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .prduct_search .flex_box .initial_search {
  flex: 1;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .prduct_search .flex_box .initial_search .label_txt {
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #565656;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .prduct_search .flex_box .initial_search .btn_wrap {
  display: flex;
  gap: 0.6rem;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .prduct_search .flex_box .initial_search .btn_wrap .btn_initial {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.7rem;
  height: 3.7rem;
  background-color: #eeeeee;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #3e3e3e;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .flex_box {
  display: flex;
  gap: 3rem;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .flex_box .category_search {
  flex: 1;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .flex_box .category_search .tit {
  position: relative;
  margin-bottom: 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #e5e5e5;
  font-size: 1.6rem;
  font-weight: 700;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .flex_box .category_search .tit::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 7.3rem;
  height: 0.3rem;
  background-color: #000;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .flex_box .category_search .btn_wrap {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .flex_box .category_search .btn_wrap .btn_category {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  height: 3.7rem;
  padding: 0 2rem;
  background-color: #eeeeee;
  border-radius: 3rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #3e3e3e;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .flex_box .category_search .btn_wrap .btn_category .num {
  color: #e6002d;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .flex_box .efficacy_search {
  flex: 1;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .flex_box .efficacy_search .tit {
  position: relative;
  margin-bottom: 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #e5e5e5;
  font-size: 1.6rem;
  font-weight: 700;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .flex_box .efficacy_search .tit::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 7.3rem;
  height: 0.3rem;
  background-color: #000;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .flex_box .efficacy_search .btn_wrap {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .flex_box .efficacy_search .btn_wrap .btn_efficacy {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  height: 3.7rem;
  padding: 0 2rem;
  background-color: #eeeeee;
  border-radius: 3rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #3e3e3e;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .accordion_item .accordion_content .flex_box .efficacy_search .btn_wrap .btn_efficacy .num {
  color: #e6002d;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .result_wrap {
  margin-top: 3rem;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .result_wrap .total_num {
  font-size: 1.4rem;
  font-weight: 500;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .result_wrap .total_num .num {
  color: #e6002d;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .result_wrap .result_list {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
  margin-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .result_wrap .result_list .btn_product {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: calc((100% - 4.8rem) / 4);
  height: 35.4rem;
  padding: 1rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .result_wrap .result_list .btn_product .logo_wrap {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 6.6rem;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .result_wrap .result_list .btn_product .logo_wrap img {
  width: 100%;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .result_wrap .result_list .btn_product .img_wrap {
  display: block;
  width: 26rem;
  height: 26rem;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .result_wrap .result_list .btn_product .img_wrap img {
  width: 100%;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .result_wrap .result_list .btn_product .txt_wrap .tit {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .result_wrap .result_list .btn_product .txt_wrap .category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 2.2rem;
  margin: auto;
  padding: 0 0.8rem;
  border-radius: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .result_wrap .result_list .btn_product .txt_wrap .category.green {
  background-color: #11b365;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .result_wrap .result_list .btn_product .txt_wrap .category.blue {
  background-color: #2c89d8;
}
.container.product#productSearch .product_wrap .content_wrap .filter_wrap .result_wrap .result_list .btn_product .txt_wrap .category.red {
  background-color: #e43c3f;
}
.container.product#productInfo {
  margin-bottom: 10rem;
  padding-top: 24.9rem;
}
.container.product#productInfo .common_tit_wrap .content_wrap .btn_wrap {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 4rem auto 0;
}
.container.product#productInfo .common_tit_wrap .content_wrap .btn_wrap .btn_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19.1rem;
  height: 5rem;
  background-color: #eeeeee;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #3e3e3e;
}
.container.product#productInfo .common_tit_wrap .content_wrap .btn_wrap .btn_link.active {
  background-color: #000;
  color: #fff;
}
.container.product#productInfo .tab_toal_wrap {
  margin-top: 6rem;
}
.container.product#productInfo .tab_toal_wrap .content_wrap .tab_btn_wrap {
  display: flex;
  gap: 3.3rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
.container.product#productInfo .tab_toal_wrap .content_wrap .tab_btn_wrap .btn_tab {
  opacity: 0.3;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}
.container.product#productInfo .tab_toal_wrap .content_wrap .tab_btn_wrap .btn_tab ~ .btn_tab::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: -1.6rem;
  width: 0.1rem;
  height: 1.2rem;
  background-color: #e5e5e5;
}
.container.product#productInfo .tab_toal_wrap .content_wrap .tab_btn_wrap .btn_tab.active {
  opacity: 1;
}
.container.product#productInfo .tab_toal_wrap .content_wrap .tab_btn_wrap .btn_tab.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1.7rem;
  width: 100%;
  height: 0.3rem;
  background-color: #000;
}
.container.product#productInfo .tab_toal_wrap .content_wrap .tab_contents {
  margin-top: 1.6rem;
}
.container.product#productInfo .tab_toal_wrap .content_wrap .tab_contents .tab_content {
  display: none;
}
.container.product#productInfo .tab_toal_wrap .content_wrap .tab_contents .tab_content.active {
  display: block;
}
.container.product#productInfo .tab_toal_wrap .content_wrap .tab_contents .tab_content .table_wrap table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.container.product#productInfo .tab_toal_wrap .content_wrap .tab_contents .tab_content .table_wrap table thead tr {
  height: 3.2rem;
}
.container.product#productInfo .tab_toal_wrap .content_wrap .tab_contents .tab_content .table_wrap table thead tr th {
  overflow: hidden;
  background-color: #eeeeee;
  border-top: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
  font-size: 1.3rem;
  font-weight: 500;
  color: #717171;
  text-align: center;
}
.container.product#productInfo .tab_toal_wrap .content_wrap .tab_contents .tab_content .table_wrap table thead tr th:first-child {
  padding-left: 1rem;
  border-left: 0.1rem solid #e5e5e5;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.container.product#productInfo .tab_toal_wrap .content_wrap .tab_contents .tab_content .table_wrap table thead tr th:last-child {
  padding-right: 1rem;
  border-right: 0.1rem solid #e5e5e5;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.container.product#productInfo .tab_toal_wrap .content_wrap .tab_contents .tab_content .table_wrap table thead tr th.tit {
  padding: 0 2rem;
  text-align: left;
}
.container.product#productInfo .tab_toal_wrap .content_wrap .tab_contents .tab_content .table_wrap table tbody tr td {
  padding: 2rem 0 2rem;
  border-bottom: 0.1rem solid #ededed;
  font-size: 1.5rem;
  font-weight: 500;
  color: #3e3e3e;
  text-align: center;
  vertical-align: text-top;
}
.container.product#productInfo .tab_toal_wrap .content_wrap .tab_contents .tab_content .table_wrap table tbody tr td:first-child {
  padding-left: 1rem;
}
.container.product#productInfo .tab_toal_wrap .content_wrap .tab_contents .tab_content .table_wrap table tbody tr td:last-child {
  padding-right: 1rem;
}
.container.product#productInfo .tab_toal_wrap .content_wrap .tab_contents .tab_content .table_wrap table tbody tr td.tit {
  padding: 2rem;
  line-height: 2.2rem;
  text-align: left;
}
.container.product#productInfo .tab_toal_wrap .content_wrap .tab_contents .tab_content .table_wrap table tbody tr td.attach .btn_download {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  width: 9.3rem;
  height: 3.6rem;
  margin: auto;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #3e3e3e;
}
.container.product#productInfo .tab_toal_wrap .content_wrap .tab_contents .tab_content .table_wrap table tbody tr td.attach .btn_download::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/product/ic_file.svg) no-repeat center/cover;
}
.container.product#globalNews {
  margin-bottom: 10rem;
  padding-top: 24.9rem;
}
.container.product#globalNews .search_wrap .content_wrap .common_search_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 6rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
.container.product#globalNews .search_wrap .content_wrap .common_search_wrap .total_num {
  font-size: 1.4rem;
  font-weight: 500;
}
.container.product#globalNews .search_wrap .content_wrap .common_search_wrap .total_num .num {
  color: #e6002d;
}
.container.product#globalNews .search_wrap .content_wrap .common_search_wrap .search_group {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 33%;
  max-width: 44.7rem;
  height: 5rem;
  padding: 0 1.6rem 0 2rem;
  background-color: #eeeeee;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
}
.container.product#globalNews .search_wrap .content_wrap .common_search_wrap .search_group input {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  color: #717171;
}
.container.product#globalNews .search_wrap .content_wrap .common_search_wrap .search_group input::placeholder {
  color: #717171;
}
.container.product#globalNews .search_wrap .content_wrap .common_search_wrap .search_group .btn_search {
  flex-shrink: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon/ic_search.svg) no-repeat center/cover;
}
.container.product#globalNews .news_wrap {
  margin-top: 3rem;
}
.container.product#globalNews .news_wrap .content_wrap .news_list {
  display: flex;
  gap: 3rem 1.6rem;
  flex-wrap: wrap;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
.container.product#globalNews .news_wrap .content_wrap .news_list .btn_news {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  width: calc((100% - 3.2rem) / 3);
}
.container.product#globalNews .news_wrap .content_wrap .news_list .btn_news .img_wrap {
  overflow: hidden;
  border-radius: 1rem;
}
.container.product#globalNews .news_wrap .content_wrap .news_list .btn_news .img_wrap img {
  width: 100%;
}
.container.product#globalNews .news_wrap .content_wrap .news_list .btn_news .txt_wrap .tit {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container.product#globalNews .news_wrap .content_wrap .news_list .btn_news .txt_wrap .desc {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2rem;
  color: #8b8b8b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container.product#globalNews .news_wrap .content_wrap .news_list .btn_news .txt_wrap .date {
  display: block;
  margin-top: 1.6rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #717171;
}
.container.product#globalNewsDetail {
  margin-bottom: 10rem;
  padding-top: 22.9rem;
}
.container.product#globalNewsDetail .back_wrap .content_wrap {
  position: relative;
  padding-bottom: 3rem;
}
.container.product#globalNewsDetail .back_wrap .content_wrap .btn_back {
  display: flex;
  gap: 0.8rem;
  width: max-content;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2e2e2e;
}
.container.product#globalNewsDetail .global_detail_wrap .content_wrap .detail_tit_wrap {
  margin-bottom: 3rem;
  padding: 5rem 0;
  border-top: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
  text-align: center;
}
.container.product#globalNewsDetail .global_detail_wrap .content_wrap .detail_tit_wrap .tit_type {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #e6002d;
}
.container.product#globalNewsDetail .global_detail_wrap .content_wrap .detail_tit_wrap .tit {
  padding: 0 1rem;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 5.2rem;
  color: #2e2e2e;
}
.container.product#globalNewsDetail .global_detail_wrap .content_wrap .img_wrap {
  max-width: 80rem;
  margin: 0 auto;
  border-radius: 1rem;
}
.container.product#globalNewsDetail .global_detail_wrap .content_wrap .img_wrap img {
  width: 100%;
}
.container.product#globalNewsDetail .global_detail_wrap .content_wrap .txt_wrap {
  margin-bottom: 3rem;
  padding-bottom: 5rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
.container.product#globalNewsDetail .global_detail_wrap .content_wrap .txt_wrap .txt {
  max-width: 80rem;
  margin: 3rem auto 6rem;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 3rem;
  color: #3e3e3e;
}
.container.product#globalNewsDetail .global_detail_wrap .content_wrap .txt_wrap .info_box {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  padding: 1.6rem 2rem;
  background-color: #f6eef0;
  border-radius: 2rem;
}
.container.product#globalNewsDetail .global_detail_wrap .content_wrap .txt_wrap .info_box .info_tit {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ea3256;
}
.container.product#globalNewsDetail .global_detail_wrap .content_wrap .txt_wrap .info_box .info_txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
  color: #3e3e3e;
}

#wrap .member-group {
  padding: 0;
  background-color: transparent;
  border: none;
}
#wrap .member-group p {
  text-align: left;
}
#wrap .container.login,
#wrap .container_renewal.login {
  max-width: none !important;
  width: 100%;
  padding: 0;
  margin-bottom: 4.8rem;
  /* 로그인 */
  /* 계정 가이드 */
  /* 비밀번호 재설정 */
  /* 회원가입 */
}
#wrap .container.login .content_wrap,
#wrap .container_renewal.login .content_wrap {
  max-width: 156rem;
  width: 100%;
  padding: 0 8rem;
  margin: auto;
}
#wrap .container.login .common_login_wrap,
#wrap .container_renewal.login .common_login_wrap {
  display: flex;
  align-items: center;
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
  padding-top: 2rem;
}
#wrap .container.login .common_login_wrap .content_wrap,
#wrap .container_renewal.login .common_login_wrap .content_wrap {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}
#wrap .container.login .common_login_wrap .content_wrap .left_wrap,
#wrap .container_renewal.login .common_login_wrap .content_wrap .left_wrap {
  position: relative;
  z-index: 1;
}
#wrap .container.login .common_login_wrap .content_wrap .left_wrap .logo,
#wrap .container_renewal.login .common_login_wrap .content_wrap .left_wrap .logo {
  position: static;
  float: none;
  margin-top: 0;
}
#wrap .container.login .common_login_wrap .content_wrap .left_wrap .common_tit,
#wrap .container_renewal.login .common_login_wrap .content_wrap .left_wrap .common_tit {
  margin-top: 4rem;
  font-size: 5rem;
  font-weight: 700;
  color: #2e2e2e;
}
#wrap .container.login .common_login_wrap .content_wrap .left_wrap .common_desc,
#wrap .container_renewal.login .common_login_wrap .content_wrap .left_wrap .common_desc {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  color: #2e2e2e;
}
#wrap .container.login .common_login_wrap .deco01,
#wrap .container_renewal.login .common_login_wrap .deco01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50.8rem;
}
#wrap .container.login .common_login_wrap .deco02,
#wrap .container_renewal.login .common_login_wrap .deco02 {
  position: absolute;
  left: 36rem;
  bottom: 9.3rem;
  width: 19.4rem;
  animation: decoFloatUpDown 3.6s ease-in-out infinite;
  animation-delay: 0.4s;
}
#wrap .container.login .common_login_wrap .deco03,
#wrap .container_renewal.login .common_login_wrap .deco03 {
  position: absolute;
  left: 26rem;
  bottom: 17.8rem;
  width: 19.7rem;
  animation: decoFloatUpDown 2.8s ease-in-out infinite;
  animation-delay: 0.1s;
}
@keyframes decoFloatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2rem);
  }
}
#wrap .container.login#login,
#wrap .container_renewal.login#login {
  height: calc(var(--vh, 1vh) * 100);
}
#wrap .container.login#login .login_wrap,
#wrap .container_renewal.login#login .login_wrap {
  height: 100%;
}
#wrap .container.login#login .login_wrap .loginSwiper,
#wrap .container_renewal.login#login .login_wrap .loginSwiper {
  position: relative;
  width: 100%;
  height: 100%;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container {
  height: 100%;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper {
  height: 100%;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .scroll_down,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .scroll_down {
  position: absolute;
  top: 79vh;
  left: 50%;
  transform: translateX(-50%);
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .scroll_down .txt,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .scroll_down .txt {
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #2e2e2e;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .scroll_down .icon_wrap,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .scroll_down .icon_wrap {
  display: flex;
  gap: 0.2rem;
  flex-direction: column;
  align-items: center;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .scroll_down .icon_wrap .icon_arrow,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .scroll_down .icon_wrap .icon_arrow {
  width: 1.5rem;
  height: 0.9rem;
  background: url(../images/sub/join/login_scroll_arrow.svg) no-repeat center/contain;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .scroll_down .icon_wrap .icon_arrow:nth-child(odd),
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .scroll_down .icon_wrap .icon_arrow:nth-child(odd) {
  animation: arrowAnimation 0.8s ease infinite alternate;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .scroll_down .icon_wrap .icon_arrow:nth-child(even),
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .scroll_down .icon_wrap .icon_arrow:nth-child(even) {
  animation: arrowAnimation 0.8s ease infinite alternate 0.2s;
}
@keyframes arrowAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box {
  position: relative;
  height: 100%;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box::after,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100vw;
  width: 192rem;
  max-height: 69.6rem;
  height: 65vh;
  background: url(../images/sub/join/login_bg.png) no-repeat center bottom/contain;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 100%;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .left_box,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .left_box {
  max-height: 71rem;
  height: 72vh;
  margin: 0 auto;
  padding-top: 1.6rem;
  text-align: center;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .left_box .logo,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .left_box .logo {
  position: static;
  float: none;
  margin-top: 0;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .left_box .tit,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .left_box .tit {
  margin-top: 3rem;
  font-size: 5.2rem;
  font-weight: 800;
  line-height: 6.2rem;
  letter-spacing: -0.02em;
  color: transparent;
  background: linear-gradient(99.96deg, #2e2e2f 28.17%, #dc0027 120.52%);
  background-clip: text;
  -webkit-background-clip: text;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50rem;
  width: 100%;
  max-height: 70rem;
  height: 86vh;
  background-color: #fff;
  box-shadow: 0 0.1rem 3rem 0 rgba(0, 0, 0, 0.06);
  border-radius: 3rem;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .sub_tit,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .sub_tit {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #2e2e2e;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .tit,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .tit {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #2e2e2e;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box form,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box form {
  max-width: 36rem;
  width: 100%;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .input_group,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .input_group {
  max-width: 36rem;
  width: 100%;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .input_group ~ .input_group,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .input_group ~ .input_group {
  margin-top: 1.6rem;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .input_group label,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .input_group label {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #565656;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .input_group input,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .input_group input {
  width: 100%;
  height: 5rem;
  padding: 0 1.6rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
  font-family: "Pretendard", sans-serif !important;
  font-size: 1.4rem;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .checkbox_group,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .checkbox_group {
  margin-top: 1.6rem;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .checkbox_group input[type=checkbox],
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .checkbox_group input[type=checkbox] {
  display: none;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .checkbox_group input[type=checkbox]:checked ~ label::before,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .checkbox_group input[type=checkbox]:checked ~ label::before {
  background-image: url(../images/sub/join/login_checkbox_active.svg);
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .checkbox_group label,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .checkbox_group label {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #565656;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .checkbox_group label::before,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .checkbox_group label::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/sub/join/login_checkbox.svg) no-repeat center/cover;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .btn_login,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .btn_login {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 36rem;
  width: 100%;
  height: 5rem;
  margin-top: 2rem;
  background-color: #e6002d;
  border-radius: 6rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .link_wrap,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .link_wrap {
  display: flex;
  gap: 3.3rem;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .link_wrap::after,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .link_wrap::after {
  display: none;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .link_wrap .btn_link,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .link_wrap .btn_link {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  color: #565656;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .link_wrap .btn_link ~ .btn_link::before,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .link_wrap .btn_link ~ .btn_link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: -1.6rem;
  width: 0.1rem;
  height: 1rem;
  background-color: #dfe1e8;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .find_account,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .find_account {
  position: relative;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .find_account::before,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .find_account::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #dfe1e8;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .find_account .txt,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .find_account .txt {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  max-width: max-content;
  margin: 5rem auto 0;
  padding: 0 0.4rem;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .find_account .btn_find_account,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .find_account .btn_find_account {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  margin-top: 2rem;
  background-color: #eeeeee;
  border-radius: 6rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #717171;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box.is_active .content_wrap .login_box,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box.is_active .content_wrap .login_box {
  animation: slideUp 0.8s ease-out both;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap.first,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap.first {
  background: linear-gradient(180deg, #fafafa 0%, #fbe0e0 100%);
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap.second,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap.second {
  background: linear-gradient(180deg, #fafafa 0%, #eee7da 100%);
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap {
  transform: translateY(-3vh);
  max-width: 130.7rem;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .logo,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .logo {
  position: static;
  float: none;
  margin-top: 0;
  margin-bottom: 4rem;
  text-align: center;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list {
  display: flex;
  gap: 3rem;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li {
  flex: 1;
  opacity: 0;
  transform: translateY(6rem);
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 56rem;
  height: 60vh;
  background-color: #fff;
  border-radius: 3rem;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .img_wrap,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .img_wrap {
  overflow: hidden;
  position: relative;
  max-height: 34.3rem;
  height: 37vh;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .img_wrap img,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  width: 35.2rem;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .img_wrap.bg_red,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .img_wrap.bg_red {
  background-color: #f25d64;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .img_wrap.bg_orange,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .img_wrap.bg_orange {
  background-color: #ff924a;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .img_wrap.bg_purple,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .img_wrap.bg_purple {
  background-color: #d594f6;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .img_wrap.bg_green,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .img_wrap.bg_green {
  background-color: #55bf67;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .img_wrap.bg_blue,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .img_wrap.bg_blue {
  background-color: #89c2ed;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .img_wrap.bg_yellow,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .img_wrap.bg_yellow {
  background-color: #f8c440;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap {
  margin: auto;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .tit,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .tit {
  display: block;
  margin-bottom: 1.4rem;
  font-size: 3.4rem;
  font-weight: 700;
  color: #2e2e2e;
  text-align: center;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .desc,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .desc {
  display: block;
  margin: 0 auto 2.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #2e2e2e;
  text-align: center;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .type_wrap,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .type_wrap {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 3rem;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .type_wrap .type,
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .type_wrap .mobile_type,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .type_wrap .type,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .type_wrap .mobile_type {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.4rem;
  padding: 0 0.8rem;
  background-color: #e5e5e5;
  border-radius: 3rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #868686;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .type_wrap .mobile_type,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .type_wrap .mobile_type {
  display: none;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap.is_active .content_wrap .category_list li,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap.is_active .content_wrap .category_list li {
  animation: fadeSlideUp 0.6s ease-out forwards;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap.is_active .content_wrap .category_list li:nth-child(2),
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap.is_active .content_wrap .category_list li:nth-child(2) {
  animation-delay: 0.2s;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap.is_active .content_wrap .category_list li:nth-child(3),
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap.is_active .content_wrap .category_list li:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(6rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  height: 100vh;
  background: url(../images/sub/join/login_last_bg.png) no-repeat center bottom/cover;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap {
  margin: 0 auto;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .tit_wrap,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .tit_wrap {
  margin-bottom: 5.5vh;
  text-align: center;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .tit_wrap .desc,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .tit_wrap .desc {
  margin-bottom: 1.8vh;
  font-size: 2.4rem;
  font-weight: 700;
  color: #2e2e2e;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .tit_wrap .tit,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .tit_wrap .tit {
  font-size: 5.2rem;
  font-weight: 800;
  line-height: 6.2rem;
  letter-spacing: -0.02em;
  color: transparent;
  background: linear-gradient(99.96deg, #2e2e2f 28.17%, #dc0027 120.52%);
  background-clip: text;
  -webkit-background-clip: text;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box {
  position: relative;
  z-index: 1;
  max-width: 50rem;
  width: 100%;
  max-height: 71rem;
  height: 66vh;
  margin: 0 auto;
  padding: 3.6rem 7rem;
  background-color: #fff;
  border-radius: 3rem 3rem 0 0;
  box-shadow: 0 0.1rem 3rem 0 rgba(0, 0, 0, 0.06);
  text-align: center;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .logo,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .logo {
  position: static;
  float: none;
  margin-top: 0;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .btn_join,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .btn_join {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  margin-top: 4.2rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 6rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #717171;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .btn_login,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .btn_login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  margin-top: 1.6rem;
  background-color: #e6002d;
  border-radius: 6rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .find_account,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .find_account {
  position: relative;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .find_account::before,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .find_account::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #dfe1e8;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .find_account .txt,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .find_account .txt {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  max-width: max-content;
  margin: 5rem auto 0;
  padding: 0 0.4rem;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .find_account .btn_find_account,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .find_account .btn_find_account {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  margin-top: 2rem;
  background-color: #eeeeee;
  border-radius: 6rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #717171;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .deco01,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .deco01 {
  position: absolute;
  top: 23rem;
  right: -17.2rem;
  width: 12.6rem;
  animation: decoFloatUpDown 3s ease-in-out infinite;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .deco02,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .deco02 {
  position: absolute;
  top: 26.2rem;
  right: -28.8rem;
  width: 18.5rem;
  animation: decoFloatUpDown 2.4s ease-in-out infinite;
  animation-delay: 0.2s;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .deco03,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .deco03 {
  position: absolute;
  bottom: 2.2rem;
  right: -12.4rem;
  width: 19.7rem;
  animation: decoFloatUpDown 3.6s ease-in-out infinite;
  animation-delay: 0.4s;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .deco05,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .deco05 {
  position: absolute;
  bottom: 5rem;
  left: -11rem;
  width: 21rem;
  animation: decoFloatUpDown 2.8s ease-in-out infinite;
  animation-delay: 0.1s;
}
@keyframes decoFloatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .deco_under_wrap,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .deco_under_wrap {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-width: 80rem;
  width: 100%;
  height: 61rem;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .deco_under_wrap .deco04,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .deco_under_wrap .deco04 {
  position: absolute;
  bottom: 0;
  right: -7rem;
  width: 19.4rem;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .deco_under_wrap .deco06,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .deco_under_wrap .deco06 {
  position: absolute;
  bottom: 0;
  left: -10rem;
  width: 34.1rem;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .deco_under_wrap .deco07,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .deco_under_wrap .deco07 {
  position: absolute;
  bottom: 0;
  left: -20rem;
  width: 25rem;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .scrollable,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .scrollable {
  overflow-y: auto;
  max-height: 100vh;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .scrollable::-webkit-scrollbar,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .scrollable::-webkit-scrollbar {
  display: none;
}
#wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide:last-child {
  height: auto !important;
}
#wrap .container.login#login .login_wrap .loginSwiper .pagination_box,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .pagination_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: calc(50% - 72rem);
  transform: translateY(-50%);
  z-index: 1;
  width: 2.8rem;
  height: 7.6rem;
  background-color: #fafafa;
  box-shadow: 0 0.1rem 3rem 0 rgba(0, 0, 0, 0.06);
  border-radius: 3rem;
}
#wrap .container.login#login .login_wrap .loginSwiper .pagination_box .swiper-pagination,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .pagination_box .swiper-pagination {
  display: flex;
  gap: 0.4rem;
  flex-direction: column;
  position: static;
  transform: translate(0);
}
#wrap .container.login#login .login_wrap .loginSwiper .pagination_box .swiper-pagination-bullet,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .pagination_box .swiper-pagination-bullet {
  opacity: 1;
  transition: all 0.4s;
  width: 0.4rem !important;
  height: 0.4rem !important;
  margin: 0;
  background-color: #d9d9d9;
  border: none !important;
}
#wrap .container.login#login .login_wrap .loginSwiper .pagination_box .swiper-pagination-bullet-active,
#wrap .container_renewal.login#login .login_wrap .loginSwiper .pagination_box .swiper-pagination-bullet-active {
  height: 1.2rem !important;
  background-color: #444444;
  border-radius: 2rem;
}
#wrap .container.login#login .login_wrap .modal-content,
#wrap .container_renewal.login#login .login_wrap .modal-content {
  background-color: #fff;
}
#wrap .container.login#login .login_wrap .modal-content .modal-title,
#wrap .container_renewal.login#login .login_wrap .modal-content .modal-title {
  font-size: 1.8rem;
}
#wrap .container.login#login .login_wrap .modal-content .btn-close,
#wrap .container_renewal.login#login .login_wrap .modal-content .btn-close {
  width: 0.9rem;
  height: 0.9rem;
  background-size: cover;
}
#wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box,
#wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box {
  overflow-y: auto;
  position: relative;
  z-index: 1;
  width: 82rem;
  max-height: 72.5rem;
  height: 92vh;
  padding-bottom: 2rem;
  background-color: #fff;
  box-shadow: 0 0.1rem 3rem 0 rgba(0, 0, 0, 0.06);
  border-radius: 3rem;
}
#wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box::-webkit-scrollbar,
#wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box::-webkit-scrollbar {
  width: 0.3rem;
}
#wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box::-webkit-scrollbar-thumb,
#wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 3rem;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  background-clip: padding-box;
}
#wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list,
#wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list {
  display: flex;
  gap: 6rem;
  justify-content: center;
  padding-top: 4rem;
}
#wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list::after,
#wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list::after {
  display: none;
}
#wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li ~ li,
#wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li ~ li {
  position: relative;
}
#wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li ~ li::before,
#wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li ~ li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -3rem;
  width: 0.1rem;
  height: 100%;
  background-color: #e5e5e5;
}
#wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_info,
#wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_info {
  margin-bottom: 2.8rem;
}
#wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_info .guide_user,
#wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_info .guide_user {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #e6002d;
  text-align: center;
}
#wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_info .img_wrap,
#wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_info .img_wrap {
  width: 18rem;
  height: 18rem;
  margin: auto;
}
#wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd,
#wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd {
  display: flex;
  gap: 3rem;
  flex-direction: column;
  width: 33.9rem;
  height: 29.4rem;
  padding: 3rem;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
}
#wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd .guide_box.guide_id,
#wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd .guide_box.guide_id {
  height: 9.2rem;
}
#wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd .guide_box .point,
#wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd .guide_box .point {
  margin-bottom: 0.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #e6002d;
}
#wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd .guide_box .guide_tit,
#wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd .guide_box .guide_tit {
  margin-bottom: 0.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.5rem;
  letter-spacing: -0.02em;
  color: #2e2e2e;
}
#wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd .guide_box .guide_desc,
#wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd .guide_box .guide_desc {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  color: #8b8b8b;
}
#wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd .guide_box .guide_desc span,
#wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd .guide_box .guide_desc span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  color: #8b8b8b;
}
#wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .btn_wrap,
#wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .btn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4.4rem;
  padding: 0 4rem;
}
#wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .btn_wrap .btn_go_login,
#wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .btn_wrap .btn_go_login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23rem;
  height: 5rem;
  background-color: #eeeeee;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .btn_wrap .find_pwd,
#wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .btn_wrap .find_pwd {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
#wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .btn_wrap .find_pwd .pwd_desc,
#wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .btn_wrap .find_pwd .pwd_desc {
  font-size: 1.4rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .btn_wrap .find_pwd .btn_find_pwd,
#wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .btn_wrap .find_pwd .btn_find_pwd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 5rem;
  background-color: #e6002d;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap {
  overflow-y: auto;
  position: relative;
  z-index: 1;
  width: 82rem;
  max-height: 72.5rem;
  height: 92vh;
  padding: 4rem 4rem 2rem;
  background-color: #fff;
  box-shadow: 0 0.1rem 3rem 0 rgba(0, 0, 0, 0.06);
  border-radius: 3rem;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap::-webkit-scrollbar,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap::-webkit-scrollbar {
  width: 0.3rem;
  border-left: none;
  background-color: transparent;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap::-webkit-scrollbar-thumb,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 3rem;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  background-clip: padding-box;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_btn_wrap,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_btn_wrap {
  display: flex;
  height: 3.6rem;
  margin-bottom: 4rem;
  border-bottom: 0.1rem solid #ededed;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_btn_wrap .btn_tab,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_btn_wrap .btn_tab {
  flex: 1;
  opacity: 0.3;
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_btn_wrap .btn_tab ~ .btn_tab::before,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_btn_wrap .btn_tab ~ .btn_tab::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 0.1rem;
  height: 1.2rem;
  background-color: #e5e5e5;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_btn_wrap .btn_tab.active,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_btn_wrap .btn_tab.active {
  opacity: 1;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_btn_wrap .btn_tab.active::after,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_btn_wrap .btn_tab.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 100%;
  height: 0.3rem;
  background-color: #000;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content {
  display: none;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content.active,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content.active {
  display: block;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group {
  display: flex;
  gap: 0.8rem 1rem;
  flex-wrap: wrap;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group ~ .input_group,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group ~ .input_group {
  margin-top: 2rem;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group label,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group label {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #565656;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group label .essential,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group label .essential {
  color: #e6002d;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group input,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group input {
  display: block;
  width: 100%;
  height: 5rem;
  padding: 0 1.6rem;
  background-color: #fff;
  border-radius: 1rem;
  border: 0.1rem solid #e5e5e5;
  font-family: "Pretendard", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 500;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group input::placeholder,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group input::placeholder {
  color: #ababab;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group .btn_verification,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group .btn_verification {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 5rem;
  background-color: #3c3c3c;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group .btn_verification span,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group .btn_verification span {
  color: #fff;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group.phone_wrap input,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group.phone_wrap input {
  max-width: 14.2rem;
  text-align: center;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group.verification_wrap input, #wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group.email_wrap input,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group.verification_wrap input,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group.email_wrap input {
  max-width: 44.6rem;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .btn_wrap,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .btn_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 7rem;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .btn_wrap .btn_cancle,
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .btn_wrap .btn_confirm,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .btn_wrap .btn_cancle,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .btn_wrap .btn_confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 5rem;
  background-color: #eeeeee;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .btn_wrap .btn_confirm,
#wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .btn_wrap .btn_confirm {
  background-color: #e6002d;
  color: #fff;
}
#wrap .container.login#join .common_login_wrap .content_wrap .join_wrap,
#wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap {
  overflow-y: auto;
  position: relative;
  z-index: 1;
  width: 82rem;
  max-height: 72.5rem;
  height: 92vh;
  padding: 4rem 4rem 2rem;
  background-color: #fff;
  border-radius: 3rem;
  box-shadow: 0 0.1rem 3rem 0 rgba(0, 0, 0, 0.06);
}
#wrap .container.login#join .common_login_wrap .content_wrap .join_wrap::-webkit-scrollbar,
#wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap::-webkit-scrollbar {
  width: 0.3rem;
}
#wrap .container.login#join .common_login_wrap .content_wrap .join_wrap::-webkit-scrollbar-thumb,
#wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 3rem;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  background-clip: padding-box;
}
#wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step .step_num,
#wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step .step_num {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #e6002d;
}
#wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step .step_tit,
#wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step .step_tit {
  margin-bottom: 1.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.4rem;
  color: #2e2e2e;
}
#wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step .step_desc,
#wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step .step_desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  color: #8b8b8b;
}
#wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step .input_group,
#wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step .input_group {
  display: flex;
  gap: 0.8rem 1rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}
#wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step .input_group ~ .input_group,
#wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step .input_group ~ .input_group {
  margin-top: 2rem;
}
#wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step .input_group label,
#wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step .input_group label {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #565656;
}
#wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step .input_group label .essential,
#wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step .input_group label .essential {
  color: #e6002d;
}
#wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step .input_group input,
#wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step .input_group input {
  max-width: 44.7rem;
  width: 100%;
  height: 5rem;
  padding: 0 1.6rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
  font-family: "Pretendard", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 500;
}
#wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step .input_group input::placeholder,
#wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step .input_group input::placeholder {
  color: #ababab;
}
#wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step .input_group.phone_wrap input,
#wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step .input_group.phone_wrap input {
  max-width: 14.2rem;
  text-align: center;
}
#wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step.first,
#wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step.first {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step.first .btn_phone_verification,
#wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step.first .btn_phone_verification {
  display: flex;
  gap: 0.4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20.8rem;
  height: 8rem;
  background-color: #3c3c3c;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step.first .btn_phone_verification::before,
#wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step.first .btn_phone_verification::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/sub/join/join_verification.svg) no-repeat center/cover;
}
#wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .btn_wrap,
#wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .btn_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
#wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .btn_wrap .btn_go_login,
#wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .btn_wrap .btn_go_login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23rem;
  height: 5rem;
  background-color: #eeeeee;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .btn_wrap .btn_confirm,
#wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .btn_wrap .btn_confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 5rem;
  background-color: #e6002d;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 1280px) and (max-height: 1000px) {
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .scroll_down,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .scroll_down {
    top: 84vh;
  }
}
@media (max-width: 1280px) {
  #wrap .container.login .common_login_wrap .content_wrap .left_wrap .common_desc,
  #wrap .container_renewal.login .common_login_wrap .content_wrap .left_wrap .common_desc {
    font-size: 1.6rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list {
    gap: 1rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .tit,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .tit {
    font-size: 2rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .desc,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .desc {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box {
    width: 65rem;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list {
    gap: 3rem;
    padding: 4rem 4rem 0;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li {
    flex: 1;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li ~ li::before,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li ~ li::before {
    left: -1.5rem;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd {
    width: 100%;
  }
  #wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap,
  #wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap {
    width: 65rem;
  }
  #wrap .container.login#join .common_login_wrap .content_wrap .join_wrap,
  #wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap {
    width: 65rem;
  }
}
@media (max-width: 1024px) {
  #wrap .container.login .content_wrap,
  #wrap .container_renewal.login .content_wrap {
    padding: 0 1.6rem;
  }
  #wrap .container.login .common_login_wrap,
  #wrap .container_renewal.login .common_login_wrap {
    height: auto;
    padding: 4rem 0;
  }
  #wrap .container.login .common_login_wrap .content_wrap,
  #wrap .container_renewal.login .common_login_wrap .content_wrap {
    gap: 2rem;
    flex-direction: column;
    justify-content: center;
  }
  #wrap .container.login .common_login_wrap .content_wrap .left_wrap,
  #wrap .container_renewal.login .common_login_wrap .content_wrap .left_wrap {
    text-align: center;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box {
    max-width: 40rem;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box {
    overflow: hidden;
    max-width: 65rem;
    width: 100%;
    max-height: none;
    height: auto;
    margin: 0 auto;
  }
  #wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap,
  #wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap {
    overflow: hidden;
    max-width: 65rem;
    width: 100%;
    max-height: none;
    height: auto;
    margin: 0 auto;
  }
  #wrap .container.login#join .common_login_wrap .content_wrap .left_wrap,
  #wrap .container_renewal.login#join .common_login_wrap .content_wrap .left_wrap {
    max-width: 65rem;
    width: 100%;
    margin: 0 auto;
  }
  #wrap .container.login#join .common_login_wrap .content_wrap .join_wrap,
  #wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap {
    overflow: hidden;
    max-width: 65rem;
    width: 100%;
    max-height: none;
    height: auto;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #wrap .container.login .common_login_wrap,
  #wrap .container_renewal.login .common_login_wrap {
    padding: 3rem 0 6rem;
  }
  #wrap .container.login .common_login_wrap .content_wrap,
  #wrap .container_renewal.login .common_login_wrap .content_wrap {
    gap: 3rem;
  }
  #wrap .container.login .common_login_wrap .content_wrap .left_wrap .logo,
  #wrap .container_renewal.login .common_login_wrap .content_wrap .left_wrap .logo {
    display: none;
  }
  #wrap .container.login .common_login_wrap .content_wrap .left_wrap .common_tit,
  #wrap .container_renewal.login .common_login_wrap .content_wrap .left_wrap .common_tit {
    margin-top: 0;
    font-size: 2.8rem;
  }
  #wrap .container.login .common_login_wrap .content_wrap .left_wrap .common_desc,
  #wrap .container_renewal.login .common_login_wrap .content_wrap .left_wrap .common_desc {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  #wrap .container.login .common_login_wrap .deco01,
  #wrap .container.login .common_login_wrap .deco02,
  #wrap .container.login .common_login_wrap .deco03,
  #wrap .container_renewal.login .common_login_wrap .deco01,
  #wrap .container_renewal.login .common_login_wrap .deco02,
  #wrap .container_renewal.login .common_login_wrap .deco03 {
    display: none;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .scroll_down,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .scroll_down {
    display: none;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box::after,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box::after {
    bottom: 40vh;
    min-width: auto;
    width: 100%;
    height: 0;
    padding-bottom: 122.4%;
    background: url(../images/sub/join/login_bg_mo.png) no-repeat center top/cover;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap {
    align-items: flex-end;
    padding-bottom: 6.8rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .left_box,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .left_box {
    display: none;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box {
    overflow: hidden;
    justify-content: flex-start;
    max-width: none;
    width: 100%;
    max-height: none;
    height: 53rem;
    padding: 4rem 3rem 3rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .sub_tit,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .sub_tit {
    margin-bottom: 3rem;
    font-size: 2.2rem;
    font-weight: 700;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .tit,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .tit {
    display: none;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box form,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box form {
    max-width: none;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .input_group,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .input_group {
    max-width: none;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .input_group ~ .input_group,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .input_group ~ .input_group {
    margin-top: 1rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .input_group input,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .input_group input {
    height: 4.6rem;
    padding: 0 1.4rem;
    font-size: 1.4rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .checkbox_group,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .checkbox_group {
    margin-top: 1rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .btn_login,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .btn_login {
    max-width: none;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .find_account .txt,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .find_account .txt {
    margin-top: 3rem;
    padding: 0 1.6rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .find_account .btn_find_account,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .login_total_box .content_wrap .login_box .find_account .btn_find_account {
    margin-top: 2rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .logo,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .logo {
    margin-bottom: 3rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .logo img,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .logo img {
    width: 7rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list {
    flex-direction: column;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li {
    flex: none;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category {
    flex-direction: row;
    width: 100%;
    max-height: none;
    height: auto;
    min-height: 15.6rem;
    box-shadow: 0 0.1rem 3rem 0 rgba(0, 0, 0, 0.04);
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .img_wrap,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .img_wrap {
    width: 13.6rem;
    max-height: none;
    height: auto;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .img_wrap img,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .img_wrap img {
    top: 63%;
    max-width: none;
    width: 172%;
    height: auto;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 2rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .tit,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .tit {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    text-align: left;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .desc,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .desc {
    margin: 0 0 1rem;
    text-align: left;
    word-break: keep-all;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .desc br,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .desc br {
    display: none;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .type_wrap,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .type_wrap {
    gap: 0.2rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: auto;
    padding: 0;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .type_wrap .type,
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .type_wrap .mobile_type,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .type_wrap .type,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .category_wrap .content_wrap .category_list li .btn_category .txt_wrap .type_wrap .mobile_type {
    height: 2.1rem;
    font-size: 1.1rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 5rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .tit_wrap,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .tit_wrap {
    position: relative;
    z-index: 2;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .tit_wrap .desc,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .tit_wrap .desc {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .tit_wrap .tit,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .tit_wrap .tit {
    font-size: 2.8rem;
    line-height: normal;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box {
    max-width: none;
    max-height: none;
    height: 52rem;
    padding: 3rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box::after,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 3rem 3rem 0 0;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .deco01,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .deco01 {
    top: -8rem;
    left: 0.8rem;
    right: auto;
    z-index: 1;
    width: 6.1rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .deco02,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .deco02 {
    opacity: 0.3;
    top: -8rem;
    left: 3rem;
    right: auto;
    width: 14.5rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .deco03,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .deco03 {
    top: -10rem;
    bottom: auto;
    right: 1.5rem;
    z-index: 1;
    width: 12rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .deco05,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .deco05 {
    left: auto;
    right: -2.6rem;
    bottom: 2rem;
    z-index: 1;
    width: 14rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .logo,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .logo {
    position: relative;
    left: 0;
    z-index: 1;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .logo img,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .logo img {
    width: 7rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .btn_join,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .btn_join {
    position: relative;
    z-index: 1;
    margin-top: 3rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .btn_login,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .btn_login {
    position: relative;
    z-index: 1;
    margin-top: 1rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .find_account,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .find_account {
    z-index: 1;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .find_account .txt,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .start_box .find_account .txt {
    margin-top: 3rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .deco_under_wrap .deco04,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .swiper-container .swiper-wrapper .swiper-slide .start_wrap .content_wrap .deco_under_wrap .deco04 {
    top: 4rem;
    bottom: auto;
    right: -1rem;
    transform: rotate(21deg);
    width: 13.3rem;
  }
  #wrap .container.login#login .login_wrap .loginSwiper .pagination_box,
  #wrap .container_renewal.login#login .login_wrap .loginSwiper .pagination_box {
    left: 50%;
    top: auto;
    bottom: 0.6rem;
    transform: translateX(-50%) translateY(0) rotate(-90deg);
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .left_wrap .common_desc,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .left_wrap .common_desc {
    display: none;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box {
    padding: 2rem 1.6rem 3rem;
    background-color: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(1rem);
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list {
    gap: 1.1rem;
    padding: 0;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li {
    flex: 1;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li ~ li::before,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li ~ li::before {
    display: none;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_info,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_info {
    margin-bottom: 2rem;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_info .guide_user,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_info .guide_user {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_info .img_wrap,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_info .img_wrap {
    width: 12rem;
    height: 12rem;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd {
    gap: 2rem;
    width: 100%;
    height: 20.8rem;
    padding: 2rem 1rem 2rem 1.5rem;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd .guide_box.guide_id,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd .guide_box.guide_id {
    flex-shrink: 0;
    height: 6.1rem;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd .guide_box .point,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd .guide_box .point {
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd .guide_box .guide_tit,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd .guide_box .guide_tit {
    margin-bottom: 0.4rem;
    font-size: 1.5rem;
    line-height: 1.8rem;
    letter-spacing: -0.02em;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd .guide_box .guide_desc,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd .guide_box .guide_desc {
    font-size: 1.1rem;
    line-height: 1.3rem;
    word-break: keep-all;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd .guide_box .guide_desc br,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li .guide_id_pwd .guide_box .guide_desc br {
    display: none;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li.guide_doctor .guide_id_pwd .guide_box .guide_desc,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .guide_list li.guide_doctor .guide_id_pwd .guide_box .guide_desc {
    width: 9.7rem;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .btn_wrap,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .btn_wrap {
    gap: 1rem;
    flex-direction: column-reverse;
    margin-top: 2.8rem;
    padding: 0 1.4rem;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .btn_wrap .find_pwd,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .btn_wrap .find_pwd {
    gap: 1rem;
    flex-direction: column;
    width: 100%;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .btn_wrap .find_pwd .pwd_desc,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .btn_wrap .find_pwd .pwd_desc {
    font-size: 1.3rem;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .btn_wrap .find_pwd .btn_find_pwd,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .btn_wrap .find_pwd .btn_find_pwd {
    width: 100%;
    font-size: 1.5rem;
  }
  #wrap .container.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .btn_wrap .btn_go_login,
  #wrap .container_renewal.login#accountGuide .common_login_wrap .content_wrap .account_guide_box .btn_wrap .btn_go_login {
    width: 100%;
    font-size: 1.5rem;
  }
  #wrap .container.login#resetPassword .common_login_wrap .content_wrap .left_wrap .common_desc,
  #wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .left_wrap .common_desc {
    display: none;
  }
  #wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap,
  #wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap {
    padding: 2rem 1.6rem 3rem;
    background-color: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(1rem);
  }
  #wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_btn_wrap,
  #wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_btn_wrap {
    height: 3.2rem;
    margin-bottom: 2rem;
  }
  #wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_btn_wrap .btn_tab,
  #wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_btn_wrap .btn_tab {
    font-size: 1.4rem;
  }
  #wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_btn_wrap .btn_tab ~ .btn_tab::before,
  #wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_btn_wrap .btn_tab ~ .btn_tab::before {
    display: none;
  }
  #wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content,
  #wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content {
    padding: 0 1.4rem;
  }
  #wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group,
  #wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group {
    gap: 0.8rem 0.6rem;
  }
  #wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group ~ .input_group,
  #wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group ~ .input_group {
    margin-top: 1.6rem;
  }
  #wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group input,
  #wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group input {
    height: 4.6rem;
    padding: 0 1.4rem;
    font-size: 1.4rem;
  }
  #wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group .btn_verification,
  #wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group .btn_verification {
    width: 6.6rem;
    height: 4.6rem;
    margin-left: 0.4rem;
    font-size: 1.4rem;
  }
  #wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group .btn_verification span,
  #wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group .btn_verification span {
    display: none;
  }
  #wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group.phone_wrap input,
  #wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group.phone_wrap input {
    max-width: none;
    width: calc((100% - 8.8rem) / 3);
    padding: 0;
  }
  #wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group.verification_wrap input, #wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group.email_wrap input,
  #wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group.verification_wrap input,
  #wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .input_group.email_wrap input {
    max-width: none;
    width: calc(100% - 7.6rem);
  }
  #wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .btn_wrap,
  #wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .btn_wrap {
    gap: 1.1rem;
    margin-top: 3rem;
  }
  #wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .btn_wrap .btn_cancle,
  #wrap .container.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .btn_wrap .btn_confirm,
  #wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .btn_wrap .btn_cancle,
  #wrap .container_renewal.login#resetPassword .common_login_wrap .content_wrap .tab_wrap .tab_content .btn_wrap .btn_confirm {
    flex: 1;
    width: auto;
    font-size: 1.5rem;
  }
  #wrap .container.login#join .common_login_wrap .content_wrap .join_wrap,
  #wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap {
    padding: 3rem;
    background-color: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(1rem);
  }
  #wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step .step_num,
  #wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step .step_num {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
  #wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step .step_tit,
  #wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step .step_tit {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: normal;
  }
  #wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step .step_desc,
  #wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step .step_desc {
    max-width: 30rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  #wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step .input_group,
  #wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step .input_group {
    gap: 0.8rem 0.6rem;
  }
  #wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step .input_group ~ .input_group,
  #wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step .input_group ~ .input_group {
    margin-top: 1.6rem;
  }
  #wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step .input_group input,
  #wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step .input_group input {
    max-width: none;
    height: 4.6rem;
    padding: 0 1.4rem;
    font-size: 1.4rem;
  }
  #wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step .input_group.phone_wrap input,
  #wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step .input_group.phone_wrap input {
    max-width: none;
    width: calc((100% - 1.2rem) / 3);
    padding: 0;
  }
  #wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step.first,
  #wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step.first {
    gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  #wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step.first .btn_phone_verification,
  #wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step.first .btn_phone_verification {
    gap: 0.8rem;
    flex-direction: row;
    width: 100%;
    height: 5.3rem;
  }
  #wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .step.first .btn_phone_verification::before,
  #wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .step.first .btn_phone_verification::before {
    width: 2.1rem;
    height: 2.1rem;
  }
  #wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .btn_wrap,
  #wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .btn_wrap {
    gap: 3rem;
    flex-direction: column-reverse;
  }
  #wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .btn_wrap .btn_confirm,
  #wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .btn_wrap .btn_confirm {
    width: 13.6rem;
    margin: auto;
    font-size: 1.5rem;
  }
  #wrap .container.login#join .common_login_wrap .content_wrap .join_wrap .btn_wrap .btn_go_login,
  #wrap .container_renewal.login#join .common_login_wrap .content_wrap .join_wrap .btn_wrap .btn_go_login {
    width: 100%;
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #wrap .container.login#login, #wrap .container.login#join, #wrap .container.login#accountGuide, #wrap .container.login#resetPassword,
  #wrap .container_renewal.login#login,
  #wrap .container_renewal.login#join,
  #wrap .container_renewal.login#accountGuide,
  #wrap .container_renewal.login#resetPassword {
    margin-top: 6.4rem;
  }
}
@media (min-width: 992px) {
  #wrap .container.login#login, #wrap .container.login#join, #wrap .container.login#accountGuide, #wrap .container.login#resetPassword,
  #wrap .container_renewal.login#login,
  #wrap .container_renewal.login#join,
  #wrap .container_renewal.login#accountGuide,
  #wrap .container_renewal.login#resetPassword {
    margin-top: 15.7rem;
  }
}

#wrap .container_renewal.mypage {
  margin-top: -10rem;
  overflow-x: unset;
  background-color: #fafafa;
  /* 내정보 */
  /* 개인정보 수정 */
  /* 1:1 문의 */
  /* 1:1 문의 상세 */
}
#wrap .container_renewal.mypage .content_wrap {
  max-width: 143.2rem;
  width: 100%;
  padding: 0 1.6rem;
  margin: auto;
}
#wrap .container_renewal.mypage .mypage_wrap .content_wrap {
  display: flex;
  gap: 2rem;
}
#wrap .container_renewal.mypage .mypage_wrap .content_wrap .mypage_nav_wrap {
  flex-shrink: 0;
}
#wrap .container_renewal.mypage .mypage_wrap .content_wrap .mypage_nav_wrap .nav_box {
  position: sticky;
  top: 20rem;
  left: 0;
  width: 20.3rem;
  padding-top: 2rem;
}
#wrap .container_renewal.mypage .mypage_wrap .content_wrap .mypage_nav_wrap .nav_box .mypage_tit {
  margin-bottom: 3rem;
  padding-left: 1.6rem;
  font-size: 3rem;
  font-weight: 700;
  color: #2e2e2e;
}
#wrap .container_renewal.mypage .mypage_wrap .content_wrap .mypage_nav_wrap .nav_box .nav_list li ~ li {
  margin-top: 1rem;
}
#wrap .container_renewal.mypage .mypage_wrap .content_wrap .mypage_nav_wrap .nav_box .nav_list li a {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: 100%;
  height: 4rem;
  padding: 0 1.6rem;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #8b8b8b;
}
#wrap .container_renewal.mypage .mypage_wrap .content_wrap .mypage_nav_wrap .nav_box .nav_list li a::before {
  content: "";
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: invert(42%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(85%);
}
#wrap .container_renewal.mypage .mypage_wrap .content_wrap .mypage_nav_wrap .nav_box .nav_list li a.btn_myinfo::before {
  background-image: url(../images/sub/mypage/ic_myinfo.svg);
}
#wrap .container_renewal.mypage .mypage_wrap .content_wrap .mypage_nav_wrap .nav_box .nav_list li a.btn_update_user::before {
  background-image: url(../images/sub/mypage/ic_update_user.svg);
}
#wrap .container_renewal.mypage .mypage_wrap .content_wrap .mypage_nav_wrap .nav_box .nav_list li a.btn_inquiry::before {
  background-image: url(../images/sub/mypage/ic_inquiry.svg);
}
#wrap .container_renewal.mypage .mypage_wrap .content_wrap .mypage_nav_wrap .nav_box .nav_list li a.active {
  background-color: #eeeeee;
  color: #3e3e3e;
}
#wrap .container_renewal.mypage .mypage_wrap .content_wrap .mypage_nav_wrap .nav_box .nav_list li a.active::before {
  filter: none;
}
#wrap .container_renewal.mypage#myInfo {
  margin-bottom: 10rem;
  padding-top: 22.9rem;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap {
  flex: 1;
  padding-left: 3rem;
  border-left: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .user_wrap {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .user_wrap .btn_profile {
  overflow: hidden;
  display: block;
  width: 10rem;
  height: 10rem;
  background: url(../images/sub/mypage/user_default.svg) no-repeat center/cover;
  border-radius: 50%;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .user_wrap .btn_profile img {
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .user_wrap .user_box .user_hi {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .user_wrap .user_box .user {
  display: flex;
  gap: 0.4rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #3e3e3e;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .user_wrap .user_box .user .user_name {
  color: #e6002d;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .info_list {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  width: 100%;
  margin-top: 3rem;
  padding-left: 1rem;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .info_list > li {
  flex: 1;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .info_list > li .info_tit {
  position: relative;
  margin-bottom: 1.8rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #e5e5e5;
  font-size: 1.4rem;
  font-weight: 700;
  color: #3e3e3e;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .info_list > li .info_tit::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 4.9rem;
  height: 0.3rem;
  background-color: #000;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .info_list > li .detail_list li {
  display: flex;
  gap: 1rem;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .info_list > li .detail_list li ~ li {
  margin-top: 1rem;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .info_list > li .detail_list li .sort {
  flex-shrink: 0;
  width: 5rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .info_list > li .detail_list li .detail {
  font-size: 1.5rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .info_list > li.major_info .detail_list li .sort {
  width: 6rem;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap {
  display: flex;
  min-height: 19rem;
  margin-top: 3rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .my_grade {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  width: 20.8rem;
  padding: 2rem 3.8rem 1.6rem;
  border-right: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .my_grade .grade {
  width: 9.3rem;
  height: 10.6rem;
  margin: auto;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .my_grade .grade.new {
  background: url(../images/icon/grade_new.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .my_grade .grade.bronze {
  background: url(../images/icon/grade_bronze.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .my_grade .grade.silver {
  background: url(../images/icon/grade_silver.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .my_grade .grade.gold {
  background: url(../images/icon/grade_gold.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .my_grade .grade.diamond {
  background: url(../images/icon/grade_diamond.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .my_grade .grade.platinum {
  background: url(../images/icon/grade_platinum.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .my_grade .btn_view_grade {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  width: 13.1rem;
  height: 3.3rem;
  padding-left: 0.4rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #717171;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .my_grade .btn_view_grade::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/icon/ic_info_717171.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require {
  display: flex;
  gap: 1.8rem;
  flex-wrap: wrap;
  width: 100%;
  padding: 2rem 3rem;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .grade_tit {
  display: flex;
  gap: 0.6rem;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  color: #3e3e3e;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .grade_tit::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/sub/mypage/ic_flag.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box {
  flex: 1;
  width: 100%;
  height: 10.4rem;
  padding: 1.6rem 1.6rem 1rem;
  background-color: #3e3e3e;
  border-radius: 1rem;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .require_wrap {
  display: flex;
  justify-content: space-between;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .require_wrap .complete_process {
  display: flex;
  gap: 0.2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .require_wrap .complete_process::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/mypage/ic_flag_white.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .require_wrap .require_box {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  margin-bottom: 0.8rem;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .require_wrap .require_box .type {
  opacity: 0.6;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .require_wrap .require_box .require_num {
  display: flex;
  gap: 0.2rem;
  align-items: flex-end;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .require_wrap .require_box .require_num .current {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .require_wrap .require_box .require_num .total {
  opacity: 0.6;
  padding-bottom: 0.1rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .process_box {
  overflow: hidden;
  width: 100%;
  height: 1.6rem;
  margin-bottom: 0.8rem;
  border-radius: 2rem;
  background-color: #2b2b2b;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .process_box .process_current_bar {
  width: 20%;
  height: 100%;
  background: linear-gradient(90deg, #dc5252 0%, #e6002d 100%);
  border-radius: 2rem;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .grade_box {
  display: flex;
  justify-content: space-between;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .grade_box .grade {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .grade_box .grade::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2.3rem;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .grade_box .grade.new {
  color: #13A825;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .grade_box .grade.new::before {
  background: url(../images/icon/grade_new.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .grade_box .grade.bronze {
  color: #CE7C23;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .grade_box .grade.bronze::before {
  background: url(../images/icon/grade_bronze.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .grade_box .grade.silver {
  color: #868686;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .grade_box .grade.silver::before {
  background: url(../images/icon/grade_silver.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .grade_box .grade.gold {
  color: #DFA321;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .grade_box .grade.gold::before {
  background: url(../images/icon/grade_gold.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .grade_box .grade.diamond {
  color: #BF0000;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .grade_box .grade.diamond::before {
  background: url(../images/icon/grade_diamond.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .grade_box .grade.platinum {
  color: #5A5A5A;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .grade_box .grade.platinum::before {
  background: url(../images/icon/grade_platinum.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .do_list {
  display: flex;
  gap: 0.8rem;
  margin-top: 0.8rem;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .do_list li {
  flex: 1;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .do_list li .btn_do {
  display: flex;
  gap: 0.4rem;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 10rem;
  padding: 2rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .do_list li .btn_do::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/sub/mypage/info_arrow.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .do_list li .btn_do .do_tit {
  font-size: 1.3rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .do_list li .btn_do .do_num {
  font-size: 3.2rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .do_list li:last-child .btn_do {
  cursor: default;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .do_list li:last-child .btn_do::before {
  display: none;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap {
  margin-top: 8rem;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .tit_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .tit_wrap .tit {
  font-size: 2.8rem;
  font-weight: 700;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .tit_wrap .btn_link {
  display: flex;
  gap: 0.4rem;
  background: none;
  font-size: 1.8rem;
  font-weight: 700;
  color: #717171;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .tit_wrap .btn_link::after {
  content: "";
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  background: url(../images/sub/mypage/info_link.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .tit_wrap .btn_link:hover {
  background: none;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .tit_wrap .desc {
  width: 100%;
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #565656;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .tab_btn_wrap {
  display: flex;
  gap: 3.3rem;
  padding-bottom: 1.6rem;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .tab_btn_wrap .btn_tab {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .tab_btn_wrap .btn_tab ~ .btn_tab::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: -1.6rem;
  width: 0.1rem;
  height: 1.2rem;
  background-color: #e5e5e5;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .tab_btn_wrap .btn_tab.active {
  color: #000;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .tab_btn_wrap .btn_tab.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1.7rem;
  width: 2.8rem;
  height: 0.3rem;
  background-color: #000;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .tab_content {
  display: none;
  padding-top: 1.6rem;
  border-top: 0.1rem solid #ededed;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .tab_content.active {
  display: block;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .table_wrap table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .table_wrap table thead tr {
  height: 3.2rem;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .table_wrap table thead tr th {
  overflow: hidden;
  background-color: #eeeeee;
  border-top: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
  font-size: 1.3rem;
  font-weight: 500;
  color: #717171;
  text-align: center;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .table_wrap table thead tr th:first-child {
  padding-left: 1rem;
  border-left: 0.1rem solid #e5e5e5;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .table_wrap table thead tr th:last-child {
  padding-right: 1rem;
  border-right: 0.1rem solid #e5e5e5;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .table_wrap table thead tr th.tit, #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .table_wrap table thead tr th.comment {
  padding: 0 2rem;
  text-align: left;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .table_wrap table tbody tr td {
  padding: 2rem 0 2rem;
  border-bottom: 0.1rem solid #ededed;
  font-size: 1.5rem;
  font-weight: 500;
  color: #3e3e3e;
  text-align: center;
  vertical-align: text-top;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .table_wrap table tbody tr td:first-child {
  min-width: 9.2rem;
  padding-left: 1rem;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .table_wrap table tbody tr td:last-child {
  padding-right: 1rem;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .table_wrap table tbody tr td.tit, #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .table_wrap table tbody tr td.comment {
  padding: 2rem;
  line-height: 2.2rem;
  text-align: left;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .table_wrap table tbody tr td.status.complete {
  color: #349e32;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .table_wrap table tbody tr td.status span {
  color: #3e3e3e;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .table_wrap table tbody tr td.status span.complete {
  color: #349e32;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .table_wrap .scroll_track {
  display: none;
}
#wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .pagination {
  justify-content: flex-end;
  margin: 3rem 0 0;
  padding: 0;
}
#wrap .container_renewal.mypage#updateUser {
  margin-bottom: 10rem;
  padding-top: 22.9rem;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap {
  flex: 1;
  padding-left: 3rem;
  border-left: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .update_user_tit {
  margin-bottom: 3rem;
  padding-top: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap {
  display: flex;
  gap: 2rem 3rem;
  flex-wrap: wrap;
  align-items: flex-start;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap ~ .user_info_wrap {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 0.1rem solid #ededed;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group {
  display: flex;
  gap: 0.8rem 1rem;
  flex-wrap: wrap;
  max-width: 44.7rem;
  width: 100%;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group label {
  width: 100%;
  margin-bottom: 0;
  font-family: "Pretendard", sans-serif !important;
  font-size: 1.3rem;
  font-weight: 500;
  color: #565656;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group label .essential {
  color: #e6002d;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group input {
  width: 100%;
  height: 5rem;
  padding: 0 1.6rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
  font-family: "Pretendard", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group input.readonly {
  background-color: #eaeaea;
  cursor: default;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group input::placeholder {
  color: #3e3e3e;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group.phone_wrap input {
  max-width: 14.2rem;
  text-align: center;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group.pwd_wrap input::placeholder {
  color: #ababab;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group.email_wrap {
  gap: 0.8rem;
  max-width: 92.4rem;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group.email_wrap #emailId,
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group.email_wrap #emailDomain {
  max-width: 21.8rem;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group.email_wrap .at {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group.email_wrap select {
  max-width: 44.7rem;
  width: 100%;
  height: 5rem;
  padding: 0 1.6rem;
  background: #fff url(../images/sub/mypage/ic_select.svg) no-repeat right 1.6rem center;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
  font-family: "Pretendard", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group .pwd_check_box {
  position: relative;
  width: 100%;
  margin-top: 1.2rem;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group .pwd_check_box .no_match_txt {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #e6002d;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group .pwd_check_box label {
  display: block;
  margin-bottom: 0.8rem;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group .pwd_check_box input.no_match {
  border-color: #e6002d;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap {
  width: 100%;
  margin-top: 1rem;
  padding: 3rem;
  background-color: #f4f4f4;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group {
  display: inline-flex;
  max-width: 41.7rem;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group ~ .input_group {
  margin-top: 2rem;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.address_wrap {
  display: flex;
  gap: 0;
  max-width: 100%;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.address_wrap label {
  display: block;
  margin-bottom: 0.8rem;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.address_wrap input#address {
  max-width: 30.7rem;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.address_wrap .btn_find_address {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 5rem;
  margin-left: 1rem;
  margin-right: 3rem;
  background-color: #3c3c3c;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.address_wrap .address_detail_wrap {
  flex: 1;
  display: flex;
  gap: 0.8rem;
  flex-direction: column;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.select_group {
  max-width: 63.4rem;
  margin-left: 2.7rem;
  padding-left: 0.3rem;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.select_group .select_tit {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  color: #565656;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.select_group .select_tit .essential {
  color: #e6002d;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.select_group select {
  max-width: 31rem;
  width: 100%;
  height: 5rem;
  padding: 0 1.6rem;
  background: #fff url(../images/sub/mypage/ic_select.svg) no-repeat right 1.6rem center;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
  font-family: "Pretendard", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.checkbox_wrap {
  max-width: 100%;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.checkbox_wrap input {
  max-width: 41.7rem;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.checkbox_wrap .checkbox_group {
  display: flex;
  margin-left: 1rem;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.checkbox_wrap .checkbox_group input[type=checkbox] {
  display: none;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.checkbox_wrap .checkbox_group input[type=checkbox]:checked ~ label::before {
  background-image: url(../images/sub/mypage/update_checkbox_active.svg);
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.checkbox_wrap .checkbox_group label {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 600;
  color: #565656;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.checkbox_wrap .checkbox_group label::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/sub/mypage/update_checkbox.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .file_label {
  margin-top: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #565656;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .file_label .essential {
  color: #e6002d;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .file_group {
  cursor: pointer;
  display: flex;
  gap: 1.2rem;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 22rem;
  margin-top: 0.8rem;
  padding: 7rem;
  background-color: #eaeaea;
  border: 0.1rem dashed #bababa;
  border-radius: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #8b8b8b;
  text-align: center;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .file_group label {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 5rem;
  margin: auto;
  padding: 0 2rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .file_group label::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/mypage/update_file.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .file_group .image-preview {
  background-size: contain;
  border: none;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .file_group .file_desc {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #8b8b8b;
  text-align: center;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .file_group .file_desc span {
  font-size: 1.3rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .file_group input {
  display: none;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .file_group .file_name {
  margin-top: 1rem;
  font-weight: bold;
  color: #333;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .btn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .btn_wrap .btn_delete_account,
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .btn_wrap .btn_complete {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 5rem;
  background-color: #eeeeee;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .btn_wrap .btn_complete {
  background-color: #e6002d;
  color: #fff;
}
#wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .row select {
  font-size: 1.4rem;
}
#wrap .container_renewal.mypage#inquiry {
  margin-bottom: 10rem;
  padding-top: 22.9rem;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap #form_search {
  flex: 1 !important;
  min-width: auto;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap {
  flex: 1;
  padding-left: 3rem;
  border-left: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap h3 {
  margin-bottom: 3rem;
  padding-top: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .tab_btn_wrap {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 4rem;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .tab_btn_wrap .btn_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19rem;
  height: 5rem;
  background-color: #eeeeee;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .tab_btn_wrap .btn_tab.active {
  background-color: #000;
  color: #fff;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .search_group {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 100%;
  max-width: 44.7rem;
  height: 5rem;
  margin-left: auto;
  padding: 0 1.6rem 0 2rem;
  background-color: #eeeeee;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .search_group input {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  color: #717171;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .search_group input::placeholder {
  color: #717171;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .search_group .btn_search {
  flex-shrink: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon/ic_search.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap {
  position: relative;
  margin-top: 2rem;
  padding-top: 1.6rem;
  border-top: 0.1rem solid #ededed;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .table_wrap table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .table_wrap table thead tr {
  height: 3.2rem;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .table_wrap table thead tr th {
  overflow: hidden;
  background-color: #eeeeee;
  border-top: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
  font-size: 1.3rem;
  font-weight: 500;
  color: #717171;
  text-align: center;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .table_wrap table thead tr th:first-child {
  padding-left: 1rem;
  border-left: 0.1rem solid #e5e5e5;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .table_wrap table thead tr th:last-child {
  padding-right: 1rem;
  border-right: 0.1rem solid #e5e5e5;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .table_wrap table thead tr th.tit {
  padding: 0 2rem;
  text-align: left;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .table_wrap table tbody tr td {
  padding: 2rem 0 2rem;
  border-bottom: 0.1rem solid #ededed;
  font-size: 1.5rem;
  font-weight: 500;
  color: #3e3e3e;
  text-align: center;
  vertical-align: text-top;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .table_wrap table tbody tr td:first-child {
  padding-left: 1rem;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .table_wrap table tbody tr td:last-child {
  min-width: 9.2rem;
  padding-right: 1rem;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .table_wrap table tbody tr td.tit {
  padding: 2rem;
  line-height: 2.2rem;
  text-align: left;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .mo_inquiry_list {
  display: none;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .pagination {
  margin: 3rem auto 0;
  padding: 0;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .btn_write {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: -1.4rem;
  width: 16rem;
  height: 5rem;
  background-color: #e6002d;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .faq_btn_wrap {
  display: flex;
  gap: 3.3rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #ededed;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .faq_btn_wrap .btn_tab {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .faq_btn_wrap .btn_tab ~ .btn_tab::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: -1.6rem;
  width: 0.1rem;
  height: 1.2rem;
  background-color: #e5e5e5;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .faq_btn_wrap .btn_tab.active {
  color: #000;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .faq_btn_wrap .btn_tab.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.7rem;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-color: #000;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content {
  display: none;
  position: relative;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content.active {
  display: block;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content .accordion {
  overflow: hidden;
  border-top: none;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content .accordion .accordion_item {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #ededed;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content .accordion .accordion_item .accordion_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 2.4rem 0 0 4.8rem;
  text-align: left;
  transition: padding-bottom 400ms ease-out;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content .accordion .accordion_item .accordion_btn[aria-expanded=true] {
  padding-bottom: 2rem;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content .accordion .accordion_item .accordion_btn[aria-expanded=true] + .accordion_content {
  opacity: 1;
  max-height: 46rem;
  transition: opacity 200ms linear, max-height 400ms ease-out;
  will-change: opacity, max-height;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content .accordion .accordion_item .accordion_btn[aria-expanded=true] .accordion_icon {
  transform: rotate(180deg);
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content .accordion .accordion_item .accordion_btn .accordion_tit {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content .accordion .accordion_item .accordion_btn .accordion_tit::before {
  content: "Q.";
  display: block;
  position: absolute;
  left: -4.8rem;
  top: 0;
  width: 4rem;
  height: 2.4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #e6002d;
  text-align: center;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content .accordion .accordion_item .accordion_btn .accordion_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/sub/mypage/faq_arrow.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content .accordion .accordion_item .accordion_content {
  overflow: hidden;
  max-height: 0;
  transition: opacity 200ms linear, max-height 400ms ease-out;
  will-change: opacity, max-height;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content .accordion .accordion_item .accordion_content p {
  position: relative;
  padding: 3rem 3rem 3rem 7rem;
  background-color: #f6eef0;
  border-radius: 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #3e3e3e;
  word-break: keep-all;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content .accordion .accordion_item .accordion_content p::before {
  content: "A.";
  display: block;
  position: absolute;
  top: 3rem;
  left: 2rem;
  width: 4rem;
  height: 2.4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #e6002d;
  text-align: center;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content .pagination {
  margin: 3rem auto 0;
  padding: 0;
}
#wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content .btn_write {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: -1.4rem;
  width: 16rem;
  height: 5rem;
  background-color: #e6002d;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
#wrap .container_renewal.mypage#inquiryDetail {
  margin-bottom: 10rem;
  padding-top: 22.9rem;
}
#wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap {
  flex: 1;
  padding-left: 3rem;
  border-left: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .back_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .back_wrap ~ .back_wrap {
  display: none;
}
#wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .back_wrap .btn_back {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2e2e2e;
}
#wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .back_wrap .date {
  font-size: 1.3rem;
  font-weight: 600;
  color: #8b8b8b;
}
#wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .tit_wrap {
  margin-top: 2rem;
  padding: 4rem 3rem;
  border-top: 0.1rem solid #ededed;
  border-bottom: 0.1rem solid #ededed;
}
#wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .tit_wrap .tit {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  word-break: keep-all;
}
#wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .tit_wrap .detail {
  display: flex;
  gap: 2rem;
  align-items: center;
}
#wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .tit_wrap .detail li {
  display: flex;
  gap: 0.2rem;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .tit_wrap .detail li.view {
  position: relative;
}
#wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .tit_wrap .detail li.view::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/sub/mypage/ic_view.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .tit_wrap .detail li.view::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  left: -1rem;
  width: 0.1rem;
  height: 1.4rem;
  background-color: #ededed;
}
#wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .txt_wrap .question {
  padding: 3rem 3rem 5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #3e3e3e;
  word-break: keep-all;
}
#wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .txt_wrap .answer_box {
  width: 100%;
  padding: 3rem;
  background-color: #f6eef0;
  border-radius: 2rem;
}
#wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .txt_wrap .answer_box .answer_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
#wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .txt_wrap .answer_box .answer_detail .answer_tit {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #e6002d;
}
#wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .txt_wrap .answer_box .answer_detail .answer_tit::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/sub/mypage/ic_answer.svg) no-repeat center/cover;
}
#wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .txt_wrap .answer_box .answer_detail .answer_date {
  font-size: 1.3rem;
  font-weight: 600;
  color: #8b8b8b;
}
#wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .txt_wrap .answer_box .answer {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #3e3e3e;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box {
    flex: none;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group {
    max-width: none;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group.phone_wrap input {
    max-width: none;
    width: calc((100% - 2rem) / 3);
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group.email_wrap #emailId,
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group.email_wrap #emailDomain {
    max-width: none;
    width: calc((100% - 3.1rem) / 2);
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group.email_wrap select {
    max-width: none;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group {
    max-width: none;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.address_wrap input#address {
    max-width: none;
    width: calc(100% - 11rem);
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.address_wrap .btn_find_address {
    margin-right: 0;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.address_wrap .address_detail_wrap {
    flex: none;
    width: 100%;
    margin-top: 0.8rem;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.select_group {
    max-width: none;
    margin-left: 0;
    padding-left: 0;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.select_group select {
    max-width: none;
  }
}
@media (max-width: 1024px) {
  #wrap .container_renewal.mypage .mypage_wrap .content_wrap {
    flex-direction: column;
  }
  #wrap .container_renewal.mypage .mypage_wrap .content_wrap .mypage_nav_wrap .nav_box {
    width: 100%;
    padding-top: 0;
  }
  #wrap .container_renewal.mypage .mypage_wrap .content_wrap .mypage_nav_wrap .nav_box .mypage_tit {
    padding-left: 0;
    text-align: center;
  }
  #wrap .container_renewal.mypage .mypage_wrap .content_wrap .mypage_nav_wrap .nav_box .nav_list {
    display: flex;
    justify-content: center;
  }
  #wrap .container_renewal.mypage .mypage_wrap .content_wrap .mypage_nav_wrap .nav_box .nav_list li ~ li {
    margin-top: 0;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap {
    padding-left: 0;
    border-left: none;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap {
    padding-left: 0;
    border-left: none;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap {
    padding-left: 0;
    border-left: none;
  }
  #wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap {
    padding-left: 0;
    border-left: none;
  }
}
@media (max-width: 768px) {
  #wrap .container_renewal.mypage .mypage_wrap .content_wrap .mypage_nav_wrap .nav_box .mypage_tit {
    font-size: 2.8rem;
  }
  #wrap .container_renewal.mypage .mypage_wrap .content_wrap .mypage_nav_wrap .nav_box .nav_list {
    padding-bottom: 1.6rem;
    border-bottom: 0.1rem solid #e5e5e5;
  }
  #wrap .container_renewal.mypage .mypage_wrap .content_wrap .mypage_nav_wrap .nav_box .nav_list li a {
    gap: 0.6rem;
    height: 3.7rem;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.mypage .mypage_wrap .content_wrap .mypage_nav_wrap .nav_box .nav_list li a::before {
    width: 1.7rem;
    height: 1.7rem;
  }
  #wrap .container_renewal.mypage#myInfo {
    margin-top: -11rem;
    margin-bottom: 8rem;
    padding-top: 9rem;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .user_wrap {
    gap: 1.6rem;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .user_wrap .btn_profile {
    width: 8rem;
    height: 8rem;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .user_wrap .user_box .user_hi {
    margin-bottom: 0.4rem;
    font-size: 1.5rem;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .user_wrap .user_box .user {
    font-size: 1.6rem;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .info_list {
    gap: 2rem;
    flex-direction: column;
    margin-top: 2rem;
    padding-left: 0;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .info_list > li {
    flex: none;
    width: 100%;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .info_list > li .detail_list li .sort {
    width: 6rem;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap {
    flex-direction: column;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .my_grade {
    position: relative;
    width: 100%;
    padding: 5.3rem 2rem 2rem;
    border-right: none;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .my_grade::after {
    content: "";
    display: block;
    position: absolute;
    left: 2rem;
    bottom: 0;
    width: calc(100% - 4rem);
    height: 0.1rem;
    background-color: #e5e5e5;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .my_grade .btn_view_grade {
    position: absolute;
    top: 2rem;
    right: 2rem;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require {
    gap: 1rem;
    padding: 2rem;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .grade_tit {
    gap: 0.4rem;
    margin-bottom: 0.6rem;
    font-size: 1.6rem;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box {
    height: 14.4rem;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .require_wrap {
    gap: 2.4rem;
    flex-direction: column;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .grade_wrap .grade_require .common_grade_box .require_wrap .require_box {
    justify-content: space-between;
    margin-bottom: 0.6rem;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .do_list {
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .do_list li {
    flex: none;
    width: calc(50% - 0.5rem);
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .do_list li .btn_do {
    gap: 1rem;
    height: 9rem;
    padding: 1.6rem 1.6rem 2rem 2rem;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .info_detail_wrap .do_list li .btn_do .do_num {
    font-size: 2.4rem;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap {
    margin-top: 5rem;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .tit_wrap {
    justify-content: flex-start;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .tit_wrap .tit {
    font-size: 2.4rem;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .tit_wrap .btn_link {
    gap: 0;
    text-indent: -999.9rem;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .tit_wrap .btn_link::after {
    width: 3rem;
    height: 3rem;
    background-image: url(../images/main/ic_link_arrow.svg);
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .tab_btn_wrap {
    gap: 0;
    padding-bottom: 1.2rem;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .tab_btn_wrap .btn_tab {
    flex: 1;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .tab_btn_wrap .btn_tab ~ .btn_tab::before {
    left: 0;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .tab_btn_wrap .btn_tab.active::after {
    left: 1.2rem;
    bottom: -1.2rem;
    width: calc(100% - 2.4rem);
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .table_wrap .scroll_content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .table_wrap .scroll_content::-webkit-scrollbar {
    display: none;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .table_wrap table {
    min-width: 116.4rem;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .table_wrap .scroll_track {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    height: 0.4rem;
    margin-top: 1rem;
    background-color: #eeeeee;
    border-radius: 1rem;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .table_wrap .scroll_track .scroll_thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-color: #717171;
    border-radius: 1rem;
  }
  #wrap .container_renewal.mypage#myInfo .mypage_wrap .content_wrap .myinfo_wrap .common_list_wrap .pagination {
    justify-content: center;
  }
  #wrap .container_renewal.mypage#updateUser {
    margin-top: -11rem;
    margin-bottom: 8rem;
    padding-top: 9rem;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .update_user_tit {
    margin-bottom: 1.6rem;
    padding-top: 0;
    font-size: 1.6rem;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap {
    gap: 1.6rem;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap ~ .user_info_wrap {
    margin-top: 2rem;
    padding-top: 2rem;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group input {
    height: 4.6rem;
    padding: 0 1.4rem;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .input_group.email_wrap select {
    height: 4.6rem;
    padding: 0 1.4rem;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap {
    margin-top: 1.4rem;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.address_wrap input#address {
    width: calc(100% - 7.6rem);
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.address_wrap .btn_find_address {
    width: 6.6rem;
    height: 4.6rem;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.address_wrap .address_detail_wrap {
    gap: 1rem;
    margin-top: 1rem;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.select_group {
    gap: 1rem;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.select_group select {
    height: 4.4rem;
    padding: 0 1.4rem;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .input_group.checkbox_wrap .checkbox_group {
    margin-left: 0;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .file_group {
    padding: 2rem;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .user_info_wrap .company_info_wrap .file_group label {
    margin: 0 auto;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .btn_wrap {
    gap: 3rem;
    flex-direction: column-reverse;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .btn_wrap .btn_complete {
    width: 100%;
    font-size: 1.5rem;
  }
  #wrap .container_renewal.mypage#updateUser .mypage_wrap .content_wrap .update_user_wrap .btn_wrap .btn_delete_account {
    width: 13.6rem;
    font-size: 1.5rem;
  }
  #wrap .container_renewal.mypage#inquiry {
    margin-top: -11rem;
    margin-bottom: 8rem;
    padding-top: 9rem;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap h3 {
    display: none;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .tab_btn_wrap {
    gap: 0.7rem;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .tab_btn_wrap .btn_tab {
    width: 11.4rem;
    height: 4rem;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .search_group {
    max-width: none;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap {
    margin-top: 1.6rem;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .table_wrap {
    display: none;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .mo_inquiry_list {
    display: block;
    margin-top: -1.6rem;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .mo_inquiry_list li a {
    display: block;
    width: 100%;
    padding: 1.6rem 0;
    border-bottom: 0.1rem solid #e5e5e5;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .mo_inquiry_list li a .tit_wrap {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.8rem;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .mo_inquiry_list li a .tit_wrap .num {
    flex-shrink: 0;
    width: 2rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #717171;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .mo_inquiry_list li a .tit_wrap .tit {
    font-size: 1.6rem;
    font-weight: 600;
    color: #3e3e3e;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .mo_inquiry_list li a .detail_wrap {
    display: flex;
    gap: 1rem;
    padding-left: 3rem;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .mo_inquiry_list li a .detail_wrap .detail_list {
    flex: 1;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .mo_inquiry_list li a .detail_wrap .detail_list .sort {
    display: block;
    margin-bottom: 0.6rem;
    font-size: 1.3rem;
    font-weight: 500;
    color: #717171;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .mo_inquiry_list li a .detail_wrap .detail_list .detail {
    font-size: 1.4rem;
    font-weight: 500;
    color: #3e3e3e;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .my_inquiry_wrap .btn_write {
    position: static;
    width: 100%;
    margin-top: 3rem;
    font-size: 1.5rem;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .faq_btn_wrap {
    gap: 0;
    margin-top: 3rem;
    padding-bottom: 1.2rem;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .faq_btn_wrap .btn_tab {
    flex: 1;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .faq_btn_wrap .btn_tab ~ .btn_tab::before {
    left: 0;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .faq_btn_wrap .btn_tab.active::after {
    left: 1.2rem;
    bottom: -1.3rem;
    width: calc(100% - 2.4rem);
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content .accordion .accordion_item {
    padding-bottom: 1.6rem;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content .accordion .accordion_item .accordion_btn {
    padding: 1.6rem 0 0 3rem;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content .accordion .accordion_item .accordion_btn .accordion_tit {
    font-size: 1.5rem;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content .accordion .accordion_item .accordion_btn .accordion_tit::before {
    left: -3rem;
    width: 2rem;
    height: 1.8rem;
    font-size: 1.5rem;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content .accordion .accordion_item .accordion_btn[aria-expanded=true] + .accordion_content {
    max-height: 60rem;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content .accordion .accordion_item .accordion_content p {
    padding: 1.6rem 1.6rem 1.6rem 4.6rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content .accordion .accordion_item .accordion_content p::before {
    top: 1.6rem;
    left: 1.6rem;
    width: 2rem;
    height: 1.8rem;
    font-size: 1.5rem;
  }
  #wrap .container_renewal.mypage#inquiry .mypage_wrap .content_wrap .inquiry_wrap .faq_wrap .tab_content .btn_write {
    position: static;
    width: 100%;
    margin-top: 3rem;
    font-size: 1.5rem;
  }
  #wrap .container_renewal.mypage#inquiryDetail {
    margin-top: -11rem;
    margin-bottom: 8rem;
    padding-top: 9rem;
  }
  #wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .mypage_nav_wrap {
    display: none;
  }
  #wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .back_wrap ~ .back_wrap {
    display: flex;
  }
  #wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .back_wrap .btn_back {
    gap: 0.4rem;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .back_wrap .btn_back img {
    width: 1.6rem;
  }
  #wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .tit_wrap {
    padding: 3rem 0;
  }
  #wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .tit_wrap .tit {
    font-size: 1.8rem;
  }
  #wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .txt_wrap {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid #e5e5e5;
  }
  #wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .txt_wrap .question {
    padding: 2rem 0 3rem;
  }
  #wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .txt_wrap .answer_box {
    padding: 2rem;
  }
  #wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .txt_wrap .answer_box .answer_detail {
    margin-bottom: 1.2rem;
  }
  #wrap .container_renewal.mypage#inquiryDetail .mypage_wrap .content_wrap .inquiry_detail_wrap .txt_wrap .answer_box .answer_date {
    margin-top: 1.2rem;
    font-size: 1.3rem;
    font-weight: 600;
    color: #8b8b8b;
  }
}

#wrap .container_renewal.mr {
  /* 이달의 쇼츠 교육 영상 */
  /* 쇼츠 교육 영상 상세 */
  /* MR전용관 */
  /* 공지사항 */
  /* 칭찬합니다 */
}
#wrap .container_renewal.mr .content_wrap {
  max-width: 143.2rem;
  width: 100%;
  padding: 0 1.6rem;
  margin: auto;
}
#wrap .container_renewal.mr .common_tit_wrap {
  text-align: center;
}
#wrap .container_renewal.mr .common_tit_wrap .content_wrap h3 {
  font-size: 5rem;
  font-weight: 700;
  color: #2e2e2e;
}
#wrap .container_renewal.mr .common_tit_wrap .content_wrap h4 {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container_renewal.mr .mr_wrap .content_wrap {
  display: flex;
  gap: 2rem;
}
#wrap .container_renewal.mr .mr_wrap .content_wrap .mo_go_mr {
  display: none;
}
#wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap {
  flex-shrink: 0;
}
#wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box {
  top: 20rem;
  left: 0;
  width: 20.3rem;
  padding-top: 2rem;
}
#wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .mypage_tit {
  margin-bottom: 3rem;
  padding-left: 1.6rem;
  font-size: 3rem;
  font-weight: 700;
  color: #2e2e2e;
}
#wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .btn_tit_nav {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  position: relative;
  width: 100%;
  height: 3.9rem;
  margin: 2rem 0 1.3rem;
  padding-left: 1.6rem;
  background: url(../images/sub/mr/ic_nav_arrow.svg) no-repeat center right;
  font-size: 1.6rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .btn_tit_nav::before {
  content: "";
  display: block;
  width: 1.9rem;
  height: 1.9rem;
}
#wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .btn_tit_nav::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -0.6rem;
  width: calc(100% - 1.6rem);
  height: 0.1rem;
  background-color: #e5e5e5;
}
#wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .btn_tit_nav.btn_marketing::before {
  background: url(../images/sub/mr/ic_marketing.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .btn_tit_nav.btn_symposium::before {
  background: url(../images/sub/mr/ic_symposium.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .btn_tit_nav.btn_customer::before {
  background: url(../images/sub/mr/ic_customers.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .nav_list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.4rem;
  padding: 0 1.6rem;
  border-radius: 3rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #8b8b8b;
}
#wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .nav_list li a:hover {
  background: none;
}
#wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .nav_list li a.active {
  background-color: #eeeeee;
  color: #3e3e3e;
}
#wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .btn_box {
  padding: 2.4rem 0 2rem 1.6rem;
}
#wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .btn_box .btn_matching {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  background-color: #3c3c3c;
  border-radius: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
#wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .btn_box .btn_inquiry {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  margin-top: 1rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .btn_box .btn_inquiry::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/mr/ic_inquiry.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr .mo_go_detoxmall {
  display: none;
}
#wrap .container_renewal.mr#educationVideo {
  margin-top: -15rem;
  margin-bottom: 10rem;
  padding-top: 22.9rem;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap {
  max-width: 117.7rem;
  width: calc(100% - 22.3rem);
  padding-top: 2rem;
  padding-left: 3rem;
  border-left: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap h3 {
  margin-bottom: 1rem;
  font-size: 3.8rem;
  font-weight: 700;
  color: #2e2e2e;
  text-align: center;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap h4 {
  margin-bottom: 4rem;
  font-size: 1.6rem !important;
  font-weight: 500;
  letter-spacing: 0;
  color: #8b8b8b;
  text-align: center;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper {
  overflow: visible;
  position: relative;
  max-width: 117.7rem;
  width: 100%;
  border-bottom: 0.1rem solid #f0f0f0;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-btn-wrap .swiper-button-prev {
  display: block;
  left: 0rem;
  transform: translateY(-50%) scaleX(-1);
  width: 4rem;
  height: 4rem;
  z-index: 10;
  background: url(../images/sub/mr/ic_swiper_arrow.svg) no-repeat center;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-btn-wrap .swiper-button-prev::after {
  display: none;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-btn-wrap .swiper-button-next {
  display: block;
  right: 0rem;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  z-index: 10;
  background: url(../images/sub/mr/ic_swiper_arrow.svg) no-repeat center;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-btn-wrap .swiper-button-next::after {
  display: none;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container {
  overflow: hidden;
  position: relative;
  padding: 4rem 0;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container::before, #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0rem;
  z-index: 2;
  width: 4rem;
  height: 100%;
  background: linear-gradient(90deg, #fafafa 0%, rgba(250, 250, 250, 0.7) 100%);
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container::after {
  transform: scaleX(-1);
  left: auto;
  right: 0rem;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 30rem;
  height: 51rem;
  transform: translateY(0) !important;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #272727;
  border-radius: 3rem;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .btn_temp {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  transform: translateY(-50%);
  width: 100%;
  height: 50%;
  background-color: rgba(230, 0, 45, 0);
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .view {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .view::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/mr/ic_view.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_shorts_slide {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -4rem;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 4rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide-shadow-left, #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide-shadow-right {
  display: none;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide-active {
  transform: translateY(-4rem) !important;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide-active .btn_shorts_slide {
  display: flex;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap {
  margin-top: 2rem;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .col-12 {
  max-width: none;
  width: 100%;
  margin-bottom: 1rem;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .col-12 .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.9rem;
  height: 4.9rem;
  margin-left: auto;
  background-color: #e6002d;
  border: none;
  border-radius: 3rem !important;
  font-size: 1.4rem !important;
  font-weight: 600;
  color: #fff !important;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .col-12 .btn:hover {
  background-color: #e6002d !important;
  color: #fff !important;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_btn_scroll_wrap .tab_btn_wrap {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  margin-bottom: 3rem;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_btn_scroll_wrap .tab_btn_wrap .btn_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.7rem;
  padding: 0 2rem;
  background-color: #eeeeee;
  border-radius: 3rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_btn_scroll_wrap .tab_btn_wrap .btn_tab.active {
  background-color: #000;
  color: #fff;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content {
  display: none;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content.active {
  display: block;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .shorts_total_wrap {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .shorts_total_wrap .shorts_box {
  width: 22.1rem;
  height: 42.4rem;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .shorts_total_wrap .shorts_box .shorts_view_box {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(100% - 4.2rem);
  background-color: #272727;
  border-radius: 3rem;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .shorts_total_wrap .shorts_box .shorts_view_box .view {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .shorts_total_wrap .shorts_box .shorts_view_box .view::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/mr/ic_view.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .shorts_total_wrap .shorts_box .btn_shorts_slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.2rem;
  margin-top: 1rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 4rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .pagination {
  justify-content: flex-end;
  margin: 3rem 0 0;
  padding: 0;
}
#wrap .container_renewal.mr#educationVideoDetail {
  margin-bottom: 10rem;
  padding-top: 22.9rem;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap {
  max-width: 117.7rem;
  width: calc(100% - 22.3rem);
  padding-top: 2rem;
  padding-left: 3rem;
  border-left: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .btn_back {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: max-content;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2e2e2e;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .btn_back::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/sub/mr/ic_back.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper {
  overflow: visible;
  position: relative;
  height: calc(100vh - 21.6rem);
  padding-top: 3.7vh;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #e5e5e5;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  position: absolute;
  top: calc(50% - 2rem);
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap .swiper-button-prev, #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap .swiper-button-next {
  position: static;
  transform: translateY(0);
  width: 7.2rem;
  height: 7.2rem;
  margin-top: 0;
  background: #eeeeee url(../images/sub/mr/ic_swiper_arrow_vertical.svg) no-repeat center;
  border-radius: 0.6rem;
  cursor: pointer;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap .swiper-button-prev::after, #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap .swiper-button-next::after {
  display: none;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap .swiper-button-next {
  transform: translateY(0) rotate(180deg);
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap .swiper-button-lock {
  display: block;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap .swiper-button-disabled {
  pointer-events: auto;
  opacity: 1;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .scroll_info {
  display: flex;
  gap: 0.6rem;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 10.2rem;
  transform: translateY(-50%);
  font-size: 1.3rem;
  font-weight: 500;
  color: #3e3e3e;
  text-align: center;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .scroll_info::before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../images/sub/mr/ic_scroll.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .scroll_info_mo {
  display: none;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .btn_temp {
  display: none;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container {
  overflow: hidden;
  position: relative;
  height: 100%;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper {
  height: 100%;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide {
  height: 100% !important;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide {
  overflow: hidden;
  position: relative;
  height: 100%;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box {
  display: flex;
  gap: 2.3rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: all 0.3s;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_box {
  position: relative;
  max-width: 44.1rem;
  width: 29vw;
  height: 69.5vh;
  background-color: #272727;
  border-radius: 3rem;
  transition: transform 0.4s ease;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_box .view {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  height: 2.4rem;
  padding: 0 0.8rem;
  background-color: #fff;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_box .view::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/mr/ic_view_gray.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap {
  display: flex;
  gap: 1.2rem;
  flex-direction: column;
  justify-content: flex-end;
  height: 69.5vh;
  transition: transform 0.4s ease;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button {
  display: flex;
  gap: 0.4rem;
  flex-direction: column;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #2e2e2e;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button .ic_box {
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 1rem;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button.btn_like .ic_box {
  background: #eeeeee url(../images/sub/mr/ic_like.svg) no-repeat center;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button.btn_like.active {
  color: #e6002d;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button.btn_like.active .ic_box {
  background-color: #f6eef0;
  background-image: url(../images/sub/mr/ic_like_active.svg);
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button.btn_comments .ic_box {
  background: #eeeeee url(../images/sub/mr/ic_comment.svg) no-repeat center;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button.btn_share .ic_box {
  background: #eeeeee url(../images/sub/mr/ic_share.svg) no-repeat center;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button.btn_info {
  margin-top: 0.8rem;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button.btn_info .ic_box {
  background: #eeeeee url(../images/sub/mr/ic_info.svg) no-repeat center;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box {
  overflow: hidden;
  display: none;
  flex-direction: column;
  position: absolute;
  right: 9.8rem;
  width: 36.7%;
  height: 69.5vh;
  background-color: #fff;
  box-shadow: 0 0.1rem 3rem 0 rgba(0, 0, 0, 0.06);
  border-radius: 3rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .comments_tit {
  flex-shrink: 0;
  pointer-events: none;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: 100%;
  padding: 2rem 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
  font-size: 2.2rem;
  font-weight: 700;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .comments_tit .num {
  color: #e6002d;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box {
  overflow: auto;
  flex: 1;
  padding: 2rem 3rem;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box::-webkit-scrollbar {
  display: none;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box ~ .answer_box {
  margin-top: 3rem;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box {
  display: flex;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .thumbnail {
  overflow: hidden;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../images/common/user_default.png) no-repeat center/cover;
  box-shadow: none;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .thumbnail img {
  width: 100%;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name {
  display: flex;
  gap: 1rem;
  align-items: center;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .name {
  display: flex;
  gap: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #3e3e3e;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .name .status {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  height: 2.2rem;
  padding: 0 0.8rem;
  border-radius: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .name .status.pinned {
  background-color: #eaeaea;
  color: #585858;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .name .status.pinned::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.9rem;
  background: url(../images/icon/ic_pin.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .name .status.before {
  background-color: #3c3c3c;
  color: #fff;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .name .status.complete {
  background-color: #ea3256;
  color: #fff;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #868686;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.new {
  color: #13a825;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.new::before {
  background-image: url(../images/icon/grade_simple_new.svg);
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.bronze {
  color: #ce7c23;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.bronze::before {
  background-image: url(../images/icon/grade_simple_bronze.svg);
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.silver {
  color: #868686;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.silver::before {
  background-image: url(../images/icon/grade_simple_silver.svg);
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.gold {
  color: #dfa321;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.gold::before {
  background-image: url(../images/icon/grade_simple_gold.svg);
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.platinum {
  color: #5a5a5a;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.platinum::before {
  background-image: url(../images/icon/grade_simple_platinum.svg);
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.diamond {
  color: #bf0000;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .user_box .user_name .grade.diamond::before {
  background-image: url(../images/icon/grade_simple_diamond.svg);
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .comment_box {
  margin-bottom: 1.6rem;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .comment_box p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #323232;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .comment_box .btn_more {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #868686;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .comment_box.active p {
  -webkit-line-clamp: unset;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .comment_box.active .btn_more {
  display: none;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .btn_view_reply {
  display: flex;
  gap: 0.6rem;
  align-items: flex-end;
  font-size: 1.3rem;
  font-weight: 600;
  color: #3c3c3c;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .btn_view_reply::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/icon/ic_arrow_apply.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .btn_view_reply.active::before {
  transform: rotate(180deg);
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box {
  display: none;
  gap: 0.4rem;
  margin-top: 1.2rem;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box.active {
  display: flex;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/icon/ic_reply.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  flex-wrap: wrap;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .thumbnail {
  overflow: hidden;
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../images/common/user_default.png) no-repeat center/cover;
  box-shadow: none;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .thumbnail img {
  width: 100%;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name {
  display: flex;
  gap: 1rem;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .name {
  font-size: 1.4rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade {
  display: flex;
  gap: 0.6rem;
  font-size: 1.2rem;
  font-weight: 600;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.new {
  color: #13a825;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.new::before {
  background-image: url(../images/icon/grade_simple_new.svg);
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.bronze {
  color: #ce7c23;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.bronze::before {
  background-image: url(../images/icon/grade_simple_bronze.svg);
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.silver {
  color: #868686;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.silver::before {
  background-image: url(../images/icon/grade_simple_silver.svg);
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.gold {
  color: #dfa321;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.gold::before {
  background-image: url(../images/icon/grade_simple_gold.svg);
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.platinum {
  color: #5a5a5a;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.platinum::before {
  background-image: url(../images/icon/grade_simple_platinum.svg);
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.diamond {
  color: #bf0000;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .total_box .user_name .grade.diamond::before {
  background-image: url(../images/icon/grade_simple_diamond.svg);
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box .answer_box .reply_box .reply_user_box .reply_comment {
  font-size: 1.5rem;
  font-weight: 500;
  color: #323232;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .textarea_box {
  flex-shrink: 0;
  padding: 1rem;
  border-top: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .textarea_box .textarea_group {
  display: flex;
  gap: 1rem;
  height: 7.9rem;
  padding: 1rem;
  background-color: #eeeeee;
  border: 0.1rem solid #e5e5e5;
  border-radius: 2rem;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .textarea_box .textarea_group textarea {
  overflow: auto;
  width: 100%;
  padding-left: 0.6rem;
  background-color: transparent;
  border: none;
  font-family: "Pretendard", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 500;
  color: #717171;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .textarea_box .textarea_group textarea::placeholder {
  color: #717171;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .textarea_box .textarea_group textarea::-webkit-scrollbar {
  display: none;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .textarea_box .textarea_group .btn_write {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  height: 3.6rem;
  background-color: #3c3c3c;
  border-radius: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide.active .transition_box {
  left: 29.6%;
}
#wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide.active .comments_box {
  opacity: 1;
  transform: translateY(0);
}
#wrap .container_renewal.mr#mr {
  margin-top: 5.2rem;
  margin-bottom: 10rem;
  padding-top: 17.9rem;
  overflow-x: hidden;
}
#wrap .container_renewal.mr#mr .visual {
  margin-bottom: 4rem;
}
#wrap .container_renewal.mr#mr .visual .visualSwiper {
  position: relative;
}
#wrap .container_renewal.mr#mr .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
#wrap .container_renewal.mr#mr .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_swiper_link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#wrap .container_renewal.mr#mr .visual .visualSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_swiper_link img {
  width: 100%;
}
#wrap .container_renewal.mr#mr .visual .visualSwiper .swiper-btn-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 3rem;
  z-index: 1;
  width: 100%;
}
#wrap .container_renewal.mr#mr .visual .visualSwiper .swiper-btn-wrap .swiper-button-prev, #wrap .container_renewal.mr#mr .visual .visualSwiper .swiper-btn-wrap .swiper-button-next {
  position: static;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  background: url(../images/icon/ic_arrow_white.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#mr .visual .visualSwiper .swiper-btn-wrap .swiper-button-prev::after, #wrap .container_renewal.mr#mr .visual .visualSwiper .swiper-btn-wrap .swiper-button-next::after {
  display: none;
}
#wrap .container_renewal.mr#mr .visual .visualSwiper .swiper-btn-wrap .swiper-button-prev {
  transform: scaleX(-1);
}
#wrap .container_renewal.mr#mr .visual .visualSwiper .swiper-btn-wrap .swiper-button-disabled {
  opacity: 1;
}
#wrap .container_renewal.mr#mr .visual .visualSwiper .swiper-btn-wrap .swiper-pagination {
  position: static;
  width: auto;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container_renewal.mr#mr .visual .visualSwiper .swiper-btn-wrap .swiper-pagination-total {
  opacity: 0.7;
}
#wrap .container_renewal.mr#mr .visual .visualSwiper .swiper-btn-wrap .swiper-pagination span {
  color: #fff;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap {
  max-width: 117.7rem;
  width: calc(100% - 22.3rem);
  padding-top: 2rem;
  padding-left: 3rem;
  border-left: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap h3 {
  display: flex;
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 700;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap h3 .btn_tit_link {
  display: block;
  width: 3.3rem;
  height: 3.3rem;
  background: url(../images/sub/mr/ic_arrow_link.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .shortsSwiper {
  margin-bottom: 5rem;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide {
  width: 22.1rem;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  height: 38.2rem;
  background-color: #272727;
  border-radius: 3rem;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .btn_temp {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  transform: translateY(-50%);
  width: 100%;
  height: 50%;
  background-color: rgba(230, 0, 45, 0);
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .view {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .view::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sub/mr/ic_view.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide .btn_shorts_slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.2rem;
  margin-top: 1rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 4rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #3e3e3e;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap h4 {
  display: flex;
  margin-bottom: 2rem;
  font-size: 2.2rem !important;
  font-weight: 700;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap h4 .btn_tit_link {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background: url(../images/sub/mr/ic_arrow_link.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .table_wrap table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .table_wrap table thead tr {
  height: 3.2rem;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .table_wrap table thead tr th {
  overflow: hidden;
  background-color: #eeeeee;
  border-top: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
  font-size: 1.3rem;
  font-weight: 500;
  color: #717171;
  text-align: center;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .table_wrap table thead tr th:first-child {
  padding: 0 1rem;
  border-left: 0.1rem solid #e5e5e5;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .table_wrap table thead tr th:last-child {
  padding-right: 1rem;
  border-right: 0.1rem solid #e5e5e5;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .table_wrap table thead tr th.tit {
  padding: 0 2rem;
  text-align: left;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .table_wrap table tbody tr td {
  padding: 2rem 0 2rem;
  border-bottom: 0.1rem solid #ededed;
  font-size: 1.5rem;
  font-weight: 500;
  color: #3e3e3e;
  text-align: center;
  vertical-align: text-top;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .table_wrap table tbody tr td:first-child {
  padding-left: 1rem;
  vertical-align: middle;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .table_wrap table tbody tr td:last-child {
  min-width: 9.2rem;
  padding-right: 1rem;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .table_wrap table tbody tr td.tit {
  padding: 2rem;
  line-height: 2.2rem;
  text-align: left;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .table_wrap table tbody tr td.item {
  font-size: 1.5rem;
  font-weight: 600;
  color: #e6002d;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .table_wrap table tbody tr .scroll_track {
  display: none;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .update_notie {
  margin-bottom: 5rem;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .mo_update_notice {
  display: none;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .matching_wrap .matching_percent_wrap {
  margin-bottom: 2rem;
  padding: 1.6rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .matching_wrap .matching_percent_wrap .percent_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .matching_wrap .matching_percent_wrap .percent_wrap .percent {
  font-size: 1.8rem;
  font-weight: 700;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .matching_wrap .matching_percent_wrap .progress_bar_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .matching_wrap .matching_percent_wrap .progress_bar_wrap .progress_bar {
  width: 100%;
  height: 1.6rem;
  background: linear-gradient(90deg, #dc5252 0%, #e6002d 100%);
  border-radius: 2rem;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .matching_wrap .matching_percent_wrap .progress_bar_wrap .progress_bar.dtalks {
  background: #4eaeef;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .matching_wrap .matching_percent_wrap .customer_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.8rem;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .matching_wrap .matching_percent_wrap .customer_wrap .customer {
  font-size: 1.3rem;
  font-weight: 600;
  color: #717171;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .matching_wrap .table_wrap table thead tr th:first-child {
  padding: 0;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .matching_wrap .table_wrap table thead tr th:last-child {
  padding: 0;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .matching_wrap .table_wrap table tbody tr td:first-child {
  padding-left: 0;
}
#wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .matching_wrap .table_wrap table tbody tr td:last-child {
  padding-right: 0;
}
#wrap .container_renewal.mr#mrNotice {
  margin-top: -6.3rem;
  margin-bottom: 10rem;
  padding-top: 22.9rem;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap {
  max-width: 117.7rem;
  width: calc(100% - 22.3rem);
  padding-top: 2rem;
  padding-left: 3rem;
  border-left: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap h3 {
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 700;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .major_notice {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .major_notice .notice_box {
  width: calc((100% - 6rem) / 3);
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .major_notice .notice_box .notice_tit {
  display: flex;
  align-items: center;
  height: 4rem;
  padding: 0 1.6rem;
  background-color: #3c3c3c;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .major_notice .notice_box .notice_list li a {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 2rem 1.6rem;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .major_notice .notice_box .notice_list li a .sort {
  flex-shrink: 0;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  color: #e6002d;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .major_notice .notice_box .notice_list li a .tit {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222122;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .major_notice .notice_box .notice_list li ~ li {
  border-top: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .major_notice .notice_box.last {
  width: 100%;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .major_notice .notice_box.last .notice_list {
  display: flex;
  gap: 3rem;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .major_notice .notice_box.last .notice_list li {
  width: calc(33.333% - 2rem);
  border-bottom: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .major_notice .notice_box.last .notice_list li ~ li {
  border-top: none;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap {
  margin-top: 5rem;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap {
  display: flex;
  gap: 1rem 0;
  align-items: center;
  flex-wrap: wrap;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .d-flex {
  margin-right: 1rem;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .d-flex input {
  max-width: 14rem;
  height: 5rem;
  background-color: #fff;
  background-size: auto 1.6rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
  font-family: "Pretendard";
  font-size: 1.4rem;
  font-weight: 500;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .select_item {
  flex-shrink: 0;
  display: block;
  position: relative;
  width: 14.2rem;
  margin-right: 1rem;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .select_item .option_btn {
  display: flex;
  gap: 0.4rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 5rem;
  padding: 0 1.6rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .select_item .option_btn::after {
  flex-shrink: 0;
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  width: 1.9rem;
  height: 1.9rem;
  background: url(../images/sub/mr/ic_arrow_select.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .select_item .option_btn .txt {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .select_item .option_btn.active {
  border-radius: 0.8rem 0.8rem 0 0;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .select_item .options {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 0 0.4rem 0.4rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-top: none;
  border-radius: 0 0 1rem 1rem;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .select_item .options .option {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4.3rem;
  padding: 0 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .select_item .options .option.active {
  display: none;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .select_item.active .option_btn {
  border-bottom-color: #fff;
  border-radius: 1rem 1rem 0 0;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .select_item.active .option_btn::after {
  transform: rotate(180deg);
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .select_item.active .option_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.4rem);
  background-color: #f4f4f4;
  border-radius: 1rem;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .select_item.active .options {
  display: flex;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .search_group {
  flex: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
  max-width: 65.5rem;
  min-width: 20rem;
  height: 5rem;
  padding: 0 1.6rem 0 2rem;
  background-color: #eeeeee;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .search_group input {
  width: 100%;
  font-family: "Pretendard", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 500;
  color: #717171;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .search_group input::placeholder {
  color: #717171;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .search_group .btn_search {
  flex-shrink: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon/ic_search.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .checkbox_group {
  flex-shrink: 0;
  margin: 0 1rem;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .checkbox_group input[type=checkbox] {
  display: none;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .checkbox_group input[type=checkbox]:checked ~ label::before {
  background-image: url(../images/sub/mr/ic_checkbox_active.svg);
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .checkbox_group label {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #565656;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .checkbox_group label::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/sub/mr/ic_checkbox.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .write_delete_group {
  flex-shrink: 0;
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-left: auto;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .write_delete_group button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.9rem;
  height: 4.9rem;
  border-radius: 3rem;
  font-size: 1.4rem;
  font-weight: 600;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .write_delete_group button.btn_write {
  background-color: #e6002d;
  color: #fff;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .write_delete_group button.btn_delete {
  background-color: #eeeeee;
  color: #717171;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap {
  margin: 2rem 0;
  padding: 2rem 3rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_tit {
  pointer-events: none;
  cursor: default;
  margin-bottom: 1.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #717171;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box {
  display: flex;
  gap: 1.6rem;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .select_item {
  flex: 1;
  display: block;
  position: relative;
  max-width: 26.2rem;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .select_item .option_btn {
  display: flex;
  gap: 0.4rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 5rem;
  padding: 0 1.6rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .select_item .option_btn::after {
  flex-shrink: 0;
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  width: 1.9rem;
  height: 1.9rem;
  background: url(../images/sub/mr/ic_arrow_select.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .select_item .option_btn .txt {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .select_item .option_btn.active {
  border-radius: 0.8rem 0.8rem 0 0;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .select_item .options {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 0 0.4rem 0.4rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-top: none;
  border-radius: 0 0 1rem 1rem;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .select_item .options .option {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4.3rem;
  padding: 0 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .select_item .options .option.active {
  display: none;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .select_item.active .option_btn {
  border-bottom-color: #fff;
  border-radius: 1rem 1rem 0 0;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .select_item.active .option_btn::after {
  transform: rotate(180deg);
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .select_item.active .option_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.4rem);
  background-color: #f4f4f4;
  border-radius: 1rem;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .select_item.active .options {
  display: flex;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .d-flex {
  flex: 1;
  position: relative;
  margin-right: 1rem;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .d-flex .date_label {
  position: absolute;
  top: -3.7rem;
  left: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #717171;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .d-flex input {
  max-width: 26.3rem;
  height: 5rem;
  padding-left: 1.6rem;
  background-color: #fff;
  background-image: url(../images/icon/ic_calendar_gray.svg);
  background-size: auto 1.9rem;
  background-position: center right 1.6rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
  font-family: "Pretendard";
  font-size: 1.6rem;
  font-weight: 500;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .d-flex input::placeholder {
  opacity: 1;
  color: #000;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .d-flex .px-2 {
  padding: 0 1rem;
  font-size: 1.6rem;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_write_delete_group,
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_table_list {
  display: none;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .pagination {
  margin: 3rem 0 0;
  padding: 0;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .table_wrap table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .table_wrap table thead tr {
  height: 3.2rem;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .table_wrap table thead tr th {
  overflow: hidden;
  background-color: #eeeeee;
  border-top: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
  font-size: 1.3rem;
  font-weight: 500;
  color: #717171;
  text-align: center;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .table_wrap table thead tr th:first-child {
  padding: 0 1rem;
  border-left: 0.1rem solid #e5e5e5;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .table_wrap table thead tr th:first-child .checkbox_group input[type=checkbox] {
  display: none;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .table_wrap table thead tr th:first-child .checkbox_group input[type=checkbox]:checked ~ label::before {
  background-image: url(../images/sub/mr/ic_checkbox_active.svg);
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .table_wrap table thead tr th:first-child .checkbox_group label {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #565656;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .table_wrap table thead tr th:first-child .checkbox_group label::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/sub/mr/ic_checkbox.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .table_wrap table thead tr th:last-child {
  padding-right: 1rem;
  border-right: 0.1rem solid #e5e5e5;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .table_wrap table thead tr th.tit {
  padding: 0 2rem;
  text-align: left;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .table_wrap table thead tr th.date {
  min-width: 8.7rem;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .table_wrap table tbody tr td {
  padding: 2rem 0 2rem;
  border-bottom: 0.1rem solid #ededed;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3e3e3e;
  text-align: center;
  vertical-align: text-top;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .table_wrap table tbody tr td:first-child {
  padding-left: 1rem;
  vertical-align: middle;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .table_wrap table tbody tr td:first-child .checkbox_group input[type=checkbox] {
  display: none;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .table_wrap table tbody tr td:first-child .checkbox_group input[type=checkbox]:checked ~ label::before {
  background-image: url(../images/sub/mr/ic_checkbox_active.svg);
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .table_wrap table tbody tr td:first-child .checkbox_group label {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #565656;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .table_wrap table tbody tr td:first-child .checkbox_group label::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/sub/mr/ic_checkbox.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .table_wrap table tbody tr td:last-child {
  padding-right: 1rem;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .table_wrap table tbody tr td.tit {
  padding: 2rem;
  line-height: 2.2rem;
  text-align: left;
}
#wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .table_wrap table tbody tr td.item {
  font-size: 1.5rem;
  font-weight: 600;
  color: #e6002d;
}
#wrap .container_renewal.mr#complimentGuide {
  margin-top: -6.3rem;
  margin-bottom: 10rem;
  padding-top: 22.9rem;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap {
  max-width: 117.7rem;
  width: calc(100% - 22.3rem);
  padding-left: 3rem;
  border-left: 0.1rem solid #e5e5e5;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .img_wrap {
  overflow: hidden;
  border-radius: 1rem;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap {
  display: flex;
  gap: 1rem 0;
  align-items: center;
  flex-wrap: wrap;
  margin: 5rem 0 3rem;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .select_item {
  flex-shrink: 0;
  display: block;
  position: relative;
  width: 14.2rem;
  margin-right: 1rem;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .select_item .option_btn {
  display: flex;
  gap: 0.4rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 5rem;
  padding: 0 1.6rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .select_item .option_btn::after {
  flex-shrink: 0;
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  width: 1.9rem;
  height: 1.9rem;
  background: url(../images/sub/mr/ic_arrow_select.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .select_item .option_btn .txt {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .select_item .option_btn.active {
  border-radius: 0.8rem 0.8rem 0 0;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .select_item .options {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 0 0.4rem 0.4rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-top: none;
  border-radius: 0 0 1rem 1rem;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .select_item .options .option {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4.3rem;
  padding: 0 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .select_item .options .option.active {
  display: none;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .select_item.active .option_btn {
  border-bottom-color: #fff;
  border-radius: 1rem 1rem 0 0;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .select_item.active .option_btn::after {
  transform: rotate(180deg);
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .select_item.active .option_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.4rem);
  background-color: #f4f4f4;
  border-radius: 1rem;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .select_item.active .options {
  display: flex;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .search_group {
  flex: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
  max-width: 65.5rem;
  min-width: 20rem;
  height: 5rem;
  padding: 0 1.6rem 0 2rem;
  background-color: #eeeeee;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .search_group input {
  width: 100%;
  font-family: "Pretendard", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 500;
  color: #717171;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .search_group input::placeholder {
  color: #717171;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .search_group .btn_search {
  flex-shrink: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon/ic_search.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .checkbox_group {
  flex-shrink: 0;
  margin: 0 1rem;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .checkbox_group input[type=checkbox] {
  display: none;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .checkbox_group input[type=checkbox]:checked ~ label::before {
  background-image: url(../images/sub/mr/ic_checkbox_active.svg);
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .checkbox_group label {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #565656;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .checkbox_group label::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/sub/mr/ic_checkbox.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .write_delete_group {
  flex-shrink: 0;
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-left: auto;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .write_delete_group button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.9rem;
  height: 4.9rem;
  border-radius: 3rem;
  font-size: 1.4rem;
  font-weight: 600;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .write_delete_group button.btn_write {
  background-color: #e6002d;
  color: #fff;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .write_delete_group button.btn_delete {
  background-color: #eeeeee;
  color: #717171;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap {
  margin: 2rem 0;
  padding: 2rem 3rem;
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 1rem;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_tit {
  pointer-events: none;
  cursor: default;
  margin-bottom: 1.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #717171;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box {
  display: flex;
  gap: 1.6rem;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .select_item {
  flex: 1;
  display: block;
  position: relative;
  max-width: 26.2rem;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .select_item .option_btn {
  display: flex;
  gap: 0.4rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 5rem;
  padding: 0 1.6rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .select_item .option_btn::after {
  flex-shrink: 0;
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  width: 1.9rem;
  height: 1.9rem;
  background: url(../images/sub/mr/ic_arrow_select.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .select_item .option_btn .txt {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .select_item .option_btn.active {
  border-radius: 0.8rem 0.8rem 0 0;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .select_item .options {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 0 0.4rem 0.4rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-top: none;
  border-radius: 0 0 1rem 1rem;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .select_item .options .option {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4.3rem;
  padding: 0 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .select_item .options .option.active {
  display: none;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .select_item.active .option_btn {
  border-bottom-color: #fff;
  border-radius: 1rem 1rem 0 0;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .select_item.active .option_btn::after {
  transform: rotate(180deg);
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .select_item.active .option_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.4rem);
  background-color: #f4f4f4;
  border-radius: 1rem;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .select_item.active .options {
  display: flex;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .d-flex {
  flex: 1;
  position: relative;
  margin-right: 1rem;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .d-flex .date_label {
  position: absolute;
  top: -3.7rem;
  left: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #717171;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .d-flex input {
  max-width: 26.3rem;
  height: 5rem;
  padding-left: 1.6rem;
  background-color: #fff;
  background-image: url(../images/icon/ic_calendar_gray.svg);
  background-size: auto 1.9rem;
  background-position: center right 1.6rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
  font-family: "Pretendard";
  font-size: 1.6rem;
  font-weight: 500;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .d-flex input::placeholder {
  opacity: 1;
  color: #000;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .d-flex .px-2 {
  padding: 0 1rem;
  font-size: 1.6rem;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .table_wrap table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .table_wrap table thead tr {
  height: 3.2rem;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .table_wrap table thead tr th {
  overflow: hidden;
  background-color: #eeeeee;
  border-top: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
  font-size: 1.3rem;
  font-weight: 500;
  color: #717171;
  text-align: center;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .table_wrap table thead tr th:first-child {
  padding: 0 1rem;
  border-left: 0.1rem solid #e5e5e5;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .table_wrap table thead tr th:first-child .checkbox_group input[type=checkbox] {
  display: none;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .table_wrap table thead tr th:first-child .checkbox_group input[type=checkbox]:checked ~ label::before {
  background-image: url(../images/sub/mr/ic_checkbox_active.svg);
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .table_wrap table thead tr th:first-child .checkbox_group label {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #565656;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .table_wrap table thead tr th:first-child .checkbox_group label::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/sub/mr/ic_checkbox.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .table_wrap table thead tr th:last-child {
  padding-right: 1rem;
  border-right: 0.1rem solid #e5e5e5;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .table_wrap table thead tr th.tit {
  padding: 0 2rem;
  text-align: left;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .table_wrap table thead tr th.date {
  min-width: 8.7rem;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .table_wrap table tbody tr td {
  padding: 2rem 0 2rem;
  border-bottom: 0.1rem solid #ededed;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3e3e3e;
  text-align: center;
  vertical-align: text-top;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .table_wrap table tbody tr td:first-child {
  padding-left: 1rem;
  vertical-align: middle;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .table_wrap table tbody tr td:first-child .checkbox_group input[type=checkbox] {
  display: none;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .table_wrap table tbody tr td:first-child .checkbox_group input[type=checkbox]:checked ~ label::before {
  background-image: url(../images/sub/mr/ic_checkbox_active.svg);
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .table_wrap table tbody tr td:first-child .checkbox_group label {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #565656;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .table_wrap table tbody tr td:first-child .checkbox_group label::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/sub/mr/ic_checkbox.svg) no-repeat center/cover;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .table_wrap table tbody tr td:last-child {
  padding-right: 1rem;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .table_wrap table tbody tr td.tit {
  padding: 2rem;
  line-height: 2.2rem;
  text-align: left;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .pagination {
  margin: 3rem 0 0;
  padding: 0;
}
#wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .mo_table_list {
  display: none;
}
@media (max-width: 1280px) {
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap .swiper-button-prev, #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap .swiper-button-next {
    width: 4.2rem;
    height: 4.2rem;
    background-size: 1.6rem;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .scroll_info {
    right: 4.8rem;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box {
    right: 5rem;
  }
}
@media (max-width: 1024px) {
  #wrap .container_renewal.mr .mr_wrap .content_wrap {
    gap: 5rem;
    flex-direction: column;
  }
  #wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box {
    padding-top: 0;
    width: 100%;
  }
  #wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .btn_box {
    display: flex;
    gap: 1.1rem;
  }
  #wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .btn_box .btn_inquiry {
    margin-top: 0;
  }
  #wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .go_detoxmall {
    display: none;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    border-left: none;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .shortsSwiper {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    border-left: none;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    border-left: none;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    border-left: none;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    border-left: none;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper {
    height: calc(100vh - 20rem);
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_box {
    width: 42vw;
  }
}
@media (max-width: 991px) {
  #wrap .container_renewal.mr#mr {
    margin-top: 0;
  }
  #wrap .container_renewal.mr#mrNotice {
    margin-top: -11.1rem;
  }
  #wrap .container_renewal.mr#complimentGuide {
    margin-top: -11.1rem;
  }
  #wrap .container_renewal.mr#educationVideo {
    margin-top: -16rem;
  }
}
@media (max-width: 768px) {
  #wrap .container_renewal.mr .mr_wrap .content_wrap .mo_go_mr {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    padding: 2rem 0;
    border-bottom: 0.1rem solid #e5e5e5;
    font-size: 1.3rem;
    font-weight: 500;
    color: #2e2e2e;
  }
  #wrap .container_renewal.mr .mr_wrap .content_wrap .mo_go_mr::before {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/sub/mr/ic_arrow_mo.svg) no-repeat center/cover;
  }
  #wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .mypage_tit {
    margin-bottom: 1.2rem;
    padding-left: 0;
    font-size: 2.8rem;
    text-align: center;
  }
  #wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .btn_tit_nav {
    height: 5.9rem;
    margin: 0;
    padding-left: 0;
    background: none;
    border-bottom: 0.1rem solid #e5e5e5;
  }
  #wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .btn_tit_nav::after {
    bottom: 2rem;
    transform: rotate(90deg);
    width: 1.8rem;
    height: 1.8rem;
    background: url(../images/sub/mr/ic_arrow_link.svg) no-repeat center/cover;
  }
  #wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .btn_tit_nav.btn_customer::after {
    display: none;
  }
  #wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .btn_tit_nav.active::after {
    transform: rotate(270deg);
  }
  #wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .nav_list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-top: 1rem;
  }
  #wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .nav_list li a {
    height: 4.3rem;
    padding: 0 2.7rem;
    font-size: 1.6rem;
    font-weight: 600;
  }
  #wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .nav_list.active {
    max-height: 30rem;
  }
  #wrap .container_renewal.mr .mr_wrap .content_wrap .mr_nav_wrap .nav_box .btn_box {
    padding: 2rem 0 0;
  }
  #wrap .container_renewal.mr .mo_go_detoxmall {
    display: block;
    margin-top: 3rem;
  }
  #wrap .container_renewal.mr .mo_go_detoxmall img {
    width: 100%;
  }
  #wrap .container_renewal.mr#mr {
    margin-top: 7.2rem;
    margin-bottom: 8rem;
    padding-top: 0;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap h3 {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap h3 .btn_tit_link {
    width: 3rem;
    height: 3rem;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap h4 {
    font-size: 2.4rem !important;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap h4 .btn_tit_link {
    width: 3rem;
    height: 3rem;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .shortsSwiper {
    margin-bottom: 4rem;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide {
    width: 16.8rem;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide {
    border-radius: 1.6rem;
    height: 28.6rem;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .view {
    left: 1.6rem;
    bottom: 1.6rem;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .update_notie {
    display: none;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .mo_update_notice {
    display: block;
    margin-bottom: 4rem;
    border-top: 0.1rem solid #e5e5e5;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .mo_update_notice .btn_notice {
    display: block;
    padding: 2rem 0;
    border-bottom: 0.1rem solid #e5e5e5;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .mo_update_notice .btn_notice .tit {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    color: #3e3e3e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .mo_update_notice .btn_notice .detail_wrap {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    margin-top: 1.4rem;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .mo_update_notice .btn_notice .detail_wrap .item {
    font-size: 1.4rem;
    font-weight: 600;
    color: #e6002d;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .mo_update_notice .btn_notice .detail_wrap .disease {
    margin-left: auto;
    font-size: 1.4rem;
    font-weight: 500;
    color: #3e3e3e;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .mo_update_notice .btn_notice .detail_wrap .date {
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    color: #3e3e3e;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .mo_update_notice .btn_notice .detail_wrap .date::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.4rem;
    left: -0.8rem;
    width: 0.1rem;
    height: 0.8rem;
    background-color: #d9d9d9;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .matching_wrap .matching_percent_wrap {
    margin-bottom: 1.6rem;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .matching_wrap .table_wrap .scroll_content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .matching_wrap .table_wrap .scroll_content::-webkit-scrollbar {
    display: none;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .matching_wrap .table_wrap table {
    min-width: 86rem;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .matching_wrap .table_wrap .scroll_track {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    height: 0.4rem;
    margin-top: 1rem;
    background-color: #eeeeee;
    border-radius: 1rem;
  }
  #wrap .container_renewal.mr#mr .mr_wrap .content_wrap .mr_content_wrap .matching_wrap .table_wrap .scroll_track .scroll_thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-color: #717171;
    border-radius: 1rem;
  }
  #wrap .container_renewal.mr#mrNotice {
    margin-top: -3.8rem;
    margin-bottom: 8rem;
    padding-top: 0rem;
    background-color: #FAFAFA;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap {
    gap: 4rem;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .mr_nav_wrap {
    display: none;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap h3 {
    margin-bottom: 4rem;
    text-align: center;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .major_notice {
    gap: 2rem;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .major_notice .notice_box {
    width: 100%;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .major_notice .notice_box .notice_list li:nth-child(n+2) {
    display: none;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .major_notice .notice_box .notice_list li a {
    gap: 0.8rem;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 0.1rem solid #e5e5e5;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .major_notice .notice_box.last .notice_list li {
    width: 100%;
    border-bottom: none;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap {
    gap: 0;
    flex-wrap: wrap;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .d-flex {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .d-flex input {
    max-width: none;
    width: calc(50% + 1rem);
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .select_item {
    width: 15.6rem;
    margin-right: 2rem;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .select_item .option_btn {
    font-size: 1.5rem;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .search_group {
    order: 1;
    flex: none;
    max-width: none;
    width: 100%;
    margin-top: 1rem;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .checkbox_group {
    margin: 0;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .btn_wrap .write_delete_group {
    display: none;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap {
    margin: 1rem 0 1.6rem;
    padding: 0;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_tit {
    pointer-events: auto;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 1.4rem 1.2rem 1.4rem 1.6rem;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_tit::before {
    content: "열기";
    display: block;
    position: absolute;
    right: 3.6rem;
    font-size: 1.3rem;
    font-weight: 500;
    color: #565656;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_tit::after {
    content: "";
    display: block;
    position: absolute;
    right: 1.2rem;
    transform: rotate(-90deg);
    width: 2rem;
    height: 2rem;
    background: url(../images/sub/mr/ic_arrow_mo.svg) no-repeat center/cover;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_tit.active::before {
    content: "접기";
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_tit.active::after {
    transform: rotate(90deg);
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box {
    max-height: 0;
    overflow: hidden;
    gap: 1.2rem;
    flex-direction: column;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .select_item {
    width: calc(100% - 3.2rem);
    margin-left: 1.6rem;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .select_item .option_btn {
    font-size: 1.5rem;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .select_item:first-child {
    margin-top: 1rem;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .select_item:last-child {
    margin-bottom: 2.4rem;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .d-flex {
    flex-wrap: wrap;
    position: relative;
    margin: 0;
    padding: 0 1.6rem 1.6rem;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .d-flex .date_label {
    position: static;
    width: 100%;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box .d-flex input {
    max-width: none;
    width: calc(50% - 1rem);
    font-size: 1.5rem;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .filter_wrap .filter_box.active {
    overflow: visible;
    max-height: 30rem;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_write_delete_group {
    display: flex;
    gap: 0.7rem;
    margin-bottom: 3.2rem;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_write_delete_group button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 5rem;
    border-radius: 3rem;
    font-size: 1.5rem;
    font-weight: 600;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_write_delete_group button.btn_write {
    background-color: #e6002d;
    color: #fff;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_write_delete_group button.btn_delete {
    background-color: #eeeeee;
    color: #717171;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .table_wrap {
    display: none;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_table_list {
    display: block;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_table_list .all_checkbox_group {
    height: 3.2rem;
    padding: 0.6rem 1rem;
    background-color: #eeeeee;
    border: 0.1rem solid #e5e5e5;
    border-radius: 1rem;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_table_list .all_checkbox_group input[type=checkbox] {
    display: none;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_table_list .all_checkbox_group input[type=checkbox]:checked ~ label::before {
    background-image: url(../images/sub/mr/ic_checkbox_active.svg);
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_table_list .all_checkbox_group label {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 600;
    color: #717171;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_table_list .all_checkbox_group label::before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background: url(../images/sub/mr/ic_checkbox.svg) no-repeat center/cover;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_table_list .list_wrap .list_item {
    display: flex;
    gap: 1.2rem;
    padding: 2rem 1.6rem 2rem 1rem;
    border-bottom: 0.1rem solid #e5e5e5;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_table_list .list_wrap .list_item .checkbox_group {
    flex-shrink: 0;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_table_list .list_wrap .list_item .checkbox_group input[type=checkbox] {
    display: none;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_table_list .list_wrap .list_item .checkbox_group input[type=checkbox]:checked ~ label::before {
    background-image: url(../images/sub/mr/ic_checkbox_active.svg);
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_table_list .list_wrap .list_item .checkbox_group label {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 600;
    color: #565656;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_table_list .list_wrap .list_item .checkbox_group label::before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background: url(../images/sub/mr/ic_checkbox.svg) no-repeat center/cover;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_table_list .list_wrap .list_item a {
    flex: 1;
    display: flex;
    gap: 1.4rem;
    flex-direction: column;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_table_list .list_wrap .list_item a .tit {
    font-size: 1.6rem;
    font-weight: 600;
    color: #3e3e3e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_table_list .list_wrap .list_item a .detail_wrap {
    display: flex;
    align-items: center;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_table_list .list_wrap .list_item a .detail_wrap .item {
    font-size: 1.4rem;
    font-weight: 600;
    color: #e6002d;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_table_list .list_wrap .list_item a .detail_wrap .disease {
    margin-left: auto;
    font-size: 1.4rem;
    font-weight: 500;
    color: #3e3e3e;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_table_list .list_wrap .list_item a .detail_wrap .date {
    position: relative;
    margin-left: 1.6rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #3e3e3e;
  }
  #wrap .container_renewal.mr#mrNotice .mr_wrap .content_wrap .notice_wrap .table_total_wrap .mo_table_list .list_wrap .list_item a .detail_wrap .date::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.4rem;
    left: -0.8rem;
    width: 0.1rem;
    height: 0.8rem;
    background-color: #d9d9d9;
  }
  #wrap .container_renewal.mr#complimentGuide {
    margin-top: -3.8rem;
    margin-bottom: 8rem;
    padding-top: 0rem;
    background-color: #fafafa;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap {
    gap: 2rem;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .mr_nav_wrap {
    display: none;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap {
    gap: 0;
    flex-wrap: wrap;
    margin: 2rem 0 3.2rem;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .d-flex {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .d-flex input {
    max-width: none;
    width: calc(50% + 1rem);
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .select_item {
    order: 1;
    width: 15.6rem;
    margin-right: 2rem;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .select_item .option_btn {
    font-size: 1.5rem;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .checkbox_group {
    order: 2;
    margin: 0;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .search_group {
    order: 3;
    flex: none;
    max-width: none;
    width: 100%;
    margin-top: 1rem;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .write_delete_group {
    order: 4;
    gap: 0.7rem;
    width: 100%;
    margin-top: 1.6rem;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .btn_wrap .write_delete_group button {
    flex: 1;
    width: auto;
    height: 5rem;
    font-size: 1.5rem;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap {
    margin: 1rem 0 1.6rem;
    padding: 0;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_tit {
    pointer-events: auto;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 1.4rem 1.2rem 1.4rem 1.6rem;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_tit::before {
    content: "열기";
    display: block;
    position: absolute;
    right: 3.6rem;
    font-size: 1.3rem;
    font-weight: 500;
    color: #565656;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_tit::after {
    content: "";
    display: block;
    position: absolute;
    right: 1.2rem;
    transform: rotate(-90deg);
    width: 2rem;
    height: 2rem;
    background: url(../images/sub/mr/ic_arrow_mo.svg) no-repeat center/cover;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_tit.active::before {
    content: "접기";
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_tit.active::after {
    transform: rotate(90deg);
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box {
    max-height: 0;
    overflow: hidden;
    gap: 1.2rem;
    flex-direction: column;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .select_item {
    width: calc(100% - 3.2rem);
    margin-left: 1.6rem;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .select_item .option_btn {
    font-size: 1.5rem;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .select_item:first-child {
    margin-top: 1rem;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .select_item:last-child {
    margin-bottom: 2.4rem;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .d-flex {
    flex-wrap: wrap;
    position: relative;
    margin: 0;
    padding: 0 1.6rem 1.6rem;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .d-flex .date_label {
    position: static;
    width: 100%;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box .d-flex input {
    max-width: none;
    width: calc(50% - 1rem);
    font-size: 1.5rem;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .filter_wrap .filter_box.active {
    overflow: visible;
    max-height: 30rem;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .table_wrap {
    display: none;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .mo_table_list {
    display: block;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .mo_table_list .all_checkbox_group {
    height: 3.2rem;
    padding: 0.6rem 1rem;
    background-color: #eeeeee;
    border: 0.1rem solid #e5e5e5;
    border-radius: 1rem;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .mo_table_list .all_checkbox_group input[type=checkbox] {
    display: none;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .mo_table_list .all_checkbox_group input[type=checkbox]:checked ~ label::before {
    background-image: url(../images/sub/mr/ic_checkbox_active.svg);
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .mo_table_list .all_checkbox_group label {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 600;
    color: #717171;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .mo_table_list .all_checkbox_group label::before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background: url(../images/sub/mr/ic_checkbox.svg) no-repeat center/cover;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .mo_table_list .list_wrap .list_item {
    display: flex;
    gap: 1.2rem;
    padding: 2rem 1.6rem 2rem 1rem;
    border-bottom: 0.1rem solid #e5e5e5;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .mo_table_list .list_wrap .list_item .checkbox_group {
    flex-shrink: 0;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .mo_table_list .list_wrap .list_item .checkbox_group input[type=checkbox] {
    display: none;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .mo_table_list .list_wrap .list_item .checkbox_group input[type=checkbox]:checked ~ label::before {
    background-image: url(../images/sub/mr/ic_checkbox_active.svg);
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .mo_table_list .list_wrap .list_item .checkbox_group label {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 600;
    color: #565656;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .mo_table_list .list_wrap .list_item .checkbox_group label::before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background: url(../images/sub/mr/ic_checkbox.svg) no-repeat center/cover;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .mo_table_list .list_wrap .list_item a {
    flex: 1;
    display: flex;
    gap: 1.4rem;
    flex-direction: column;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .mo_table_list .list_wrap .list_item a .tit {
    font-size: 1.6rem;
    font-weight: 600;
    color: #3e3e3e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .mo_table_list .list_wrap .list_item a .detail_wrap {
    display: flex;
    align-items: center;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .mo_table_list .list_wrap .list_item a .detail_wrap .name {
    font-size: 1.4rem;
    font-weight: 500;
    color: #3e3e3e;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .mo_table_list .list_wrap .list_item a .detail_wrap .date {
    position: relative;
    margin-left: 1.6rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #3e3e3e;
  }
  #wrap .container_renewal.mr#complimentGuide .mr_wrap .content_wrap .compliment_wrap .mo_table_list .list_wrap .list_item a .detail_wrap .date::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.4rem;
    left: -0.8rem;
    width: 0.1rem;
    height: 0.8rem;
    background-color: #d9d9d9;
  }
  #wrap .container_renewal.mr#educationVideo {
    margin-top: -14.7rem;
    margin-bottom: 8rem;
    padding-top: 0rem;
    background-color: #fafafa;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap {
    gap: 4rem;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .mr_nav_wrap {
    display: none;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap h3 {
    margin-bottom: 1.2rem;
    font-size: 2.8rem;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap h4 {
    font-size: 1.5rem !important;
    line-height: 2rem;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    border-bottom: none;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 1.6rem;
    width: calc(100% - 3.2rem);
    height: 0.1rem;
    background-color: #e5e5e5;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-btn-wrap .swiper-button-next, #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-btn-wrap .swiper-button-prev {
    width: 4rem;
    height: 4.8rem;
    background-image: url(../images/sub/mr/ic_swiper_arrow_white.svg);
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-btn-wrap .swiper-button-prev {
    left: -0.4rem;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-btn-wrap .swiper-button-next {
    right: -0.4rem;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container {
    padding: 2rem 0 3.2rem;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container::before, #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container::after {
    display: none;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide {
    min-width: 16.8rem;
    width: 44.8%;
    height: 0;
    padding-bottom: 76.27%;
    border-radius: 1.6rem;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide {
    position: absolute;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .view {
    bottom: 1.6rem;
    left: 1.6rem;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .shortsSwiper .swiper-container .swiper-wrapper .swiper-slide-active {
    transform: translateY(-2rem) !important;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_btn_scroll_wrap {
    overflow: hidden;
    position: relative;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_btn_scroll_wrap .tab_btn_wrap {
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 1.6rem;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_btn_scroll_wrap .tab_btn_wrap::-webkit-scrollbar {
    display: none;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_btn_scroll_wrap .tab_btn_wrap .btn_tab {
    flex-shrink: 0;
    width: 8.2rem;
    height: 4rem;
    padding: 0;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_btn_scroll_wrap.left_shadow::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 3rem;
    height: 4.6rem;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_btn_scroll_wrap.right_shadow::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 3rem;
    height: 4.6rem;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .shorts_total_wrap {
    gap: 0.7rem;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .shorts_total_wrap .shorts_box {
    position: relative;
    width: calc(50% - 0.4rem);
    height: 0;
    padding-bottom: 83.27%;
    border-radius: 1.6rem;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .shorts_total_wrap .shorts_box .shorts_view_box {
    position: absolute;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .shorts_total_wrap .shorts_box .shorts_view_box .view {
    bottom: 1.6rem;
    left: 1.6rem;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .shorts_total_wrap .shorts_box .btn_shorts_slide {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #wrap .container_renewal.mr#educationVideo .mr_wrap .content_wrap .shorts_wrap .tab_wrap .tab_contents .tab_content .pagination {
    justify-content: center;
  }
  #wrap .container_renewal.mr#educationVideoDetail {
    margin-top: 6rem;
    margin-bottom: 8rem;
    padding-top: 2rem;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .mr_nav_wrap {
    display: none;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .btn_back {
    gap: 0.4rem;
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .btn_back::before {
    width: 1.6rem;
    height: 1.6rem;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper {
    position: relative;
    padding-top: 2rem;
    height: auto;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap {
    top: calc(50% - 4rem);
    right: 0;
    width: 0;
    height: 4.2rem;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap .swiper-button-prev {
    position: absolute;
    top: 0;
    left: -89vw;
    transform: scaleX(-1) translateY(0);
    z-index: 5;
    width: 4rem;
    height: 4.8rem;
    background: url(../images/sub/mr/ic_swiper_arrow_shadow.svg) no-repeat center/cover;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-btn-wrap .swiper-button-next {
    position: absolute;
    top: 0;
    right: 1rem;
    transform: translateY(0);
    z-index: 5;
    width: 4rem;
    height: 4.8rem;
    background: url(../images/sub/mr/ic_swiper_arrow_shadow.svg) no-repeat center/cover;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .btn_temp {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    transform: translateY(-50%);
    width: 100%;
    height: 50%;
    background-color: rgba(230, 0, 45, 0);
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .scroll_info {
    display: none;
  }
  @keyframes fadeOutAndHide {
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .scroll_info_mo {
    display: flex;
    gap: 0.6rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 21.7rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 15rem;
    height: 15rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    opacity: 1;
    animation: fadeOutAndHide 0.4s ease 3s forwards;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .scroll_info_mo::before {
    content: "";
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    background: url(../images/sub/mr/ic_scroll_mo.svg) no-repeat center/cover;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box {
    justify-content: center;
    position: relative;
    left: 0;
    transform: translateX(0);
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_box {
    max-width: none;
    width: 100%;
    height: 0;
    padding-bottom: 170.3%;
    border-radius: 1.6rem;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_box .view {
    height: 2.2rem;
    font-size: 1.2rem;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_box .view::before {
    width: 1.4rem;
    height: 1.4rem;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap {
    gap: 0.6rem;
    position: absolute;
    right: 1.2rem;
    bottom: 2rem;
    height: auto;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button {
    gap: 0.3rem;
    font-size: 1.2rem;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button .ic_box {
    width: 3.6rem;
    height: 3.6rem;
    background-size: 1.9rem !important;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .transition_box .shorts_btn_wrap button .num {
    color: #fff;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box {
    display: block !important;
    position: static;
    width: 100%;
    height: auto;
    margin-top: 3rem;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    transition: none;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .comments_tit {
    pointer-events: auto;
    gap: 0.5rem;
    padding: 1.7rem 0;
    font-size: 2.4rem;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .comments_tit::after {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    margin-left: auto;
    background: url(../images/sub/mr/ic_comment_arrow.svg) no-repeat center/cover;
    transform: rotate(180deg);
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .comments_tit.active::after {
    transform: rotate(0);
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box {
    display: none;
    padding: 2rem 0 4rem;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .scroll_box.active {
    display: block;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .textarea_box {
    display: none;
    padding: 0;
    border-top: none;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .textarea_box.active {
    display: block;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .textarea_box .textarea_group {
    height: 12rem;
    padding: 1.6rem;
    border-radius: 1rem;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide .comments_box .textarea_box .textarea_group .btn_write {
    margin-top: auto;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide .shorts_slide.active .transition_box {
    left: 0;
  }
  #wrap .container_renewal.mr#educationVideoDetail .mr_wrap .content_wrap .shorts_detail_wrap .shortsDetailSwiper .swiper-container .swiper-wrapper .swiper-slide-active .shorts_slide .comments_box {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
}
@media (max-width: 575px) {
  #wrap .container_renewal.mr#mr {
    margin-top: 2rem;
  }
  #wrap .container_renewal.mr#mrNotice {
    margin-top: -9rem;
  }
  #wrap .container_renewal.mr#complimentGuide {
    margin-top: -9rem;
  }
  #wrap .container_renewal.mr#educationVideo {
    margin-top: -15.5rem;
  }
}

/*# sourceMappingURL=style.css.map */
