.brand {
    position: relative;
    height: 800px;
    background: #000000;
}

.brand .img {
    width: 100%;
    height: 800px;
}

.brand .wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    text-align: center;
}

.brand .wrap .click {
    margin: 28px 0 0 0;
    cursor: pointer;
}

.faq {
    padding: 118px 0 152px 0;
    background: #000;
    position: relative;
}

.faq .wrap {
    width: 1130px;
    margin: auto;
    position: relative;
}

.faq .wrap .button {
    position: absolute;
    display: flex;
    align-items: center;
    top: -87px;
    right: -88px;
}

.faq .wrap .button img {
    width: 36px;
    cursor: pointer;
}

.faq .wrap .button img:not(:last-child) {
    margin: 0 10px 0 0;
}

.faq .wrap .title {
    font-size: 43px;
    color: #F5A200;
    text-align: center;
    margin: 0 0 70px;
}

.faq .wrap .border {
    width: 100%;
    height: 79px;
    background: #F5A200;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
}

.faq .wrap .border .click {
    position: absolute;
    width: 55px;
    top: 50%;
    transform: translateY(-50%);
    left: 48px;
    z-index: 5;
    cursor: pointer;
}

.faq .wrap .border input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    text-align: center;
    font-size: 30px;
}

.faq .wrap .border input::placeholder {
    color: #000000;
}

.faq2 {
    padding: 80px 0 43px 0;
}

.faq2 .wrap {
    width: 1126px;
    margin: auto;
}

.faq2 .wrap .content .item {
    display: block;
    padding: 0 0 4px;
    border-bottom: 1px solid #000000;
}

.faq2 .wrap .content .item:not(:last-child) {
    margin: 0 0 37px;
}

.faq2 .wrap .content .item .show {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 18px;
}

.faq2 .wrap .content .item .show .text {
    font-size: 30px;
    color: #000000;
}

.faq2 .wrap .content .item .show .more {
    font-size: 24px;
    color: #000000;
}

.faq2 .wrap .content .item .hide {
    overflow: hidden;
    display: none;
    padding: 0 0 0 18px;
}

.faq2 .wrap .content .item .hide > div {
    margin: 20px 0;
}

.faq2 .wrap .content .item .hide > div p {
    color: #111;
    font-size: 20px;
    font-family: MR;
    line-height: 36px;
}

.faq2 .wrap .common_paging2 {
    margin: 129px 0 0 0;
}

/*# sourceMappingURL=faq.css.map */

@media screen and (max-width: 1919px) {
  .brand {
    position: relative;
    height: 41.66666666666667vw;
    background: #000000;
  }

  .brand .img {
    width: 100%;
    height: 41.66666666666667vw;
  }

  .brand .wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    text-align: center;
  }

  .brand .wrap .click {
    margin: 1.4583333333333335vw 0 0 0;
    cursor: pointer;
  }

  .faq {
    padding: 6.145833333333334vw 0 7.916666666666667vw 0;
    background: #000;
    position: relative;
  }

  .faq .wrap {
    width: 58.85416666666667vw;
    margin: auto;
    position: relative;
  }

  .faq .wrap .button {
    position: absolute;
    display: flex;
    align-items: center;
    top: -4.53125vw;
    right: -4.583333333333334vw;
  }

  .faq .wrap .button img {
    width: 1.875vw;
    cursor: pointer;
  }

  .faq .wrap .button img:not(:last-child) {
    margin: 0 0.5208333333333334vw 0 0;
  }

  .faq .wrap .title {
    font-size: 2.2395833333333335vw;
    color: #F5A200;
    text-align: center;
    margin: 0 0 3.6458333333333335vw;
  }

  .faq .wrap .border {
    width: 100%;
    height: 4.114583333333334vw;
    background: #F5A200;
    border-radius: 1.8229166666666667vw;
    overflow: hidden;
    position: relative;
  }

  .faq .wrap .border .click {
    position: absolute;
    width: 2.8645833333333335vw;
    top: 50%;
    transform: translateY(-50%);
    left: 2.5vw;
    z-index: 5;
    cursor: pointer;
  }

  .faq .wrap .border input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    text-align: center;
    font-size: 1.5625vw;
  }

  .faq .wrap .border input::placeholder {
    color: #000000;
  }

  .faq2 {
    padding: 4.166666666666667vw 0 2.2395833333333335vw 0;
  }

  .faq2 .wrap {
    width: 58.645833333333336vw;
    margin: auto;
  }

  .faq2 .wrap .content .item {
    display: block;
    padding: 0 0 0.20833333333333334vw;
    border-bottom: 1px solid #000000;
  }

  .faq2 .wrap .content .item:not(:last-child) {
    margin: 0 0 1.9270833333333335vw;
  }

  .faq2 .wrap .content .item .show {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 0.9375vw;
  }

  .faq2 .wrap .content .item .show .text {
    font-size: 1.5625vw;
    color: #000000;
  }

  .faq2 .wrap .content .item .show .more {
    font-size: 1.25vw;
    color: #000000;
  }

  .faq2 .wrap .content .item .hide {
    overflow: hidden;
    display: none;
    padding: 0 0 0 0.9375vw;
  }

  .faq2 .wrap .content .item .hide > div {
    margin: 1.0416666666666667vw 0;
  }

  .faq2 .wrap .content .item .hide > div p {
    color: #111;
    font-size: 1.0416666666666667vw;
    font-family: MR;
    line-height: 1.875vw;
  }

  .faq2 .wrap .common_paging2 {
    margin: 6.71875vw 0 0 0;
  }
}

@media screen and (max-width: 1024px) {
    .brand{
        height: 45vh;
    }
    .brand .wrap{
        width: 80%;
    }
    .brand .wrap .click{
        width: 50px;
        margin: 20px auto 0;
    }
    .faq{
        padding: 25px 0;
    }
    .faq .wrap{
        width: 90%;
    }
    .faq .wrap .title{
        font-size: 24px;
        margin: 0 0 20px;
    }
    .faq .wrap .border{
        height: 35px;
    }
    .faq .wrap .border .click{
        width: 20px;
    }
    .faq .wrap .border input{
        font-size: 16px;
    }
    .faq2{
        padding: 25px 0;
    }
    .faq2 .wrap{
        width: 90%;
    }
    .faq2 .wrap .content .item .show{
        padding: 0 0 0 10px;
    }
    .faq2 .wrap .content .item .show .text,.faq2 .wrap .content .item .show .more{
        font-size: 16px;
    }
    .faq2 .wrap .content .item:not(:last-child) {
        margin: 0 0 25px;
    }
    .faq2 .wrap .common_paging2{
        margin: 25px 0 0 0;
    }

    .faq2 .wrap .content .item .hide > div p{
        font-size: 14px;
        line-height: 1.8;
    }
    .faq2 .wrap .content .item .hide > div{
        margin: 10px 0;
    }
}