@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');

@font-face {
  font-family: 'YUniverse-B';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_yuniverse@1.0/YUniverse-B.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IBMPlexSansKR-Regular';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NanumSquareNeo-Variable';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/*--------- default setting ---------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* outline: darkolivegreen solid 1px; */
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'IBMPlexSansKR-Regular';
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  letter-spacing: 0.1px;
  word-break: keep-all;
  margin: 0 auto;
}

h1 {
  font-size: 1.65rem;
  line-height: 2;
  letter-spacing: -0.5px;
}

h2 {
  font-family: 'YUniverse-B';
  font-size: 2rem;
  line-height: 2;
}

h3 {
  font-size: 1.3rem;
  line-height: 1.3;
}

h4 {
  font-size: 0.9rem;
  line-height: 1.3;
}

h5 {
  font-size: 0.85rem;
  font-weight: 400 !important;
}

button {
  display: inline-block;
  padding: 8px 15px;
  text-align: center;
  font-size: 1rem;
  background: none;
  border-radius: 40px;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid #000;
}

button:hover {
  background: #e5e5e5;
  border-radius: 30px;
}

li {
  list-style: none;
}

strong, a {
  display: inline-block;
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/*--------------- mobile ver. ---------------*/
[class*=pc] {
  display: none;
}

header {
  width: 100%;
  border-bottom: 1px solid #002d96a3;
}

.header_container {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px 5%;
  z-index: 10;
  overflow: hidden;
}

.header_right {
  display: flex;
  gap: 15px;
}

.logo {
  width: 70px;
  cursor: pointer;
}

.hamburger, .search {
  width: 30px;
  cursor: pointer;
  position: relative;
}

.search img {
  object-fit: contain;
}

#search {
  position: absolute;
  top: -100vh;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 5;
  transition: 0.4s;
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

#search p {
  text-align: center;
  line-height: 1.1;
}

.search_inner {
  padding: 20px 5%;
}

.searchbar {
  position: relative;
  width: 100%;
}

input[name="search"] {
  width: 100%;
  padding: 8px;
  border: 0;
  border-bottom: 1px solid #002d96;
}

input[name="searchimg"] {
  position: absolute;
  bottom: 7px;
  right: 5px;
  width: 20px;
  vertical-align: bottom;
}

.keyword {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.keyword_title {
  text-align: center;
  width: 25%;
  color: #002d96;
}

.keyword_list {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}

.keyword_list li {
  font-size: 0.8rem;
  margin-right: 7px;
  margin-bottom: 10px;
  padding: 3px 10px;
  border-radius: 15px;
  background: #eaeaea;
}

#search_close {
  padding: 25px 5%;
  font-size: 2.2rem;
  color: #002d96;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.menu_cont {
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.menu_wraper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.menu,
.menu_close {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s ease-in-out 0.15s;
}

.menu [class*="line"] {
  margin: 0 4px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #4792de;
  transition: background 0.7s ease-in-out;
}

.menu_close [class*="line"] {
  width: 38px;
  height: 2px;
  border-radius: 10px;
  background-color: #4792de;
  transition: background 0.7s ease-in-out;
}

.menu_close .line1_close {
  transform: translateY(9px) rotate(45deg);
}

.menu_close .line2_close {
  transform: translateY(-9px) rotate(-45deg);
}

/* nav */
.nav_outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 12;
  opacity: 1;
  visibility: hidden;
  transition: opacity 0.1s cubic-bezier(0.23, 1, 0.32, 1);
}

nav {
  width: 100%;
  height: 100%;
  display: flex;
}

.nav_inner {
  position: relative;
  height: 100vh;
  transform: translateY(-100%);
  opacity: 1;
  padding: 100px 0 0;
  width: 100%;
  background-color: #000;
  transition: all 0.8s;
}

.ellipse-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.mobile_frame {
  background: url('images/main/nav_bg.jpg') center top no-repeat;
  background-size: cover;
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  z-index: 10;
}

.nav_list {
  height: 100%;
  padding: 2% 5% 4%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.nav_list>li {
  position: relative;
  width: 100%;
  height: 95px;
  transition: height 0.5s;
  overflow: hidden;
}

.nav_list li .depth1 {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding: 25px 5%;
  color: #06357a;
  font-weight: bold;
  line-height: 1;
  opacity: 0;
  transform: translateY(100%);
  font-size: 2rem;
  cursor: pointer;
  font-family: 'YUniverse-B';
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.acco img {
  width: 25px;
  height: 30px;
  margin-bottom: 5px;
}

.nav_list li .depth1 p {
  margin-bottom: 10px;
  color: #000;
  font-size: 1.5rem;
  font-family: 'YUniverse-B';
}

.nav_list li .depth1 p span {
  line-height: 1.3;
  vertical-align: top;
}

.nav_list li .depth2 {
  padding-top: 0.5rem;
}

.nav_list li .depth2 li {
  padding: 0 1.5rem 4%;
  font-size: 20px;
  transition: 0.3s;
  cursor: pointer;
}

.nav_list li .depth2 li:hover {
  color: #06357a;
  font-weight: bold;
}

.nav_sns_list {
  padding: 0 5%;
  display: flex;
  gap: 10px;
  margin: 30px 0;
}

.nav_sns_item {
  width: 40px;
  height: 40px;
}

.corp_info_wrap {
  margin-top: 50px;
}

.find_store {
  padding: 0 5%;
}

.find_store li {
  position: relative;
  height: auto;
  padding: 0.85rem 0;
  width: 50%;
  text-align: center;
  border-radius: 27px;
  background-color: #0f78e3;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

.find_store li:hover {
  background: #0059b4;
}

.find_store img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin-bottom: 2px;
  filter: brightness(0) invert(1);
}

/*--------------- nav js class ---------------*/
.nav_outer.open {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.nav_outer.open .nav_inner {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s;
}

.nav_outer.open .nav_list li .depth1 {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s ease-in-out 0.4s;
}

.nav_outer.open .nav_list> :nth-child(2) .depth1 {
  transition: transform 0.8s ease-in-out 0.6s;
}

.nav_outer.open .nav_list> :nth-child(3) .depth1 {
  transition: transform 0.8s ease-in-out 0.8s;
}

.nav_outer.open .nav_list> :nth-child(4) .depth1 {
  transition: transform 0.8s ease-in-out 1s;
}

.nav_outer.open .nav_list> :nth-child(5) .depth1 {
  transition: transform 0.8s ease-in-out 1.2s;
}

.acco.on {
  height: 243px;
}

.menu_close {
  opacity: 0;
}

.menu.open {
  opacity: 0;
}

.menu_close.open {
  opacity: 1;
}

.menu.open,
.menu_close.open {
  transform: translateY(-35px);
  z-index: 15;
}

#search.show {
  top: 0;
}

#search.hide {
  top: -100vh;
}

/*--------------- main ---------------*/
main .swiper-container, .main_slider_img {
  height: 90vh;
}

.swiper1 .swiper-slide {
  width: 100%;
  position: relative;
}

.main_slider_img img {
  height: 100%;
  object-fit: cover;
}

.main_slider_txt {
  position: absolute;
  bottom: 13%;
  left: 0;
  width: 100%;
  padding: 0 5%;
}

.main_slider_txt h5 {
  font-size: 1rem;
  margin-bottom: 20px;
}

.main_slider_txt h1 {
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.swiper1 .swiper-slide-active .main_slider_txt {
  animation: fade-show 4s;
  animation-delay: 0.1s;
}

@keyframes fade-show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.swiper1 .swiper-slide-active .main_slider_img img {
  animation: scale 5s ease forwards;
  animation-fill-mode: forwards;
}

@keyframes scale {
  0% {
    transform: scale(1.07);
  }

  100% {
    transform: scale(1);
  }
}

button[name="detail"] {
  padding: 12px 40px;
}

button[name="detail"]:hover {
  background-color: #5c95f0;
  color: #fff;
  font-weight: bold;
  border: 1px solid #5c95f0;
}

.swiper1 .pagination_container {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
}

.swiper1 .swiper-pagination {
  position: relative !important;
  width: 80%;
  height: 5px;
  margin: 0 auto;
  z-index: 10;
}

.swiper1 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper1 .swiper-pagination-custom, .swiper1 .swiper-pagination-fraction {
  text-align: center;
  margin-top: 65px;
}

.swiper1 .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 0;
  background: #bbc0bf;
  border: 1px solid #bbc0bf;
  opacity: 1;
  margin: 0 4px;
}

.swiper1 .swiper-pagination-bullet-active {
  width: 40px;
  transition: width .5s;
  border-radius: 0;
  background: #002d96;
  border: 1px solid #002d96;
}

/*--------------- common article ---------------*/
.contents_title {
  text-align: center;
  margin-bottom: 30px;
  color: #333335;
}

.contents_title h2 {
  font-size: 45px;
}

.contents_title h4 {
  font-size: 18px;
}

.red {
  display: inline-block;
  color: #c40f39;
  vertical-align: middle;
}

.blue {
  color: #002d96;
}

/*--------------- article 1 = best ---------------*/
.best {
  position: relative;
  padding: 80px 0 0;
}

.best .fix_area {
  width: 100%;
  padding: 0 5%;
  color: #919191;
}

.best .fix_area h2 {
  width: 100%;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-align: center;
}

.best .fix_area h4 {
  width: 100%;
  margin-top: 25px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

.best .content {
  width: 100%;
  margin: 100px auto 0;
}

.best .content_list {
  height: 920px;
  margin-bottom: 35px;
  width: 100%;
  padding: 0 5%;
  position: relative;
}

.best .content_list .list {
  position: absolute;
  width: 60%;
  max-width: 500px;
  height: 65vw;
  max-height: 500px;
  cursor: pointer;
}

.best .content_list .list .bg_img {
  position: relative;
  width: 100%;
  height: 100%;
}

.best .content_list .list .bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------------- article 1 반응형 ---------------*/
@media screen and (min-width: 550px) {
  .best {
    padding: 80px 0;
  }

  .best .content_list .list {
    height: 360px;
  }
}

@media screen and (min-width: 650px) {
  .best .content_list {
    width: 650px;
    margin: 0 auto;
  }

  .best .content_list .list {
    width: 360px;
    height: 360px;
  }
}

.best .content_list .list .list_txt {
  position: absolute;
  top: 20px;
  left: 20px;
  letter-spacing: -1.2px;
  color: #f5f5f5;
  text-shadow: 0 0 2px #002d96, 0 0 2px #002d96;
}

.best .content_list .list .list_txt p {
  padding-top: 15px;
  font-size: 0.9rem;
  line-height: 1.1;
  display: none;
}

.best .content_list> :nth-child(1) {
  top: 0;
  left: 5%;
}

.best .content_list> :nth-child(2) {
  top: 220px;
  right: 5%;
}

.best .content_list> :nth-child(3) {
  top: 450px;
  left: 5%;
}

.best .content_list> :nth-child(4) {
  top: 670px;
  right: 5%;
}

.best .content_list> :nth-child(3) .list_txt h3, .best .content_list> :nth-child(4) .list_txt h3 {
  text-shadow: 0 0 2px #3a2012, 0 0 2px #ca9853;
}

.best .content_list> :nth-child(1):hover .bg_img img, .best .content_list> :nth-child(2):hover .bg_img img, .best .content_list> :nth-child(3):hover .bg_img img, .best .content_list> :nth-child(4):hover .bg_img img {
  opacity: 0;
  transition: 0.8s;
}

.best .content_list> :nth-child(1):hover .bg_img {
  background: url('images/main/best_prd_1_hover.jpg') no-repeat;
  background-size: cover;
}

.best .content_list> :nth-child(2):hover .bg_img {
  background: url('images/main/best_prd_2_hover.jpg') no-repeat;
  background-size: cover;
}

.best .content_list> :nth-child(3):hover .bg_img {
  background: url('images/main/best_prd_3_hover.jpg') no-repeat;
  background-size: cover;
}

.best .content_list> :nth-child(4):hover .bg_img {
  background: url('images/main/best_prd_4_hover.jpg') no-repeat;
  background-size: cover;
}

/*--------------- article 2 = with ---------------*/
.with {
  width: 100%;
  padding: 80px 5% 0;
}

.with_title {
  text-align: center;
}

.with .contents_title h4 {
  font-family: 'YUniverse-B';
}

.with .swiper-container {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.with_slider_img {
  position: relative;
  height: 200px;
}

.with_slider_img img {
  height: 100%;
  object-fit: cover;
}

.with_slider_img .shopping_img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}

.with .swiper-slide {
  height: 200px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.with_slider_txt {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -100%;
  background-color: rgba(255, 255, 255, 0.8);
  height: 105px !important;
  transition: 0.5s;
  font-size: 0.9rem;
  padding: 10px !important;
}

.with_slider_txt p {
  padding-top: 5px;
  line-height: 1.2;
}

.with .swiper-slide:hover .with_slider_txt {
  bottom: 0;
}

.with .swiper-container-horizontal>.swiper-scrollbar {
  bottom: 0;
}

/*--------------- article 3 = lab ---------------*/
.lab {
  padding: 80px 0 0;
}

.lab_video {
  width: 100%;
  height: 50vh;
}

.lab_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------------- article 4 = news ---------------*/
.news {
  padding: 80px 5% 0;
}

.news_left {
  position: relative;
  margin-bottom: 50px;
}

.news_top_txt, .news_bottom_txt {
  position: absolute;
  left: 3%;
  color: #fff;
}

.news_top_txt {
  left: auto;
  right: 3%;
  top: 10%;
}

.news_top_txt h3 {
  font-size: 27px;
  font-family: 'YUniverse-B';
}

.news_bottom_txt {
  bottom: 5%;
}

.news_bottom_txt h4 {
  font-weight: 400 !important;
}

.news_right {
  position: relative;
  height: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.news_right:before {
  position: absolute;
  top: 0;
  left: 50px;
  width: 1px;
  height: inherit;
  background: #ddd;
  content: "";
  display: block;
}

.news_right_contanier {
  height: 600px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.news_right_contanier::-webkit-scrollbar {
  width: 7px;
}

.news_right_contanier::-webkit-scrollbar-thumb {
  height: 17%;
  background-color: #002d96d9;
  border-radius: 10px;
}

.news_right_contanier::-webkit-scrollbar-track {
  background-color: #002d9629;
}

.news_list li {
  display: flex;
  justify-content: space-between;
  padding: 25px 0 0;
}

.news_list li .day {
  width: 20%;
  margin-left: 5px;
  position: relative;
}

.news_list li .day::before {
  width: 7px;
  height: 7px;
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 42px;
  background-color: #002d96;
  border-radius: 50%;
}

.news_list li .con {
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
  width: 80%;
  display: flex;
  justify-content: space-between;
}

.heart, .comment {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}

.con_txt {
  width: 130px;
  height: 130px;
}

.con_info {
  margin-top: 50px;
}

.con_info .gray {
  color: #888;
  vertical-align: middle;
}

.con_img {
  width: 160px;
  height: 160px;
  margin-right: 5px;
}

.con_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------------- article 5 = review ---------------*/
.review {
  background: #b8cdff29;
  margin: 80px 0 0;
}

.review .container {
  padding: 50px 5%;
}

.review_wrapper .swiper-slide {
  height: 490px;
}

.review_item_img {
  width: 100%;
  height: 300px;
}

.review_item_img img {
  object-fit: cover;
}

.review_sub_item .star img {
  width: 60px;
}

.review_sub_item {
  background: #fff;
  padding: 18px 20px;
}

.sub_txt .bold {
  line-height: 2.2;
}

.inner_txt {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}

.review_product {
  display: flex;
  padding-top: 20px;
  border-top: 4px dotted #ccc;
}

.review_product img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 15px 0 0;
}

.pro_name {
  font-size: 13px;
  font-weight: bold;
}

.prize {
  font-size: 13px;
  color: #002d96;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  text-align: center;
  margin-top: 65px;
}

.review .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 0;
  background: #bbc0bf;
  border: 1px solid #bbc0bf;
  opacity: 1;
}

.review .swiper-pagination-bullet-active {
  width: 40px;
  transition: width .5s;
  border-radius: 0;
  background: #002d96;
  border: 1px solid #002d96;
}

/*--------------- article 6 = brand ---------------*/
.main_brand {
  margin:0;
  padding: 80px 0;
  background: url('images/main/brand_bg_mo.jpg') no-repeat;
  background-size: cover;
}

.main_brand .contents_title {
  color: #fff;
}

.main_brand h4 {
  font-weight: 400 !important;
}

.main_brand button {
  color: #fff;
  border: 1px solid #fff;
  margin-top: 30px;
}

/*--------------- article 7 = always ---------------*/
.always {
  padding: 80px 5%;
}

.always_container {
  display: flex;
  flex-wrap: wrap-reverse;
}

.always_container>div {
  display: flex;
  flex-wrap: wrap;
}

.always_img {
  position: relative;
  width: 100%;
  max-height: 500px;
}

.always_img img {
  object-fit: cover;
}

.always_img .button_box {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}

.always_img .button_box button {
  margin: 0;
  background: rgba(255, 255, 255, 0.5);
}

.always_news, .always_notice {
  border: 1px solid #ddd;
  padding: 15px;
  width: 100%;
  margin: 30px 0 10px;
}

.always_news h3, .always_notice h3 {
  padding-bottom: 10px;
}

.always_news li, .always_notice li {
  font-size: 0.9rem;
  line-height: 1.3rem;
  padding: 5px 0;
}

.always_news button, .always_notice button {
  margin-bottom: 0;
}

button[name="mall"] {
  background: #5c95f0 !important;
  color: #fff;
  border: 1px solid #5c95f0;
  padding: 10px 25px;
}

button[name="mall"] img {
  width: 110px !important;
  margin-bottom: 3px;
}

button[name="mall"]:hover {
  background: #0059b4 !important;
  border: 1px solid #0059b4;
}

button[name="viewmore"] {
  width: 100%;
  padding: 12px 30px;
  margin: 30px auto 20px;
}

button[name="viewmore"]:hover {
  background-color: #5c95f0;
  color: #fff;
  border: 1px solid #5c95f0;
}

/*--------------- article 7 반응형 ---------------*/
@media screen and (min-width: 750px) {
  .always_container>div {
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
  }

  .always_news, .always_notice {
    width: 48%;
  }
}

/*--------------- footer ---------------*/
footer {
  padding: 50px 0;
  background-color: #f5f5f5;
}

.mo-footer {
  padding: 30px 5%;
}

footer strong, footer small {
  display: block;
}

footer small {
  line-height: 1.3;
}

footer strong {
  font-size: 1.5rem;
  line-height: 1.8;
}

.footer-center p {
  font-size: 1.2rem;
  line-height: 1.5;
}

.footer-info {
  padding: 20px 0;
}

.footer-info p {
  font-size: 0.85rem;
  line-height: 1.3;
  padding: 3px 0;
}

.footer-button {
  padding: 0 5%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 0.85rem;
}

.footer-button li {
  position: relative;
}

.footer-button li:not(:last-child)::after {
  position: absolute;
  content: "";
  display: block;
  top: 7px;
  right: -9px;
  width: 1px;
  height: 11px;
  background: #ccc;
}

.pc-footer {
  display: none;
}

/*--------------- pc ver. ---------------*/
@media screen and (min-width: 1366px) {
  [class*="mo"] {
    display: none;
  }

  [class*="pc"] {
    display: block;
  }

  /*------- PC header -------*/
  .header_container {
    width: 1300px;
    margin: 0 auto;
    padding: 20px 0;
  }

  .logo {
    width: 80px;
  }

  .search {
    width: 25px;
  }

  #search_close {
    width: 1300px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: right;
  }

  .search_inner {
    width: 700px;
    margin: 0 auto;
    padding: 20px 0 50px;
  }

  .keyword_title p {
    font-size: 20px;
    text-align: center !important;
  }

  .keyword_list li {
    font-size: 1rem;
  }

  .header_container .pc {
    display: flex;
    gap: 35px;
  }

  .header_container .pc li {
    position: relative;
    font-family: 'YUniverse-B';
    font-size: 20px;
    padding: 0 5px;
    line-height: 1.5;
    transition: 0.4s;
    cursor: pointer;
  }

  .header_container .pc li::before {
    display: block;
    content: "";
    inset: 0;
    position: absolute;
    border-bottom: solid 3px #002d96;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
    z-index: -1;
  }

  .header_container .pc li:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }

  .menu_cont {
    display: none;
  }

  /*------- PC main -------*/
  main .swiper-container, .main_slider_img {
    height: 70vh;
  }

  .main_slider_txt {
    left: 55%;
    width: 520px;
    height: 370px;
    padding: 0;
    top: 18%;
  }

  .main_slider_txt h5 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .main_slider_txt h1 {
    font-size: 30px;
    line-height: 1.5;
  }

  .main_slider_txt .pc p {
    margin: 20px 0;
  }

  .swiper-pagination {
    width: 30%;
    text-align: center;
    margin: 0 auto;
  }

  /*------- PC common article -------*/
  .best, .with, .lab, .news, .always {
    padding: 150px 0 0;
  }

  .review {
    margin: 150px 0 0;
  }

  .contents_title {
    margin-bottom: 50px;
  }

  .contents_title h2 {
    font-size: 70px;
    line-height: 1.3;
  }

  .contents_title h4 {
    font-size: 20px;
    line-height: 1.1;
  }

  /*------- PC article 1 = best -------*/
  .best .fix_area {
    padding: 0;
  }

  .best .content, .best .content_list {
    width: 1300px;
    margin: 100px auto 0;
    padding: 0;
  }

  .best .fix_area h2 {
    font-size: 160px;
  }

  .best .fix_area h4 {
    font-size: 24px;
    line-height: 1.1;
  }

  .best .content_list .list {
    width: 500px;
    height: 500px;
  }

  .best .content_list .list .bg_img {
    width: 500px;
    height: 500px;
  }

  .best .content_list {
    height: 1300px;
  }

  .best .content_list> :nth-child(1) {
    left: 10%;
  }

  .best .content_list> :nth-child(2) {
    top: 220px;
    right: 10%;
  }

  .best .content_list> :nth-child(3) {
    top: 550px;
    left: 10%;
  }

  .best .content_list> :nth-child(4) {
    top: 770px;
    right: 10%;
  }

  .best .content_list .list_txt h3 {
    font-size: 1.7rem;
  }

  /*------- PC article 2 = with -------*/
  .with {
    width: 1300px;
    margin: 0 auto;
  }

  .with .swiper-container {
    height: 340px;
  }

  .with .swiper-slide, .with_slider_img {
    height: 300px;
  }

  /*------- PC article 3 = lab -------*/
  .lab_video {
    height: 90vh;
  }

  /*------- PC article 4 = news -------*/
  .news {
    width: 1300px;
    margin: 0 auto;
  }

  .news_wrapper {
    display: flex;
    justify-content: space-between;
  }

  .news_left {
    width: 62%;
    margin: 0;
    height: 750px;
  }

  .news_left img {
    object-fit: cover;
  }

  .news_right {
    width: 37%;
  }

  .news_right_contanier {
    height: 746px;
  }

  .con_txt {
    width: 180px;
  }

  .con_txt h4 {
    font-size: 1rem;
    margin-top: 2px;
  }

  .con_info {
    margin-top: 80px;
  }

  .con_img {
    width: 180px;
    height: 180px;
  }

  .news_top_txt {
    top: 8%;
    left: 3%;
    right: auto;
  }

  .news_top_txt h3 {
    font-size: 40px;
    position: relative;
    color: #002d96;
  }

  .news_top_txt h3:after {
    position: absolute;
    display: block;
    content: "";
    width: 48px;
    height: 3px;
    background: #fff;
    top: 65px;
    left: 0;
  }

  .news_bottom_txt h4 {
    font-size: 1.3rem;
  }

  /*------- PC article 5 = review -------*/
  .review .container {
    padding: 100px 0;
    width: 1300px;
    margin: 0 auto;
  }

  .review .swiper-pagination-bullet {
    display: none;
  }

  /*------- PC article 6 = brand -------*/
  .main_brand {
    background: url('images/main/brand_bg_pc.jpg') no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 200px 0;
  }

  /*------- PC article 7 = always -------*/
  .always {
    width: 1300px;
    margin: 0 auto;
    padding-bottom: 150px;
    overflow: hidden;
  }

  .always_container {
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
  }

  .always_img {
    width: 42.5% !important;
  }

  .always_img img {
    height: 350px;
    width: 550px;
  }

  button[name="mall"] img {
    height: fit-content;
  }

  .always_container>div {
    width: 55%;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .always_news, .always_notice {
    width: 48%;
    height: 350px;
    margin: 0;
    padding: 25px;
  }

  /*------- PC footer -------*/
  .mo-footer {
    display: none;
  }

  .pc-footer {
    display: block;
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #888;
  }

  .footer-button {
    justify-content: flex-start;
    gap: 20px;
    padding: 30px 0;
    width: 1300px;
    margin: 0 auto;
    font-weight: bold;
  }

  .footer-button li .line {
    padding-left: 20px;
    color: #ccc;
    font-weight: 400;
  }

  .pc-footer-right .sns_list {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    color: #000;
    padding: 20px 0 0;
  }

  .sns_item {
    width: 35px;
    transition: 0.4s;
    opacity: 0.75;
  }

  .sns_item:hover {
    opacity: 1;
  }

  .pc-footer .line {
    padding: 0 7px;
    color: #aaa;
  }
}
