@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2)
        format("woff2"),
      url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff)
        format("woff"),
      url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf)
        format("opentype");
  }
  @font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2)
        format("woff2"),
      url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff)
        format("woff"),
      url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf)
        format("opentype");
  }
  @font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2)
        format("woff2"),
      url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff)
        format("woff"),
      url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf)
        format("opentype");
  }
  @font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2)
        format("woff2"),
      url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff)
        format("woff"),
      url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf)
        format("opentype");
  }
  @font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2)
        format("woff2"),
      url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff)
        format("woff"),
      url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf)
        format("opentype");
  }
  @font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2)
        format("woff2"),
      url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff)
        format("woff"),
      url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf)
        format("opentype");
  }
  
  * {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.7px;
    color: #333;
    box-sizing: border-box;
  }
  html,
  body {
    padding: 0;
    margin: 0;
  }
  
  body {
    background: #eee !important;
  }
  
  h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0 30px 0;
  }
  
  hr {
    border: 1px solid #ccc inset;
  }
  .red {
    color: red;
  }
  .clearfix:before,
  .clearfix:after {
    display: block;
    content: "";
    line-height: 0;
  }
  
  .clearfix:after {
    clear: both;
  }
  
  .clearfix {
    *zoom: 1;
  }
  
  .wrapper {
    margin: 40px auto;
  }
  
  .form {
    max-width: 500px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .checkbox {
    font-weight: normal;
  }
  
  .form-control {
    margin-bottom: 10px;
  }
  .line {
    width: 100%;
    height: 1px;
    background: #efefef;
    margin: 20px 0 15px 0;
  }
  
  label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    padding-left: 7px;
  }
  input[type="text"],
  input[type="password"] {
    margin-bottom: -1px;
    border: 1px solid #ccc;
    width: 100%;
    padding: 5px 10px;
  }
  .btn-group {
    margin-top: 40px;
  }
  .btn {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 500;
    background: #5e7d9f;
    color: #fff;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
  }
  
  .faq {
    max-width: 500px;
    padding: 15px 35px 45px;
    margin: 40px auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .accordion{
    width: 100%;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(225,225,225,1);
    overflow: hidden;
    margin-bottom: 10px;
}

.accordion .title {
  padding: 20px 25px 20px 10px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
.accordion .title i {
    position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 15px;
  height: 15px;
  transition: all 0.3s ease;
}

.accordion.active .title i {
  transform: translateY(-50%) rotate(180deg);
}

.accordion .content{
    display: none;
    padding: 20px 15px;
    border-top: 1px solid #e9e9e9;
    font-size: 14px;
    line-height: 1.4;
    word-break: keep-all;
}
.accordion .content * {
    font-size: 14px;
    line-height: 1.4;
}
.accordion .content h1 {
    margin: 0 0 10px 0;
}
.accordion .content a {
    color: #0068c1;
}
.accordion .content ul {
    width: 100%;
    margin: 10px 0 20px 0;
    padding-left: 20px;
    list-style-type: disc;
}
.accordion .content ul li {
    margin-bottom: 5px;
    word-break: break-word;
}