@charset "UTF-8";
/*-------------------------------------------------

Title       : Sub
Author      : EASESOFT
Create Date : 2025-02

-------------------------------------------------*/
#visual .layout_fix {
  padding: 7rem 0 4rem;
}
#visual .title {
  font-family: "Paperlogy";
  font-size: 6.4rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 6rem;
}
#visual .input_box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #000;
  background: #fff;
  border-radius: 40px;
  height: 5.6rem;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 3rem;
}
#visual .input_box input {
  flex: 1;
  border: none;
  outline: none;
  height: 100%;
  font-size: 1.6rem;
  color: #000;
}
#visual .input_box input::-moz-placeholder {
  color: #000;
}
#visual .input_box input::placeholder {
  color: #000;
}
#visual .input_box button {
  flex: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
}
#visual .input_box button::before {
  content: "\f0d1";
  font-family: "remixicon";
  color: #000;
  font-size: 2.4rem;
}
#visual .img {
  display: none;
}
#visual .sns_list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem 3.4rem;
  margin-top: 4rem;
  display: none;
}
#visual .sns_list a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 5px 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  overflow: hidden;
}
#visual .sns_list a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
  transform: scale(0.7);
}
#visual .sns_list a.insta::before {
  background-image: url("/kor/img/sns-insta.svg");
}
#visual .sns_list a.facebook::before {
  background-image: url("/kor/img/sns-facebook.svg");
  background-size: 2.2rem;
}
#visual .sns_list a.youtube::before {
  background-image: url("/kor/img/sns-youtube.svg");
}
#visual .sns_list a.story::before {
  background-image: url("/kor/img/sns-story.svg");
  background-size: 1.8rem;
}
#visual .sns_list a.blog::before {
  background-image: url("/kor/img/sns-blog.svg");
}
#visual .sns_list a.ch::before {
  background-image: url("/kor/img/sns-ch.svg");
}
#visual .sns_list a.hello::before {
  background-image: url("/kor/img/sns-hello.svg");
}
#visual .sns_list a.magazine::before {
  background-image: url("/kor/img/sns-magazine.svg");
}
#visual .sns_list a.on::before {
  background-image: url("/kor/img/sns-on.png");
}
#visual .sns_list a.baro::before {
  background-image: url("/kor/img/sns-baro.png");
}
#visual .sns_list a:hover::before {
  transform: scale(0.9);
  filter: brightness(1);
}
#visual.visual10 {
  display: none;
}
#visual.visual11 #searchForm {
  display: none;
}
#visual.visual14 #searchForm {
  display: none;
}

#snb {
  border-bottom: 1px solid #ddd;
}
#snb .title {
  display: none;
}
#snb .list {
  width: calc(100% - 3.2rem);
  max-width: 120rem;
  margin: 0 auto;
}
#snb .list ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#snb .list ul li {
  flex: 1;
}
#snb .list ul li ul {
  display: none !important;
}
#snb .list ul a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 4.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
}
#snb .list ul a::before {
  content: "";
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -1px;
  z-index: 1;
  width: 10;
  height: 2px;
  background: #000;
  transition: 3s;
}
#snb .list ul li.active a {
  font-weight: 700;
}
#snb .list ul li.active a::before {
  animation: snb_active 1s forwards;
}
@keyframes snb_active {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
#snb.sub02, #snb.sub04, #snb.sub05, #snb.sub10, #snb.sub11, #snb.sub12, #snb.sub14 {
  display: none;
}

#contents {
  padding-top: 7.2rem;
}
#contents .contents_util {
  display: none;
}
#contents .con-section {
  width: calc(100% - 3.2rem);
  max-width: 120rem;
  margin: 0 auto;
}
#contents .content_style {
  min-height: 60rem;
}
#contents .menu-list {
  margin-bottom: 6rem;
}
#contents .menu-list ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  width: calc(100% - 3.2rem);
  max-width: 120rem;
  margin: 0 auto;
}
#contents .menu-list ul a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  padding: 0 3.4rem;
  border-radius: 1rem;
  background: #e8e8e8;
  font-family: "Paperlogy";
  font-size: 1.8rem;
  font-weight: 500;
  transition: 0.3s;
}
#contents .menu-list ul li.active a {
  background: #000;
  color: #fff;
}

.main_wrap:has(#snb.sub14) #contents {
  padding-top: 0;
}

/* 모두읽기 뷰 - 슬라이드 스타일 추가 (기존 style 에서 가져 옴) */
.ViewPage .slider1 {
  position: relative;
  max-width: 1100px;
  margin: 10rem auto 11rem;
}

.ViewPage .slider1 .prev, .ViewPage .slider1 .next {
  position: relative;
  top: 50%;
  margin-top: -25px;
  overflow: hidden;
  z-index: 3;
  width: 40px;
  height: 40px;
  font-size: 0;
  position: absolute;
  display: block;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.ViewPage .slider1 .prev:before, .ViewPage .slider1 .next:before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  font-family: "xeicon";
  font-size: 3rem;
  color: #000;
}

.ViewPage .slider1 .prev {
  left: 10px;
}

.ViewPage .slider1 .next {
  right: 10px;
}

.ViewPage .slider1 .prev:before {
  content: "\e93b";
}

.ViewPage .slider1 .next:before {
  content: "\e93e";
}

.ViewPage .slider1 .slick-dots li {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  font-size: 0;
}

.ViewPage .slider1 .slick-dots li button {
  width: 40px;
  height: 4px;
  background: #bbb;
  font-size: 0;
}

.ViewPage .slider1 .slick-dots li.slick-active button {
  background: #000;
}

.ViewPage .slider1-1 {
  position: relative;
  max-width: 1100px;
  margin: 10rem auto 11rem;
}

.ViewPage .slider1-1 .prev, .ViewPage .slider1-1 .next {
  position: relative;
  top: 50%;
  margin-top: -25px;
  overflow: hidden;
  z-index: 3;
  width: 40px;
  height: 40px;
  font-size: 0;
  position: absolute;
  display: block;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.ViewPage .slider1-1 .prev:before, .ViewPage .slider1-1 .next:before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  font-family: "xeicon";
  font-size: 3rem;
  color: #000;
}

.ViewPage .slider1-1 .prev {
  left: 10px;
}

.ViewPage .slider1-1 .next {
  right: 10px;
}

.ViewPage .slider1-1 .prev:before {
  content: "\e93b";
}

.ViewPage .slider1-1 .next:before {
  content: "\e93e";
}

.ViewPage .slider1-1 .slick-dots li {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  font-size: 0;
}

.ViewPage .slider1-1 .slick-dots li button {
  width: 9px;
  height: 9px;
  background: #bbb;
  font-size: 0;
}

.ViewPage .slider1-1 .slick-dots li.slick-active button {
  background: #000;
}

@media screen and (max-width: 420px) {
  .ViewPage .slider1 {
    margin: 4rem auto;
  }
  .ViewPage .slider1 .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .ViewPage .slider1-1 .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}