/* ------------------------------
 width: all
------------------------------ */
header .wrapper .gnav .gnavbottom {
  text-align: right;
  font-size: 0;
  margin-top: 15px;
}

header .wrapper .gnav .gnavbottom li:nth-child(4) a {
  border-bottom: 4px solid #2B2B2B;
}

main section.section01 {
  padding: 50px 0 120px;
  border-bottom: 1px solid #DBDBDB;
}

main section.section01 h2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

main section.section01 .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}

main section.section01 .wrapper .listbox {
  width: calc(50% - 250px);
  border-top: 1px solid #C7C7C7;
  padding-left: calc(50% - 450px);
  position: relative;
  padding-top: 5px;
}

main section.section01 .wrapper .listbox .box {
  width: 200px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
}

main section.section01 .wrapper .listbox .box ul {
  width: 200px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

main section.section01 .wrapper .listbox .box ul li {
  margin-top: 20px;
}

main section.section01 .wrapper .listbox .box ul li a {
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  line-height: 19px;
  color: #2B2B2B;
  border-bottom: 1px solid #fff;
}

main section.section01 .wrapper .listbox .box ul li a:hover {
  color: #ED9B00;
  border-bottom: 1px solid #ED9B00;
}

main section.section01 .wrapper .faq_dd_wrapper {
  width: calc(50% + 180px);
  border-top: 1px solid #C7C7C7;
  padding-top: 10px;
}

main section.section01 .wrapper .faq_dd {
  width: 630px;
}

main section.section01 .wrapper .faq_dd .t01,
main section.section01 .wrapper .faq_dd .t02 {
  font-size: 19px;
  font-weight: bold;
  line-height: 42px;
  height: 45px;
  padding-left: 45px;
  background-image: url(../assets/icon_cart02.svg);
  background-size: 27.5px auto;
  background-position: left 0 center;
  background-repeat: no-repeat;
  border-bottom: 3px solid #C7C7C7;
  position: relative;
}

main section.section01 .wrapper .faq_dd .t01 span,
main section.section01 .wrapper .faq_dd .t02 span {
  font-size: 78px;
  font-weight: bold;
  line-height: 100%;
  position: absolute;
  right: 0;
  bottom: -12px;
  z-index: -1;
  color: #ED9B00;
}

main section.section01 .wrapper .faq_dd .t02 {
  background-image: url(../assets/icon_pay01.svg);
}

main section.section01 .wrapper .faq_dd ul + .t01 {
  margin-top: 80px;
}

main section.section01 .wrapper .faq_dd ul + .t02 {
  margin-top: 80px;
}

main section.section01 .wrapper .faq_dd ul li {
  border-bottom: 1px solid #C7C7C7;
}

main section.section01 .wrapper .faq_dd ul li dl dt {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  padding: 20px 70px 20px 55px;
  position: relative;
}

main section.section01 .wrapper .faq_dd ul li dl dt img {
  width: 18px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}

main section.section01 .wrapper .faq_dd ul li dl dt.opened img {
  transittion: .3s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

main section.section01 .wrapper .faq_dd ul li dl dt span {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 12px;
  background-color: #ED9B00;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}

main section.section01 .wrapper .faq_dd ul li dl dt:hover {
  cursor: pointer;
  opacity: .6;
}

main section.section01 .wrapper .faq_dd ul li dl dd {
  background-color: #E4E6E5;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  padding: 25px 20px 25px 55px;
  position: relative;
  display: none;
}

main section.section01 .wrapper .faq_dd ul li dl dd span {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 12px;
  background-color: #fff;
  position: absolute;
  top: 28px;
  left: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0;
  font-size: 15px;
  color: #ED9B00;
  font-weight: bold;
}

footer .wrapper .faqbox {
  display: none;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 767px) {
  main section.section01 {
    padding: 0 0 0 20px;
    border: none;
  }
  main section.section01 h2 {
    font-size: 18px;
    line-height: 22.5px;
    text-align: left;
    font-weight: bold;
  }
  main section.section01 .wrapper {
    display: block;
    margin-top: 30px;
  }
  main section.section01 .wrapper .listbox {
    width: 100%;
    border: none;
    padding: 0;
  }
  main section.section01 .wrapper .listbox .box {
    width: 100%;
    height: auto;
    position: static;
    overflow-x: scroll;
  }
  main section.section01 .wrapper .listbox .box ul {
    position: static;
    width: 1100px;
    display: table;
  }
  main section.section01 .wrapper .listbox .box ul li {
    margin: 0;
    display: table-cell;
  }
  main section.section01 .wrapper .listbox .box ul li a {
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
    letter-spacing: 0;
    color: #2B2B2B;
    border-bottom: 1px solid #fff;
  }
  main section.section01 .wrapper .listbox .box ul li a:hover {
    color: #ED9B00;
    border-bottom: 1px solid #ED9B00;
  }
  main section.section01 .wrapper .faq_dd_wrapper {
    width: 100%;
    padding-right: 20px;
    border: none;
    padding-top: 10px;
  }
  main section.section01 .wrapper .faq_dd {
    width: 100%;
  }
  main section.section01 .wrapper .faq_dd .t01,
  main section.section01 .wrapper .faq_dd .t02 {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    height: 42px;
    padding-left: 45px;
    background-size: 24.5px auto;
    background-position: left 0 center;
    background-repeat: no-repeat;
    border-bottom: 1.5px solid #C7C7C7;
  }
  main section.section01 .wrapper .faq_dd .t01 span,
  main section.section01 .wrapper .faq_dd .t02 span {
    font-size: 59px;
    font-weight: bold;
    line-height: 100%;
    position: absolute;
    right: 0;
    bottom: -9px;
    z-index: -1;
    color: #ED9B00;
  }
  main section.section01 .wrapper .faq_dd ul {
    width: 100%;
  }
  main section.section01 .wrapper .faq_dd ul + .t01 {
    margin-top: 25px;
  }
  main section.section01 .wrapper .faq_dd ul + .t02 {
    margin-top: 25px;
  }
  main section.section01 .wrapper .faq_dd ul li {
    border-bottom: 1px solid #C7C7C7;
  }
  main section.section01 .wrapper .faq_dd ul li dl dt {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    padding: 15px 40px 15px 48px;
    position: relative;
  }
  main section.section01 .wrapper .faq_dd ul li dl dt img {
    width: 10px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -2px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
  }
  main section.section01 .wrapper .faq_dd ul li dl dt.opened img {
    transittion: .3s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  main section.section01 .wrapper .faq_dd ul li dl dt span {
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 12px;
    background-color: #ED9B00;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
  }
  main section.section01 .wrapper .faq_dd ul li dl dt:hover {
    cursor: pointer;
    opacity: .6;
  }
  main section.section01 .wrapper .faq_dd ul li dl dd {
    background-color: #eee;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    padding: 15px 15px 15px 48px;
    position: relative;
    display: none;
  }
  main section.section01 .wrapper .faq_dd ul li dl dd span {
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 12px;
    background-color: #fff;
    position: absolute;
    top: 18px;
    left: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: bold;
  }
  main section.section01 .wrapper .faq_dd .t02 {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    height: 42px;
    padding-left: 45px;
    margin-top: 25px;
    background-size: 24.5px auto;
    background-position: left 0 center;
    background-repeat: no-repeat;
    border-bottom: 3px solid #C7C7C7;
  }
  footer .wrapper .shoppingbox {
    padding-top: 50px;
  }
}
