
/*  common  */
img {width: 100%;}
mark {background: unset; color: unset;}
ul, li, button {list-style: none; border: none;}
.hidden_pc {
  display: none !important;
}
.hidden_mo {
  display: block !important;
}
.highlights {
  --c_key: #0095F8;
  --c_light_key: #F1F4F8;
  --c_white: #fff;
  --c_grey: #444;
  --c_black: #222;
  --max_width: 1380px;
  --main_padding: 180px 50px;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.inner {
  --gap: 60px;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  max-width: var(--max_width);
  padding: var(--main_padding);
  margin: 0 auto;
}

.highlights h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--c_black);
}
.highlights h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--c_grey);
}
.highlights p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--c_black);
}

.highlights b {
  font-weight: 700;
}
.highlights h2 b {
  color: var(--c_key);
}
.highlights ._white {
  color: var(--c_white);
}

.highlights_list {
  background: var(--c_light_key);
}
.highlights_list .inner {
  padding-top: 100px;
}
.title_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
.highlights_title {
  --gap: 16px;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  height: 28px;
  font-size: 14px;
  font-weight: 700;
  color: #6D757C;;
  background: var(--c_light_key);
  padding: 0 8px;
  margin-bottom: 8px;
  border-radius: 6px;
}
.badge::before {
  content: '';
  display: inline-flex;
  width: 16px;
  height: 16px;
  background: url('/wp-content/themes/fastfive/assets/images/highlights/badge_icon_first.png') no-repeat;
  background-size: 100% auto;
}
.badge.only::before {
  background: url('/wp-content/themes/fastfive/assets/images/highlights/badge_icon_only.png') no-repeat;
  background-size: 100% auto;
}
.badge.best::before {
  background: url('/wp-content/themes/fastfive/assets/images/highlights/badge_icon_best.png') no-repeat;
  background-size: 100% auto;
}
.badge.minimum::before {
  background: url('/wp-content/themes/fastfive/assets/images/highlights/badge_icon_minimum.png') no-repeat;
  background-size: 100% auto;
}
.badge.maximum::before {
  background: url('/wp-content/themes/fastfive/assets/images/highlights/badge_icon_maximum.png') no-repeat;
  background-size: 100% auto;
}
.high_btn {
  --btn_color: #fff;
  --btn_bg: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 56px;
  text-indent: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: var(--btn_color);
  background: var(--btn_bg);
  padding: 0 48px;
  border-radius: 8px;
}
.btn_min {
  --btn_color: #fff;
  --btn_bg: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 40px;
  text-indent: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--btn_color);
  background: var(--btn_bg);
  padding: 0 16px;
  border-radius: 100px;
}
.pop_title .btn_min {
  --btn_color: #444;
  --btn_bg: #F1F4F8;
  position: absolute;
  bottom: 8px;
  right: 0;
}
.btn_min._pdf {
  --btn_color: #222;
  --btn_bg: #fff;
}
.high_btn::after,
.btn_min::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2630_112' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2630_112)'%3E%3Cmask id='mask1_2630_112' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='4' y='4' width='16' height='16'%3E%3Crect x='4' y='4' width='16' height='16' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_2630_112)'%3E%3Cpath d='M13.65 11.9993L8.74999 7.09935C8.58333 6.93268 8.50277 6.73546 8.50833 6.50768C8.51388 6.2799 8.59999 6.08268 8.76666 5.91602C8.93333 5.74935 9.13055 5.66602 9.35833 5.66602C9.5861 5.66602 9.78333 5.74935 9.94999 5.91602L15.0667 11.0493C15.2 11.1827 15.3 11.3327 15.3667 11.4993C15.4333 11.666 15.4667 11.8327 15.4667 11.9993C15.4667 12.166 15.4333 12.3327 15.3667 12.4993C15.3 12.666 15.2 12.816 15.0667 12.9493L9.93333 18.0827C9.76666 18.2494 9.57221 18.3299 9.34999 18.3244C9.12777 18.3188 8.93333 18.2327 8.76666 18.066C8.59999 17.8994 8.51666 17.7021 8.51666 17.4743C8.51666 17.2466 8.59999 17.0494 8.76666 16.8827L13.65 11.9993Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  mask-size: 100% auto;
  background: var(--btn_color);
}
.btn_min._pdf::after {
  mask-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2589_11358' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='25' height='24'%3E%3Crect x='0.5' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2589_11358)'%3E%3Cpath d='M12.5 15.575C12.3667 15.575 12.2417 15.5542 12.125 15.5125C12.0083 15.4708 11.9 15.4 11.8 15.3L8.2 11.7C8 11.5 7.90417 11.2667 7.9125 11C7.92083 10.7333 8.01667 10.5 8.2 10.3C8.4 10.1 8.6375 9.99583 8.9125 9.9875C9.1875 9.97917 9.425 10.075 9.625 10.275L11.5 12.15V5C11.5 4.71667 11.5958 4.47917 11.7875 4.2875C11.9792 4.09583 12.2167 4 12.5 4C12.7833 4 13.0208 4.09583 13.2125 4.2875C13.4042 4.47917 13.5 4.71667 13.5 5V12.15L15.375 10.275C15.575 10.075 15.8125 9.97917 16.0875 9.9875C16.3625 9.99583 16.6 10.1 16.8 10.3C16.9833 10.5 17.0792 10.7333 17.0875 11C17.0958 11.2667 17 11.5 16.8 11.7L13.2 15.3C13.1 15.4 12.9917 15.4708 12.875 15.5125C12.7583 15.5542 12.6333 15.575 12.5 15.575ZM6.5 20C5.95 20 5.47917 19.8042 5.0875 19.4125C4.69583 19.0208 4.5 18.55 4.5 18V16C4.5 15.7167 4.59583 15.4792 4.7875 15.2875C4.97917 15.0958 5.21667 15 5.5 15C5.78333 15 6.02083 15.0958 6.2125 15.2875C6.40417 15.4792 6.5 15.7167 6.5 16V18H18.5V16C18.5 15.7167 18.5958 15.4792 18.7875 15.2875C18.9792 15.0958 19.2167 15 19.5 15C19.7833 15 20.0208 15.0958 20.2125 15.2875C20.4042 15.4792 20.5 15.7167 20.5 16V18C20.5 18.55 20.3042 19.0208 19.9125 19.4125C19.5208 19.8042 19.05 20 18.5 20H6.5Z' fill='%23222222'/%3E%3C/g%3E%3C/svg%3E%0A");
  mask-size: 100% auto;
  background: var(--btn_color);
}


.card_group {
  --card_gap: 24px;
  display: flex;
  flex-direction: column;
  gap: var(--card_gap);
}
.highlights_cards {
  --card_gap: 24px;
  display: flex;
  gap: var(--card_gap);
}
.highlights_cards .card {
  --card_bg: #fff;
  position: relative;    
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - calc(var(--card_gap) * 2)) / 3);
  padding: 28px;
  background: var(--card_bg);
  border-radius: 16px;
  cursor: pointer;
}
.highlights_cards .card > img {
  display: block;
  object-fit: contain;
  width: 172px;
  height: 180px;
  margin: -40px -28px -28px auto;
}
.highlights_cards .card::after {
  content: '';
  position: absolute;
  top: 28px;
  right: 28px;
  display: block;
  width: 34px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='16' transform='matrix(1 0 0 -1 0 34)' fill='%23222222' stroke='%23222222' stroke-width='2'/%3E%3Cpath d='M24.0588 16C24.5786 16 25 16.4477 25 17C25 17.5523 24.5786 18 24.0588 18H9.94118C9.42138 18 9 17.5523 9 17C9 16.4477 9.42138 16 9.94118 16H24.0588Z' fill='white'/%3E%3Cpath d='M18 24.0588C18 24.5786 17.5523 25 17 25C16.4477 25 16 24.5786 16 24.0588L16 9.94118C16 9.42138 16.4477 9 17 9C17.5523 9 18 9.42138 18 9.94118L18 24.0588Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/*  팝업  */
.highlights_popups {
  position: absolute;
  width: 0;
  height: 0;
}
.highlights_popups.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  z-index: 502;
  background: rgba(34, 34, 34, 0.60);
  backdrop-filter: blur(10px);
  z-index: 501;
}
.highlight_popup.active {
  text-align: left;
  position: relative;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  max-width: 900px;
  max-height: 780px;
  width: 100%;
  height: 100%;
  padding: 60px;
  background: #fff;
  border-radius: 16px;
  z-index: 502;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.pop_title {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 24px;
}
.pop_title .badge {
  height: 24px;
  background: unset;
  padding: 0;
}
.pop_title h3 {
  font-size: 40px;
}
.pop_conts {
  --gap: 40px;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  width: 100%;
  height: 100%;  
  font-size: 0;
  overflow-y: auto;
}
.pop_conts::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}
.pop_conts::-webkit-scrollbar-track {
  background: transparent !important;
}
.pop_conts::-webkit-scrollbar-thumb {
  background: rgba(68, 68, 68, .4);
  border-radius: 10px;
}
.pop_conts p {
  flex: 0 0 auto; 
  font-size: 20px;
  color: var(--c_grey);
}
.pop_conts p small {
  display: block;
  font-size: 14px;
  padding-top: 4px;
}
.pop_conts img {
  flex: 1 1 auto;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  object-fit: cover;
  border-radius: 8px;
}
.close_btn {
  position: absolute;
  top: 20px;
  right: 26px;
  width: 36px;
  height: 36px;
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.2' cx='18' cy='18' r='18' fill='black'/%3E%3Cmask id='mask0_2589_14227' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='10' y='10' width='16' height='16'%3E%3Crect x='11' y='11' width='14' height='14' fill='%23222222' stroke='%23F1F4F8' stroke-width='2' stroke-linejoin='round'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2589_14227)'%3E%3Cpath d='M23.3322 12.667L12.6655 23.3337' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.6678 12.667L23.3345 23.3337' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
  background-size: 100% auto;
  background-color: unset;
}

.allure_conts {
  --gap: 24px;
  display: flex;
  gap: var(--gap);
  width: 100%;
  min-height: 440px;
}
.allure_conts h3 {
  font-size: 36px;
}
.allure_conts h3 b {
  color: var(--c_key);
}
.allure_desc {
  --gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap);
  width: 66.08%;
  padding: 40px 10px;
  background: url('/wp-content/themes/fastfive/assets/images/highlights/bg_allure1.jpg') no-repeat;
  background-size: cover;
  background-position: center bottom;
  border-radius: 16px;
}
.allure_desc._2 {
  width: 33.92%;
  background: url('/wp-content/themes/fastfive/assets/images/highlights/bg_allure2.jpg') no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.section_award {
  background: #222;
}

._center {    
  text-align: center;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 1300px) {
  .highlights_cards .card > img {
    margin: auto -28px -28px auto;
  }
}

@media (min-width: 961px) and (hover: hover) {
  .high_btn:hover {
    --btn_bg: #0095F8;
  }
  .btn_min:hover {
    --btn_color: #fff;
    --btn_bg: #222;
  }
  .highlights_cards .card:hover {
    --card_bg: #D0E8FF;
  }
  .highlights_cards .card:hover .badge {
    background: #EAF5FF;
  }
  .pop_title .btn_min:hover {
    --btn_color: #fff;
    --btn_bg: #444;
  }
  .allure_desc .btn_min:not(._pdf):hover {
    --btn_color: #222;
    --btn_bg: #fff;
  }
}

@media all and (max-width: 960px) {
  .hidden_pc {
    display: block !important;
  }
  .hidden_mo {
    display: none !important;
  }

  .highlights {
    --max_width: 510px;
    --main_padding: 130px 20px;
  }
  .inner {
    text-align: center;
    --gap: 40px;
  }

  .highlights h2 {
    font-size: 28px;
  }
  .highlights h3 {
    font-size: 18px;
  }
  .highlights p {
    font-size: 16px;
  }

  .high_btn {
    font-size: 16px;
    padding: 0 32px;
  }
  .btn_min {
    height: 32px;
    font-size: 12px;
  }
  .btn_min::after {
    width: 20px;
    height: 20px;
  }
  .pop_title .btn_min {
    position: relative;
    bottom: 0;
    margin-top: 16px;
  }

  .title_box {
    justify-content: center;
  }
  .highlights_list .inner {
    --gap: 60px;
    padding: 60px 0 130px;
  }
  .card_group {
    --card_gap: 10px;
    position: relative;
    overflow: hidden;
  }
  .card_group::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    display: block;
    width: 32px;
    height: 100%;
    background: linear-gradient(270deg, #F1F4F8 0%, rgba(241, 244, 248, 0.00) 100%);
  }
  .highlights_cards { 
    --card_gap: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px;
  }
  .highlights_cards::-webkit-scrollbar {
    display: none;
  }
  .highlights_cards .card {
    flex: 0 0 auto;
    text-align: left;
    width: 150px;
    height: 190px;
    padding: 12px;
    border-radius: 8px;
  }
  .highlights_cards .card > img {
    width: 82px;
    height: 76px;        
    margin: auto auto -12px -12px;
  }
  .highlights_cards .card::after {
    top: auto;
    bottom: 12px;
    right: 12px;
    width: 22px;
    height: 22px;
  }
  .badge {
    height: 17px;
    font-size: 10px;
    padding: 0 6px;
    margin-bottom: 4px;
  }
  .badge::before {
    width: 12px;
    height: 12px;
  }
  .swipe_guide {
    position: absolute;
    top: 10%;
    left: calc(50% - 100px);
    width: 158px;
    height: 26px; 
  }
  .swipe_guide span {
    position: absolute;
    display: inline-block;
    right: 0;
    width: 44px;
    height: 44px;
    z-index: 1;
    opacity: 0;
  }
  .swipe_guide:before {
    position: absolute;
    content: ' ';
    background: linear-gradient(270deg, rgba(0, 149, 248, 0.00) 0%, #0095F8 100%);
    right: 8px;
    top: 0;
    height: 26px;
    border-radius: 100px;
    z-index: 2;
  }
  .__ani .swipe_guide:before {
    animation: hint-dot ease-in 2s 2;
  }
  .__ani .swipe_guide span {
    animation: hint-finger ease-in 2s 2;
  }

  /*    팝업    */
  .highlights_popups.active {
    padding: 20px;
  }
  .highlight_popup.active {        
    max-width: 500px;
    max-height: 688px;
    height: 100%;
    padding: 0;
  }
  .pop_title {        
    padding: 30px;
    margin-bottom: 0;
    border-bottom: 1px solid #D9D9D9;
  }
  .pop_title .badge {
    font-size: 12px;
  }
  .pop_title h3 {
    font-size: 28px;
  }
  .pop_conts {
    --gap: 24px;
    padding: 30px;
  }
  .pop_conts p small {
    font-size: 12px;
  }
  .close_btn {
    top: 20px;
    right: 20px;
    width: 28px;
    height: 28px;
  }

  /*  allure  */
  .allure_conts {
    --gap: 16px;
    flex-direction: column;
    width: 100%;
  }
  .allure_conts h3 {
    font-size: 24px;
  }
  .allure_conts .allure_desc {
    --gap: 16px;
    width: 100%;
    min-height: 338px;
    padding: 30px;
    background: url('/wp-content/themes/fastfive/assets/images/highlights/bg_allure1_m.jpg') no-repeat;
    background-size: cover;
    background-position: center;
  }  
  .allure_conts .allure_desc._2 {
    width: 100%;
    min-height: 338px;
    background: url('/wp-content/themes/fastfive/assets/images/highlights/bg_allure2_m.jpg') no-repeat;
    background-size: cover;
    background-position: center;
  }


  @keyframes hint-finger {
    0% {
      right: 0;
      transform: scale(1);
      opacity: 0;
    }
    20% {
      right: 0;
      transform: scale(0.7);
      opacity: 1;
    }
    50% {
      right: 114px;
      transform: scale(0.7);
      opacity: 1;
    }
    60% {
      transform: scale(1);
      opacity: 1;
    }
    70% {
      right: 114px;
      opacity: 1;
    }
    100% {
      right: 114px;
      transform: scale(1);
      opacity: 0;
    }
  }
  @keyframes hint-dot {
    20% {
      opacity: 0;
      width: 0;
    }
    50% {
      opacity: 0.7;
      width: 126px;
    }
    60% {
      opacity: 0;
      width: 126px;
    }
    100% {
      opacity: 0;
      width: 0;
    }
  }
}