html,
body {
  background: #221d49;
}
.award_login_wrap {
  background: #221d49;
}
.main_award_logo {
  width: 22.25%;
  max-width: 120px;
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.main_60_title {
  width: 48.5%;
  max-width: 240px;
  position: absolute;
  left: 50%;
  top: 23.4%;
  transform: translateX(-50%);
  z-index: 1;
}
.main_pattern_img_top {
  width: 100%;
  max-width: 800px;
  left: -1px;
  top: -1px;
}
.main_pattern_img_bottom {
  width: 100%;
  max-width: 500px;
  right: 0;
  bottom: 0;
}
.enter_award_info_wrap {
  position: absolute;
  left: 50%;
  top: 41%;
  transform: translateX(-50%);
  z-index: 1;
}
.enter_award_info_wrap .code_input {
  padding-bottom: 8px;
  text-align: center;
  font-size: 20px !important;
  background: none;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #757ea2;
  color: #757ea2;
}
.enter_award_info_wrap .code_input::placeholder {
  color: #636c7f !important;
}
.enter_award_60_button {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 50px;
  border: none;
  font-weight: 900;
  background: #aebce0;
}
.enter_award_60_button span {
  color: #221d49;
}

/* //* ceo 인사말 페이지 */
.ceo_message_wrap {
  height: 100%;
  background: #221d49;
}
/* ceo 메세지 상단타이틀 */
.ceo_message_normal_background {
  height: 31vh;
  height: calc(var(--vh) * 31);
  height: 31dvh;
}
.ceo_message_scroll_background {
  height: 23vh;
  height: calc(var(--vh, 1vh) * 23);
  height: 23dvh;
}
.ceo_message_normal_background,
.ceo_message_scroll_background {
  width: 100%;
  opacity: 0;
  background: #221d49;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  /* transition: 0.2s; */
}
.ceo_message_normal_background.active,
.ceo_message_scroll_background.active {
  opacity: 1;
}
.ceo_message_title_img {
  width: 43%;
  max-width: 25.39%;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
  z-index: 1;
}
.ceo_message_obj_img {
  width: 90%;
  max-width: 36.13%;
  position: absolute;
  right: 0px;
  top: 0px;
}
.ceo_message_scroll_background .ceo_message_title_img {
  max-width: 600px;
  top: 25%;
}
.ceo_message_obj_img_left {
  width: 25%;
  position: absolute;
  left: 0;
  top: 0;
}
.ceo_message_obj_img_middle {
  width: 13%;
  position: absolute;
  left: 48%;
  top: 0;
  transform: translateX(-50%);
}
.ceo_message_obj_img_right {
  width: 17%;
  position: absolute;
  right: 0;
  top: 0;
}
/* ceo 메세지 영역 */
.ceo_message_content_wrap {
  width: 100%;
  height: calc(100vh - 31vh);
  height: calc(calc(var(--vh, 1vh) * 100) - calc(var(--vh, 1vh) * 31));
  height: calc(100dvh - 31dvh);
  border-radius: 120px 0 0 0;
  position: absolute;
  left: 0;
  top: 31vh;
  top: calc(var(--vh, 1vh) * 31);
  top: 31dvh;
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
  touch-action: pan-y;
  transition: 0.5s;
}
.ceo_message_wrap.scroll .ceo_message_content_wrap {
  height: calc(100vh - 23vh);
  height: calc(calc(var(--vh, 1vh) * 100) - calc(var(--vh, 1vh) * 23));
  height: calc(100dvh - 23dvh);
  top: 23vh;
  top: calc(var(--vh, 1vh) * 23);
  top: 23dvh;
}
.ceo_message_content {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
  padding-top: 10%;
  padding-bottom: 15%;
  background: #d8deec;
  border-radius: 120px 0 120px 0;
}
.award_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 40px;
  padding: 0 25px;
  border-radius: 23px;
  background: #221d49;
}
.award_label span {
  font-size: 20px;
  font-weight: bold;
  color: #aebce0;
}
.ceo_img {
  width: 80%;
  max-width: 500px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.ceo_message_text_wrap {
  gap: 28px;
}
.ceo_message_text {
  color: #221d49;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.2px;
}
.motion_text {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.8s;
}
.motion_text.active {
  transform: translateY(0px);
  opacity: 1;
}
.ceo_message_text.ceo_info {
  font-size: 16px;
  letter-spacing: -0.5px;
}
.ceo_sign {
  width: 30%;
}
.ceo_name {
  font-size: 22px;
  font-weight: bold;
}
.slogan_label {
  margin-top: 120px;
}
.slogan_img {
  width: 100%;
  max-width: 500px;
}
.my_award_info_label {
  margin-top: 120px;
}
.my_award_info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 500px;
  aspect-ratio: 1/1.517;
  position: relative;
}
.my_award_bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.my_award_info .award_logo_wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 22%;
  transform: translateX(-50%);
}
.my_award_info .award_logo_wrap img {
  height: 100%;
}
.my_award_info .profile_img_wrap {
  width: 33%;
  border-radius: 100vw;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.my_award_info .profile_img_wrap img {
  width: 100%;
}
.my_award_info .text_wrap {
  color: #e2cec0;
  position: absolute;
  left: 50%;
  top: 69%;
  transform: translateX(-50%);
}
.my_award_info .text_wrap .region,
.my_award_info .text_wrap .agency {
  font-weight: 600;
}
.my_award_info .text_wrap .name {
  margin-top: 1px;
  letter-spacing: 4px;
  font-size: 34px;
  font-weight: 700;
}
.my_img_download_button,
.logout_button {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 72%;
  max-width: 400px;
  height: 40px;
  border: none;
}
.my_img_download_button {
  background: #e94e4c;
}
.logout_button {
  background: #4d4d4d;
}
.my_img_download_button span,
.logout_button span {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.next_page_text {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
}
.next_page_text span {
  color: #d8deec;
}

/* //* 수상자 페이지 nav slide */
.award_list_slide .award_nav_slide {
  height: 80px;
  min-height: 80px;
  padding: 0 20px;
  background: #221d49;
}
.award_nav_slide_container {
  justify-content: center;
}
.award_list_slide .award_nav_slide .swiper-slide {
  display: inline-flex;
  justify-content: center;

  max-width: fit-content;
  background: #221d49;
}
.award_list_slide .award_nav_slide .swiper-slide span {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 32px;
  padding: 0px 12px;
  color: #c6cfe5;
  font-size: 18px;
  font-weight: bold;
  background: none;
  border-radius: 20px;
  border: 0.75px solid #c6cfe5;
}
.award_list_slide .award_nav_slide .swiper-slide.active span {
  color: #353b59;
  background: #c6cfe5;
}

/* //* 수상자 페이지 */
.award_content_slide .content_platinum,
.award_content_slide .content_honor,
.award_content_slide .content_all,
.award_content_slide .content_by_award,
.award_content_slide .content_by_region {
  background: #221d49;
  overflow-y: auto;
  touch-action: pan-y;
}
.award_content_slide .content_wrap {
  flex: 1;
  background: #221d49;
}
.award_content_slide .content_section_wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;

  width: 100%;
  padding: 5% 0% 20% 0%;
  background: #d8deec;
  border-radius: 120px 0 120px 0;
}
.award_category {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 40px;
}
.award_category .top {
  font-size: 17px;
  font-weight: 700;
  color: #4b5da3;
}
.award_category .bottom {
  font-weight: bold;
  font-size: 22px;
  color: #221d49;
  margin-top: -2px;
}
.award_category img {
  height: 17px;
}
/* 내 수상정보 자세히보기 팝업 */
.fullscreen_img_detail_swiper_wrap .content_wrap .award_wrap {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  aspect-ratio: 1/1.58486;
}
.fullscreen_img_detail_swiper_wrap .content_wrap .award_wrap .background_img {
  width: 100%;
  aspect-ratio: 1/1.58486;
}
.fullscreen_img_detail_swiper_wrap .content_wrap .award_wrap .symbol_wrap {
  display: flex;

  width: 100%;
  position: absolute;
  left: 50%;
  top: 18%;
  transform: translateX(-50%);
}
.fullscreen_img_detail_swiper_wrap .content_wrap .award_wrap .symbol_wrap img {
  width: auto;
  height: 64px;
}
.fullscreen_img_detail_swiper_wrap
  .content_wrap
  .award_wrap
  .my_award_profile_img {
  width: 40%;
  border-radius: 100vw;
  overflow: hidden;
  position: relative;
}
.fullscreen_img_detail_swiper_wrap
  .content_wrap
  .award_wrap
  .my_award_profile_img
  img {
  width: 100%;
}
.fullscreen_img_detail_swiper_wrap .content_wrap .award_wrap .text_wrap {
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: 15%;
  transform: translateX(-50%);
}
.fullscreen_img_detail_swiper_wrap .content_wrap .award_wrap .text_wrap .region,
.fullscreen_img_detail_swiper_wrap .content_wrap .award_wrap .text_wrap .agency,
.fullscreen_img_detail_swiper_wrap .content_wrap .award_wrap .text_wrap .name {
  color: #e2cec0;
}
.fullscreen_img_detail_swiper_wrap .content_wrap .award_wrap .text_wrap .name {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 4px;
}
/* 수상자 리스트아이템 */
.award_content_slide .content_wrap .item_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8px;
  row-gap: 12px;

  width: 90%;
  margin: 0 auto;
}
.award_content_slide .content_wrap .item_wrap:not(.platinum_type) {
  grid-template-columns: repeat(3, 1fr);
}
.award_content_slide .content_wrap .item_wrap img {
  width: 100%;
}
.award_content_slide .content_wrap .item_wrap .item {
  border: 3px solid #ffffff;
  border-radius: 15px;
  background: #fff;
  box-shadow: 5px 5px 10px #cccccc;
  overflow: hidden;
}
.award_content_slide .content_wrap .item_wrap:not(.platinum_type) .item {
  border-radius: 7px;
}
.award_content_slide .content_wrap .item_wrap .item img {
  border-radius: 15px 15px 0 0;
}
.award_content_slide .content_wrap .item_wrap:not(.platinum_type) .item img {
  border-radius: 7px 7px 0 0;
}
.award_content_slide .content_wrap .item_wrap .item .text_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
  margin-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  letter-spacing: -1px;
}
.award_content_slide
  .content_wrap
  .item_wrap
  .item:not(.platinum_type)
  .text_wrap {
  padding-bottom: 0px;
}
.award_content_slide .content_wrap .item_wrap .item .text_wrap .agency {
  margin-top: -2px;
}
.award_content_slide .content_wrap .item_wrap .item .text_wrap .name {
  margin-left: 5px;
  font-size: 21px;
  letter-spacing: 4px;
  font-weight: 800;
}

/* //* 플래티넘 페이지 */
.award_content_slide .group_photo_wrap,
.award_content_slide .group_photo_wrap img {
  width: 100%;
}
.award_content_slide .content_platinum .content_section_wrap {
  margin-top: -100px;
}
.content_footer {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 140px;
  padding-bottom: 65px;
  background: #221d49;
}
.content_footer img {
  width: 50%;
  max-width: 350px;
}
.fullscreen_img_detail_swiper_wrap .content_wrap .img_detail_thumb_swiper {
  width: 80%;
  overflow: hidden;
  margin: 14px auto 0;
}
.fullscreen_img_detail_swiper_wrap .content_wrap .close_btn {
  width: 45px;
  height: 45px;
  background: none;
}
.fullscreen_img_detail_swiper_wrap .content_wrap .close_btn img {
  width: 100%;
  height: 100%;
}

/* //* 전체 수상자 페이지 */
.award_content_slide .content_all .content_section_wrap {
  min-height: 120vh;
  min-height: calc(calc(var(--vh, 1vh) * 120));
  min-height: 120dvh;
}
.content_all .content_section_wrap .search_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 90%;
  margin: 0 auto;
  background: none;
  border: 1.5px solid #221d49;
  padding: 8px 20px;
  border-radius: 100vw;
  height: 38px;
  position: relative;
}
.content_all .content_section_wrap .all {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.content_all .content_section_wrap .search_wrap input {
  background: none;
  border: 0;
  width: calc(100% - 29px);
  font-size: 16px;
  font-weight: 700;
}
.content_all .content_section_wrap .search_wrap input::placeholder {
  color: #636c7f;
}
.content_all .content_section_wrap .search_wrap input:focus,
.content_all .content_section_wrap .search_wrap input:focus-visible,
.content_all .content_section_wrap .search_wrap input:active {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}
.content_all .content_section_wrap .search_wrap button {
  height: 116%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.content_all .content_section_wrap .search_wrap button img {
  height: 100%;
}
.content_all .content_section_wrap .search_result {
  margin-top: -10px;
}
.award_content_slide .content_wrap .search_result .item_wrap {
  grid-template-columns: repeat(2, 1fr);
}
.content_all .content_section_wrap .search_result .tooltip {
  font-size: 16px;
}
.content_all .content_section_wrap .search_result .item {
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 8px 10px 8px 14px;
  border: none;
  border-radius: 10px;
  background: #e9ecf7;
  box-shadow: none;
}
.content_all .content_section_wrap .search_result .item .img_wrap {
  flex: 1.3;
}
.content_all .content_section_wrap .search_result .item .img_wrap img {
  border-radius: calc(50% - 2px);
}
.content_all .content_section_wrap .search_result .item .info_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 2;

  text-align: left;
}
.content_all .content_section_wrap .search_result .item .info_wrap .name {
  font-size: 14px;
  font-weight: bold;
}
.content_all .content_section_wrap .search_result .item .info_wrap .region {
  font-size: 9px;
  color: #333333;
  white-space: nowrap;
}
.content_all .content_section_wrap .search_result .item .info_wrap .agency {
  margin-top: -1px;
  font-size: 9px;
  color: #333333;
  white-space: nowrap;
}
.content_all
  .content_section_wrap
  .search_result
  .item
  .info_wrap
  .symbol_wrap {
  display: flex;
  gap: 5px;
  height: 45px;
}
.content_all
  .content_section_wrap
  .search_result
  .item
  .info_wrap
  .symbol_wrap
  img {
  height: 100%;
  width: auto;
}
.content_all .content_section_wrap .search_result .item .icon {
  flex: 0.2;
}

/* //* 상별보기 */
.award_list_slide .content_by_award .content_wrap {
  position: relative;
}
.content_by_award .content_section_wrap {
  min-height: calc(100vh - 221px);
  min-height: calc(calc(var(--vh, 1vh) * 100) - 221px);
  min-height: calc(100dvh - 221px);
  padding: 4% 5%;
  overflow-y: auto;
  touch-action: pan-y;
}
.content_by_award .content_section_wrap .category_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.content_by_award .content_section_wrap .category_wrap button {
  width: 70%;
  padding-bottom: 15px;
  background: none;
  border: none;
  border-bottom: 1px solid #8d85c9 !important;
  color: #221d49;
  font-size: 18px;
  font-weight: bold;
}
.award_list_slide .content_by_award .list_wrap {
  display: flex;
  flex-direction: column;

  width: 100%;
  min-height: calc(100vh - 221px);
  min-height: calc(calc(var(--vh, 1vh) * 100) - 221px);
  min-height: calc(100dvh - 221px);
  padding: 5% 0% 20% 0%;
  background: #d8deec;
  border-radius: 120px 0 120px 0;
  position: absolute;
  left: 0;
  top: 0;
}
.award_list_slide .content_by_award .list_wrap .content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.award_list_slide .content_by_award .list_wrap .back_btn {
  display: flex;
  align-items: center;

  width: 90%;
  height: 45px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 8px 20px;
  background: none;
  border: 1px solid #221d49;
  border-radius: 100vw;
  color: #221d49;
  position: relative;
}
.award_list_slide .content_by_award .list_wrap .back_btn img {
  height: 100%;
}
.list_wrap .back_btn span {
  font-family: "Pretendard" !important;
  font-size: 16px;
  font-weight: bold;
}

/* //* 본부별 보기 */
.award_list_slide .content_by_region .content_wrap {
  position: relative;
}
.content_by_region .content_section_wrap {
  align-items: center;

  min-height: calc(100vh - 221px);
  min-height: calc(calc(var(--vh, 1vh) * 100) - 221px);
  min-height: calc(100dvh - 221px);
  padding: 4% 5%;
  gap: 20px;
  overflow-y: auto;
  touch-action: pan-y;
}
.content_by_region .content_section_wrap .cate_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;

  width: 70%;
}
.content_by_region .content_section_wrap .cate_section .dep1_btn {
  width: 90%;
  padding: 14px 0;
  background: none;
  border: none;
  border-top: 1px solid #8d85c9;
  border-bottom: 1px solid #8d85c9;
  color: #221d49;
  font-size: 18px;
  font-weight: bold;
}
.content_by_region .content_section_wrap .cate_section .dep2_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content_by_region .content_section_wrap .cate_section .dep2_wrap button {
  width: 90%;
  background: none;
  border: none;
  color: #221d49;
  font-size: 16px;
}
.award_list_slide .content_by_region .list_wrap {
  display: flex;
  flex-direction: column;

  width: 100%;
  padding: 5% 0% 20% 0%;
  background: #d8deec;
  border-radius: 120px 0 120px 0;
  position: absolute;
  left: 0;
  top: 0;
}
.award_list_slide .content_by_region .list_wrap .back_btn {
  display: flex;
  align-items: center;

  width: 90%;
  height: 45px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 8px 20px;
  background: none;
  border: 1px solid #221d49;
  color: #221d49;
  border-radius: 100vw;
  position: relative;
}
.award_list_slide .content_by_region .list_wrap .back_btn img {
  height: 100%;
}

/* //!---------- 태블릿 ---------- */
@media screen and (max-width: 768px) {
  /* //* 메인 */
  .enter_award_info_wrap .code_input {
    font-size: 16px !important;
  }
  .button_text {
    font-size: 17px;
  }
  .main_button {
    height: 50px;
  }
  .main_button span {
    font-size: 16px;
  }
  .enter_award_60_button {
    height: 40px;
  }
  /* //* ceo 인사말 페이지 */
  /* ceo 메세지 상단타이틀 */
  .ceo_message_normal_background {
    height: 20vh;
    height: calc(var(--vh, 1vh) * 20);
    height: 20dvh;
  }
  .ceo_message_scroll_background {
    height: 14vh;
    height: calc(var(--vh, 1vh) * 14);
    height: 14dvh;
  }
  .ceo_message_scroll_background .ceo_message_title_img {
    width: 47%;
    top: 17%;
  }
  .ceo_message_obj_img_left {
    width: 23%;
  }
  .ceo_message_obj_img_middle {
    width: 11%;
  }
  .ceo_message_obj_img_right {
    width: 16%;
  }
  /* ceo 메세지 영역 */
  .ceo_message_content_wrap {
    height: calc(100vh - 20vh);
    height: calc(calc(var(--vh, 1vh) * 100) - calc(var(--vh, 1vh) * 20));
    height: calc(100dvh - 20dvh);
    border-radius: 80px 0 0 0;
    top: 20vh;
    top: calc(var(--vh, 1vh) * 20);
    top: 20dvh;
  }
  .ceo_message_wrap.scroll .ceo_message_content_wrap {
    height: calc(100vh - 14vh);
    height: calc(calc(var(--vh, 1vh) * 100) - calc(var(--vh, 1vh) * 14));
    height: calc(100dvh - 14dvh);
    top: 14vh;
    top: calc(var(--vh, 1vh) * 14);
    top: 14dvh;
  }
  .ceo_message_content {
    border-radius: 80px 0 80px 0;
  }
  .award_label {
    height: 38px;
    border-radius: 19px;
  }
  .award_label span {
    font-size: 20px;
  }
  .ceo_message_text_wrap {
    gap: 24px;
  }
  .ceo_message_text {
    font-size: 16px;
  }
  .ceo_message_text.ceo_info {
    font-size: 14px;
  }
  .ceo_name {
    font-size: 20px;
  }
  .slogan_label,
  .my_award_info_label {
    margin-top: 80px;
  }
  .my_img_download_button,
  .logout_button {
    width: 72%;
    max-width: 400px;
    height: 34px;
    border: none;
  }
  .my_img_download_button span,
  .logout_button span {
    font-size: 16px;
    font-weight: bold;
  }

  /* //* 수상자 네비게이션 영역 */
  .award_list_slide .award_nav_slide .swiper-slide span {
    height: 30px;
    font-size: 16px;
  }

  /* //* 수상자 페이지 */
  .award_content_slide .content_section_wrap {
    border-radius: 80px 0 80px 0;
  }
  .award_content_slide
    .content_wrap
    .item_wrap:not(.platinum_type)
    .item
    .text_wrap
    .region,
  .award_content_slide
    .content_wrap
    .item_wrap:not(.platinum_type)
    .item
    .text_wrap
    .agency {
    font-size: 14px;
  }
  .award_content_slide
    .content_wrap
    .item_wrap:not(.platinum_type)
    .item
    .text_wrap
    .name {
    font-size: 18px;
  }
  .content_footer {
    padding-bottom: 45px;
  }

  /* //* 플래티넘 페이지 */

  .award_list_slide .content_by_award .list_wrap {
    border-radius: 80px 0 80px 0;
  }
  .content_by_region .content_section_wrap {
    padding: 8% 5%;
  }
  .award_list_slide .content_by_region .list_wrap {
    border-radius: 80px 0 80px 0;
  }
}

/* //!---------- 모바일 ---------- */
@media screen and (max-width: 480px) {
  /* //* ceo 인사말 페이지 */
  /* ceo 메세지 상단타이틀 */
  .ceo_message_normal_background {
    height: 40vh;
    height: calc(var(--vh, 1vh) * 40);
    height: 40dvh;
  }
  .ceo_message_scroll_background {
    height: 18vh;
    height: calc(var(--vh, 1vh) * 18);
    height: 18dvh;
  }
  .ceo_message_title_img {
    width: 45%;
    max-width: unset;
    top: 52%;
  }
  .ceo_message_scroll_background .ceo_message_title_img {
    width: 100%;
    top: 0%;
  }
  .ceo_message_obj_img {
    width: 100%;
    max-width: unset;
  }
  .ceo_message_obj_img_left {
    width: 26%;
  }
  .ceo_message_obj_img_middle {
    width: 12%;
  }
  .ceo_message_obj_img_right {
    width: 25%;
  }
  /* ceo 메세지 영역 */
  .ceo_message_content_wrap {
    height: calc(100vh - 40vh);
    height: calc(calc(var(--vh, 1vh) * 100) - calc(var(--vh, 1vh) * 40));
    height: calc(100dvh - 35dvh);
    border-radius: 80px 0 0 0;
    top: 40vh;
    top: calc(var(--vh, 1vh) * 40);
    top: 40dvh;
  }
  .ceo_message_wrap.scroll .ceo_message_content_wrap {
    height: calc(100vh - 18vh);
    height: calc(calc(var(--vh, 1vh) * 100) - calc(var(--vh, 1vh) * 18));
    height: calc(100dvh - 18dvh);
    top: 18vh;
    top: calc(var(--vh, 1vh) * 18);
    top: 18dvh;
  }

  /* //* 수상자리스트 */
  .award_list_slide .award_nav_slide .award_nav_slide_container {
    justify-content: flex-start;
  }
  .award_content_slide .content_section_wrap {
    padding-top: 10%;
  }
  .award_content_slide
    .content_wrap
    .item_wrap:not(.platinum_type)
    .item
    .text_wrap
    .name {
    font-size: 16px;
  }
  .award_content_slide
    .content_wrap
    .item_wrap:not(.platinum_type)
    .item
    .text_wrap
    .region,
  .award_content_slide
    .content_wrap
    .item_wrap:not(.platinum_type)
    .item
    .text_wrap
    .agency {
    font-size: 12px;
  }
  .content_footer {
    height: 100px;
    padding-bottom: 45px;
  }
  .content_by_award .content_section_wrap {
    min-height: calc(100vh - 211px);
    min-height: calc(calc(var(--vh, 1vh) * 100) - 211px);
    min-height: calc(100dvh - 211px);
    padding: 11% 5%;
  }
  .content_by_region .content_section_wrap {
    gap: 20px;
    min-height: calc(100vh - 211px);
    min-height: calc(calc(var(--vh, 1vh) * 100) - 211px);
    min-height: calc(100dvh - 211px);
    padding: 8% 5% 20% 5%;
  }
  .award_list_slide .content_by_award .list_wrap {
    min-height: 120vh;
    min-height: calc(var(--vh, 1vh) * 120);
    min-height: 120dvh;
    padding: 10% 0% 20% 0%;
  }
  .award_list_slide .content_by_region .list_wrap {
    padding: 10% 0% 20% 0%;
  }
  .award_list_slide .content_by_region .list_wrap .back_btn {
    margin-bottom: 40px;
  }
  .award_category {
    margin-bottom: 20px;
  }
  .fullscreen_img_detail_swiper_wrap
    .content_wrap
    .award_wrap
    .symbol_wrap
    img {
    width: auto;
    height: 55px;
  }
  .fullscreen_img_detail_swiper_wrap
    .content_wrap
    .award_wrap
    .text_wrap
    .name {
    font-size: 23px;
  }
  .fullscreen_img_detail_swiper_wrap
    .content_wrap
    .award_wrap
    .text_wrap
    .region,
  .fullscreen_img_detail_swiper_wrap
    .content_wrap
    .award_wrap
    .text_wrap
    .agency {
    font-size: 13px;
  }
  .award_content_slide .content_wrap .search_result .item_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
