:root {
  --primary-color: #3C23AF;
}
body {
  background-image: url('/theme/award/img/award/60and1/web_background.png');
  background-size: cover;
}
h1, h2, h3, h4, h5, h6, span, p {
  font-family: "42dot Sans", sans-serif !important;
}
.award_login_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--vh, 1vh) * 4);
  gap: 4dvh;

  width: 100%;
  /* //TODO max-width */
  aspect-ratio: 2581 / 5593;
  padding-top: calc(var(--vh, 1vh) * 8);
  padding-top: 8dvh;
  background: none;
  background-image: url('/theme/award/img/award/60and1/main_background.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main_award_logo {
  width: 15%;
  max-width: 80px;
}
.main_title {
  width: 55%;
  max-width: 240px;
  z-index: 1;
}
.enter_award_info_wrap {
  width: 100%;
  max-width: 240px;
}
.enter_award_info_wrap .code_input {
  height: 40px;

  text-align: center;
  font-size: 16px !important;
  background: none;
  border: none;
  background: #ffffff;
  color: #757ea2;
}
.enter_award_info_wrap .code_input::placeholder {
  color: #636c7f !important;
}
.enter_award_info_wrap .code_input.error::placeholder {
  color: var(--red) !important;
}
.enter_award_61_button {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  
  height: 40px;
  border: none;
  font-weight: 500;
  color: #ffffff;
  background: var(--primary-color);
}
.enter_award_61_button .button_text {
  font-size: 16px;
}

/* //* ceo 인사말 페이지 */
.ceo_message_wrap {
  height: 100%;
  overflow-y: auto;
}
/* ceo 메세지 상단타이틀 */
.ceo_message_background {
  width: 100%;
  /* height: 31vh;
  height: calc(var(--vh) * 31);
  height: 31dvh; */
  aspect-ratio: 1 / 1;
  background-image: url("/theme/award/img/award/60and1/home_background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  touch-action: pan-y;

  position: sticky;
  left: 0;
  top: 0;
}
.ceo_message_title_img {
  width: 38%;
  max-width: 320px;

  position: absolute;
  left: 50%;
  top: 13%;
  transform: translateX(-50%);
  z-index: 1;
}
/* ceo 메세지 영역 */
.ceo_message_content_wrap {
  width: 100%;
  height: calc(100vh - 19vh);
  height: calc(calc(var(--vh, 1vh) * 100) - calc(var(--vh, 1vh) * 12));
  height: calc(100dvh - 19dvh);
  border-radius: 0 50px 50px 50px;
  margin-top: -12vh;
  margin-top: calc(-(var(--vh, 1vh) * 12));
  margin-top: -12dvh;
  margin-top: -60%;
  touch-action: pan-y;

  position: relative;
  z-index: 1;
}
.ceo_message_content {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
  padding-top: 10%;
  padding-bottom: 15%;
  border-radius: 0 50px 50px 50px;
  background: #ede6e6;

  position: relative;
  z-index: 1;
}
.award_label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.award_label .award_label_line {
  width: 90px;
}
.award_label .award_label_text {
  height: 16px;
}
.ceo_img {
  width: 80%;
  max-width: 500px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.ceo_message_text_wrap {
  width: 80%;
  gap: 28px;
}
.ceo_message_text {
  color: #191919;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.2px;
  word-break: keep-all;
}
.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: 50px;
}
.slogan_img {
  width: 80%;
  max-width: 500px;
  margin-top: 20px;
  border-radius: 30px;
}
.my_award_info_label {
  margin-top: 50px;
}
.my_award_info {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 80%;
  max-width: 500px;
  aspect-ratio: 4001 / 5681;
  margin: 30px 0;
  border-radius: 30px;
  box-shadow: 5px 5px 5px #cccccc;
  overflow: hidden;

  position: relative;
}
.my_award_info .admin_text {
  font-size: 28px;
  font-weight: 600;

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.my_award_info .executive_wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
  color: #262470;

  position: relative;
  z-index: 1;
}
.executive_wrap .executive_position {
  font-size: 24px;
  font-weight: bold;
}
.executive_wrap .executive_name {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 20px;
}
.executive_wrap .executive_name::before {
  content: '';
  display: inline-block;
  width: 20px;
}
.executive_wrap .executive_level {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
}
.executive_wrap .executive_level::before {
  content: '';
  display: inline-block;
  width: 4px;
}
.my_award_bg {
  width: 100%;

  position: absolute;
  left: 0;
  top: 0;
}
.my_award_cong {
  width: 80%;

  position: absolute;
  top: 32%;
  left: 50%;
  transform: translateX(-50%);
}
.my_award_info .profile_img_wrap {
  width: 37%;
  border-radius: 100vw;
  overflow: hidden;

  position: relative;
  top: 4%;
  z-index: 1;
}
.my_award_info .profile_img_wrap img {
  width: 100%;
}
.my_award_info .symbol_img_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;

  height: 100%;
}
.my_award_info .award_logo_wrap {
  display: flex;
  justify-content: center;
  gap: 10px;

  height: 18%;

  position: absolute;
  left: 50%;
  top: 14%;
  transform: translateX(-50%);
}
.my_award_info .symbol_img_wrap .award_symbol {
  max-width: 24px;
  max-height: 70%;
}
.my_award_info .symbol_img_wrap .award_txt {
  max-width: 60px;
  max-height: 30%;
}
.my_award_info .text_wrap {
  color: #1e1c6b;

  position: absolute;
  left: 50%;
  top: 72%;
  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_award_info .text_wrap .name::before {
  content: '';
  display: inline-block;
  width: 8px;
}
.my_img_download_button,
.logout_button {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 65%;
  max-width: 320px;
  height: 40px;
  border: none;
}
.my_img_download_button {
  background: var(--primary-color);
}
.logout_button {
  background: #4d4d4d;
}
.my_img_download_button span,
.logout_button span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.next_page_text {
  width: 100%;
  padding: 10% 0 4% 0;
  margin-top: -50px;
  text-align: center;
  background-image: url('/theme/award/img/award/60and1/sub_background.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.next_page_text span {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-color);
}

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

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

  width: 100%;
  height: 28px;
  padding: 0px 14px;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  background: none;
  border-radius: 20px;
  border: 0.75px solid var(--primary-color);
}
.award_list_slide .award_nav_slide .swiper-slide.active span {
  color: #ffffff;
  background: var(--primary-color);
}

/* * 수상자 페이지 */
.award_content:not(.award_login_wrap) {
  background-image: url('/theme/award/img/award/60and1/main_background_blue.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.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 {
  overflow-y: auto;
  touch-action: pan-y;
}
#pdf_down_btn {
  background-color: rgba(151, 115, 197, 0.8);
}
.content_wrap {
  flex: 1;

  padding: 50px 7% 50px 7%;
  background: #ede6e6;
  border-radius: 40px;

  position: relative;
  z-index: 1;
}
.item_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3vw;
  row-gap: 3vw;

  width: 100%;
}
.item_wrap:not(.platinum_type) {
  grid-template-columns: repeat(3, 1fr);
}
.item_wrap .item {
  display: flex;
  flex-direction: column;

  border: 3px solid #ffffff;
  border-radius: 15px;
  background: #fff;
  box-shadow: 5px 5px 5px #e2e2e2;
  overflow: hidden;
}
.item_wrap .item img {
  width: 100%;
  border-radius: 7px 7px 0 0;
}
.item_wrap .text_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;

  padding: 9px 0 4px 0;
}
.item_wrap .text_wrap .region_wrap {
  display: flex;
  flex-direction: column;
}
.item_wrap .text_wrap .region {
  word-break: keep-all;
}
.item_wrap .text_wrap .agency {
  word-break: break-all;
}
.item_wrap .text_wrap .region,
.item_wrap .text_wrap .agency {
  font-size: 14px;
  line-height: 1;
}
.item_wrap .text_wrap .name {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4px;
}
.item_wrap .text_wrap .name::before {
  content: '';
  display: inline-block;
  width: 4px;
}
.content_footer {
  margin-top: -40px;
  padding: 8% 0 10% 0;
  background-image: url('/theme/award/img/award/60and1/sub_background.png');
  background-size: cover;
  background-repeat: no-repeat;

  position: relative;
}
.content_footer img {
  width: 35%;
  max-width: 240px;
}

/* * 플래티넘 페이지 */
.platinum_group_img_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;

  width: 100%;
  margin-bottom: 20px;
}
.platinum_group_img_wrap img {
  width: 100%;
}
.content_section_wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.award_category {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;

  margin-bottom: 20px;
}
.award_category img {
  max-width: 100%;
}
.award_category .award_category_line {
  width: 120px;
}
.award_category .award_category_text_en,
.award_category .award_category_text_ko {
  height: 24px;
}
.award_category .award_category_honor_title {
  height: 16px;
}
.award_category .award_category_honor_text {
  height: 24px;
}

/* * 전체 수상자 페이지 */
.content_all .content_wrap {
  padding: 20px 5% 50px 5%;
}
.content_all .content_section_wrap .search_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 90%;
  height: 38px;
  margin: 0 auto;
  padding: 8px 20px;
  background: none;
  border: 1.5px solid #959595;
  border-radius: 100vw;

  position: relative;
}
.content_all .content_section_wrap .search_wrap input {
  background: none;
  border: 0;
  width: calc(100% - 29px);
  font-size: 16px;
  font-weight: 500;
}
.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 .all {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* * 검색결과페이지 */
.search_result {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.search_result .item_wrap {
  grid-template-columns: repeat(2, 1fr);
}
.search_result .tooltip {
  margin-top: -30px;
  font-size: 16px;
  color: #333333;
}
.search_result .item {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;

  padding: 10px 10px 10px 14px;
  border: none;
  border-radius: 10px;
  background: #ffffff;
}
.search_result .item .img_wrap {
  flex: 1.3;
  max-width: 80px;
}
.search_result .item .img_wrap img {
  border-radius: calc(50% - 2px);
}
.search_result .item .info_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 2;
  gap: 4px;

  text-align: left;
}
.search_result .item .info_wrap .name {
  font-size: 14px;
  font-weight: 600;
}
.search_result .item .info_wrap .info_small_text_wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.search_result .item .info_wrap .region {
  font-size: 9px;
  color: #333333;
  word-break: keep-all;
}
.search_result .item .info_wrap .agency {
  margin-top: -1px;
  font-size: 9px;
  color: #333333;
  white-space: nowrap;
}
.search_result .item .info_wrap .symbol_wrap {
  display: flex;
  gap: 5px;
  height: 28px;
}
.search_result .item .info_wrap .symbol_wrap .img {
  width: auto;
  height: 100%;
}
.search_result .item .info_wrap .symbol_wrap .symbol_img_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;

  height: 100%;
}
.search_result .item .info_wrap .symbol_wrap .symbol_img_wrap .award_symbol {
  max-width: 13px;
}
.search_result .item .info_wrap .symbol_wrap .symbol_img_wrap .award_txt {
  max-width: 24px;
}

.search_result .item .icon img {
  height: 16px;
}

/* * 수상정보 팝업 */
.popup_content_wrap {
  aspect-ratio: 4001/5681;
}
.award_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
  height: 100%;
  padding-top: 16%;
  z-index: 10;
  border-radius: 30px;
  overflow: hidden;

  position: relative;
}
.award_wrap .background_img {
  width: 100%;
  height: 100%;

  position: absolute;
  left: 0;
  top: 0;
}
.award_wrap .symbol_wrap {
  display: flex;
  gap: 5px;
  
  height: 18%;
  margin-bottom: 14%;
  position: relative;
}
.award_wrap .symbol_wrap .symbol_img_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;

  height: 100%;
}
.award_wrap .symbol_wrap .symbol_img_wrap .award_symbol {
  max-width: 24px;
  max-height: 70%;
}
.award_wrap .symbol_wrap .symbol_img_wrap .award_txt {
  max-width: 60px;
  max-height: 30%;
}
.award_wrap .my_award_profile_img {
  width: 40%;
  margin-bottom: 5%;
  border-radius: 100vw;
  overflow: hidden;

  position: relative;
}
.award_wrap .my_award_profile_img img {
  width: 100%;
}
.award_wrap .text_wrap {
  position: relative;
}
.award_wrap .text_wrap .region {
  color: #262470;
  font-size: 14px;
}
.award_wrap .text_wrap .agency {
  color: #262470;
  font-size: 14px;
}
.award_wrap .text_wrap .name {
  color: #262470;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 5px;
}
.award_wrap .text_wrap .name::before {
  content: '';
  display: inline-block;
  width: 5px;
}
.popup_platinum_content_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  
  padding: 50px 7% 50px 7%;
  background: #ede6e6;
  border-radius: 40px;

  position: relative;
  z-index: 1;
}
.popup_platinum_x_btn {
  width: 24px;

  position: absolute;
  right: 20px;
  top: 20px;
}
.popup_platinum_title {
  height: 30px;
}
.popup_platinum_title_ko {
  height: 16px;
  margin-top: 14px;
}
.popup_platinum_title_line {
  width: 35%;
  margin-top: 14px;
}
.interview_short {
  margin-top: 30px;
  font-family: "Gowun Batang", serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
  color: #262470;
}
.popup_platinum_info_wrap {
  display: flex;
  align-items: center;
  gap: 14px;

  margin-top: 30px;
}
.popup_platinum_info_wrap img {
  width: 17px;
}
.interview_img_01 {
  width: 100%;
  margin-top: 30px;
}
.interview_img_02 {
  width: 100%;
  margin-top: 30px;
}
.interview_img_03 {
  width: 100%;
  margin-top: 14px;
}
.popup_platinum_info_text_wrap {
  display: flex;
  flex-direction: column;

  text-align: center;
}
.popup_platinum_info_text_wrap .region,
.popup_platinum_info_text_wrap .agency {
  font-size: 14px;
}
.popup_platinum_info_text_wrap .name {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 8px;
}
.popup_platinum_info_text_wrap .name::before {
  content: '';
  display: inline-block;
  width: 8px;
}
.interview_long_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;

  margin-top: 30px;
}
.interview_long_wrap img {
  height: 18px;
}
.interview_long_wrap p {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  word-break: keep-all;
}

/* * 카테고리페이지 */
.category_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.category_wrap button {
  width: 70%;
  background: none;
  border: none;
  color: #262470;
  font-family: "42dot Sans", sans-serif !important;
  font-size: 18px;
  font-weight: bold;
}
.line-container {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 80%;
  max-width: 500px;
  position: relative;
}
.circle {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 6px;
  height: 6px;
  background-color: #262470;
  border-radius: 50%;
}
.circle::after {
  content: "";
  width: 2px;
  height: 2px;
  background-color: white;
  border-radius: 50%;
}
.line {
  flex-grow: 1;
  height: 1px;
  background-color: #262470;
}
.category_wrap img {
  width: 100%;
}
.content_by_award .content_wrap {
  padding: 50px 5% 50px 5%;
}
.content_by_award .list_wrap {
  display: flex;
  flex-direction: column;

  width: 100%;
  padding: 50px 5% 12% 5%;
  background: #ede6e6;
  border-radius: 40px;

  position: absolute;
  left: 0;
  top: 0;
}
.content_by_award .list_wrap .back_btn {
  display: flex;
  align-items: center;

  width: 90%;
  height: 45px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 8px 20px;
  background: none;
  border: 1px solid #221d49;
  border-radius: 100vw;
  color: #221d49;

  position: relative;
}
.content_by_award .list_wrap .back_btn img {
  height: 100%;
}
.content_by_award .list_wrap .content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* * 본부별 보기 */
.content_by_region .content_wrap {
  padding: 50px 5% 50px 5%;
}
.content_by_region .content_section_wrap {
  align-items: center;

  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: 100%;
}
.content_by_region .content_section_wrap .cate_section .dep1_btn {
  background: none;
  border: none;
  color: #262470;
  font-family: "42dot Sans", sans-serif !important;
  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 {
  background: none;
  border: none;
  color: #262470;
  font-family: "42dot Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
}
.content_by_region .list_wrap {
  display: flex;
  flex-direction: column;

  width: 100%;
  min-height: 100%;
  padding: 50px 5% 12% 5%;
  background: #ede6e6;
  border-radius: 40px;

  position: absolute;
  left: 0;
  top: 0;
}
.content_by_region .list_wrap .back_btn {
  display: flex;
  align-items: center;

  width: 90%;
  height: 45px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 8px 20px;
  background: none;
  border: 1px solid #221d49;
  border-radius: 100vw;
  color: #221d49;

  position: relative;
}
.content_by_region .list_wrap .back_btn img {
  height: 100%;
}

/* //!---------- 태블릿 ---------- */
@media screen and (max-width: 768px) {}

/* //!---------- 모바일 ---------- */
@media screen and (max-width: 480px) {
  .next_page_text {
    padding: 17% 0 4% 0;
  }
  .next_page_text span {
    font-size: 16px;
  }
  .content_footer {
    padding: 15% 0;
  }
  .award_category {
    gap: 5px;
  }
  .award_category .award_category_text_en,
  .award_category .award_category_text_ko {
    height: 14px;
  }
  .award_category .award_category_honor_title {
    height: 10px;
  }
  .award_category .award_category_honor_text {
    height: 17px;
  }

  .item_wrap .text_wrap .region,
  .item_wrap .text_wrap .agency {
    font-size: 11px;
  }
  .item_wrap .text_wrap .name {
    font-size: 19px;
  }
  .content_by_award .list_wrap {
    padding-bottom: 20%;
  }
  .content_by_award .list_wrap,
  .content_by_region .list_wrap {
    min-height: calc(100vh - 110px);
    min-height: calc(var(--vh, 1vh) * 100 - 110px);
    min-height: calc(100dvh - 110px);
  }

  .award_wrap .text_wrap .region {
    color: #262470;
    font-size: 12px;
    white-space: nowrap;
  }
  .award_wrap .text_wrap .agency {
    color: #262470;
    font-size: 12px;
    white-space: nowrap;
  }
  .award_wrap .text_wrap .name {
    font-size: 18px;
  }

  .my_award_info .text_wrap .name {
    font-size: 24px;
  }
  .my_award_info .text_wrap .region,
  .my_award_info .text_wrap .agency {
    font-size: 14px;
  }
}