
.ws-head {
  position: relative;
  width: 100%;
  color: #383838;
  font-family: "Nanum Gothic", 나눔고딕, "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", Ngothic, sans-serif;
  margin: 30px auto;
  font-size: 13px;
}

.ws-head p {
  text-align: center;
}

.ws-head p.ws-head-h1 {
  font-weight: 700;
  text-decoration: underline;
}


.ws-head-ct {
  margin: 30px 0;
}

.ws-head-ct strong {
  font-weight: 700;
}

.ws-head-ct a {
  color: #383838;
}

.day {
  position: relative;
  height: 100%;
  text-align: center;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif !important;
  font-size: 30px;
}

.ws-ct-wrap img {
  display: block;
  margin: 20px auto;
  padding: 0;
  border: none;
  outline: none;
  text-align: center;
}

.ws-section01 {
  position: relative;
}

.ws-section01>p.allPeople {
  position: relative;
  text-align: center;
}

.ws-section01>p.allPeople::before {
  content: '“';
  color: #d1d1d1;
  position: absolute;
  font-family: 'Times New Roman', Times, serif;
}

.comment {
  position: relative;
  text-align: center;
}

.blue-f {
  color: #45539a !important;
  font-weight: 700;
  font-size: 16px;
}

.ws-text {
  text-align: center;
  line-height: 1.6;
  font-weight: 300;
}

img.no-mar {
  margin: 10px auto;
}

.row>div[class*="ws-section"] {
  float: none;
}

div[class*="ws-section"] {
  position: relative;
  height: 100%;
}

.comment.pang,
.comment.party {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.comment.party {
  text-align: center;
}

.comment.party .blue-f,
.comment.party .ws-text {
  text-align: center;
}

.ws-section05,
.ws-section06 {
  margin-top: 40px;
}

.trophy {
  font-weight: 700;
  text-align: center;
  line-height: 2;
}

.team-list {
  text-align: center;
}

.team-list strong {
  color: #8d5048;
  white-space: pre-line;
  line-height: 1.6;
}

.naver-video {
  margin: 0 auto;
}

@media all and (min-width: 840px) {
  .ws-head p.ws-head-h1 {
    font-size: 18px;
  }
  
  .ws-head p.ws-head-h2 {
    font-size: 16px;
    margin-bottom: 40px;
  }
  
  .ws-ct-wrap {
    width: 840px;
    margin: 0 auto;
    overflow: hidden;
  }
  .ws-section01>p.allPeople {
    position: absolute;
    right: 50px;
    top: 20px;
    text-align: left;
  }

  .ws-section01>p.allPeople::before {
    position: absolute;
    top: -35px;
    font-size: 40px;
  }

  .comment.pang,
  .comment.party {
    position: absolute;
  }

  .comment.pang {
    left: 60px;
    bottom: 30px;
  }

  .comment.pang .blue-f,
  .comment.pang .ws-text {
    width: 200px;
    text-align: right;
  }

  .comment.party {
    left: 430px;
    bottom: 40px;
  }

  .comment.party .blue-f,
  .comment.party .ws-text {
    text-align: left;
    width: 370px;
  }

  .ws-ct-wrap img {
    display: block;
    margin: 40px auto;
    padding: 0;
    border: none;
    outline: none;
    text-align: center;
  }

  
  img.no-mar {
    margin: 10px auto;
  }


  .ws-text {
    white-space: pre-line;
    font-size: 13px;
  }

  .trophy {
    border: solid 8px #eee;
    font-size: 16px;
    padding: 20px 0;
    margin: 20px 0;
  }

  .web-none {
    display: none;
  }

  .naver-video {
    width: 740px;
  }


}

@media all and (max-width: 839px) {
  .ws-head p.ws-head-h1 {
    font-size: 16px;
  }
  
  .ws-head p.ws-head-h2 {
    font-size: 14px;
    line-height: 1.6;
    width: 80%;
    margin: 20px auto;
  }
  .blue-f {
    margin-bottom: 12px;
  }
  
  .ws-text {
    font-size: 12px;
    white-space: normal;
    width: 90%;
    margin: 0 auto 20px;
  }
  .trophy {
    border: solid 5px #eee;
    font-size: 14px;
    padding: 12px 0;
    margin: 12px 0;
  }
  .trophy+.ws-text {
    white-space: pre-line;
  }
  .team-list strong {
    font-size: 13px;
  }

  .mobile-none {
    display: none;
  }

  .naver-video {
    max-width: 320px;
    margin: 30px auto;
  }

}