@charset "utf-8";
#main_header {
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  width: 100%;
  z-index: 5;
  transition-delay: 0.45s;
}
#main_header .pc {
  max-width: 1240px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  padding: 11px 20px;
  box-sizing: border-box;
}
#main_header .pc .logo {
  width: 194px;
  margin-bottom: 40px;
}
#main_header .pc .menu_lv01 {
  display: flex;
  font-size: 14px;
  margin: 0;
}
#main_header .pc .li_lv01 {
  display: flex;
  align-items: center;
  position: relative;
}
#main_header .pc .li_lv01:not(:last-child):after {
  content: "";
  background-color: var(--color-main);
  display: inline-block;
  width: 0.5px;
  height: 18px;
  margin-left: 8px;
  margin-right: 8px;
}
#main_header .pc .li_lv01 > a {
  padding: 6px 12px;
  box-sizing: border-box;
  font-weight: 700;
  letter-spacing: 0.56px;
  transition: background 0.2s;
  border-radius: 8px;
  z-index: 1;
  white-space: nowrap;
}
#main_header .pc .li_lv01 > a:hover {
  background: rgba(255, 255, 255, 0.4);
}
#main_header .pc .menu_lv02 {
  position: absolute;
  top: 30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  display: flex;
  width: 788px;
  padding: 24px;
  align-items: center;
  align-content: center;
  gap: 16px;
  flex-wrap: wrap;
  border-radius: 32px;
  background: #fff;
  box-shadow: -8px 8px 12px 0px rgba(0, 0, 0, 0.1);
  gap: 16px * 3;
  z-index: 0;
}
#main_header .pc .li_lv02 {
  width: calc(100% / 4 - ((16px * 3) / 4));
}
#main_header .pc .li_lv02 > a {
  border-radius: 24px;
  border: 1px solid var(--color-main);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  box-sizing: border-box;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
#main_header .pc .li_lv02 > a img {
  width: 68px;
  height: 68px;
  border-radius: 16px;
}
#main_header .pc .li_lv02 > a > * {
  transition: opacity 0.2s;
}
#main_header .pc .li_lv02 > a:hover > * {
  opacity: 0.9;
}
#main_header .pc .area:hover + .menu_lv02,
#main_header .pc .menu_lv02:hover {
  visibility: visible;
  top: 44px;
  opacity: 1;
}
#main_header .pc .area:hover:after {
  content: "";
  display: block;
  width: 100px;
  height: 40px;
  position: absolute;
  top: 20px;
}
#main_header .pc .search_menu_flag {
  background-color: initial;
  width: 23.5px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 37px;
}
#main_header.active {
  position: fixed;
  background: #fff;
  top: 0;
}
#main_header.active .pc {
  flex-direction: row;
  justify-content: flex-start;
  height: 115px;
}
#main_header.active .pc .logo {
  margin: 0 45px 0 0;
}
#main_header.active .pc .search_menu_flag {
  position: static;
  margin-left: auto;
}
#main_header .sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  #main_header {
    transition: all 0.3s;
  }
  #main_header .sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px 18px;
  }
  #main_header .pc {
    display: none;
  }
  #main_header .sp .logo {
    width: 108px;
  }
  #main_header .sp .is_sp_menu {
    background-color: initial;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    height: 40px;
    width: 42px;
  }
  #main_header .sp .is_sp_menu img {
    width: 15px;
    position: absolute;
    max-block-size: initial;
    left: 0;
    bottom: 3px;
    transition: all 0.3s;
  }
  #main_header .sp .is_sp_menu:before,
  #main_header .sp .is_sp_menu:after {
    content: "";
    background-color: var(--color-main);
    height: 2px;
    border-radius: 3px;
    display: block;
    transition: all 0.3s;
  }
  #main_header .sp .is_sp_menu:before {
    width: 42px;
  }
  #main_header .sp .is_sp_menu::after {
    width: 23px;
    margin-left: auto;
  }
  #main_header .sp .wrap_menu {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 42px 8px 33px;
  }
  #main_header .sp .search {
    border-radius: 31.5px;
    border: 2.114px solid var(--color-navy02);
    background: linear-gradient(260deg, rgba(255, 255, 255, 0.6) 27.48%, #fff 57.58%);
    height: 52px;
    display: flex;
    align-items: center;
    padding: 20px 7.3px 20px 15px;
    box-sizing: border-box;
  }
  #main_header .sp .search input {
    background-color: initial;
    max-width: 315px;
    width: 49%;
    margin-bottom: 0;
    line-height: 1.15;
    font-size: 14px;
    font-weight: 510;
  }
  #main_header .sp .search input::placeholder {
    font-size: 14px;
  }
  #main_header .sp .search .search_area_input {
    width: 100%;
  }
  #main_header .sp .search .slanting_border {
    width: 8px;
    margin-right: 4px;
    max-block-size: none;
  }
  #main_header .sp .search .enter_search {
    width: 47px;
    height: 46px;
    transform: translateX(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 34px;
    background-color: var(--color-main);
    margin-left: auto;
    flex-shrink: 0;
  }
  #main_header .sp .search .enter_search img {
    width: 22.5px;
    margin-left: 3px;
  }
  #main_header .sp .search .bottom_arrow {
    width: 12px;
    position: absolute;
    right: 0;
    top: 7px;
    cursor: pointer;
  }
  #main_header .sp .search .search_area {
    position: relative;
    width: 41%;
  }
  #main_header .sp .search .area_pull_down {
    position: absolute;
    top: -12px;
    right: -32px;
    z-index: 1;
    padding: 16px 18px 16px 38px;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    box-shadow: -8px 8px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    font-size: 16px;
    font-weight: 510;
    line-height: 30px;
    display: none;
  }
  #main_header .sp .search .area_pull_down > li:not(:last-child) {
    border-bottom: 1px solid #b7cee4;
  }
  #main_header .sp .search .area_pull_down > li {
    padding: 9px 0 9px 8px;
    cursor: pointer;
    transition: background 0.2s;
    width: 128px;
    position: relative;
  }
  #main_header .sp .search .area_pull_down > li:hover {
    background: lightblue;
  }
  #main_header .sp .search .area_pull_down > li.active:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 19px;
    left: -16px;
    background: url(../img/icon/check_01.png) center center / contain no-repeat;
    width: 14px;
    height: 14px;
  }
  #main_header .sp .menu_lv01 {
    margin-top: 25px;
  }
  #main_header .sp .menu01 {
    border-bottom: 1px solid var(--color-navy04);
  }
  #main_header .sp a {
    font-weight: 700;
    line-height: 24px;
  }
  #main_header .sp .menu01 .link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    box-sizing: border-box;
    width: 100%;
    font-weight: 700;
    line-height: 24px;
  }
  #main_header .sp .menu01 .link .word {
    display: flex;
    gap: 22.5px;
    align-items: center;
  }
  #main_header .sp .menu01 .link .word img {
    width: 24px;
  }
  #main_header .sp .bottom_arrow {
    width: 12px;
  }
  #main_header .sp .menu_lv02 {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 260px;
    margin: 0 auto;
    padding-bottom: 15px;
    gap: 12px;
  }
  #main_header #headerSpMenuArea:checked + .menu_lv02 {
    display: flex;
  }
  #main_header .sp .menu02 a {
    font-weight: 510;
  }
  #main_header .sp .menu02 {
    width: calc(50% - 12px);
  }
  #main_header .sp .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }
  #main_header .sp .bottom_link {
    margin: 0 auto 21px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #main_header .sp .bottom_link img {
    width: 24px;
  }
  #main_header .sp .bottom_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 16px;
    width: 240px;
    margin-bottom: 28px;
  }
  #main_header .sp .bottom_links a {
    font-size: 16px;
    font-weight: 510;
    line-height: 26px;
  }
  #main_header .sp .insta {
    width: 30px;
  }

  /***checked***/
  #isSpMenu:checked + #main_header .is_sp_menu img {
    opacity: 0;
  }
  #isSpMenu:checked + #main_header .is_sp_menu::before {
    width: 34px;
    transform: rotate(-45deg) translate(-1px, 6px);
  }
  #isSpMenu:checked + #main_header .is_sp_menu::after {
    width: 34px;
    transform: rotate(45deg) translate(-2px, -2px);
  }
  #isSpMenu:checked + #main_header {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    position: fixed;
    top: 0 !important;
  }
  #isSpMenu:checked + #main_header .sp .wrap_menu {
    display: flex;
  }
  #main_header.active {
    background: rgba(255, 255, 255, 0.8);
  }
  #main_header.active .sp {
    padding: 6px 16px;
  }
}

/***modal***/
.modal_search {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
.modal_search .wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 956px;
  width: 100%;
  height: 585px;
  padding: 98px 78px 0;
  box-sizing: border-box;
  background-color: var(--color-gray);
  box-shadow: -8px 8px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
}
.modal_search .search {
  border-radius: 36px;
  border: 2.114px solid var(--color-navy02);
  background: linear-gradient(260deg, rgba(255, 255, 255, 0.6) 27.48%, #fff 57.58%);
  height: 68px;
  display: flex;
  align-items: center;
  padding: 20px 7.3px 20px 25px;
  box-sizing: border-box;
}
.modal_search .search input {
  background-color: initial;
  max-width: 315px;
  width: 100%;
  height: unset;
  margin-bottom: 0;
  padding: unset;
  border-radius: unset;
  color: #000;
  line-height: 1.15;
}
.modal_search .search input::placeholder {
  font-size: 18px;
  font-weight: 790;
  line-height: 28px;
}
.modal_search .search .slanting_border {
  width: 10px;
  margin-right: 36px;
}
.modal_search .search .enter_search {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 34px;
  background-color: var(--color-main);
  margin-left: auto;
  flex-shrink: 0;
}
.modal_search .search .enter_search img {
  width: 22.5px;
  margin-left: 3px;
}
.modal_search .search .bottom_arrow {
  width: 23px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
}
.modal_search .search .search_area {
  position: relative;
  max-width: 320px;
  width: 100%;
}
.modal_search .search .area_pull_down {
  position: absolute;
  top: -12px;
  left: 142px;
  padding: 16px 18px 16px 38px;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: -8px 8px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  font-size: 16px;
  font-weight: 510;
  line-height: 30px;
  display: none;
}
.modal_search .search .area_pull_down > li:not(:last-child) {
  border-bottom: 1px solid #b7cee4;
}
.modal_search .search .area_pull_down > li {
  padding: 9px 0 9px 8px;
  cursor: pointer;
  transition: background 0.2s;
  width: 128px;
  position: relative;
}
.modal_search .search .area_pull_down > li:hover {
  background: lightblue;
}
.modal_search .search .area_pull_down > li.active:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 19px;
  left: -16px;
  background: url(../img/icon/check_01.png) center center / contain no-repeat;
  width: 14px;
  height: 14px;
}
.modal_search .recommend_keyword {
  margin-top: 30px;
}
.modal_search .recommend_keyword .mini_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 21px;
}
.modal_search .recommend_keyword .keyword_list {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.modal_search .recommend_keyword .keyword_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 24px;
  border: 1px solid var(--color-main);
  font-size: 16px;
  line-height: 1.15;
  background: #fff;
}
.modal_search .peke {
  position: absolute;
  width: 54px;
  height: 54px;
  right: 0;
  top: -50px;
  background-color: var(--color-gray);
  box-shadow: -8px 8px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(-54px + -24px);
}
.modal_search .peke::before,
.modal_search .peke::after {
  content: "";
  width: 2px;
  height: 27px;
  display: block;
  background: var(--color-navy03);
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.modal_search .peke::before {
  transform: rotate(45deg);
}
.modal_search .peke::after {
  transform: rotate(-45deg);
}
