@charset "UTF-8";
.main .slider-progress {
  width: 520px;
  height: 3px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  left: calc(50% - 270px);
  top: -40px;
}

.main .slider-progress .progress {
  width: 0%;
  height: 3px;
  background: #575757;
}

.main .slider-progress .btn-pause {
  width: 4px;
  height: 13px;
  background: #575757;
  padding: 0;
  position: relative;
  left: calc(50% + 270px);
  top: -7px;
}

.main .slider-progress .btn-pause:after {
  content: "";
  display: block;
  width: 4px;
  height: 13px;
  background: #575757;
  position: absolute;
  right: -7px;
}

.main .slider-progress .btn-pause.active {
  width: 0px;
  height: 0px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #575757;
  background: none;
}

.main .slider-progress .btn-pause.active:after {
  display: none;
}

@media (max-width: 600px) {
  .main .slider-progress {
    width: 70%;
    left: calc(15% - 20px);
  }
  .main .slider-progress .btn-pause {
    left: calc(100% + 15px);
    top: -8px;
  }
}

.main-section {
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 89px);
  min-height: 1000px;
}

.main-section--slide {
  position: relative;
}

.main-section--slide .slick-arrow {
  width: 52px;
  height: 32px;
  border: none;
  text-indent: -9999px;
  position: absolute;
  z-index: 10;
  background-image: url(../images/icon/arrow_down2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent;
  top: calc(50% - 16px);
  cursor: pointer;
  overflow: hidden;
}

.main-section--slide .slick-arrow.slick-prev {
  left: 40px;
  transform: rotate(90deg);
}

.main-section--slide .slick-arrow.slick-next {
  right: 40px;
  transform: rotate(-90deg);
}

.main-section--slide .main-section {
  position: relative;
  min-height: unset;
}

@media (max-width: 840px) {
  .main-section--slide .main-section {
    height: 550px;
  }
  .main-section--slide .main-section--wrap {
    padding-top: 70px !important;
  }
}

@media (max-width: 600px) {
  .main-section--slide .slick-arrow {
    display: none !important;
  }
}

.main-section.top {
  position: relative;
}

.main-section.top:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url(../images/main_top2.png);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.2s;
  background-position: center;
}

.main-section.top.type2 .con,
.main-section.top.type2 .sub {
  color: #fff;
}

.main-section.top.type2 .con {
  margin: -300px 0 0 -120px;
}

@media (max-width: 1450px) {
  .main-section.top.type2 .con {
    margin: -300px 0 0 0;
  }
}

@media only screen and (max-width: 1450px) and (max-width: 580px) {
  .main-section.top.type2 .con {
    margin: -50vh 0 0 0;
  }
}

.main-section.top.type2:after {
  background-image: url(../images/main_top3.jpg);
}

@media only screen and (max-width: 580px) {
  .main-section.top.type2:after {
    background-position: 65% 40%;
    background-size: auto 120vh;
    filter: brightness(0.7);
  }
}

.main-section.bg-grey {
  background: #f8f8f8;
}

.main-section.bottom {
  position: relative;
}

.main-section.bottom:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.9;
  background-image: url(../images/main_bottom.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s;
}

.main-section--wrap {
  width: 1194px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 150px 0;
}

.main-section--wrap.type2 {
  align-items: flex-start;
}

@media (max-width: 1234px) {
  .main-section--wrap.type2 {
    padding: 150px 30px;
  }
}

@media only screen and (max-width: 580px) {
  .main-section--wrap.type2 {
    padding: 0;
    margin-top: 30px;
    padding-right: 30px;
  }
}

.main-section--wrap.first .con {
  margin-top: -50vh;
}

.main-section--wrap.second {
  background: #fdf6dc;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 150px;
  font-family: 'S-Core';
}

.main-section--wrap.second .text-wrap {
  font-size: 2.5rem;
  color: #c79a06;
  line-height: 1.2;
  width: 40%;
}

.main-section--wrap.second .text-wrap .strong {
  font-size: 4.5rem;
  line-height: 1.3;
  margin-top: 20px;
}

.main-section--wrap.second .text-wrap .btn {
  font-size: 2.5rem;
  color: #c79a06;
  width: 340px;
  height: 70px;
  border: 1px solid #c79a06;
  margin-top: 30px;
  font-family: 'S-Core';
}

.main-section--wrap.second .img-wrap {
  display: flex;
  width: 60%;
}

.main-section--wrap.second .img-wrap img {
  margin-left: 30px;
  width: calc(50% - 30px);
}

.main-section--wrap.third {
  width: 100%;
  background: url(../images/banner/banner3.png) no-repeat center/cover;
}

.main-section--wrap.fourth {
  width: 100%;
  background: url(../images/banner/banner4.png) no-repeat center/cover;
  padding: 0 150px;
  align-items: flex-start;
}

.main-section--wrap.fourth .text-wrap {
  margin-top: 170px;
  font-family: 'S-Core';
}

.main-section--wrap.fourth .text-wrap .badge {
  display: flex;
  width: 250px;
  height: 60px;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #fff;
  background: #fda102;
  border-radius: 60px;
}

.main-section--wrap.fourth .text-wrap p {
  margin-top: 20px;
  line-height: 1.4;
  font-size: 5rem;
}

.main-section--wrap.fourth .text-wrap p strong {
  font-weight: 600;
}

@media (max-width: 840px) {
  .main-section--wrap.second {
    background: url(../images/banner/banner2_m.png) no-repeat center/cover;
    align-items: flex-start;
    padding: 0 100px;
  }
  .main-section--wrap.second .img-wrap {
    display: none;
  }
  .main-section--wrap.second .text-wrap {
    font-size: 2.4rem;
    color: #262626;
    width: 100%;
    margin-top: 50px;
  }
  .main-section--wrap.second .text-wrap .btn {
    width: 260px;
    height: 52px;
    font-size: 2.3rem;
    color: #262626;
    border-color: #262626;
  }
  .main-section--wrap.second .text-wrap .strong {
    font-size: 3.8rem;
  }
  .main-section--wrap.third {
    background: url(../images/banner/banner3_m.png) no-repeat center/cover;
  }
  .main-section--wrap.fourth {
    background: url(../images/banner/banner4_m.png) no-repeat center/cover;
    padding: 0 100px;
  }
  .main-section--wrap.fourth .text-wrap {
    margin-top: 100px;
  }
  .main-section--wrap.fourth .text-wrap .badge {
    width: 200px;
    height: 60px;
    font-size: 3rem;
  }
  .main-section--wrap.fourth .text-wrap p {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 580px) {
  .main-section--wrap .con .sub {
    font-weight: 400 !important;
  }
  .main-section--wrap .con .strong {
    font-weight: 400 !important;
    line-height: 1.2 !important;
  }
  .main-section--wrap.second {
    padding: 0 25px;
  }
  .main-section--wrap.second .text-wrap {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .main-section--wrap.second .text-wrap .btn {
    width: 160px;
    height: 32px;
    font-size: 1.3rem;
  }
  .main-section--wrap.second .text-wrap .strong {
    font-size: 2.8rem;
  }
  .main-section--wrap.third {
    background: url(../images/banner/banner3_m.png) no-repeat center/cover;
  }
  .main-section--wrap.fourth {
    background: url(../images/banner/banner4_m.png) no-repeat center/cover;
    padding: 0 25px;
  }
  .main-section--wrap.fourth .text-wrap {
    margin-top: 10px;
  }
  .main-section--wrap.fourth .text-wrap .badge {
    width: 107px;
    height: 26px;
    font-size: 1.4rem;
  }
  .main-section--wrap.fourth .text-wrap p {
    font-size: 2.8rem;
  }
}

.main-section--wrap .con .strong {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.4;
  word-break: keep-all;
}

.main-section--wrap .con .strong.sm {
  font-size: 3rem;
}

.main-section--wrap .con .sub {
  font-size: 2.5rem;
  margin: 20px 0 50px;
  color: #262626;
  word-break: keep-all;
  line-height: 1.4;
  font-weight: 200;
}

.main-section--wrap .con .graph {
  width: 880px;
  margin: 50px 0 20px;
}

@media (max-width: 1234px) {
  .main-section--wrap .con .graph {
    width: 90%;
  }
}

.main-section--wrap .con.center {
  width: 100%;
  text-align: center;
}

.main-section--wrap .con.right {
  width: 100%;
  text-align: right;
}

.main-section--wrap .box {
  width: 605px;
  margin-right: 100px;
  filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.2));
}

.main-section--wrap .box-label {
  width: 330px;
  margin-top: 20px;
}

@media only screen and (max-width: 580px) {
  .main-section--wrap .box-label {
    width: 60%;
    margin-top: 40px;
  }
}

.main-section--wrap .more {
  font-size: 2.2rem;
  color: #727272;
  font-weight: 600;
  border: 1px solid #707070;
  width: 260px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  float: right;
  transition: all 0.3s;
}

.main-section--wrap .more:hover {
  background: #fda102;
  border-color: #fda102;
  color: #fff;
}

@media only screen and (max-width: 580px) {
  .main-section--wrap .more {
    height: 44px;
    width: 150px;
    font-size: 1.6rem;
  }
  .main-section--wrap .more:hover {
    background: transparent;
    border-color: #707070;
    color: #727272;
  }
}

@media only screen and (max-width: 1234px) {
  .main {
    padding: 0;
  }
  .main-section {
    height: calc(100vh - 58px);
    min-height: unset;
  }
  .main-section--wrap {
    width: 100%;
    padding: 0 20px;
  }
  .main-section--wrap .box {
    width: 50%;
    margin-right: 50px;
  }
}

@media only screen and (max-width: 580px) {
  .main-section .btn-lg {
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    border-radius: 6px;
    padding: 0 20px !important;
  }
  .main-section.top {
    height: 550px;
    padding: 60px 30px;
  }
  .main-section.top:after {
    background-image: url(../images/main_top2_m.png);
    background-position: bottom;
    background-size: cover;
  }
  .main-section.bottom {
    height: 80vh;
  }
  .main-section.bottom .main-section--wrap {
    display: block;
  }
  .main-section.bottom:after {
    background-image: url(../images/main_bottom_m.jpg);
    background-position: center;
    background-size: 130%;
  }
  .main-section--wrap .con .strong {
    font-size: 28px;
  }
  .main-section--wrap .con .sub {
    font-size: 14px;
    color: #727272;
    font-weight: 200;
    margin: 10px 0 30px;
    word-break: keep-all;
  }
  .main-section--wrap .con .sub.font-size--20 {
    font-size: 12px !important;
  }
  .main-section--wrap .con .graph {
    width: 100%;
    margin: 20px 0 10px;
  }
  .main-section--wrap .box {
    width: 100%;
    margin: 0;
  }
  .main-section--wrap.m-column {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    flex-direction: column-reverse;
  }
}

.subscription-section {
  overflow-x: hidden;
  padding: 200px 0;
}

.subscription-section.top {
  border-bottom: 1px solid #ccc;
  padding: 200px 0;
  overflow: hidden;
}

.subscription-section.top iframe {
  width: 70% !important;
  height: 470px !important;
}

@media only screen and (max-width: 580px) {
  .subscription-section.top iframe {
    height: 100% !important;
    width: 90% !important;
    margin-bottom: 100px;
  }
}

.subscription-section.bg-grey {
  background: #f8f8f8;
}

.subscription-section.bottom {
  position: relative;
}

.subscription-section.bottom:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-top: 30px solid #f8f8f8;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  position: absolute;
  left: calc(50% - 30px);
  top: 0;
}

.subscription-section.bottom .strong {
  margin-bottom: 40px;
}

.subscription-section.bottom .wheelchair {
  display: block;
  margin: 80px auto 0;
  width: 493px;
}

.subscription-section--wrap {
  width: 1194px;
  margin: 0 auto;
  position: relative;
}

.subscription-section--wrap.both-side {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -50px auto;
}

@media (max-width: 840px) {
  .subscription-section--wrap.both-side {
    flex-direction: column;
    margin: 0 auto;
  }
  .subscription-section--wrap.both-side .left {
    text-align: center;
  }
  .subscription-section--wrap.both-side .left .more {
    margin: 0 auto !important;
  }
  .subscription-section--wrap.both-side .right img {
    margin: -50px 0 0;
  }
  .subscription-section--wrap.both-side .wd-100 {
    width: 100%;
  }
  .subscription-section--wrap.both-side .wd-100 .more {
    margin: 30px auto 0 !important;
  }
}

.subscription-section--wrap .con.center {
  text-align: center;
}

.subscription-section--wrap .con.left .more {
  margin: 0;
}

.subscription-section--wrap .con .strong {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.4;
  word-break: keep-all;
}

.subscription-section--wrap .con .strong strong {
  font-weight: 800;
}

.subscription-section--wrap .con .strong.sm {
  font-size: 3rem;
}

.subscription-section--wrap .con .sub {
  font-size: 2rem;
  margin: 30px 0 60px;
  color: #262626;
  font-weight: 200;
  word-break: keep-all;
  line-height: 1.6;
}

.subscription-section--wrap .con .paper-dust {
  width: 100%;
  position: absolute;
  left: 0;
  top: -160px;
}

.subscription-section--wrap .con .person {
  vertical-align: top;
  width: 350px;
}

.subscription-section--wrap .con .bill {
  width: 750px;
  margin-right: -200px;
}

.subscription-section--wrap .con .setting {
  width: calc(50% - 32px);
  display: inline-block;
  border-radius: 50px;
  margin: 30px 15px 0;
  padding-top: 50px;
  position: relative;
  text-align: left;
}

.subscription-section--wrap .con .setting.blue {
  background: #9baed1;
}

.subscription-section--wrap .con .setting.grey {
  background: #c3c3c3;
  margin-bottom: 0;
}

@media only screen and (max-width: 580px) {
  .subscription-section--wrap .con .setting.grey img {
    margin: 0px 25px -5px 0;
  }
}

.subscription-section--wrap .con .setting img {
  display: block;
  width: 85%;
  margin: 35px auto 30px;
  transition: all 0.3s;
}

@media only screen and (max-width: 580px) {
  .subscription-section--wrap .con .setting img {
    margin: -25px -20px 15px 0;
    float: right;
    width: 70%;
  }
}

.subscription-section--wrap .con .setting .btn {
  font-size: 3.5rem;
  color: #fff;
  margin-left: 50px;
  background: url(../images/icon/arrow_right_lg.svg) no-repeat right center;
  padding: 3px 50px 0 0;
  background-size: 35px;
  white-space: nowrap;
}

@media (max-width: 990px) {
  .subscription-section--wrap .con .setting .btn {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 580px) {
  .subscription-section--wrap .con .setting .btn {
    font-size: 2rem;
    background-size: 15px;
    padding: 3px 20px 0 0;
    margin-left: 30px;
  }
}

.subscription-section--wrap .con .setting:hover img {
  transform: scale(1.1);
}

@media only screen and (max-width: 580px) {
  .subscription-section--wrap .con .setting:hover img {
    transform: scale(1);
  }
}

@media (max-width: 840px) {
  .subscription-section--wrap .con .setting {
    width: 90%;
    margin: 0 auto 30px;
  }
}

@media only screen and (max-width: 580px) {
  .subscription-section--wrap .con .setting {
    width: 100%;
    border-radius: 20px;
    padding-top: 30px;
  }
}

.subscription-section--wrap .con .list--item {
  margin-top: 90px;
}

.subscription-section--wrap .con .list--item .tit {
  font-size: 3rem;
  color: #fda102;
  font-weight: 600;
  padding-top: 70px;
  background: url(../images/icon/check_on.svg) no-repeat center top;
  background-size: 45px;
}

.subscription-section--wrap .con .list--item .con {
  font-size: 2.5rem;
  color: #222;
  font-weight: 200;
  line-height: 1.4;
  margin-top: 20px;
}

.subscription-section--wrap .con .more {
  font-size: 2.2rem;
  color: #727272;
  font-weight: 600;
  margin: 0 auto 60px;
  border: 1px solid #707070;
  width: 260px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: 1;
  position: relative;
}

.subscription-section--wrap .con .more.m-none:hover {
  background: #fda102;
  border-color: #fda102;
  color: #fff;
}

.subscription-section--wrap .con .more.p-t--100 {
  padding-top: 100px;
  background-position: right 90%;
}

.subscription-section--wrap .coin {
  position: absolute;
  width: 400px;
}

.subscription-section--wrap .coin.top {
  top: -200px;
  right: 0;
}

.subscription-section--wrap .coin.middle {
  left: -100px;
  bottom: 100px;
}

.subscription-section--wrap .coin.bottom {
  bottom: -200px;
  right: -100px;
}

@media only screen and (max-width: 1234px) {
  .subscription-section.top {
    padding: 180px 0 0;
  }
  .subscription-section--wrap {
    width: 100%;
    padding: 0 20px;
  }
  .subscription-section--wrap .con .paper-dust {
    width: 100%;
    left: 0;
    top: -140px;
  }
  .subscription-section--wrap .con .list--item {
    margin-top: 50px;
  }
  .subscription-section--wrap .con .list--item .tit {
    font-size: 2.5rem;
    padding-top: 60px;
    background-size: 40px;
  }
  .subscription-section--wrap .con .list--item .con {
    font-size: 2rem;
  }
  .subscription-section--wrap .coin {
    width: 350px;
  }
}

@media only screen and (max-width: 580px) {
  .subscription-section {
    padding: 114px 0;
  }
  .subscription-section.top {
    padding: 100px 0 0;
  }
  .subscription-section.bottom .strong {
    margin-bottom: 30px;
  }
  .subscription-section.bottom .wheelchair {
    display: block;
    margin: 50px auto 0;
    width: 75%;
  }
  .subscription-section--wrap .coin {
    display: none;
  }
  .subscription-section--wrap .con .more {
    font-size: 14px;
    background-size: 20px;
    width: 90%;
    margin-top: -20px;
    font-weight: 600;
    height: 44px;
    background: #fda102;
    border-color: #fda102;
    color: #fff;
  }
  .subscription-section--wrap .con .more.m-none {
    display: none;
  }
  .subscription-section--wrap .con .more.m-block {
    margin-top: 20px;
    display: flex !important;
  }
  .subscription-section--wrap .con .more.p-t--100 {
    margin-top: 0;
    padding-top: 50px;
  }
  .subscription-section--wrap .con .strong {
    font-size: 28px;
    text-shadow: 2px 2px 1px white;
  }
  .subscription-section--wrap .con .sub {
    font-size: 14px;
    color: #727272;
    text-shadow: 2px 2px 1px white;
  }
  .subscription-section--wrap .con .paper-dust {
    left: 0;
    top: -80px;
  }
  .subscription-section--wrap .con .person {
    width: 65%;
  }
  .subscription-section--wrap .con .bill {
    width: 100%;
    margin: -80px auto -50px;
  }
  .subscription-section--wrap .con .list--item .tit {
    font-size: 20px;
    background-size: 18px;
    padding-top: 35px;
  }
  .subscription-section--wrap .con .list--item .con {
    font-size: 13px;
    color: #727272;
    width: 80%;
    margin: 10px auto 0;
    word-break: keep-all;
  }
  .subscription-section--wrap .con .list--item .con br {
    display: none;
  }
  .subscription-section.bottom:after {
    border-top: 15px solid #f8f8f8;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    left: calc(50% - 15px);
  }
}

@keyframes overflow {
  from {
    overflow-y: hidden;
  }
  to {
    overflow-y: visible;
  }
}

.todoi-section {
  width: 100%;
  height: 90vh;
  min-height: 1000px;
}

.todoi-section.top {
  margin-top: -94px;
  position: relative;
  padding-top: 50px;
  overflow: hidden;
  z-index: 1;
}

.todoi-section.top:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/sky.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.6;
}

.todoi-section.top:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/forest.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.6;
}

.todoi-section.top .grass-left {
  position: absolute;
  left: 0;
  bottom: 0;
}

.todoi-section.top .grass-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.todoi-section.drive {
  height: 90vh;
}

.todoi-section.drive .todoi-section--wrap {
  padding: 70px 20px;
}

.todoi-section.drive .con {
  margin-top: -370px;
}

.todoi-section.drive .explain {
  color: #747474;
  font-size: 2.4rem;
  font-weight: 200;
  margin-top: 20px;
  line-height: 1.4;
}

.todoi-section.drive .btn {
  width: 215px;
  height: 62px;
  font-size: 2.3rem;
  border: 1px solid #707070;
  margin-top: 40px;
}

@media only screen and (max-width: 580px) {
  .todoi-section.drive .btn {
    width: 160px;
    margin-top: 30px;
    height: 45px;
    font-size: 1.6rem;
  }
}

.todoi-section.drive .tit {
  position: relative;
}

.todoi-section.drive .tit.m-block img {
  width: 300px;
}

.todoi-section.drive:after {
  background: url(../images/todo_wheel2.png) no-repeat;
  opacity: 1;
  background-position: 80% bottom;
  background-size: 900px;
}

@media (max-width: 990px) {
  .todoi-section.drive:after {
    background-size: 700px;
  }
}

.todoi-section.drive:before {
  background: url(../images/drive_bg.svg) no-repeat center;
  background-size: cover;
  opacity: 1;
}

@media only screen and (max-width: 1234px) {
  .todoi-section.drive {
    min-height: 150vw;
    margin-top: 0;
  }
}

@media only screen and (max-width: 580px) {
  .todoi-section.drive {
    overflow: hidden;
  }
  .todoi-section.drive .todoi-section--wrap {
    overflow: hidden;
  }
  .todoi-section.drive.top:after {
    background-size: 120%;
  }
  .todoi-section.drive .con {
    margin-top: 0;
  }
  .todoi-section.drive .con .strong {
    margin-top: 20px;
  }
  .todoi-section.drive .con .sub {
    margin-bottom: 0;
    color: #262626;
    font-size: 1.7rem;
  }
  .todoi-section.drive .con .explain {
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .todoi-section.drive .con .shadow {
    width: 50%;
    position: relative;
    top: 50px;
  }
  .todoi-section.drive .con .shadow:after {
    height: 35px;
  }
  .todoi-section.drive .con .shadow .cloud {
    width: 80px;
    right: -70px;
  }
}

.todoi-section.part {
  position: relative;
  height: auto;
  overflow: hidden;
  background: #fbfbfb;
}

.todoi-section.part.type2 .todoi-section--wrap {
  height: 110vh;
}

@media only screen and (max-width: 580px) {
  .todoi-section.part.type2 .todoi-section--wrap {
    height: auto;
  }
}

@media only screen and (max-width: 580px) and (max-width: 580px) {
  .todoi-section.part.type2 .todoi-section--wrap .sub {
    font-size: 1.6rem;
  }
}

.todoi-section.part.type2 .todoi-section--wrap img {
  width: 800px;
}

@media (max-width: 990px) {
  .todoi-section.part.type2 .todoi-section--wrap img {
    width: 100%;
  }
}

@media only screen and (max-width: 580px) {
  .todoi-section.part.type2 {
    overflow: hidden;
  }
  .todoi-section.part.type2 .todoi-section--wrap {
    overflow: hidden;
  }
  .todoi-section.part.type2 .todoi-section--wrap img {
    width: 100%;
  }
}

.todoi-section.part .todoi-section--wrap img {
  width: 900px;
}

.todoi-section.setting {
  height: auto;
  padding: 80px 0;
}

.todoi-section.setting .todoi-section--wrap {
  height: auto;
}

.todoi-section.slide {
  background: #f4f4f4;
  position: relative;
  height: 90vh;
  min-height: 850px;
  max-height: 850px;
  padding: 120px 0;
  animation: overflow 1s forwards;
}

.todoi-section.slide .todoi-section--wrap {
  display: block;
}

.todoi-section.slide.type2 {
  padding: 200px 0;
  min-height: 1000px;
  max-height: 1000px;
}

@media only screen and (max-width: 580px) {
  .todoi-section.slide.type2 {
    padding: 0;
    min-height: auto;
  }
}

.todoi-section.slide.type2 .tit {
  font-size: 2.9rem;
  display: flex;
  justify-content: space-between;
  text-align: left;
  line-height: 1.48;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}

@media (max-width: 1234px) {
  .todoi-section.slide.type2 .tit {
    font-size: 2.5rem;
    word-break: keep-all;
  }
}

@media (max-width: 990px) {
  .todoi-section.slide.type2 .tit {
    font-size: 2rem;
    word-break: keep-all;
  }
}

.todoi-section.slide.type2 .tit-img {
  width: 450px;
}

@media (max-width: 1234px) {
  .todoi-section.slide.type2 .tit-img {
    width: 40%;
    margin-right: 5%;
  }
}

@media only screen and (max-width: 580px) {
  .todoi-section.slide.type2 {
    max-height: unset;
  }
  .todoi-section.slide.type2 .todoi-section--wrap {
    padding-bottom: 0;
  }
  .todoi-section.slide.type2 .slide-list-m {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    border-top: 1px solid #e8e8e8;
    padding-bottom: 50px;
  }
  .todoi-section.slide.type2 .slide-list-m--item {
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 30px;
  }
  .todoi-section.slide.type2 .slide-list-m--item img {
    width: 30%;
  }
  .todoi-section.slide.type2 .slide-list-m--item .right {
    margin-left: 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .todoi-section.slide.type2 .slide-list-m--item .right strong {
    font-size: 2.2rem;
    font-weight: 600;
  }
  .todoi-section.slide.type2 .slide-list-m--item .right p {
    font-size: 1.8rem;
    margin-top: 10px;
    color: #727272;
    word-break: keep-all;
    line-height: 1.3;
  }
  .todoi-section.slide.type2 .tit {
    width: 80%;
    margin: 0 auto;
  }
  .todoi-section.slide.type2 .tit + .sub {
    font-size: 2.3rem;
    font-weight: 500;
  }
}

.todoi-section.bottom {
  position: relative;
  height: auto;
  padding: 300px 0 0;
}

.todoi-section.bottom .todoi-section--wrap {
  height: auto;
  min-height: unset;
}

.todoi-section.bottom.type2 {
  padding: 200px 0;
}

.todoi-section.bottom.type2 .todoi-section--wrap .con .table {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}

.todoi-section.bottom.type2 .todoi-section--wrap .con .table tr:first-child td {
  padding: 30px 12px 10px 80px;
}

.todoi-section.bottom.type2 .todoi-section--wrap .con .table tr:last-child td {
  padding: 12px 12px 30px 80px;
}

.todoi-section.bottom.type2 .todoi-section--wrap .con .table td {
  border-bottom: none;
  padding: 12px 12px 10px 80px;
  vertical-align: top;
  font-weight: 400;
}

.todoi-section.bottom.type2 .todoi-section--wrap .con .table td span {
  font-size: 2rem;
  font-weight: 400;
  color: #727272;
}

.todoi-section.bottom.type2 .todoi-section--wrap .con .table.type2 td {
  line-height: 1.2;
  padding: 40px 12px 35px 80px !important;
}

@media (max-width: 1234px) {
  .todoi-section.bottom.type2 .todoi-section--wrap .con .table.type2 td {
    padding: 20px !important;
  }
}

@media only screen and (max-width: 580px) {
  .todoi-section.bottom.type2 {
    padding: 0;
  }
  .todoi-section.bottom.type2:after {
    height: 280px;
  }
  .todoi-section.bottom.type2 .todoi-section--wrap .con .strong {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .todoi-section.bottom.type2 .kit-con {
    text-align: left;
    font-size: 1.8rem;
    color: #727272;
    padding: 20px;
    margin: 0 20px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .todoi-section.bottom.type2 .kit-con span {
    display: block;
    margin-top: -5px;
    font-weight: 200;
    font-size: 1.7rem;
  }
}

.todoi-section.bottom:after {
  content: '';
  display: block;
  width: 100%;
  height: 70vh;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
}

.todoi-section.bottom .cap {
  font-size: 2rem;
  color: #000;
  line-height: 1.75;
  font-weight: 400;
  padding: 50px 50px 0;
  text-align: left;
}

@media (max-width: 1234px) {
  .todoi-section.bottom .cap {
    padding: 40px 20px 0;
  }
}

@media only screen and (max-width: 580px) {
  .todoi-section.bottom .cap {
    font-size: 1.6rem;
    padding: 0 40px;
    text-align: left;
    color: #727272;
    word-break: keep-all;
  }
}

.todoi-section.video {
  height: auto;
  min-height: unset;
}

.todoi-section.video .todoi-section--wrap {
  min-height: 900px;
  height: auto;
}

.todoi-section.video .con:last-child {
  margin-right: -5%;
}

@media only screen and (max-width: 580px) {
  .todoi-section.video .todoi-section--wrap {
    flex-direction: column-reverse;
    min-height: unset;
  }
  .todoi-section.video .todoi-section--wrap .con .sub {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .todoi-section.video .video-wrap {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    margin-top: 40px;
  }
  .todoi-section.video .con.center {
    text-align: center;
    margin-top: 10px;
  }
  .todoi-section.video .con.center .strong {
    font-size: 2.7rem;
  }
  .todoi-section.video .con.center .sub {
    font-size: 1.8rem;
  }
  .todoi-section.video .con.center .more {
    margin: 0;
    padding-left: 20px;
  }
  .todoi-section.video .video-tit {
    width: 120px;
    margin-bottom: 10px !important;
  }
}

.todoi-section.memo {
  position: relative;
  background: #f7f7f7;
}

.todoi-section.memo .memo-tit {
  font-size: 4.5rem;
  margin-top: 20px;
}

.todoi-section.memo .memo-con {
  width: 100%;
}

@media only screen and (max-width: 580px) {
  .todoi-section.memo .memo-con {
    width: 110%;
    left: -5%;
    position: relative;
  }
}

@media only screen and (max-width: 580px) {
  .todoi-section.memo .todoi-section--wrap {
    flex-direction: column;
  }
  .todoi-section.memo:after {
    background: #f7f7f7;
  }
  .todoi-section.memo .memo-tit {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}

.todoi-section--wrap {
  width: 1194px;
  height: 100vh;
  min-height: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.todoi-section--wrap .con .strong {
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 600;
  word-break: keep-all;
}

@media (max-width: 990px) {
  .todoi-section--wrap .con .strong {
    font-size: 4rem;
  }
}

.todoi-section--wrap .con .strong.font-s-core {
  font-size: 4.5rem;
  font-family: 'S-Core';
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 990px) {
  .todoi-section--wrap .con .strong.font-s-core {
    font-size: 3.5rem;
  }
}

.todoi-section--wrap .con .strong.font-s-core .point {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fda102;
  position: relative;
  left: 2px;
  top: 1px;
}

@media only screen and (max-width: 580px) {
  .todoi-section--wrap .con .strong.font-s-core .point {
    width: 4px;
    height: 4px;
  }
}

.todoi-section--wrap .con .strong.font-s-core strong {
  font-weight: 600;
  position: relative;
}

.todoi-section--wrap .con .strong.font-s-core strong:before {
  content: '';
  display: block;
  background: #699dff;
  opacity: 0.24;
  position: absolute;
  height: 25px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 580px) {
  .todoi-section--wrap .con .strong.font-s-core {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .todoi-section--wrap .con .strong.font-s-core strong:before {
    height: 17px;
  }
}

.todoi-section--wrap .con .strong.sm {
  font-size: 3rem;
}

.todoi-section--wrap .con .sub {
  font-size: 2.5rem;
  margin: 20px 0 0;
  color: #262626;
  font-weight: 200;
  word-break: keep-all;
  line-height: 1.4;
  padding-bottom: 20px;
}

.todoi-section--wrap .con .sub.sm {
  font-size: 2rem;
}

@media (max-width: 990px) {
  .todoi-section--wrap .con .sub {
    font-size: 2rem;
    margin-bottom: 0px !important;
  }
}

.todoi-section--wrap .con .more {
  font-size: 2.2rem;
  color: #727272;
  font-weight: 200;
  text-align: center;
  display: block;
  width: 195px;
  margin: 0 auto;
  background: url(../images/icon/arrow_half.svg) no-repeat left 30%;
  background-size: 35px;
  padding-left: 35px;
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 580px) {
  .todoi-section--wrap .con .more {
    font-size: 1.5rem;
    background-size: 20px;
    background-position: 15%;
    padding-left: 5px;
  }
}

.todoi-section--wrap .con .shadow {
  position: relative;
  display: inline-block;
}

.todoi-section--wrap .con .shadow:after {
  content: '';
  display: block;
  width: 110%;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: -5%;
  bottom: 1.6vw;
}

.todoi-section--wrap .con .shadow .wheelchair {
  width: 25vw;
  position: relative;
  z-index: 1;
}

.todoi-section--wrap .con .shadow .cloud {
  position: absolute;
  right: -120px;
  top: calc(50% - 50px);
}

.todoi-section--wrap .con .setting {
  width: calc(50% - 22px);
  display: inline-block;
  border-radius: 20px;
  margin: 30px 10px 0;
  padding-top: 100px;
  position: relative;
}

.todoi-section--wrap .con .setting.grey {
  background: #a0a0a0;
}

.todoi-section--wrap .con .setting.green {
  background: #bbd186;
}

.todoi-section--wrap .con .setting img {
  width: 80%;
  margin-left: 20%;
}

.todoi-section--wrap .con .setting p {
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: 60px;
  top: 67px;
}

.todoi-section--wrap .con .table {
  width: 100%;
  font-size: 2.5rem;
  font-weight: 200;
  margin-top: 30px;
  border-top: 1px solid #ddd;
  margin-bottom: 300px;
}

.todoi-section--wrap .con .table + .font-color--grey {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 200px;
  line-height: 1.5;
}

@media (max-width: 810px) {
  .todoi-section--wrap .con .table + .font-color--grey {
    bottom: 170px;
    padding: 0 20px;
  }
}

@media (max-width: 777px) {
  .todoi-section--wrap .con .table + .font-color--grey {
    bottom: 140px;
  }
}

@media only screen and (max-width: 580px) {
  .todoi-section--wrap .con .table + .font-color--grey {
    padding: 0 20px;
    word-break: keep-all;
    bottom: 0;
  }
}

.todoi-section--wrap .con .table td {
  border-bottom: 1px solid #ddd;
  padding: 10px 10px 9px;
  padding-left: 80px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
}

.todoi-section--wrap .con .table td:first-child {
  border-right: 1px solid #ddd;
}

.todoi-section--wrap .con.center {
  width: 100%;
  text-align: center;
}

.todoi-section .slide-wrap {
  position: absolute;
  right: 117px;
  top: calc(100% - 430px);
  width: 1100px;
}

.todoi-section .wheelchair-slide .slick-list {
  padding-bottom: 30px !important;
}

.todoi-section .wheelchair-slide .slick-slide {
  margin-left: 30px;
}

.todoi-section .wheelchair-slide .slick-prev {
  text-indent: -9999px !important;
  border: none;
  background: url(../images/icon/arrow.svg) no-repeat center;
  background-size: 100%;
  overflow: hidden;
  transform: rotate(90deg);
  width: 34px;
  height: 40px;
  opacity: 0.3;
  position: absolute;
  left: -60px;
  top: calc(50% - 20px);
  cursor: pointer;
}

.todoi-section .wheelchair-slide .slick-next {
  text-indent: -9999px;
  border: none;
  background: url(../images/icon/arrow.svg) no-repeat center;
  background-size: 100%;
  overflow: hidden;
  transform: rotate(90deg);
  width: 34px;
  height: 40px;
  opacity: 0.3;
  position: absolute;
  right: -80px;
  top: calc(50% - 20px);
  cursor: pointer;
  transform: rotate(-90deg);
}

.todoi-section .wheelchair-slide--item {
  width: 500px;
  height: 500px;
  position: relative;
}

.todoi-section .wheelchair-slide--item img {
  width: 100%;
  height: 100%;
}

.todoi-section .wheelchair-slide--item .name {
  font-size: 2.6rem;
  font-weight: 300;
  color: #fff;
  background: #727272;
  border-radius: 30px;
  padding: 0 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  white-space: nowrap;
  width: 290px;
  text-align: center;
  height: 62px;
  line-height: 63px;
}

@media only screen and (max-width: 1234px) {
  .todoi {
    padding: 0;
  }
  .todoi-section.top .grass-left {
    width: 40%;
  }
  .todoi-section.top .grass-right {
    width: 40%;
  }
  .todoi-section.part .todoi-section--wrap img {
    width: 100%;
  }
  .todoi-section.slide {
    height: 60vh;
    min-height: 600px;
  }
  .todoi-section .slide-wrap {
    width: 60%;
    top: calc(100% - 250px);
  }
  .todoi-section .wheelchair-slide--item img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  .todoi-section--wrap {
    overflow: hidden;
    width: 100%;
    padding: 0 20px;
  }
  .todoi-section--wrap .con .shadow {
    width: 40%;
  }
  .todoi-section--wrap .con .shadow:after {
    width: 100%;
  }
  .todoi-section--wrap .con .shadow .wheelchair {
    width: 100%;
  }
  .todoi-section--wrap .con .table td {
    padding: 15px;
    text-align: center;
    word-break: keep-all;
  }
}

@media (max-width: 810px) {
  .todoi-section.top {
    margin-top: -70px;
  }
  .todoi-section .wheelchair-slide--item {
    height: 50vw;
  }
  .todoi-section .wheelchair-slide--item .name {
    font-size: 2.5rem;
  }
  .todoi-section--wrap .con .setting {
    width: 70%;
    margin-bottom: 20px;
    padding-top: 20px;
    border-radius: 80px;
  }
  .todoi-section--wrap .con .setting img {
    width: 70%;
  }
}

@media only screen and (max-width: 580px) {
  .todoi-section {
    height: auto;
    min-height: unset;
  }
  .todoi-section--wrap .con .shadow:after {
    bottom: 1vw;
    height: 50px;
  }
  .todoi-section.top:after {
    background-size: 200%;
    background-position: center bottom;
  }
  .todoi-section.slide {
    height: 130vw;
  }
  .todoi-section .slide-wrap {
    width: 70%;
    z-index: 1;
  }
  .todoi-section .wheelchair-slide--item {
    height: 70vw;
  }
  .todoi-section .wheelchair-slide--item .name {
    font-size: 2rem;
    bottom: -15px;
    padding: 0;
  }
  .todoi-section.part .todoi-section--wrap {
    min-height: unset;
    height: 600px;
  }
  .todoi-section.part:after {
    background-size: 200vw;
    background-position: center bottom;
  }
  .todoi-section.setting {
    padding: 50px 0;
  }
  .todoi-section.slide {
    padding: 0;
    min-height: 450px;
    height: auto;
  }
  .todoi-section.slide .slide-wrap {
    right: 0;
    width: 100%;
    top: calc(100% - 200px);
  }
  .todoi-section.slide .slide-wrap .slick-arrow {
    display: none !important;
  }
  .todoi-section.slide .slide-wrap .wheelchair-slide--item img {
    margin: 0 auto;
  }
  .todoi-section.slide .slide-wrap .wheelchair-slide--item .name {
    font-size: 12px;
    width: 120px;
    height: 25px;
    line-height: 25px;
    bottom: -12px;
  }
  .todoi-section.bottom {
    height: auto;
    padding: 100px 0;
  }
  .todoi-section.bottom:after {
    height: 15vh;
  }
  .todoi-section.bottom .todoi-section--wrap {
    height: auto;
    padding: 60px 0 100px;
  }
  .todoi-section.bottom .todoi-section--wrap .con .strong {
    font-size: 14px;
  }
  .todoi-section--wrap {
    height: auto;
    min-height: unset;
    padding: 80px 20px;
  }
  .todoi-section--wrap .con .strong {
    font-size: 28px;
    word-break: keep-all;
    line-height: 1.3;
  }
  .todoi-section--wrap .con .sub {
    font-size: 14px;
    color: #727272;
    width: 100%;
    margin: 20px auto 40px;
    word-break: keep-all;
  }
  .todoi-section--wrap .con .shadow {
    width: 60%;
  }
  .todoi-section--wrap .con .setting {
    width: 90%;
    border-radius: 15px;
  }
  .todoi-section--wrap .con .setting p {
    font-size: 17px;
    top: 30px;
    left: 30px;
  }
  .todoi-section--wrap .con .setting img {
    width: 70%;
    margin-left: 25%;
  }
  .todoi-section--wrap .con .table {
    margin: 10px 0 0;
  }
  .todoi-section--wrap .con .table td {
    font-size: 11px;
    padding: 5px;
  }
}

.sub-info-section {
  width: 100%;
  height: calc(100vh - 94px);
  min-height: 800px;
}

.sub-info-section.info {
  height: auto;
  min-height: unset;
  padding: 146px 0;
}

.sub-info-section.info.border-bottom {
  border-bottom: 1px solid #cccccc;
}

.sub-info-section.info.grey {
  background: #f8f8f8;
}

.sub-info-section.top {
  background: #ededed;
}

.sub-info-section--wrap {
  width: 1194px;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.sub-info-section--wrap .con .strong {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.4;
  word-break: keep-all;
}

.sub-info-section--wrap .con .strong.underline {
  margin-bottom: 35px;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 580px) {
  .sub-info-section--wrap .con .strong.underline {
    margin-bottom: 10px !important;
  }
}

.sub-info-section--wrap .con .strong.underline strong {
  font-weight: 800;
}

.sub-info-section--wrap .con .strong.underline:after {
  content: '';
  display: block;
  width: 52%;
  height: 1px;
  background: #262626;
  position: absolute;
  left: 0;
  bottom: -20px;
}

@media (max-width: 1234px) {
  .sub-info-section--wrap .con .strong.underline:after {
    left: calc(26%);
  }
}

.sub-info-section--wrap .con .sub {
  font-size: 2.3rem;
  margin: 20px 0;
  word-break: keep-all;
  line-height: 1.6;
  font-weight: 200;
}

.sub-info-section--wrap .con .sub.type2 {
  font-weight: 600;
  font-size: 3rem;
}

@media only screen and (max-width: 580px) {
  .sub-info-section--wrap .con .sub.type2 {
    font-size: 1.7rem;
    color: #262626;
  }
}

.sub-info-section--wrap .con .sub.type3 {
  font-weight: 600;
  font-size: 2.5rem;
}

@media only screen and (max-width: 580px) {
  .sub-info-section--wrap .con .sub.type3 {
    font-size: 1.7rem;
    color: #262626;
  }
}

.sub-info-section--wrap .con .table {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  margin: 70px 0 0;
  font-weight: 300;
}

.sub-info-section--wrap .con .table tr:first-child td,
.sub-info-section--wrap .con .table tr:nth-child(2) td,
.sub-info-section--wrap .con .table tr:nth-child(3) td {
  border-bottom: 1px solid #707070;
}

.sub-info-section--wrap .con .table tr:nth-child(4) td {
  border-bottom: 1px dashed #c9c9c9;
}

.sub-info-section--wrap .con .table td {
  padding: 23px 10px;
  border-right: 1px solid #707070;
  white-space: nowrap;
}

.sub-info-section--wrap .con .table td:last-child {
  border-right: none;
}

.sub-info-section--wrap .con .table td strong {
  font-weight: 600;
}

.sub-info-section--wrap .con .list {
  margin-top: 80px;
}

.sub-info-section--wrap .con .list-item {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.sub-info-section--wrap .con .list-item:nth-child(2) .tit:after {
  content: '2';
}

.sub-info-section--wrap .con .list-item:nth-child(3) .tit:after {
  content: '3';
}

.sub-info-section--wrap .con .list-item:nth-child(4) .tit:after {
  content: '4';
}

.sub-info-section--wrap .con .list-item:nth-child(5) .tit:after {
  content: '5';
}

.sub-info-section--wrap .con .list-item:nth-child(6) .tit:after {
  content: '6';
}

.sub-info-section--wrap .con .list-item:nth-child(7) .tit:after {
  content: '7';
}

.sub-info-section--wrap .con .list-item span {
  display: inline-block;
  font-size: 2.5rem;
}

.sub-info-section--wrap .con .list-item .tit {
  border: 1px solid #5f5f5f;
  padding: 18px 28px;
  border-radius: 13px;
  margin-right: 20px;
  position: relative;
  white-space: nowrap;
}

.sub-info-section--wrap .con .list-item .tit:after {
  content: '1';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #5f5f5f;
  color: #fff;
  text-align: center;
  line-height: 31px;
  font-size: 1.5rem;
  position: absolute;
  left: -15px;
  top: -15px;
}

.sub-info-section--wrap .con .list-item .con {
  line-height: 1.2;
  word-break: keep-all;
}

.sub-info-section--wrap .left {
  width: 40%;
  margin: 0 5% 0 0;
}

.sub-info-section--wrap .shadow {
  position: relative;
  display: inline-block;
}

.sub-info-section--wrap .shadow:after {
  content: '';
  display: block;
  width: 100%;
  height: 65px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  bottom: 30px;
}

@media (max-width: 1234px) {
  .sub-info-section--wrap .shadow:after {
    height: 100px;
    bottom: 4vw;
  }
}

@media (max-width: 840px) {
  .sub-info-section--wrap .shadow:after {
    height: 10vw;
    bottom: 4vw;
  }
}

.sub-info-section--wrap .shadow .wheelchair {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1234px) {
  .sub-info-section.top {
    padding: 150px 0 50px;
    height: auto;
    min-height: unset;
    text-align: center;
  }
  .sub-info-section.top .sub-info-section--wrap {
    flex-direction: column-reverse;
  }
  .sub-info-section--wrap {
    width: 100%;
    padding: 0 25px;
  }
  .sub-info-section--wrap .left {
    width: 70%;
  }
  .sub-info-section--wrap .con .sub {
    margin-top: 10px;
    font-weight: 300;
  }
  .sub-info-section--wrap .con .strong.underline {
    margin-bottom: 25px;
  }
  .sub-info-section--wrap .con .strong.underline::after {
    bottom: -10px;
  }
}

@media only screen and (max-width: 580px) {
  .sub-info-section {
    padding: 114px 0;
  }
  .sub-info-section.info {
    padding: 45px 0;
  }
  .sub-info-section.top {
    padding: 50px 0;
  }
  .sub-info-section.bottom .strong {
    margin-bottom: 30px;
  }
  .sub-info-section.bottom .wheelchair {
    display: block;
    margin: 50px auto 0;
    width: 100%;
  }
  .sub-info-section--wrap .con .strong {
    font-size: 2.3rem;
  }
  .sub-info-section--wrap .con .sub {
    margin: 10px 0;
    font-size: 14px;
    color: #727272;
  }
  .sub-info-section--wrap .con .sub.type2 {
    margin-top: 20px !important;
  }
  .sub-info-section--wrap .con .table {
    font-size: 13px;
    margin: 20px 0 0;
  }
  .sub-info-section--wrap .con .table td {
    padding: 5px;
  }
  .sub-info-section--wrap .con .list {
    margin-top: 40px;
  }
  .sub-info-section--wrap .con .list-item {
    margin-top: 30px;
    flex-direction: column;
  }
  .sub-info-section--wrap .con .list-item span {
    display: block;
    font-size: 13px;
    text-align: center;
  }
  .sub-info-section--wrap .con .list-item .tit {
    padding: 15px;
    width: 80%;
    border-radius: 7px;
  }
  .sub-info-section--wrap .con .list-item .tit:after {
    font-size: 11px;
    width: 20px;
    height: 20px;
    line-height: 22px;
    left: -10px;
    top: -10px;
  }
  .sub-info-section--wrap .con .list-item .con {
    margin-top: 11px;
  }
}

.card-wrap {
  margin-top: 30px;
  text-align: center;
}

.card-wrap img {
  width: 316px;
  height: 200px;
}

.card-list.type2 .slick-dots, .card-list.type3 .slick-dots {
  margin-top: 0;
  position: absolute;
  top: -10px;
  width: 100%;
}

.card-list.type2 .checkbox, .card-list.type3 .checkbox {
  position: absolute;
  left: 0;
  top: -10px;
}

.card-list.type2 .checkbox .label input + span, .card-list.type3 .checkbox .label input + span {
  background-color: #fff;
  border-radius: 50px;
}

.card-list.type3 {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}

.card-list.type3 .slick-dots {
  top: -15px;
}

.card-list.type3 .img-wrap {
  border-radius: 0;
  transform: scale(0.9);
  opacity: 0.5;
}

.card-list.type3 .slick-center .img-wrap,
.card-list.type3 .slick-center .btn {
  transform: scale(1);
  opacity: 1;
}

.card-list.type3.box-shadow .card-list--item {
  padding: 20px 0 0;
}

.card-list.type3 .btn {
  transform: scale(0.9);
  width: 100%;
  height: 36vw;
  background: #f1f1f1;
  border-radius: 10px;
  font-size: 2rem;
  color: #707070;
  flex-direction: column;
}

@media (max-width: 375px) {
  .card-list.type3 .btn {
    height: 34vw;
  }
}

@media (max-width: 320px) {
  .card-list.type3 .btn {
    height: 28vw;
  }
}

.card-list.type3 .btn:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/icon/plus.svg) no-repeat;
  background-size: 100%;
  margin-bottom: 10px;
}

.card-list.type4 {
  margin-top: 30px;
}

.card-list.type4 .card-list--item {
  opacity: 1;
  margin-right: 20px;
  padding-top: 0;
  text-align: center;
}

.card-list.type4 .card-list--item .img-wrap {
  width: 288px;
  border-radius: 0;
  border: 1px solid #ddd;
}

.card-list.type4 .card-list--item .img-wrap img {
  width: 100%;
}

.card-list.type4 .card-list--item .input-select {
  width: 288px;
  height: 41px;
  font-size: 2rem;
  border-radius: 0;
  line-height: 1;
  padding: 0 10px;
  color: #525252;
  margin-top: 0;
  border-color: #bababa;
  outline: none;
  appearance: none;
  background: url("../images/icon/arrow_down.svg") no-repeat 95% 50%/15px auto;
}

.card-list.type4 .card-list--item .text-wrap {
  font-size: 1.7rem;
  margin: 10px auto;
  display: flex;
  width: 288px;
  position: relative;
}

.card-list.type4 .card-list--item .text-wrap .ellipsis {
  width: 190px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.card-list.type4 .card-list--item .text-wrap .type {
  color: #a0a0a0;
  position: absolute;
  right: 0;
  top: 0;
}

.card-list.type4 .card-list--item .text-wrap .type:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #707070;
  position: absolute;
  left: -10px;
  top: 0;
}

.card-list.type4 .card-list--item .card-add {
  width: 288px;
  height: 181px;
  border: 1px dashed #adadad;
  flex-direction: column;
}

.card-list.type4 .card-list--item .card-add:before {
  content: "┼";
  display: block;
  width: 36px;
  height: 36px;
  font-size: 2rem;
  color: #bbb;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  font-weight: 700;
  line-height: 38px;
}

.card-list.type4 .card-list--item .card-add p {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 10px;
}

.card-list.type4 .card-list--item .card-add p:last-child {
  font-size: 1.6rem;
  color: #767676;
}

.card-list--item {
  text-align: center;
  position: relative;
  padding-top: 40px;
  opacity: 0.5;
  outline: none;
}

.card-list--item img {
  display: block;
  margin: 0 auto 10px;
}

.card-list--item .badge {
  font-size: 1.2rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 5px;
}

.card-list--item .add {
  background: #fff;
  border-radius: 13px;
}

.card-list--item .add:after {
  content: '새로운 카드 등록';
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  border: 1px solid #8a8a8a;
  padding: 4px 10px 1px 25px;
  border-radius: 34px;
  color: #727272;
  background: url(../images/icon/plus.svg) no-repeat 10px 9px;
  background-size: 9px;
}

.card-list--item .img-wrap {
  border-radius: 13px;
  overflow: hidden;
  width: 290px;
  margin: 0 auto 10px;
  position: relative;
}

.card-list--item .img-wrap.type-btn {
  width: 290px;
  height: 182px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-list--item .img-wrap img {
  margin: 0;
  width: 290px;
}

.card-list--item .img-wrap .num {
  position: absolute;
  left: 30px;
  bottom: 40px;
  font-size: 1.8rem;
}

.card-list--item .img-wrap .name {
  position: absolute;
  left: 30px;
  bottom: 20px;
  font-size: 1.8rem;
}

.card-list.type2 img {
  width: 290px;
}

.card-list.box-shadow.card-list {
  padding: 20px 0 0 0;
}

.card-list.box-shadow .card-list--item {
  opacity: 1;
  padding: 20px 20px 0;
}

.card-list.box-shadow .card-list--item .img-wrap {
  box-shadow: 0px 2px 15px rgba(98, 98, 98, 0.2);
}

.card-list--wrap {
  padding: 40px 0 140px;
  background: #fda102;
  width: calc(100% + 120px);
  position: relative;
  left: -60px;
  top: 60px;
  border-radius: 40px;
  margin-top: 30px;
}

.card-list--wrap .btn-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.card-list--wrap .btn-wrap .btn {
  width: 50%;
  background: #505050;
  color: #fff;
  float: left;
  height: 100px;
  line-height: 100px;
  font-size: 22px;
}

.card-list--wrap .btn-wrap .btn:first-child {
  border-radius: 0 0 0 40px;
  border-right: 1px solid #ddd;
}

.card-list--wrap .btn-wrap .btn:last-child {
  border-radius: 0 0 40px 0;
}

.card-list--wrap .slick-center .card-list--item {
  opacity: 1;
}

.card-none {
  text-align: center;
  margin: 70px auto 20px;
}

.card-none .add {
  font-size: 2.7rem;
  padding-top: 80px;
  padding-bottom: 20px;
  position: relative;
  color: #acacac;
}

.card-none .add:after {
  content: '┼';
  display: block;
  font-size: 4.5rem;
  font-weight: 100;
  position: absolute;
  color: #acacac;
  left: calc(50% - 17px);
  top: 10px;
  line-height: 1;
}

@media only screen and (max-width: 580px) {
  .card-list {
    padding: 0 10vw;
  }
  .card-list.rotate {
    padding: 0;
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    margin-bottom: 30px;
  }
  .card-list.rotate .card-list--item {
    width: 50%;
    height: 100vw;
    padding-top: 100px;
  }
  .card-list.rotate .card-list--item .checkbox {
    position: absolute;
    left: calc(50% - 20px);
    top: -20px;
  }
  .card-list.rotate .card-list--item .img-wrap {
    width: 90%;
    border: 1px solid #ccc;
    transform: rotate(90deg) scale(0.8);
    border-radius: 0;
  }
  .card-list.rotate .slick-slide {
    margin: 0 -70px;
  }
  .card-list.rotate .slick-active .card-list--item {
    margin: 0;
  }
  .card-list.rotate .slick-active .card-list--item .img-wrap {
    transform: rotate(90deg) scale(1);
  }
  .card-list.type2 .slick-dots {
    top: 0;
  }
  .card-list.box-shadow.card-list {
    padding: 0;
  }
  .card-list .slick-dots {
    margin-top: 20px;
  }
  .card-list .slick-dots li {
    margin: 0 3px;
  }
  .card-list .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
  }
  .card-list--wrap {
    top: 30px;
    left: -20px;
    width: calc(100% + 40px);
    padding: 40px 0 100px;
    border-radius: 20px;
  }
  .card-list--wrap .card-list {
    padding: 0;
  }
  .card-list--wrap .card-list--item .img-wrap {
    width: calc(60vw - 10px);
  }
  .card-list--wrap .card-list--item .img-wrap.type-btn {
    height: calc(37.5vw - 6px);
  }
  .card-list--wrap .card-list--item .img-wrap .num,
  .card-list--wrap .card-list--item .img-wrap .name {
    font-size: 1.6rem;
  }
  .card-list--wrap .btn-wrap .btn {
    font-size: 1.8rem;
    height: 70px;
    line-height: 65px;
    padding: 0;
  }
  .card-list--wrap .btn-wrap .btn:first-child {
    border-radius: 0 0 0 20px;
  }
  .card-list--wrap .btn-wrap .btn:last-child {
    border-radius: 0 0 20px 0;
  }
  .card-list--item .img-wrap {
    width: 100%;
  }
  .card-list--item .img-wrap img {
    width: 100%;
  }
  .card-none {
    margin: 30px auto 20px;
  }
  .card-none .add {
    font-size: 1.6rem;
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
  }
  .card-none .add:after {
    font-size: 2.2rem;
    left: calc(50% - 10px);
    top: 20px;
  }
}

.slick-active .card-list--item {
  opacity: 1;
}

.mypage-menu {
  margin-top: 37px;
}

.mypage-menu--item {
  display: inline-block;
  width: calc(100% / 3 - 4px);
  padding: 0 35px;
  text-align: center;
  position: relative;
}

.mypage-menu--item:after {
  content: '';
  display: block;
  width: 1px;
  height: 56px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 10px;
}

.mypage-menu--item:last-child::after {
  display: none;
}

.mypage-menu--item a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}

.mypage-menu--item img {
  display: block;
  margin: 0 auto 10px;
  width: 60%;
  max-width: 40px;
}

.mypage-menu--item img.coupon {
  width: 70%;
  max-width: 50px;
}

.mypage-topbox {
  background: #ebebeb;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  margin-top: -143px;
  margin-bottom: 100px;
  padding-top: 30px;
  text-align: center;
}

.mypage-topbox ~ .content-tit {
  font-size: 3rem;
}

.mypage-topbox:after {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: calc(-50vw + 301px);
  top: 0;
  z-index: -1;
  background: #ebebeb;
}

.mypage-topbox .text {
  margin-bottom: 10px;
  font-size: 3rem;
}

.mypage-topbox .text .name {
  font-weight: bold;
}

.mypage-topbox .btn-myinfo {
  color: #727272;
  font-size: 1.8rem;
}

.mypage-topbox .btn-myinfo:after {
  content: '';
  display: block;
  width: 13px;
  height: 10px;
  background: url(../images/icon/arrow.svg) no-repeat;
  background-size: 100%;
  transform: rotate(-90deg);
  margin: -3px 0 0 5px;
}

.mypage-topbox > img {
  width: 16%;
  display: block;
  margin: 0 auto 15px;
}

.mypage-topbox .mypage-menu {
  background: #fff;
  box-shadow: 5px 5px 15px rgba(98, 98, 98, 0.16);
  border-radius: 12px;
  padding: 20px 0 22px;
  transform: translateY(45%);
  margin: -15px 20px 0;
}

.mypage-topbox .mypage-menu--item {
  filter: brightness(0.5);
}

.mypage-topbox .mypage-menu--item img {
  margin-bottom: 8px;
}

.mypage-topbox .mypage-menu--item:after {
  opacity: 0.2;
}

@media (max-width: 1234px) {
  .mypage-topbox {
    margin-top: -50px;
  }
}

@media only screen and (max-width: 580px) {
  .mypage-topbox:after {
    display: none;
  }
  .mypage-topbox .text {
    font-size: 2.2rem;
  }
  .mypage-menu {
    margin-top: 24px;
  }
  .mypage-menu--item {
    padding: 0;
  }
  .mypage-menu--item:after {
    height: 28px;
    opacity: 0.5;
  }
  .mypage-menu--item a {
    font-size: 13px;
  }
  .mypage-menu--item img {
    height: 25px;
    margin: 0 auto 5px;
  }
  .mypage-menu--item img.coupon {
    height: 22px;
  }
  .mypage .btn-myinfo {
    font-size: 1.4rem;
  }
  .mypage .btn-myinfo:after {
    width: 8px;
  }
}

.user-info {
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
}

.user-info.type2 .user-info--item {
  margin-top: 0;
}

.user-info.type2 .right {
  margin-top: 50px;
  margin-right: 10px;
}

.user-info.type2 .slick-dots {
  position: absolute;
  right: 20px;
  top: -15px;
}

.user-info.type3 .cate {
  color: #707070;
  margin-left: 5px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 580px) {
  .user-info.type3 .cate {
    font-size: 1.8rem;
  }
}

.user-info.type3 .user-info--item {
  margin-top: 0;
}

.user-info.type3 .slick-arrow {
  display: block !important;
}

.user-info--item {
  padding: 0 10px;
  margin-top: 32px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.user-info--item.m-t--0 {
  flex-direction: column;
}

.user-info--item.m-t--0 .right {
  text-align: center;
  margin-top: 20px;
}

.user-info--item img {
  display: inline-block;
  width: 93px;
}

.user-info--item .right {
  display: inline-block;
  text-align: right;
  font-size: 2.7rem;
  font-weight: 500;
}

.user-info--item .right .name {
  max-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  padding-top: 1px;
}

.user-info--item .btn {
  display: flex;
  margin-top: 8px;
}

.user-info.arrow-type2 .slick-arrow {
  width: 14px;
  height: 27px;
}

.user-info.arrow-type2 .slick-arrow.slick-prev {
  left: 10px;
  bottom: calc(50% - 18px);
}

.user-info.arrow-type2 .slick-arrow.slick-next {
  left: unset;
  right: 10px;
  bottom: calc(50% - 18px);
}

.user-info .slick-arrow {
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  position: absolute;
  background: transparent;
  outline: none;
  width: 11px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/icon/img_arrow.svg);
  background-size: 100% 100%;
  cursor: pointer;
  filter: brightness(0.5);
  z-index: 1;
  padding: 0;
}

.user-info .slick-arrow.slick-prev {
  left: calc(50% - 100px);
  bottom: 0;
}

.user-info .slick-arrow.slick-next {
  left: calc(50% + 90px);
  bottom: 0;
  transform: rotate(180deg);
}

.user-list.btn-list .btn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-list.text .user-list--item {
  margin-bottom: 30px;
  color: #707070;
  font-size: 1.8rem;
}

.user-list.text .user-list--item .right {
  float: right;
}

.user-list.text .user-list--item strong {
  font-size: 2rem;
  color: #000;
  margin-right: 5px;
}

.user-list.text .user-list--item .btn-tit {
  width: 100%;
  position: relative;
  justify-content: left;
}

.user-list.text .user-list--item .btn-tit:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon/arrow.svg) no-repeat;
  background-size: 100%;
  transform: rotate(-90deg);
  position: absolute;
  right: 0;
  top: 4px;
}

.user-list.text .user-list--item .btn-tit strong {
  font-size: 2.5rem;
  font-weight: 700;
}

.user-list.text .user-list--item .btn-tit span {
  font-size: 2rem;
  margin-left: 8px;
  color: #959595;
  margin-top: -3px;
}

.user-list.text .user-list--item .btn-tit span:before {
  content: '/';
  display: inline-block;
  color: #959595;
  margin-right: 10px;
}

.user-list.text .user-list--item .sub-icon {
  margin: 30px 0 -20px;
  overflow: hidden;
}

.user-list.text .user-list--item .sub-icon .slick-track {
  width: 462px !important;
}

.user-list.text .user-list--item .sub-icon--list {
  width: 33.3%;
  margin-top: 20px;
  text-align: center;
  font-size: 1.8rem;
  float: left;
}

.user-list.text .user-list--item .sub-icon--list .img-wrap {
  border: 1px solid #707070;
  border-radius: 50px;
  padding: 10px;
  margin: 0 auto 10px;
  width: 80px;
  height: 80px;
  position: relative;
}

.user-list.text .user-list--item .sub-icon--list .img-wrap .num {
  background: #fda102;
  color: #fff;
  position: absolute;
  right: -4px;
  top: 0px;
  border-radius: 29px;
  height: 22px;
  width: 22px;
  line-height: 23px;
  text-align: center;
  font-size: 1.5rem;
  display: block;
}

.user-list.text .user-list--item .sub-icon--list .img-wrap img {
  width: 90%;
  height: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 580px) {
  .user-list.text .user-list--item .sub-icon--list {
    font-size: 1.5rem;
  }
  .user-list.text .user-list--item .sub-icon--list .img-wrap {
    width: 55px;
    height: 55px;
  }
}

.user-list.text .user-list--item .sub-icon--list .btn.add {
  display: block;
  border: 1px dashed #707070;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  margin: 0 auto 10px;
  opacity: 0.3;
  background: url(../images/icon/plus.svg) no-repeat;
  background-position: center;
  background-size: 12px;
}

.user-list.text .user-list--item .sub-icon--list .btn.add + span {
  opacity: 0.3;
}

@media only screen and (max-width: 580px) {
  .user-list.text .user-list--item .sub-icon--list .btn.add {
    width: 55px;
    height: 55px;
  }
}

@media only screen and (max-width: 580px) {
  .user-list.text .user-list--item .btn-tit strong {
    font-size: 2.2rem;
  }
  .user-list.text .user-list--item .btn-tit span {
    font-size: 1.8rem;
  }
  .user-info.type2 .right {
    margin-top: 20px;
    margin-right: 0;
  }
  .user-info.type2 .slick-dots {
    right: 50%;
    top: -40px;
    transform: translateX(50%);
  }
  .user-info.type2 .user-info--item {
    flex-direction: row;
  }
  .user-info--item {
    flex-direction: column;
  }
  .user-info--item img {
    width: 80px;
  }
  .user-info--item .right {
    text-align: center;
    margin-top: 15px;
    font-size: 17px;
  }
  .user-info--item .btn {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    border-radius: 6px;
    min-inline-size: auto;
  }
  .user-info .slick-dots {
    margin-top: 10px;
  }
  .user-info .slick-dots li {
    margin: 0 3px;
  }
  .user-info .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
  }
  .user-info.arrow-type2 .slick-arrow {
    width: 11px;
    height: 20px;
    background-size: 100%;
  }
  .user-info.arrow-type2 .slick-arrow.slick-prev {
    bottom: calc(50% - 10px);
  }
  .user-info.arrow-type2 .slick-arrow.slick-next {
    bottom: calc(50% - 10px);
  }
  .user-info .slick-arrow {
    display: none !important;
  }
  .user-info .slick-arrow.slick-prev {
    left: 20px;
    bottom: calc(50% - 10px);
  }
  .user-info .slick-arrow.slick-next {
    left: unset;
    right: 20px;
    bottom: calc(50% - 10px);
  }
}

.slick-dots {
  text-align: center;
  margin-top: 20px;
}

.slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.slick-dots li button {
  border: 1px solid #a3a3a3;
  background: #fff;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #a3a3a3;
}

.info-popup--wrap {
  position: relative;
}

.info-popup--btn {
  width: 37px;
  height: 37px;
  background: url(../images/icon/info.svg) no-repeat;
  position: relative;
  top: -1px;
  padding: 2px;
}

.info-popup--btn.btn-full {
  width: 100%;
  height: 88px;
  background: none;
  font-size: 2.4rem;
}

.info-popup--btn.btn-full.btn-lg {
  height: 50px;
  font-size: 18px;
  border-radius: 10px !important;
}

@media only screen and (max-width: 580px) {
  .info-popup--btn.btn-full {
    height: 68px;
  }
}

.info-popup--btn.active ~ .info-popup--dim {
  opacity: 0.6;
  z-index: 99;
}

.info-popup--btn.active ~ .info-popup--con {
  opacity: 1;
  z-index: 100;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: none;
  bottom: unset;
}

.info-popup--btn.active ~ .info-popup--con:after {
  display: none;
}

@media only screen and (max-width: 580px) {
  .info-popup--btn.active ~ .info-popup--con {
    width: 90%;
    padding: 40px 30px;
  }
}

.info-popup--dim {
  width: 100vw;
  height: 100vh;
  background: #acacac;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
}

.info-popup--con {
  background: #fff;
  position: absolute;
  top: 100px;
  left: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
  border-radius: 20px;
  padding: 68px 50px;
}

.info-popup--con.top {
  top: unset;
  bottom: 100px;
}

.info-popup--con.top:after {
  top: unset;
  bottom: -30px;
  left: calc(50% - 30px);
  transform: rotate(180deg);
}

.info-popup--con.w-580 {
  width: 580px;
  left: -60px;
}

.info-popup--con.w-1084 {
  left: 50%;
  width: 1048px;
  transform: translateX(-50%);
}

.info-popup--con:after {
  content: '';
  display: block;
  width: 60px;
  height: 32px;
  background: url(../images/icon/triangle.svg);
  position: absolute;
  left: calc(50% - 15px);
  top: -30px;
}

.info-popup--con .close {
  position: absolute;
  right: 35px;
  top: 25px;
  width: 27px;
  height: 26px;
  background: url(../images/icon/close.svg) no-repeat;
}

.info-popup--con .tit {
  font-size: 3.2rem;
  margin-bottom: 25px;
}

.info-popup--con .sub {
  font-size: 2.5rem;
  margin-top: 30px;
  margin-bottom: 10px;
}

.info-popup--con .con {
  font-size: 2.4rem;
  color: #727272;
  line-height: 1.5;
  font-weight: 400;
  word-break: keep-all;
}

.info-popup--con .table {
  font-size: 2.5rem;
  width: 100%;
  text-align: center;
  margin: 60px 0;
  border-bottom: 1px solid #707070;
}

.info-popup--con .table tr:first-child td {
  border-bottom: 1px solid #707070;
}

.info-popup--con .table td {
  padding: 5px;
  border-right: 1px solid #707070;
  font-weight: 300;
}

.info-popup--con .table td strong {
  font-weight: 600;
}

.info-popup--con .table td:last-child {
  border-right: none;
}

@media only screen and (max-width: 580px) {
  .info-popup--btn {
    width: 20px;
    height: 20px;
    background-size: 100%;
    top: -1px;
  }
  .info-popup--con {
    padding: 50px 30px 30px;
    top: 70px;
  }
  .info-popup--con:after {
    left: calc(50% - 30px);
  }
  .info-popup--con .close {
    right: 20px;
    top: 20px;
    width: 24px;
    height: 22px;
    background-size: 100%;
  }
  .info-popup--con br {
    display: none;
  }
  .info-popup--con .tit {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .info-popup--con .sub {
    font-size: 14px;
    margin-top: 15px;
  }
  .info-popup--con .con {
    font-size: 14px;
  }
  .info-popup--con .table {
    font-size: 13px;
    margin: 20px 0 30px;
  }
  .info-popup--con.w-580 {
    width: 100%;
    left: 0;
  }
  .info-popup--con.w-1084 {
    left: 0;
    width: 100%;
    transform: none;
  }
  .info-popup--con.w-1084 br {
    display: block;
  }
}

.img-slide {
  position: relative;
}

.img-slide.type2 .slick-dots .slick-active button {
  background: #727272;
  height: 4px;
  top: -1px;
  border-radius: 0;
}

.img-slide--item img {
  height: 520px;
  width: 100%;
}

.img-slide .slick-dots {
  display: flex;
  justify-content: space-around;
}

.img-slide .slick-dots li {
  width: 100%;
  margin: 0;
}

.img-slide .slick-dots button {
  border: none;
  width: 100%;
  background: #cccccc;
  border-radius: 0;
  height: 1px;
}

.img-slide .slick-dots .slick-active button {
  height: 10px;
  position: relative;
  top: -4px;
  border-radius: 8px;
}

.img-slide .slick-arrow {
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  position: absolute;
  background: transparent;
  outline: none;
  width: 23px;
  height: 39px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/icon/img_arrow.svg);
  cursor: pointer;
}

.img-slide .slick-arrow.slick-prev {
  left: -100px;
  top: calc(50% - 20px);
}

.img-slide .slick-arrow.slick-next {
  right: -100px;
  top: calc(50% - 20px);
  transform: rotate(180deg);
}

@media only screen and (max-width: 580px) {
  .img-slide {
    margin-top: 50px;
  }
  .img-slide .slick-list {
    width: 100%;
  }
  .img-slide--item img {
    height: auto;
  }
  .img-slide .slick-arrow {
    display: none !important;
  }
}

.color {
  position: relative;
}

.color-list {
  margin-top: 18px;
}

.color-list.type2 {
  margin-bottom: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.color-list.type2 .color-list--item span {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}

.color-list.type2 .color-list--item input:checked + span:after {
  content: '';
  display: block;
  width: 74px;
  height: 74px;
  border-radius: 40px;
  border: 1px solid #727272;
  position: absolute;
  left: -8px;
  top: -8px;
}

@media only screen and (max-width: 580px) {
  .color-list.type2 .color-list--item span {
    width: 37px;
    height: 37px;
  }
  .color-list.type2 .color-list--item input:checked + span:after {
    width: 45px;
    height: 45px;
    left: -5px;
    top: -5px;
  }
}

.color-list--item {
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 18px;
}

.color input {
  position: absolute;
  width: 0;
  height: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}

.color input:checked + span:after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #262626;
  position: absolute;
  left: -5px;
  top: -5px;
}

.color span {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 30px;
}

.color--1 span {
  /* 민트가 바람이라면 */
  background: #bfe5d5;
}

.color--2 span {
  /* 니모가 살던 바다 */
  background: #afd5df;
}

.color--3 span {
  /* 소다별사탕 */
  background: #b9dddd;
}

.color--4 span {
  /* 구름빵하늘둥둥 */
  background: #d5e4e8;
}

.color--5 span {
  /* 슈렉&피오나 */
  background: #c0c874;
}

.color--6 span {
  /* 박하맛마요네즈 */
  background: #bfe5d9;
}

.color--7 span {
  /* 우유먹고메론한입 */
  background: #dbe7be;
}

.color--8 span {
  /* 딸기마을수영장 */
  background: #edd3d6;
}

.color--9 span {
  /* 베이비와사비 */
  background: #cee676;
}

.color--10 span {
  /* 구름위로라일락 */
  background: #c5c3da;
}

.color--11 span {
  /* 하이그로시 화이트 */
  background: #fff;
  border: 1px solid #e6e6e6;
}

.color--12 span {
  /* 하이그로시 블랙 */
  background: #000;
}

@media only screen and (max-width: 580px) {
  .color-list + .p--20 {
    padding: 20px !important;
  }
  .color-list--item {
    margin-right: 12px;
  }
}

.option-list {
  display: flex;
  flex-wrap: wrap;
}

.option-list--item {
  width: calc(33.3% - 18px);
  text-align: center;
  font-size: 2.2rem;
  margin-right: 26px;
  margin-bottom: 40px;
}

.option-list--item:nth-child(3n) {
  margin-right: 0;
}

.option-list--item input {
  position: absolute;
  width: 0;
  height: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}

.option-list--item input:checked ~ span {
  border: 2px solid #262626;
}

.option-list--item label {
  display: block;
  position: relative;
  width: 100%;
  height: 170px;
  border-radius: 20px;
  box-shadow: 5px 5px 15px rgba(173, 173, 173, 0.16);
  padding: 10px 0;
}

.option-list--item img {
  width: 90%;
  margin: 0 auto;
}

.option-list--item img + span {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.option-list--item .tit {
  margin: 15px 0 5px;
  line-height: 1.2;
}

.option-list--item .price {
  font-size: 2.4rem;
  font-weight: 500;
}

.option-list--item .price.cancle {
  font-size: 1.8rem;
  color: #cbcbcb;
  margin-bottom: 5px;
  text-decoration: line-through;
  display: block;
}

@media only screen and (max-width: 580px) {
  .option-list--item {
    width: calc(50% - 14px);
    margin-bottom: 20px;
  }
  .option-list--item:nth-child(3n) {
    margin-right: 26px;
  }
  .option-list--item:nth-child(even) {
    margin-right: 0;
  }
  .option-list--item label {
    height: 40vw;
    padding: 0;
  }
  .option-list--item label img {
    width: 100%;
  }
  .option-list--item .tit {
    font-size: 16px;
  }
  .option-list--item .price {
    font-size: 17px;
  }
}

.price-total {
  border-top: 1px solid #727272;
  padding-top: 20px;
  text-align: right;
  margin-top: 20px;
}

.price-total .sum {
  font-size: 2.5rem;
  color: #727272;
}

.price-total .total {
  font-size: 3.6rem;
  margin-top: 15px;
  font-weight: 600;
}

@media only screen and (max-width: 580px) {
  .price-total .sum {
    font-size: 13px;
  }
  .price-total .total {
    font-size: 18px;
    margin-top: 10px;
  }
}

.pay-list {
  margin-top: 35px;
  line-height: 1.5;
}

@media only screen and (max-width: 580px) {
  .pay-list {
    line-height: 1;
    margin-top: 20px;
  }
  .pay-list .pay-list--item.total {
    margin-top: 0;
  }
  .pay-list .line {
    margin: 0;
  }
}

.pay-list .line {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='4' stroke-dasharray='6%2c 12' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}

.pay-list--item {
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #707070;
  flex-wrap: wrap;
}

@media only screen and (max-width: 580px) {
  .pay-list--item {
    font-size: 2rem;
    margin: 10px 0 !important;
  }
}

.pay-list--item span {
  position: relative;
}

.pay-list--item .btn-fold {
  position: absolute;
  top: calc(50% - 7px);
  right: -30px;
  width: 17px;
  height: 11px;
  opacity: 0.7;
  background: url(../images/icon/arrow_down.svg) no-repeat;
}

.pay-list--item .btn-fold.active {
  transform: rotate(180deg);
}

.pay-list--item.fold {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s;
}

.pay-list--item.fold.type2 p {
  color: #707070;
  font-size: 2.8rem;
}

.pay-list--item.fold.type2 p span:last-child {
  color: #3b3b3b;
  font-size: 3.2rem;
}

.pay-list--item.fold.type2.active {
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.pay-list--item.fold.active {
  max-height: 300px;
  padding-top: 10px;
}

@media only screen and (max-width: 580px) {
  .pay-list--item.fold.active {
    padding-top: 0;
  }
}

.pay-list--item.fold p {
  width: 100%;
  font-size: 2.4rem;
  color: #c1c1c1;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 580px) {
  .pay-list--item.fold p {
    font-size: 1.8rem !important;
    padding: 5px 0;
  }
  .pay-list--item.fold p span:last-child {
    font-size: 2rem !important;
  }
}

.pay-list--item .btn-arrow {
  height: 12px;
  background-image: url(../images/icon/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-size: 13px 12px;
  font-size: 1.8rem;
  color: #707070;
  padding: 5px 20px 0 0;
}

.pay-list--item .btn-arrow.active {
  background-image: url(../images/icon/arrow_up.svg);
}

.pay-list--item .btn-arrow.active ~ .fold-con {
  display: block;
}

.pay-list--item .fold-con {
  margin: 10px 0;
  width: 100%;
  color: #c1c1c1;
  font-weight: 300;
  display: none;
}

.pay-list--item .fold-con li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pay-list--item:only-child {
  border-top: none !important;
  padding-top: 0 !important;
}

.pay-list--item .sub {
  display: block;
  font-size: 1.8rem;
  color: #727272;
  margin-top: 8px;
}

.pay-list--item .font-color--black {
  color: #000;
  font-size: 3.2rem;
  font-weight: 500;
}

@media only screen and (max-width: 580px) {
  .pay-list--item .font-color--black {
    font-size: 2rem;
    font-weight: 600;
  }
}

.pay-list--item.total {
  border-top: 1px solid #aaa;
  margin-bottom: 0;
  padding: 20px 0 10px;
  margin-top: 20px;
  font-size: 2.8rem;
  color: #000;
  font-weight: bold;
}

.pay-list--item.total strong {
  font-size: 3.6rem;
}

@media only screen and (max-width: 580px) {
  .pay-list--item.total {
    font-size: 2rem;
  }
  .pay-list--item.total strong {
    font-size: 2rem;
    font-weight: 600;
  }
}

.pay-list--item .input-wrap {
  display: flex;
}

.pay-list--item .input-wrap input {
  border: 1px solid #ccc;
  width: 170px;
  height: 54px;
  box-sizing: border-box;
  text-align: right;
  color: #fda102;
  outline: none;
  padding: 0 10px;
  font-size: 2.8rem;
}

.pay-list--item .input-wrap .btn {
  height: 54px;
  border: 1px solid #ccc;
  border-left: none;
  font-size: 2.5rem;
  color: #aaa;
  padding: 0 10px;
}

@media only screen and (max-width: 580px) {
  .pay-list--item .input-wrap input {
    width: 100px;
  }
  .pay-list--item .input-wrap input,
  .pay-list--item .input-wrap .btn {
    font-size: 2rem;
    height: 35px;
  }
}

@media only screen and (max-width: 580px) {
  .pay-list--item {
    margin: 20px 0;
  }
  .pay-list--item .sub {
    font-size: 12px;
    margin-top: 5px;
  }
}

.payment-list {
  padding-bottom: 30px;
  border-top: 1px solid #808080;
  margin-top: 12px;
}

.payment-list.type2 {
  padding: 10px 0 0;
  margin: 30px 0 -10px;
}

.payment-list.type2 .payment-list--item {
  border: none;
  height: 40px;
  font-size: 2rem;
}

.payment-list--item {
  font-size: 2rem;
  color: #464646;
  display: flex;
  align-items: center;
  height: 68px;
  border-bottom: 1px solid #dbdbdb;
}

.payment-list--item.th {
  height: 54px;
  font-size: 2.4rem;
  color: #2c2c2c;
}

.payment-list--item.th span:nth-child(1) {
  color: #2c2c2c;
}

.payment-list--item span {
  width: 25%;
  text-align: center;
}

.payment-list--item span.left {
  text-align: left;
}

.payment-list--item span:nth-child(1) {
  color: #acacac;
  width: 30%;
}

.payment-list--item span:nth-child(2) {
  width: 50%;
}

@media only screen and (max-width: 580px) {
  .payment-list {
    padding-bottom: 30px;
  }
  .payment-list--item {
    font-size: 1.8rem;
    height: 40px;
  }
  .payment-list--item.th {
    font-size: 13px;
    height: 30px;
  }
  .payment-list--item span {
    font-size: 12px;
  }
  .payment-list--item > span:nth-child(2) {
    padding-left: 10px;
    width: 50%;
  }
}

.self-top {
  height: 70px;
  padding: 15px 0;
  border-bottom: 1px solid #808080;
}

.self-top .input-select {
  width: 260px;
  height: 41px;
  line-height: 43px;
  font-size: 2.2rem;
  margin-top: 0;
}

.self-top .input-select .option {
  font-size: 2.2rem;
  padding: 0 15px;
  height: 40px;
  line-height: 43px;
}

.self-top .user-list {
  position: absolute;
  right: 20px;
  padding-top: 2px;
  display: inline-block;
  width: 120px;
}

.self-top .user-list .slick-slide {
  margin: 0 5px;
}

.self-top .user-list .slick-prev {
  width: 16px;
  height: 8px;
  background: url(../images/icon/arrow.svg) no-repeat;
  background-position: center;
  background-size: 100%;
  transform: rotate(-90deg);
  vertical-align: super;
  margin-left: 10px;
  text-indent: -9999px;
  outline: none;
  border: none;
  transform: rotate(-270deg);
  position: absolute;
  left: -33px;
  top: 16px;
  cursor: pointer;
  overflow: hidden;
  padding: 0 2px;
}

.self-top .user-list .slick-next {
  width: 16px;
  height: 8px;
  background: url(../images/icon/arrow.svg) no-repeat;
  background-position: center;
  background-size: 100%;
  transform: rotate(-90deg);
  vertical-align: super;
  margin-left: 10px;
  text-indent: -9999px;
  outline: none;
  border: none;
  position: absolute;
  right: -20px;
  top: 16px;
  cursor: pointer;
  overflow: hidden;
  padding: 0 2px;
}

.self-list--item {
  padding: 20px 8px;
  font-size: 2rem;
  line-height: 1.5;
  border-bottom: 1px solid #acacac;
  position: relative;
}

.self-list--item .left--wrap {
  display: inline-block;
  white-space: nowrap;
  width: 32%;
}

.self-list--item .right {
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  color: #acacac;
}

.self-list--item .right .btn-delete {
  width: 20px;
  height: 20px;
  background: url(../images/icon/delete.svg) no-repeat center;
  background-size: 13px;
  margin-left: 5px;
}

.self-guide {
  margin: 30px 0 20px;
  position: relative;
  width: calc(100% + 200px);
  transform: translateX(-100px);
  padding: 0 100px;
  line-height: 1.4;
  word-break: keep-all;
}

.self-guide .img-wrap img {
  width: 100%;
}

.self-guide .tit {
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  margin-top: 90px;
}

.self-guide .text {
  font-size: 2.2rem;
  margin: 20px 0 35px;
  text-align: center;
  font-weight: 500;
}

.self-guide .slick-dots {
  position: absolute;
  left: 0;
  top: 480px;
  width: 100%;
  margin-top: 0;
}

.self-guide .slick-prev {
  text-indent: -9999px;
  position: absolute;
  left: calc(50% - 120px);
  top: 480px;
  width: 20px;
  height: 20px;
  background: url(../images/icon/arrow.svg) no-repeat;
  transform: rotate(90deg);
  background-size: 100%;
  z-index: 1;
  border: none;
  outline: none;
  opacity: 0.4;
  cursor: pointer;
  overflow: hidden;
}

.self-guide .slick-next {
  text-indent: -9999px;
  position: absolute;
  right: calc(50% - 120px);
  top: 480px;
  width: 20px;
  height: 20px;
  background: url(../images/icon/arrow.svg) no-repeat;
  transform: rotate(-90deg);
  background-size: 100%;
  z-index: 1;
  border: none;
  outline: none;
  opacity: 0.4;
  cursor: pointer;
  overflow: hidden;
}

.self-guide.type2 {
  width: 100%;
  transform: none;
  padding: 0;
}

.self-guide.type2 .img-wrap {
  margin: 0 85px;
}

.self-guide.type2 .slick-arrow {
  top: 125px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #d8d8d8;
  opacity: 1;
  background-image: url(../images/icon/arrow_wh.svg);
  background-size: 20px;
  background-position: 50% 55%;
}

.self-guide.type2 .slick-arrow.slick-next {
  right: 0;
}

.self-guide.type2 .slick-arrow.slick-prev {
  left: 0;
}

.self-guide.type2 .slick-dots {
  top: 315px;
}

.self-guide.type2 .slick-dots li {
  margin: 0 2px;
}

.self-guide.type2 .slick-dots li button {
  width: 8px;
  height: 8px;
  border: none;
  background: #e5e5e5;
  padding: 0;
}

.self-guide.type2 .slick-dots li.slick-active button {
  width: 35px;
  background: #fda102;
}

.self-guide.type2 .tit {
  margin-top: 40px;
  font-size: 2.2rem;
}

.self-guide.type2 .text {
  font-size: 2.2rem;
  color: #606060;
  font-weight: 300;
  margin: 10px 0;
}

@media (max-width: 840px) {
  .self-guide.type2 {
    padding: 0;
    max-width: 330px;
    margin: 30px auto 10px;
  }
  .self-guide.type2 .img-wrap {
    margin: 0 40px;
  }
  .self-guide.type2 .slick-arrow {
    width: 25px;
    height: 25px;
    background-size: 11px;
    top: 85px;
  }
  .self-guide.type2 .slick-dots {
    top: 205px;
  }
  .self-guide.type2 .slick-dots li.slick-active button {
    width: 21px;
  }
  .self-guide.type2 .tit {
    font-size: 1.6rem;
    margin-top: 35px;
  }
  .self-guide.type2 .text {
    font-size: 1.4rem;
  }
}

.self-input {
  border-top: 1px solid #acacac;
  overflow: hidden;
  padding: 60px 35px 40px;
}

.self-input--item {
  width: 50%;
  float: left;
  margin-bottom: 25px;
}

.self-input--item:nth-child(even) .require {
  margin-left: 30px;
}

.self-input--item .require {
  font-size: 2rem;
  display: inline-block;
  width: 100px;
  position: relative;
}

.self-input--item .require::after {
  content: '';
  display: block;
  width: 6px;
  height: 7px;
  background: url(../images/icon/require.svg) no-repeat;
  position: absolute;
  left: -8px;
  top: -4px;
}

.self-input--item input {
  width: 122px;
  height: 36px;
  border-radius: 12px;
  outline: none;
  border: 1px solid #727272;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 1.9rem;
}

.self-input--item input::placeholder {
  color: #acacac;
}

.self-input.type2 {
  border: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.self-input.type2 .self-input--item {
  border: 1px solid #ccc;
  width: calc(50% - 6px);
  margin: 3px;
  display: flex;
  padding: 0 24px;
  height: 57px;
  align-items: center;
  justify-content: space-between;
}

.self-input.type2 .self-input--item .require {
  margin-left: 0;
  font-size: 1.9rem;
  margin-bottom: 0;
}

.self-input.type2 .self-input--item .require:after {
  display: none;
}

.self-input.type2 .self-input--item input {
  width: 100px;
  border: none;
  text-align: right;
  font-size: 1.9rem;
  padding: 0;
  font-family: 'Apple SD Gothic Neo', sans-serif;
}

@media (max-width: 840px) {
  .self-input.type2 .self-input--item {
    padding: 0 12px;
    height: 40px;
  }
  .self-input.type2 .self-input--item .require {
    font-size: 1.5rem;
  }
  .self-input.type2 .self-input--item input {
    font-size: 1.5rem;
    width: 60px;
  }
}

@media (max-width: 610px) {
  .self-guide {
    padding: 0;
    width: 100%;
    transform: unset;
  }
  .self-guide .tit {
    font-size: 2.1rem;
    margin-top: 50px;
  }
  .self-guide .text {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .self-guide .slick-arrow {
    top: 73.5vw;
    width: 15px;
    height: 15px;
  }
  .self-guide .slick-arrow.slick-prev {
    left: calc(50% - 80px);
  }
  .self-guide .slick-arrow.slick-next {
    right: calc(50% - 80px);
  }
  .self-guide .slick-dots {
    top: 74vw;
  }
  .self-guide .slick-dots li {
    margin: 0 3px;
  }
  .self-guide .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
  }
  .self-input {
    padding: 60px 20px 40px;
  }
  .self-input--item:nth-child(even) .require {
    margin-left: 0;
  }
  .self-input--item .require {
    margin-bottom: 10px;
    display: block;
  }
}

@media only screen and (max-width: 580px) {
  .self-input {
    padding: 30px 20px 20px;
  }
  .self-input--item .require {
    font-size: 1.8rem;
  }
  .self-input--item input {
    border-radius: 6px;
    font-size: 1.7rem;
  }
  .self-list--item {
    font-size: 14px;
  }
  .self-list--item .left--wrap {
    width: 30vw;
  }
  .self-list--item .right {
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
    align-items: center;
    line-height: 2;
    right: 5px;
    top: calc(50% - 20px);
  }
  .self-top {
    height: 60px;
    position: relative;
  }
  .self-top .input-select {
    width: 40%;
    font-size: 1.8rem;
    line-height: 29px;
    height: 30px;
    padding: 0 20px 0 15px;
  }
  .self-top .user-list {
    right: -25px;
    top: 14px;
    transform: translateX(-50%);
  }
  .self-top.btn-list {
    padding-top: 20px;
    height: auto;
  }
  .self-top .user-list {
    width: 90px;
  }
  .self-top .user-list .btn-xsm {
    margin: 0;
    padding: 0 10px;
  }
  .self-top .user-list .slick-arrow {
    top: 13px;
  }
}

/* datepicker */
.datepicker-wrap {
  position: fixed;
  left: 50%;
  top: 50%;
}

.datepicker-wrap .dim {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #acacac;
  opacity: 0.6;
}

.ui-datepicker {
  font-family: 'Apple SD Gothic Neo', sans-serif;
  width: 400px;
  padding: 50px;
  border: none;
  border-radius: 20px;
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}

.ui-datepicker .ui-datepicker-header {
  font-size: 2.6rem;
  background: #fff;
  border: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  top: 2px;
  left: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  background: url(../images/icon/arrow.svg) no-repeat;
  transform: rotate(90deg);
  background-size: 14px 14px;
  opacity: 0.5;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  top: 2px;
  right: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  background: url(../images/icon/arrow.svg) no-repeat;
  transform: rotate(-90deg);
  background-size: 14px 14px;
  opacity: 0.5;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-state-focus,
.ui-datepicker .ui-datepicker-header .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-datepicker-header .ui-widget-header .ui-state-focus,
.ui-datepicker .ui-datepicker-header .ui-button:hover,
.ui-datepicker .ui-datepicker-header .ui-button:focus {
  background: transparent;
  border: none;
}

.ui-datepicker .ui-datepicker-calendar th {
  font-size: 1.5rem;
  color: #acacac;
  font-weight: 400;
  width: calc(100% / 7);
  padding-bottom: 10px;
}

.ui-datepicker .ui-datepicker-calendar td {
  padding: 4px 0;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background: transparent;
  border: none;
  font-size: 1.7rem;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 25px;
  margin: 0 auto;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
  background: #fda102;
  color: #fff;
  border-radius: 20px;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
  background: transparent;
  color: #262626;
  border: none;
}

@media only screen and (max-width: 580px) {
  .ui-datepicker {
    width: calc(100% - 40px);
    padding: 40px 30px;
  }
}

.notice-list--item {
  position: relative;
  padding: 22px;
  border-bottom: 1px solid #acacac;
  display: flex;
}

.notice-list--item .left {
  width: 100%;
}

.notice-list--item .left .tit {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 5px 100px 3px 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  line-height: 1;
}

.notice-list--item .left .tit.active + .con {
  max-height: 1000px;
  padding: 30px 30px 30px 50px;
}

.notice-list--item .left .tit.bell {
  background: url(../images/icon/notice_bell.svg) no-repeat 2px center;
}

.notice-list--item .left .tit.chat {
  background: url(../images/icon/notice_chat.svg) no-repeat left center;
  background-size: 32px;
}

.notice-list--item .left .con {
  font-size: 2.3rem;
  line-height: 1.3;
  color: #727272;
  padding: 0 30px 0 50px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.notice-list--item .right {
  width: 20%;
  font-size: 2rem;
  color: #acacac;
  text-align: right;
  position: absolute;
  right: 22px;
  top: 28px;
}

@media only screen and (max-width: 580px) {
  .notice-list--item {
    padding: 15px 13px;
  }
  .notice-list--item .left .tit {
    font-size: 1.8rem;
    padding: 6px 90px 4px 40px;
  }
  .notice-list--item .left .tit.chat {
    background-size: 28px;
  }
  .notice-list--item .left .tit.bell {
    background-size: 27px;
  }
  .notice-list--item .left .con {
    font-size: 1.8rem;
  }
  .notice-list--item .right {
    font-size: 1.6rem;
    top: 23px;
  }
}

.check-list .radio {
  display: inline-block;
  margin-bottom: 20px;
}

.state-list {
  display: flex;
  justify-content: space-between;
  margin: 30px 20px 0;
}

.state-list.type2 {
  padding: 0 15px;
}

.state-list.type2 .state-list--item {
  filter: grayscale(1);
}

.state-list.type2 .state-list--item.active {
  filter: none;
}

.state-list.type2 .state-list--item .icon:after {
  right: calc(-10px - (13vw - 36px));
  background: #ccc;
  opacity: 1;
}

@media (min-width: 767px) {
  .state-list.type2 .state-list--item .icon:after {
    display: none;
  }
}

.state-list--item {
  opacity: 0.5;
  text-align: center;
  font-size: 2rem;
  color: #fda102;
}

.state-list--item.active {
  opacity: 1;
}

.state-list--item:last-child .icon:after {
  display: none;
}

.state-list--item .icon {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #fda102;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55%;
  margin-bottom: 10px;
  position: relative;
}

.state-list--item .icon:after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #fda102;
  position: absolute;
  right: -37px;
  top: 49px;
}

.state-list--item .icon.state1 {
  background-image: url(../images/icon/card.svg);
}

.state-list--item .icon.state2 {
  background-image: url(../images/icon/state_2.svg);
}

.state-list--item .icon.state2_2 {
  background-image: url(../images/icon/state_2_2.svg);
}

.state-list--item .icon.state3 {
  background-image: url(../images/icon/state_3.svg);
  background-size: 60%;
}

.state-list--item .icon.state4 {
  background-image: url(../images/icon/state_4.svg);
  background-size: 65%;
  background-position: 55% 45%;
}

.state-list--item .icon.state5 {
  background-image: url(../images/icon/state_5.svg);
  background-size: 70%;
}

.state-list--item .icon.state6 {
  background-image: url(../images/icon/state_6.svg);
  background-size: 65%;
}

@media only screen and (max-width: 580px) {
  .state-list {
    margin: 30px 0 0;
  }
  .state-list--item {
    font-size: 1.7rem;
  }
  .state-list--item .icon {
    width: 17vw;
    height: 17vw;
    margin: 0 auto 10px;
  }
  .state-list--item .icon:after {
    width: 10px;
    top: 50%;
    right: calc(-10px - (13vw - 30px));
  }
}

.es-list {
  padding: 20px 0;
  border-radius: 12px;
  margin-top: 3px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.1);
  border: none;
}

.es-list li {
  padding: 15px 20px;
}

@media only screen and (max-width: 580px) {
  .es-list {
    padding: 10px 0;
    margin-top: 25px;
    font-size: 1.6rem;
  }
}

input.es-input {
  cursor: pointer;
  caret-color: #fff;
}

input.es-input::selection {
  background: transparent;
}

input.es-input.open {
  border-radius: 12px;
}

.search-input {
  width: 720px;
  margin: 0 auto;
  box-shadow: 0 3px 10px rgba(60, 60, 60, 0.16);
  border-radius: 17px;
  padding: 25px;
  background: url(../images/icon/search.svg) no-repeat 30px center;
  background-size: 24px;
}

.search-input input {
  font-family: 'Apple SD Gothic Neo', sans-serif;
  border: none;
  outline: none;
  width: 90%;
  font-size: 2rem;
  margin-left: 50px;
  background: transparent;
}

.search-input input::placeholder {
  color: #acacac;
}

@media (max-width: 810px) {
  .search-input {
    width: 100%;
    padding: 16px 15px 15px;
    background-position: 20px center;
    background-size: 15px;
    border-radius: 9px;
  }
  .search-input input {
    font-size: 12px;
    width: calc(100% - 40px);
    margin-left: 30px;
  }
}

.icon-menu {
  margin: 60px auto 50px;
  text-align: center;
}

.icon-menu--item {
  display: inline-block;
  width: 350px;
  border-right: 1px solid #cccccc;
  padding: 40px 0;
}

.icon-menu--item:last-child {
  border-right: none;
}

.icon-menu--item img {
  width: 100px;
  opacity: 0.9;
}

.icon-menu--item .call {
  width: 90px;
}

.icon-menu--item .mail {
  width: 100px;
  margin-bottom: 5px;
}

.icon-menu--item .tit {
  font-size: 2.4rem;
  margin: 20px 0 10px;
  font-weight: 600;
}

.icon-menu--item .con {
  font-size: 2.2rem;
  color: #acacac !important;
}

@media (max-width: 810px) {
  .icon-menu--item {
    width: 32%;
  }
}

@media only screen and (max-width: 580px) {
  .icon-menu {
    margin: 0 auto;
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }
  .icon-menu--item {
    padding: 0;
    margin: 20px 0 32px;
  }
  .icon-menu--item img {
    width: 43px;
  }
  .icon-menu--item .call {
    width: 40px;
  }
  .icon-menu--item .mail {
    width: 46px;
  }
  .icon-menu--item .tit {
    font-size: 13px;
  }
  .icon-menu--item .con {
    white-space: nowrap;
    font-size: 12px;
    letter-spacing: -0.5px;
  }
}

.customer-guide {
  font-size: 1.5rem;
  color: #727272;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.4;
  word-break: keep-all;
}

.customer-guide strong {
  font-weight: 600;
}

.customer-down {
  position: relative;
}

.customer-down .arrow-down {
  width: 21px;
  height: 32px;
  background: url(../images/icon/img_arrow.svg) no-repeat center;
  background-size: 100%;
  transform: rotate(-90deg) scaleX(0.8);
  filter: brightness(0.5);
  position: absolute;
  left: calc(50% - 15px);
  bottom: -140px;
}

@media only screen and (max-width: 580px) {
  .customer-guide {
    line-height: 1.6;
  }
  .customer-down {
    display: none;
  }
}

.tab-menu {
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 100%;
}

.tab-tit {
  font-size: 3rem;
  color: #454545;
  font-weight: 600;
}

.tab-btn {
  width: 33.3%;
  height: 89px;
  line-height: 65px;
  font-size: 3rem;
  color: #acacac;
  border: 1px solid #acacac;
  float: left;
  border-right: none;
  outline: none;
}

.tab-btn:last-child {
  border-right: 1px solid #acacac;
}

.tab-btn.active {
  border-top: 5px solid #fda102;
  border-bottom: 1px solid transparent;
  color: #262626;
}

@media (max-width: 810px) {
  .tab-btn {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 580px) {
  .tab-tit {
    font-size: 16px;
    text-align: center;
  }
  .tab-btn {
    font-size: 14px;
    height: 40px;
    line-height: 30px;
  }
  .tab-btn.active {
    border-top: 2px solid #fea002;
  }
}

.category-menu {
  display: flex;
  justify-content: space-around;
  margin: 40px 0 80px;
}

.category-menu--item {
  text-align: center;
  border: 1px solid #727272;
  width: 100%;
  font-size: 2rem;
  border-right: none;
}

.category-menu--item:last-child {
  border-right: 1px solid #727272;
}

.category-menu--item.active {
  border: 1px solid #fda102;
}

.category-menu--item.active + .category-menu--item {
  border-left: none;
}

.category-menu--item.active .icon {
  background-color: #fda102;
}

.category-menu--item.active .icon.type1 {
  background-image: url(../images/icon/category_2_white.svg);
}

.category-menu--item.active .icon.type2 {
  background-image: url(../images/icon/category_3_white.svg);
}

.category-menu--item.active .icon.type3 {
  background-image: url(../images/icon/category_1_white.svg);
}

.category-menu--item.active .icon.type4 {
  background-image: url(../images/icon/category_5_white.svg);
}

.category-menu--item.active .btn {
  color: #fda102;
}

.category-menu--item .icon {
  width: 94px;
  height: 94px;
  border-radius: 50px;
  background-color: #f2f2f2;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
}

.category-menu--item .icon.type1 {
  background-image: url(../images/icon/category_2.svg);
}

.category-menu--item .icon.type2 {
  background-image: url(../images/icon/category_3.svg);
}

.category-menu--item .icon.type3 {
  background-image: url(../images/icon/category_1.svg);
}

.category-menu--item .icon.type4 {
  background-image: url(../images/icon/category_5.svg);
  background-size: 60%;
}

.category-menu--item .btn {
  font-size: 2rem;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  font-weight: 600;
  display: block;
}

@media only screen and (max-width: 580px) {
  .category-menu {
    overflow: hidden;
    margin: 34px 0 40px;
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }
  .category-menu--item {
    background: #f8f8f8;
    border-color: #acacac;
  }
  .category-menu--item:first-child {
    border-left: none;
  }
  .category-menu--item:last-child {
    border-right: none;
  }
  .category-menu--item .btn {
    padding: 10px 3px 8px;
    word-break: keep-all;
    font-size: 1.5rem;
    color: #acacac;
  }
  .category-menu--item .icon {
    display: none;
  }
  .category-menu--item.active {
    border: 1px solid #fda102;
  }
  .category-menu--item.active .btn {
    background: #fda102;
    color: #fff;
  }
}

.faq-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #707070;
  margin-top: 80px;
}

.faq-top .left {
  font-size: 3.6rem;
  font-weight: 500;
  padding-left: 10px;
}

.faq-top .right {
  position: relative;
}

.faq-top .right input {
  appearance: none;
  -webkit-appearance: none;
  font-family: 'Apple SD Gothic Neo', sans-serif;
  border: 1px solid #727272;
  border-radius: 4px;
  padding: 18px 140px 18px 33px;
  font-size: 2rem;
  width: 400px;
  outline: none;
  margin: 0;
}

.faq-top .right input::placeholder {
  color: #acacac;
}

.faq-top .right .search {
  display: block;
  width: 112px;
  height: 100%;
  background: url(../images/icon/search.svg) no-repeat center;
  background-size: 24px;
  border-left: 1px solid #727272;
  position: absolute;
  right: 0;
  top: 0;
}

.faq-top.type2 {
  border-bottom: none;
  background: #f8f8f8;
  margin-top: 73px;
  padding: 40px 70px;
}

@media (max-width: 1000px) {
  .faq-top {
    flex-direction: column;
    border-bottom: none;
  }
  .faq-top .left {
    padding-left: 0;
    padding-bottom: 20px;
  }
  .faq-top .right {
    width: 100%;
  }
  .faq-top .right input {
    width: 100%;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 580px) {
  .faq-top {
    margin-top: 45px;
  }
  .faq-top.type2 {
    padding: 0;
    background: transparent;
    margin-top: 45px;
  }
  .faq-top .left {
    padding-bottom: 11px;
    font-size: 16px;
  }
  .faq-top .right {
    text-align: center;
  }
  .faq-top .right input {
    width: 223px;
    height: 33px;
    padding: 0 60px 0 10px;
    font-size: 12px;
    margin: 0 auto;
    border-color: #acacac;
  }
  .faq-top .right .search {
    background-size: 12px;
    width: 46px;
    right: calc(50% - 112px);
    border-left: 1px solid #acacac;
  }
}

.faq-list--item .tit {
  width: 100%;
  padding: 20px 30px 21px 50px;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  position: relative;
  justify-content: left;
}

.faq-list--item .tit.active:after {
  transform: rotate(-180deg);
}

.faq-list--item .tit.active + .con {
  max-height: 1000px;
  padding: 20px 50px 50px;
  border-bottom: 1px solid #cccccc;
}

.faq-list--item .tit:before {
  content: 'Q.';
  display: block;
  color: #fda102;
  font-size: 2.7rem;
  font-weight: 600;
  position: absolute;
  left: 5px;
  top: 16px;
}

.faq-list--item .tit:after {
  content: '';
  display: block;
  width: 14px;
  height: 8px;
  background: url(../images/icon/arrow_down2.svg) no-repeat center 100%;
  position: absolute;
  right: 10px;
  top: 25px;
  transition: all 0.3s;
}

.faq-list--item .con {
  font-size: 1.9rem;
  font-weight: 500;
  padding: 0 50px;
  word-break: keep-all;
  line-height: 1.5;
  max-height: 0;
  transition: all 0.3s;
  overflow: hidden;
}

@media only screen and (max-width: 580px) {
  .faq-list {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }
  .faq-list--item .tit {
    font-size: 13px;
    padding: 10px 40px 10px 50px;
  }
  .faq-list--item .tit.active + .con {
    padding: 20px 30px 30px;
  }
  .faq-list--item .tit:after {
    top: 10px;
    width: 12px;
    right: 30px;
  }
  .faq-list--item .tit:before {
    font-size: 15px;
    top: 8px;
    left: 24px;
  }
  .faq-list--item .con {
    background: #f8f8f8;
    font-size: 13px;
    padding: 0 30px;
  }
}

.inquiry-list {
  margin: 30px 0 40px;
}

.inquiry-list--item {
  font-size: 2rem;
  overflow: hidden;
  border-bottom: 1px solid #ffd58f;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 57px;
  padding-top: 2px;
}

.inquiry-list--item.active + .con {
  max-height: 1000px;
  padding: 38px 60px 56px 230px;
  border-bottom: 1px solid #ffd58f;
}

.inquiry-list--item.con {
  flex-direction: column;
  padding: 0 60px 0 230px;
  max-height: 0;
  transition: padding 0.3s, max-height 0.3s;
  overflow: hidden;
  min-height: unset;
  border-bottom: none;
}

.inquiry-list--item.con p {
  font-size: 1.9rem;
  color: #727272;
  line-height: 1.5;
  word-break: break-all;
  width: 100%;
}

.inquiry-list--item.con p .date {
  display: block;
  color: #acacac;
  font-size: 17px;
  width: 100%;
}

.inquiry-list--item.con .q {
  position: relative;
}

.inquiry-list--item.con .q:before {
  content: 'Q';
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 18px;
  background: #acacac;
  font-size: 1.7rem;
  color: #fff;
  position: absolute;
  left: -32px;
  top: -1px;
  text-align: center;
  line-height: 26px;
}

.inquiry-list--item.con .a {
  margin-top: 35px;
  position: relative;
  word-break: break-all;
}

.inquiry-list--item.con .a .date {
  display: block;
  color: #fda102;
  font-size: 17px;
  width: 100%;
}

.inquiry-list--item.con .a:before {
  content: 'A';
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 18px;
  background: #fda102;
  font-size: 1.7rem;
  color: #fff;
  position: absolute;
  left: -32px;
  top: -1px;
  text-align: center;
  line-height: 26px;
}

.inquiry-list--item.con .a:after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  padding-left: 35px;
  padding-top: 10px;
  color: #fda102;
  font-size: 1.9rem;
  background: url(../images/icon/arrow2.svg) no-repeat left 10%;
  position: absolute;
  left: -65px;
  top: -10px;
}

.inquiry-list--item.th span:first-child {
  color: #262626;
}

.inquiry-list--item > span {
  display: block;
  float: left;
  padding: 10px;
  text-align: center;
  line-height: 1.2;
}

.inquiry-list--item > span:nth-child(2) .state {
  display: none;
}

.inquiry-list--item > span:first-child {
  color: #acacac;
}

.inquiry-list--item > span.text-left {
  text-align: left;
  padding: 10px 20px;
}

.inquiry-list--item > span .btn-tit {
  font-size: 2rem;
  font-weight: 400;
  width: 100%;
  position: relative;
  padding: 0 30px 0 30px;
  word-break: break-all;
  text-align: left;
  justify-content: left;
}

.inquiry-list--item > span .btn-tit .state {
  width: auto;
  display: inline-block;
  padding: 0;
  color: #fda102;
  position: absolute;
  right: 40px;
  top: calc(50% - 15px);
}

.inquiry-list--item > span .btn-tit:after {
  content: '';
  display: block;
  width: 14px;
  height: 8px;
  background: url(../images/icon/arrow_down2.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  transition: all 0.3s;
}

.inquiry-list--item.active span .btn-tit:after {
  transform: rotate(-180deg);
}

.inquiry-list--item span:nth-child(1) {
  width: 13%;
}

.inquiry-list--item span:nth-child(2) {
  width: 13%;
}

.inquiry-list--item span:nth-child(3) {
  width: 13%;
}

.inquiry-list--item span:nth-child(4) {
  width: 56%;
}

.inquiry-list--item span:nth-child(5) {
  width: 5%;
  text-align: center;
}

.inquiry-list--item .state.wait {
  color: #acacac;
}

.inquiry-list--item .state.com {
  color: #fda102;
}

.inquiry-list--item .cate + .state {
  display: none;
}

.inquiry-list--item.th {
  font-size: 2.4rem;
  font-weight: 500;
  border-top: 1px solid #fea002;
  border-bottom: 1px solid #ffd58f;
  text-align: center;
}

.inquiry-list--item .btn-xxsm {
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/icon/delete.svg) no-repeat 50% 45%;
  background-size: 18px;
  height: 28px;
  width: 28px;
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .inquiry-list .con {
    padding: 0 60px 0 80px;
  }
  .inquiry-list .inquiry-list--item.active + .con {
    padding: 38px 60px 56px 80px;
  }
  .inquiry-list--item span {
    font-size: 1.8rem;
  }
  .inquiry-list--item span .btn-tit {
    padding: 0 30px;
  }
  .inquiry-list--item > span:nth-child(1) {
    width: 17%;
  }
  .inquiry-list--item > span:nth-child(2) {
    width: 17%;
  }
  .inquiry-list--item > span:nth-child(3) {
    width: 17%;
  }
  .inquiry-list--item > span:nth-child(4) {
    width: 40%;
  }
  .inquiry-list--item > span:nth-child(5) {
    width: 10%;
  }
}

@media only screen and (max-width: 580px) {
  .inquiry-list {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    margin: 15px 0 30px;
    border-top: 1px solid #acacac;
  }
  .inquiry-list--item {
    min-height: unset;
    justify-content: end;
    flex-direction: row-reverse;
    place-content: flex-end;
    padding: 40px 25px 20px 25px;
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .inquiry-list--item.th {
    font-size: 16px;
    display: none;
  }
  .inquiry-list--item > span {
    padding: 0;
    word-break: keep-all;
    font-size: 12px;
  }
  .inquiry-list--item > span:nth-child(1) {
    position: absolute;
    right: 20px;
    top: calc(50% + 5px);
  }
  .inquiry-list--item > span:nth-child(2) {
    display: none;
  }
  .inquiry-list--item > span:nth-child(3) {
    width: 100%;
    position: absolute;
    left: 25px;
    top: 22px;
    text-align: left;
  }
  .inquiry-list--item > span:nth-child(3) .cate {
    color: #fda102;
    width: auto;
    padding: 0;
    font-size: 12px;
  }
  .inquiry-list--item > span:nth-child(3) .cate::before {
    content: '[';
    display: inline-block;
  }
  .inquiry-list--item > span:nth-child(3) .cate::after {
    content: ']';
    display: inline-block;
  }
  .inquiry-list--item > span:nth-child(3) .cate + .state {
    font-size: 12px;
    display: inline-block;
    color: #727272;
    margin-left: 5px;
  }
  .inquiry-list--item > span:nth-child(4) {
    width: calc(100% - 80px);
  }
  .inquiry-list--item > span:nth-child(4) .btn-tit {
    padding: 0;
  }
  .inquiry-list--item > span:nth-child(4) .btn-tit:after {
    display: none;
  }
  .inquiry-list--item > span:nth-child(5) {
    position: absolute;
    right: 33px;
    top: calc(50% - 25px);
  }
  .inquiry-list--item > span:nth-child(5) .btn-xxsm {
    border: none;
    background-size: 12px;
  }
  .inquiry-list--item > span .btn-tit {
    font-size: 14px;
  }
  .inquiry-list--item > span .btn-tit .state {
    color: #727272;
  }
  .inquiry-list .inquiry-list--item + .con {
    padding: 0 60px 0 60px;
    background: #f8f8f8;
  }
  .inquiry-list .inquiry-list--item + .con p {
    font-size: 13px;
    color: #262626;
  }
  .inquiry-list .inquiry-list--item + .con p .date {
    font-size: 12px;
  }
  .inquiry-list .inquiry-list--item + .con .a {
    font-size: 13px;
    margin-top: 20px;
    color: #262626;
  }
  .inquiry-list .inquiry-list--item + .con .a::before {
    font-size: 10px;
    width: 17px;
    height: 17px;
    line-height: 19px;
    left: -22px;
    top: -1px;
  }
  .inquiry-list .inquiry-list--item + .con .a:after {
    background-size: 12px;
    font-size: 13px;
    padding-left: 20px;
    padding-top: 5px;
    top: -5px;
    left: -41px;
  }
  .inquiry-list .inquiry-list--item.active + .con {
    padding: 30px 60px;
    border-bottom: 1px solid #cccccc;
  }
}

.write-top {
  margin-bottom: 20px;
}

.write-top + textarea {
  box-sizing: border-box;
}

.write-top .input-select {
  width: 190px;
  height: 48px;
  line-height: 48px;
  font-size: 1.8rem;
  border-radius: 0;
  border-color: #707070;
  margin-top: 0;
}

.write-top .input-select .list li {
  padding: 5px 20px;
}

.write-top input {
  font-family: 'Apple SD Gothic Neo', sans-serif;
  height: 48px;
  width: calc(100% - 210px);
  margin-left: 20px;
  border-radius: 0;
  border: 1px solid #707070;
  outline: none;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 1.8rem;
}

.write-top input::placeholder {
  color: #acacac;
}

@media only screen and (max-width: 580px) {
  .write-top .input-select {
    width: 100%;
  }
  .write-top input {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.map {
  margin: 0 auto;
  display: block;
}

.map-wrap .map {
  width: 100%;
  height: 50vw;
  max-height: 575px;
  background: #eee;
}

.map-wrap .info {
  display: flex;
  width: 1050px;
  margin: 20px auto;
  line-height: 1.3;
  justify-content: space-between;
}

.map-wrap .info .name {
  font-size: 4rem;
  font-weight: 600;
}

.map-wrap .info .add {
  font-size: 2.8rem;
}

.map-wrap .info .btn {
  font-size: 1.9rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 70px;
}

.map-wrap .info .map-share {
  background-image: url(../images/icon/send.svg);
  padding: 80px 15px 0 15px;
}

.map-wrap .info .phone-share {
  background-image: url(../images/icon/send_message.svg);
  padding: 80px 0 0;
  margin-left: 10px;
}

@media only screen and (max-width: 1234px) {
  .map-wrap img {
    width: 100%;
  }
  .map-wrap .info {
    width: 100%;
  }
}

@media (max-width: 810px) {
  .map-wrap .info .name {
    font-size: 3rem;
  }
  .map-wrap .info .add {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 580px) {
  .map-wrap .info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .map-wrap .info .btn {
    background-size: 36px;
    background-position: center 5px;
    padding: 50px 0 0 0;
    font-size: 14px;
  }
  .map-wrap .info .map-share {
    margin: 0 20px 0 10px;
  }
  .map-wrap .info .left {
    text-align: center;
  }
  .map-wrap .info .right {
    margin: 10px 0 0 -5px;
  }
  .map-wrap .info .name {
    font-size: 18px;
  }
  .map-wrap .info .add {
    font-size: 14px;
  }
}

iframe {
  width: 100% !important;
  height: 0 !important;
  transition: all 0.3s !important;
}

.popup.address {
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
}

.popup.address.active {
  z-index: 1000;
}

@media (min-width: 767px) {
  .popup.address.m-wrap {
    width: 580px;
    min-width: 580px;
    height: 500px;
    top: calc(50% - 250px);
    left: calc(50% - 290px);
  }
  .popup.address.m-wrap iframe,
  .popup.address.m-wrap .iframe-wrap,
  .popup.address.m-wrap .iframe-wrap > div {
    height: 500px !important;
  }
}

.popup.address iframe,
.popup.address .iframe-wrap {
  height: 100vh !important;
  max-height: 100vh !important;
}

.iframe {
  width: 100%;
  margin-top: 5px;
  border: 1px solid #000;
  height: 0;
  transition: all 0.3s;
}

.iframe-wrap {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s;
}

.iframe-wrap > div {
  width: 100% !important;
  height: 499px !important;
  z-index: 100 !important;
}

.iframe-wrap.active {
  max-height: 510px;
}

.iframe-wrap.active iframe {
  height: 499px !important;
}

.iframe-wrap.active .dim {
  width: 100vw !important;
  height: 100vh !important;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99 !important;
}

.iframe-wrap .close {
  padding: 0;
  position: absolute;
  right: calc(50% - 28px) !important;
  bottom: 30px;
  cursor: pointer;
  width: 55px;
  height: 20px;
  background: #727272;
  color: #fff;
  z-index: 101;
  line-height: 1.7;
  font-size: 12px;
}

.iframe-wrap .close:before {
  content: 'X';
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  font-weight: 200;
  font-size: 12px;
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100vw;
  height: 100vh;
}

.loading .dim {
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
}

.loading .icon {
  position: absolute;
  width: 120px;
  height: 120px;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  animation: move 2s linear infinite;
}

.loading .icon .out {
  width: 100%;
  height: 100%;
  border: 8px solid #abba36;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0;
  animation: change-border-1 6s linear infinite;
}

.loading .icon .out2 {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 8px solid #dee4b1;
  border-radius: 100px;
  position: absolute;
  left: 8px;
  top: 8px;
  animation: change-border-2 6s linear infinite;
}

.loading .icon .line {
  width: 30px;
  height: 8px;
  background: #dee4b1;
  position: absolute;
  left: calc(50% + 20px);
  top: calc(50% - 4px);
  animation: change-background-2 6s linear infinite;
}

.loading .icon .line-2 {
  transform: rotate(-30deg);
  left: calc(50% + 15px);
  top: calc(50% - 21px);
}

.loading .icon .line-3 {
  transform: rotate(-60deg);
  left: calc(50% + 0px);
  top: calc(50% - 30px);
}

.loading .icon .line-4 {
  transform: rotate(-90deg);
  left: calc(50% + -15px);
  top: calc(50% - 35px);
}

.loading .icon .line-5 {
  transform: rotate(-120deg);
  left: calc(50% + -31px);
  top: calc(50% - 33px);
}

.loading .icon .line-6 {
  transform: rotate(-150deg);
  left: calc(50% + -41px);
  top: calc(50% - 19px);
}

.loading .icon .line-7 {
  transform: rotate(-180deg);
  left: calc(50% + -44px);
  top: calc(50% - 4px);
}

.loading .icon .line-8 {
  transform: rotate(-210deg);
  left: calc(50% + -42px);
  top: calc(50% - -11px);
}

.loading .icon .line-9 {
  transform: rotate(-240deg);
  left: calc(50% + -31px);
  top: calc(50% - -23px);
}

.loading .icon .line-10 {
  transform: rotate(-270deg);
  left: calc(50% + -15px);
  top: calc(50% - -25px);
}

.loading .icon .line-11 {
  transform: rotate(-300deg);
  left: calc(50% + 2px);
  top: calc(50% - -25px);
}

.loading .icon .line-12 {
  transform: rotate(-330deg);
  left: calc(50% + 12px);
  top: calc(50% - -11px);
}

.loading .icon .in {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 8px solid #dee4b1;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  animation: change-border-2 6s linear infinite;
}

.loading .icon .in2 {
  width: 14px;
  height: 14px;
  background: #abba36;
  border-radius: 10px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  animation: change-background-1 6s linear infinite;
}

.loading .round {
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  animation: move2 2s linear infinite;
}

.loading .round-1 {
  left: calc(50% - 90px);
  top: calc(50% - 90px);
}

.loading .round-2 {
  width: 10px;
  height: 10px;
  left: calc(50% - 70px);
  top: calc(50% - 60px);
}

.loading .round-3 {
  width: 15px;
  height: 15px;
  background: #dee4b1;
  left: calc(50% - 90px);
  top: calc(50% - 40px);
  animation: move2 2s linear infinite, change-background-2 6s linear infinite;
}

.loading .round-4 {
  width: 10px;
  height: 10px;
  left: calc(50% + 80px);
  top: calc(50% + 20px);
}

.loading .round-5 {
  background: #abba36;
  left: calc(50% + 70px);
  top: calc(50% + 40px);
  animation: move2 2s linear infinite, change-background-1 6s linear infinite;
}

@keyframes change-background-1 {
  30% {
    background: #1a6bc0;
  }
  60% {
    background: #8897ff;
  }
  100% {
    background: #abba36;
  }
}

@keyframes change-border-1 {
  30% {
    border-color: #1a6bc0;
  }
  60% {
    border-color: #8897ff;
  }
  100% {
    border-color: #abba36;
  }
}

@keyframes change-background-2 {
  30% {
    background: #85baff;
  }
  60% {
    background: #c9d0ff;
  }
  100% {
    background: #dee4b1;
  }
}

@keyframes change-border-2 {
  30% {
    border-color: #85baff;
  }
  60% {
    border-color: #c9d0ff;
  }
  100% {
    border-color: #dee4b1;
  }
}

@keyframes move {
  0% {
    transform: scale(0.8) rotate(0);
  }
  50% {
    transform: scale(0.7) rotate(180deg);
  }
  100% {
    transform: scale(0.8) rotate(360deg);
  }
}

@keyframes move2 {
  0% {
    transform: scale(1) translateY(5px);
  }
  50% {
    transform: scale(0.85) translateY(-5px);
  }
  100% {
    transform: scale(1) translateY(5px);
  }
}

.pagenation {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagenation-item .btn {
  font-size: 1.5rem;
  font-weight: 600;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  margin: 0 5px;
}

.pagenation-item .btn.active {
  background: #fda102;
  color: #fff;
}

.pagenation-item .btn.first {
  background: url(../images/icon/arrow3.svg) no-repeat center;
  background-size: 10px;
}

.pagenation-item .btn.last {
  background: url(../images/icon/arrow3.svg) no-repeat center;
  background-size: 10px;
  transform: rotate(180deg);
}

.pagenation-item .btn.prev {
  background: url(../images/icon/arrow4.svg) no-repeat center;
  background-size: 6px;
  margin-right: 20px;
}

.pagenation-item .btn.next {
  background: url(../images/icon/arrow4.svg) no-repeat center;
  background-size: 6px;
  transform: rotate(180deg);
  background-position: 50% 8px;
  margin-left: 20px;
}

.pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-item {
  margin: 0 6px;
  border-radius: 7px;
  overflow: hidden;
}

.pagination .page-item.last, .pagination .page-item.first {
  filter: brightness(0.1);
}

.pagination .page-item .page-link {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.pagination .page-item.disabled {
  opacity: 0.2;
}

.pagination .page-item.disabled .page-link {
  cursor: default;
}

.pagination .page-item.active {
  background: #fda102;
}

.pagination .page-item.active .page-link {
  color: #fff;
}

.pagination .page-item.first .page-link {
  background: url(../images/icon/arrow3.svg) no-repeat center;
  background-size: 10px;
  background-position: 50% 14px;
  text-indent: -9999px;
  background-size: 14px;
}

.pagination .page-item.last .page-link {
  background: url(../images/icon/arrow3.svg) no-repeat center;
  background-size: 10px;
  transform: rotate(180deg);
  background-position: 50% 14px;
  text-indent: -9999px;
  background-size: 14px;
}

.pagination .page-item.prev .page-link {
  background: url(../images/icon/arrow4.svg) no-repeat center;
  background-size: 6px;
  margin-right: 0;
  text-indent: -9999px;
  background-size: 8px;
}

.pagination .page-item.next .page-link {
  background: url(../images/icon/arrow4.svg) no-repeat center;
  background-size: 6px;
  transform: rotate(180deg);
  background-position: 50% 14px;
  margin-left: 0;
  text-indent: -9999px;
  background-size: 8px;
}

.pagination.lg .page-item .page-link {
  font-weight: 500;
  font-size: 2rem;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-size: 13px 13px;
}

.pagination.lg .page-item.next .page-link {
  background-position: 50% 12px;
}

@media (max-width: 840px) {
  .pagination {
    transform: scale(0.8);
  }
  .pagination .page-item .page-link {
    width: 30px;
    height: 30px;
    line-height: 31px;
  }
  .pagination .page-item.first .page-link, .pagination .page-item.next .page-link, .pagination .page-item.last .page-link {
    background-position: 50% 10px;
  }
}

.save-id {
  font-size: 15px;
  color: #727272;
  height: 0;
  display: block;
  cursor: pointer;
  outline: none;
  border: none;
}

.save-id input {
  position: absolute;
  width: 0;
  height: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}

.save-id input + span {
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1px solid #999;
  border-radius: 4px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  background-image: url(../images/icon/check_sm.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
}

.save-id input:checked + span {
  background-color: #f99d02;
  border-color: #f99d02;
  background-image: url(../images/icon/check_sm_white.svg);
}

.personal-info {
  max-width: 1142px;
  padding-top: 0 !important;
  margin: 145px auto 161px;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 300;
  word-break: keep-all;
}

.personal-info--top {
  height: 60px;
  display: none;
}

.personal-info .content-tit {
  margin-bottom: 60px;
}

.personal-info .content-sub {
  font-size: 3.2rem;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 20px;
}

.personal-info .btn2 {
  color: #fda102;
  font-size: 2.5rem !important;
  margin-top: 50px;
  padding: 0 !important;
  font-weight: 400;
}

.personal-info table {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  border-top: 3px solid #727272;
}

.personal-info table th,
.personal-info table td {
  padding: 18px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #acacac;
  border-right: 1px solid #acacac;
}

.personal-info table th:last-child,
.personal-info table td:last-child {
  border-right: none;
}

@media only screen and (max-width: 580px) {
  .personal-info {
    padding: 0 23px 40px !important;
    position: fixed;
    left: 0;
    top: 60px;
    margin: 0;
    height: calc(100vh - 60px);
    overflow-y: auto;
    font-size: 12px;
    width: 100%;
    word-break: break-all;
  }
  .personal-info--top {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
  .personal-info--top .btn-close {
    width: 20px;
    height: 20px;
    background: url(../images/icon/close.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .personal-info .content-tit {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .personal-info .content-sub {
    font-size: 14px;
    margin-top: 26px;
    margin-bottom: 10px;
  }
  .personal-info .btn2 {
    font-size: 12px !important;
    margin-top: 10px;
  }
  .personal-info table th,
  .personal-info table td {
    padding: 9px;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .todoi-section .wheelchair-slide--item .name {
      line-height: 60px;
    }
    .self-top .input-select {
      line-height: 28px;
    }
    .tab-btn {
      line-height: 58px;
    }
    .card-list--item .add:after {
      padding: 4px 10px 4px 25px;
      background: url(../images/icon/plus.svg) no-repeat 10px 10px;
      background-size: 9px;
    }
    @media only screen and (max-width: 580px) {
      .main-section .btn-lg {
        line-height: 32px;
      }
      .tab-btn {
        line-height: 30px;
      }
      .category-menu--item .btn {
        padding: 8px 3px;
      }
    }
  }
}

.photo-add {
  display: flex;
  align-items: center;
  margin: 20px 0;
  position: relative;
}

.photo-add--wrap {
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  padding: 15px;
}

.photo-add--wrap .label {
  font-size: 2rem;
  margin-left: 30px;
}

.photo-add--wrap .add {
  margin: 0 17px;
}

.photo-add--wrap .info-popup--btn {
  font-size: 1.8rem;
  padding: 0;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  background: none;
}

.photo-add--wrap .img-wrap {
  width: 100px;
  height: 100px;
  background: #f5f5f5;
  border: 1px dashed #acacac;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 120px;
  overflow: hidden;
}

.photo-add--wrap .img-wrap img {
  max-height: 100%;
  max-width: 100%;
}

.photo-add--wrap .info-popup--con {
  left: -15px;
}

.photo-add--wrap .info-popup--con.top:after {
  left: calc(50% - 8px);
}

.photo-add--wrap .info-popup--con img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.photo-add--wrap.type2 {
  border: none;
  border-top: 1px dashed #e2e2e2;
  margin: 30px 0 20px;
  display: flex;
}

.photo-add--wrap.type2 .photo-add {
  flex-direction: column;
  width: 50%;
}

.photo-add--wrap.type2 .photo-add .label {
  margin: 0 10px 0 0;
}

.photo-add--wrap.type2 .photo-add .info-popup--btn {
  width: 24px;
  height: 23px;
  align-items: end;
}

.photo-add--wrap.type2 .photo-add .img-wrap {
  margin: 14px 0 28px;
  width: 205px;
  height: 205px;
  background: #f4f4f4;
  border: 1px solid #ccc;
}

.photo-add--wrap.type2 .photo-add .add {
  padding: 0 40px;
  border-radius: 5px;
  font-size: 2rem;
}

.photo-add--wrap.type2 .photo-add .info-popup--con {
  padding: 36px 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.photo-add--wrap.type2 .photo-add .info-popup--con .tit {
  font-size: 2.5rem;
}

.photo-add--wrap.type2 .photo-add .info-popup--con .con {
  font-size: 1.8rem !important;
}

.photo-add--wrap.type2 .photo-add .info-popup--con img {
  width: 70%;
}

@media (max-width: 840px) {
  .photo-add--wrap.type2 {
    margin: 20px 0;
    padding: 0;
  }
  .photo-add--wrap.type2 .photo-add .img-wrap {
    width: 40vw;
    height: 40vw;
    margin: 14px auto 20px;
  }
  .photo-add--wrap.type2 .photo-add .label {
    font-size: 1.5rem;
  }
  .photo-add--wrap.type2 .photo-add .info-popup--btn {
    font-size: 1.5rem;
    width: 20px;
    height: 20px;
    position: relative;
    top: 1px;
  }
  .photo-add--wrap.type2 .photo-add .info-popup--con {
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    transform: none;
  }
  .photo-add--wrap.type2 .photo-add .info-popup--con .tit {
    font-size: 2rem;
  }
  .photo-add--wrap.type2 .photo-add .info-popup--con .con {
    margin-bottom: 15px;
    font-size: 1.5rem !important;
  }
  .photo-add--wrap.type2 .photo-add .add {
    font-size: 1.5rem;
    padding: 0 20px;
  }
}

@media (max-width: 580px) {
  .photo-add {
    display: block;
    text-align: center;
    text-align: center;
    width: 50%;
    float: left;
  }
  .photo-add--wrap {
    overflow: hidden;
  }
  .photo-add--wrap .label {
    margin-left: 0;
    margin-right: 5px;
  }
  .photo-add--wrap .add {
    margin: 0 10px;
  }
  .photo-add--wrap .add.m-block {
    margin: 10px auto;
  }
  .photo-add--wrap .img-wrap {
    display: flex;
    margin: 10px auto 20px;
    width: 35vw;
    height: 35vw;
  }
  .photo-add--wrap .info-popup--con {
    width: 100vw;
    min-height: 100vh;
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    border-radius: 0;
    text-align: center;
  }
  .photo-add--wrap .info-popup--con .close {
    display: none;
  }
  .photo-add--wrap .info-popup--con .tit {
    margin-bottom: 10px;
  }
  .photo-add--wrap .info-popup--con .con {
    margin-bottom: 30px;
  }
  .photo-add--wrap .info-popup--con .btn-full {
    margin-top: 20px;
  }
}

.subscription-list.type2 .subscription-list--item:nth-child(1) {
  background: url(../images/subscription_bg_3-2.jpg) no-repeat;
  background-size: cover;
}

.subscription-list.type2 .subscription-list--item:nth-child(2) {
  background: url(../images/subscription_bg_1-1.jpg) no-repeat;
  background-size: cover;
}

.subscription-list.type2 .subscription-list--item:nth-child(3) {
  background: url(../images/subscription_bg_4-2.jpg) no-repeat;
  background-size: cover;
}

.subscription-list--item {
  width: 100%;
  height: 60vw;
  background: url(../images/subscription_bg_1.png) no-repeat;
  background-size: cover;
  background-position: center !important;
  margin-bottom: 20px;
  padding: 24px;
  color: #fff;
  line-height: 17px;
  display: flex;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  max-height: 370px;
}

.subscription-list--item:after {
  content: '';
  display: block;
  width: 100%;
  height: 85px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 20px 20px;
}

.subscription-list--item .tit {
  display: block;
  font-size: 2rem;
  position: relative;
  z-index: 1;
}

.subscription-list--item span {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.subscription-list--item .btn {
  position: absolute;
  right: 20px;
  bottom: 27px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  height: 34px;
  font-size: 1.6rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

@media only screen and (max-width: 580px) {
  .subscription-list--item:after {
    height: 70px;
  }
  .subscription-list--item .tit {
    font-size: 1.8rem;
    position: relative;
    top: 0.8rem;
  }
  .subscription-list--item span {
    font-size: 1.4rem;
    margin-bottom: 0px;
    top: 0.3rem;
  }
  .subscription-list--item .btn {
    bottom: 18px;
    font-size: 1.5rem;
  }
}

.sub-list--item {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 1.7rem;
}

.sub-list--item .img-wrap {
  border: 1px solid #d2d2d2;
  border-radius: 15px;
  padding: 15px;
  width: 90px;
  height: 90px;
  position: relative;
}

@media only screen and (max-width: 580px) {
  .sub-list--item .img-wrap {
    width: 70px;
    height: 70px;
    padding: 10px;
  }
  .sub-list--item .img-wrap:after {
    height: 75px;
    right: -30px;
  }
}

.sub-list--item .img-wrap img {
  width: 100%;
  max-height: 100%;
}

.sub-list--item .text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: calc(100% - 110px);
  padding-left: 20px;
  font-size: 2.7rem;
}

.sub-list--item .text .tit {
  font-size: 1.8rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.sub-list--item .text .left {
  color: #666;
}

.sub-list--item .text .right {
  float: right;
  color: #fda102;
}

.sub-list--item .text .bottom {
  margin-top: 10px;
}

.sub-list--item .text .bottom .num-wrap {
  margin: 20px 0 0;
}

.sub-list--item .text .bottom.type2 .left {
  color: #999;
}

.sub-list--item .text .bottom.type2 .right {
  color: #333;
}

@media only screen and (max-width: 580px) {
  .sub-list--item .text {
    width: calc(100% - 80px);
    font-size: 1.8rem;
    padding-left: 10px;
  }
  .sub-list--item .text .tit {
    margin-bottom: 5px;
  }
  .sub-list--item .text .bottom {
    margin-top: 5px;
  }
  .sub-list--item .text .bottom .right {
    font-weight: 600;
  }
}

@media (min-width: 767px) {
  .sub-list--item {
    font-size: 2rem;
  }
  .sub-list--item .text .tit {
    font-size: 2.8rem;
  }
}

.num-wrap {
  display: flex;
}

.num-wrap .input-text {
  margin: 0;
  width: calc(100% - 120px);
}

.num-wrap .btn {
  width: 60px;
  height: 60px;
  border: 1px solid #d2d2d2;
  padding: 0;
  border-radius: 0 !important;
}

.num-wrap .btn-down:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #707070;
}

.num-wrap .btn-up {
  position: relative;
}

.num-wrap .btn-up:before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #707070;
  transform: rotate(90deg);
  position: absolute;
  left: 32%;
  top: 49%;
}

.num-wrap .btn-up:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #707070;
}

.num-wrap .btn.disabled {
  cursor: default;
}

.num-wrap .btn.disabled:after, .num-wrap .btn.disabled:before {
  opacity: 0.3;
}

.num-wrap input {
  border: 1px solid #d2d2d2;
  border-left: none;
  border-right: none;
  border-radius: 0 !important;
  height: 60px !important;
  padding: 0 !important;
  text-align: center;
}

@media only screen and (max-width: 580px) {
  .num-wrap input,
  .num-wrap .btn {
    height: 40px !important;
  }
  .num-wrap .btn {
    width: 40px !important;
  }
  .num-wrap .btn:after {
    width: 15px;
  }
  .num-wrap .btn:before {
    width: 15px;
    top: 48%;
  }
  .num-wrap .input-text {
    width: calc(100% - 80px);
  }
}

.input-select--wrap:not(.type2) {
  margin-top: 10px;
  height: 45px;
}

.input-select--wrap:not(.type2) .input-select {
  height: 35px;
  line-height: 33px;
  color: #707070;
}

.fitting-history {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.fitting-history--item {
  border-bottom: 1px solid #b7b7b7;
  padding: 20px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #4a4a4a;
  display: flex;
  flex-wrap: wrap;
}

.fitting-history--item .date {
  color: #acacac;
  margin-bottom: 10px;
  width: 100%;
}

.fitting-history--item .date:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url(../images/icon/calendar.svg) no-repeat;
  background-size: 100%;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.fitting-history--item .wrap {
  display: flex;
  width: 32%;
  flex-direction: column;
  border-right: 1px solid #eee;
  padding-left: 10px;
}

.fitting-history--item .wrap:nth-child(2) {
  padding-left: 0;
}

.fitting-history--item .wrap:nth-child(3) {
  width: 36%;
}

.fitting-history--item .wrap:nth-child(4) {
  border-right: 0;
}

.fitting-history--item .wrap:nth-child(4) .text {
  padding-right: 0;
}

.fitting-history--item .wrap .text {
  margin: 3px 0;
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
}

.fitting-history--fold {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  margin: 50px 0 20px;
  padding: 10px 0;
  color: #727272;
}

.fitting-history--fold span:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 10px;
  background: url(../images/icon/arrow.svg) no-repeat;
  background-size: 100%;
  margin-left: 5px;
  margin-top: -3px;
  opacity: 0.7;
  position: relative;
  top: 1px;
}

.fitting-history--fold.active span:after {
  transform: rotate(-180deg);
  top: -3px;
}

.fitting-history--fold.active + .fitting-history {
  border-top: 1px solid #b7b7b7;
  max-height: 1000px;
}

.fitting-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fitting-info--item {
  width: 31%;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 30px 12px;
  margin: 7px 0;
}

.fitting-info--item .label {
  font-size: 1.7rem;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

.fitting-info--item .num {
  font-size: 1.8rem;
  color: #000;
  font-weight: 700;
  margin-right: 1px;
}

.fitting-info--item .unit {
  color: #777;
  font-weight: 600;
}

.fitting-info--item .state {
  float: right;
  margin-top: 3px;
  color: #ccc;
}

.fitting-info--item .state:before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 6px solid #ccc;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-right: 1px;
}

.fitting-info--item .state.up {
  color: #fda102;
}

.fitting-info--item .state.up:before {
  border-top: none;
  border-bottom: 6px solid #fda102;
}

.fitting-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fitting-list--item {
  width: 28vw;
  height: 28vw;
  max-width: 170px;
  max-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid #a7a7a7;
  border-radius: 12px;
  margin-bottom: 3vw;
  font-size: 1.6rem;
  color: #727272;
  line-height: 1.2;
}

.fitting-list--item:nth-last-child(1), .fitting-list--item:nth-last-child(2), .fitting-list--item:nth-last-child(3) {
  margin-bottom: 0;
}

.fitting-list--item img {
  width: 60%;
  margin: 5px 0;
  opacity: 0.7;
}

.fitting-list--item span {
  font-weight: 600;
  white-space: nowrap;
}

.fitting-list--item span:last-child {
  color: #000;
  font-size: 1.7rem;
}

.box-bottom {
  font-size: 1.8rem;
  color: #fda102;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  border-top: 1px dashed #e5e5e5;
  padding: 25px;
  margin: 20px 0 -20px;
}

.box-bottom img {
  width: 18px;
  margin-left: 5px;
  margin-top: -3px;
}

.box-bottom .font-color--l-grey {
  font-weight: 400;
}

.box-bottom .btn {
  margin-left: 10px;
  color: #fda102;
  font-size: 16px;
  background: url(../images/icon/arrow5.svg) no-repeat;
  background-size: 8px;
  background-position: 100% 20%;
  padding-right: 10px;
}

@media only screen and (max-width: 580px) {
  .box-bottom {
    font-size: 16px;
    padding: 20px;
    margin: 20px 0 -25px;
  }
}

.center-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  font-weight: 500;
  height: calc(100vh - 220px);
  max-height: 500px;
}

.center-box.h-half {
  height: calc(35vh);
}

.center-box img {
  width: 20vw;
  max-width: 170px;
}

.center-box p {
  margin: 20px 0;
  color: #acacac;
}

.center-box .btn-md {
  width: 50vw;
  max-width: 200px;
  height: 40px;
}

img.w-20 {
  width: 20%;
}

img.w-30 {
  width: 30%;
}

.popup-tab-menu {
  display: flex;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  margin-top: -50px;
}

.popup-tab-menu.type2 {
  margin-bottom: 18px;
  width: 100%;
  left: 0;
}

.popup-tab-menu.type2 .tab {
  background: transparent;
  border-bottom: 1px solid #dcdcdc;
  font-size: 2.8rem;
  height: 70px;
  font-weight: 400;
}

.popup-tab-menu.type2 .tab.active {
  color: #fda102;
  border-bottom: 1px solid #fda102;
  position: relative;
}

.popup-tab-menu.type2 .tab.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #fda102;
  position: absolute;
  left: 0;
  bottom: -3px;
}

@media (max-width: 840px) {
  .popup-tab-menu.type2 {
    margin-bottom: 0;
  }
  .popup-tab-menu.type2 .tab {
    font-size: 1.4rem;
    height: 42px;
  }
  .popup-tab-menu.type2 .tab.active:after {
    height: 2px;
    bottom: -1px;
  }
}

.popup-tab-menu .tab {
  width: 50%;
  font-size: 1.8rem;
  height: 50px;
  background: #f7f7f7;
  border-bottom: 2px solid #ccc;
  color: #acacac;
}

.popup-tab-menu .tab.active {
  background: #fff;
  color: #000;
  border-bottom: 2px solid #fda102;
}

.popup-tab-con {
  display: none;
}

.popup-tab-con.active {
  display: block;
}

.coupon-regist {
  padding: 10px 40px;
  border-bottom: 1px solid #ccc;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}

@media only screen and (max-width: 580px) {
  .coupon-regist {
    padding: 10px 40px 40px;
  }
}

.coupon-regist.type2 {
  border-bottom: none;
  padding: 0 20px;
  margin: 37px 0 32px;
}

.coupon-regist.type2 .input-text input {
  height: 68px;
  padding-right: 175px;
  border-radius: 5px;
}

.coupon-regist.type2 .input-text .btn {
  width: 146px;
  height: 68px;
  border-radius: 0 5px 5px 0;
}

@media (max-width: 840px) {
  .coupon-regist.type2 {
    margin: 27px 0 28px;
    padding: 0 40px 20px;
    border-bottom: 1px solid #ddd;
    width: calc(100% + 50px);
    left: -25px;
  }
  .coupon-regist.type2 .input-text input, .coupon-regist.type2 .input-text .btn {
    height: 41px;
  }
  .coupon-regist.type2 .input-text input {
    padding-right: 75px;
  }
  .coupon-regist.type2 .input-text .btn {
    width: 63px;
  }
}

.coupon-regist .input-text input {
  padding-right: 80px;
}

.coupon-regist .input-text .btn {
  right: 0;
  top: 0;
  height: 45px;
  border-radius: 0 6px 6px 0;
}

.coupon-list {
  padding: 20px;
}

.coupon-list.type2 {
  padding: 1px;
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  width: calc(100% + 15px);
}

.coupon-list.type2::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.coupon-list.type2::-webkit-scrollbar-thumb {
  background-color: #747474;
  border-radius: 20px;
}

.coupon-list.type2::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  border-radius: 20px;
}

.coupon-list.type2 .coupon-wrap {
  margin-bottom: 20px;
}

@media (max-width: 840px) {
  .coupon-list.type2 {
    height: 40vh;
  }
  .coupon-list.type2::-webkit-scrollbar {
    display: none;
  }
}

.coupon-wrap {
  height: 40vw;
  max-height: 200px;
  max-width: 400px;
  margin: 0 auto;
  background: url(../images/paper.svg) no-repeat;
  background-size: 100%;
  display: flex;
  border-radius: 20px;
  padding-bottom: 25px;
}

@media only screen and (max-width: 580px) {
  .coupon-wrap {
    padding-bottom: 5vw;
  }
}

@media (max-width: 375px) {
  .coupon-wrap {
    padding-bottom: 6vw;
  }
}

@media (max-width: 320px) {
  .coupon-wrap {
    height: 39vw;
  }
}

.coupon-wrap.disabled .tit {
  color: #c1c1c1;
}

.coupon-wrap.disabled .price {
  color: #a5a5a5;
}

.coupon-wrap.disabled .date {
  color: #ccc;
}

.coupon-wrap.disabled .img-wrap {
  filter: grayscale(1);
  opacity: 0.5;
}

.coupon-wrap.type2 {
  padding-bottom: 0;
  max-height: 178px;
}

.coupon-wrap.type2 .tit {
  font-size: 1.6rem;
}

.coupon-wrap.type2 .checkbox .label input:checked:after {
  width: calc(100vw - 46px);
  max-width: 392px;
}

.coupon-wrap.type2 .left.check {
  padding: 15px 0 0 50px;
}

.coupon-wrap.type3 {
  background: none;
  border-top: none;
  padding-bottom: 15px;
  height: 20vw;
}

.coupon-wrap.type3 .img-wrap {
  border-left: none;
  width: 45%;
}

.coupon-wrap.type3 .img-wrap img {
  border-right: 1px dashed #ccc;
  padding-right: 30px;
}

.coupon-wrap.type3 .left {
  padding-left: 0;
  width: 55%;
}

.coupon-wrap.type3 .left .tit {
  font-size: 1.6rem;
}

@media only screen and (max-width: 580px) {
  .coupon-wrap.type3 .img-wrap img {
    padding-right: 5vw;
  }
}

.coupon-wrap.type4 {
  position: relative;
  background: none;
  border-top: none;
  padding-bottom: 0;
  height: 164px;
  border: 1px solid #bababa;
  max-width: none;
  border-radius: 0;
  width: 529px;
  margin: 0;
}

.coupon-wrap.type4 .img-wrap {
  border-left: none;
  width: 30%;
  position: relative;
}

.coupon-wrap.type4 .img-wrap img {
  width: 50%;
}

.coupon-wrap.type4 .img-wrap:after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  border-right: 1px dashed #d8d8d8;
  position: absolute;
  right: 0;
  top: 10%;
}

.coupon-wrap.type4 .text {
  width: 70%;
  text-align: left;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.coupon-wrap.type4 .text .tit {
  font-size: 2rem;
  font-weight: 400;
}

.coupon-wrap.type4 .text .price {
  font-size: 3.4rem;
}

.coupon-wrap.type4 .text .date {
  font-size: 1.9rem;
  color: #acacac;
  font-weight: 300;
}

.coupon-wrap.type4 .checkbox {
  width: 100%;
}

.coupon-wrap.type4 .checkbox .label {
  margin-right: 0;
}

.coupon-wrap.type4 .checkbox .label input {
  left: 0;
  top: 0;
}

.coupon-wrap.type4 .checkbox .label input:after {
  width: 506px;
  height: 162px;
  left: -6px;
  top: -5px;
}

.coupon-wrap.type4 .checkbox .label input:checked:after {
  left: -6px;
  top: -5px;
  width: 526px;
  height: 162px;
  background: none;
  border: 2px solid #fda102;
}

@media (max-width: 840px) {
  .coupon-wrap.type4 {
    width: 100%;
    height: 100px;
  }
  .coupon-wrap.type4 .text {
    padding-left: 25px;
  }
  .coupon-wrap.type4 .text .tit, .coupon-wrap.type4 .text .date {
    font-size: 1.3rem;
  }
  .coupon-wrap.type4 .text .price {
    font-size: 2.2rem;
  }
  .coupon-wrap.type4 .img-wrap img {
    max-height: 70px;
  }
  .coupon-wrap.type4 .checkbox .label input {
    width: 100%;
  }
  .coupon-wrap.type4 .checkbox .label input:checked:after {
    width: 100%;
    height: 98px;
    max-width: unset;
  }
}

.coupon-wrap .checkbox .label input + span {
  width: 20px;
  height: 20px;
}

.coupon-wrap .left {
  width: 70%;
  display: flex;
  flex-direction: column;
  padding: 0 20px 0 50px;
  justify-content: center;
  position: relative;
}

.coupon-wrap .left.check {
  padding: 0 20px 0 70px;
}

@media only screen and (max-width: 580px) {
  .coupon-wrap .left {
    padding: 5px 3vw 0 11vw;
  }
  .coupon-wrap .left.check {
    padding: 5px 3vw 0 11vw;
  }
}

.coupon-wrap .img-wrap {
  width: 30%;
  border-left: 1px dashed #dbdbdb;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.coupon-wrap .img-wrap img {
  width: 65%;
  margin-right: 3px;
}

.coupon-wrap .tit {
  font-size: 1.5rem;
  color: #fda102;
}

.coupon-wrap .price {
  font-size: 2.4rem;
  font-weight: 600;
  display: block;
  margin: 8px 0;
}

.coupon-wrap .date {
  font-size: 1.5rem;
  color: #acacac;
}

.coupon-wrap .font-color--red {
  font-size: 1.4rem;
  color: #d91212;
  margin-top: 8px;
  letter-spacing: -0.5px;
}

.coupon-wrap .checkbox {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 140%;
  height: 100%;
}

.coupon-wrap .checkbox .label {
  width: 100%;
  height: 100%;
  padding: 15px;
}

.coupon-wrap .checkbox .label input:checked:after {
  content: '';
  display: block;
  width: 392px;
  height: 177px;
  background: url(../images/paper_active.svg);
  left: -17px;
  top: -17px;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 580px) {
  .coupon-wrap .checkbox .label input:checked:after {
    width: calc(100vw - 94px);
    max-width: 392px;
  }
}

.coupon-wrap .checkbox .label input + span {
  background: url(../images/icon/check_off2.svg) no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  top: 20px;
  left: 25px;
}

@media only screen and (max-width: 580px) {
  .coupon-wrap .checkbox .label input + span {
    left: 15px;
    top: 13px;
    width: 21px;
    height: 21px;
  }
}

.coupon-wrap .checkbox .label input:checked + span {
  background: url(../images/icon/check_on.svg) no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  top: 20px;
  left: 25px;
}

@media only screen and (max-width: 580px) {
  .coupon-wrap .checkbox .label input:checked + span {
    left: 15px;
    top: 13px;
    width: 21px;
    height: 21px;
  }
}

.coupon-wrap.used {
  filter: grayscale(1);
}

.coupon-wrap.used .left .tit {
  color: #c1c1c1;
}

.coupon-wrap.used .left .price {
  color: #a5a5a5;
}

.coupon-wrap.used .left .price .fold-btn {
  width: 16px;
  height: 10px;
  background: url(../images/icon/arrow.svg) no-repeat;
  background-size: 100%;
  opacity: 0.4;
  position: relative;
  top: -3px;
}

.coupon-wrap.used .left .price .fold-btn.active {
  transform: rotate(180deg);
}

.coupon-wrap.used .left .price .fold-btn.active + .fold-con {
  display: block;
}

.coupon-wrap.used .left .price .fold-con {
  font-size: 1.6rem;
  font-weight: 400;
  color: #ccc;
  margin-top: 5px;
  line-height: 1.2;
  word-break: keep-all;
  display: none;
}

.coupon-wrap.used .left .date {
  color: #ccc;
}

.coupon-wrap.used .img-wrap {
  opacity: 0.6;
}

.coupon-wrap.used .img-wrap img {
  width: 40%;
  margin-right: 0;
}

.coupon-wrap.used .img-wrap .badge {
  font-size: 1.5rem;
  display: block;
  background: #8f8f8f;
  color: #fff;
  padding: 6px 6px 4px;
  border-radius: 20px;
  margin-top: 10px;
}

.coupon-wrap.no-coupon {
  background: none;
  font-size: 1.8rem;
  color: #acacac;
  border-top: none;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 580px) {
  .coupon-wrap.no-coupon {
    font-size: 1.7rem;
  }
}

.coupon-btn {
  width: 100%;
  height: 85px;
  border: 1px solid #707070;
  font-size: 2.4rem;
  color: #6f6f6f;
  border-radius: 5px;
  margin-top: 20px;
}

@media (max-width: 840px) {
  .coupon-btn {
    height: 55px;
    font-size: 1.5rem;
  }
}

.button-wrap {
  display: flex;
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
  margin-top: 40px;
}

.button-wrap .btn {
  width: 50%;
  height: 52px;
  font-size: 1.8rem;
}

.button-wrap .btn.cancel {
  background: #f8f8f8;
  border: 1px solid #acacac;
  color: #acacac;
}

.button-wrap .btn.app {
  background: #fda102;
  border: 1px solid #fda102;
  color: #fff;
}

@media only screen and (max-width: 580px) {
  .button-wrap .btn {
    height: 42px;
  }
}

.info-topbox {
  background: #fda102;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  margin-top: -120px;
  padding: 25px 20px;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 300;
}

.info-topbox .name {
  font-weight: 500;
}

.info-topbox .btn-info {
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  color: #fff;
  font-weight: 300;
  font-size: 1.8rem;
}

.info-topbox .btn-info:after {
  content: '';
  display: block;
  width: 6px;
  height: 9px;
  background: url(../images/icon/arrow4.svg) no-repeat;
  background-size: 100%;
  transform: rotate(-180deg);
  margin: -3px 0 0 5px;
  filter: invert(91%) sepia(35%) saturate(0%) hue-rotate(142deg) brightness(111%) contrast(100%);
}

@media only screen and (max-width: 580px) {
  .info-topbox .btn-info {
    font-size: 1.4rem;
  }
}

@media (min-width: 767px) {
  .info-topbox {
    border-radius: 20px;
    margin-top: 30px;
    width: 100%;
    left: 0;
    padding: 40px;
  }
}

#__daum__layer_1,
#__daum__layer_2 {
  width: 100% !important;
  height: 100vh !important;
}

.sub-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.sub-box .img-wrap {
  width: 50%;
  display: flex;
  justify-content: center;
}

.sub-box .img-wrap img {
  width: 110px;
}

.sub-box .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 2;
}

.sub-box .right strong {
  font-size: 2.2rem;
  font-weight: 600;
}

.sub-box .right span {
  font-size: 1.8rem;
  margin-top: -3px;
  color: #727272;
  font-weight: 500;
}

.sub-box .right .btn {
  padding: 0;
  color: #acacac;
  font-size: 1.8rem;
}

.sub-box .right .btn:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/icon/arrow.svg) no-repeat;
  background-size: 100%;
  transform: rotate(-90deg);
  margin: -2px 0 0 4px;
  opacity: 0.6;
}

@media only screen and (max-width: 580px) {
  .sub-box .right .btn {
    font-size: 1.4rem;
  }
  .sub-box .right .btn:after {
    width: 9px;
    height: 9px;
    margin: -1px 0 0 4px;
  }
}

@media only screen and (max-width: 580px) {
  .sub-box {
    margin-bottom: 0;
  }
  .sub-box .img-wrap img {
    width: 70px;
  }
  .sub-box .right {
    line-height: 1.5;
  }
}

.toast-popup {
  width: 90vw;
  max-width: 500px;
  margin: 50px auto;
  background: #fda102;
  color: #fff;
  position: fixed;
  left: 50%;
  bottom: -200px;
  transform: translateX(-50%);
  padding: 25px 20px;
  border-radius: 10px;
  font-size: 1.8rem;
  display: flex;
  transition: all 0.5s;
}

.toast-popup.active {
  bottom: 0;
}

.toast-popup .text {
  position: relative;
}

.toast-popup .text:before {
  content: 'i';
  display: inline-block;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 23px;
  text-align: center;
  border-radius: 20px;
  color: #fda102;
  background: #fff;
  margin-right: 5px;
}

.toast-popup .btn-close {
  width: 11px;
  height: 13px;
  background: url(../images/icon/close_xsm.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 15px;
  top: 15px;
}

.payment-history {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
  margin: 15px 0 0;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  padding: 0px 20px;
  border-bottom: 0 solid #eee;
}

.payment-history.text {
  max-height: unset;
  overflow: visible;
}

.payment-history.text .payment-history--item {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  height: auto;
}

.payment-history.text .payment-history--item .date {
  text-align: left;
  font-size: 1.6rem;
  display: block;
  font-weight: 300;
  color: #202020;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 8px;
}

.payment-history.text .payment-history--item .line {
  text-align: left;
  font-size: 1.6rem;
  color: #202020;
  font-weight: 500;
  padding-top: 8px;
}

.payment-history.text .payment-history--item .line .left {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 70%;
  display: inline-block;
}

@media (min-width: 767px) {
  .payment-history.text .payment-history--item .line .left {
    width: 200px;
  }
}

.payment-history.text .payment-history--item .line .right {
  float: right;
}

.payment-history.text .payment-history--item .line .right strong {
  font-size: 1.8rem;
  font-weight: 600;
  display: inline-block;
  margin-top: -2px;
}

.payment-history--fold {
  width: 100%;
  justify-content: left;
  font-size: 2rem;
  padding: 0;
  background-image: url(../images/icon/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 10px;
  transition: all 0.3s;
}

.payment-history--fold.active {
  margin-bottom: 20px;
  background-image: url(../images/icon/arrow_up.svg);
}

.payment-history--fold.active + .payment-history {
  padding-bottom: 20px;
  max-height: 500px;
  border-bottom: 1px solid #eee;
}

.payment-history--fold span {
  margin: 0 3px;
  display: inline-block;
}

.payment-history--item {
  font-size: 1.8rem;
  text-align: right;
  margin-bottom: 10px;
  color: #727272;
  font-weight: 600;
  height: 20px;
}

.payment-history--item.line {
  border-top: 1px dashed #e3e3e3;
  height: auto;
  margin-top: 20px;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  padding: 20px 20px 0;
}

.payment-history--item:last-child {
  margin-bottom: 0;
}

.payment-history--item .label {
  float: left;
  color: #727272;
  margin-top: 3px;
  font-weight: 500;
}

.payment-history--item .btn {
  height: 25px;
  padding: 0 8px;
  vertical-align: middle;
  margin-left: 3px;
  min-width: 68px;
  line-height: 1.6 !important;
}

.payment-history--item.coupon {
  text-align: left;
  font-size: 1.7rem;
  color: #a8a8a8;
  font-weight: 400;
  position: relative;
  padding-left: 10px;
  height: 16px;
}

.payment-history--item.coupon .right {
  margin-right: 25px;
  float: right;
}

.payment-history--item.coupon .right.type2 {
  margin-right: 0;
}

.payment-history--item.coupon .btn-delete {
  position: absolute;
  background: url(../images/icon/delete2.svg) no-repeat;
  background-size: 100%;
  width: 17px;
  height: 17px;
  top: calc(50% - 9px);
  right: 0;
  opacity: 0.9;
  min-width: auto;
}

@media (max-width: 320px) {
  .payment-history--item.coupon {
    padding-left: 0;
  }
  .payment-history--item.coupon .right {
    margin-right: 70px;
  }
}

.payment-method--item {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
  border-radius: 10px;
  margin-bottom: 15px;
  display: flex;
  font-size: 1.7rem;
}

.payment-method--item img {
  width: 80px;
  border: 1px solid #ddd;
}

.payment-method--item .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  position: relative;
  width: calc(100% - 100px);
}

.payment-method--item .info .name {
  margin-bottom: 5px;
  font-weight: 600;
}

.payment-method--item .info .num {
  color: #909090;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.payment-method--item .info .delete {
  width: 15px;
  height: 20px;
  background: url(../images/icon/delete.svg) no-repeat;
  position: absolute;
  right: -5px;
  top: calc(50% - 10px);
}

.payment-method--item.add {
  border: 1px dashed #aaa;
  box-shadow: none;
  justify-content: center;
  padding: 0;
}

.payment-method--item.add .btn {
  width: 100%;
  font-size: 1.8rem;
  padding: 35px;
}

.tododrive-slide--item {
  overflow: hidden;
}

.tododrive-slide--item img {
  width: 100%;
}

.tododrive-slide .slick-arrow {
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 84px;
  height: 84px;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
  background-size: 100%;
  cursor: pointer;
}

.tododrive-slide .slick-arrow.slick-prev {
  background-image: url(../images/icon/slide_arrow_left.png);
  left: -200px;
}

.tododrive-slide .slick-arrow.slick-next {
  background-image: url(../images/icon/slide_arrow_right.png);
  right: -200px;
}

.video-wrap {
  width: 90%;
}

.video-wrap video {
  width: 100%;
}

.payment-notice {
  font-size: 2rem;
}

.payment-notice .btn-right {
  float: right;
  font-size: 1.8rem;
  color: #717171;
  background: url(../images/icon/arrow_right.svg) no-repeat 100% 35%;
  background-size: 7px;
  padding-right: 15px;
}

.payment-plan {
  position: relative;
}

.payment-plan--item {
  text-align: center;
  width: 100%;
}

.payment-plan--item .wrap {
  margin: 60px 100px;
  padding: 60px 70px;
  font-size: 1.8rem;
  text-align: center;
  box-shadow: 5px 5px 15px rgba(98, 98, 98, 0.16);
  border-radius: 12px;
}

.payment-plan--item .top {
  font-size: 2.6rem;
}

.payment-plan--item .middle {
  font-size: 2.2rem;
  margin: 15px 0 40px;
}

.payment-plan--item .box {
  padding: 15px 100px;
  background: #f8f8f8;
  border-radius: 9px;
  text-align: right;
}

.payment-plan--item .box p {
  margin: 15px 0;
  position: relative;
  height: 30px;
  line-height: 30px;
}

.payment-plan--item .box p.fold-con {
  color: #a8a8a8;
  font-size: 1.6rem;
  margin-top: 20px;
  display: none;
}

.payment-plan--item .box p.fold-con .btn-delete {
  position: absolute;
  background: url(../images/icon/delete2.svg) no-repeat;
  width: 19px;
  height: 19px;
  top: calc(50% - 12px);
}

.payment-plan--item .box p.fold-con.active {
  display: block;
  height: 15px;
  margin-top: 15px;
  line-height: 1;
}

.payment-plan--item .box p.fold-con:last-child {
  margin-top: 8px;
}

.payment-plan--item .box .left {
  float: left;
  margin-top: 7px;
}

.payment-plan--item .box .btn {
  margin-left: 13px;
  font-weight: 300;
  width: 86px;
  padding: 0;
}

.payment-plan--item .box .btn-fold {
  position: absolute;
  top: calc(50% - 6px);
  width: 17px;
  height: 11px;
  opacity: 0.7;
  background: url(../images/icon/arrow_down.svg) no-repeat;
}

.payment-plan--item .box .btn-fold.active {
  transform: rotate(180deg);
}

.payment-plan .slick-list {
  width: 100%;
}

.payment-plan .slick-arrow {
  background-color: transparent;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 72px;
  height: 72px;
  position: absolute;
  top: calc(50% - 36px);
  z-index: 1;
  cursor: pointer;
  border: 1px solid #747474;
  border-radius: 50px;
}

.payment-plan .slick-arrow.slick-prev {
  background-image: url(../images/icon/arrow_right.svg);
  background-position: 55% 50%;
  transform: rotate(-180deg);
  left: 0;
}

.payment-plan .slick-arrow.slick-next {
  background-image: url(../images/icon/arrow_right.svg);
  background-position: 55% 50%;
  right: 0;
}

.pc-payment-history {
  margin: 60px 0;
}

.pc-payment-history--item {
  padding: 40px 70px;
  font-size: 2rem;
  display: flex;
  box-shadow: 5px 5px 15px rgba(98, 98, 98, 0.16);
  margin-bottom: 20px;
  border-radius: 12px;
  align-items: center;
}

.pc-payment-history--item:last-child {
  margin-bottom: 0;
}

.pc-payment-history--item .info {
  display: flex;
  flex-direction: column;
  width: 40%;
}

.pc-payment-history--item .info span {
  color: #acacac;
  margin-top: 13px;
}

.pc-payment-history--item .price {
  width: 20%;
  font-size: 2.2rem;
  font-weight: 600;
}

.pc-payment-history--item .state {
  width: 20%;
  text-align: center;
}

.pc-payment-history--item .date {
  width: 20%;
  text-align: right;
  font-weight: 300;
}

.pc-payment-history--item .text-center {
  width: 100%;
}

.select-list {
  display: flex;
}

.select-list .input-select {
  width: 250px;
  height: 48px;
  line-height: 48px;
  font-size: 2rem;
  margin-right: 12px;
}

.select-list .input-select .list {
  padding: 10px 0;
}

.select-list .input-select .list li {
  padding: 5px 20px;
}

@media (max-width: 840px) {
  .select-list .input-select .list li {
    padding: 0 15px;
  }
}

.user-info-top {
  background: #f8f8f8;
  padding: 76px 0;
  margin: 93px 0 -30px;
}

.user-info-top .top-wrap {
  width: 786px;
  margin: 0 auto;
  font-size: 4rem;
  color: #8e8e8e;
  position: relative;
}

.user-info-top .top-wrap strong {
  font-weight: 600;
}

.user-info-top .top-wrap .btn {
  font-size: 2rem;
  color: #8e8e8e;
  float: right;
  padding: 0 15px 0 0;
  margin-top: 10px;
  background: url(../images/icon/arrow_right.svg) no-repeat;
  background-position: 100% 40%;
  background-size: 8px;
}

.user-info-top + .tit-wrap {
  width: 786px;
}

@media (max-width: 840px) {
  .user-info-top {
    display: none;
  }
  .user-info-top + .tit-wrap {
    width: 100%;
  }
}

.swal-overlay--show-modal .swal-modal {
  border-radius: 20px;
  padding: 30px 36px;
}

.swal-modal {
  max-width: 450px;
}

.swal-title {
  text-align: left;
  font-size: 22px;
  color: #000;
  padding: 0 10px;
  margin: 0 0 48px !important;
}

@media only screen and (max-width: 580px) {
  .swal-title {
    font-size: 20px;
    margin: 0 0 30px !important;
  }
}

.swal-text {
  padding: 0;
  word-break: keep-all;
  color: #000;
  font-size: 20px;
}

@media only screen and (max-width: 580px) {
  .swal-text {
    font-size: 18px;
  }
}

.swal-footer {
  text-align: center;
  padding: 0;
  margin-top: 50px;
}

@media only screen and (max-width: 580px) {
  .swal-footer {
    margin-top: 35px;
  }
}

.swal-button {
  background-color: #fda102 !important;
  height: 60px;
  width: 100%;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
}

@media only screen and (max-width: 580px) {
  .swal-button {
    height: 45px;
    font-size: 18px;
  }
}

.swal-button--cancel {
  background-color: #efefef !important;
}

.swal-button-container {
  width: calc(50% - 10px);
}

.swal-button-container:only-child {
  width: 100%;
}

.swal-button--block {
  width: 100%;
  margin: 0;
}

@media (max-width: 840px) {
  .coupon .m-none {
    display: none;
  }
}

@media (max-width: 840px) {
  .coupon .m-block {
    display: block !important;
  }
}

.agree-list {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.3;
  padding: 0 0 40px 50px;
}

.agree-list--item {
  font-size: 2.3rem;
  color: #acacac;
  margin-right: 5px;
}

.agree-list--item .btn {
  font-size: 2.3rem;
  font-weight: 400;
  color: #acacac;
  position: relative;
  padding: 0;
}

.agree-list--item .btn:hover {
  font-weight: 600;
}

.agree-list--item .btn:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #acacac;
  position: absolute;
  left: 0;
  bottom: 5px;
}

@media only screen and (max-width: 580px) {
  .agree-list {
    padding: 0 0 20px 30px;
  }
  .agree-list--item {
    line-height: 1;
  }
  .agree-list--item .btn {
    font-size: 1.8rem;
  }
  .agree-list--item .btn:after {
    bottom: -1px;
  }
}

.subpay-top {
  position: relative;
  margin-bottom: 24px;
}

.subpay-top .btn-back {
  display: none;
}

.subpay-top--tit {
  font-size: 3.5rem;
  font-weight: 500;
}

.subpay-top--state {
  font-size: 22px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -5px;
}

.subpay-top--state .state {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  margin-right: 12px;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-position: center;
}

.subpay-top--state .state.active {
  background-color: #fda102;
}

.subpay-top--state .state-icon1 {
  background-image: url(../images/icon/paystate1.svg);
}

.subpay-top--state .state-icon2 {
  background-image: url(../images/icon/paystate2.svg);
}

.subpay-top--state .state-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #e6e6e6;
  margin: 0 40px 0 20px;
  position: relative;
}

.subpay-top--state .state-dot:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #e6e6e6;
  position: absolute;
  left: 20px;
}

.subpay-info {
  margin-bottom: 60px;
}

.subpay-info--tit {
  font-size: 26px;
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #262626;
  font-weight: 500;
}

.subpay-info--tit .sub {
  font-size: 20px;
  margin-left: 28px;
  font-weight: 400;
}

.subpay-info--tit.right {
  justify-content: space-between;
}

.subpay-info--con {
  border-bottom: 1px solid #ccc;
  padding: 20px;
}

.subpay-info--input {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.subpay-info--input:last-child {
  margin-bottom: 0;
}

.subpay-info--input .label {
  font-size: 22px;
  width: 140px;
}

.subpay-info--input .label.require:before {
  content: "✱";
  color: #fc5f5f;
  font-size: 1rem;
  position: relative;
  top: -10px;
  margin-right: 2px;
}

.subpay-info--input .label.wd-lg {
  width: 160px;
}

.subpay-info--input .radio.type2 {
  margin-right: 30px;
}

.subpay-info--input .input-text {
  border: 1px solid #bababa;
  width: 546px;
  height: 63px;
  padding: 0 20px;
  font-size: 20px;
  outline: none;
  margin: 5px 0;
}

.subpay-info--input .input-text.wd-371 {
  width: 371px;
}

.subpay-info--input .input-text.readonly {
  background: #e5e5e5;
}

.subpay-info--input .input-text::placeholder {
  color: #9f9f9f;
}

.subpay-info--input .input-text + .btn {
  width: 165px;
  height: 63px;
  font-size: 22px;
  margin-left: 10px;
}

.subpay-info--input .guide {
  margin-left: 25px;
  font-size: 20px;
}

.subpay-info--line {
  border-bottom: 1px dashed #ccc;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  margin: 20px 0;
}

.subpay-info--product {
  display: flex;
  align-items: center;
}

.subpay-info--product .img {
  margin-right: 60px;
}

.subpay-info--product .text {
  text-align: left;
}

.subpay-info--product .text .name {
  font-size: 25px;
}

.subpay-info--product .text .option {
  margin-top: 10px;
  color: #909090;
  font-weight: 300;
  display: flex;
  align-items: flex-start;
  line-height: 1.3;
}

.subpay-info--product .text .option .badge {
  background: #fda102;
  color: #fff;
  padding: 1px 5px 0;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.subpay-info--color {
  width: 31px;
  height: 31px;
  display: block;
  border-radius: 16px;
  margin: 0 auto 10px;
}

.subpay-info--price {
  font-size: 25px;
}

.subpay-info.total .total-info {
  border-top: 2px solid #2e2e2e;
  border-bottom: 2px solid #2e2e2e;
  padding: 26px 10px;
  display: flex;
}

.subpay-info.total .total-info .info-left {
  width: 50%;
}

.subpay-info.total .total-info .info-left h5 {
  font-size: 2.6rem;
  font-weight: 500;
}

.subpay-info.total .total-info .info-left p {
  font-size: 2rem;
  color: #9f9f9f;
  font-weight: 200;
  margin-top: 10px;
}

.subpay-info.total .total-info .info-list {
  width: 50%;
}

.subpay-info.total .total-info .info-list--item {
  font-size: 2rem;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.subpay-info.total .total-info .info-list--item.final {
  margin-bottom: 0;
  padding-top: 18px;
  border-top: 1px solid #ccc;
  font-weight: 500;
  font-size: 2.5rem;
}

.subpay-info.total .total-info .info-list--item.final .label {
  color: #262626;
}

.subpay-info.total .total-submit {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.subpay-info.total .total-submit .btn-primary {
  width: 371px;
  height: 87px;
  font-size: 3rem;
}

.subpay-info.total .total-submit .list {
  margin: 6px 0 0 25px;
}

.subpay-info.total .total-submit .list .btn {
  font-size: 2rem;
  color: #9f9f9f;
  font-weight: 300;
}

.subpay-com {
  text-align: center;
  border-top: 2px solid #2e2e2e;
  border-bottom: 2px solid #2e2e2e;
  padding: 60px 0;
}

.subpay-com .text {
  font-size: 26px;
  margin-top: 20px;
  line-height: 1.5;
}

.subpay-com .text.sub {
  font-size: 20px;
  color: #868686;
}

.subpay-state {
  background: #fafafa;
  padding: 70px;
  margin-top: 48px;
}

.subpay-state--item {
  display: inline-block;
  width: 24%;
  position: relative;
}

.subpay-state--item:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon/arrow.svg) no-repeat;
  transform: rotate(-90deg);
  position: absolute;
  right: 0;
  top: 30px;
}

.subpay-state--item:last-child:after {
  display: none;
}

.subpay-state--item .tit {
  font-size: 24px;
  margin: 20px 0 14px;
}

.subpay-state--item .sub {
  font-size: 20px;
  line-height: 1.3;
}

.subpay-check {
  margin: 40px 0;
}

.subpay-check--item {
  padding-left: 44px;
  position: relative;
  line-height: 1.3;
  word-break: keep-all;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.subpay-check--item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.subpay-check--item .checkbox {
  position: absolute;
  left: 0;
  top: 5px;
}

.subpay-check--item .text {
  font-size: 2.4rem;
}

.subpay-check--item .sub {
  font-size: 2rem;
  font-weight: 200;
  margin-top: 10px;
}

.subpay-check--item img {
  position: absolute;
  right: 0;
  top: 5px;
}

.subpay-check--wrap {
  text-align: left;
}

.subpay-check--top {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 840px) {
  .subpay-top {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    background: #fff;
    height: 58px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    border-bottom: 1px solid #f5f6f8;
  }
  .subpay-top .btn-back {
    display: block;
    width: 18px;
    height: 10px;
    background: url(../images/icon/arrow.svg) no-repeat;
    background-size: 100%;
    transform: rotate(90deg);
    position: absolute;
    left: 20px;
    top: 22px;
  }
  .subpay-top--tit {
    font-size: 1.8rem;
  }
  .subpay-top--state {
    display: none;
  }
  .subpay-top--state.v-mobile {
    display: flex;
    top: 70px;
    right: 24px;
    font-size: 1.3rem;
  }
  .subpay-top--state.v-mobile .state {
    width: 23px;
    height: 23px;
    background-size: 11px;
    margin-right: 6px;
  }
  .subpay-top--state.v-mobile .state-dot {
    width: 4px;
    height: 4px;
    margin: 0 20px 0 10px;
  }
  .subpay-top--state.v-mobile .state-dot:after {
    width: 4px;
    height: 4px;
    left: 10px;
  }
  .subpay-info {
    border-top: 6px solid #f5f6f8;
    margin-bottom: 0;
  }
  .subpay-info--tit {
    font-size: 1.5rem;
    padding: 14px 24px;
    font-weight: 600;
    border-color: #ddd;
  }
  .subpay-info--tit .sub {
    font-size: 1.2rem;
    margin-left: 20px;
  }
  .subpay-info--tit .checkbox.sm .label {
    width: 13px !important;
    height: 13px !important;
    margin-right: 7px;
  }
  .subpay-info--tit .checkbox.sm .label input + span {
    width: 13px !important;
    height: 13px !important;
    background-size: 9px !important;
  }
  .subpay-info--tit .checkbox.sm .text {
    font-size: 1.3rem;
  }
  .subpay-info--con {
    padding: 14px 24px;
    border-bottom: none;
  }
  .subpay-info--line {
    margin: 14px 0;
  }
  .subpay-info--input {
    margin-bottom: 0;
  }
  .subpay-info--input .label {
    width: 75px !important;
    font-size: 1.3rem;
  }
  .subpay-info--input .label.require::before {
    content: "*";
    font-size: 1.5rem;
    top: 0;
  }
  .subpay-info--input .radio.type2 {
    margin-right: 10px;
  }
  .subpay-info--input .radio.type2 input + span {
    transform: scale(0.6);
    margin-right: -13px;
  }
  .subpay-info--input .radio.type2 .text {
    font-size: 1.3rem;
    top: -6px;
  }
  .subpay-info--input .input-text {
    width: calc(100% - 75px);
    height: 34px;
    font-size: 1.3rem;
    padding: 0 10px;
  }
  .subpay-info--input .input-text + .btn {
    width: 76px;
    font-size: 1.3rem;
    height: 34px;
    margin-left: 5px;
  }
  .subpay-info--input .input-text.wd-371 {
    width: calc(100% - 155px);
  }
  .subpay-info--input .guide {
    display: none;
  }
  .subpay-info--product {
    padding: 20px 20px 10px;
  }
  .subpay-info--product .img {
    margin-right: 30px;
    width: 55px;
  }
  .subpay-info--product .text .name {
    font-size: 1.4rem;
  }
  .subpay-info--product .text .option {
    font-size: 1.3rem;
  }
  .subpay-info--product .text .option .badge {
    top: 1px;
  }
  .subpay-info--product .text .option .color {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    top: 2px;
  }
  .subpay-info--product + .final {
    margin: 0 20px 16px 110px;
    padding-top: 20px;
    font-size: 1.4rem;
    border-top: 1px dashed #ddd;
  }
  .subpay-info--product + .final .price {
    margin-left: 10px;
    font-weight: 500;
  }
  .subpay-info--radio {
    padding: 11px 24px 10px;
    border-bottom: 1px solid #ddd;
  }
  .subpay-info--radio:last-child {
    border-bottom: none;
  }
  .subpay-info--radio .radio.type2 input + span {
    transform: scale(0.8);
  }
  .subpay-info--radio .radio.type2 .text {
    font-size: 1.3rem;
    top: -5px;
    left: -5px;
  }
  .subpay-info--radio .card-list.type4 {
    padding: 20px 0 0 0;
    margin-top: 14px;
    width: calc(100% + 48px);
    position: relative;
    left: -24px;
    border-top: 1px dashed #ddd;
  }
  .subpay-info--radio .card-list.type4 .card-list--item .card-add {
    width: 60vw;
    height: 37.9vw;
  }
  .subpay-info--radio .card-list.type4 .card-list--item .card-add p {
    font-size: 1.4rem;
  }
  .subpay-info--radio .card-list.type4 .card-list--item .img-wrap {
    width: 60vw;
    min-width: 180px;
  }
  .subpay-info--radio .card-list.type4 .card-list--item .input-select {
    width: 60vw;
    height: 27px;
    font-size: 1.3rem;
    background-size: 10px;
  }
  .subpay-info--radio .card-list.type4 .card-list--item .text-wrap {
    width: 60vw;
    font-size: 1.3rem;
  }
  .subpay-info--radio .card-list.type4 .card-list--item .text-wrap .ellipsis {
    width: 65%;
    margin-right: 5px;
  }
  .subpay-info--radio .card-list.type4 .card-list--item .text-wrap .type:after {
    height: 11px;
  }
  .subpay-info--radio .card-list--count {
    text-align: center;
    font-size: 1.2rem;
  }
  .subpay-info.total .total-info {
    border: none;
    flex-direction: column;
    padding: 0;
  }
  .subpay-info.total .total-info .info-left {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    padding: 14px 24px;
    border-bottom: 1px solid #ddd;
  }
  .subpay-info.total .total-info .info-left h5 {
    font-size: 1.5rem;
  }
  .subpay-info.total .total-info .info-left p {
    font-size: 1.3rem;
    margin-top: 1px;
    color: #262626;
    font-weight: 400;
  }
  .subpay-info.total .total-info .info-list {
    width: 100%;
    padding: 14px 24px 18px;
    border-bottom: 6px solid #f5f6f8;
  }
  .subpay-info.total .total-info .info-list--item {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .subpay-info.total .total-info .info-list--item.final {
    font-size: 1.4rem;
    border-top: none;
    padding-top: 5px;
  }
  .subpay-info.total .total-submit {
    flex-direction: column;
    margin-top: 0;
  }
  .subpay-info.total .total-submit .btn-primary {
    width: calc(100% - 48px);
    height: 44px;
    font-size: 1.5rem;
    margin: 30px auto 0;
    display: flex;
    border-radius: 4px;
  }
  .subpay-info.total .section-fold .checkbox.sm .label {
    left: -10px;
  }
  .subpay-info.total .section-fold .checkbox.sm .text {
    font-weight: 600;
  }
  .subpay-info.total .check-wrap {
    margin: 14px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .subpay-info.total .check-wrap .label {
    width: auto !important;
  }
  .subpay-info.total .check-wrap .label .text {
    margin-left: 25px;
  }
  .subpay-info.total .check-wrap .label input + span {
    transform: scale(0.85);
  }
  .subpay-info.total .check-wrap .label input:checked ~ .text {
    color: #fda102;
  }
  .subpay-com {
    margin: 108px 24px 0;
    padding: 50px 0 30px;
  }
  .subpay-com img {
    width: 62px;
  }
  .subpay-com .text {
    font-size: 1.5rem;
    word-break: keep-all;
  }
  .subpay-com .text.sub {
    font-size: 1.3rem;
    word-break: keep-all;
  }
  .subpay-state {
    margin-top: 24px;
    padding: 21px 10px;
    display: flex;
  }
  .subpay-state--item {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .subpay-state--item:last-child {
    margin-bottom: 0;
  }
  .subpay-state--item:after {
    transform: rotate(-90deg) scale(0.6);
    right: -10px;
    top: 10px;
  }
  .subpay-state--item img {
    width: 35px;
  }
  .subpay-state--item .tit {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 10px 0 0;
  }
  .subpay-state--item .sub {
    display: none;
  }
  .subpay-check {
    margin: 30px 0;
  }
  .subpay-check--wrap {
    max-height: calc(90vh - 40px);
    height: auto;
    overflow: auto;
  }
  .subpay-check--wrap::-webkit-scrollbar {
    display: none;
  }
  .subpay-check--top {
    font-size: 2.6rem;
  }
  .subpay-check--item {
    padding-left: 30px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .subpay-check--item .text {
    font-size: 1.5rem;
  }
  .subpay-check--item .sub {
    font-size: 1.3rem;
    margin-top: 5px;
    font-weight: 300;
  }
  .subpay-check--item .checkbox {
    top: 2px;
  }
  .subpay-check--item img {
    width: 30px;
    top: 0;
  }
}

.table-form {
  width: 100%;
  border-top: 2px solid #2e2e2e;
  border-bottom: 1px solid #ccc;
}

.table-form th {
  font-size: 22px;
  padding: 20px 10px 18px;
  text-align: center;
  border-bottom: 1px solid #696969;
}

.table-form td {
  padding: 30px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}

.card-info--wrap {
  background: #f7f7f7;
  border-radius: 5px;
  margin: 35px 0 40px;
}

.card-info--wrap .row, .card-info--wrap .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.card-info--wrap .row.col-2, .card-info--wrap .col.col-2 {
  flex-direction: row;
  padding: 0;
}

.card-info--wrap .row.col-2 .col, .card-info--wrap .col.col-2 .col {
  width: 37%;
  border-right: 1px solid #e6e6e6;
  padding: 28px 39px;
}

.card-info--wrap .row.col-2 .col:last-child, .card-info--wrap .col.col-2 .col:last-child {
  width: 63%;
  border-right: none;
}

.card-info--wrap .row label, .card-info--wrap .col label {
  font-size: 2.2rem;
}

.card-info--wrap .row .input-text, .card-info--wrap .col .input-text {
  font-family: 'Apple SD Gothic Neo', sans-serif;
  width: 100%;
  border: none;
  background: transparent;
  font-size: 2.2rem;
  font-weight: 400;
  outline: none;
  margin-bottom: 0;
  letter-spacing: 0;
}

.card-info--wrap .row .input-text::placeholder, .card-info--wrap .col .input-text::placeholder {
  color: #cecece;
  font-weight: 300;
}

.card-info--wrap .row .input-text[type=number], .card-info--wrap .col .input-text[type=number] {
  letter-spacing: 2px;
}

.card-info--wrap .row .input-text[type=number]::-webkit-outer-spin-button, .card-info--wrap .row .input-text[type=number]::-webkit-inner-spin-button, .card-info--wrap .col .input-text[type=number]::-webkit-outer-spin-button, .card-info--wrap .col .input-text[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.card-info--wrap .row .input-text[type=number]::placeholder, .card-info--wrap .col .input-text[type=number]::placeholder {
  letter-spacing: 0;
}

.card-info--wrap .row {
  border-bottom: 1px solid #e6e6e6;
  padding: 28px 39px;
}

.card-info--wrap .row:last-child {
  border-bottom: none;
}

.card-info--number {
  display: flex;
  align-items: center;
}

.card-info--number .input-text {
  width: 55px !important;
  position: relative;
}

.card-info--number .hyphen {
  font-size: 1.8rem;
  margin: 0 20px;
  display: block;
  position: relative;
  top: 4px;
}

@media (max-width: 840px) {
  .card-info--wrap {
    margin: 20px 0;
    border-radius: 20px;
  }
  .card-info--wrap .row label, .card-info--wrap .col label {
    font-size: 1.5rem;
  }
  .card-info--wrap .row {
    padding: 22px 30px 18px;
  }
  .card-info--wrap .row.col-2 {
    flex-direction: column;
  }
  .card-info--wrap .row.col-2 .col {
    width: 100% !important;
    padding: 22px 30px 18px;
    border-bottom: 1px solid #e6e6e6;
  }
  .card-info--wrap .row.col-2 .col:last-child {
    border-bottom: none;
  }
  .card-info--wrap .row .input-text {
    font-size: 1.8rem;
  }
  .card-info--wrap .card-info--number .hyphen {
    margin: 0 5px;
  }
}

.my-wrap {
  display: flex;
}

.my-wrap .tit-wrap {
  display: none;
}

.my-menu {
  width: 276px;
  margin-right: 30px;
}

.my-menu--tit {
  font-size: 3.5rem;
  font-weight: 400;
}

.my-menu--list {
  margin: 16px 0;
  padding: 39px 0;
  border-top: 2px solid #262626;
  border-bottom: 2px solid #262626;
}

.my-menu--item {
  margin-bottom: 38px;
  font-size: 2.7rem;
  font-weight: 200;
}

.my-menu--item.active {
  font-weight: 600;
}

.my-menu--item:last-child {
  margin-bottom: 0;
}

.my-menu .logout {
  font-size: 2.4rem;
  color: #959595;
  padding: 0;
  font-weight: 200;
  margin-top: 10px;
}

.my-con {
  width: calc(100% - 276px);
  border-top: 2px solid #262626;
  margin-top: 51px;
  position: relative;
}

.my-con .user-select {
  position: absolute;
  left: 0;
  top: -57px;
}

.my-con .user-select .btn {
  padding: 0 27px;
  border: 1px solid #d5d5d5;
  color: #b9b9b9;
  font-size: 2.2rem;
  height: 43px;
  border-radius: 4px;
  margin-right: 10px;
}

.my-con .user-select .btn.active {
  color: #727272;
  border-color: #707070;
}

.my-con .section {
  border-bottom: 1px solid #bfbfbf;
}

.my-con .section-tit {
  font-size: 2.8rem;
  padding: 31px 0 30px 40px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #e2e2e2;
}

.my-con .section-tit .btn {
  font-size: 2.4rem;
}

.my-con .section-tit .sub {
  font-size: 2.4rem;
  font-weight: 300;
  margin-left: 30px;
}

.my-con .section-tit.border-none {
  padding-bottom: 0;
}

.my-con .section .radio-list--wrap {
  border-top: none;
  margin: 31px 0 25px;
  padding: 0 40px;
  width: 100%;
  left: 0;
}

.my-con .section p.p-t--10 {
  position: relative;
  margin-bottom: 5px;
}

.my-con .section p.p-t--10:after {
  content: "";
  display: block;
  width: calc(100% + 80px);
  left: -40px;
  height: 1px;
  border-bottom: 1px dashed #e2e2e2;
  position: absolute;
  bottom: -115px;
}

.my-con .section p.p-t--10:nth-last-child(2):after {
  display: none;
}

.my-con .section .radio-list {
  margin-bottom: 50px;
}

.my-con .section .radio-list:last-child {
  margin-bottom: 0;
}

.my-con .section .radio-list:before {
  font-size: 2.4rem;
  color: #262626;
  font-weight: 200;
  margin-top: 5px;
}

.my-con .section .radio-list--item:first-child:after {
  left: 12px;
}

.my-con .section .radio-list--item:after {
  font-size: 2.4rem !important;
  color: #262626;
  font-weight: 200;
  right: 10px !important;
  margin-top: 5px;
}

.my-con .section .radio-list .radio input + span {
  width: 34px;
  height: 34px;
  border-radius: 20px;
  margin-top: -5px;
}

.my-con .section .radio-list .radio input:checked + span {
  background: #fff;
  position: relative;
}

.my-con .section .radio-list .radio input:checked + span:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 20px;
  background: #afafaf;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 1;
}

.my-con .section.top-border {
  border-top: 2px solid #262626;
}

.my-con .section.bottom-border {
  border-bottom: 2px solid #262626;
}

.my-con .section .input-wrap {
  padding: 10px 40px 25px;
}

.my-con .section .input-wrap p {
  font-weight: 500;
}

.my-con .section .input-wrap .input-switch {
  top: calc(50% - 28px);
  right: 120px;
}

.my-con .section .section-fold {
  width: 100%;
  font-size: 2.8rem;
  padding: 34px 40px;
  justify-content: flex-start;
  position: relative;
}

.my-con .section .section-fold:after {
  content: "";
  display: block;
  width: 22px;
  height: 13px;
  background: url(../images/icon/arrow_down2.svg) no-repeat center;
  background-size: 22px;
  position: absolute;
  right: 40px;
  top: calc(50% - 6px);
}

.my-con .section .section-fold.active:after {
  transform: rotate(180deg);
}

.my-con .section .section-fold.active + .section-fold--con {
  display: block;
}

.my-con .section .section-fold + .section-fold--con {
  display: none;
}

.my-con .section .table {
  width: 100%;
  font-size: 2.2rem;
}

.my-con .section .table th {
  font-weight: 400;
  padding: 17px 10px;
  border-bottom: 1px solid #ddd;
}

.my-con .section .table td {
  text-align: center;
  padding: 17px 10px;
  border-bottom: 1px solid #ccc;
}

.my-con .section .table td .btn {
  border-radius: 8px;
  font-weight: 400;
}

.my-con .section .table .border-dashed td {
  border-bottom: 1px dashed #ccc;
}

.my-con .section .coupon-regist {
  margin: 0;
}

.my-con .section .coupon-regist .input-text {
  display: flex;
  align-items: center;
}

.my-con .section .coupon-regist .input-text input {
  width: 613px;
  height: 63px;
  border-radius: 0;
  font-size: 2.5rem;
}

.my-con .section .coupon-regist .input-text .btn {
  border-radius: 0;
  background-color: #4a4a4a;
  position: relative;
  height: 63px;
  margin-left: 8px;
  font-size: 2.4rem;
  padding: 0 10px;
}

.my-con .section .popup-tab-menu .tab {
  width: auto;
  background: transparent;
  border: none;
  font-size: 2.8rem;
  margin: 27px 30px;
  height: auto;
  position: relative;
}

.my-con .section .popup-tab-menu .tab:first-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  background: #707070;
  position: absolute;
  right: -30px;
  top: 3px;
}

.my-con .section .coupon-list {
  padding: 20px 10px 20px 30px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.my-con .section .coupon-list .coupon-wrap {
  width: calc(50% - 20px);
  margin-right: 20px;
}

.my-con .section .coupon-list .coupon-wrap .img-wrap {
  width: 38%;
}

.my-con .section .coupon-list .coupon-wrap .img-wrap img {
  margin-right: 0;
}

.my-con .section .coupon-list .coupon-wrap .text {
  width: 62%;
}

.my-con .section .coupon-list .coupon-wrap.used .img-wrap {
  opacity: .5;
}

.my-con .section .coupon-list .coupon-wrap.used .img-wrap img {
  width: 50%;
}

.my-con .section .coupon-list .coupon-wrap.used .text .tit, .my-con .section .coupon-list .coupon-wrap.used .text .price, .my-con .section .coupon-list .coupon-wrap.used .text .date {
  color: #bababa;
}

.my-con .section .fitting-list {
  margin-bottom: 10px;
  position: relative;
}

.my-con .section .fitting-list:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e2e2e2;
  position: absolute;
  left: 0;
  bottom: 95px;
}

.my-con .section .fitting-list--item {
  border: none;
  width: 33.33%;
  height: 95px;
  max-width: unset;
  margin-bottom: 0;
  flex-direction: row;
  position: relative;
}

.my-con .section .fitting-list--item:after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  border-right: 1px dashed #e2e2e2;
  position: absolute;
  right: 0;
  top: 16px;
}

.my-con .section .fitting-list--item:nth-child(3n):after {
  display: none;
}

.my-con .section .fitting-list--item img {
  width: 48px;
}

.my-con .section .fitting-list--item .text {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.my-con .section .fitting-list--item .text span {
  font-weight: 400;
  font-size: 2rem;
}

.my-con .section .fitting-list--item .text span:last-child {
  font-size: 2.2rem;
}

.my-con .section-fold--con {
  padding: 39px 40px;
}

.my-con .section-fold--con.p--0 {
  padding: 32px 0 !important;
}

.my-con .section-fold--con.p--0.type2 {
  padding: 0 !important;
}

.my-con .payment-notice {
  font-size: 2.3rem;
}

.my-con .payment-plan--item .wrap {
  margin: 26px 0;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #bababa;
  padding: 30px 60px 15px;
  text-align: left;
}

.my-con .payment-plan--item .wrap .top {
  font-weight: 600;
}

.my-con .payment-plan--item .wrap .box {
  background: transparent;
  padding: 0;
  font-size: 2.4rem;
}

.my-con .payment-plan--item .wrap .box p {
  margin: 25px 0;
  font-weight: 500;
}

.my-con .payment-plan--item .wrap .box p .left {
  font-weight: 300;
  margin-top: 0;
}

.my-con .payment-plan--item .wrap .box p .left .btn-xxsm {
  border-radius: 5px;
  position: relative;
  top: -3px;
}

.my-con .payment-plan--item .wrap .box .fold-con {
  font-size: 2.4rem;
  color: #7b7b7b;
}

.my-con .payment-plan--item .wrap .box .fold-con.m-b--30 {
  margin-bottom: 40px !important;
}

.my-con .payment-plan--item .wrap .box .fold-con .btn-delete {
  top: calc(50% - 7px);
}

.my-con .payment-plan--item .wrap .box .final {
  margin-top: 30px;
  padding-top: 20px;
  position: relative;
}

.my-con .payment-plan--item .wrap .box .final:after {
  content: "";
  display: block;
  width: calc(100% + 80px);
  height: 1px;
  position: absolute;
  left: -40px;
  top: 0px;
  background: #bfbfbf;
}

.my-con .select-list .input-select {
  width: 228px;
  border-radius: 0;
}

.my-con .table-form {
  margin: 22px 0 35px;
}

.my-con .table-form th {
  font-size: 2.4rem;
  padding: 18px 10px;
  font-weight: 400;
}

.my-con .table-form td {
  font-size: 2rem;
  padding: 21px 10px;
}

.my-con .table-form td.text-left {
  text-align: left;
}

.my-con .table-form.type2 {
  margin: 0;
  border: none;
}

.my-con .table-form.type2 th {
  border-top: 1px dashed #e2e2e2;
  border-bottom: 1px solid #969696;
  padding: 16px 10px;
}

.my-con .table-form.type2 td {
  border-bottom: 1px solid #bfbfbf;
  font-size: 2rem;
  padding: 20px 10px;
}

.my-con .table-form.type2 td strong {
  font-weight: 600;
}

.my-con .table-form.type2 tr:last-child td {
  border-bottom: none;
}

.my-con .popup-tab-menu {
  margin-top: 0;
  width: 100%;
  left: 0;
}

.my-con .popup-tab-menu .tab {
  font-size: 1.6rem;
  height: 42px;
}

@media (max-width: 840px) {
  .my-con .payment-plan {
    margin: 0 24px;
  }
  .my-con .payment-plan .wrap {
    padding: 27px 19px 24px 19px;
  }
  .my-con .payment-plan .wrap .fold-btn {
    padding: 0;
    font-size: 1.6rem;
    width: 100%;
    position: relative;
    justify-content: flex-start;
  }
  .my-con .payment-plan .wrap .fold-btn:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/icon/arrow_down.svg) no-repeat center/10px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .my-con .payment-plan .wrap .fold-btn.active + .box {
    display: block;
  }
  .my-con .payment-plan .wrap .fold-btn.active:after {
    transform: rotate(-180deg);
  }
  .my-con .payment-plan .wrap .box {
    display: none;
    margin-bottom: 30px;
    position: relative;
  }
  .my-con .payment-plan .wrap .box:after {
    content: "";
    display: block;
    width: calc(100% + 38px);
    height: 1px;
    position: absolute;
    left: -19px;
    bottom: -10px;
    background: #e3e3e3;
  }
  .my-con .payment-plan .wrap .box p {
    font-size: 1.3rem;
    margin: 7px 0;
    font-weight: 500;
  }
  .my-con .payment-plan .wrap .box p .left {
    font-weight: 500;
  }
  .my-con .payment-plan .wrap .box p .left .btn-xxsm {
    font-size: 1.3rem;
    width: auto;
    height: 20px;
    padding: 0 10px;
    top: -1px;
    left: -1px;
    border-radius: 3px;
    border-color: #aaa;
  }
  .my-con .payment-plan .wrap .box p.fold-con {
    font-size: 1.3rem;
    padding-left: 10px;
  }
  .my-con .payment-plan .wrap .box p.fold-con.m-b--30 {
    margin-bottom: 10px !important;
  }
  .my-con .payment-plan .wrap .final {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 20px;
    word-break: keep-all;
    line-height: 1.3;
    letter-spacing: -.2px;
  }
  .my-con .select-list {
    justify-content: center;
    margin: 30px 0;
  }
  .my-con .select-list .input-select {
    width: 45%;
    height: 34px;
    font-size: 1.4rem;
    line-height: 34px;
    margin: 0 5px;
  }
  .my-con .pay-history {
    margin-bottom: 20px;
  }
  .my-con .pay-history--item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #b7b7b7;
    padding: 18px 24px;
  }
  .my-con .pay-history--item .top {
    font-size: 1.3rem;
    color: #acacac;
    margin-bottom: 12px;
  }
  .my-con .pay-history--item .bottom {
    font-size: 1.4rem;
    color: #4a4a4a;
    font-weight: 600;
  }
  .my-con .pay-history--item .top, .my-con .pay-history--item .bottom {
    display: flex;
    justify-content: space-between;
  }
  .my-con .popup-tab-menu.type2 {
    border-top: 6px solid #f5f6f8;
  }
  .my-con .popup-tab-menu.type2 .tab {
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
  }
  .my-con .popup-tab-menu.type2 .tab.active {
    color: #fda102;
    border-bottom: 2px solid #fda102;
  }
  .my-con .sub-ing {
    border-top: 6px solid #f5f6f8;
    display: flex;
    padding: 14px 30px;
    align-items: center;
    color: #fda102;
    font-size: 1.3rem;
  }
  .my-con .sub-ing strong {
    font-weight: 600;
    margin: 0 3px;
  }
  .my-con .sub-ing img {
    width: 23px;
    margin-right: 10px;
  }
  .my-con .section {
    border-top: 1px solid #f5f6f8;
  }
  .my-con .section-tit {
    font-size: 1.5rem;
    padding: 19px 24px 18px;
  }
  .my-con .section-tit .btn {
    font-size: 1.3rem;
  }
  .my-con .section-tit .sub {
    font-size: 1.3rem;
    margin-left: 10px;
    letter-spacing: -.5px;
  }
  .my-con .section-tit.border-none {
    margin-top: 50px;
  }
  .my-con .section-tit strong {
    font-weight: 600;
  }
  .my-con .section-tit .font-color--primary img {
    width: 6px;
    margin-right: -10px;
  }
  .my-con .section-tit.m-border--none {
    border: none;
  }
  .my-con .section.bottom-border {
    border-bottom: none;
  }
  .my-con .section .section-fold {
    font-size: 1.6rem;
    padding: 18px 24px;
  }
  .my-con .section .section-fold:after {
    width: 10px;
    height: 14px;
    background-size: 16px;
    right: 24px;
    top: calc(50% - 7px);
  }
  .my-con .section .section-fold.m-border--dashed {
    border-bottom: 1px dashed #e2e2e2;
  }
  .my-con .section .my-input {
    margin: 15px 0;
  }
  .my-con .section .my-input--item {
    padding: 0 24px;
  }
  .my-con .section .my-input--item label {
    font-size: 1.3rem;
    width: 20%;
  }
  .my-con .section .my-input--item .input-text {
    width: 80%;
    font-size: 1.3rem;
    height: 34px;
    padding: 0 10px;
  }
  .my-con .section .my-input--item .input-text.btn-exist {
    width: 60%;
  }
  .my-con .section .my-input--item .input-text.btn-exist + .btn {
    width: 20%;
    height: 34px;
    font-size: 1.3rem;
    margin-left: 3px;
  }
  .my-con .section .my-input--item .input-select {
    width: 80%;
    font-size: 1.3rem;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
  }
  .my-con .section .my-input--item .input-select::after {
    right: 15px;
    width: 5px;
    height: 5px;
    margin-top: -5px;
  }
  .my-con .section .input-wrap {
    padding: 10px 24px 15px;
  }
  .my-con .section .input-wrap .input-switch {
    top: calc(50% - 18px);
    right: 24px !important;
  }
  .my-con .section .input-wrap.border-bottom {
    border-bottom: 1px solid #f5f6f8;
  }
  .my-con .section .radio-list {
    margin-bottom: 20px;
  }
  .my-con .section .radio-list--wrap {
    padding: 20px 26px;
    margin: 0;
  }
  .my-con .section .radio-list .radio input + span {
    width: 17px;
    height: 17px;
  }
  .my-con .section .radio-list .radio input:checked + span:after {
    width: 11px;
    height: 11px;
    left: 2px;
    top: 2px;
  }
  .my-con .section .radio-list--item:first-child:after {
    left: 5px;
    top: 15px;
    font-size: 1.2rem !important;
  }
  .my-con .section .radio-list--item:last-child:after {
    right: 5px !important;
    top: 15px;
    font-size: 1.2rem !important;
  }
  .my-con .section .radio-list:after {
    top: 23px;
  }
  .my-con .section .radio-list:before {
    font-size: 1.2rem;
    top: 33px;
  }
  .my-con .section p.p-t--10:after {
    bottom: -80px;
  }
  .my-con .section .popup-tab-menu.m-top {
    position: absolute;
    left: 0;
    top: 0;
  }
  .my-con .section .popup-tab-menu.m-top .tab {
    width: 50%;
    background: #f7f7f7;
    border-bottom: 2px solid #ccc;
    height: 50px;
    font-size: 1.6rem;
    margin: 0;
  }
  .my-con .section .popup-tab-menu.m-top .tab.active {
    background: #fff;
    border-bottom: 2px solid #fda102;
  }
  .my-con .section .coupon-regist {
    width: 100%;
    left: 0;
    padding: 5px 20px 10px;
  }
  .my-con .section .coupon-regist .input-wrap {
    padding: 0;
    margin: 0;
  }
  .my-con .section .coupon-regist .input-wrap input {
    width: 80%;
    border-radius: 4px 0 0 4px;
    font-size: 1.3rem;
    height: 41px;
    padding: 0 20px;
  }
  .my-con .section .coupon-regist .input-wrap .btn {
    width: 20%;
    margin-left: 0;
    height: 41px;
    font-size: 1.3rem;
    background: #707070;
    border-radius: 0 4px 4px 0;
  }
  .my-con .section .coupon-list {
    padding: 20px 24px;
  }
  .my-con .section .coupon-list .coupon-wrap {
    width: 100%;
    margin-right: 0;
  }
  .my-con .section .coupon-list .coupon-wrap .img-wrap {
    width: 30%;
  }
  .my-con .section .coupon-list .coupon-wrap.used .text .price {
    text-decoration: line-through;
  }
  .my-con .section .fitting-info {
    padding: 0 24px;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
  }
  .my-con .section .fitting-info:after {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    border-bottom: 1px dashed #e2e2e2;
    position: absolute;
    left: 5%;
    bottom: 95px;
  }
  .my-con .section .fitting-info--item {
    border: none;
    padding: 20px 10px;
    position: relative;
  }
  .my-con .section .fitting-info--item .label {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .my-con .section .fitting-info--item .num {
    font-size: 1.7rem;
  }
  .my-con .section .fitting-info--item .state {
    margin-top: 2px;
    float: unset;
    margin-left: 3px;
  }
  .my-con .section .fitting-info--item:after {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    border-right: 1px dashed #e2e2e2;
    position: absolute;
    right: 0;
    top: 10px;
  }
  .my-con .section .fitting-info--item:nth-child(3n):after {
    display: none;
  }
  .my-con .section .fitting-history {
    max-height: unset;
    width: 100%;
    left: 0;
  }
  .my-con .section .fitting-history--item {
    padding: 20px 24px 18px 24px;
    border-bottom: 1px solid #ddd;
    font-size: 1.3rem;
  }
}

.my-substate {
  background: #fafafa;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  padding: 29px 0;
}

.my-substate--wrap {
  padding: 10px 20px;
}

.my-substate--item {
  margin: 0 48px;
  font-size: 1.9rem;
  opacity: .3;
  font-weight: 600;
  position: relative;
}

.my-substate--item:after {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  background: url(../images/icon/arrow.svg) no-repeat center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: -55px;
  top: calc(50% - 6px);
}

.my-substate--item:first-child:after {
  display: none;
}

.my-substate--item.active {
  opacity: 1;
}

.my-substate--item.active .num {
  color: #fda102;
}

@media (max-width: 840px) {
  .my-substate {
    border-radius: 0;
  }
  .my-substate--item {
    margin: 0 30px;
  }
  .my-substate--item:after {
    left: -38px;
  }
}

.my-input {
  margin: 30px 0;
}

.my-input--item {
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.my-input--item label {
  font-size: 2.5rem;
  width: 140px;
  color: #727272;
}

.my-input--item .input-text {
  border: 1px solid #bababa;
  width: 593px;
  height: 63px;
  padding: 0 20px;
  font-size: 20px;
  outline: none;
  margin: 6px 0;
  font-size: 2.5rem;
}

.my-input--item .input-text::placeholder {
  color: #969696;
}

.my-input--item .input-text.btn-exist {
  width: 431px;
}

.my-input--item .input-text.btn-exist + .btn {
  width: 152px;
  height: 63px;
  font-size: 2.4rem;
  padding: 0;
  margin-left: 10px;
}

.my-input--item .input-select {
  width: 593px;
  height: 64px;
  font-size: 2.5rem;
  line-height: 64px;
  border-radius: 0;
  margin: 6px 0;
  border-color: #bababa;
}

.my-mobile {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}

.my-mobile--top {
  background: #f5f6f8;
  padding: 18px 26px 16px;
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.my-mobile--top .user {
  font-weight: 600;
}

.my-mobile--top .logout {
  background: #fff;
  color: #959595;
  font-size: 1.3rem;
  padding: 0;
  width: 64px;
  height: 24px;
  border-radius: 20px;
}

.my-mobile--top .arrow {
  width: 12px;
  height: 9px;
  background: url(../images/icon/arrow.svg) no-repeat center;
  transform: rotate(-90deg);
  margin-left: 10px;
  opacity: .8;
}

.my-mobile--menu .menu-item {
  font-size: 1.3rem;
  border-bottom: 1px solid #ddd;
}

.my-mobile--menu .menu-item img {
  height: 20px;
  margin-right: 10px;
}

.my-mobile--menu .menu-item .right {
  position: absolute;
  right: 50px;
  top: calc(50% - 6px);
}

.my-mobile--menu .menu-item .right strong {
  font-weight: 600;
  margin-right: 2px;
}

.my-mobile--menu .menu-item .btn {
  width: 100%;
  justify-content: flex-start;
  padding: 17px 20px;
  position: relative;
}

.my-mobile--menu .menu-item .btn:after {
  content: "";
  width: 9px;
  height: 9px;
  background: url(../images/icon/arrow_down2.svg) no-repeat center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 10px;
  opacity: .8;
  position: absolute;
  right: 28px;
  top: calc(50% - 6px);
}

.my-mobile--menu .menu-item.col-3 {
  border-bottom: none;
  display: flex;
  justify-content: space-evenly;
  padding: 0;
}

.my-mobile--menu .menu-item.col-3 .btn {
  width: 33.33%;
  flex-direction: column;
  padding: 17px 0 20px;
  border-right: 1px solid #ddd;
}

.my-mobile--menu .menu-item.col-3 .btn:last-child {
  border-right: none;
}

.my-mobile--menu .menu-item.col-3 .btn img {
  margin: 0 0 5px 0;
  height: 50px;
}

.my-mobile--menu .menu-item.col-3 .btn:after {
  display: none;
}

.my-mobile--menu .menu-item.line {
  border-top: 6px solid #f5f6f8;
  border-bottom: 6px solid #f5f6f8;
  padding-left: 5px;
}

.my-mobile--menu .menu-item.line img {
  height: 25px;
}

.my-mobile--menu .menu-item.line .btn {
  color: #fda102;
}

.my-mobile--menu .menu-item.line .btn strong {
  font-weight: 600;
  margin-left: 3px;
}

.my-mobile--menu .menu-item:first-child {
  border-bottom: 1px dashed #ddd;
}

.my-mobile--ulist {
  border-top: 1px solid #b7b7b7;
}

.my-mobile--ulist .ulist-item {
  font-size: 1.3rem;
  height: 80px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom: 1px solid #b7b7b7;
  justify-content: center;
  padding: 0 29px;
}

.my-mobile--ulist .ulist-item .btn.user {
  height: 100%;
  justify-content: flex-start;
  padding: 0;
  position: relative;
  color: #959595;
  line-height: 1.5;
  font-weight: 300;
}

.my-mobile--ulist .ulist-item .btn.user .name {
  color: #262626;
  margin-right: 3px;
  font-weight: 600;
}

.my-mobile--ulist .ulist-item .btn.user:after {
  content: "";
  display: block;
  width: 10px;
  height: 11px;
  background: url(../images/icon/arrow.svg) no-repeat center;
  background-size: 22px;
  position: absolute;
  right: 10px;
  top: calc(50% - 6px);
  opacity: .6;
  transform: rotate(-90deg);
}

.my-mobile--ulist .ulist-item p {
  color: #959595;
  line-height: 1.5;
}

.my-mobile--ulist .ulist-item .name {
  font-size: 1.6rem;
  font-weight: 600;
  color: #262626;
}

.my-mobile--ulist .ulist-item .modi {
  position: absolute;
  right: 29px;
  top: 21px;
}

.my-mobile--ulist .ulist-item .add {
  height: 100%;
  justify-content: flex-start;
  padding: 0;
}

@media (max-width: 1200px) {
  .my-wrap {
    flex-direction: column;
  }
  .my-menu {
    width: 100%;
  }
  .my-menu--list {
    display: flex;
    justify-content: space-between;
  }
  .my-menu--item {
    margin-bottom: 0;
  }
  .my-menu .logout {
    float: right;
  }
  .my-con {
    width: 100%;
  }
  .my-con .section .input-wrap .input-switch {
    right: 0;
  }
}

@media (max-width: 840px) {
  .my-wrap .tit-wrap {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    margin-bottom: 0;
  }
  .my-menu {
    display: none;
  }
  .my-con {
    border-top: none;
    margin-top: 0;
  }
  .my-con .section {
    border-bottom: none;
  }
  .my-sub--tit {
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 15px 24px 14px;
    border-bottom: 1px solid #ddd;
  }
  .my-sub--detail .top {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
  .my-sub--detail .img-wrap {
    width: 30%;
  }
  .my-sub--detail .img-wrap img {
    display: block;
    height: 50px;
    margin: 0 auto;
  }
  .my-sub--detail .text-wrap {
    width: 65%;
    font-size: 1.3rem;
  }
  .my-sub--detail .text-wrap .product {
    color: #fda102;
    font-weight: 600;
  }
  .my-sub--detail .text-wrap .name {
    color: #262626;
  }
  .my-sub--detail .text-wrap p {
    margin: 5px 0;
    line-height: 1.3;
    color: #909090;
  }
  .my-substate {
    justify-content: space-evenly;
    padding: 15px 0 14px;
  }
  .my-substate--wrap {
    padding: 0 20px 20px;
    margin-top: -5px;
  }
  .my-substate--item {
    font-size: 1.2rem;
    margin: 0;
    padding: 0 5px;
    width: 25%;
    text-align: center;
  }
  .my-substate--item:after {
    left: -5px;
    width: 6px;
    height: 8px;
    background: url(../images/icon/arrow_down2.svg) no-repeat center;
  }
}

.section-fold {
  width: 100%;
  font-size: 2.8rem;
  padding: 34px 40px;
  justify-content: flex-start;
  position: relative;
}

.section-fold.top-border {
  border-top: 2px solid #262626;
}

.section-fold--con.top-border {
  border-top: 1px dashed #e2e2e2;
}

.section-fold:after {
  content: "";
  display: block;
  width: 22px;
  height: 13px;
  background: url(../images/icon/arrow_down2.svg) no-repeat center;
  background-size: 22px;
  position: absolute;
  right: 40px;
  top: calc(50% - 6px);
}

.section-fold.active:after {
  transform: rotate(180deg);
}

.section-fold.active + .section-fold--con {
  display: block;
}

.section-fold + .section-fold--con {
  display: none;
}

@media (max-width: 840px) {
  .section-fold {
    padding: 14px 24px;
    font-size: 1.5rem;
    border-bottom: 1px solid #ddd;
  }
  .section-fold:after {
    background-size: 12px;
    right: 24px;
    top: calc(50% - 7px);
  }
}

.subpro-top {
  background: #f5f5f5;
  margin-top: 94px;
  padding: 41px 0;
  margin-bottom: -120px;
}

.subpro-top--wrap {
  width: 100%;
  max-width: 1194px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.subpro-top--wrap .text {
  font-size: 2.4rem;
  line-height: 1.3;
}

.subpro-top--wrap .text p {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 5px;
}

.subpro-top--wrap .category {
  width: 145px;
  height: 145px;
  border-radius: 9px;
  background-color: #fff;
  font-size: 2.2rem;
  color: #707070;
  font-weight: 600;
  margin-left: 16px;
  padding-top: 80px;
  background-repeat: no-repeat;
  background-position: center 30px;
  background-size: 59px;
}

.subpro-top--wrap .category-1 {
  background-image: url(../images/icon/boy.svg);
}

.subpro-top--wrap .category-2 {
  background-image: url(../images/wheelchair3.svg);
  background-size: 55px;
}

.subpro-top--wrap .category-3 {
  background-image: url(../images/drive2.svg);
  background-size: 53px;
  background-position: center 30px;
}

.subpro-top--wrap .category-4 {
  background-image: url(../images/drive.svg);
  background-size: 35px;
  background-position: center 35px;
}

.subpro-top--wrap .category-5 {
  background-image: url(../images/wheelchair4.svg);
  background-size: 55px;
}

.subpro-top--wrap .category.active {
  border: 2px solid #fda102;
  color: #fda102;
}

.subpro-list {
  display: flex;
  flex-wrap: wrap;
}

.subpro-list--item {
  width: calc(33.33% - 20px);
  margin: 0 30px 60px 0;
  border-radius: 19px;
  overflow: hidden;
  box-shadow: 5px 5px 15px rgba(157, 157, 157, 0.16);
}

.subpro-list--item:nth-child(3n) {
  margin-right: 0;
}

.subpro-list--item .btn {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 0;
  border: none;
}

.subpro-list--item .btn img {
  margin-top: 0;
}

.subpro-list--item .img-wrap {
  height: 184px;
  overflow: hidden;
  position: relative;
}

.subpro-list--item .img-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.subpro-list--item .text-wrap .info {
  padding: 35px 21px 18px 21px;
  border-bottom: 1px solid #eff0f6;
}

.subpro-list--item .text-wrap .info .tit {
  font-size: 2.6rem;
  font-weight: 600;
}

.subpro-list--item .text-wrap .info .sub {
  font-size: 2.1rem;
  color: #7a7c84;
  line-height: 1.3;
  margin: 20px 0 27px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 54px;
}

.subpro-list--item .text-wrap .info .price {
  font-size: 2.4rem;
}

.subpro-list--item .text-wrap .shop {
  display: flex;
  padding: 13px;
  align-items: center;
  font-size: 1.7rem;
  color: #7a7c84;
}

.subpro-list--item .text-wrap .shop .logo-wrap {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 22px;
  position: relative;
  margin-right: 5px;
}

.subpro-list--item .text-wrap .shop .logo-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-45%, -50%);
  width: 26px;
}

@media (max-width: 1234px) {
  .subpro-top {
    padding: 41px 20px;
    margin-bottom: -70px;
  }
  .subpro-top--wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .subpro-top--wrap .category {
    margin-left: 0;
    margin-right: 11px;
  }
  .subpro-top--wrap .category-list {
    width: 100%;
    margin-top: 17px;
    white-space: nowrap;
    overflow-y: auto;
  }
}

@media (max-width: 840px) {
  .subpro-top {
    padding: 33px 26px 26px;
    margin-top: 58px;
    margin-bottom: 0;
  }
  .subpro-top--wrap .text {
    font-size: 1.4rem;
    color: #727272;
  }
  .subpro-top--wrap .text p {
    font-size: 2.7rem;
    color: #262626;
  }
  .subpro-top--wrap .category {
    width: 86px;
    height: 86px;
    background-color: #f0f0f0;
    background-size: 35px;
    background-position: center 15px;
    font-size: 1.3rem;
    padding-top: 50px;
  }
  .subpro-top--wrap .category-list {
    width: calc(100% + 52px);
    position: relative;
    left: -26px;
    padding: 0 26px;
  }
  .subpro-top--wrap .category-list::-webkit-scrollbar {
    display: none;
  }
  .subpro-top--wrap .category-3 {
    background-size: 32px;
    background-position: center 16px;
  }
  .subpro-top--wrap .category-4 {
    background-size: 21px;
    background-position: center 19px;
  }
  .subpro-top--wrap .category.active {
    background-color: #fff;
  }
  .subpro-list--item {
    width: 100%;
    margin: 0 0 40px 0;
    border-radius: 0;
    background: #f7f7f7;
    box-shadow: none;
  }
  .subpro-list--item .img-wrap {
    height: 188px;
    background: #fff;
  }
  .subpro-list--item .text-wrap .info {
    padding: 19px 24px 10px;
  }
  .subpro-list--item .text-wrap .info .tit {
    font-size: 1.6rem;
  }
  .subpro-list--item .text-wrap .info .sub {
    font-size: 1.4rem;
    margin: 7px 0 9px;
    height: auto;
    -webkit-line-clamp: unset;
  }
  .subpro-list--item .text-wrap .info .price {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .subpro-list--item .text-wrap .shop {
    padding: 14px 24px;
    font-size: 1.3rem;
  }
  .subpro-list--item .text-wrap .shop .logo-wrap {
    width: 20px;
    height: 20px;
  }
  .subpro-list--item .text-wrap .shop .logo-wrap img {
    width: 16px;
  }
}

.detail-top {
  display: flex;
  margin-bottom: 150px;
}

.detail-top .left {
  width: 60%;
  padding-right: 90px;
}

.detail-top .left .product-image.preview {
  width: 480px;
  margin: 0 auto;
}

.detail-top .left .product-image.preview .slick-arrow {
  text-indent: -9999px;
  width: 38px;
  height: 38px;
  background: url(../images/icon/arrow.svg) no-repeat center/100%;
  border: none;
  position: absolute;
  top: calc(50% - 15px);
  opacity: .5;
  cursor: pointer;
  overflow: hidden;
}

.detail-top .left .product-image.preview .slick-arrow.slick-prev {
  transform: rotate(90deg);
  left: -30px;
}

.detail-top .left .product-image.preview .slick-arrow.slick-next {
  transform: rotate(-90deg);
  right: -30px;
}

.detail-top .left .product-image.thumbnail {
  width: 400px;
  margin: 30px auto;
}

.detail-top .left .product-image.thumbnail .slick-slide {
  margin: 0 5px;
  padding: 5px 0;
  border-radius: 13px;
  cursor: pointer;
}

.detail-top .left .product-image.thumbnail .slick-slide.slick-current {
  background: #f5f5f5;
}

.detail-top .color-text {
  font-size: 1.3rem;
  padding: 0 24px;
}

.detail-top .right {
  width: 40%;
}

.detail-top .right .tit {
  font-size: 2.2rem;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.detail-top .right .tit h4 {
  font-size: 3.2rem;
}

.detail-top .right .tit span {
  color: #727272;
}

.detail-top .right .option {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}

.detail-top .right .option > label {
  width: 100px;
  font-size: 2.4rem;
  font-weight: 500;
}

.detail-top .right .option .con {
  width: calc(100% - 100px);
}

.detail-top .right .option .color-list {
  margin-top: 0;
}

.detail-top .right .option .color-list--item {
  margin: 0 10px 0 0;
  transform: scale(0.7);
}

.detail-top .right .option .input-select {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 1.9rem;
  border-radius: 0;
  margin-top: 0;
  border: 1px solid #727272;
}

.detail-top .right .option .input-select .list {
  padding: 0;
  border-radius: 0;
  margin-top: 0;
  border: 1px solid #727272;
  border-top: 1px solid #ddd;
  width: calc(100% + 2px);
  left: -1px;
  box-shadow: none;
}

.detail-top .right .option .input-select .list .option {
  padding: 3px 16px;
  font-size: 1.8rem;
  justify-content: space-between;
}

.detail-top .right .option .input-select .list .option span {
  color: #838181;
  font-weight: 300;
}

.detail-top .right .deliver {
  border-bottom: 1px solid #ddd;
}

.detail-top .right .deliver .btn {
  width: 100%;
  font-size: 2.4rem;
  padding: 25px 0 24px;
  justify-content: flex-start;
  position: relative;
}

.detail-top .right .deliver .btn:after {
  content: '';
  display: block;
  width: 14px;
  height: 10px;
  background: url(../images/icon/arrow.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
}

.detail-top .right .deliver .btn + .con {
  padding: 5px 25px 25px;
  font-size: 2rem;
  color: #727272;
  line-height: 1.5;
  text-align: center;
  display: none;
}

.detail-top .right .deliver .btn + .con .radio-btn input {
  width: 0;
  height: 0;
  position: absolute;
}

.detail-top .right .deliver .btn + .con .radio-btn input:checked + span {
  opacity: 1;
}

.detail-top .right .deliver .btn + .con .radio-btn span {
  cursor: pointer;
  display: inline-block;
  margin: 0 4px;
  width: 200px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #727272;
  border-radius: 5px;
  margin-bottom: 20px;
  opacity: .4;
}

.detail-top .right .deliver .btn.active:after {
  transform: rotate(180deg);
}

.detail-top .right .deliver .btn.active + .con {
  display: block;
}

.detail-top .right .estimate {
  padding: 28px 0;
  border-bottom: 1px solid #ddd;
}

.detail-top .right .estimate-item {
  background: #f5f5f5;
  border-bottom: 1px dashed #e2e2e2;
  font-size: 2rem;
  padding: 19px 45px 19px 20px;
  display: flex;
  justify-content: space-between;
  color: #4e4e4e;
}

.detail-top .right .estimate-item .color {
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 20px;
  vertical-align: bottom;
}

.detail-top .right .estimate-item strong {
  font-weight: 600;
  color: #262626;
  position: relative;
}

.detail-top .right .estimate-item strong .delete {
  position: absolute;
  right: -30px;
  top: -5px;
  font-size: 2.5rem;
  font-weight: 200;
}

.detail-top .right .estimate-item:last-child {
  border: none;
}

.detail-top .right .payment {
  padding: 17px 0;
  border-bottom: 1px solid #ddd;
}

.detail-top .right .payment-item {
  font-size: 2.4rem;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}

.detail-top .right .payment-item strong {
  color: #fda102;
}

.detail-top .right .payment-item .sm {
  font-size: 1.6rem;
  margin-left: 5px;
}

.detail-top .right .payment-item:last-child {
  opacity: .7;
}

.detail-top .right .btn.sub {
  width: 100%;
  height: 80px;
  font-size: 2.8rem;
  color: #fff;
  background: #fda102;
  margin-top: 50px;
}

.detail-roho {
  padding: 0 0 !important;
}

.detail-battery .text-box {
  display: flex;
  flex-wrap: wrap;
  font-weight: 300;
  width: 100%;
}

.detail-battery .text-box .left {
  width: 50%;
}

.detail-battery .text-box .right {
  width: 50%;
}

@media (max-width: 1194px) {
  .detail-battery {
    display: none;
  }
}

.detail-con-drive {
  padding-top: 0px !important;
}

.detail-con-drive .top_drive {
  width: 100vw !important;
  height: 987px;
  left: calc((-100vw + 1194px) / 2);
  display: flex;
  margin: 0 0 !important;
  padding: 0 !important;
}

@media (max-width: 840px) {
  .detail-con-drive .top_drive {
    width: calc(100% + 40px);
    height: 80vh;
    left: -20px;
  }
  .detail-con-drive .top_drive .con {
    top: -24%;
    position: relative;
  }
}

.detail-con-drive .part_drive {
  background-color: transparent;
}

.detail-con {
  padding: 180px 0;
}

.detail-con:last-child {
  padding-bottom: 0;
}

.detail-con.top {
  width: 100vw;
  height: 987px;
  background: url(../images/detail/top_img.png) no-repeat center/cover;
  position: relative;
  left: calc((-100vw + 1194px) / 2);
  padding: 0;
}

.detail-con.top .text-box {
  position: absolute;
  left: 5%;
  top: 24%;
  font-size: 4.5rem;
  line-height: 1.4;
  text-align: left;
}

.detail-con.top .text-box strong {
  font-weight: 600;
}

.detail-con.top_drive {
  width: 100vw !important;
}

.detail-con.bg-grey {
  background: #f8f8f8;
  position: relative;
  width: 100vw !important;
  left: calc((-100vw + 1194px) / 2);
}

.detail-con > .text-box {
  font-size: 5rem;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
}

.detail-con > .text-box .sub {
  font-size: 2.5rem;
  font-weight: 300;
  margin-top: 20px;
}

.detail-con .guide-img {
  width: 90%;
  max-width: 1194px;
  height: 665px;
  background: url(../images/detail/guide.png) no-repeat center/contain;
  margin: 150px auto 0;
}

.detail-con .roho-images {
  display: block;
  width: 100%;
  max-width: 1194px;
  align-items: center;
  justify-content: center;
}

.detail-con .roho-images img {
  width: 100%;
  display: block;
}

@media (max-width: 840px) {
  .detail-con .pakage-1 img {
    display: none;
  }
}

.detail-con .roho-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.detail-con .roho-btn button {
  font-size: 2.7rem;
  width: 360px;
  height: 70px;
  line-height: 70px;
  border: none;
  margin: 80px 50px;
  cursor: pointer !important;
  background-color: #fda102;
  color: white;
}

@media (max-width: 840px) {
  .detail-con .roho-btn {
    display: block;
    width: 90%;
    margin: auto !important;
  }
  .detail-con .roho-btn button {
    font-size: 1.7rem;
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin: 30px auto 0;
  }
}

.detail-con .info-list {
  padding-top: 40px;
}

.detail-con .info-list--item {
  display: flex;
  align-items: center;
  background: #f7f7f7;
  border-radius: 28px;
  margin-top: 40px;
  padding: 30px 30px 30px 60px;
}

.detail-con .info-list--item .icon {
  width: 180px;
  height: 180px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 90px;
  margin-right: 40px;
}

.detail-con .info-list--item .icon.type1 {
  background-image: url(../images/icon/detail_icon1.svg);
}

.detail-con .info-list--item .icon.type2 {
  background-image: url(../images/icon/detail_icon2.svg);
}

.detail-con .info-list--item .icon.type3 {
  background-image: url(../images/icon/detail_icon3.svg);
}

.detail-con .info-list--item .text {
  font-size: 3.4rem;
  width: calc(100% - 220px);
  line-height: 1.4;
  word-break: keep-all;
}

.detail-con .info-list--item .text p {
  font-size: 2.7rem;
  margin-top: 10px;
}

.detail-con .wheelchair-img {
  display: flex;
  margin: 100px auto 0;
  align-items: center;
  justify-content: space-around;
}

.detail-con .wheelchair-img > div {
  display: flex;
  flex-direction: column;
  font-size: 3.4rem;
  text-align: center;
}

.detail-con .wheelchair-img > div img {
  margin-bottom: 60px;
}

.detail-con.slide .top {
  font-size: 5rem;
  line-height: 1.4;
  margin-bottom: 80px;
  font-weight: 600;
}

.detail-con.slide .slide-list {
  width: calc(100% - 1px);
}

.detail-con.slide .slide-list--item {
  padding-right: 30px;
}

.detail-con.slide .slide-list--item img {
  width: 100%;
}

.detail-con.slide .slide-list--item .text {
  font-size: 2.5rem;
  padding: 30px 0 0 15px;
  line-height: 1.3;
  word-break: keep-all;
}

.detail-con.slide .slide-list--item .text p {
  font-size: 2.2rem;
  margin-top: 10px;
}

.detail-con.slide .slide-list .slick-arrow {
  position: absolute;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url(../images/icon/arrow6.svg) no-repeat center/40%;
  border: none;
  position: absolute;
  top: -130px;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid #262626;
  border-radius: 30px;
}

.detail-con.slide .slide-list .slick-arrow.slick-prev {
  right: 100px;
  transform: rotate(180deg);
}

.detail-con.slide .slide-list .slick-arrow.slick-next {
  right: 30px;
}

.detail-con .spec {
  margin: 40px auto;
  font-size: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  font-weight: 300;
  border-top: 1px solid #ccc;
}

.detail-con .spec .left {
  width: 50%;
  border-right: 1px solid #ccc;
}

.detail-con .spec .right {
  width: 50%;
}

.detail-con .spec div div {
  padding: 18px 18px 18px 100px;
  border-bottom: 1px solid #ccc;
  line-height: 1.2;
  display: flex;
  word-break: keep-all;
}

.detail-con .spec div div span {
  white-space: nowrap;
  margin-right: 5px;
}

.detail-con .spec div div.line2 {
  padding: 33px 18px 33px 100px;
}

.detail-con .guide-text {
  text-align: center;
  font-size: 2.2rem;
  display: block;
  font-weight: 300;
}

.detail-con .guide-text.v-mobile {
  display: none;
}

.detail-con .box {
  font-size: 2.2rem;
  width: 760px;
  height: 136px;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
  border: 2px solid #262626;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

@media only screen and (max-width: 580px) {
  .detail-con .todoi-section .detail-con {
    top: -90px;
    position: relative;
  }
}

.detail-option {
  font-size: 2.4rem;
  word-break: keep-all;
  margin-top: 80px;
  border-top: 1px solid #ddd;
}

.detail-option .row {
  display: flex;
  padding: 25px;
  border-bottom: 1px solid #ddd;
  align-items: center;
}

.detail-option .row .img-wrap {
  width: 120px;
  border-right: 1px solid #ddd;
  margin-right: 50px;
  display: flex;
  align-items: center;
}

.detail-option .row .img-wrap img {
  width: 80%;
}

.detail-option .row .text-wrap {
  display: flex;
  width: calc(100% - 170px);
  line-height: 1.5;
  align-items: center;
  font-weight: 300;
}

.detail-option .row .text-wrap .info {
  width: calc(100% - 180px);
}

.detail-option .row .text-wrap .price {
  width: 210px;
  text-align: center;
  margin-left: 30px;
  border-left: 1px solid #ddd;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-guide {
  font-size: 2.4rem;
  margin-top: 80px;
  border-top: 1px solid #ddd;
  word-break: keep-all;
}

.detail-guide .row {
  display: flex;
  padding: 20px 0;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
}

.detail-guide .row .left {
  width: 220px;
  text-align: center;
  padding: 10px 30px 20px;
  border-right: 1px solid #ddd;
}

.detail-guide .row .right {
  width: calc(100% - 220px);
  padding: 10px 25px 20px 25px;
}

.detail-guide .row .right p {
  padding-left: 20px;
  background: url(../images/icon/arrow5.svg) no-repeat 0 13px/8px;
}

.detail-m--option {
  display: none;
}

@media (max-width: 1194px) {
  .detail-con.top, .detail-con.bg-grey {
    width: calc(100% + 40px);
    left: -20px;
  }
  .detail-con .spec div div {
    padding: 10px 10px 10px 20px;
    font-size: 2.1rem;
  }
  .detail-con .spec div div.line2 {
    padding: 23px 10px 22.5px 20px;
  }
}

@media (max-width: 840px) {
  .detail-top {
    flex-direction: column;
    border-top: 6px solid #f5f6f8;
    margin-bottom: 50px;
  }
  .detail-top .left {
    width: 100%;
    margin: 40px 0 10px;
    padding: 0;
  }
  .detail-top .left .product-image.preview {
    width: 80%;
    max-width: 480px;
  }
  .detail-top .left .product-image.preview .slick-arrow {
    width: 25px;
    height: 25px;
    top: calc(50% - 30px);
  }
  .detail-top .left .product-image.preview .slick-dots {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
  .detail-top .left .product-image.preview .slick-dots li {
    margin: 0;
  }
  .detail-top .left .product-image.preview .slick-dots li button {
    width: 45px;
    height: 2px;
    background: #f0f0f0;
    border: none;
    border-radius: 0;
  }
  .detail-top .left .product-image.preview .slick-dots li.slick-active button {
    background: #575757;
  }
  .detail-top .left .product-image.thumbnail {
    display: none;
  }
  .detail-top .right {
    width: 100% !important;
    display: flex;
    flex-direction: column-reverse;
  }
  .detail-top .right .option:not(.color), .detail-top .right .deliver, .detail-top .right .estimate, .detail-top .right .payment, .detail-top .right .btn.sub {
    display: none;
  }
  .detail-top .right .option.color {
    padding: 20px 14px 14px;
    border-bottom: none;
  }
  .detail-top .right .option.color > label {
    display: none;
  }
  .detail-top .right .option.color span {
    width: 36px;
    height: 36px;
    margin-bottom: 6px;
  }
  .detail-top .right .option.color .con {
    width: 100%;
  }
  .detail-top .right .option.color .color-list--item {
    transform: none;
  }
  .detail-top .right .option.color .color input + span {
    border-radius: 0;
  }
  .detail-top .right .option.color .color input + span:after {
    display: none;
  }
  .detail-top .right .option.color .color--11 span {
    border: 1px solid #222;
  }
  .detail-top .right .tit {
    padding: 14px 14px;
    border-top: 6px solid #f5f6f8;
    border-bottom: 6px solid #f5f6f8;
    font-size: 1.3rem;
  }
  .detail-top .right .tit h4 {
    font-size: 1.8rem;
  }
  .detail-con {
    padding: 100px 24px 60px;
  }
  .detail-con > .text-box {
    word-break: keep-all;
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .detail-con > .text-box .sub {
    font-size: 1.4rem;
    margin-top: 10px;
    font-weight: 400;
  }
  .detail-con.top {
    height: 520px;
    background-position: 85% 50%;
    width: 100%;
    left: 0;
  }
  .detail-con.top .text-box {
    position: relative;
    left: unset;
    top: unset;
    font-size: 2.2rem;
    padding: 50px;
    word-break: keep-all;
    text-align: center;
  }
  .detail-con.bg-grey {
    width: 100%;
    left: 0;
  }
  .detail-con .guide-img {
    background: url(../images/detail/guide_m.png) no-repeat center/100%;
    width: 230px;
    height: 216px;
    margin: 30px auto;
  }
  .detail-con .guide-text {
    display: block;
    font-size: 1.3rem;
    line-height: 1.3;
    word-break: keep-all;
    font-weight: 400;
  }
  .detail-con .guide-text.v-mobile {
    display: block;
  }
  .detail-con .guide-text h5 {
    font-size: 1.5rem;
    margin: 16px 0 3px;
    font-weight: 500;
  }
  .detail-con .info-list {
    padding-top: 10px;
  }
  .detail-con .info-list--item {
    padding: 30px 15px;
    margin-top: 10px;
    border-radius: 15px;
  }
  .detail-con .info-list--item .icon {
    width: 90px;
    height: 90px;
    margin-right: 12px;
    background-size: 60%;
  }
  .detail-con .info-list--item .text {
    width: calc(100% - 90px);
    font-size: 1.6rem;
  }
  .detail-con .info-list--item .text p {
    font-size: 1.3rem;
    margin-top: 5px;
  }
  .detail-con .wheelchair-img {
    margin: 50px auto 0;
  }
  .detail-con .wheelchair-img > div {
    font-size: 1.3rem;
  }
  .detail-con .wheelchair-img > div img {
    width: 80%;
    margin: 0 auto 20px;
  }
  .detail-con.slide .top {
    font-size: 2.7rem;
    margin-bottom: 40px;
  }
  .detail-con.slide .slide-list--item {
    padding-right: 0;
  }
  .detail-con.slide .slide-list--item .text {
    font-size: 1.6rem;
    padding: 15px 0 0 10px;
  }
  .detail-con.slide .slide-list--item .text p {
    font-size: 1.3rem;
    margin-top: 5px;
  }
  .detail-con.slide .slide-list .slick-arrow {
    top: -80px;
  }
  .detail-con.slide .slide-list .slick-arrow.slick-next {
    right: 0;
  }
  .detail-con.slide .slide-list .slick-arrow.slick-prev {
    right: 60px;
  }
  .detail-con .spec {
    margin: 20px auto;
    padding: 10px 0;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
  }
  .detail-con .spec .left, .detail-con .spec .right {
    width: 100%;
    border: none;
  }
  .detail-con .spec div div {
    font-size: 1.2rem;
    border: none;
    font-weight: 400;
    padding: 7px 10px;
  }
  .detail-con .spec div div.line2 {
    padding: 10px;
  }
  .detail-con .box {
    font-size: 1.2rem;
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin-top: 20px;
    font-weight: 400;
  }
  .detail-option {
    margin-top: 0;
    font-size: 1.4rem;
    border: none;
  }
  .detail-option .row {
    padding: 28px 24px;
  }
  .detail-option .row .img-wrap {
    width: 78px;
    margin-right: 20px;
    border: none;
    background: #eee;
    border-radius: 4px;
    padding: 20px 10px;
  }
  .detail-option .row .img-wrap img {
    width: 100%;
  }
  .detail-option .row .text-wrap {
    flex-direction: column;
    width: calc(100% - 100px);
  }
  .detail-option .row .text-wrap .info {
    width: 100%;
    word-break: keep-all;
    font-size: 1.5rem;
    font-weight: 600;
  }
  .detail-option .row .text-wrap .info p {
    font-size: 1.4rem;
    font-weight: 400;
    color: #7a7c84;
  }
  .detail-option .row .text-wrap .price {
    width: 100%;
    border: none;
    padding: 0;
    justify-content: flex-start;
    margin: 5px 0 0 0;
    height: auto;
    font-weight: 500;
  }
  .detail-guide {
    margin-top: 0;
    border: none;
    font-size: 1.3rem;
    width: 100%;
  }
  .detail-guide .row {
    padding: 24px;
    flex-direction: column;
  }
  .detail-guide .row .left {
    width: 100%;
    font-size: 1.6rem;
    border: none;
    text-align: left;
    padding: 0;
    font-weight: 600;
  }
  .detail-guide .row .right {
    padding: 0;
    width: 100%;
    line-height: 25px;
    font-weight: 400;
  }
  .detail-guide .row .right p {
    background: url(../images/icon/arrow5.svg) no-repeat 0 6px/6px;
    padding-left: 15px;
  }
  .detail-m--sub {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 12px 12px 0 0;
    padding: 16px;
    background: #fff;
    z-index: 99;
  }
  .detail-m--sub .btn {
    width: 100%;
    height: 50px;
    font-size: 1.6rem;
    background: #fda102;
    color: #fff;
    border-radius: 12px;
  }
  .detail-m--option {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 12px 12px 0 0;
    padding: 0 24px 27px;
    background: #fff;
    z-index: 100;
    max-height: 564px;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
  }
  .detail-m--option.active {
    display: block;
  }
  .detail-m--option .btn.drag {
    width: 100%;
    height: 30px;
    background: #fff;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .detail-m--option .btn.drag:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #707070;
  }
  .detail-m--option.active + .dim {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
  }
  .detail-m--option > .option {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 26px;
  }
  .detail-m--option > .option > label {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 11px;
  }
  .detail-m--option > .option .con {
    width: 100%;
  }
  .detail-m--option > .option .color-list {
    margin-top: 0;
  }
  .detail-m--option > .option .color-list--item {
    margin: 0 10px 0 0;
    transform: scale(0.7);
  }
  .detail-m--option > .option .input-select {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 1.4rem;
    border-radius: 0;
    margin-top: 0;
    border: 1px solid #727272;
  }
  .detail-m--option > .option .input-select .list {
    padding: 0;
    border-radius: 0;
    margin-top: 0;
    border: 1px solid #727272;
    border-top: 1px solid #ddd;
    width: calc(100% + 2px);
    left: -1px;
    box-shadow: none;
  }
  .detail-m--option > .option .input-select .list .option {
    display: flex;
    padding: 1px 16px;
    font-size: 1.4rem;
    justify-content: space-between;
    font-weight: 400;
  }
  .detail-m--option > .option .input-select .list .option span {
    color: #838181;
  }
  .detail-m--option .deliver .con {
    font-size: 1.3rem;
    color: #727272;
    line-height: 1.5;
    text-align: center;
  }
  .detail-m--option .deliver .con .radio-btn {
    width: 50%;
  }
  .detail-m--option .deliver .con .radio-btn:first-child span {
    border-radius: 50px 0 0 50px;
  }
  .detail-m--option .deliver .con .radio-btn--wrap {
    display: flex;
    width: 100%;
  }
  .detail-m--option .deliver .con .radio-btn input {
    width: 0;
    height: 0;
    position: absolute;
  }
  .detail-m--option .deliver .con .radio-btn input:checked + span {
    opacity: 1;
  }
  .detail-m--option .deliver .con .radio-btn span {
    width: 100%;
    cursor: pointer;
    display: inline-block;
    margin: 0 4px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #727272;
    border-radius: 0 50px 50px 0;
    margin-bottom: 20px;
    opacity: .4;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .detail-m--option .estimate {
    padding-bottom: 10px;
    width: calc(100% + 48px);
    position: relative;
    left: -24px;
  }
  .detail-m--option .estimate-item {
    background: #f5f5f5;
    border-bottom: 1px dashed #e2e2e2;
    font-size: 1.4rem;
    padding: 16px 45px 16px 24px;
    display: flex;
    justify-content: space-between;
    color: #4e4e4e;
    align-items: center;
  }
  .detail-m--option .estimate-item .color {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    vertical-align: bottom;
  }
  .detail-m--option .estimate-item strong {
    font-weight: 600;
    color: #262626;
    position: relative;
  }
  .detail-m--option .estimate-item strong .delete {
    position: absolute;
    right: -30px;
    top: -5px;
    font-size: 2.2rem;
    font-weight: 200;
    color: #aaa;
  }
  .detail-m--option .estimate-item:last-child {
    border: none;
  }
  .detail-m--option .payment {
    padding: 0;
  }
  .detail-m--option .payment-item {
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
  }
  .detail-m--option .payment-item strong {
    color: #fda102;
  }
  .detail-m--option .payment-item .sm {
    font-size: 1.2rem;
    margin-left: 5px;
  }
  .detail-m--option .payment-item:last-child {
    opacity: .7;
  }
  .detail-m--option .btn.sub {
    width: 100%;
    height: 50px;
    font-size: 1.6rem;
    color: #fff;
    background: #fda102;
    margin-top: 10px;
    border-radius: 8px;
  }
}

.event {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event img {
  width: 100%;
  height: 100%;
}

.event .btns {
  display: inline-block;
}

.event .btns button {
  border: 3px solid #dbdbdb;
  width: 340px;
  background-color: #ededed;
  line-height: 80px;
  height: 80px;
  font-size: 30px;
  color: #525252;
  border-radius: 10px;
  font-family: 'S-Core';
}

.event .btns .button1 {
  cursor: pointer;
  position: absolute;
  bottom: -215%;
  left: 25%;
}

.event .btns .button2 {
  cursor: pointer;
  position: absolute;
  bottom: -215%;
  right: 25%;
}

@media (max-width: 840px) {
  .event .btns button {
    width: 150px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: 4px;
    border: 2px solid #dbdbdb;
  }
  .event .btns .button1 {
    bottom: -34%;
    left: 9%;
  }
  .event .btns .button2 {
    bottom: -34%;
    right: 9%;
  }
}
