@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');


#more-info-js {
  margin: 4%
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width:100%;
    font-family: "nanumgothic", sans-serif;
    list-style-type: none;
    text-decoration: none;
    color: black;
  }
  
  body {
    margin: 0 auto;
    font-family: "nanumgothic" ;
    line-height: 1.7;
    word-break: keep-all;
  }
 
  .short-bio p {
  padding: 10px;
  font-size: 13px;
  }


  .short-bio {
    margin-top: 5px !important;
    margin-left: 5px !important;
  }

  .nav a {
    font-size: 30px;
    padding: 10px;
  }
  .nav a:hover {
    color: gray;
  }

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in {
  0% {
    top: -300px;
  }
  100% {
    top: 0;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.8);
  }
  95% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes reveal-info {
  0% {
    height: 0;
  }
  5% {
    height: 500px;
  }
  95% {
    height: 500px;
  }
  100% {
    height: 0;
  }
}

body {
  margin: 0;
  padding: 0;
  height: 2000px;
}

.container {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  height: 700px;
}
.container .container-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
  animation: fade-in 1.5s ease, slide-in 1s ease;
  -webkit-animation: fade-in 1.5s ease, slide-in 1.2s ease;
}
.container .container-inner .main-content {
  flex-basis: 50%;
  order: 1;
  align-self: center;
  display: flex;
  flex-direction: column;
}
.container .container-inner .main-content .main-headings {
  width: 100%;
  align-self: center;
  display: flex;
  flex-direction: column;
  /* animation: scaleDown 5s ease 2s; */
  /* -webkit-animation: scaleDown 5s ease 2s; */
}
.container .container-inner .main-content .main-headings #by-line {
  width: 60%;
  padding-bottom: 1px;
  padding-left: 3px;
  margin-left: -1px;
  font-size: 18px;
  border-bottom: 1px solid #757575;
}
.container .container-inner .main-content .main-headings .heading {
  margin-top: -10px;
  margin-left: 80px;
}

.container .container-inner .main-content .main-headings a {
  margin-left: 92px;
  align-self: flex-start;
  font-weight: bold;
  font-family: helvetica;
  text-decoration: none;
  color: black;
}

.container .container-inner .main-content .more-info {
  align-self: flex-start;
  overflow: hidden;
  animation: reveal-info 10s ease 3s;
  -webkit-animation: reveal-info 50s ease 3s;
  width: 90%;
  height: 0;
  margin-left: 30px;
}



.hh {
  font-size: 15px;
  /* text-indent: 40px; */
  word-break: keep-all;
  text-align: justify;
  height: 200px;
}

@media (min-width: 350px) and (max-width: 529px) {
  * {
    animation-name: none !important;
  }

  .container {
    width: 90%;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 5px;
    margin-bottom: 20px;
  }

  .container-inner {
    flex-direction: column !important;
    justify-content: center !important;
  }

  .main-content,
.image-wrapper {
    flex-basis: 100% !important;
  }

  .main-content {
    order: 2 !important;
    /* outline: 1px solid red; */
    margin: 0 50px;
  }

  .image-wrapper {
    order: 1 !important;
  }

  .link {
    display: none;
  }

  .image-wrapper {
    order: 1 !important;
    width: 100%;
    height: 100px !important;
    justify-content: center !important;
  }

  .image-container {
    width: 100% !important;
    height: 400px;
    margin-left: auto;
    margin-right: 20px !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 530px) and (max-width: 699px) {
  * {
    animation-name: none !important;
  }

  .container {
    width: 90%;
    height: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 8px;
  }

  .container-inner {
    flex-direction: column !important;
    justify-content: center !important;
  }

  .main-content,.image-wrapper {
    flex-basis: 100% !important;
  }

  .main-content {
    width: 80%;
    order: 2 !important;
    align-self: center !important;
  }

  .main-headings {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  /* .heading {
    margin-left: 55px !important;
  }

  #heading1,
#heading2 {
    margin: 0;
    margin-top: -15px !important;
  }

  #heading3 {
    margin-top: -30px !important;
  } */

  .link {
    display: none;
  }

  .more-info {
    height: 150px !important;
    width: 60% !important;
    margin: 0!important;
    align-self: flex-start !important;
    margin-top: 0px !important;
    margin-left: 200px !important;
    text-align: justify;
  }

  .image-wrapper {
    order: 1 !important;
    width: 100%;
    height: 400px;
    justify-content: center !important;
  }

  .image-container {
    width: 100% !important;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.interview {
  position: absolute;
  margin: 300px 100px;
  font-size: 15px;
  /* text-indent: 40px; */
  word-break: keep-all;
  /* text-align: left; */
  width: 805px;
  line-height: 1.8;
}
  
/* 인터뷰 글 */

#headerWrap { 
  position: absolute; 
}

#gnbWrap .gnb > li > a > span:first-child { 
  opacity: 0; 
  position: absolute;
  font-size: 15px;
  word-break: keep-all;
  line-height: 1.8;
  font-family: "naumgothic";
  font-style: normal;
  width: 805px;
  font-weight: 500;
}

#gnbWrap .gnb > li > a:hover > span:first-child { 
  opacity: 1; 
  background-color: #ffffff; 
  color: rgb(0, 0, 0); 
  transition: 0.1s ease-out; 
}

#gnbWrap .gnb > li > a:hover > span:last-child { 
  opacity: 0; 
}

.w {
  opacity: 0;
}

.interview p {
  margin-bottom: 60px
}

/*  */
h2{
  text-align: center;
}
.modal_btn {
  display: block;
  position: fixed;
  cursor: pointer;
  font-size: 20px;
  right: 10px;
  width: 30px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  background-color: #fff;
  font-size: 25px;
}

.modal_btn:hover {
  color:palegoldenrod
}

/*모달 팝업 영역 스타일링*/
.modal {
/*팝업 배경*/
display: none; /*평소에는 보이지 않도록*/
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.modal .modal_popup {
/*팝업*/
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: #ffffff;
}
.modal .modal_popup .close_btn {
  display: block;
  position: absolute;
  cursor: pointer;
  font-size: 20px;
  top:16px;
  right: 10px;
  width: 30px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  background-color: #fff;
  font-size: 15px;
}

.modal.on {
  display: block;
  background-color: rgb(255, 255, 255);
}

.modal.on .modal_btn {
  opacity: 0;
}

img {
  width: 110px;
  
}

.word {
  top:-50%;
  left: -50%;
  display: grid;
  font-size: 16px;
  grid-template-columns: repeat(4,300px);
  justify-items: center;
  align-items: center;
  box-sizing: border-box;
  gap: 40px 20px
}