@charset "utf-8";
@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

/* 전체 공통적인 부분  */
* {
  font-family: "GmarketSansMedium";
  line-height: 1.5em;
}

/* 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 {
  height: 2910px;
}
article .background {
  width: 100%;
  height: 500px;
  background: url(../../img/vol53/banner7-2.jpg) no-repeat center;
  background-size: cover;
}
/*  본문에 흰색 큰 틀 부분  */
article .wrap-content {
  width: 1200px;
  height: auto;
  background: #fff;
  margin: -120px auto;
}
/*  흰색 큰 틀 안에 내용이 들어가는 부분  */
article .wrap-content .section {
  width: 1000px;
  margin: 0 auto;
  padding-top: 7%;
}
article .wrap-content .section .list ul {
  display: flex;
  cursor: pointer;
}
article .wrap-content .section .list ul li {
  padding: 5px;
  font-size: 1rem;
}
/* 본문내용중 서브에 매인베너 부분  */
article .wrap-content .section .sub-visual {
  width: 100%;
  margin-top: 5%;
}
article .wrap-content .section .sub-visual img {
  width: 100%;
}
/*  리드박스 부분  */
.read-box {
  width: 86%;
  padding: 2%;
  font-size: 1.3rem;
  line-height: 1.5em;
  text-align: center;
  margin: 5% auto;
}
.read-box .ps {
  font-size: 1rem;
  color: #666;
  margin-top: 2%;
}
.read-box .ps span {
  padding-right: 2%;
}


/*  본문 플렉스 박스 부분  */
.flex {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #e8e8e8;
}
.flex .container {
  width: 48%;
  padding: 1%;
  margin: 0 auto;
  font-size: 1.2rem;
}
.flex .container .name {
  width: 60%;
  margin: 0 auto;
}
.flex .container img {
  width: 100%;
}
.subject {
  width: 44%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
  border: 3px solid #6fba2c;
  padding: 1%;
}
.text-box {
  margin: 2% 0;
  font-size: 1.2rem;
}
.s-text {
  width: 90%;
  margin: 0 auto;
  color: #6fba2c;
  font-size: 1rem;
  padding: 3% 0;
}
.all-textbox {
  width: 80%;
  margin: 0 auto;
}
.h1 {
  font-size: 1.5rem;
  color: #ec6b3a;
}
.h2 {
  font-size: 1rem;
  color: #333;
}
/* 본문에 이미지가 들어가는 부분  */
.img-box {
  width: 80%;
  margin: 3% auto;
}
.img-box img {
  width: 100%;
}

/* 인생 2막에 편지부분  */
.letter-box {
  width: 95%;
  height: 450px;
  margin: 5% auto;
  border: 10px dashed #6fba2c;
  border-radius: 10px;
}
.letter {
  width: 60%;
  padding: 1%;
  margin: 0% auto;
  font-size: 1.1rem;
  line-height: 1.8em;
  text-align: center;
  margin-left: 33%;
}
.letter-box .ps {
  font-size: 1rem;
  color: #666;
  margin: 2%;
  text-align: center;
}
.letter-box .img_left > img{
  float: left;
  width: 20%;
  margin-left: 10%;
}
/* 세로 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 영역 부분  */
  * {
    font-size: 0.9rem;
  }
  .header .vol50:nth-child(1) {
    display: none;
  }
  .header .smenu {
    display: none;
  }
  footer .vertical {
    display: none;
  }
  /* 모바일 영역에 시작부분  */

  .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: auto;
  }
  article .wrap-content {
    width: 100%;
    /* height: 100%; */
  }
  .letter-box {
    width: 95%;
    height: 750px;
    margin: 5% auto;
    border: 10px dashed #6fba2c;
    border-radius: 10px;
  }
  .letter {
    width: 90%;
    padding: 1%;
    margin: 0% auto;
    font-size: 1.1rem;
    line-height: 1.8em;
    text-align: center;
    margin-left: 3%;
  }
  .letter-box .ps {
    font-size: 1rem;
    color: #666;
    margin: 2%;
    text-align: center;
  }
  .letter-box .img_left > img{
    float: left;
    width: 50%;
    margin-left: 10%;
  }
  article .wrap-content .section {
    width: 100%;
  }
  article .background {
    width: 100vw;
    height: 40vh;
  }

  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부분  */
  footer {
    width: 100%;
    height: auto;
    margin-top: 220px;
  }
  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;
  }
  .flex {
    flex-direction: column;
    width: 100%;
  }
  .flex .container {
    width: 96%;
    margin: 0 auto;
  }
  .all-textbox {
    width: 94%;
  }
  .all-textbox img {
    width: 100%;
  }
  .subject {
    width: 93%;
  }
}
