    body { margin: 0; font-family: sans-serif; }
    .container {
      max-width: 800px;
      margin: 0 auto;
      padding: 0;
      line-height:0.5;
    }
    .video-wrapper {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      width: 90%;
      margin: 0 auto;
    }
    .video-wrapper iframe {
      position: absolute;
      top: 0; left: 0;      
      width: 100%; height: 100%;
    }
#comments-section {
  background: url('../img/comment-bg-kr.png') no-repeat center top;
  background-size: cover;
  height: 595px;
  padding: 20px 50px;  
  color: #fff;
  box-sizing: border-box;
  position: relative;
}
.comments_en {
  background: url('../img/comment-bg-en.png') no-repeat center top !important;  
}
#comments-output {
  height: 390px;
  overflow-y: auto;
  margin-bottom: 50px;
  padding: 0px 20px 0px;
  line-height: 1.2em;
  margin-top: 77px;
}

.comment {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.comment img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.comment-body {
  flex: 1;
}

.comment-meta {
  font-weight: bold;
  font-size: 20px;
  color:#045598;
  padding: 5px 0px 10px;
}

.comment-content {
  background-color: #eeeeee;
  color: #000;
  padding: 10px 14px;
  border-radius: 15px;
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 20px;
}

.comment-date {
  font-size: 12px;
  opacity: 0.7;
  color:#000;
}

.comment-form-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.comment-form-row input[type="text"] {
  flex: 1;
  height: 40px;
  border: none;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 4px;
}

.comment-form-row input[type="image"] {
  height: 40px;
}
.no-comment {
  font-size: 24px;
  margin: 25% auto;
  text-align: center;
  color: #000;
}

#contact-us {
  background-color: #eaeaea;
  padding: 0px 49px 20px;
  box-sizing: border-box;
}

#contact-us h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}

#contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 100%;
}

#contact-form input[type="text"],
#contact-form input[type="tel"],
#contact-form textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  font-family: Noto-Sans-KR;
}

#contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

#contact-form input[type="image"] {
  width: 160px;  
  cursor: pointer;
  margin: 0 auto;
}
.sec-01 {position: relative;}
.btn {position:absolute;cursor: pointer;}
.btn_01 {top: 2%;left: 5%;width: 21%;height: 4%;}
.btn_02 {top: 2%;left: 30%;width: 16%;height: 4%;}
.btn_03 {top: 2.5%;left: 74%;width: 8%;height: 3%;}
.btn_04 {top: 2.5%;left: 84%;width: 9%;height: 3%;}
.btn_en_01 {width: 31%;}
.btn_en_02 {left: 39%;width: 30%;}

@media screen and (max-width: 800px) {
  .sec-01, .sec-02, .sec-03, .sec {width: 100%;}
  .sec-01 img, .sec-02 img, .sec-03 img, .sec img {width: 100%;}
  
  #comments-section {
    padding: 20px 15px;
    background: url('../img/comment-bg-kr.png') no-repeat center top;
    background-size: 100% auto;
    height:351px;
  }
  .comments_en {
    background: url('../img/comment-bg-en.png') no-repeat center top !important;  
    background-size: 100% auto !important;    
  }

  #comments-output {
    height: 65%;
    overflow-y: auto;    
    padding: 0px 5%;
    line-height: 1.2em;
    margin-top: 6%;
    margin-bottom: 3%;
  }

  #contact-us {
    padding: 20px 15px;
  }

  #comment-form {
    width: 96%;
    margin: 0 auto;
  }

  #contact-form input[type="text"],
  #contact-form input[type="tel"],
  #contact-form textarea {
    font-size: 14px;
    padding: 8px;
  }

  #contact-form input[type="image"] {
    height : 35px;
  }

  .comment-form-row {
    flex-direction : column;
  }

  .comment-form-row input[type="text"] {
    width: 93%;
    padding: 10px 10px;
  }

  .comment-form-row input[type="image"] {
    height: 30px;
  }

  .comment-content {
    font-size: 14px;
  }
  .comment-meta {
    font-weight: bold;
    font-size: 14px;
    color: #045598;
    padding: 5px 0px 10px;
  }
  .comment img {
    width: auto;
    height: 20px;
    margin-right: 10px;
    margin-top: 6px;
  }
}