@charset "utf-8";

/* 전체 공통적인 부분  */

/* header 부분  */
header {
  width: 100%;
  height: 155px;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  padding: 0.4%;
}
.header .vol50 {
  width: 25%;
}
.header .vol50:nth-child(1) {
  margin-left: 2%;
}
.header .mainlogo {
  width: 13%;
}
.mainlogo img {
  width: 100%;
}

.s-menu ul {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}
.s-menu > ul .smenu {
  padding: 0 3%;
  border-left: 1px solid;
}
.s-menu ul a {
  color: #004ea2;
}

/* 지난호 보기 목록 부분  */

.view {
  position: absolute;
  top: 25px;
  width: 200px;
  flex-direction: column;
  height: 42px;
  overflow: hidden;
  border: 1px solid;
  border-radius: 20px;
  text-align: center;
  padding: 2px 5px;
}
.view:hover {
  height: 300px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all ease-out 0.5s;
  overflow: auto;
  z-index: 9999999;
}
.view .list {
  height: 42px;
  line-height: 42px;
}

/* nav 부분  */
nav {
  width: 100%;
  position: absolute;
  top: 95px;
  z-index: 999;
}
nav .menu {
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
  text-align: center;
}
nav .menu .title {
  width: 32%;
}
nav .menu .title > ul {
  height: 60px;
  overflow: hidden;
}
nav .menu .title ul li {
  width: 100%;
  padding: 2% 0;
}
nav .menu .title ul:hover {
  height: 500px;
  transition: all ease-in 0.5s;
  z-index: 999;
}
nav .menu .title ul li a {
  padding: 2% 25%;
  color: #fff;
}
nav .menu .title .red {
  background-color: #ec6b3a;
}
nav .menu .title .green {
  background-color: #6fba2c;
}
nav .menu .title .blue {
  background-color: #38a1db;
}
nav .menu .title ul .tit {
  display: block;
}
/* article 본문 부분  */
article {
  width: 100%;
  height: 1950px;
  /* position: relative; */
}

/* 메인 슬라이드 부분  */
article .swiper-container .swiper-slide {
  width: 100vw;
  height: 72vh;
}
article .swiper-container .swiper-slide img {
  width: 100%;
}

/* article .swiper-container .bg1 {
  background: url(../img/vol51/main.jpg) no-repeat center;
  background-size: cover;
}
article .swiper-container .bg2 {
  background: url(../img/vol51/main2.jpg) no-repeat center;
  background-size: cover;
}
article .swiper-container .bg3 {
  background: url(../img/vol51/main3.jpg) no-repeat center;
  background-size: cover;
}
article .swiper-container .bg4 {
  background: url(../img/vol51/main4.jpg) no-repeat center;
  background-size: cover;
}
article .swiper-container .bg4 {
  background: url(../img/vol51/main5.jpg) no-repeat center;
  background-size: cover;
} */

/*    main에 콘덴츠 부분    */
article .container {
  width: 1300px;
  background-color: #fff;
  position: absolute;
  transform: translate(-50%);
  top: 65%;
  left: 50%;
  z-index: 10;
  font-size: 20px;
  text-align: center;
  margin: 5% 0 0.5% 0;
}
article .container .text1 {
  color: #ec6b3a;
  margin-top: 4%;
}
article .container .text2 {
  color: #6fba2c;
  margin-top: 4%;
}
article .container .text3 {
  color: #38a1db;
  margin-top: 4%;
}
article .container .text4 {
  color: #000;
  margin-top: 4%;
}
article .container .line {
  width: 100%;
  margin: 2% auto;
}
article .container .line img {
  width: 98%;
  margin-top: 0.45%;
}
article .section {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
/* 각 섹션들의 이미지 밑에 들어가는 텍스트 부분  */
.container .content {
  width: 98%;
  height: 120px;
  padding: 1%;
  background-color: #ec6b3a;
}

.container .content2 {
  background-color: #6fba2c;
}
.container .content3 {
  background-color: #38a1db;
}
.container .content4 {
  background-color: #ccc;
}
.container .content .content-text {
  font-size: 1rem;
  color: #000;
  width: 100%;
}
.container .content .content-text .font1 {
  width: 12%;
  margin-top: -13px;
  padding-left: 10px;
}
.container .content a {
  color: #fff;
}

.container .content .subject {
  margin-top: 3%;
  font-size: 1.2rem;
}
.swiper-container4 {
  background-color: #e8e8e8;
}

article .section .swiper-container1 .swiper-slide {
  margin: 7% auto;
}
article .section .swiper-container1 .swiper-slide img {
  width: 100%;
}
article .section .swiper-container2 .swiper-slide {
  margin: 7% auto;
}
article .section .swiper-container2 .swiper-slide img {
  width: 100%;
}
article .section .swiper-container3 .swiper-slide {
  margin: 7% auto;
}
article .section .swiper-container3 .swiper-slide img {
  width: 100%;
}
article .section .swiper-container4 .swiper-slide {
  margin: 7% auto;
}
article .section .swiper-container4 .swiper-slide img {
  width: 100%;
}

/*  화살표  각각 위치  */
.swiper-button-prev {
  top: 16%;
  left: 0%;
  color: #fff;
  background: #ec6b3a;
  width: 50px;
  height: 50px;
  padding: 0.4%;
  border-radius: 50%;
}
.swiper-button-next {
  top: 16%;
  right: 0%;
  color: #fff;
  background: #ec6b3a;
  width: 50px;
  height: 50px;
  padding: 5px;
  border-radius: 50%;
}
.swiper-button-prev img {
  width: 100%;
}
.swiper-button-next img {
  width: 100%;
}

/*  2,3번째 이전 페이지 화살표 위치 구역  */
.swiper-container2 .swiper-button-prev2,
.swiper-button-prev3,
.swiper-button-prev4 {
  position: absolute;
  top: 12%;
  left: 0%;
  width: 6%;
  height: 60px;
  background: url(../../img/common/arrow3.png) no-repeat center;
}
.swiper-container2 img {
  width: 100%;
}
.swiper-button-prev2 img {
  width: 100%;
}
.swiper-button-prev3 img {
  width: 100%;
}
.swiper-button-prev4 img {
  width: 100%;
}
/*  2,3,4번째 다음 페이지 화살표 위치 구역  */
.swiper-container2 .swiper-button-next2,
.swiper-button-next3,
.swiper-button-next4 {
  position: absolute;
  top: 12%;
  left: 47%;
  width: 100%;
  height: 60px;
  background: url(../../img/common/arrow4.png) no-repeat center;
}

.swiper-container3 .swiper-button-prev3 {
  background: url(../../img/common/arrow5.png) no-repeat center;
}
.swiper-container3 .swiper-button-next3 {
  background: url(../../img/common/arrow6.png) no-repeat center;
}
.swiper-container4 .swiper-button-prev4 {
  background: url(../../img/common/arrow8.png) no-repeat center;
}
.swiper-container4 .swiper-button-next4 {
  background: url(../../img/common/arrow7.png) no-repeat center;
}
.swiper-button-next2 img {
  width: 100%;
}
.swiper-button-next3 img {
  width: 100%;
}
.swiper-button-next4 img {
  width: 100%;
}
/*  메인 세로배열에 SNS아이콘들과 구독신청 아이콘들  */

.article .vertical {
  width: 7%;
  margin: 0 auto;
  text-align: center;
  position: fixed;
  bottom: 12%;
  right: 1%;
  z-index: 999;
}
.article .vertical li {
  width: 37%;
  margin: 10% auto;
}
.article .vertical li:nth-child(5) {
  width: 60%;
}

.article .vertical li img {
  width: 100%;
}
.article .vertical .icon {
  margin-top: 40%;
}
/* 푸터 부분  */
footer {
  width: 100%;
  height: 100px;
  background: #666;
}
footer ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 0.5%;
}
footer ul .address {
  font-size: 0.8rem;
  color: #e8e8e8;
}
footer ul .subscript {
  border: 1px solid #e8e8e8;
  font-size: 1.1rem;
  height: 40px;
  line-height: 40px;
  padding: 0.5%;
}
footer ul .subscript a {
  color: #e8e8e8;
}

footer .vertical {
  display: none;
}
.mvol50 {
  display: none;
}

/*반응형 모바일 부분 */
@media all and (max-width: 640px) {
  /* display : none 영역 부분  */
  .swiper-button-prev,
  .swiper-button-prev2,
  .swiper-button-prev3,
  .swiper-button-prev4 {
    display: none;
  }
  .swiper-button-next,
  .swiper-button-next2,
  .swiper-button-next3,
  .swiper-button-next4 {
    display: none;
  }

  .header .vol50:nth-child(1) {
    display: none;
  }
  .header .smenu {
    display: none;
  }
  footer .vertical {
    display: none;
  }
  /* 모바일 영역에 시작부분  */
  * {
    font-size: 0.9rem;
  }
  .header {
    width: 100vw;
    height: 50px;
    justify-content: space-between;
    align-items: center;
  }

  .mvol50 {
    display: block;
    padding-left: 3%;
  }

  .header .view {
    width: 100px;
    border: none;
    top: 7px;
    right: 0px;
    padding: 0;
  }
  .view:hover {
    height: 180px;
  }
  .header .mainlogo {
    width: 40%;
  }
  .header .mainlogo img {
    width: 100%;
  }
  article {
    height: 100%;
  }
  article .container {
    width: 100%;
    top: 52%;
  }
  .container .content {
    height: 50px;
  }
  .container .content .content-text {
    color: #fff;
    margin-top: 5%;
  }
  article .section {
    width: 100%;
  }

  nav {
    top: 52px;
  }
  nav .menu {
    flex-direction: column;
  }
  nav .menu .title {
    width: 100%;
  }
  nav .menu .title > ul {
    height: 34px;
  }
  nav .menu .title ul:hover {
    height: 270px;
  }
  .article .vertical {
    display: none;
  }
  footer {
    width: 100%;
    height: auto;
    margin-top: 120px;
  }
  footer .footer {
    width: 100%;
    flex-direction: column-reverse;
    /* padding: 0; */
    margin: 0;
  }
  footer ul .footerlogo {
    width: 50%;
    margin: 0 auto;
  }
  footer ul .footerlogo img {
    width: 100%;
  }
  footer ul .address {
    width: 99%;
    margin: 5px auto;
    text-align: center;
  }
  footer ul .subscript {
    width: 98%;
    text-align: center;
    height: 30px;
    line-height: 30px;
  }
  footer .vertical {
    display: block;
    display: flex;
    width: 100%;
    background-color: #fff;
  }
  footer .vertical li {
    width: 12%;
  }
  footer .vertical li img {
    width: 100%;
  }
  footer .icon {
    display: none;
  }
  .subject {
    display: none;
  }
}
