@charset "UTF-8";
/*
* textEllipsis 한 줄
* @include textEllipsis;
*/
/*
* textEllipsis 두 줄
* @include textEllipsisClamp;
*/
/*
 * clearfix
 * @include clearfix;
*/
/* 공통 작업 */
.pop-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  z-index: 1000;
  opacity: 0.8;
}

.popup-wrap a {
  text-decoration: none;
}
.popup-wrap button {
  border: none;
}
.popup-wrap .pop-whBox {
  position: fixed;
  left: 50%;
  top: 150%;
  margin-left: -200px;
  z-index: 1001;
}
.popup-wrap .pop-whBox .pop-day-close {
  padding: 0 40px 9px 30px;
}
.popup-wrap .pop-whBox .pop-day-close .txt {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
}
.popup-wrap .pop-whBox .pop-area {
  position: relative;
  width: 400px;
  border-radius: 20px;
  background: #fff;
  z-index: 2;
}
.popup-wrap .pop-whBox .pop-area .pop-images {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.popup-wrap .pop-whBox .pop-area .pop-images > img {
  display: block;
  width: 100%;
  height: auto;
}
.popup-wrap .pop-whBox .pop-area .pop-con {
  padding: 26px 25px 30px;
}
.popup-wrap .pop-whBox .pop-area .pop-con .pop-tit h2 {
  line-height: 30px;
  font-size: 24px;
}
.popup-wrap .pop-whBox .pop-area .pop-con .pop-tit h2 em {
  line-height: 30px;
  font-size: 24px;
}
.popup-wrap .pop-whBox .pop-area .pop-con .pop-tit + .pop-scroll {
  margin-top: 22px;
}
.popup-wrap .pop-whBox .pop-area .pop-con .pop-num {
  line-height: 18px;
  padding: 12px 0 17px;
  font-size: 14px;
}
.popup-wrap .pop-whBox .pop-area .pop-con .pop-scroll {
  margin-top: 9px;
}
.popup-wrap .pop-whBox .pop-area .pop-con .pop-scroll .txt-wrap p,
.popup-wrap .pop-whBox .pop-area .pop-con .pop-scroll .txt-wrap ul li {
  font-size: 16px;
}
.popup-wrap .pop-whBox .pop-area .pop-con .pop-scroll .txt-wrap strong {
  font-weight: bold;
}
.popup-wrap .pop-whBox .pop-area .pop-con .pop-head span,
.popup-wrap .pop-whBox .pop-area .pop-con .pop-head strong {
  font-size: inherit;
}
.popup-wrap .pop-whBox .pop-area .pop-con .pop-head strong {
  font-weight: bold;
}
.popup-wrap .pop-whBox .pop-area .pop-con .con-txt {
  line-height: 24px;
  font-size: 16px;
}
.popup-wrap .pop-whBox .pop-area .pop-con .con-txt .point-txt {
  line-height: 24px;
  font-size: 16px;
  color: #336fc9;
}
.popup-wrap .pop-whBox .pop-area .pop-con .con-txt .point-bl {
  font-weight: bold;
  font-size: 16px;
  color: #6e7da0;
}
.popup-wrap .pop-whBox .pop-area .pop-con .con-txt + .con-txt {
  margin-top: 24px;
}
.popup-wrap .pop-whBox .pop-area .pop-con .con-txt.tp02 {
  display: table;
  width: 100%;
  min-height: 140px;
  margin-top: 0;
}
.popup-wrap .pop-whBox .pop-area .pop-con .con-txt.tp02 .mid-txt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
}
.popup-wrap .pop-whBox .pop-area .pop-con .con-txt.bg01 {
  position: relative;
  padding-bottom: 288px;
}
.popup-wrap .pop-whBox .pop-area .pop-con .con-txt.bg01:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 30px;
  display: block;
  width: 200px;
  height: 212px;
  margin-left: -100px;
}
.popup-wrap .pop-whBox .pop-area .pop-con .con-txt .con-txt-tit {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.popup-wrap .pop-whBox .pop-area .pop-con .txt-notify {
  margin-top: 20px;
}
.popup-wrap .pop-whBox .pop-area .pop-con .txt-notify span {
  position: relative;
  padding: 5px 47px 0 0;
}
.popup-wrap .pop-whBox .pop-area .pop-con .txt-notify span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 33px;
}
.popup-wrap .pop-whBox .pop-area .pop-con.pad-lr0 {
  padding: 0;
}
.popup-wrap .pop-whBox .pop-area .pop-con.pad-lr0 .pop-tit-p {
  padding: 26px 0 0 30px;
}
.popup-wrap .pop-whBox .pop-area .pop-con .dot-list li {
  position: relative;
  font-size: 16px;
  color: #222;
  margin: 0 0 10px 10px;
  padding-left: 0;
  line-height: 1.4;
  font-weight: 500;
}
.popup-wrap .pop-whBox .pop-area .pop-con .dot-list li::before {
  display: none;
}
.popup-wrap .pop-whBox .pop-area .pop-con .dot-list li:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #666;
  position: absolute;
  top: 8px;
  left: -10px;
}
.popup-wrap .pop-whBox .pop-area .pop-con .dot-list.tp-gray li {
  line-height: 24px;
  font-size: 14px;
  color: #999;
}
.popup-wrap .pop-whBox .pop-area .pop-con .dot-list.tp-gray li:after {
  background: #999;
  top: 12px;
}
.popup-wrap .pop-whBox .pop-area .pop-btn {
  overflow: hidden;
}
.popup-wrap .pop-whBox .pop-area .pop-btn.leg02 .pBtn {
  float: left;
  width: 50%;
  border-radius: 0 0 18px 0;
}
.popup-wrap .pop-whBox .pop-area .pop-btn.leg02 .pBtn:first-child {
  border-radius: 0 0 0 18px;
}
.popup-wrap .pop-whBox .pop-area .pop-btn.leg03 .pBtn {
  float: left;
  width: 33%;
  border-radius: 0;
}
.popup-wrap .pop-whBox .pop-area .pop-btn.leg03 .pBtn:first-child {
  border-radius: 0 0 0 18px;
}
.popup-wrap .pop-whBox .pop-area .pop-btn.leg03 .pBtn:last-child {
  width: 34%;
  border-radius: 0 0 18px 0;
}
.popup-wrap .pop-whBox .pop-area.option-tp .pop-con .pop-tit + .tabs-area {
  margin: 34px 0 8px;
}
.popup-wrap .pop-whBox .pop-area.option-tp .swiper-area {
  overflow: hidden;
  height: 535px;
}
.popup-wrap .pop-whBox .pop-area.option-tp .swiper-area .item .ps-tit {
  text-align: center;
  height: 26px;
  line-height: 26px;
  font-size: 24px;
}
.popup-wrap .pop-whBox .pop-area.option-tp .swiper-area .item .pop-scroll {
  height: 168px;
  margin: 23px 0 30px;
  padding: 0 30px;
}
.popup-wrap .pop-whBox .pop-area.option-tp .swiper-area .item .pop-scroll .con-txt {
  line-height: 24px;
  letter-spacing: -0.01em;
}
.popup-wrap .pop-whBox .pop-area.option-tp .swiper-area .item .pop-scroll .mCSB_outside + .mCSB_scrollTools {
  right: 16px;
}
.popup-wrap .pop-whBox .pop-area.option-tp .swiper-area .item .ps-img {
  overflow: hidden;
  height: 288px;
  border-radius: 0 0 19px 19px;
}
.popup-wrap .pop-whBox .pop-area.option-tp .swiper-area .item .ps-img img {
  display: block;
  height: 100%;
}
.popup-wrap .pop-whBox .pop-area.option-tp .swiper-area .owl-nav > button {
  position: absolute;
  top: 0;
  width: 26px;
  height: 26px;
}
.popup-wrap .pop-whBox .pop-area.option-tp .swiper-area .owl-nav > button:after {
  content: "";
  position: absolute;
  top: 5px;
  display: block;
  width: 9px;
  height: 16px;
}
.popup-wrap .pop-whBox .pop-area.option-tp .swiper-area .owl-nav > button.owl-prev {
  left: 22px;
}
.popup-wrap .pop-whBox .pop-area.option-tp .swiper-area .owl-nav > button.owl-prev:after {
  left: 8px;
  background-position: -200px top;
}
.popup-wrap .pop-whBox .pop-area.option-tp .swiper-area .owl-nav > button.owl-prev.disabled:after {
  background-position: -209px top;
}
.popup-wrap .pop-whBox .pop-area.option-tp .swiper-area .owl-nav > button.owl-next {
  right: 22px;
}
.popup-wrap .pop-whBox .pop-area.option-tp .swiper-area .owl-nav > button.owl-next:after {
  right: 8px;
  background-position: -200px -16px;
}
.popup-wrap .pop-whBox .pop-area.option-tp .swiper-area .owl-nav > button.owl-next.disabled:after {
  background-position: -209px -16px;
}
.popup-wrap .pop-whBox .pop-area.option-tp .swiper-area .owl-nav > button.disabled {
  cursor: default;
}
.popup-wrap .pop-whBox .pop-area.option-tp .info {
  position: absolute;
  left: 30px;
  bottom: 296px;
  line-height: 20px;
}
.popup-wrap .pop-whBox .pop-area.pop-warranty {
  width: 468px;
}
.popup-wrap .pop-whBox .pop-area.pop-warranty .desc-tit {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  font-weight: 700;
}
.popup-wrap .pop-whBox .pop-area.pop-warranty .desc-txt {
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 400;
}
.popup-wrap .pop-whBox .pop-area.pop-warranty .desc-txt em {
  text-decoration: underline;
}
.popup-wrap .pop-whBox .pop-area.pop-warranty .desc-txt:nth-of-type(2) {
  margin-bottom: 8px;
}
.popup-wrap .pop-whBox .pop-area.pop-warranty .bullet-list li {
  position: relative;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 400;
}
.popup-wrap .pop-whBox .pop-area.pop-warranty .bullet-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #222;
}
.popup-wrap .pop-whBox .pop-area.large {
  width: 520px;
}
.popup-wrap .pop-whBox .pop-close {
  position: absolute;
  right: 24px;
  top: 24px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #efefef;
}
.popup-wrap .pop-whBox .pop-close.tp02 {
  top: -30px;
}
.popup-wrap .pop-whBox .pop-close:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  display: block;
  width: 8px;
  height: 8px;
  background-position: -175px top;
}
.popup-wrap .pop-whBox .pop-area02 {
  margin-top: 30px;
  min-height: 60px;
  padding: 6px 30px;
  border-radius: 30px;
  background-color: #fff;
}
.popup-wrap .pop-whBox .pop-area02 .con-txt {
  text-align: center;
  line-height: 24px;
  font-size: 16px;
}
.popup-wrap .pBtn {
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 0 0 19px 19px;
  background-color: #fff;
}
.popup-wrap .pBtn > span {
  display: inline-block;
  vertical-align: top;
  height: 58px;
  line-height: 58px;
  font-size: 20px;
}
.popup-wrap .pb-blue {
  border-color: #364f7f;
  background-color: #364f7f;
}
.popup-wrap .pb-blue > span {
  color: #fff;
}
.popup-wrap .pb-yellow {
  border-color: #ffbc00;
  background-color: #ffbc00;
}
.popup-wrap .pb-yellow > span {
  color: #222;
}
.popup-wrap .cmm-repair-cost .bottom strong.txt {
  left: 630px;
}
.popup-wrap .service-guide .list-type.apply-list li {
  padding: 26px 20px 30px;
}
.popup-wrap .service-guide .list-type.apply-list li .a-txt {
  font-size: 15px;
}
.popup-wrap .service-guide .list-bl-txt {
  font-size: 14px;
  color: #222;
}
.popup-wrap .service-guide .list-bl-txt li {
  display: block;
  position: relative;
  margin: 10px 0 0;
  padding: 0 0 0 15px;
  font-size: 14px;
  color: #222;
}
.popup-wrap .service-guide .list-bl-txt li:first-child {
  margin: 0;
}
.popup-wrap .service-guide .list-bl-txt li:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #222;
}
.popup-wrap .service-guide .ews-step li {
  position: relative;
  display: block;
  height: 100px;
  margin: 10px 0 0 0;
  padding: 15px 100px 15px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 0;
}
.popup-wrap .service-guide .ews-step li:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.popup-wrap .service-guide .ews-step li:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  z-index: 10;
}
.popup-wrap .service-guide .ews-step li.step-1:after {
  background-position: -178px 0;
}
.popup-wrap .service-guide .ews-step li.step-2:after {
  background-position: -258px 0;
}
.popup-wrap .service-guide .ews-step li.step-3:after {
  background-position: -338px 0;
}
.popup-wrap .service-guide .ews-step .tit {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  vertical-align: middle;
}
.popup-wrap .service-guide .ews-step .tit span {
  font-size: inherit;
}
.popup-wrap .service-guide .guide-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.popup-wrap .service-guide .guide-table table tr > * {
  color: #666;
  font-size: 13px;
}
.popup-wrap .service-guide .guide-table table thead th {
  line-height: 20px;
  padding: 10px 0;
  background-color: #f1f1f1;
}
.popup-wrap .service-guide .guide-table table thead th.tb-lt {
  padding-left: 13px;
}
.popup-wrap .service-guide .guide-table table tbody td {
  line-height: 20px;
  height: 50px;
  padding: 5px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.popup-wrap .service-guide .guide-table .tb-lt {
  text-align: left !important;
}
.popup-wrap .service-guide .guide-table .tb-rt {
  text-align: right !important;
}
.popup-wrap .service-guide .guide-table .tb-cen {
  text-align: center !important;
}
.popup-wrap .service-guide .guide-table .tb-last {
  border-right: 0 none !important;
}
.popup-wrap .service-guide .guide-table .s-th {
  text-align: center;
  color: #222;
}
.popup-wrap .service-guide .guide-table .txt-wb {
  word-break: break-all;
}
.popup-wrap .service-guide .guide-info-block {
  font-size: 14px;
  margin-top: 20px;
}
.popup-wrap .service-guide .guide-info-block a {
  color: #2666c6;
  text-decoration: underline;
}
.popup-wrap .cmm-list-kb li {
  width: 350px;
}
.popup-wrap .cmm-eg-list li span {
  font-size: 12px;
}
.popup-wrap.popup-wrap--main .pop-whBox .pop-area {
  width: 500px;
  background: transparent;
}
.popup-wrap.popup-wrap--main .pop-whBox .pop-area.pop-area--guide {
  width: 750px;
}
.popup-wrap.popup-wrap--main .pop-whBox .pop-area-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.popup-wrap.popup-wrap--main .pop-whBox .pop-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.popup-wrap.popup-wrap--main .pop-whBox .pBtn {
  border-radius: 0;
}
.popup-wrap.popup-wrap--main .pop-whBox .pb-kb-yellow {
  color: #222;
  background: #fecb04;
  border-color: #fecb04;
}
.popup-wrap.popup-wrap--main .pop-whBox .pop-close.tp02 {
  top: 0px;
}
.popup-wrap.popup-wrap--main .owl-nav button.owl-next,
.popup-wrap.popup-wrap--main .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  z-index: 2;
}
.popup-wrap.popup-wrap--main .owl-nav button.owl-next span,
.popup-wrap.popup-wrap--main .owl-nav button.owl-prev span {
  display: none;
}
.popup-wrap.popup-wrap--main .owl-nav button.owl-next.disabled,
.popup-wrap.popup-wrap--main .owl-nav button.owl-prev.disabled {
  opacity: 0.35;
}
.popup-wrap.popup-wrap--main .owl-nav button.owl-prev {
  left: -50px;
  background-position: -329px 0;
}
.popup-wrap.popup-wrap--main .owl-nav button.owl-next {
  right: -50px;
  background-position: -363px 0;
}
.popup-wrap.popup-wrap--guide .pop-whBox .pop-area {
  background: transparent;
}
.popup-wrap.popup-wrap--guide .pop-whBox .pop-area-box {
  position: relative;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}
.popup-wrap.popup-wrap--guide .pop-whBox .pop-con {
  padding: 0 0 60px 0;
}
.popup-wrap.popup-wrap--guide .pop-whBox .pop-con .pop-scroll {
  max-height: 740px;
  margin-top: 0;
}
.popup-wrap.popup-wrap--guide .pop-whBox .pop-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.popup-wrap.popup-wrap--guide .pop-whBox .pBtn {
  border-radius: 0;
}
.popup-wrap.popup-wrap--guide .pop-whBox .pb-kb-yellow {
  color: #222;
  background: #fecb04;
  border-color: #fecb04;
}
.popup-wrap.popup-wrap--guide .pop-whBox .pop-close.tp02 {
  top: 0px;
}
.popup-wrap.popup-wrap--guide .pop-whBox .new-content-body {
  padding-bottom: 50px;
}
.popup-wrap.popup-wrap--guide .pop-whBox .new-content-body .subcont-area.type-divide {
  margin: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.pop-s-title {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
}

.w320 {
  width: 320px !important;
}

.w820 {
  width: 820px !important;
}

.popup-alert .pop-area {
  border-radius: 8px !important;
}
.popup-alert .pop-con {
  padding: 32px !important;
}
.popup-alert .pop-con .inp-ch-r {
  margin-top: 16px !important;
}
.popup-alert .con-txt strong {
  display: inline-block;
  font-weight: 700;
  line-height: 23px;
}
.popup-alert .con-txt .txt {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  line-height: 19px;
}
.popup-alert .con-txt.center {
  text-align: center;
}
.popup-alert .pop-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 8px;
  margin-top: 16px;
}
.popup-alert .pop-btn .btn {
  width: 97px;
  line-height: 39px;
}
.popup-alert .pop-btn .btn + .btn {
  margin-left: 0;
}

.popup-wrap.alert-base .pop-area {
  border-radius: 6px;
  width: auto;
  min-width: 295px;
  max-width: 420px;
  overflow: hidden;
  padding: 0;
}
.popup-wrap.alert-base .pop-area .top-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  padding: 32px 80px 24px 32px;
}
.popup-wrap.alert-base .pop-area .con-txt {
  padding: 32px 24px 28px;
  text-align: center;
}
.popup-wrap.alert-base .pop-area .con-txt .tit {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.popup-wrap.alert-base .pop-area .con-txt .txt {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
}
.popup-wrap.alert-base .pop-area .con-inner {
  padding: 0 28px 32px 32px;
}
.popup-wrap.alert-base .pop-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-wrap.alert-base .pop-btn > .c-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0;
  margin-left: 0;
}
.popup-wrap.alert-base .c-btn-close {
  position: absolute;
  top: 34px;
  right: 28px;
  width: 24px;
  height: 24px;
  background: url("../images/common/icon-close.svg") no-repeat center;
}
.popup-wrap.popup-dealer .pop-whBox .pop-area {
  border-radius: 8px;
}
.popup-wrap.popup-dealer .pop-whBox .pop-area .pop-con {
  padding: 0 32px;
}
.popup-wrap.popup-dealer .pop-whBox .pop-area .pop-con .pop-tit {
  padding: 32px 0 24px 0;
}
.popup-wrap.popup-dealer .pop-whBox .pop-area .pop-con .pop-tit h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.popup-wrap.popup-dealer .pop-whBox .pop-area .pop-con .pop-tit + .pop-scroll {
  margin-top: 0;
}
.popup-wrap.popup-dealer .pop-whBox .pop-area .pop-btn {
  padding: 24px 10px 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup-wrap.popup-dealer .pop-whBox .pop-area .pop-btn > .btn {
  width: 85px;
  font-weight: 500;
}
.popup-wrap.popup-dealer .pop-whBox .pop-area .pop-btn > .c-bottom-btn {
  width: auto;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  border-radius: 4px;
  background: #ffd338;
}
.popup-wrap.popup-dealer .pop-whBox .pop-area .pop-btn > .c-bottom-btn.btn-black {
  background: #222;
  height: 40px;
}
.popup-wrap.popup-dealer .pop-whBox .pop-area.no-footer .pop-con {
  padding-bottom: 40px;
}
.popup-wrap.popup-dealer .pop-whBox .pop-close {
  width: 24px;
  height: 24px;
  border-radius: 0;
  background-color: #fff;
  top: 34px;
  right: 28px;
}
.popup-wrap.popup-dealer .pop-whBox .pop-close:after {
  width: 100%;
  height: 100%;
  position: initial;
  background: url("../images/dealer/icon24-close-black.svg") no-repeat;
}
.popup-wrap.popup-dealer .pop-scroll {
  max-height: 292px;
}
.popup-wrap.popup-dealer .pop-scroll .mCSB_outside + .mCSB_scrollTools {
  opacity: 1;
}
.popup-wrap.popup-dealer .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
  background-color: #eee;
  border-radius: 100px;
  margin-left: 8px;
}
.popup-wrap.popup-dealer .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  border-radius: 100px;
  margin-left: 8px;
  background-color: #444 !important;
}
.popup-wrap.popup-dealer .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background-color: #444 !important;
}
.popup-wrap.popup-dealer .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #444 !important;
}
.popup-wrap.popup-dealer .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #444 !important;
}
.popup-wrap.popup-dealer .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #444 !important;
}

.btn-black {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  background: #222;
}
.btn-black.line-black {
  font-weight: 500;
  color: #222;
  background: #fff;
  border: 1px solid #666;
}

.pop-scroll {
  max-height: 532px;
}
.pop-scroll.tp02 {
  height: 410px;
}
.pop-scroll.tp03 {
  max-height: 448px;
}
.pop-scroll.tp04 {
  max-height: 592px;
}
.pop-scroll.tp05 {
  max-height: 642px;
}
.pop-scroll .mCSB_outside + .mCSB_scrollTools {
  right: -16px;
}

.popup-wrap .pop-whBox .pop-area.tp-ai {
  width: 280px;
  height: 240px;
}
.popup-wrap .pop-whBox .pop-area.tp-ai .pop-con {
  padding: 0;
}
.popup-wrap .pop-whBox .pop-area.tp-ai .pop-con .ai-txt {
  position: relative;
  display: block;
  text-align: center;
  line-height: 24px;
  padding-top: 140px;
  font-size: 18px;
}
.popup-wrap .pop-whBox .pop-area.tp-ai .pop-con .ai-txt:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 61px;
  display: block;
  width: 57px;
  height: 58px;
  margin-left: -28px;
}

.popup-wrap .pop-whBox .pop-area.tp-intro {
  width: 388px;
  height: 572px;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con {
  padding: 50px 45px 0;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .tit-intro {
  min-height: 54px;
  line-height: 27px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .tit-list li {
  border-bottom: 1px solid #ddd;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .tit-list li a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 124px;
  padding: 32px 70px 0 0;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .tit-list li a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .tit-list li a .tit {
  line-height: 26px;
  font-size: 18px;
  font-weight: 500;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .tit-list li a .txt {
  line-height: 22px;
  margin-top: 4px;
  font-size: 16px;
  color: #797979;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .tit-list li a.bg01:after {
  right: 5px;
  width: 64px;
  height: 40px;
  margin-top: -20px;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .tit-list li a.bg02:after {
  right: 5px;
  width: 64px;
  height: 40px;
  margin-top: -20px;
  background-position: -64px top;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .tit-list li a.bg03:after {
  right: 5px;
  width: 64px;
  height: 40px;
  margin-top: -20px;
  background-position: -128px top;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .tit-list li a.bg04:after {
  right: 9px;
  width: 60px;
  height: 44px;
  margin-top: -22px;
  background-position: -192px top;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .tit-list li a.bg05:after {
  right: 8px;
  width: 61px;
  height: 40px;
  margin-top: -20px;
  background-position: -252px top;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .tit-list li a.bg06:after {
  right: 18px;
  width: 38px;
  height: 53px;
  margin-top: -26px;
  background-position: -313px top;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .tit-list li a.bg07:after {
  right: 14px;
  width: 43px;
  height: 56px;
  margin-top: -28px;
  background-position: -351px top;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .tit-list li a.bg08:after {
  right: 6px;
  width: 60px;
  height: 46px;
  margin-top: -23px;
  background-position: -394px top;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .tit-list li a.bg09:after {
  right: 11px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-position: -454px top;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .tit-list li a.bg10:after {
  right: 12px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-position: -504px top;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .tit-list li a.bg11:after {
  right: 5px;
  width: 64px;
  height: 40px;
  margin-top: -20px;
  background-position: -554px top;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .tit-list li a.bg12:after {
  right: 12px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-position: -618px top;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .tit-list li a.bg13:after {
  right: 10px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-position: -668px top;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .tit-list li a.bg14:after {
  right: 12px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-position: -718px top;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .car-txt-area .txt01 {
  line-height: 34px;
  font-size: 16px;
  font-weight: 300;
  color: #797979;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .car-txt-area .txt02 {
  line-height: 26px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .car-txt-area .txt03 {
  line-height: 20px;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 500;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .car-img {
  text-align: center;
  height: 220px;
  margin-top: -20px;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .car-img img {
  display: inline-block;
  width: 305px;
  height: 220px;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .car-txt {
  text-align: center;
  line-height: 30px;
  margin-top: 19px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .pop-con .area-btn {
  margin-top: 27px;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .txt-btn-area {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 36px;
}
.popup-wrap .pop-whBox .pop-area.tp-intro .txt-btn-area .txt-btn {
  line-height: 24px;
  font-size: 16px;
  color: #797979;
}

.dimmed {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
}
.dimmed .layer_popup {
  width: 400px;
  height: 300px;
  border: 1px solid black;
  background: #fff;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dimmed .layer_content {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Pretendard", ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: normal;
  line-height: 1.15;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.is-shown {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.is-invisible {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.line-block {
  white-space: nowrap;
}

button {
  cursor: pointer;
}

/* Pretendard */
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("../../assets/font/Pretendard-Bold.woff2") format("woff2"), url("../../assets/font/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("../../assets/font/Pretendard-SemiBold.woff2") format("woff2"), url("../../assets/font/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("../../assets/font/Pretendard-Medium.woff2") format("woff2"), url("../../assets/font/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("../../assets/font/Pretendard-Regular.woff2") format("woff2"), url("../../assets/font/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("../../assets/font/Pretendard-Light.woff2") format("woff2"), url("../../assets/font/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("../../assets/font/Pretendard-Thin.woff2") format("woff2"), url("../../assets/font/Pretendard-Thin.woff") format("woff");
}
body {
  font-family: "Pretendard", ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  color: #333;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #333;
  text-decoration: underline;
}
a img {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
}

.table {
  width: 100%;
  color: #222;
  font-size: 16px;
  background: #fff;
  border-collapse: collapse;
}
.table th,
.table td {
  padding: 18px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #e0e0e0 #ededed;
}
.table th {
  font-weight: normal;
}
.table thead th {
  color: #8f8f8f;
  background-color: #fbfbfd;
}
.table .active th,
.table .active td {
  background-color: #fbf6e9;
}
.table .cell-first {
  border-left: 0;
}
.table .cell-orange {
  color: #ff5d16;
}

.table--text-center th,
.table--text-center td {
  text-align: center;
}
.table--text-center th.cell-left,
.table--text-center td.cell-left {
  text-align: left;
}

.table--condensed th,
.table--condensed td {
  font-size: 14px;
  padding: 12px;
}

/*
* textEllipsis 한 줄
* @include textEllipsis;
*/
/*
* textEllipsis 두 줄
* @include textEllipsisClamp;
*/
/*
 * clearfix
 * @include clearfix;
*/
/* 공통 작업 */
.container {
  position: relative;
  width: 1260px;
  margin: 0 auto;
}
.main-custom .container, .main-review .container {
  overflow: hidden;
}
.container.w1200 {
  width: 1200px;
}

.icon-common {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 4px;
  background: url("../../assets/images/common/icon_common_v20210915.png") no-repeat;
  vertical-align: middle;
  overflow: hidden;
}
.icon-common.icon-common--sigin-up {
  background-position: left top;
}
.icon-common.icon-common--sigin-in {
  background-position: -25px top;
}
.icon-common.icon-common--sign-out {
  background-position: -50px top;
}
.icon-common.icon-common--garage {
  width: 22px;
  background-position: -75px top;
}
.icon-common.icon-common--where {
  height: 22px;
  background-position: left -25px;
}
.icon-common.icon-common--center {
  top: 0;
  width: 20px;
  height: 19px;
  background-position: -25px -25px;
}
.icon-common.icon-common--certification {
  width: 17px;
  height: 17px;
  background-position: -50px -25px;
}

.header {
  position: relative;
  z-index: 5;
}

.header__logo {
  position: absolute;
  left: 3px;
  top: 53px;
  display: block;
  width: 115px;
  height: 50px;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.header__app-award {
  position: absolute;
  left: 132px;
  top: 74px;
  display: none;
  width: 125px;
  height: 30px;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.header__app-award img {
  display: block;
  width: 100%;
  height: 100%;
}

.header__navigation {
  position: relative;
  height: 25px;
  padding: 80px 0 30px 0;
  text-align: right;
}

hr.header-line {
  border: none;
  border-top: 1px solid #d9d9d9;
  margin: 0;
}

.navigation {
  font-size: 0;
}

.navigation-global {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 20px 0 0;
  list-style: none;
  font-size: 0;
  vertical-align: top;
}
.navigation-global.navigation-global-member .navigation-global__link {
  padding: 0 18px;
}

.navigation-global__item {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}
.navigation-global__item.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 55px;
  background: transparent;
}

.navigation-global__link {
  position: relative;
  display: block;
  padding: 0 30px;
  color: #252525;
}
.navigation-global__item.active .navigation-global__link {
  color: #ff5d16;
  text-decoration: none;
}
.navigation-global--dealer .navigation-global__link {
  padding: 0 15px;
}

.navigation-global__menu {
  position: absolute;
  left: 0;
  top: 55px;
  display: none;
  padding: 15px 0;
  border: 1px solid #e8e8e8;
  background: #fff;
  text-align: left;
}
.navigation-global__item.active .navigation-global__menu {
  display: block;
}

.navigation-global__menu-triangle {
  position: absolute;
  left: 34px;
  top: -14px;
  display: block;
  width: 28px;
  height: 14px;
}
.navigation-global__menu-triangle:before, .navigation-global__menu-triangle:after {
  position: absolute;
  display: none;
}
.navigation-global__menu-triangle:before {
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border: inset 14px;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #e8e8e8;
}
.navigation-global__menu-triangle:after {
  left: 0;
  top: 1px;
  display: block;
  width: 0;
  height: 0;
  border: inset 14px;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #fff;
}

.navigation-global__menu-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 5;
}

.navigation-global__menu-item {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #2b2b2b;
  white-space: nowrap;
}

.navigation-global__menu-link {
  display: block;
  padding: 6px 30px;
  font-weight: normal;
}
.navigation-global__menu-link:hover {
  color: #ff5d16;
}

.navigation-util {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  color: #454545;
}
.navigation-util:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  display: inline-block;
  width: 1px;
  height: 18px;
  margin-top: -9px;
  background: #c8c8c8;
}

a.navigation-util__item {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  border: 1px solid transparent;
  margin: 0 10px;
  padding: 0 5px;
  color: #454545;
}
a.navigation-util__item:hover, a.navigation-util__item:focus {
  text-decoration: none;
}
a.navigation-util__item:last-child {
  margin-right: 5px;
}
.navigation-util--dealer a.navigation-util__item {
  padding: 0 5px;
}

.navigation-util__item--toggle {
  position: relative;
  top: -1px;
  display: inline-block;
  padding: 1px;
  border: 1px solid #ffe0c2;
  border-radius: 14px;
  font-size: 0;
  line-height: 1;
  vertical-align: middle;
  overflow: hidden;
}
.navigation-util__item--toggle .toggle-role__item {
  display: inline-block;
  padding: 0 10px;
  color: #ff5d16;
  font-size: 14px;
  line-height: 26px;
}
.navigation-util__item--toggle .toggle-role__item.active {
  color: #fff;
  background: #ff5d16;
  border-radius: 13px;
}

.navigation-util__info {
  position: relative;
  display: inline-block;
}

.navigation-util__name {
  color: #ff5d16;
  font-weight: bold;
}

.navigation-util-more {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  margin-top: 12px;
  text-align: left;
  border: 1px solid #dcdcdc;
  background: #fff;
  -webkit-box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.1);
}
.navigation-util-more:before, .navigation-util-more:after {
  content: "";
  position: absolute;
  left: 36px;
}
.navigation-util-more:before {
  top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #dcdcdc;
}
.navigation-util-more:after {
  top: -9px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #fff;
}

.navigation-util__info.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 55px;
  background: transparent;
}
.navigation-util__info.active .navigation-util__item {
  background: #fcfcfc;
  border: 1px solid #eae9e5;
}
.navigation-util__info.active .navigation-util-more {
  display: block;
}

.navigation-util-more__list {
  position: relative;
  margin: 0 20px;
  padding: 12px 2px;
  border-top: 1px solid #dcdcdc;
  list-style: none;
  white-space: nowrap;
}
.navigation-util-more__list:first-child {
  border-top: none;
}

.navigation-util-more__item {
  position: relative;
  font-size: 0;
  padding: 4px 0;
  white-space: nowrap;
  overflow: hidden;
}

.navigation-util-more__text,
.navigation-util-more__number {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
}

.navigation-util-more__number {
  color: #ff5d16;
  font-weight: normal;
}

.navigation-util-more__list.has-number .navigation-util-more__item {
  position: relative;
  padding-left: 80px;
  text-align: right;
}
.navigation-util-more__list.has-number .navigation-util-more__text {
  position: absolute;
  left: 0;
  top: 4px;
}

.navigation-quick {
  position: absolute;
  right: 0;
  top: 30px;
}

a.navigation-quick__item {
  position: relative;
  display: inline-block;
  margin: 0 0 0 1px;
  padding: 0 12px;
  font-size: 14px;
  overflow: visible;
}
a.navigation-quick__item:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  display: inline-block;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background: #c8c8c8;
  vertical-align: middle;
}
a.navigation-quick__item:first-of-type:before {
  content: none;
}
a.navigation-quick__item:hover, a.navigation-quick__item:focus {
  text-decoration: none;
}

a.navigation-quick__all {
  position: relative;
  padding-right: 18px;
}
a.navigation-quick__all:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #464646 transparent transparent;
}

.navigation-dealer-sell {
  display: inline-block;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.navigation-dealer-sell .navigation-dealer-sell-gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #222;
  text-align: center;
}
.navigation-dealer-sell .navigation-dealer-sell-gnb .item {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 157px;
  padding: 26px 0;
}
.navigation-dealer-sell .navigation-dealer-sell-gnb .item.on {
  font-weight: 700;
  color: #ff5d16;
}
.navigation-dealer-sell .navigation-dealer-sell-gnb .item.on::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #222;
}

.breadcrumb {
  position: relative;
  height: 64px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ededed;
  overflow: visible;
  color: #222;
  font-size: 16px;
  line-height: 1.25;
}

.breadcrumb__block {
  position: relative;
  display: block;
  float: left;
}

.breadcrumb__home {
  float: left;
  display: block;
  margin: 0 6px 0 0;
  padding: 22px;
  border-width: 0 1px;
  border-style: solid;
  border-color: #ededed;
}

.breadcrumb__home-icon {
  display: block;
  width: 19px;
  height: 20px;
  background: url("../../assets/images/common/icon_breadcrumb_home.png");
  text-indent: -9999em;
  overflow: hidden;
}

a.breadcrumb__item {
  display: block;
  padding: 22px 37px 22px 17px;
  color: #757575;
}
a.breadcrumb__item:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -2px;
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #757575 transparent transparent;
}
a.breadcrumb__item:hover {
  color: #222;
}
a.breadcrumb__item:hover:after {
  border-color: #222 transparent transparent;
}
a.breadcrumb__item:focus {
  text-decoration: none;
}
.breadcrumb__block.active a.breadcrumb__item {
  color: #222;
}
.breadcrumb__block.active a.breadcrumb__item:after {
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #222;
}

.breadcrumb__sub-block {
  display: none;
  padding: 15px 0;
  position: absolute;
  left: -12px;
  top: 100%;
  margin-top: -13px;
  border: 1px solid #e8e8e8;
  background: #fff;
  z-index: 5;
}
.breadcrumb__block.active .breadcrumb__sub-block {
  display: block;
}

.breadcrumb__sub-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb__sub-item {
  display: block;
  white-space: nowrap;
}

a.breadcrumb__sub-link {
  display: block;
  padding: 6px 29px;
  color: #222;
}
a.breadcrumb__sub-link:hover {
  color: #ff5d16;
}

.style-reset h2,
.style-reset p,
.style-reset ul {
  margin: 0;
  padding: 0;
}
.style-reset ul,
.style-reset li {
  list-style: none;
}
.style-reset a {
  text-decoration: none;
}
.style-reset button {
  border: none;
  background-color: transparent;
}

.a11y,
.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}

/* text */
.c-body-18 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.c-body-16 {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}

.c-body-14 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.c-body-12 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.c-body-11 {
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
}

.c-body-10 {
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
}

.c-title-28 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}

.c-title-24 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.c-title-24-l {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

.c-title-20 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.c-title-20-l {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.c-title-18 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.sub-top-title {
  font-size: 56px;
  font-weight: 300;
  line-height: 68px;
}
.sub-top-title strong {
  font-weight: 700;
}
.page-nav + .sub-top-title {
  margin-top: 16px;
}

.sub-top-stitle {
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 48px;
}

/* font-weight */
.font-w-b {
  font-weight: 700;
}

.font-w-m {
  font-weight: 500;
}

.font-w-l {
  font-weight: 300;
}

.cmgt-8 {
  margin-top: 8px !important;
}

.cmgt-16 {
  margin-top: 16px !important;
}

.cmgt-24 {
  margin-top: 24px !important;
}

.cmgt-32 {
  margin-top: 32px !important;
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.magazine-cont {
  padding-top: 72px;
  margin-bottom: 128px;
}
.magazine-cont h2,
.magazine-cont h4,
.magazine-cont p,
.magazine-cont ul {
  margin: 0;
  padding: 0;
}
.magazine-cont ul,
.magazine-cont li {
  list-style: none;
}
.magazine-cont a {
  text-decoration: none;
}
.magazine-cont button {
  border: none;
  background-color: transparent;
}
.magazine-cont .h-auto {
  height: auto !important;
}
.magazine-cont .page-title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
.magazine-cont h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.magazine-cont h3.icon-title {
  position: relative;
  padding-left: 68px;
  margin-bottom: 24px;
}
.magazine-cont h3.icon-title::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 30px;
  background: url("../../assets/images/magazine/icon-title.svg") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
}
.magazine-cont h3 ~ .section-header {
  margin-top: 32px;
}
.magazine-cont .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.magazine-cont .section-header .section-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.magazine-cont .section-header .view-all {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  position: relative;
  padding-right: 20px;
}
.magazine-cont .section-header .view-all::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../assets/images/magazine/icon-arrow.svg") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.magazine-cont .articles {
  margin-top: 64px;
}
.magazine-cont .articles:first-child {
  margin-top: 0;
}
.magazine-cont .articles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(384px, 1fr));
  gap: 48px 24px;
}
.magazine-cont .article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.magazine-cont .article-card .article-image {
  width: 100%;
  max-height: 209px;
  min-height: 209px;
  background-color: #ddd;
}
.magazine-cont .article-card .article-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.magazine-cont .article-card .article-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-top: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.magazine-cont .article-card .article-content .article-category {
  display: block;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: #287eff;
}
.magazine-cont .article-card .article-content .article-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin: 4px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.magazine-cont .article-card .article-content .article-description {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 4px 0 24px;
}
.magazine-cont .article-card .article-content .article-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  gap: 12px;
}
.magazine-cont .article-card .article-content .article-meta .article-date,
.magazine-cont .article-card .article-content .article-meta .article-views {
  min-width: 0;
  max-width: 50%;
  overflow-wrap: break-word;
  word-break: break-word;
}
.magazine-cont .article-card .article-content .article-meta .article-date {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
}
.magazine-cont .article-card .article-content .article-meta .article-views {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
}
.magazine-cont .article-card .article-content .article-meta .article-views::before {
  content: "";
  display: inline-block;
  background: url("../../assets/images/magazine/icon-view-black.svg") no-repeat center;
  width: 18px;
  height: 18px;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.magazine-cont .best {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.magazine-cont .best .best-news {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.magazine-cont .best .best-news h2 .title {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.magazine-cont .best .best-news h2 .sub-title {
  display: block;
  color: #ffd338;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.magazine-cont .best .best-news .description {
  margin-top: 16px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.magazine-cont .best .best-image {
  width: 404px;
  height: 358px;
  margin-left: auto;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ddd;
}
.magazine-cont .best .best-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.magazine-cont .trending .trending-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.magazine-cont .trending .trending-container .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 30px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.magazine-cont .trending .trending-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.magazine-cont .trending .trending-container .trend-main {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  height: 408px;
  background-color: #ddd;
}
.magazine-cont .trending .trending-container .trend-side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.magazine-cont .trending .trending-container .trend-side .trend-card {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  width: 392px;
  height: 194px;
  background-color: #ddd;
}
.magazine-cont .trending .trending-container .trend-side .trend-card .overlay {
  font-size: 16px;
  padding: 16px 24px;
}
.magazine-cont .reviews .review-card {
  background: #fff;
  border-radius: 6px;
  padding: 28px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.magazine-cont .reviews .review-card .review-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 12px;
}
.magazine-cont .reviews .review-card .review-header .reviewer {
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  background: url("../../assets/images/magazine/nodata-img.svg") no-repeat #f8f8f8 center;
}
.magazine-cont .reviews .review-card .review-header .reviewer > img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.magazine-cont .reviews .review-card .review-header .review-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.magazine-cont .reviews .review-card .review-header .review-detail .review-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.magazine-cont .reviews .review-card .review-header .review-detail .review-name {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  word-break: break-all;
}
.magazine-cont .reviews .review-card .review-header .review-detail .review-location {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  margin-top: 2px;
  word-break: break-all;
}
.magazine-cont .reviews .review-card .review-header .review-detail .review-rating {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  white-space: nowrap;
}
.magazine-cont .reviews .review-card .review-header .review-detail .review-rating::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../assets/images/magazine/icon-rating.svg") no-repeat center;
  background-size: 100% auto;
  vertical-align: text-top;
}
.magazine-cont .reviews .review-card .review-text {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
.magazine-cont .reviews .review-card .review-text + .c-btn {
  margin-top: auto;
}
.magazine-cont .ui-paginate {
  margin-top: 64px;
}
.magazine-cont .search-active .article-content .article-title,
.magazine-cont .search-active .article-content .article-description,
.magazine-cont .search-active .article-content .article-date,
.magazine-cont .search-active .article-content .article-views {
  color: #aaa;
}
.magazine-cont .search-active .article-content .keyword {
  color: #222;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  font-style: normal;
}
.magazine-cont .search-active .article-content .article-meta .article-views::before {
  background-image: url("../../assets/images/magazine/icon-view-gray.svg");
}
.magazine-cont .sorting-area {
  overflow: hidden;
  margin-bottom: 30px;
}
.magazine-cont .sorting-area .st-left {
  float: left;
}
.magazine-cont .sorting-area .st-right {
  float: right;
}
.magazine-cont .sorting-area .st-tit {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  font-size: 24px;
}
.magazine-cont .sorting-area .link-arrow {
  margin: 5px 0 0 30px;
}
.magazine-cont .sea-leg {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  font-size: 16px;
}
.magazine-cont .sea-leg .leg {
  display: inline-block;
  line-height: 24px;
  font-size: 16px;
  color: #336fc9;
}
.magazine-cont .sea-leg.sel-ht {
  line-height: 40px;
}
.magazine-cont .sea-leg.sel-ht .leg {
  line-height: 40px;
}
.magazine-cont .list-tp-cl {
  margin-top: 60px;
  margin-bottom: 100px;
}
.magazine-cont .list-tp-cl .pic-list {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  display: block;
}
.magazine-cont .list-tp-cl .pic-list .pic-info {
  overflow: hidden;
  float: left;
  width: 620px;
}
.magazine-cont .list-tp-cl .pic-list .pic-info > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.magazine-cont .list-tp-cl .pic-list .pic-info .car-img {
  position: relative;
  float: left;
  width: 180px;
  height: 135px;
  border-radius: 8px;
  overflow: hidden;
}
.magazine-cont .list-tp-cl .pic-list .pic-info .car-img img {
  width: 100%;
}
.magazine-cont .list-tp-cl .pic-list .pic-info .car-txt {
  float: left;
  padding-left: 30px;
  width: 440px;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.magazine-cont .list-tp-cl .pic-list .pic-info .state-txt {
  position: absolute;
  right: 0;
  top: 50%;
  height: 35px;
  margin: -17px 0 0;
}
.magazine-cont .list-tp-cl .pic-list .pic-info .state-txt span {
  display: inline-block;
  height: 35px;
  border: 1px solid #222;
  border-radius: 4px;
  line-height: 33px;
  padding: 0 15px;
}
.magazine-cont .list-tp-cl .pic-list .car-txt .info-box {
  overflow: hidden;
}
.magazine-cont .list-tp-cl .pic-list .car-txt .info-box .date {
  float: left;
  display: inline-block;
  line-height: 22px;
  margin-right: 10px;
  font-size: 13px;
  color: #666;
}
.magazine-cont .list-tp-cl .pic-list .car-txt .info-box .r-txt {
  float: left;
}
.magazine-cont .list-tp-cl .pic-list .car-txt .info-box .r-txt > span {
  float: left;
  display: inline-block;
  padding: 0 10px;
  margin-right: 6px;
  line-height: 20px;
  border: 1px solid #222;
  border-radius: 11px;
  color: #222;
}
.magazine-cont .list-tp-cl .pic-list .car-txt .car-name {
  display: block;
  font-size: 18px;
  line-height: 1.33;
  margin: 17px 0 3px;
  font-weight: 300;
}
.magazine-cont .list-tp-cl .pic-list .car-txt .car-estimate {
  display: block;
  margin-right: 20px;
}
.magazine-cont .list-tp-cl .pic-list .car-txt .car-estimate .fs-18 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  font-weight: 300;
}
.magazine-cont .list-tp-cl .pic-list .car-txt .car-estimate b {
  position: relative;
  color: #336fc9;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.magazine-cont .list-tp-cl .pic-list .car-txt .car-estimate b:after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 11px;
  height: 13px;
}
.magazine-cont .list-tp-cl .pic-list .car-txt .car-estimate b.up, .magazine-cont .list-tp-cl .pic-list .car-txt .car-estimate b.down {
  padding: 0 17px 0 0;
}
.magazine-cont .list-tp-cl .pic-list .car-txt .car-estimate b.up:after, .magazine-cont .list-tp-cl .pic-list .car-txt .car-estimate b.down:after {
  background-image: url("../../assets/images/magazine/buy-bg.png");
  background-repeat: no-repeat;
  background-position: -166px -150px;
}
.magazine-cont .list-tp-cl .pic-list .car-txt .car-estimate b.up {
  color: #fd665c;
}
.magazine-cont .list-tp-cl .pic-list .car-txt .car-estimate b.up:after {
  background-position: -155px -150px;
}
.magazine-cont .list-tp-cl .pic-list .txt-info {
  display: table;
  float: right;
  height: 135px;
  padding-right: 30px;
}
.magazine-cont .list-tp-cl .pic-list .txt-info .txt-info-area {
  display: table-cell;
  vertical-align: middle;
}
.magazine-cont .list-tp-cl .pic-list .dealer-info {
  overflow: hidden;
}
.magazine-cont .list-tp-cl .pic-list .dealer-info .dealer-img {
  float: left;
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 60px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.magazine-cont .list-tp-cl .pic-list .dealer-info .dealer-img img {
  width: 100%;
}
.magazine-cont .list-tp-cl .pic-list .dealer-info .dealer-txt {
  float: left;
  padding: 10px 20px 0 20px;
}
.magazine-cont .list-tp-cl .pic-list .dealer-info .dealer-txt .dealer-contact {
  display: block;
}
.magazine-cont .star-area {
  display: inline-block;
  vertical-align: top;
}
.magazine-cont .star-area strong.tit {
  display: inline-block;
  position: relative;
  top: 3px;
  font-weight: 400;
  width: 80px;
}
.magazine-cont .star-area .star-rating,
.magazine-cont .star-area .star-rating > span {
  display: inline-block;
  position: relative;
  height: 17px;
  width: 18px;
  background-image: url("../../assets/images/magazine/ico_star.png");
}
.magazine-cont .star-area .star-rating {
  width: 90px;
  vertical-align: middle;
  top: -2px;
}
.magazine-cont .star-area .star-rating > span {
  background-position: 0 -17px;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
.magazine-cont .star-area .star-rating + .text {
  position: relative;
  top: 1px;
  display: inline-block;
  color: #fd665c;
  margin-left: 5px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
}
.magazine-cont h2.cmm-sub-tit {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 25px;
}
.magazine-cont .cmm-img-info {
  position: relative;
  min-height: 135px;
}
.magazine-cont .cmm-img-info .car-img {
  float: left;
  width: 180px;
  height: 135px;
  overflow: hidden;
  border-radius: 7px;
}
.magazine-cont .cmm-img-info .car-img img {
  width: 100%;
}
.magazine-cont .cmm-img-info .info-txt {
  position: relative;
  padding: 10px 0 0 210px;
}
.magazine-cont .cmm-img-info .info-txt .car-name {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.33;
}
.magazine-cont .cmm-img-info .info-txt .car-num {
  font-size: 18px;
}
.magazine-cont .cmm-line {
  border: 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.magazine-cont .cs-list .owl-carousel .item {
  width: 280px;
}
.magazine-cont .cs-list .car-box .thumnail {
  display: block;
  width: 280px;
  height: 210px;
  border-radius: 10px;
  overflow: hidden;
}
.magazine-cont .cs-list .car-box .thumnail img {
  display: block;
  width: 100%;
  height: 100%;
}
.magazine-cont .cs-list .owl-nav > button {
  position: absolute;
  top: -68px;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  border: 1px solid #222 !important;
  background: #fff !important;
  z-index: 2;
}
.magazine-cont .cs-list .owl-nav > button:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 17px;
  height: 12px;
  margin-top: -6px;
  background: url("../../assets/images/magazine/icon_top_visual.png") no-repeat;
}
.magazine-cont .cs-list .owl-nav > button.owl-prev {
  right: 44px;
}
.magazine-cont .cs-list .owl-nav > button.owl-prev:after {
  left: 50%;
  margin-left: -9px;
  background-position: -74px top;
}
.magazine-cont .cs-list .owl-nav > button.owl-next {
  right: 0;
}
.magazine-cont .cs-list .owl-nav > button.owl-next:after {
  right: 50%;
  margin-right: -9px;
  background-position: -91px top;
}
.magazine-cont .cs-list .owl-nav > button.disabled {
  border-color: #ddd !important;
  cursor: default;
}
.magazine-cont .cs-list .owl-nav > button.disabled.owl-prev:after {
  background-position: -108px top;
}
.magazine-cont .cs-list .owl-nav > button.disabled.owl-next:after {
  background-position: -125px top;
}
.magazine-cont .cs-list .owl-nav > button > span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.magazine-cont .cmm-info-type {
  overflow: hidden;
}
.magazine-cont .cmm-info-type:after {
  display: block;
  clear: both;
  content: "";
  overflow: hidden;
}
.magazine-cont .cmm-info-type dl {
  width: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.magazine-cont .cmm-info-type dl dt {
  float: left;
  display: inline-block;
  width: 80px;
  color: #666;
  font-size: 16px;
  margin-bottom: 13px;
}
.magazine-cont .cmm-info-type dl dd {
  float: left;
  width: 120px;
  margin: 0 100px 13px 0;
  font-size: 16px;
  text-align: right;
  font-weight: 500;
}
.magazine-cont .cmm-add-info dl dt {
  float: left;
  width: 100px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #666;
}
.magazine-cont .cmm-add-info dl dd {
  margin: 0 0 10px;
  padding: 0 0 0 100px;
  font-size: 16px;
  font-weight: 500;
}
.magazine-cont .cmm-dealer-badge {
  position: relative;
  margin-bottom: 60px;
}
.magazine-cont .cmm-dealer-badge .dealer-info {
  position: relative;
}
.magazine-cont .cmm-dealer-badge .dealer-info:after {
  display: block;
  clear: both;
  content: "";
  overflow: hidden;
}
.magazine-cont .cmm-dealer-badge .dealer-info .photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 60px;
  overflow: hidden;
}
.magazine-cont .cmm-dealer-badge .dealer-info .photo img {
  display: block;
  width: 100%;
  height: 100%;
}
.magazine-cont .cmm-dealer-badge .dealer-info .info-txt {
  float: left;
  width: auto;
  padding: 0 0 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.magazine-cont .cmm-dealer-badge .dealer-info .info-txt > * {
  display: block;
  color: #666;
}
.magazine-cont .cmm-dealer-badge .dealer-info .info-txt .name {
  margin-bottom: 12px;
  padding: 5px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
.magazine-cont .cmm-dealer-badge .dealer-info .info-txt .name .tip-wrap {
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.magazine-cont .cmm-dealer-badge .dealer-info .info-txt .name .tip-wrap .tip-box {
  position: absolute;
  top: 0;
  display: none;
  width: 340px;
  padding: 25px 45px 25px 30px;
  border-radius: 20px;
  background-color: #ffbc00;
}
.magazine-cont .cmm-dealer-badge .dealer-info .info-txt .name .tooltip {
  background: url("../../assets/images/common/sprite.png") no-repeat -123px -85px;
  width: 20px;
  height: 22px;
}
.magazine-cont .cmm-dealer-badge .dealer-info .info-txt .addr {
  margin-bottom: 3px;
}
.magazine-cont .cmm-dealer-badge .dealer-info .star-est {
  float: left;
  width: auto;
  margin-right: 40px;
}
.magazine-cont .cmm-dealer-badge .dealer-info .star-est .start-area {
  display: inline-block;
  vertical-align: top;
}
.magazine-cont .cmm-dealer-badge .dealer-info .star-est .estimate {
  margin-top: 36px;
}
.magazine-cont .cmm-dealer-badge .dealer-info .star-est .estimate > * {
  font-size: 18px;
}
.magazine-cont .cmm-dealer-badge .dealer-info .star-est .estimate .pay {
  color: #336fc9;
  font-weight: 900;
}
.magazine-cont .cmm-customer-eva {
  margin-bottom: 60px;
}
.magazine-cont .cmm-customer-eva .star-area .tit {
  width: 60px;
}
.magazine-cont .cmm-customer-eva .star-area .star-rating {
  top: 0;
}
.magazine-cont .cmm-customer-eva .star-area .text {
  top: 3px;
}
.magazine-cont .cmm-customer-review {
  position: relative;
  margin-bottom: 35px;
  padding: 0 0 0 65px;
}
.magazine-cont .cmm-customer-review:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../../assets/images/common/sprite.png") no-repeat -153px -165px;
  width: 25px;
  height: 21px;
}
.magazine-cont .pic-list .pic-info .car-img,
.magazine-cont .cmm-img-info .car-img,
.magazine-cont .cs-list .car-box .thumnail {
  background-color: #ddd;
}
.magazine-cont .cmm-dealer-badge .dealer-info .photo,
.magazine-cont .pic-list .dealer-info .dealer-img {
  background: url("../../assets/images/magazine/nodata-img.svg") no-repeat #f8f8f8 center;
}

.ui-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d9d9d9;
}
.ui-tab > li > a, .ui-tab > li > button {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  font-weight: 300;
  padding: 19.5px 27px;
  cursor: pointer;
}
.ui-tab > li > a.active, .ui-tab > li > button.active {
  position: relative;
  font-weight: 700;
}
.ui-tab > li > a.active:after, .ui-tab > li > button.active:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #222;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.ui-tab > li > a:hover, .ui-tab > li > a:focus, .ui-tab > li > button:hover, .ui-tab > li > button:focus {
  text-decoration: none;
}

.tab-contents-wrap .tab-content {
  display: none;
}
.tab-contents-wrap .tab-content.active {
  display: block;
}

.agree-all-list.agree-all-list--interval > li {
  margin-top: 16px;
}
.agree-all-list + .agree-all-list {
  margin-top: 40px;
}
.agree-all-list > li {
  margin-top: 12px;
}
.agree-all-list > li:first-child {
  margin-top: 0;
  margin-bottom: 16px;
}
.agree-all-list > li .link-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.agree-all-list > li + .ty-simple--list {
  margin-left: 26px;
}
.agree-all-list > li + .ty-simple--list .ty-simple input[type=checkbox] + label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.agree-all-list > li.agree-depth {
  margin-top: 8px;
  margin-left: 26px;
}

.link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.link-wrap .btn-link-txt {
  background: url(../images/icon/icon-arrow-right-black.svg) no-repeat center;
  background-size: 100% auto;
  min-width: 15px;
  height: 16px;
}
.link-wrap .btn-link-txt--text {
  text-decoration: underline;
}

.col-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.col-area.col-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.col-area .item {
  text-align: right;
}
.col-area .item + .col-title {
  margin-top: 18px;
}
.col-area .col-title {
  margin-bottom: -10px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ui-select {
  position: relative;
  display: inline-block;
}
.ui-select .select-type {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  cursor: pointer;
  outline: none;
  padding-right: 24px;
}
.ui-select .select-type::-ms-expand {
  display: none;
}
.ui-select::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
  background: url("../../assets/images/magazine/icon-arrow.svg") no-repeat center;
  background-size: 100% auto;
}
.ui-select .select-cover {
  position: absolute;
  top: 0;
  right: 24px;
  width: 100%;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  pointer-events: none;
  text-align: right;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #fff;
  z-index: 10;
}

.switch-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}
.switch-item [type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-color: #e9e9e9;
  border-radius: 12px;
  width: 46px;
  height: 24px;
}
.switch-item [type=checkbox]::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  background-color: white;
  -webkit-transition: left 250ms linear;
  transition: left 250ms linear;
}
.switch-item [type=checkbox]:checked {
  background-color: #ffd338;
}
.switch-item [type=checkbox]:checked::before {
  background-color: white;
  left: 24px;
}
.switch-item [type=checkbox]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.switch-item [type=checkbox]:disabled:before {
  background-color: lightgray;
}
.switch-item [type=checkbox]:disabled + span {
  opacity: 0.7;
  cursor: not-allowed;
}
.switch-item.switch-ty-2 [type=checkbox] {
  width: 36px;
  height: 20px;
  margin: 0;
}
.switch-item.switch-ty-2 [type=checkbox]::before {
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.switch-item.switch-ty-2 [type=checkbox]:checked {
  background-color: #ffd338;
}
.switch-item.switch-ty-2 [type=checkbox]:checked::before {
  background-color: white;
  left: 16px;
}
.switch-item.switch-ty-2 [type=checkbox]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.switch-item.switch-ty-2 [type=checkbox]:disabled:before {
  background-color: lightgray;
}

.form-chk-radio {
  position: relative;
}
.form-chk-radio input[type=radio],
.form-chk-radio input[type=checkbox] {
  display: none;
  width: 0;
  height: 0;
  border: 0 none;
  font-size: 0;
}
.form-chk-radio input[type=radio]:disabled + label,
.form-chk-radio input[type=checkbox]:disabled + label {
  color: #aaa;
  cursor: default;
}
.form-chk-radio input[type=radio]:disabled + label::before,
.form-chk-radio input[type=checkbox]:disabled + label::before {
  background-image: url(../images/icon/icon-chk-radio-on-grey.svg);
  background-color: #ddd;
  border: solid 0.1px #ddd;
}
.form-chk-radio input[type=radio]:checked + label::before,
.form-chk-radio input[type=checkbox]:checked + label::before {
  background-color: #7d6c59;
  background-image: url(../images/icon/icon-chk-radio-on-yellow.svg);
  border: solid 1px #7d6c59;
}
.form-chk-radio input[type=radio] + label,
.form-chk-radio input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  padding-left: 26px;
  display: inline-block;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}
.form-chk-radio input[type=radio] + label:before,
.form-chk-radio input[type=checkbox] + label:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: url("../images/icon/icon-chk-radio-off.svg");
  background-repeat: no-repeat;
  background-color: white;
  background-position: center center;
  background-size: 12px 12px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-chk-radio.fm-black input[type=checkbox]:checked + label::before,
.form-chk-radio.fm-black input[type=radio]:checked + label::before {
  background-image: url(../images/icon/icon-chk-radio-on-yellow.svg);
  background-color: #222;
  border-color: #222;
}
.form-chk-radio.fm-line input[type=checkbox] + label::before,
.form-chk-radio.fm-line input[type=radio] + label::before {
  background-image: url(../images/icon/icon-chk-radio-off-black.svg);
  border-color: #222;
}
.form-chk-radio.fm-line input[type=checkbox]:checked + label::before,
.form-chk-radio.fm-line input[type=radio]:checked + label::before {
  background-image: url(../images/icon/icon-chk-radio-on-yellow.svg);
  background-color: #222;
  border-color: #222;
}
.form-chk-radio.fm-line input[type=checkbox]:disabled + label::before,
.form-chk-radio.fm-line input[type=radio]:disabled + label::before {
  background-image: url(../images/icon/icon-chk-radio-off-black.svg);
  background-color: #fff;
  border-color: #222;
}
.form-chk-radio.fm-large input[type=checkbox] + label,
.form-chk-radio.fm-large input[type=radio] + label {
  padding-left: 32px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
.form-chk-radio.fm-large input[type=checkbox] + label:before,
.form-chk-radio.fm-large input[type=radio] + label:before {
  width: 24px;
  height: 24px;
  background-size: 16px 16px;
  top: 1px;
}
.form-chk-radio.fm-small input[type=checkbox] + label,
.form-chk-radio.fm-small input[type=radio] + label {
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-weight: 300;
}
.form-chk-radio.fm-small input[type=checkbox] + label:before,
.form-chk-radio.fm-small input[type=radio] + label:before {
  width: 16px;
  height: 16px;
}
.form-chk-radio.ty-simple input[type=radio] + label,
.form-chk-radio.ty-simple input[type=checkbox] + label {
  padding-left: 24px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
}
.form-chk-radio.ty-simple input[type=radio] + label:before,
.form-chk-radio.ty-simple input[type=checkbox] + label:before {
  border: none;
  width: 16px;
  height: 23px;
}
.form-chk-radio.ty-simple input[type=radio]:checked + label::before,
.form-chk-radio.ty-simple input[type=checkbox]:checked + label::before {
  border: none;
  background-image: url(../images/icon/icon-chk-radio-on-yellow.svg);
  background-color: transparent;
}
.form-chk-radio.ty-simple input[type=radio]:disabled + label::before,
.form-chk-radio.ty-simple input[type=checkbox]:disabled + label::before {
  background-color: transparent;
}
.form-chk-radio.ty-simple.fm-black input[type=radio]:checked + label::before,
.form-chk-radio.ty-simple.fm-black input[type=checkbox]:checked + label::before {
  background-image: url(../images/icon/icon-chk-radio-on.svg);
}
.form-chk-radio.ty-simple.ty-simple--ty2 input[type=radio] + label,
.form-chk-radio.ty-simple.ty-simple--ty2 input[type=checkbox] + label {
  font-size: 14px;
  line-height: 20px;
}
.form-chk-radio.ty-simple.ty-simple--ty2 input[type=radio] + label:before,
.form-chk-radio.ty-simple.ty-simple--ty2 input[type=checkbox] + label:before {
  width: 20px;
  height: 20px;
  background-size: 17px;
}
.form-chk-radio .inp-t-3 {
  display: inline-block;
}

.form-radio input[type=radio] {
  display: none;
  width: 0;
  height: 0;
}
.form-radio input[type=radio]:checked + label::before {
  border: solid 1px #ff5d16;
}
.form-radio input[type=radio]:checked + label:after {
  background: #ff5d16;
}
.form-radio input[type=radio] + label {
  padding-left: 23px;
  position: relative;
  background: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-weight: 300;
}
.form-radio input[type=radio] + label::before {
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 1px #ddd;
  border-radius: 100%;
}
.form-radio input[type=radio] + label::after {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border-radius: 100%;
}
.form-radio.fm-black input[type=radio] + label {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
}
.form-radio.fm-black input[type=radio] + label::before {
  width: 20px;
  height: 20px;
}
.form-radio.fm-black input[type=radio] + label:after {
  left: 7px;
  width: 8px;
  height: 8px;
}
.form-radio.fm-black input[type=radio]:disabled + label {
  color: #aaa;
}
.form-radio.fm-black input[type=radio]:disabled + label::before {
  background-color: #eee;
  border: 1px solid #ddd;
}
.form-radio.fm-black input[type=radio]:disabled + label:after {
  background-color: #eee;
}
.form-radio.fm-black input[type=radio]:checked + label::before {
  background-color: #222;
  border-color: #222;
}
.form-radio.fm-black input[type=radio]:checked + label:after {
  background-color: #fff;
}
.form-radio.fm-black input[type=radio]:checked:disabled + label::before {
  background-color: #ddd;
  border-color: #ddd;
}
.form-radio.fm-small input[type=radio] + label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-weight: 300;
}
.form-radio.fm-small input[type=radio] + label::before {
  width: 16px;
  height: 16px;
}
.form-radio.fm-small input[type=radio] + label:after {
  width: 6px;
  height: 6px;
  left: 6px;
}

.form-setting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  padding: 0 16px;
}
.form-setting > .label {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  width: 140px;
  -ms-flex-item-align: self-start;
      align-self: self-start;
  margin-top: 12px;
}
.form-setting > .label.label-align {
  margin-top: 0;
}
.form-setting > .label + .con {
  width: calc(100% - 164px);
}
.form-setting + .middot-list {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
}
.form-setting + .middot-list > li + li {
  margin-top: 4px;
}

.form-birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 8px;
}
.form-birth .inp-t {
  width: 230px;
}
.form-birth .inp-t + .hyphen + .inp-t {
  width: 48px;
}

.form-certify .row {
  display: grid;
  grid-template-columns: 142px auto 135px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.form-certify .row-2 {
  display: grid;
  grid-template-columns: auto 135px 90px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-top: 8px;
}
.form-certify [class*=sel-] + .select2-container {
  min-width: 142px !important;
}
.form-certify .inp-t,
.form-certify .c-btn {
  width: auto;
  margin-left: 0;
}
.form-certify .btn-outline {
  background-color: #fff;
}
.form-certify .inp-time > .t-txt {
  top: 11px;
  right: 16px;
}
.form-certify .invalid-txt + .row-2,
.form-certify .valid-txt + .row-2 {
  margin-top: 12px;
}

.ui-input {
  position: relative;
  padding: 16px 80px 16px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ui-input > input {
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  outline: 0;
  background-color: transparent;
  font-weight: 700;
}
.ui-input > input::-webkit-input-placeholder {
  color: #888;
  font-weight: 300;
}
.ui-input > input::-moz-placeholder {
  color: #888;
  font-weight: 300;
}
.ui-input > input:-ms-input-placeholder {
  color: #888;
  font-weight: 300;
}
.ui-input > input::-ms-input-placeholder {
  color: #888;
  font-weight: 300;
}
.ui-input > input::placeholder {
  color: #888;
  font-weight: 300;
}
.ui-input .search-btn {
  width: 48px;
  height: 48px;
  background: url("../../assets/images/magazine/icon-search.svg") no-repeat center;
  background-size: 24px auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ui-input .clear-btn {
  width: 14px;
  height: 14px;
  background: url("../../assets/images/magazine/icon-delete.svg") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: 56px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ui-paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.ui-paginate button,
.ui-paginate a {
  width: 40px;
  height: 40px;
  color: #666;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
}
.ui-paginate button.active,
.ui-paginate a.active {
  background: #000;
  color: #fff;
  border-radius: 6px;
  font-weight: 700;
}
.ui-paginate button[class^=btn-],
.ui-paginate a[class^=btn-] {
  position: relative;
  width: auto;
  color: #222;
}
.ui-paginate button[class^=btn-]:before,
.ui-paginate a[class^=btn-]:before {
  content: "";
  display: inline-block;
  background: url("../../assets/images/magazine/icon-arrow.svg") no-repeat center;
  width: 16px;
  height: 16px;
  background-size: 100% auto;
  position: absolute;
  top: 12px;
}
.ui-paginate button[class^=btn-]:disabled,
.ui-paginate a[class^=btn-]:disabled {
  color: #ddd;
  cursor: initial;
}
.ui-paginate button[class^=btn-]:disabled::before,
.ui-paginate a[class^=btn-]:disabled::before {
  background-image: url("../../assets/images/magazine/icon-arrow-gray.svg");
}
.ui-paginate button.btn-prev,
.ui-paginate a.btn-prev {
  margin-right: 16px;
  padding-right: 8px;
  padding-left: 18px;
}
.ui-paginate button.btn-prev:before,
.ui-paginate a.btn-prev:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 11px;
  left: 0;
}
.ui-paginate button.btn-prev:disabled::before,
.ui-paginate a.btn-prev:disabled::before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.ui-paginate button.btn-next,
.ui-paginate a.btn-next {
  margin-left: 16px;
  padding-right: 18px;
  padding-left: 8px;
}
.ui-paginate button.btn-next:before,
.ui-paginate a.btn-next:before {
  right: 0;
}
.ui-paginate button.btn-next:disabled::before,
.ui-paginate a.btn-next:disabled::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.no-content {
  padding: 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.no-content .message {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  font-weight: 300;
  position: relative;
  padding-top: 64px;
  text-align: center;
}
.no-content .message::before {
  content: "";
  width: 48px;
  height: 48px;
  background: url("../../assets/images/magazine/icon-nodata.svg") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.no-content .message .keyword {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.no-content .add-box {
  margin-top: 24px;
}
.no-content .c-btn {
  margin-top: 50px;
}

.add-box {
  display: inline-block;
  border-radius: 6px;
  background: #f8f8f8;
  padding: 24px 32px;
}
.add-box .add-box-title {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 700;
  color: #287eff;
}
.add-box .add-box-title + .middot-list {
  margin-top: 8px;
}
.add-box + .c-btn {
  margin-top: 24px;
}

.line-box {
  padding: 40px 32px;
  border: 2px solid #222;
  border-radius: 8px;
  text-align: center;
}
.line-box .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 4px;
  background-color: #eee;
  margin: 0 auto;
}
.line-box .logo + .title {
  margin-top: 16px;
}
.line-box .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.line-box .title + .con {
  margin-top: 6px;
}
.line-box .con {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  font-weight: 300;
}
.line-box.ty-2 {
  padding: 32px;
  text-align: left;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 90px;
  min-height: 48px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-word;
  padding: 10px;
}
.c-btn.btn-round {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  min-height: 56px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-weight: 700;
  padding-left: 32px;
  padding-right: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-btn.btn-outline, .c-btn.btn-outline-light {
  border: 1px solid #222;
  background-color: #fff;
}
.c-btn.btn-outline.disabled, .c-btn.btn-outline:disabled, .c-btn.btn-outline-light.disabled, .c-btn.btn-outline-light:disabled {
  color: #aaa;
  background: #eee;
  border-color: #ddd;
  cursor: default;
}
.c-btn.btn-outline.disabled--ty2, .c-btn.btn-outline.disabled--ty2:disabled, .c-btn.btn-outline-light.disabled--ty2, .c-btn.btn-outline-light.disabled--ty2:disabled {
  color: #aaa;
  background: #fff;
  border-color: #ddd;
  cursor: default;
}
.c-btn.btn-outline-light {
  border: 1px solid #ddd;
}
.c-btn.btn-small {
  min-height: 40px;
}
.c-btn.btn-large {
  height: 56px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 700;
}
.c-btn.btn-large + .btn-large {
  margin-left: 8px;
}
.c-btn.btn-gray {
  background-color: #eee;
}
.c-btn.btn-yellow {
  background-color: #ffd338;
}
.c-btn.btn-yellow.disabled, .c-btn.btn-yellow:disabled {
  color: #aaa;
  background: #ddd;
  border-color: #ddd;
  cursor: default;
}
.theme-dealer .c-btn.btn-yellow:not(:disabled):not(.disabled):not(.btn-round) {
  color: #fff;
  background: #222;
}
.theme-dealer .c-btn.btn-yellow:disabled, .theme-dealer .c-btn.btn-yellow.disabled {
  color: #888;
  background: #ddd;
  border-color: #ddd;
}
.c-btn.btn-modify {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  min-width: 74px;
  width: 74px;
  min-height: 41px;
  border-radius: 41px;
  padding: 8px 10px 8px 12px;
  background-color: #eee;
  border: 1px solid #666;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -1px;
}
.c-btn.btn-modify::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  width: 16px;
  height: 15px;
  background: url("../../assets/images/icon/icon-modify.svg");
}
.c-btn .btn-arrow {
  position: relative;
  padding-right: 16px;
}
.c-btn .btn-arrow::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../../assets/images/magazine/icon-arrow.svg") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn.btn-black {
  color: #fff;
  background: #222;
  border: 1px solid #222;
}
.c-btn.btn-black.disabled, .c-btn.btn-black:disabled {
  color: #888;
  background: #ddd;
  border-color: #ddd;
  cursor: default;
}
.c-btn .small {
  font-weight: 300;
}

.icon-arrow-right-black {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  vertical-align: middle;
  background: url("../../assets/images/icon/icon16-arrow-right-black.svg") no-repeat center/contain;
}

.middot-list > li,
p.middot-list {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  position: relative;
  padding-left: 11px;
}
.middot-list > li::before,
p.middot-list::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background-color: #222;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
}

.bullet-star > li,
p.bullet-star {
  position: relative;
  padding-left: 18px;
  margin-top: 8px;
}
.bullet-star > li.pdl,
p.bullet-star.pdl {
  padding-left: 12px;
}
.bullet-star > li:before,
p.bullet-star:before {
  font: inherit;
  color: inherit;
  position: absolute;
  top: 2px;
  left: 0;
  display: inline;
  content: "*";
}

.bullet-star {
  margin-top: 8px;
}
.bullet-star.in {
  margin-left: 4px;
}
.bullet-star.pdl > li {
  padding-left: 12px;
}
.bullet-star > li {
  margin-top: 3px;
}
.bullet-star > li:first-child {
  margin-top: 0;
}

.bullet-star-2 > li,
p.bullet-star-2 {
  position: relative;
  padding-left: 12px;
  margin: 4px 0 0 4px;
  word-break: keep-all;
  white-space: normal;
  font-weight: 300;
}
.bullet-star-2 > li.ty-2,
p.bullet-star-2.ty-2 {
  margin-left: 8px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
}
.bullet-star-2 > li::before,
p.bullet-star-2::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.bullet-star-2 {
  margin: 4px 0 0 0;
}
.bullet-star-2.ty-2 > li {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  margin-left: 8px;
}
.bullet-star-2 > li {
  margin-top: 3px;
}
.bullet-star-2 > li:first-child {
  margin-top: 0;
}
.bullet-star-2.cmg {
  margin: 8px 0 0 16px;
}
.bullet-star-2.cmg-2 {
  margin: 8px 0 0 0 !important;
}
.bullet-star-2.cmg-2 > li {
  margin-left: 0;
}

.bul-notice-box {
  margin-top: 16px;
  padding: 16px 20px;
  border-radius: 8px;
  background: #f8f8f8;
}
.bul-notice-box.ty-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-top: 48px;
  padding: 12.5px 16px;
}
.bul-notice-box.ty-2 .btn-right {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
}
.bul-notice-box .bul-list {
  margin-top: 0;
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sns-list > li {
  width: 63px;
  position: relative;
}
.sns-list > li > a, .sns-list > li > button {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 68px;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.sns-list > li::before {
  content: "";
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sns-list > li.kakao-story::before {
  background-image: url("../../assets/images/common/logo-kakao-story.svg");
}
.sns-list > li.kakao::before {
  background-image: url("../../assets/images/common/logo-kakao.svg");
}
.sns-list > li.facebook::before {
  background-image: url("../../assets/images/common/logo-facebook.svg");
}
.sns-list > li.url-copy::before {
  background-image: url("../../assets/images/common/logo-url.svg");
}

.sub-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 12px;
}
.sub-category > li {
  width: 33.3333333333%;
}
.sub-category > li .form-chk-radio,
.sub-category > li .sub-category-cont {
  display: inline-block;
}
.sub-category > li .form-chk-radio .form-radio,
.sub-category > li .sub-category-cont .form-radio {
  display: inline-block;
}

.home-service {
  margin-bottom: -60px;
}
.home-service .home-title {
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
}
.home-service .home-b-title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}
.home-service .home-desc {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  font-weight: 300;
}
.home-service .home-b-desc {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  font-weight: 300;
}
.home-service .home-sub-desc {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  font-weight: 300;
}
.home-service .home-intro {
  text-align: center;
  padding: 88px 0;
  background-color: #fff8e5;
  border-top: 1px solid #d9d9d9;
}
.home-service .home-intro .visual-wrapper {
  width: 375px;
  height: 302px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.home-service .home-intro .visual-wrapper .home-visual {
  width: 600px;
  height: 483px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: scale(1.8) translate(-50%, -50%);
      -ms-transform: scale(1.8) translate(-50%, -50%);
          transform: scale(1.8) translate(-50%, -50%);
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
  margin-top: 60px;
}
.home-service .home-intro .home-intro-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 72px;
  margin-top: 48px;
}
.home-service .home-intro .home-intro-info > li {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.home-service .home-intro .home-intro-info > li::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/icon/icon-home-feature1.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.home-service .home-intro .home-intro-info > li:nth-child(2)::before {
  background-image: url("../images/icon/icon-home-feature2.svg");
}
.home-service .home-intro .home-intro-info > li:nth-child(3)::before {
  background-image: url("../images/icon/icon-home-feature3.png");
}
.home-service .home-feature .icon-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(506px, 1fr));
  gap: 0 72px;
  margin: 0 auto;
  max-width: 1084px;
}
.home-service .home-feature .icon-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 100px;
}
.home-service .home-feature .icon-feature .thumb {
  width: 375px;
  height: 356px;
  position: relative;
  margin: 0 auto;
}
.home-service .home-feature .icon-feature .thumb > canvas {
  width: 100%;
  height: 100%;
}
.home-service .home-feature .icon-feature .thumb [data-lottie],
.home-service .home-feature .icon-feature .thumb [data-apng] {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.home-service .home-feature .icon-feature .home-title {
  margin-top: 4px;
}
.home-service .home-feature .icon-feature .home-sub-desc {
  margin-top: 16px;
}
.home-service .home-gallery {
  padding: 100px 0;
  text-align: center;
}
.home-service .home-gallery .c-btn {
  gap: 16px;
}
.home-service .home-gallery .c-btn .btn-arrow {
  font-weight: 300;
}
.home-service .home-gallery .gallery-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
  gap: 16px;
  margin-top: 40px;
}
.home-service .home-gallery .gallery-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.home-service .home-gallery .gallery-step .step-thumb {
  width: 100%;
  height: 169px;
  overflow: hidden;
}
.home-service .home-gallery .gallery-step .step-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-service .home-gallery .gallery-step .thumb-text .thumb-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.home-service .home-gallery .gallery-step .thumb-text .thumb-desc {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  margin-top: 4px;
}
.home-service .home-qna {
  background-color: #f8f8f8;
  padding: 80px 0 128px;
  text-align: center;
}
.home-service .home-qna .home-title {
  margin-bottom: 44px;
}

.accordion-wrap.type-box {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.accordion-wrap.type-box.toggle-active {
  border-bottom: none;
}
.accordion-wrap.type-box.toggle-active .accordion-header .question {
  font-weight: 700;
}
.accordion-wrap.type-box.toggle-active .accordion-header:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.accordion-wrap.type-box.toggle-active .accordion-container {
  display: block;
}
.accordion-wrap.type-box .accordion-header {
  padding: 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.accordion-wrap.type-box .accordion-header .question {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}
.accordion-wrap.type-box .accordion-header::after {
  content: "";
  background: url("../images/icon/icon-acco-arrow.svg") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
}
.accordion-wrap.type-box .accordion-container {
  background-color: #eee;
  padding: 20px;
  margin-top: 0;
  display: none;
}
.accordion-wrap.type-box .accordion-container .answer {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  word-break: break-word;
  color: #222;
}
.accordion-wrap.type-box .accordion-container .answer .c-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  min-height: auto;
  gap: 24px;
}
.accordion-wrap.type-box .accordion-container .answer .c-btn .btn-arrow {
  padding-left: 0;
  border-bottom: 1px solid #222;
  line-height: 1;
}

select[class*=sel-tp] + .select2-container .select2-selection--single {
  height: 40px;
  border-color: #ddd;
  outline: none;
}
select[class*=sel-tp] + .select2-container .select2-selection--single .select2-selection__arrow {
  width: 39px;
  height: 38px;
}
select[class*=sel-tp] + .select2-container .select2-selection--single .select2-selection__arrow b {
  left: auto;
  right: 19px;
  width: 16px;
  height: 9px;
  border: 0 none;
  margin-left: 0;
  margin-top: -4px;
  background: url("../images/common/form_icon.png") no-repeat;
  background-position: -140px top;
}
select[class*=sel-tp] + .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  padding-left: 15px;
  padding-right: 39px;
  font-size: 16px;
  color: #222;
}
select[class*=sel-tp] + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background-position: -140px -9px;
}
select[class*=sel-tp] + .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #f1f1f1;
}

select.sel-tp01 {
  width: 150px;
}

select.sel-tp02 {
  width: 180px;
}
select.sel-tp02 + .select2-container .select2-selection--single {
  border-radius: 20px;
}

select[class*=search-tp] + .select2-container .select2-selection--single {
  border-color: #ddd;
  outline: none;
}

.select2-container .select2-dropdown {
  overflow: hidden;
  border-color: #ddd;
}
.select2-container .select2-dropdown.tp01.select2-dropdown--below {
  border-radius: 0 0 4px 4px;
}
.select2-container .select2-dropdown.tp01.select2-dropdown--above {
  border-radius: 4px 4px 0 0;
}
.select2-container .select2-dropdown.tp02.select2-dropdown--below {
  border-radius: 0 0 20px 20px;
}
.select2-container .select2-dropdown.tp02.select2-dropdown--above {
  border-radius: 20px 20px 0 0;
}
.select2-container .select2-dropdown.search01.select2-dropdown--below {
  border-radius: 0 0 4px 4px;
}
.select2-container .select2-dropdown.search01.select2-dropdown--above {
  border-radius: 4px 4px 0 0;
}
.select2-container .select2-dropdown.search01 .select2-search__field {
  display: none;
}
.select2-container .select2-dropdown.search01 .select2-results__option {
  line-height: 28px;
  padding: 0 9px;
  font-size: 14px;
  color: #222;
}
.select2-container .select2-dropdown .select2-results__option {
  line-height: 38px;
  padding: 0 9px 0 15px;
  font-size: 16px;
  color: #222;
}
.select2-container.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

select[class*=sel-tp].sel-tp03 {
  width: 126px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
select[class*=sel-tp].sel-tp03 + .select2-container {
  width: auto !important;
  min-width: 126px;
}
select[class*=sel-tp].sel-tp03 + .select2-container .select2-selection--single {
  height: 23px;
  border: none;
  text-align: right;
}
select[class*=sel-tp].sel-tp03 + .select2-container .select2-selection--single .select2-selection__arrow {
  width: 16px;
  height: 16px;
  background: url("../images/magazine/icon-arrow.svg") no-repeat center;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  position: absolute;
  top: 50%;
  right: 8px;
}
select[class*=sel-tp].sel-tp03 + .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
select[class*=sel-tp].sel-tp03 + .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 23px;
  padding-right: 32px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 300;
  color: #222;
}
select[class*=sel-tp].sel-tp03 + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.select2-container--default .select2-dropdown.tp03 {
  top: 8px;
  border: none;
}
.select2-container--default .select2-dropdown.tp03 .select2-results .select2-results__options {
  max-height: 226px;
  padding: 4px 0;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.select2-container--default .select2-dropdown.tp03 .select2-results .select2-results__options .select2-results__option {
  line-height: 20px;
  padding: 8px 8px 8px 10px;
  font-size: 14px;
  font-weight: 500;
}
.select2-container--default .select2-dropdown.tp03 .select2-results .select2-results__options .select2-results__option.select-8-results__option--highlighted {
  background-color: #eee;
}
.select2-container--default .select2-dropdown.tp03 .select2-results .select2-results__options .select2-results__option--highlighted[aria-selected] {
  background-color: #fff;
}
.select2-container--default .select2-dropdown.tp03 .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: #eee;
}

.has-popup {
  overflow: hidden;
}

.popup-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 99;
}

.popup-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.popup-box__wrap {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.popup-box__container {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.popup-dialog {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 1200px;
  margin: auto;
  text-align: left;
  border-radius: 0px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.popup-dialog__close {
  display: none;
  position: absolute;
  right: 0;
  top: -70px;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  overflow: hidden;
}
.popup-dialog__close:before {
  content: "×";
  display: block;
  color: #fff;
  font-size: 70px;
  font-family: monospace;
  line-height: 60px;
}

.footer {
  position: relative;
  margin-top: 60px;
  padding: 50px 0 95px 0;
  border-top: 1px solid #f3f3f3;
  background: #fdfdfd;
  color: #8b8b8b;
  font-size: 16px;
}
.footer a {
  color: #8b8b8b;
}
.footer a.emphasize {
  color: #000;
}
.footer.footer-fit {
  margin-top: 0;
}

.footer__ci {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.footer__ci a {
  display: block;
  width: 130px;
  height: 30px;
}
.footer__ci img {
  vertical-align: top;
}

.footer__block {
  position: relative;
  margin: 25px 0 0 0;
  padding: 0;
  overflow: hidden;
}

.footer__block--company {
  line-height: 1.75;
}

.footer__block--notice {
  line-height: 1.5;
}

.footer__block--copyright {
  font-size: 15px;
}

.footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.footer__item {
  float: left;
  position: relative;
  margin-left: 1px;
  padding: 0 25px;
  font-size: 16px;
  font-style: normal;
}
.footer__item:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  display: inline-block;
  width: 1px;
  height: 13px;
  margin-top: -6px;
  background: #cecece;
  vertical-align: middle;
}
.footer__item.footer__item--even {
  clear: left;
  margin-left: 0;
  padding-left: 0;
}
.footer__item.footer__item--even:before {
  content: none;
}

.footer__customer {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 55px;
  color: #222;
}
.footer__customer .customer-content {
  position: relative;
  padding: 10px 25px;
  background: #f7f7f7;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 0;
}
.footer__customer .customer-content__line {
  display: inline-block;
  width: 0;
  height: 37px;
  margin: 0 12px;
  border-right: 1px dashed #ddd;
  vertical-align: middle;
}
.footer__customer .customer-content__item {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.footer__customer .customer-content__item-title {
  display: block;
  font-size: 14px;
}
.footer__customer .customer-content__tel {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.footer__customer .customer-content__foot {
  display: block;
  margin: 3px 0 0 0;
  font-size: 12px;
}

.footer__customer-head {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0;
}

.footer__customer-title {
  font-size: 16px;
}

.footer__customer-content {
  float: right;
  margin-left: 20px;
  padding-left: 25px;
  border-left: 1px solid #cecece;
  line-height: 1;
}

.footer__customer-tel {
  display: block;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -1px;
}

.footer__customer-time {
  display: block;
  margin-top: 10px;
  font-size: 17px;
}

.footer__app-award {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  width: 197px;
  height: 48px;
}
.footer__app-award img {
  display: block;
  width: 100%;
  height: 100%;
}

.certify-marks {
  display: block;
  margin-top: 10px;
  text-align: right;
}
.certify-marks .certify-marks__item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.logo-certify {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: transparent !important;
  font-size: xx-small !important;
  overflow: hidden;
  text-indent: -999px;
}
.logo-certify.logo-certify--ismsp {
  background-image: url("../../assets/images/common/logo-ismsp.png");
}
.logo-certify.logo-certify--kcsi {
  background-image: url("../../assets/images/common/logo-kcsi.png");
}

.help-tooltip {
  position: relative;
}
.help-tooltip .help-tooltip__box {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: none;
  min-width: 225px;
  padding: 12px 14px;
  border: 1px solid #60584c;
  background-color: #f9fcff;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.05);
  font-size: 14px;
  line-height: 1.42;
  text-align: left;
  color: #60584c;
  white-space: nowrap;
}
.help-tooltip .help-tooltip__box.help-tooltip__box--top {
  bottom: 100%;
  margin-bottom: 5px;
}
.help-tooltip .help-tooltip__box.help-tooltip__box--top .help-tooltip__arrow {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  top: auto;
  bottom: -7px;
}
.help-tooltip .help-tooltip__box.help-tooltip__box--left {
  left: -10px;
}
.help-tooltip .help-tooltip__box.help-tooltip__box--left .help-tooltip__arrow {
  left: 30px;
}
.help-tooltip .help-tooltip__box.help-tooltip__box--right {
  left: auto;
  right: -10px;
}
.help-tooltip .help-tooltip__box.help-tooltip__box--right .help-tooltip__arrow {
  left: auto;
  right: 30px;
}
.help-tooltip .help-tooltip__arrow {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background-color: #f9fcff;
  -webkit-box-shadow: -1px -1px 0 #60584c;
          box-shadow: -1px -1px 0 #60584c;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.help-tooltip.help-tooltip--show .help-tooltip__box {
  display: inline-block !important;
}

.clause-area--ty2 p,
.clause-area--ty2 li,
.clause-area--ty2 dd {
  font-weight: 300;
}
.clause-area--ty2 .c-title-24 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-top: 55px;
  margin-bottom: 14px;
  font-weight: 500;
}
.clause-area--ty2 .agree-con .title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  font-weight: 500;
}
.clause-area--ty2 .agree-con .title + .con {
  margin-top: 4px;
}
.clause-area--ty2 .agree-con .con + .title {
  margin-top: 14px;
}
.clause-area--ty2 .agree-con .con .bullet-star {
  margin-top: 4px;
}
.clause-area--ty2 .txt-emphasize {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: underline;
}
.clause-area--ty2 .txt-emphasize + .bullet-star {
  margin-top: 14px;
}
.clause-area--ty2 .bullet-star.bullet-star--cmgt {
  margin-top: 55px;
}
.clause-area--ty2 .bullet-star.bullet-star--cmgt li + li {
  margin-top: 14px;
}

.form-search {
  display: grid;
  grid-template-columns: auto 343px 85px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form-search .label {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  margin-right: 25px;
}
.form-search .c-btn {
  width: auto;
  min-width: auto;
  margin-left: 0;
}

.form-btn {
  display: grid;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.form-btn + .form-btn--single {
  grid-template-columns: auto 108px;
}
.form-btn .inp-t,
.form-btn .c-btn {
  width: auto;
  margin-left: 0;
}
.form-btn .btn-outline {
  background-color: #fff;
}

.mg-t0 {
  margin-top: 0px !important;
}

.mg-b0 {
  margin-bottom: 0px !important;
}

.mg-r0 {
  margin-right: 0px !important;
}

.mg-l0 {
  margin-left: 0px !important;
}

.mg-lr0 {
  margin: 0 0px !important;
}

.pad-t0 {
  padding-top: 0px !important;
}

.pad-b0 {
  padding-bottom: 0px !important;
}

.pad-l0 {
  padding-left: 0px !important;
}

.pad-r0 {
  padding-right: 0px !important;
}

.mg-t5 {
  margin-top: 5px !important;
}

.mg-b5 {
  margin-bottom: 5px !important;
}

.mg-r5 {
  margin-right: 5px !important;
}

.mg-l5 {
  margin-left: 5px !important;
}

.mg-lr5 {
  margin: 0 5px !important;
}

.pad-t5 {
  padding-top: 5px !important;
}

.pad-b5 {
  padding-bottom: 5px !important;
}

.pad-l5 {
  padding-left: 5px !important;
}

.pad-r5 {
  padding-right: 5px !important;
}

.mg-t10 {
  margin-top: 10px !important;
}

.mg-b10 {
  margin-bottom: 10px !important;
}

.mg-r10 {
  margin-right: 10px !important;
}

.mg-l10 {
  margin-left: 10px !important;
}

.mg-lr10 {
  margin: 0 10px !important;
}

.pad-t10 {
  padding-top: 10px !important;
}

.pad-b10 {
  padding-bottom: 10px !important;
}

.pad-l10 {
  padding-left: 10px !important;
}

.pad-r10 {
  padding-right: 10px !important;
}

.mg-t15 {
  margin-top: 15px !important;
}

.mg-b15 {
  margin-bottom: 15px !important;
}

.mg-r15 {
  margin-right: 15px !important;
}

.mg-l15 {
  margin-left: 15px !important;
}

.mg-lr15 {
  margin: 0 15px !important;
}

.pad-t15 {
  padding-top: 15px !important;
}

.pad-b15 {
  padding-bottom: 15px !important;
}

.pad-l15 {
  padding-left: 15px !important;
}

.pad-r15 {
  padding-right: 15px !important;
}

.mg-t20 {
  margin-top: 20px !important;
}

.mg-b20 {
  margin-bottom: 20px !important;
}

.mg-r20 {
  margin-right: 20px !important;
}

.mg-l20 {
  margin-left: 20px !important;
}

.mg-lr20 {
  margin: 0 20px !important;
}

.pad-t20 {
  padding-top: 20px !important;
}

.pad-b20 {
  padding-bottom: 20px !important;
}

.pad-l20 {
  padding-left: 20px !important;
}

.pad-r20 {
  padding-right: 20px !important;
}

.mg-t25 {
  margin-top: 25px !important;
}

.mg-b25 {
  margin-bottom: 25px !important;
}

.mg-r25 {
  margin-right: 25px !important;
}

.mg-l25 {
  margin-left: 25px !important;
}

.mg-lr25 {
  margin: 0 25px !important;
}

.pad-t25 {
  padding-top: 25px !important;
}

.pad-b25 {
  padding-bottom: 25px !important;
}

.pad-l25 {
  padding-left: 25px !important;
}

.pad-r25 {
  padding-right: 25px !important;
}

.mg-t30 {
  margin-top: 30px !important;
}

.mg-b30 {
  margin-bottom: 30px !important;
}

.mg-r30 {
  margin-right: 30px !important;
}

.mg-l30 {
  margin-left: 30px !important;
}

.mg-lr30 {
  margin: 0 30px !important;
}

.pad-t30 {
  padding-top: 30px !important;
}

.pad-b30 {
  padding-bottom: 30px !important;
}

.pad-l30 {
  padding-left: 30px !important;
}

.pad-r30 {
  padding-right: 30px !important;
}

.mg-t35 {
  margin-top: 35px !important;
}

.mg-b35 {
  margin-bottom: 35px !important;
}

.mg-r35 {
  margin-right: 35px !important;
}

.mg-l35 {
  margin-left: 35px !important;
}

.mg-lr35 {
  margin: 0 35px !important;
}

.pad-t35 {
  padding-top: 35px !important;
}

.pad-b35 {
  padding-bottom: 35px !important;
}

.pad-l35 {
  padding-left: 35px !important;
}

.pad-r35 {
  padding-right: 35px !important;
}

.mg-t40 {
  margin-top: 40px !important;
}

.mg-b40 {
  margin-bottom: 40px !important;
}

.mg-r40 {
  margin-right: 40px !important;
}

.mg-l40 {
  margin-left: 40px !important;
}

.mg-lr40 {
  margin: 0 40px !important;
}

.pad-t40 {
  padding-top: 40px !important;
}

.pad-b40 {
  padding-bottom: 40px !important;
}

.pad-l40 {
  padding-left: 40px !important;
}

.pad-r40 {
  padding-right: 40px !important;
}

.mg-t45 {
  margin-top: 45px !important;
}

.mg-b45 {
  margin-bottom: 45px !important;
}

.mg-r45 {
  margin-right: 45px !important;
}

.mg-l45 {
  margin-left: 45px !important;
}

.mg-lr45 {
  margin: 0 45px !important;
}

.pad-t45 {
  padding-top: 45px !important;
}

.pad-b45 {
  padding-bottom: 45px !important;
}

.pad-l45 {
  padding-left: 45px !important;
}

.pad-r45 {
  padding-right: 45px !important;
}

.mg-t50 {
  margin-top: 50px !important;
}

.mg-b50 {
  margin-bottom: 50px !important;
}

.mg-r50 {
  margin-right: 50px !important;
}

.mg-l50 {
  margin-left: 50px !important;
}

.mg-lr50 {
  margin: 0 50px !important;
}

.pad-t50 {
  padding-top: 50px !important;
}

.pad-b50 {
  padding-bottom: 50px !important;
}

.pad-l50 {
  padding-left: 50px !important;
}

.pad-r50 {
  padding-right: 50px !important;
}

.mg-t55 {
  margin-top: 55px !important;
}

.mg-b55 {
  margin-bottom: 55px !important;
}

.mg-r55 {
  margin-right: 55px !important;
}

.mg-l55 {
  margin-left: 55px !important;
}

.mg-lr55 {
  margin: 0 55px !important;
}

.pad-t55 {
  padding-top: 55px !important;
}

.pad-b55 {
  padding-bottom: 55px !important;
}

.pad-l55 {
  padding-left: 55px !important;
}

.pad-r55 {
  padding-right: 55px !important;
}

.mg-t60 {
  margin-top: 60px !important;
}

.mg-b60 {
  margin-bottom: 60px !important;
}

.mg-r60 {
  margin-right: 60px !important;
}

.mg-l60 {
  margin-left: 60px !important;
}

.mg-lr60 {
  margin: 0 60px !important;
}

.pad-t60 {
  padding-top: 60px !important;
}

.pad-b60 {
  padding-bottom: 60px !important;
}

.pad-l60 {
  padding-left: 60px !important;
}

.pad-r60 {
  padding-right: 60px !important;
}

.mg-t65 {
  margin-top: 65px !important;
}

.mg-b65 {
  margin-bottom: 65px !important;
}

.mg-r65 {
  margin-right: 65px !important;
}

.mg-l65 {
  margin-left: 65px !important;
}

.mg-lr65 {
  margin: 0 65px !important;
}

.pad-t65 {
  padding-top: 65px !important;
}

.pad-b65 {
  padding-bottom: 65px !important;
}

.pad-l65 {
  padding-left: 65px !important;
}

.pad-r65 {
  padding-right: 65px !important;
}

.mg-t70 {
  margin-top: 70px !important;
}

.mg-b70 {
  margin-bottom: 70px !important;
}

.mg-r70 {
  margin-right: 70px !important;
}

.mg-l70 {
  margin-left: 70px !important;
}

.mg-lr70 {
  margin: 0 70px !important;
}

.pad-t70 {
  padding-top: 70px !important;
}

.pad-b70 {
  padding-bottom: 70px !important;
}

.pad-l70 {
  padding-left: 70px !important;
}

.pad-r70 {
  padding-right: 70px !important;
}

.mg-t75 {
  margin-top: 75px !important;
}

.mg-b75 {
  margin-bottom: 75px !important;
}

.mg-r75 {
  margin-right: 75px !important;
}

.mg-l75 {
  margin-left: 75px !important;
}

.mg-lr75 {
  margin: 0 75px !important;
}

.pad-t75 {
  padding-top: 75px !important;
}

.pad-b75 {
  padding-bottom: 75px !important;
}

.pad-l75 {
  padding-left: 75px !important;
}

.pad-r75 {
  padding-right: 75px !important;
}

.mg-t80 {
  margin-top: 80px !important;
}

.mg-b80 {
  margin-bottom: 80px !important;
}

.mg-r80 {
  margin-right: 80px !important;
}

.mg-l80 {
  margin-left: 80px !important;
}

.mg-lr80 {
  margin: 0 80px !important;
}

.pad-t80 {
  padding-top: 80px !important;
}

.pad-b80 {
  padding-bottom: 80px !important;
}

.pad-l80 {
  padding-left: 80px !important;
}

.pad-r80 {
  padding-right: 80px !important;
}

.mg-t85 {
  margin-top: 85px !important;
}

.mg-b85 {
  margin-bottom: 85px !important;
}

.mg-r85 {
  margin-right: 85px !important;
}

.mg-l85 {
  margin-left: 85px !important;
}

.mg-lr85 {
  margin: 0 85px !important;
}

.pad-t85 {
  padding-top: 85px !important;
}

.pad-b85 {
  padding-bottom: 85px !important;
}

.pad-l85 {
  padding-left: 85px !important;
}

.pad-r85 {
  padding-right: 85px !important;
}

.mg-t90 {
  margin-top: 90px !important;
}

.mg-b90 {
  margin-bottom: 90px !important;
}

.mg-r90 {
  margin-right: 90px !important;
}

.mg-l90 {
  margin-left: 90px !important;
}

.mg-lr90 {
  margin: 0 90px !important;
}

.pad-t90 {
  padding-top: 90px !important;
}

.pad-b90 {
  padding-bottom: 90px !important;
}

.pad-l90 {
  padding-left: 90px !important;
}

.pad-r90 {
  padding-right: 90px !important;
}

.mg-t95 {
  margin-top: 95px !important;
}

.mg-b95 {
  margin-bottom: 95px !important;
}

.mg-r95 {
  margin-right: 95px !important;
}

.mg-l95 {
  margin-left: 95px !important;
}

.mg-lr95 {
  margin: 0 95px !important;
}

.pad-t95 {
  padding-top: 95px !important;
}

.pad-b95 {
  padding-bottom: 95px !important;
}

.pad-l95 {
  padding-left: 95px !important;
}

.pad-r95 {
  padding-right: 95px !important;
}

.mg-t100 {
  margin-top: 100px !important;
}

.mg-b100 {
  margin-bottom: 100px !important;
}

.mg-r100 {
  margin-right: 100px !important;
}

.mg-l100 {
  margin-left: 100px !important;
}

.mg-lr100 {
  margin: 0 100px !important;
}

.pad-t100 {
  padding-top: 100px !important;
}

.pad-b100 {
  padding-bottom: 100px !important;
}

.pad-l100 {
  padding-left: 100px !important;
}

.pad-r100 {
  padding-right: 100px !important;
}

.mg-t105 {
  margin-top: 105px !important;
}

.mg-b105 {
  margin-bottom: 105px !important;
}

.mg-r105 {
  margin-right: 105px !important;
}

.mg-l105 {
  margin-left: 105px !important;
}

.mg-lr105 {
  margin: 0 105px !important;
}

.pad-t105 {
  padding-top: 105px !important;
}

.pad-b105 {
  padding-bottom: 105px !important;
}

.pad-l105 {
  padding-left: 105px !important;
}

.pad-r105 {
  padding-right: 105px !important;
}

.mg-t110 {
  margin-top: 110px !important;
}

.mg-b110 {
  margin-bottom: 110px !important;
}

.mg-r110 {
  margin-right: 110px !important;
}

.mg-l110 {
  margin-left: 110px !important;
}

.mg-lr110 {
  margin: 0 110px !important;
}

.pad-t110 {
  padding-top: 110px !important;
}

.pad-b110 {
  padding-bottom: 110px !important;
}

.pad-l110 {
  padding-left: 110px !important;
}

.pad-r110 {
  padding-right: 110px !important;
}

.mg-t115 {
  margin-top: 115px !important;
}

.mg-b115 {
  margin-bottom: 115px !important;
}

.mg-r115 {
  margin-right: 115px !important;
}

.mg-l115 {
  margin-left: 115px !important;
}

.mg-lr115 {
  margin: 0 115px !important;
}

.pad-t115 {
  padding-top: 115px !important;
}

.pad-b115 {
  padding-bottom: 115px !important;
}

.pad-l115 {
  padding-left: 115px !important;
}

.pad-r115 {
  padding-right: 115px !important;
}

.mg-t120 {
  margin-top: 120px !important;
}

.mg-b120 {
  margin-bottom: 120px !important;
}

.mg-r120 {
  margin-right: 120px !important;
}

.mg-l120 {
  margin-left: 120px !important;
}

.mg-lr120 {
  margin: 0 120px !important;
}

.pad-t120 {
  padding-top: 120px !important;
}

.pad-b120 {
  padding-bottom: 120px !important;
}

.pad-l120 {
  padding-left: 120px !important;
}

.pad-r120 {
  padding-right: 120px !important;
}

.mg-t125 {
  margin-top: 125px !important;
}

.mg-b125 {
  margin-bottom: 125px !important;
}

.mg-r125 {
  margin-right: 125px !important;
}

.mg-l125 {
  margin-left: 125px !important;
}

.mg-lr125 {
  margin: 0 125px !important;
}

.pad-t125 {
  padding-top: 125px !important;
}

.pad-b125 {
  padding-bottom: 125px !important;
}

.pad-l125 {
  padding-left: 125px !important;
}

.pad-r125 {
  padding-right: 125px !important;
}

.mg-t130 {
  margin-top: 130px !important;
}

.mg-b130 {
  margin-bottom: 130px !important;
}

.mg-r130 {
  margin-right: 130px !important;
}

.mg-l130 {
  margin-left: 130px !important;
}

.mg-lr130 {
  margin: 0 130px !important;
}

.pad-t130 {
  padding-top: 130px !important;
}

.pad-b130 {
  padding-bottom: 130px !important;
}

.pad-l130 {
  padding-left: 130px !important;
}

.pad-r130 {
  padding-right: 130px !important;
}

.mg-t135 {
  margin-top: 135px !important;
}

.mg-b135 {
  margin-bottom: 135px !important;
}

.mg-r135 {
  margin-right: 135px !important;
}

.mg-l135 {
  margin-left: 135px !important;
}

.mg-lr135 {
  margin: 0 135px !important;
}

.pad-t135 {
  padding-top: 135px !important;
}

.pad-b135 {
  padding-bottom: 135px !important;
}

.pad-l135 {
  padding-left: 135px !important;
}

.pad-r135 {
  padding-right: 135px !important;
}

.mg-t140 {
  margin-top: 140px !important;
}

.mg-b140 {
  margin-bottom: 140px !important;
}

.mg-r140 {
  margin-right: 140px !important;
}

.mg-l140 {
  margin-left: 140px !important;
}

.mg-lr140 {
  margin: 0 140px !important;
}

.pad-t140 {
  padding-top: 140px !important;
}

.pad-b140 {
  padding-bottom: 140px !important;
}

.pad-l140 {
  padding-left: 140px !important;
}

.pad-r140 {
  padding-right: 140px !important;
}

.mg-t145 {
  margin-top: 145px !important;
}

.mg-b145 {
  margin-bottom: 145px !important;
}

.mg-r145 {
  margin-right: 145px !important;
}

.mg-l145 {
  margin-left: 145px !important;
}

.mg-lr145 {
  margin: 0 145px !important;
}

.pad-t145 {
  padding-top: 145px !important;
}

.pad-b145 {
  padding-bottom: 145px !important;
}

.pad-l145 {
  padding-left: 145px !important;
}

.pad-r145 {
  padding-right: 145px !important;
}

.mg-t150 {
  margin-top: 150px !important;
}

.mg-b150 {
  margin-bottom: 150px !important;
}

.mg-r150 {
  margin-right: 150px !important;
}

.mg-l150 {
  margin-left: 150px !important;
}

.mg-lr150 {
  margin: 0 150px !important;
}

.pad-t150 {
  padding-top: 150px !important;
}

.pad-b150 {
  padding-bottom: 150px !important;
}

.pad-l150 {
  padding-left: 150px !important;
}

.pad-r150 {
  padding-right: 150px !important;
}

.mg-t155 {
  margin-top: 155px !important;
}

.mg-b155 {
  margin-bottom: 155px !important;
}

.mg-r155 {
  margin-right: 155px !important;
}

.mg-l155 {
  margin-left: 155px !important;
}

.mg-lr155 {
  margin: 0 155px !important;
}

.pad-t155 {
  padding-top: 155px !important;
}

.pad-b155 {
  padding-bottom: 155px !important;
}

.pad-l155 {
  padding-left: 155px !important;
}

.pad-r155 {
  padding-right: 155px !important;
}

.mg-t160 {
  margin-top: 160px !important;
}

.mg-b160 {
  margin-bottom: 160px !important;
}

.mg-r160 {
  margin-right: 160px !important;
}

.mg-l160 {
  margin-left: 160px !important;
}

.mg-lr160 {
  margin: 0 160px !important;
}

.pad-t160 {
  padding-top: 160px !important;
}

.pad-b160 {
  padding-bottom: 160px !important;
}

.pad-l160 {
  padding-left: 160px !important;
}

.pad-r160 {
  padding-right: 160px !important;
}

.mg-t165 {
  margin-top: 165px !important;
}

.mg-b165 {
  margin-bottom: 165px !important;
}

.mg-r165 {
  margin-right: 165px !important;
}

.mg-l165 {
  margin-left: 165px !important;
}

.mg-lr165 {
  margin: 0 165px !important;
}

.pad-t165 {
  padding-top: 165px !important;
}

.pad-b165 {
  padding-bottom: 165px !important;
}

.pad-l165 {
  padding-left: 165px !important;
}

.pad-r165 {
  padding-right: 165px !important;
}

.mg-t170 {
  margin-top: 170px !important;
}

.mg-b170 {
  margin-bottom: 170px !important;
}

.mg-r170 {
  margin-right: 170px !important;
}

.mg-l170 {
  margin-left: 170px !important;
}

.mg-lr170 {
  margin: 0 170px !important;
}

.pad-t170 {
  padding-top: 170px !important;
}

.pad-b170 {
  padding-bottom: 170px !important;
}

.pad-l170 {
  padding-left: 170px !important;
}

.pad-r170 {
  padding-right: 170px !important;
}

.mg-t175 {
  margin-top: 175px !important;
}

.mg-b175 {
  margin-bottom: 175px !important;
}

.mg-r175 {
  margin-right: 175px !important;
}

.mg-l175 {
  margin-left: 175px !important;
}

.mg-lr175 {
  margin: 0 175px !important;
}

.pad-t175 {
  padding-top: 175px !important;
}

.pad-b175 {
  padding-bottom: 175px !important;
}

.pad-l175 {
  padding-left: 175px !important;
}

.pad-r175 {
  padding-right: 175px !important;
}

.mg-t180 {
  margin-top: 180px !important;
}

.mg-b180 {
  margin-bottom: 180px !important;
}

.mg-r180 {
  margin-right: 180px !important;
}

.mg-l180 {
  margin-left: 180px !important;
}

.mg-lr180 {
  margin: 0 180px !important;
}

.pad-t180 {
  padding-top: 180px !important;
}

.pad-b180 {
  padding-bottom: 180px !important;
}

.pad-l180 {
  padding-left: 180px !important;
}

.pad-r180 {
  padding-right: 180px !important;
}

.mg-t185 {
  margin-top: 185px !important;
}

.mg-b185 {
  margin-bottom: 185px !important;
}

.mg-r185 {
  margin-right: 185px !important;
}

.mg-l185 {
  margin-left: 185px !important;
}

.mg-lr185 {
  margin: 0 185px !important;
}

.pad-t185 {
  padding-top: 185px !important;
}

.pad-b185 {
  padding-bottom: 185px !important;
}

.pad-l185 {
  padding-left: 185px !important;
}

.pad-r185 {
  padding-right: 185px !important;
}

.mg-t190 {
  margin-top: 190px !important;
}

.mg-b190 {
  margin-bottom: 190px !important;
}

.mg-r190 {
  margin-right: 190px !important;
}

.mg-l190 {
  margin-left: 190px !important;
}

.mg-lr190 {
  margin: 0 190px !important;
}

.pad-t190 {
  padding-top: 190px !important;
}

.pad-b190 {
  padding-bottom: 190px !important;
}

.pad-l190 {
  padding-left: 190px !important;
}

.pad-r190 {
  padding-right: 190px !important;
}

.mg-t195 {
  margin-top: 195px !important;
}

.mg-b195 {
  margin-bottom: 195px !important;
}

.mg-r195 {
  margin-right: 195px !important;
}

.mg-l195 {
  margin-left: 195px !important;
}

.mg-lr195 {
  margin: 0 195px !important;
}

.pad-t195 {
  padding-top: 195px !important;
}

.pad-b195 {
  padding-bottom: 195px !important;
}

.pad-l195 {
  padding-left: 195px !important;
}

.pad-r195 {
  padding-right: 195px !important;
}

.mg-t200 {
  margin-top: 200px !important;
}

.mg-b200 {
  margin-bottom: 200px !important;
}

.mg-r200 {
  margin-right: 200px !important;
}

.mg-l200 {
  margin-left: 200px !important;
}

.mg-lr200 {
  margin: 0 200px !important;
}

.pad-t200 {
  padding-top: 200px !important;
}

.pad-b200 {
  padding-bottom: 200px !important;
}

.pad-l200 {
  padding-left: 200px !important;
}

.pad-r200 {
  padding-right: 200px !important;
}

.mg-t205 {
  margin-top: 205px !important;
}

.mg-b205 {
  margin-bottom: 205px !important;
}

.mg-r205 {
  margin-right: 205px !important;
}

.mg-l205 {
  margin-left: 205px !important;
}

.mg-lr205 {
  margin: 0 205px !important;
}

.pad-t205 {
  padding-top: 205px !important;
}

.pad-b205 {
  padding-bottom: 205px !important;
}

.pad-l205 {
  padding-left: 205px !important;
}

.pad-r205 {
  padding-right: 205px !important;
}

.mg-t210 {
  margin-top: 210px !important;
}

.mg-b210 {
  margin-bottom: 210px !important;
}

.mg-r210 {
  margin-right: 210px !important;
}

.mg-l210 {
  margin-left: 210px !important;
}

.mg-lr210 {
  margin: 0 210px !important;
}

.pad-t210 {
  padding-top: 210px !important;
}

.pad-b210 {
  padding-bottom: 210px !important;
}

.pad-l210 {
  padding-left: 210px !important;
}

.pad-r210 {
  padding-right: 210px !important;
}

.mg-t215 {
  margin-top: 215px !important;
}

.mg-b215 {
  margin-bottom: 215px !important;
}

.mg-r215 {
  margin-right: 215px !important;
}

.mg-l215 {
  margin-left: 215px !important;
}

.mg-lr215 {
  margin: 0 215px !important;
}

.pad-t215 {
  padding-top: 215px !important;
}

.pad-b215 {
  padding-bottom: 215px !important;
}

.pad-l215 {
  padding-left: 215px !important;
}

.pad-r215 {
  padding-right: 215px !important;
}

.mg-t220 {
  margin-top: 220px !important;
}

.mg-b220 {
  margin-bottom: 220px !important;
}

.mg-r220 {
  margin-right: 220px !important;
}

.mg-l220 {
  margin-left: 220px !important;
}

.mg-lr220 {
  margin: 0 220px !important;
}

.pad-t220 {
  padding-top: 220px !important;
}

.pad-b220 {
  padding-bottom: 220px !important;
}

.pad-l220 {
  padding-left: 220px !important;
}

.pad-r220 {
  padding-right: 220px !important;
}

.mg-t225 {
  margin-top: 225px !important;
}

.mg-b225 {
  margin-bottom: 225px !important;
}

.mg-r225 {
  margin-right: 225px !important;
}

.mg-l225 {
  margin-left: 225px !important;
}

.mg-lr225 {
  margin: 0 225px !important;
}

.pad-t225 {
  padding-top: 225px !important;
}

.pad-b225 {
  padding-bottom: 225px !important;
}

.pad-l225 {
  padding-left: 225px !important;
}

.pad-r225 {
  padding-right: 225px !important;
}

.mg-t230 {
  margin-top: 230px !important;
}

.mg-b230 {
  margin-bottom: 230px !important;
}

.mg-r230 {
  margin-right: 230px !important;
}

.mg-l230 {
  margin-left: 230px !important;
}

.mg-lr230 {
  margin: 0 230px !important;
}

.pad-t230 {
  padding-top: 230px !important;
}

.pad-b230 {
  padding-bottom: 230px !important;
}

.pad-l230 {
  padding-left: 230px !important;
}

.pad-r230 {
  padding-right: 230px !important;
}

.mg-t235 {
  margin-top: 235px !important;
}

.mg-b235 {
  margin-bottom: 235px !important;
}

.mg-r235 {
  margin-right: 235px !important;
}

.mg-l235 {
  margin-left: 235px !important;
}

.mg-lr235 {
  margin: 0 235px !important;
}

.pad-t235 {
  padding-top: 235px !important;
}

.pad-b235 {
  padding-bottom: 235px !important;
}

.pad-l235 {
  padding-left: 235px !important;
}

.pad-r235 {
  padding-right: 235px !important;
}

.mg-t240 {
  margin-top: 240px !important;
}

.mg-b240 {
  margin-bottom: 240px !important;
}

.mg-r240 {
  margin-right: 240px !important;
}

.mg-l240 {
  margin-left: 240px !important;
}

.mg-lr240 {
  margin: 0 240px !important;
}

.pad-t240 {
  padding-top: 240px !important;
}

.pad-b240 {
  padding-bottom: 240px !important;
}

.pad-l240 {
  padding-left: 240px !important;
}

.pad-r240 {
  padding-right: 240px !important;
}

.mg-t245 {
  margin-top: 245px !important;
}

.mg-b245 {
  margin-bottom: 245px !important;
}

.mg-r245 {
  margin-right: 245px !important;
}

.mg-l245 {
  margin-left: 245px !important;
}

.mg-lr245 {
  margin: 0 245px !important;
}

.pad-t245 {
  padding-top: 245px !important;
}

.pad-b245 {
  padding-bottom: 245px !important;
}

.pad-l245 {
  padding-left: 245px !important;
}

.pad-r245 {
  padding-right: 245px !important;
}

.mg-t250 {
  margin-top: 250px !important;
}

.mg-b250 {
  margin-bottom: 250px !important;
}

.mg-r250 {
  margin-right: 250px !important;
}

.mg-l250 {
  margin-left: 250px !important;
}

.mg-lr250 {
  margin: 0 250px !important;
}

.pad-t250 {
  padding-top: 250px !important;
}

.pad-b250 {
  padding-bottom: 250px !important;
}

.pad-l250 {
  padding-left: 250px !important;
}

.pad-r250 {
  padding-right: 250px !important;
}

.mg-t255 {
  margin-top: 255px !important;
}

.mg-b255 {
  margin-bottom: 255px !important;
}

.mg-r255 {
  margin-right: 255px !important;
}

.mg-l255 {
  margin-left: 255px !important;
}

.mg-lr255 {
  margin: 0 255px !important;
}

.pad-t255 {
  padding-top: 255px !important;
}

.pad-b255 {
  padding-bottom: 255px !important;
}

.pad-l255 {
  padding-left: 255px !important;
}

.pad-r255 {
  padding-right: 255px !important;
}

.mg-t260 {
  margin-top: 260px !important;
}

.mg-b260 {
  margin-bottom: 260px !important;
}

.mg-r260 {
  margin-right: 260px !important;
}

.mg-l260 {
  margin-left: 260px !important;
}

.mg-lr260 {
  margin: 0 260px !important;
}

.pad-t260 {
  padding-top: 260px !important;
}

.pad-b260 {
  padding-bottom: 260px !important;
}

.pad-l260 {
  padding-left: 260px !important;
}

.pad-r260 {
  padding-right: 260px !important;
}

.mg-t265 {
  margin-top: 265px !important;
}

.mg-b265 {
  margin-bottom: 265px !important;
}

.mg-r265 {
  margin-right: 265px !important;
}

.mg-l265 {
  margin-left: 265px !important;
}

.mg-lr265 {
  margin: 0 265px !important;
}

.pad-t265 {
  padding-top: 265px !important;
}

.pad-b265 {
  padding-bottom: 265px !important;
}

.pad-l265 {
  padding-left: 265px !important;
}

.pad-r265 {
  padding-right: 265px !important;
}

.mg-t270 {
  margin-top: 270px !important;
}

.mg-b270 {
  margin-bottom: 270px !important;
}

.mg-r270 {
  margin-right: 270px !important;
}

.mg-l270 {
  margin-left: 270px !important;
}

.mg-lr270 {
  margin: 0 270px !important;
}

.pad-t270 {
  padding-top: 270px !important;
}

.pad-b270 {
  padding-bottom: 270px !important;
}

.pad-l270 {
  padding-left: 270px !important;
}

.pad-r270 {
  padding-right: 270px !important;
}

.mg-t275 {
  margin-top: 275px !important;
}

.mg-b275 {
  margin-bottom: 275px !important;
}

.mg-r275 {
  margin-right: 275px !important;
}

.mg-l275 {
  margin-left: 275px !important;
}

.mg-lr275 {
  margin: 0 275px !important;
}

.pad-t275 {
  padding-top: 275px !important;
}

.pad-b275 {
  padding-bottom: 275px !important;
}

.pad-l275 {
  padding-left: 275px !important;
}

.pad-r275 {
  padding-right: 275px !important;
}

.mg-t280 {
  margin-top: 280px !important;
}

.mg-b280 {
  margin-bottom: 280px !important;
}

.mg-r280 {
  margin-right: 280px !important;
}

.mg-l280 {
  margin-left: 280px !important;
}

.mg-lr280 {
  margin: 0 280px !important;
}

.pad-t280 {
  padding-top: 280px !important;
}

.pad-b280 {
  padding-bottom: 280px !important;
}

.pad-l280 {
  padding-left: 280px !important;
}

.pad-r280 {
  padding-right: 280px !important;
}

.mg-t285 {
  margin-top: 285px !important;
}

.mg-b285 {
  margin-bottom: 285px !important;
}

.mg-r285 {
  margin-right: 285px !important;
}

.mg-l285 {
  margin-left: 285px !important;
}

.mg-lr285 {
  margin: 0 285px !important;
}

.pad-t285 {
  padding-top: 285px !important;
}

.pad-b285 {
  padding-bottom: 285px !important;
}

.pad-l285 {
  padding-left: 285px !important;
}

.pad-r285 {
  padding-right: 285px !important;
}

.mg-t290 {
  margin-top: 290px !important;
}

.mg-b290 {
  margin-bottom: 290px !important;
}

.mg-r290 {
  margin-right: 290px !important;
}

.mg-l290 {
  margin-left: 290px !important;
}

.mg-lr290 {
  margin: 0 290px !important;
}

.pad-t290 {
  padding-top: 290px !important;
}

.pad-b290 {
  padding-bottom: 290px !important;
}

.pad-l290 {
  padding-left: 290px !important;
}

.pad-r290 {
  padding-right: 290px !important;
}

.mg-t295 {
  margin-top: 295px !important;
}

.mg-b295 {
  margin-bottom: 295px !important;
}

.mg-r295 {
  margin-right: 295px !important;
}

.mg-l295 {
  margin-left: 295px !important;
}

.mg-lr295 {
  margin: 0 295px !important;
}

.pad-t295 {
  padding-top: 295px !important;
}

.pad-b295 {
  padding-bottom: 295px !important;
}

.pad-l295 {
  padding-left: 295px !important;
}

.pad-r295 {
  padding-right: 295px !important;
}

.mg-t300 {
  margin-top: 300px !important;
}

.mg-b300 {
  margin-bottom: 300px !important;
}

.mg-r300 {
  margin-right: 300px !important;
}

.mg-l300 {
  margin-left: 300px !important;
}

.mg-lr300 {
  margin: 0 300px !important;
}

.pad-t300 {
  padding-top: 300px !important;
}

.pad-b300 {
  padding-bottom: 300px !important;
}

.pad-l300 {
  padding-left: 300px !important;
}

.pad-r300 {
  padding-right: 300px !important;
}

.w10 {
  width: 10px !important;
}

.w20 {
  width: 20px !important;
}

.h20 {
  height: 20px !important;
}

.w15 {
  width: 15px !important;
}

.w30 {
  width: 30px !important;
}

.h30 {
  height: 30px !important;
}

.w20 {
  width: 20px !important;
}

.w40 {
  width: 40px !important;
}

.h40 {
  height: 40px !important;
}

.w25 {
  width: 25px !important;
}

.w50 {
  width: 50px !important;
}

.h50 {
  height: 50px !important;
}

.w30 {
  width: 30px !important;
}

.w60 {
  width: 60px !important;
}

.h60 {
  height: 60px !important;
}

.w35 {
  width: 35px !important;
}

.w70 {
  width: 70px !important;
}

.h70 {
  height: 70px !important;
}

.w40 {
  width: 40px !important;
}

.w80 {
  width: 80px !important;
}

.h80 {
  height: 80px !important;
}

.w45 {
  width: 45px !important;
}

.w90 {
  width: 90px !important;
}

.h90 {
  height: 90px !important;
}

.w50 {
  width: 50px !important;
}

.w100 {
  width: 100px !important;
}

.h100 {
  height: 100px !important;
}

.w55 {
  width: 55px !important;
}

.w110 {
  width: 110px !important;
}

.h110 {
  height: 110px !important;
}

.w60 {
  width: 60px !important;
}

.w120 {
  width: 120px !important;
}

.h120 {
  height: 120px !important;
}

.w65 {
  width: 65px !important;
}

.w130 {
  width: 130px !important;
}

.h130 {
  height: 130px !important;
}

.w70 {
  width: 70px !important;
}

.w140 {
  width: 140px !important;
}

.h140 {
  height: 140px !important;
}

.w75 {
  width: 75px !important;
}

.w150 {
  width: 150px !important;
}

.h150 {
  height: 150px !important;
}

.w80 {
  width: 80px !important;
}

.w160 {
  width: 160px !important;
}

.h160 {
  height: 160px !important;
}

.w85 {
  width: 85px !important;
}

.w170 {
  width: 170px !important;
}

.h170 {
  height: 170px !important;
}

.w90 {
  width: 90px !important;
}

.w180 {
  width: 180px !important;
}

.h180 {
  height: 180px !important;
}

.w95 {
  width: 95px !important;
}

.w190 {
  width: 190px !important;
}

.h190 {
  height: 190px !important;
}

.w100 {
  width: 100px !important;
}

.w200 {
  width: 200px !important;
}

.h200 {
  height: 200px !important;
}

.w105 {
  width: 105px !important;
}

.w210 {
  width: 210px !important;
}

.h210 {
  height: 210px !important;
}

.w110 {
  width: 110px !important;
}

.w220 {
  width: 220px !important;
}

.h220 {
  height: 220px !important;
}

.w115 {
  width: 115px !important;
}

.w230 {
  width: 230px !important;
}

.h230 {
  height: 230px !important;
}

.w120 {
  width: 120px !important;
}

.w240 {
  width: 240px !important;
}

.h240 {
  height: 240px !important;
}

.w125 {
  width: 125px !important;
}

.w250 {
  width: 250px !important;
}

.h250 {
  height: 250px !important;
}

.w130 {
  width: 130px !important;
}

.w260 {
  width: 260px !important;
}

.h260 {
  height: 260px !important;
}

.w135 {
  width: 135px !important;
}

.w270 {
  width: 270px !important;
}

.h270 {
  height: 270px !important;
}

.w140 {
  width: 140px !important;
}

.w280 {
  width: 280px !important;
}

.h280 {
  height: 280px !important;
}

.w145 {
  width: 145px !important;
}

.w290 {
  width: 290px !important;
}

.h290 {
  height: 290px !important;
}

.w150 {
  width: 150px !important;
}

.w300 {
  width: 300px !important;
}

.h300 {
  height: 300px !important;
}

.w155 {
  width: 155px !important;
}

.w310 {
  width: 310px !important;
}

.h310 {
  height: 310px !important;
}

.w160 {
  width: 160px !important;
}

.w320 {
  width: 320px !important;
}

.h320 {
  height: 320px !important;
}

.w165 {
  width: 165px !important;
}

.w330 {
  width: 330px !important;
}

.h330 {
  height: 330px !important;
}

.w170 {
  width: 170px !important;
}

.w340 {
  width: 340px !important;
}

.h340 {
  height: 340px !important;
}

.w175 {
  width: 175px !important;
}

.w350 {
  width: 350px !important;
}

.h350 {
  height: 350px !important;
}

.w180 {
  width: 180px !important;
}

.w360 {
  width: 360px !important;
}

.h360 {
  height: 360px !important;
}

.w185 {
  width: 185px !important;
}

.w370 {
  width: 370px !important;
}

.h370 {
  height: 370px !important;
}

.w190 {
  width: 190px !important;
}

.w380 {
  width: 380px !important;
}

.h380 {
  height: 380px !important;
}

.w195 {
  width: 195px !important;
}

.w390 {
  width: 390px !important;
}

.h390 {
  height: 390px !important;
}

.w200 {
  width: 200px !important;
}

.w400 {
  width: 400px !important;
}

.h400 {
  height: 400px !important;
}

.w205 {
  width: 205px !important;
}

.w410 {
  width: 410px !important;
}

.h410 {
  height: 410px !important;
}

.w210 {
  width: 210px !important;
}

.w420 {
  width: 420px !important;
}

.h420 {
  height: 420px !important;
}

.w215 {
  width: 215px !important;
}

.w430 {
  width: 430px !important;
}

.h430 {
  height: 430px !important;
}

.w220 {
  width: 220px !important;
}

.w440 {
  width: 440px !important;
}

.h440 {
  height: 440px !important;
}

.w225 {
  width: 225px !important;
}

.w450 {
  width: 450px !important;
}

.h450 {
  height: 450px !important;
}

.w230 {
  width: 230px !important;
}

.w460 {
  width: 460px !important;
}

.h460 {
  height: 460px !important;
}

.w235 {
  width: 235px !important;
}

.w470 {
  width: 470px !important;
}

.h470 {
  height: 470px !important;
}

.w240 {
  width: 240px !important;
}

.w480 {
  width: 480px !important;
}

.h480 {
  height: 480px !important;
}

.w245 {
  width: 245px !important;
}

.w490 {
  width: 490px !important;
}

.h490 {
  height: 490px !important;
}

.w250 {
  width: 250px !important;
}

.w500 {
  width: 500px !important;
}

.h500 {
  height: 500px !important;
}

.w255 {
  width: 255px !important;
}

.w510 {
  width: 510px !important;
}

.h510 {
  height: 510px !important;
}

.w260 {
  width: 260px !important;
}

.w520 {
  width: 520px !important;
}

.h520 {
  height: 520px !important;
}

.w265 {
  width: 265px !important;
}

.w530 {
  width: 530px !important;
}

.h530 {
  height: 530px !important;
}

.w270 {
  width: 270px !important;
}

.w540 {
  width: 540px !important;
}

.h540 {
  height: 540px !important;
}

.w275 {
  width: 275px !important;
}

.w550 {
  width: 550px !important;
}

.h550 {
  height: 550px !important;
}

.w280 {
  width: 280px !important;
}

.w560 {
  width: 560px !important;
}

.h560 {
  height: 560px !important;
}

.w285 {
  width: 285px !important;
}

.w570 {
  width: 570px !important;
}

.h570 {
  height: 570px !important;
}

.w290 {
  width: 290px !important;
}

.w580 {
  width: 580px !important;
}

.h580 {
  height: 580px !important;
}

.w295 {
  width: 295px !important;
}

.w590 {
  width: 590px !important;
}

.h590 {
  height: 590px !important;
}

.w300 {
  width: 300px !important;
}

.w600 {
  width: 600px !important;
}

.h600 {
  height: 600px !important;
}

.w305 {
  width: 305px !important;
}

.w610 {
  width: 610px !important;
}

.h610 {
  height: 610px !important;
}

.w310 {
  width: 310px !important;
}

.w620 {
  width: 620px !important;
}

.h620 {
  height: 620px !important;
}

.w315 {
  width: 315px !important;
}

.w630 {
  width: 630px !important;
}

.h630 {
  height: 630px !important;
}

.w320 {
  width: 320px !important;
}

.w640 {
  width: 640px !important;
}

.h640 {
  height: 640px !important;
}

.w325 {
  width: 325px !important;
}

.w650 {
  width: 650px !important;
}

.h650 {
  height: 650px !important;
}

.w330 {
  width: 330px !important;
}

.w660 {
  width: 660px !important;
}

.h660 {
  height: 660px !important;
}

.w335 {
  width: 335px !important;
}

.w670 {
  width: 670px !important;
}

.h670 {
  height: 670px !important;
}

.w340 {
  width: 340px !important;
}

.w680 {
  width: 680px !important;
}

.h680 {
  height: 680px !important;
}

.w345 {
  width: 345px !important;
}

.w690 {
  width: 690px !important;
}

.h690 {
  height: 690px !important;
}

.w350 {
  width: 350px !important;
}

.w700 {
  width: 700px !important;
}

.h700 {
  height: 700px !important;
}

.w355 {
  width: 355px !important;
}

.w710 {
  width: 710px !important;
}

.h710 {
  height: 710px !important;
}

.w360 {
  width: 360px !important;
}

.w720 {
  width: 720px !important;
}

.h720 {
  height: 720px !important;
}

.w365 {
  width: 365px !important;
}

.w730 {
  width: 730px !important;
}

.h730 {
  height: 730px !important;
}

.w370 {
  width: 370px !important;
}

.w740 {
  width: 740px !important;
}

.h740 {
  height: 740px !important;
}

.w375 {
  width: 375px !important;
}

.w750 {
  width: 750px !important;
}

.h750 {
  height: 750px !important;
}

.w380 {
  width: 380px !important;
}

.w760 {
  width: 760px !important;
}

.h760 {
  height: 760px !important;
}

.w385 {
  width: 385px !important;
}

.w770 {
  width: 770px !important;
}

.h770 {
  height: 770px !important;
}

.w390 {
  width: 390px !important;
}

.w780 {
  width: 780px !important;
}

.h780 {
  height: 780px !important;
}

.w395 {
  width: 395px !important;
}

.w790 {
  width: 790px !important;
}

.h790 {
  height: 790px !important;
}

.w400 {
  width: 400px !important;
}

.w800 {
  width: 800px !important;
}

.h800 {
  height: 800px !important;
}

.w405 {
  width: 405px !important;
}

.w810 {
  width: 810px !important;
}

.h810 {
  height: 810px !important;
}

.w410 {
  width: 410px !important;
}

.w820 {
  width: 820px !important;
}

.h820 {
  height: 820px !important;
}

.w415 {
  width: 415px !important;
}

.w830 {
  width: 830px !important;
}

.h830 {
  height: 830px !important;
}

.w420 {
  width: 420px !important;
}

.w840 {
  width: 840px !important;
}

.h840 {
  height: 840px !important;
}

.w425 {
  width: 425px !important;
}

.w850 {
  width: 850px !important;
}

.h850 {
  height: 850px !important;
}

.w430 {
  width: 430px !important;
}

.w860 {
  width: 860px !important;
}

.h860 {
  height: 860px !important;
}

.w435 {
  width: 435px !important;
}

.w870 {
  width: 870px !important;
}

.h870 {
  height: 870px !important;
}

.w440 {
  width: 440px !important;
}

.w880 {
  width: 880px !important;
}

.h880 {
  height: 880px !important;
}

.w445 {
  width: 445px !important;
}

.w890 {
  width: 890px !important;
}

.h890 {
  height: 890px !important;
}

.w450 {
  width: 450px !important;
}

.w900 {
  width: 900px !important;
}

.h900 {
  height: 900px !important;
}

.w455 {
  width: 455px !important;
}

.w910 {
  width: 910px !important;
}

.h910 {
  height: 910px !important;
}

.w460 {
  width: 460px !important;
}

.w920 {
  width: 920px !important;
}

.h920 {
  height: 920px !important;
}

.w465 {
  width: 465px !important;
}

.w930 {
  width: 930px !important;
}

.h930 {
  height: 930px !important;
}

.w470 {
  width: 470px !important;
}

.w940 {
  width: 940px !important;
}

.h940 {
  height: 940px !important;
}

.w475 {
  width: 475px !important;
}

.w950 {
  width: 950px !important;
}

.h950 {
  height: 950px !important;
}

.w480 {
  width: 480px !important;
}

.w960 {
  width: 960px !important;
}

.h960 {
  height: 960px !important;
}

.w485 {
  width: 485px !important;
}

.w970 {
  width: 970px !important;
}

.h970 {
  height: 970px !important;
}

.w490 {
  width: 490px !important;
}

.w980 {
  width: 980px !important;
}

.h980 {
  height: 980px !important;
}

.w495 {
  width: 495px !important;
}

.w990 {
  width: 990px !important;
}

.h990 {
  height: 990px !important;
}

.w500 {
  width: 500px !important;
}

.w1000 {
  width: 1000px !important;
}

.h1000 {
  height: 1000px !important;
}

.w505 {
  width: 505px !important;
}

.w1010 {
  width: 1010px !important;
}

.h1010 {
  height: 1010px !important;
}

.w510 {
  width: 510px !important;
}

.w1020 {
  width: 1020px !important;
}

.h1020 {
  height: 1020px !important;
}

.w515 {
  width: 515px !important;
}

.w1030 {
  width: 1030px !important;
}

.h1030 {
  height: 1030px !important;
}

.w520 {
  width: 520px !important;
}

.w1040 {
  width: 1040px !important;
}

.h1040 {
  height: 1040px !important;
}

.w525 {
  width: 525px !important;
}

.w1050 {
  width: 1050px !important;
}

.h1050 {
  height: 1050px !important;
}

.w530 {
  width: 530px !important;
}

.w1060 {
  width: 1060px !important;
}

.h1060 {
  height: 1060px !important;
}

.w535 {
  width: 535px !important;
}

.w1070 {
  width: 1070px !important;
}

.h1070 {
  height: 1070px !important;
}

.w540 {
  width: 540px !important;
}

.w1080 {
  width: 1080px !important;
}

.h1080 {
  height: 1080px !important;
}

.w545 {
  width: 545px !important;
}

.w1090 {
  width: 1090px !important;
}

.h1090 {
  height: 1090px !important;
}

.w550 {
  width: 550px !important;
}

.w1100 {
  width: 1100px !important;
}

.h1100 {
  height: 1100px !important;
}

.w555 {
  width: 555px !important;
}

.w1110 {
  width: 1110px !important;
}

.h1110 {
  height: 1110px !important;
}

.w560 {
  width: 560px !important;
}

.w1120 {
  width: 1120px !important;
}

.h1120 {
  height: 1120px !important;
}

.w565 {
  width: 565px !important;
}

.w1130 {
  width: 1130px !important;
}

.h1130 {
  height: 1130px !important;
}

.w570 {
  width: 570px !important;
}

.w1140 {
  width: 1140px !important;
}

.h1140 {
  height: 1140px !important;
}

.w575 {
  width: 575px !important;
}

.w1150 {
  width: 1150px !important;
}

.h1150 {
  height: 1150px !important;
}

.w580 {
  width: 580px !important;
}

.w1160 {
  width: 1160px !important;
}

.h1160 {
  height: 1160px !important;
}

.w585 {
  width: 585px !important;
}

.w1170 {
  width: 1170px !important;
}

.h1170 {
  height: 1170px !important;
}

.w590 {
  width: 590px !important;
}

.w1180 {
  width: 1180px !important;
}

.h1180 {
  height: 1180px !important;
}

.w595 {
  width: 595px !important;
}

.w1190 {
  width: 1190px !important;
}

.h1190 {
  height: 1190px !important;
}

.w600 {
  width: 600px !important;
}

.w1200 {
  width: 1200px !important;
}

.h1200 {
  height: 1200px !important;
}

.w605 {
  width: 605px !important;
}

.w1210 {
  width: 1210px !important;
}

.h1210 {
  height: 1210px !important;
}

.w610 {
  width: 610px !important;
}

.w1220 {
  width: 1220px !important;
}

.h1220 {
  height: 1220px !important;
}

.w615 {
  width: 615px !important;
}

.w1230 {
  width: 1230px !important;
}

.h1230 {
  height: 1230px !important;
}

.w620 {
  width: 620px !important;
}

.w1240 {
  width: 1240px !important;
}

.h1240 {
  height: 1240px !important;
}

.w625 {
  width: 625px !important;
}

.w1250 {
  width: 1250px !important;
}

.h1250 {
  height: 1250px !important;
}

.w630 {
  width: 630px !important;
}

.w1260 {
  width: 1260px !important;
}

.h1260 {
  height: 1260px !important;
}

.w635 {
  width: 635px !important;
}

.w1270 {
  width: 1270px !important;
}

.h1270 {
  height: 1270px !important;
}

.w640 {
  width: 640px !important;
}

.w1280 {
  width: 1280px !important;
}

.h1280 {
  height: 1280px !important;
}

.w645 {
  width: 645px !important;
}

.w1290 {
  width: 1290px !important;
}

.h1290 {
  height: 1290px !important;
}

.w650 {
  width: 650px !important;
}

.w1300 {
  width: 1300px !important;
}

.h1300 {
  height: 1300px !important;
}

.w655 {
  width: 655px !important;
}

.w1310 {
  width: 1310px !important;
}

.h1310 {
  height: 1310px !important;
}

.w660 {
  width: 660px !important;
}

.w1320 {
  width: 1320px !important;
}

.h1320 {
  height: 1320px !important;
}

.w665 {
  width: 665px !important;
}

.w1330 {
  width: 1330px !important;
}

.h1330 {
  height: 1330px !important;
}

.w670 {
  width: 670px !important;
}

.w1340 {
  width: 1340px !important;
}

.h1340 {
  height: 1340px !important;
}

.w675 {
  width: 675px !important;
}

.w1350 {
  width: 1350px !important;
}

.h1350 {
  height: 1350px !important;
}

.w680 {
  width: 680px !important;
}

.w1360 {
  width: 1360px !important;
}

.h1360 {
  height: 1360px !important;
}

.w685 {
  width: 685px !important;
}

.w1370 {
  width: 1370px !important;
}

.h1370 {
  height: 1370px !important;
}

.w690 {
  width: 690px !important;
}

.w1380 {
  width: 1380px !important;
}

.h1380 {
  height: 1380px !important;
}

.w695 {
  width: 695px !important;
}

.w1390 {
  width: 1390px !important;
}

.h1390 {
  height: 1390px !important;
}

.w700 {
  width: 700px !important;
}

.w1400 {
  width: 1400px !important;
}

.h1400 {
  height: 1400px !important;
}

.w705 {
  width: 705px !important;
}

.w1410 {
  width: 1410px !important;
}

.h1410 {
  height: 1410px !important;
}

.w710 {
  width: 710px !important;
}

.w1420 {
  width: 1420px !important;
}

.h1420 {
  height: 1420px !important;
}

.w715 {
  width: 715px !important;
}

.w1430 {
  width: 1430px !important;
}

.h1430 {
  height: 1430px !important;
}

.w720 {
  width: 720px !important;
}

.w1440 {
  width: 1440px !important;
}

.h1440 {
  height: 1440px !important;
}

.w725 {
  width: 725px !important;
}

.w1450 {
  width: 1450px !important;
}

.h1450 {
  height: 1450px !important;
}

.w730 {
  width: 730px !important;
}

.w1460 {
  width: 1460px !important;
}

.h1460 {
  height: 1460px !important;
}

.w735 {
  width: 735px !important;
}

.w1470 {
  width: 1470px !important;
}

.h1470 {
  height: 1470px !important;
}

.w740 {
  width: 740px !important;
}

.w1480 {
  width: 1480px !important;
}

.h1480 {
  height: 1480px !important;
}

.w745 {
  width: 745px !important;
}

.w1490 {
  width: 1490px !important;
}

.h1490 {
  height: 1490px !important;
}

.w750 {
  width: 750px !important;
}

.w1500 {
  width: 1500px !important;
}

.h1500 {
  height: 1500px !important;
}

.w755 {
  width: 755px !important;
}

.w1510 {
  width: 1510px !important;
}

.h1510 {
  height: 1510px !important;
}

.w760 {
  width: 760px !important;
}

.w1520 {
  width: 1520px !important;
}

.h1520 {
  height: 1520px !important;
}

.w765 {
  width: 765px !important;
}

.w1530 {
  width: 1530px !important;
}

.h1530 {
  height: 1530px !important;
}

.w770 {
  width: 770px !important;
}

.w1540 {
  width: 1540px !important;
}

.h1540 {
  height: 1540px !important;
}

.w775 {
  width: 775px !important;
}

.w1550 {
  width: 1550px !important;
}

.h1550 {
  height: 1550px !important;
}

.w780 {
  width: 780px !important;
}

.w1560 {
  width: 1560px !important;
}

.h1560 {
  height: 1560px !important;
}

.w785 {
  width: 785px !important;
}

.w1570 {
  width: 1570px !important;
}

.h1570 {
  height: 1570px !important;
}

.w790 {
  width: 790px !important;
}

.w1580 {
  width: 1580px !important;
}

.h1580 {
  height: 1580px !important;
}

.w795 {
  width: 795px !important;
}

.w1590 {
  width: 1590px !important;
}

.h1590 {
  height: 1590px !important;
}

.w800 {
  width: 800px !important;
}

.w1600 {
  width: 1600px !important;
}

.h1600 {
  height: 1600px !important;
}

.w805 {
  width: 805px !important;
}

.w1610 {
  width: 1610px !important;
}

.h1610 {
  height: 1610px !important;
}

.w810 {
  width: 810px !important;
}

.w1620 {
  width: 1620px !important;
}

.h1620 {
  height: 1620px !important;
}

.w815 {
  width: 815px !important;
}

.w1630 {
  width: 1630px !important;
}

.h1630 {
  height: 1630px !important;
}

.w820 {
  width: 820px !important;
}

.w1640 {
  width: 1640px !important;
}

.h1640 {
  height: 1640px !important;
}

.w825 {
  width: 825px !important;
}

.w1650 {
  width: 1650px !important;
}

.h1650 {
  height: 1650px !important;
}

.w830 {
  width: 830px !important;
}

.w1660 {
  width: 1660px !important;
}

.h1660 {
  height: 1660px !important;
}

.w835 {
  width: 835px !important;
}

.w1670 {
  width: 1670px !important;
}

.h1670 {
  height: 1670px !important;
}

.w840 {
  width: 840px !important;
}

.w1680 {
  width: 1680px !important;
}

.h1680 {
  height: 1680px !important;
}

.w845 {
  width: 845px !important;
}

.w1690 {
  width: 1690px !important;
}

.h1690 {
  height: 1690px !important;
}

.w850 {
  width: 850px !important;
}

.w1700 {
  width: 1700px !important;
}

.h1700 {
  height: 1700px !important;
}

.w855 {
  width: 855px !important;
}

.w1710 {
  width: 1710px !important;
}

.h1710 {
  height: 1710px !important;
}

.w860 {
  width: 860px !important;
}

.w1720 {
  width: 1720px !important;
}

.h1720 {
  height: 1720px !important;
}

.w865 {
  width: 865px !important;
}

.w1730 {
  width: 1730px !important;
}

.h1730 {
  height: 1730px !important;
}

.w870 {
  width: 870px !important;
}

.w1740 {
  width: 1740px !important;
}

.h1740 {
  height: 1740px !important;
}

.w875 {
  width: 875px !important;
}

.w1750 {
  width: 1750px !important;
}

.h1750 {
  height: 1750px !important;
}

.w880 {
  width: 880px !important;
}

.w1760 {
  width: 1760px !important;
}

.h1760 {
  height: 1760px !important;
}

.w885 {
  width: 885px !important;
}

.w1770 {
  width: 1770px !important;
}

.h1770 {
  height: 1770px !important;
}

.w890 {
  width: 890px !important;
}

.w1780 {
  width: 1780px !important;
}

.h1780 {
  height: 1780px !important;
}

.w895 {
  width: 895px !important;
}

.w1790 {
  width: 1790px !important;
}

.h1790 {
  height: 1790px !important;
}

.w900 {
  width: 900px !important;
}

.w1800 {
  width: 1800px !important;
}

.h1800 {
  height: 1800px !important;
}

.w905 {
  width: 905px !important;
}

.w1810 {
  width: 1810px !important;
}

.h1810 {
  height: 1810px !important;
}

.w910 {
  width: 910px !important;
}

.w1820 {
  width: 1820px !important;
}

.h1820 {
  height: 1820px !important;
}

.w915 {
  width: 915px !important;
}

.w1830 {
  width: 1830px !important;
}

.h1830 {
  height: 1830px !important;
}

.w920 {
  width: 920px !important;
}

.w1840 {
  width: 1840px !important;
}

.h1840 {
  height: 1840px !important;
}

.w925 {
  width: 925px !important;
}

.w1850 {
  width: 1850px !important;
}

.h1850 {
  height: 1850px !important;
}

.w930 {
  width: 930px !important;
}

.w1860 {
  width: 1860px !important;
}

.h1860 {
  height: 1860px !important;
}

.w935 {
  width: 935px !important;
}

.w1870 {
  width: 1870px !important;
}

.h1870 {
  height: 1870px !important;
}

.w940 {
  width: 940px !important;
}

.w1880 {
  width: 1880px !important;
}

.h1880 {
  height: 1880px !important;
}

.w945 {
  width: 945px !important;
}

.w1890 {
  width: 1890px !important;
}

.h1890 {
  height: 1890px !important;
}

.w950 {
  width: 950px !important;
}

.w1900 {
  width: 1900px !important;
}

.h1900 {
  height: 1900px !important;
}

.w955 {
  width: 955px !important;
}

.w1910 {
  width: 1910px !important;
}

.h1910 {
  height: 1910px !important;
}

.w960 {
  width: 960px !important;
}

.w1920 {
  width: 1920px !important;
}

.h1920 {
  height: 1920px !important;
}

.w965 {
  width: 965px !important;
}

.w1930 {
  width: 1930px !important;
}

.h1930 {
  height: 1930px !important;
}

.w970 {
  width: 970px !important;
}

.w1940 {
  width: 1940px !important;
}

.h1940 {
  height: 1940px !important;
}

.w975 {
  width: 975px !important;
}

.w1950 {
  width: 1950px !important;
}

.h1950 {
  height: 1950px !important;
}

.w980 {
  width: 980px !important;
}

.w1960 {
  width: 1960px !important;
}

.h1960 {
  height: 1960px !important;
}

.w985 {
  width: 985px !important;
}

.w1970 {
  width: 1970px !important;
}

.h1970 {
  height: 1970px !important;
}

.w990 {
  width: 990px !important;
}

.w1980 {
  width: 1980px !important;
}

.h1980 {
  height: 1980px !important;
}

.w995 {
  width: 995px !important;
}

.w1990 {
  width: 1990px !important;
}

.h1990 {
  height: 1990px !important;
}

.w1000 {
  width: 1000px !important;
}

.w2000 {
  width: 2000px !important;
}

.h2000 {
  height: 2000px !important;
}

.w10p {
  width: 10% !important;
}

.w51p {
  width: 51% !important;
}

.w20p {
  width: 20% !important;
}

.w52p {
  width: 52% !important;
}

.w30p {
  width: 30% !important;
}

.w53p {
  width: 53% !important;
}

.w40p {
  width: 40% !important;
}

.w54p {
  width: 54% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w56p {
  width: 56% !important;
}

.w70p {
  width: 70% !important;
}

.w57p {
  width: 57% !important;
}

.w80p {
  width: 80% !important;
}

.w58p {
  width: 58% !important;
}

.w90p {
  width: 90% !important;
}

.w59p {
  width: 59% !important;
}

.w100p {
  width: 100% !important;
}

.w60p {
  width: 60% !important;
}

.popup-survey {
  position: relative;
  width: 1060px;
  margin: 0 auto;
  text-align: center;
}

.popup-survey__wrap {
  width: 100%;
}

.popup-survey__container {
  position: relative;
}

.popup-survey__list {
  white-space: nowrap;
  font-size: 0;
}

.popup-survey__slide {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #fff;
  white-space: normal;
}

.survey-first {
  width: 980px;
  padding: 40px;
  background: #fff;
}

.survey-first__head {
  margin: 0;
  padding: 0;
  color: #848069;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.survey-first__content {
  margin-top: 48px;
}

.survey-first__option-container {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}

.survey-first__option {
  position: relative;
  display: block;
  float: left;
  padding: 4px 0 65px 0;
  margin: 0 -1px;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #dcdcdc;
  text-align: center;
}
.survey-first__option--column-2 .survey-first__option {
  width: 50%;
}
.survey-first__option--column-3 .survey-first__option {
  width: 33.33%;
}

.survey-first__option-icon {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: url("../../assets/images/common/icon_survey.png") no-repeat;
}
.survey-first__option-icon.option-icon--1 {
  background-position: -80px top;
}
.survey-first__option-icon.option-icon--2 {
  background: none;
}
.survey-first__option-icon.option-icon--2:before {
  content: "";
  position: absolute;
  left: -11px;
  top: 0;
  width: 40px;
  height: 80px;
  background: url("../../assets/images/common/icon_survey.png") no-repeat -80px top;
  overflow: hidden;
  opacity: 0.3;
}
.survey-first__option-icon.option-icon--2:after {
  content: "";
  position: absolute;
  left: 11px;
  top: 0;
  width: 80px;
  height: 80px;
  background: url("../../assets/images/common/icon_survey.png") no-repeat -160px top;
  overflow: hidden;
}
.survey-first__option-icon.option-icon--3 {
  background-position: left -80px;
}
.survey-first__option-icon.option-icon--4 {
  background-position: -80px -80px;
}
.survey-first__option-icon.option-icon--5 {
  background-position: -160px -80px;
}
.survey-first__option-icon.option-icon--6 {
  background-position: left -160px;
}
.survey-first__option-icon.option-icon--7 {
  background-position: -80px -160px;
}
.survey-first__option-icon.option-icon--8 {
  background-position: -160px -160px;
}
.survey-first__option-icon.option-icon--9 {
  background-position: left -240px;
}
.survey-first__option-icon.option-icon--10 {
  background-position: -80px -240px;
}
.survey-first__option-icon.option-icon--11 {
  background-position: -160px -240px;
}
.survey-first__option-icon.option-icon--12 {
  background-position: left top;
}
.survey-first__option-icon.translucent {
  opacity: 0.3;
}

.survey-first__option-block {
  margin: 6px 0 22px 0;
}

.survey-first__option-text {
  display: block;
  margin: 0;
  padding: 7px 0;
  color: #222;
  font-size: 22px;
}

.survey-first__option-additional {
  display: block;
  color: #5a5a5a;
  font-size: 18px;
}

.survey-option__box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.survey-option__item {
  position: absolute;
  left: 50%;
  bottom: 14px;
  width: 28px;
  height: 28px;
  margin: 0 0 0 -14px;
  padding: 0;
  overflow: hidden;
}
.survey-option__item:not(old) {
  opacity: 0;
}

.survey-option__text {
  position: absolute;
  left: 50%;
  bottom: 14px;
  display: block;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  padding-left: 30px;
}
.survey-option__text:not(old):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid #c1beba;
  background: #fff;
}

.survey-option__item:not(old):checked + .survey-option__text:before {
  border-color: #60584c;
  background-color: #60584c;
}
.survey-option__item:not(old):checked + .survey-option__text:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  display: block;
  width: 14px;
  height: 8px;
  border-width: 0 0 4px 4px;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.survey-first__button-block {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
  text-align: center;
}

.survey-first__button {
  display: inline-block;
  min-width: 78px;
  margin: 0 4px;
  padding: 10px 23px;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  border-radius: 3px;
  background: #fff;
  color: #222;
  font-size: 18px;
}
.survey-first__button:disabled {
  color: #a8a8a8;
  background: #f7f7f7;
}
.survey-first__button.active {
  color: #fff;
  background: #ff5d16;
  border-color: #ff5d16;
}

.survey-first-navigation {
  position: relative;
  margin-top: 25px;
  text-align: center;
}

.survey-first-navigation__box {
  position: relative;
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
}
.survey-first-navigation__box:before {
  content: "";
  position: relative;
  display: block;
  top: 13px;
  width: 80%;
  height: 2px;
  margin: 0 auto -2px auto;
  background: #a2a2a2;
}

.survey-first-navigation__item {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  padding: 0 4px;
  text-align: center;
}
.survey-first-navigation__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: #a2a2a2;
  border-radius: 50%;
}
.survey-first-navigation__item.active:before {
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  background: #fff;
}

.survey-first-navigation__text {
  position: relative;
  visibility: hidden;
  color: #ff5d16;
  font-size: 16px;
  line-height: 28px;
}
.survey-first-navigation__item.active .survey-first-navigation__text {
  visibility: visible;
}

.popup-main {
  position: relative;
  width: 500px;
  height: 515px;
}

.popup-main__box {
  position: relative;
  padding-bottom: 66px;
  overflow: hidden;
}

.popup-main__container {
  position: relative;
}

.popup-main__list {
  white-space: nowrap;
  font-size: 0;
}

.popup-main__slide {
  position: relative;
  width: 500px;
  height: 515px;
  display: inline-block;
  overflow: hidden;
}

.popup-main__link {
  display: block;
}

.popup-main__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup-main__not-today {
  position: absolute;
  bottom: -66px;
  left: 0;
  padding: 20px 0;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}

.popup-main-check {
  position: relative;
  display: block;
  cursor: pointer;
}

.popup-main-check__item {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.popup-main-check__item:not(old) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.popup-main-check__text {
  display: block;
  padding-left: 35px;
}
.popup-main-check__text:not(old):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  background: transparent;
}

.popup-main-check__item:not(old):checked + .popup-main-check__text:before {
  border-color: #fff;
}
.popup-main-check__item:not(old):checked + .popup-main-check__text:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  display: block;
  width: 12px;
  height: 5px;
  border-width: 0 0 4px 4px;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup-main-buttons {
  position: absolute;
  right: 0;
  bottom: -46px;
}

.popup-main-buttons__prev,
.popup-main-buttons__next {
  float: left;
  position: relative;
  display: block;
  width: 24px;
  height: 0;
  margin: 0;
  padding: 24px 0 0 0;
  border: 1px solid #d4d4d4;
  background: #fff;
  overflow: hidden;
}
.popup-main-buttons__prev:before, .popup-main-buttons__prev:after,
.popup-main-buttons__next:before,
.popup-main-buttons__next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
}

.popup-main-buttons__icon-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 8px;
  height: 16px;
  margin-top: -8px;
  margin-left: -4px;
  border-radius: 4px;
  overflow: hidden;
}
.popup-main-buttons__icon-arrow:before, .popup-main-buttons__icon-arrow:after {
  content: "";
  position: absolute;
  top: 0;
}

.popup-main-buttons__prev {
  margin-right: -1px;
}
.popup-main-buttons__prev .popup-main-buttons__icon-arrow:before {
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #a4a4a4 transparent transparent;
}
.popup-main-buttons__prev .popup-main-buttons__icon-arrow:after {
  left: 2px;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fff transparent transparent;
}

.popup-main-buttons__next .popup-main-buttons__icon-arrow:before {
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #a4a4a4;
}
.popup-main-buttons__next .popup-main-buttons__icon-arrow:after {
  left: -2px;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fff;
}

/*
* textEllipsis 한 줄
* @include textEllipsis;
*/
/*
* textEllipsis 두 줄
* @include textEllipsisClamp;
*/
/*
 * clearfix
 * @include clearfix;
*/
/* 공통 작업 */
.main-heading {
  margin: 0;
  padding: 32px 0;
  color: #222;
  font-size: 34px;
  font-weight: 500;
  font-weight: normal;
}

.main-buttons {
  position: absolute;
  right: 3px;
  top: -68px;
}

.main-buttons__more,
.main-buttons__prev,
.main-buttons__next {
  float: left;
  position: relative;
  display: block;
  width: 22px;
  height: 0;
  margin: 0;
  padding: 22px 0 0 0;
  border: 1px solid #d4d4d4;
  background: #fff;
  overflow: hidden;
}
.main-buttons__more:before, .main-buttons__more:after,
.main-buttons__prev:before,
.main-buttons__prev:after,
.main-buttons__next:before,
.main-buttons__next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
}

.main-buttons__icon-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  margin-left: -3px;
  border-radius: 4px;
  overflow: hidden;
}
.main-buttons__icon-arrow:before, .main-buttons__icon-arrow:after {
  content: "";
  position: absolute;
  top: 0;
}

.main-buttons__more {
  margin-right: 5px;
}
.main-buttons__more:before, .main-buttons__more:after {
  background: #a4a4a4;
}
.main-buttons__more:before {
  width: 2px;
  height: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.main-buttons__more:after {
  width: 10px;
  height: 2px;
  margin-left: -5px;
  margin-top: -1px;
}

.main-buttons__prev {
  margin-right: -1px;
}
.main-buttons__prev .main-buttons__icon-arrow:before {
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #a4a4a4 transparent transparent;
}
.main-buttons__prev .main-buttons__icon-arrow:after {
  left: 2px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fff transparent transparent;
}

.main-buttons__next .main-buttons__icon-arrow:before {
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #a4a4a4;
}
.main-buttons__next .main-buttons__icon-arrow:after {
  left: -2px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fff;
}

.main-hero__container {
  position: relative;
  height: 495px;
  overflow: hidden;
}

.main-hero__list {
  white-space: nowrap;
  font-size: 0;
}

.main-hero__slide {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 100%;
  height: 495px;
}
.main-hero__slide.swiper-slide-active {
  z-index: 2;
}
.main-hero__slide .emphasize-text {
  color: #ffcc00;
  border-color: #ffcc00;
}
.main-hero__slide.type-black {
  background-color: #000;
}

.main-hero__text {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0 0 5px;
  font-weight: 500;
}

.main-hero__head {
  position: relative;
  display: block;
  font-size: 59px;
  line-height: 1.25;
  margin: 0 0 0 0;
  padding: 70px 0 0 0;
}
.main-hero__head .point {
  color: #ffd338;
}

.main-hero__head-small {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
}

.main-hero__desc {
  display: block;
  width: 370px;
  margin: 12px 0 0 0;
  padding: 0;
  color: #333;
  font-size: 22px;
  white-space: normal;
}

a.main-hero__link {
  display: inline-block;
  margin: 32px 20px 0 0;
  padding: 0 4px;
  font-size: 17px;
  line-height: 1.85;
  border-bottom: 1px solid #000;
}
a.main-hero__link.white {
  border-bottom: 1px solid #fff;
}
a.main-hero__link:hover, a.main-hero__link:focus {
  text-decoration: none;
}

.main-hero__controller {
  position: relative;
  overflow: visible;
  z-index: 3;
}
.main-hero__controller.type-white .main-hero__abbreviation-list {
  color: #fff;
}
.main-hero__controller.type-white .main-hero__abbreviation-list .main-hero__abbreviation-link {
  opacity: 1;
  font-weight: 300;
}
.main-hero__controller.type-white .main-hero__abbreviation-list .main-hero__abbreviation-text {
  color: #fff;
}
.main-hero__controller.type-white .main-hero__abbreviation-list .main-hero__abbreviation-item:before {
  background: #fff;
  opacity: 0.3;
}
.main-hero__controller.type-white .main-hero__prev,
.main-hero__controller.type-white .main-hero__next,
.main-hero__controller.type-white .main-hero__autoplay {
  opacity: 1;
}

.main-hero__buttons {
  position: absolute;
  left: 5px;
  top: -113px;
  width: 113px;
  height: 34px;
  overflow: hidden;
}

.main-hero__buttons-divider {
  float: left;
  display: block;
  width: 1px;
  height: 100%;
  background: #000;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
}

.main-hero__prev,
.main-hero__next,
.main-hero__autoplay {
  float: left;
  position: relative;
  display: block;
  width: 34px;
  height: 0;
  margin: 0;
  padding: 34px 0 0 0;
  border: none;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.main-hero__prev,
.main-hero__next {
  float: left;
}
.main-hero__prev:before, .main-hero__prev:after,
.main-hero__next:before,
.main-hero__next:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}

.main-hero__prev:before {
  margin-left: -4px;
  margin-top: -8px;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000 transparent transparent;
}
.main-hero__prev:after {
  margin-left: -2px;
  margin-top: -8px;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fff transparent transparent;
}

.main-hero__next:before {
  margin-left: -4px;
  margin-top: -8px;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000;
}
.main-hero__next:after {
  margin-left: -6px;
  margin-top: -8px;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fff;
}

.main-hero__autoplay {
  float: right;
}
.main-hero__autoplay.main-hero__autoplay--pause:before, .main-hero__autoplay.main-hero__autoplay--pause:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 12px;
  background: #000;
  margin-top: -6px;
  overflow: hidden;
}
.main-hero__autoplay.main-hero__autoplay--pause:before {
  margin-left: -4px;
}
.main-hero__autoplay.main-hero__autoplay--pause:after {
  margin-left: 2px;
}
.main-hero__autoplay.main-hero__autoplay--start:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -4px;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000;
}
.main-hero__autoplay.main-hero__autoplay--start:after {
  display: none;
}

.main-hero__abbreviation {
  position: absolute;
  right: 0;
  top: -495px;
  width: 195px;
  height: 495px;
  font-size: 0;
  white-space: nowrap;
}
.main-hero__abbreviation:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.main-hero__abbreviation-list {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  vertical-align: middle;
}

.main-hero__abbreviation-item {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 13px 10px 0;
  text-align: right;
  cursor: pointer;
}
.main-hero__abbreviation-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}
.main-hero__abbreviation-item:first-child:before, .main-hero__abbreviation-item.first:before {
  content: none;
}

.main-hero__abbreviation-link {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.active .main-hero__abbreviation-link {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.main-hero__abbreviation-text {
  position: absolute;
  right: 82px;
  top: 10px;
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  vertical-align: middle;
}

.main-hero__abbreviation-icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: 19px;
  border-radius: 23px;
  background: #fff;
  overflow: hidden;
  vertical-align: middle;
}
.main-hero__abbreviation-icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../assets/images/main/icon_hero_navigation_250611.png") no-repeat;
}
.main-hero__abbreviation-icon.abbreviation-icon--sell:before {
  background-position: left top;
}
.main-hero__abbreviation-icon.abbreviation-icon--buy:before {
  background-position: -50px top;
}
.main-hero__abbreviation-icon.abbreviation-icon--direct:before {
  background-position: -100px top;
}
.main-hero__abbreviation-icon.abbreviation-icon--price:before {
  background-position: -150px top;
}
.main-hero__abbreviation-icon.abbreviation-icon--certification:before {
  background-position: -200px top;
}
.main-hero__abbreviation-icon.abbreviation-icon--finance:before {
  background-position: -250px top;
}
.main-hero__abbreviation-icon.abbreviation-icon--diagnosis:before {
  background-position: -300px top;
}
.main-hero__abbreviation-icon.abbreviation-icon--garage:before {
  background-position: -350px top;
}
.main-hero__abbreviation-icon.abbreviation-icon--kbcare:before {
  background-position: -400px top;
}
.main-hero__abbreviation-icon.abbreviation-icon--star:before {
  background-position: -450px top;
}
.main-hero__abbreviation-icon.abbreviation-icon--home:before {
  background-position: -500px top;
}

.main-hero__abbreviation-item.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.main-hero__abbreviation-item.active .main-hero__abbreviation-text {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
}
.main-hero__abbreviation-item.active .main-hero__abbreviation-icon {
  background-color: #ffcc00;
}

.main-hero__container--dark .main-hero__head,
.main-hero__container--dark .main-hero__desc {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}
.main-hero__container--dark .main-hero__head-small {
  font-weight: normal;
}
.main-hero__container--dark .main-hero__abbreviation-item:before {
  background: #aaa;
  opacity: 0.9;
}
.main-hero__container--dark .main-hero__abbreviation-link {
  opacity: 1;
}
.main-hero__container--dark .main-hero__abbreviation-text {
  color: #fff;
}
.main-hero__container--dark .main-hero__prev,
.main-hero__container--dark .main-hero__next,
.main-hero__container--dark .main-hero__autoplay {
  opacity: 1;
}

.main-search {
  margin-top: 20px;
}

.main-search__head {
  position: relative;
}

.main-all-sale {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -14px 0 0 0;
  padding: 0;
  font-size: 20px;
}
.main-all-sale:before, .main-all-sale:after {
  content: "";
}
.main-all-sale:before {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: #60584c;
  border-radius: 50%;
  vertical-align: middle;
}
.main-all-sale:after {
  position: absolute;
  left: 3px;
  top: 50%;
  width: 8px;
  height: 4px;
  margin-top: 1px;
  border-width: 0 0 2px 2px;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.main-all-sale strong {
  color: #ff5d16;
}

.main-search__content {
  position: relative;
  padding: 35px 45px;
  border: 1px solid #60584c;
  font-size: 18px;
  line-height: 1.5;
}
.main-search__content form {
  margin: 0;
  padding: 0;
}
.main-search__content fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.main-search__content legend {
  display: none;
}

.search-select {
  position: relative;
}

.search-select__trigger {
  position: relative;
  padding-right: 105px;
}

.search-select__trigger-block {
  display: table;
  width: 100%;
  border-width: 0 1px;
  border-style: solid;
  border-color: #eae9e6;
}

a.search-select__trigger-link {
  position: relative;
  display: table-cell;
  width: 33.33%;
  padding: 20px;
  background: #fff;
  border-width: 1px 0;
  border-style: solid;
  border-color: #eae9e6;
  color: #000;
}
a.search-select__trigger-link:hover, a.search-select__trigger-link:focus {
  text-decoration: none;
}
a.search-select__trigger-link.option-link-middle {
  border: 1px solid #eae9e6;
}
a.search-select__trigger-link.active {
  color: #ff5d16;
  background: #fff;
  border-bottom: 1px solid #fff !important;
}
a.search-select__trigger-link.disabled {
  color: #8f8f8f;
  cursor: not-allowed;
  background: #fbfbfb;
}

.search-select__trigger-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 16px;
  height: 8px;
  margin-top: -3px;
  border-radius: 4px;
  overflow: hidden;
}
.search-select__trigger-arrow:before, .search-select__trigger-arrow:after {
  content: "";
  position: absolute;
  left: 0;
}
.search-select__trigger-arrow:before {
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #000 transparent transparent;
}
.search-select__trigger-arrow:after {
  top: -2px;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
}
.search-select__trigger-link.disabled .search-select__trigger-arrow:before {
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #8f8f8f transparent transparent;
}
.search-select__trigger-link.disabled .search-select__trigger-arrow:after {
  top: -2px;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fbfbfb transparent transparent;
}
.search-select__trigger-link.active .search-select__trigger-arrow:before {
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #000;
}
.search-select__trigger-link.active .search-select__trigger-arrow:after {
  top: 2px;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #fff;
}

.search-select__button {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 105px;
  padding: 21px 0;
  border: none;
  background: #ff5d16;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  cursor: pointer;
}
.search-select__button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.search-select__option {
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  width: 100%;
  font-size: 16px;
  z-index: 4;
}

.search-select__option-block {
  position: relative;
  padding: 20px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #dcdcdc;
  background: #fff;
}

a.search-select__option-link {
  color: #5a5a5a;
}
a.search-select__option-link:hover, a.search-select__option-link:focus {
  color: #222;
  text-decoration: underline;
}

.search-select__option-head {
  margin-bottom: 20px;
  color: #8f8f8f;
  line-height: 1.25;
}

.search-select__option-icon {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 4px;
  height: 8px;
  margin-right: 4px;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 2px;
}
.search-select__option-icon:before, .search-select__option-icon:after {
  content: "";
  position: absolute;
  top: 0;
}
.search-select__option-icon:before {
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #3c3c3c;
}
.search-select__option-icon:after {
  left: -1px;
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fff;
}

.search-select__option-content {
  max-height: 325px;
  overflow: auto;
}

.search-select-option__close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 40px 0 0 0;
  background: transparent;
  border: 0;
  overflow: hidden;
  cursor: pointer;
}
.search-select-option__close:before {
  content: "×";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-family: monospace;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}

.search-select-option__head {
  display: block;
  margin: 15px 0 0 0;
  padding: 8px 12px;
  border-bottom: 1px solid #eae9e6;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
}
.search-select-option__head:first-child {
  margin-top: 0;
}
.search-select-option__head.has-num {
  font-weight: normal;
}

.search-select-option__number {
  display: inline-block;
  color: #9a9a9a;
}

.search-select-option__list {
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.search-select-option__item {
  float: left;
  display: block;
  width: 16.6%;
  margin: 0;
  padding: 2px 0;
}
.search-select-option__list.column-3 .search-select-option__item {
  width: 33.33%;
}

a.search-select-option__link {
  display: block;
  margin: 0 12px;
  font-size: 0;
}
a.search-select-option__link:before {
  content: "";
  display: inline-block;
  height: 40px;
  vertical-align: middle;
}
a.search-select-option__link .search-select-option__link-text {
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  vertical-align: middle;
}
a.search-select-option__link .search-select-option__link-text .link-text {
  color: #5a5a5a;
}
a.search-select-option__link .search-select-option__link-text .link-number {
  display: inline-block;
  color: #9a9a9a;
  margin-left: 4px;
}
a.search-select-option__link:hover .search-select-option__link-text .link-text, a.search-select-option__link:focus .search-select-option__link-text .link-text, a.search-select-option__link.selected .search-select-option__link-text .link-text {
  color: #222;
  text-decoration: underline;
}
a.search-select-option__link:hover .search-select-option__link-text .link-number, a.search-select-option__link:focus .search-select-option__link-text .link-number, a.search-select-option__link.selected .search-select-option__link-text .link-number {
  color: #9a9a9a;
  text-decoration: none;
}
.search-select-option__head a.search-select-option__link {
  font-weight: normal;
  margin-left: 0;
  margin-right: 0;
}

.main-search__direct {
  position: relative;
  height: 69px;
  margin-top: 20px;
  padding-left: 380px;
  overflow: visible;
}

.search-direct {
  float: left;
  position: relative;
  left: -380px;
  width: 358px;
  margin-right: -380px;
  border-bottom: 1px solid #cacaca;
}

.search-direct__input {
  height: 27px;
  overflow: hidden;
  padding: 20px 87px 20px 20px;
  border-bottom: 1px solid #e3e3e3;
}
.search-direct__input.is-entered .search-direct__button {
  display: none;
}
.search-direct__input.is-entered .search-direct__delete {
  display: block;
}

.search-direct__input-text {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 18px;
  line-height: 1.5;
}
.search-direct__input-text:focus {
  outline: none;
}

.search-direct__button {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 64px;
  height: 64px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: none;
  background: transparent;
}
.search-direct__button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  background: url("../../assets/images/common/icon_search.png") no-repeat;
}

.search-direct__delete {
  position: absolute;
  right: 14px;
  top: 50%;
  display: none;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 0;
  padding: 0;
  background: #e2e2e2;
  border-radius: 50%;
  border: 0;
  overflow: hidden;
}
.search-direct__delete:before {
  content: "×";
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #4a4a4a;
  font-size: 28px;
  line-height: 30px;
  font-family: monospace;
}

.search-suggest {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #dcdcdc;
  z-index: 10;
}
.search-suggest.search-suggest--direct {
  width: 420px;
  margin-top: 15px;
}

.search-suggest__container {
  position: relative;
  max-height: 445px;
  padding: 15px 30px;
  overflow-x: hidden;
  overflow-y: auto;
}

.search-suggest__head {
  position: relative;
  display: block;
  margin: 0;
  padding: 6px 8px 21px 8px;
  font-size: 20px;
  border-bottom: 1px solid #dcdcdc;
}

.search-suggest__head-all {
  position: absolute;
  right: 8px;
  top: 8px;
  color: #ff5d16;
  font-size: 14px;
  line-height: 2;
}

.search-suggest__list {
  position: relative;
  margin: 0;
  padding: 17px 0;
  list-style: none;
  overflow: hidden;
}
.search-suggest-recent .search-suggest__list {
  padding-bottom: 0;
}
.search-suggest__link {
  position: relative;
  display: block;
  padding: 6px 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.5;
}
.search-recent__item .search-suggest__link {
  margin-right: 40px;
}

.search-suggest__other {
  margin: 0;
  padding: 14px 38px;
  border-top: 1px solid #dcdcdc;
  background: #7c7262;
}

a.search-suggest__other-link {
  color: #fff;
  font-size: 16px;
}

.search-suggest__other-icon {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 7px;
  height: 14px;
  margin-left: 6px;
  border-radius: 6px;
  overflow: hidden;
  vertical-align: middle;
}
.search-suggest__other-icon:before, .search-suggest__other-icon:after {
  content: "";
  position: absolute;
  top: 0;
}
.search-suggest__other-icon:before {
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fff;
}
.search-suggest__other-icon:after {
  left: -2px;
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #7c7262;
}

.search-recent__item {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.search-recent__item-block {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
}

.search-recent__delete {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 36px;
  height: 36px;
  padding-top: 36px;
  background: #fff;
  border: 0;
  overflow: hidden;
  cursor: pointer;
}
.search-recent__delete:before {
  content: "×";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 24px;
  line-height: 36px;
  font-family: monospace;
  text-align: center;
}

.search-suggest-direct {
  position: relative;
  overflow-y: auto;
  white-space: nowrap;
  font-size: 0;
}

.search-suggest__box {
  position: relative;
  width: auto;
  margin: 0;
}

.search-input__item {
  display: block;
}

.main-theme {
  float: right;
  position: relative;
  width: 100%;
  padding: 8px 0;
  overflow: hidden;
}

.main-theme__head {
  float: left;
  position: relative;
  width: 100px;
  margin: 0 -100px 0 0;
  padding: 16px 0;
  color: #60584c;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
  z-index: 3;
}

.main-theme__content {
  position: relative;
  margin-left: 100px;
}

.main-theme__container {
  position: relative;
  padding: 0 25px 0 35px;
}
.main-theme__container:before, .main-theme__container:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  z-index: 2;
}
.main-theme__container:before {
  left: 0;
  width: 65px;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 50%);
}
.main-theme__container:after {
  right: -25px;
  width: 85px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(30%, rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 30%);
}
.main-theme__container.is-first:before {
  display: none;
}
.main-theme__container.is-last:after {
  display: none;
}

.main-theme__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  white-space: nowrap;
}

.main-theme__slide {
  display: inline-block;
  padding: 0 5px;
}

.main-theme__link {
  display: block;
  padding: 16px 20px;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.125;
  border: 1px solid #eae9e6;
  border-radius: 26px;
}

.main-theme__prev,
.main-theme__next {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  margin-top: -12px;
  padding-top: 22px;
  border: 1px solid #dad9d6;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  z-index: 3;
}

.main-theme__prev {
  left: 0;
}
.main-theme__prev:before, .main-theme__prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.main-theme__prev:before {
  margin-top: -4px;
  margin-left: -3px;
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #4d4d4d transparent transparent;
}
.main-theme__prev:after {
  margin-top: -4px;
  margin-left: -2px;
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fff transparent transparent;
}

.main-theme__next {
  right: 0;
}
.main-theme__next:before, .main-theme__next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.main-theme__next:before {
  margin-top: -4px;
  margin-left: -2px;
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #4d4d4d;
}
.main-theme__next:after {
  margin-top: -4px;
  margin-left: -3px;
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fff;
}

.main-recommend {
  position: relative;
  height: 693px;
  margin: 40px 0 0 0;
  padding: 0 470px 0 0;
}

.main-recommend__content {
  float: left;
  width: 100%;
}

.main-recommend__container {
  position: relative;
  width: 100%;
  height: 650px;
  font-size: 0;
  white-space: nowrap;
}

.main-recommend__slide {
  position: relative;
  display: inline-block;
  white-space: normal;
}

.main-recommend__slide-list {
  position: relative;
  margin: -55px -16px 0 -16px;
}
.main-recommend__slide-list .bbadge-category.badge-diag-plus {
  background-image: url("../../assets/images/common/badge-kb-diag-plus-list-ani-bg.svg");
}
.main-recommend__slide-list .bbadge-category.badge-diag-plus:after {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  bottom: 11px;
  right: 4px;
  background: url("../../assets/images/common/badge-kb-diag-plus-list-ani-icon.svg") center/contain no-repeat;
  -webkit-transform: rotate3d(0, 1, 0, 300deg) scale(0.5);
          transform: rotate3d(0, 1, 0, 300deg) scale(0.5);
  -webkit-animation: aniRotatePlus ease-in-out 3s infinite;
          animation: aniRotatePlus ease-in-out 3s infinite;
  content: "";
}

.main-recommend__list-big,
.main-recommend__list-small {
  overflow: hidden;
}

.main-recommend__list-small {
  margin-top: 38px;
  margin-right: -3.334%;
}

.main-recommend__item {
  width: 33.334%;
  margin-top: 55px;
}

.badge {
  position: absolute;
  display: block;
}

.badge--kb {
  left: 20px;
  top: 15px;
  width: 60px;
  height: 53px;
  background: url("../../assets/images/common/badge_kb.png") no-repeat;
  text-indent: -9999em;
  overflow: hidden;
  z-index: 2;
}
.main-recommend__item .badge--kb {
  display: block;
  width: 54px;
  height: 48px;
  background-position: left -53px;
}

.vehicle-list {
  position: relative;
  overflow: hidden;
}

.vehicle-item {
  position: relative;
  display: inline-block;
  line-height: 1.25;
}

.vehicle-item__link {
  position: relative;
  display: block;
}
.main-recommend__item .vehicle-item__link {
  margin: 0 16px;
}

.vehicle-item__link:hover,
.vehicle-item__link:active,
.vehicle-item__link:focus {
  text-decoration: none;
}
.vehicle-item__link:hover .vehicle-item__name,
.vehicle-item__link:active .vehicle-item__name,
.vehicle-item__link:focus .vehicle-item__name {
  text-decoration: underline;
}

.vehicle-item__thumbnail {
  position: relative;
  margin: 0;
  padding: 75% 0 0 0;
}

.vehicle-item__thumbnail-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.vehicle-item__thumbnail-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vehicle-item__desc {
  position: relative;
  margin-top: 10px;
}

.vehicle-item__name {
  display: block;
  display: -webkit-box;
  height: 44.8px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  font-size: 0;
}

.vehicle-item__name-text {
  font-size: 16px;
  line-height: 1.4;
}

.vehicle-item__price {
  margin-top: 10px;
}

.vehicle-item__price-number {
  font-size: 18px;
}

.vehicle-item__price-unit {
  color: #7f7f7f;
  font-size: 14px;
  margin-left: 6px;
}

.main-magazine {
  float: right;
  position: relative;
  right: -470px;
  width: 398px;
  margin-left: -398px;
  padding-bottom: 79px;
  overflow: hidden;
}

.main-magazine__container {
  position: relative;
  width: 398px;
  height: 500px;
}

.main-magazine__list {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}

.main-magazine__item {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  white-space: normal;
  overflow: hidden;
}

.main-magazine__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-magazine__info {
  position: absolute;
  right: 0;
  top: 0;
  padding: 25px 30px 0 90px;
  color: #fff;
  text-align: right;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  z-index: 3;
}

.main-magazine__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-indent: -9999em;
  overflow: hidden;
}

.main-magazine__title {
  margin: 0;
  margin: 0 0 25px 0;
  padding: 0 0 0 125px;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.15;
}

.main-magazine__desc {
  position: relative;
  margin: 0;
  padding: 30px 0 0 0;
  font-size: 24px;
  line-height: 1.42;
}
.main-magazine__desc:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 37px;
  height: 1px;
  margin-bottom: 30px;
  background: #fff;
}

.main-ranking {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 398px;
  height: 79px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dcdcdc;
  overflow: hidden;
  line-height: 1.2;
}

.main-ranking__box {
  height: 79px;
  padding: 0 0 0 92px;
}

.main-ranking__head {
  position: absolute;
  left: 0;
  top: 25px;
  display: block;
  width: 92px;
  margin: 0;
  padding: 5px 0;
  color: #8d744a;
  font-size: 18px;
  font-weight: bold;
  text-indent: 5px;
}
.main-ranking__head:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 1px;
  height: 17px;
  margin-top: -9px;
  background: #c8c8c8;
  vertical-align: middle;
}

.main-ranking__content {
  position: relative;
  padding: 25px 30px 25px 0;
  color: #222;
}

.main-ranking__content-box {
  position: relative;
  width: 100%;
  height: 28px;
  overflow: hidden;
}

.main-ranking__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-ranking__item {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

a.main-ranking__link {
  position: relative;
  display: block;
  padding: 5px 0;
}

.main-ranking__number {
  float: left;
  display: block;
  width: 45px;
  color: #ff5d16;
  text-align: center;
  text-indent: 5px;
}

.main-ranking__title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: normal;
}

.main-ranking__arrow {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
  height: 6px;
  margin-top: -3px;
  overflow: hidden;
}

.main-ranking__arrow--up {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #ff0000;
}

.main-ranking__arrow--down {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #636363 transparent transparent;
}

.main-ranking__arrow--maintain {
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #636363;
}

.main-ranking__new {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #ff0000;
  font-size: 16px;
  margin-top: -8px;
}

.main-ranking__fold {
  position: absolute;
  right: 1px;
  top: 50%;
  display: block;
  border: none;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 0;
  padding: 0;
  border-radius: 0;
  background: #fff;
  text-indent: -9999em;
  overflow: hidden;
}

.main-ranking__fold-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 8px;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
}
.main-ranking__fold-icon:before, .main-ranking__fold-icon:after {
  content: "";
  position: absolute;
  left: 0;
}
.main-ranking__fold-icon:before {
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #222;
}
.main-ranking__fold-icon:after {
  top: 2px;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #fff;
}
.is-folded .main-ranking__fold-icon:before {
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #222 transparent transparent;
}
.is-folded .main-ranking__fold-icon:after {
  top: -2px;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
}

.main-ranking.is-opened {
  overflow: visible;
  z-index: 5;
}
.main-ranking.is-opened .main-ranking__box {
  position: absolute;
  right: 0;
  top: 0;
  width: 945px;
  height: auto;
  border: 1px solid #dcdcdc;
  background: #fff;
  padding: 20px;
}
.main-ranking.is-opened .main-ranking__head {
  position: static;
  left: auto;
  top: auto;
  width: auto;
  margin: 0;
  padding: 5px 0 20px 0;
  border-bottom: 1px solid #eae9e6;
  font-size: 20px;
  text-indent: 12px;
}
.main-ranking.is-opened .main-ranking__content {
  padding: 18px 0 0 0;
}
.main-ranking.is-opened .main-ranking__content-box {
  height: auto;
}
.main-ranking.is-opened .main-ranking__list {
  overflow: hidden;
}
.main-ranking.is-opened .main-ranking__item {
  float: left;
  width: 50%;
  font-size: 16px;
}
.main-ranking.is-opened .main-ranking__link {
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-ranking.is-opened .main-ranking__fold {
  right: 0;
  top: -45px;
  margin: 0;
}
.main-ranking.is-opened .main-ranking__fold:before {
  content: "×";
  display: block;
  color: #000;
  font-size: 30px;
  line-height: 28px;
  font-family: monospace;
  text-indent: 0;
}
.main-ranking.is-opened .main-ranking__fold-icon {
  display: none;
}

.main-custom {
  position: relative;
  height: 586px;
  margin-top: 100px;
  overflow: hidden;
  background-color: #e9f0f3;
}
.main-custom .main-heading {
  color: #fff;
  font-size: 0;
}
.main-custom .main-heading__link {
  display: inline-block;
  vertical-align: middle;
  font-size: 34px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.main-custom .main-heading__link:hover, .main-custom .main-heading__link:focus {
  color: #fff;
  text-decoration: none;
}
.main-custom .main-heading__link.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.main-custom .main-heading__divider {
  position: relative;
  display: inline-block;
  margin: 0 25px;
  width: 1px;
  height: 30px;
  background: #fff;
  vertical-align: middle;
}

.main-custom-bg__container {
  position: relative;
}

.main-custom-bg__list {
  font-size: 0;
  white-space: nowrap;
}

.main-custom-bg__slide {
  display: inline-block;
  width: 100%;
  height: 586px;
}

.main-custom__container {
  position: relative;
}

.main-custom__list {
  font-size: 0;
  white-space: nowrap;
}

.main-custom__slide {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 100%;
  vertical-align: top;
  overflow: hidden;
}

.custom-info-list {
  position: relative;
  margin: 0 -10px;
  font-size: 0;
}

.custom-info-item {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}

a.custom-info-item__box {
  position: relative;
  display: block;
  height: 172px;
  margin: 0 10px;
  padding: 35px 35px 150px 35px;
  background: #fff;
}
a.custom-info-item__box:hover, a.custom-info-item__box:focus {
  text-decoration: none;
}
a.custom-info-item__box:hover .custom-info-item__name, a.custom-info-item__box:focus .custom-info-item__name {
  text-decoration: underline;
}

.custom-info-item__head {
  font-size: 30px;
  font-family: "Pretendard", ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: bold;
  line-height: 1.15;
}
.custom-info-item__head:after {
  content: "";
  display: block;
  width: 43px;
  height: 2px;
  margin-top: 28px;
  background: #e8e8e8;
}

.custom-info-item__manufacturer {
  display: block;
  font-size: 20px;
  font-weight: normal;
}

.custom-info-item__name {
  display: block;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.custom-info-item__content {
  margin: 30px 0 0 0;
  padding: 0;
  font-size: 16px;
}

.custom-info-item__label {
  color: #272727;
  display: block;
}

.custom-info-item__number,
.custom-info-item__unit {
  color: #ff5d16;
}

.custom-info-item__number {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.custom-info-item__unit {
  position: relative;
  top: -1px;
  font-size: 14px;
  font-weight: normal;
}

.custom-info-item__thumbnail {
  position: absolute;
  right: 20px;
  bottom: 30px;
  display: block;
  width: 50%;
  padding-top: 37.5%;
}

.custom-info-item__thumbnail-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.custom-info-item__thumbnail-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.certified-vehicle-list {
  position: relative;
  margin: 0 -21px;
  font-size: 0;
}

.certified-vehicle-item {
  display: inline-block;
  width: 33.33%;
}

.certified-vehicle-item__box {
  position: relative;
  margin: 0 21px;
  border: 1px solid rgba(34, 34, 34, 0.6);
  background: #fff;
}

a.certified-vehicle-item__link:hover {
  text-decoration: none;
}

.certified-vehicle-item__thumbnail {
  position: relative;
  padding-top: 75%;
}

.certified-vehicle-item__thumbnail-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.certified-vehicle-item__image {
  display: block;
  width: 100%;
  height: 100%;
  background: #ccc;
}

.certified-vehicle-item__desc {
  position: relative;
  margin-top: -13px;
  padding: 0 20px 22px 20px;
  background: #fff;
  color: #333;
  font-size: 16px;
  text-align: center;
}
.certified-vehicle-item__desc:before {
  content: "";
  position: absolute;
  left: 0;
  top: -36px;
  width: 100%;
  height: 36px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, transparent, rgb(255, 255, 255));
}

.certified-vehicle-item__name {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
a.certified-vehicle-item__link:hover .certified-vehicle-item__name {
  text-decoration: underline;
}

.certified-vehicle-item__price {
  margin-top: 8px;
}

.certified-vehicle-item__price-number {
  font-size: 18px;
}

.certified-vehicle-item__price-unit {
  color: #7f7f7f;
  font-size: 14px;
}

.main-banner {
  position: relative;
  margin-top: 60px;
  overflow: hidden;
}

.main-banner__container {
  position: relative;
}

.main-banner__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  white-space: nowrap;
}

.main-banner__slide {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.main-banner__link {
  position: relative;
  display: block;
  overflow: hidden;
}

.main-banner__image {
  display: block;
  max-width: 100%;
}

.main-banner__navigation {
  position: absolute;
  top: 50%;
  display: block;
  width: 38px;
  height: 0;
  margin: -35px 0 0 0;
  padding: 68px 0 0 0;
  border: 1px solid #f4f4f4;
  background: #fff;
  overflow: hidden;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.main-banner__navigation:before, .main-banner__navigation:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
}

.main-banner__prev {
  left: 0;
}
.main-banner__prev:before {
  margin-top: -16px;
  margin-left: -8px;
  display: block;
  width: 0;
  height: 0;
  border: inset 16px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #666 transparent transparent;
}
.main-banner__prev:after {
  margin-top: -16px;
  margin-left: -6px;
  display: block;
  width: 0;
  height: 0;
  border: inset 16px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fff transparent transparent;
}

.main-banner__next {
  right: 0;
}
.main-banner__next:before {
  margin-top: -16px;
  margin-left: -8px;
  display: block;
  width: 0;
  height: 0;
  border: inset 16px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #666;
}
.main-banner__next:after {
  margin-top: -16px;
  margin-left: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 16px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fff;
}

.main-dealer {
  margin-top: 40px;
}

.dealer-search {
  position: relative;
  color: #222;
  font-size: 18px;
}

.dealer-search__form {
  position: relative;
  border: 1px solid #dcdcdc;
  margin: 0;
  padding: 40px;
}
.dealer-search__form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.dealer-search__form legend {
  display: none;
}

.dealer-search-option {
  float: left;
  padding-top: 20px;
}

.dealer-search-option__box {
  float: left;
  position: relative;
  display: block;
  margin-right: 35px;
  line-height: 30px;
  cursor: pointer;
}

.dealer-search-option__item {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.dealer-search-option__item:not(old) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.dealer-search-option__text {
  display: block;
  padding-left: 42px;
}
.dealer-search-option__text:not(old):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid #ccc;
  background: #fff;
}

.dealer-search-option__item:not(old):checked + .dealer-search-option__text:before {
  border-color: #60584c;
  background-color: #60584c;
}
.dealer-search-option__item:not(old):checked + .dealer-search-option__text:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  display: block;
  width: 14px;
  height: 8px;
  border-width: 0 0 4px 4px;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.dealer-search__input-text {
  float: left;
  width: 360px;
  height: 68px;
  margin: 0;
  padding: 0 20px;
  border: 1px solid #eae9e6;
  border-radius: none;
  font-size: 18px;
  line-height: 1;
}
.dealer-search__input-text:focus {
  outline: none;
  border: 1px solid #eae9e6;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dealer-search__input-text:plaecholder {
  color: #6a6a6a;
}

.dealer-search__submit {
  float: left;
  position: relative;
  display: block;
  width: 102px;
  height: 70px;
  margin: 0;
  padding: 0;
  border: 0;
  background: #60584c;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
.dealer-search__submit:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100px;
  height: 68px;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.dealer-search__text {
  display: block;
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -1px;
  text-align: center;
}

.dealer-search-result {
  position: relative;
  top: -1px;
  margin: 0 0 19px 0;
  padding: 13px 28px;
  border: 1px solid #dcdcdc;
  background: #fbfbfb;
  overflow: visible;
}
.dealer-search-result .close-search-result {
  position: absolute;
  bottom: -19px;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: 0 0 0 -20px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #60584c;
  color: #fff;
  font-size: 30px;
  font-family: monospace;
  text-align: center;
}

.dealer-search-list {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dealer-search-list__item {
  position: relative;
  float: left;
  display: block;
  width: 33.333%;
}

.dealer-search-list__item-box {
  position: relative;
  padding: 27px 0;
  overflow: hidden;
}

a.dealer-search__link {
  position: relative;
  display: block;
  margin: 0 12px;
  padding: 0 0 0 115px;
  overflow: hidden;
  color: #222;
}
a.dealer-search__link:hover, a.dealer-search__link:focus {
  text-decoration: none;
}
a.dealer-search__link:hover .name, a.dealer-search__link:focus .name {
  text-decoration: underline;
}

.dealer-search__thumbnail {
  float: left;
  position: relative;
  left: -115px;
  display: block;
  width: 96px;
  height: 96px;
  margin-right: -115px;
}

.dealer-search__thumbnail-block {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.dealer-search__thumbnail-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dealer-search__thumbnail-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
  text-indent: -9999em;
  overflow: hidden;
}
.dealer-search__thumbnail-icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 12px;
  height: 13px;
  margin: -7px 0 0 -6px;
  background: url("../../assets/images/common/icon_dealer_home.png");
}

.dealer-search__info {
  float: right;
  position: relative;
  width: 100%;
  min-height: 96px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.25;
}
.dealer-search__info .info-name,
.dealer-search__info .info-addr,
.dealer-search__info .info-company,
.dealer-search__info .info-score {
  margin: 0;
  padding: 0;
}
.dealer-search__info .info-name {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.dealer-search__info .info-name .name {
  font-weight: bold;
}
.dealer-search__info .info-name .position {
  color: #7f7f7f;
}
.dealer-search__info .info-addr,
.dealer-search__info .info-company {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dealer-search__info .info-addr {
  margin-top: 6px;
}
.dealer-search__info .info-company {
  margin-top: 1px;
}
.dealer-search__info .info-score {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 6px;
}
.dealer-search__info .info-score__head {
  float: left;
  margin-right: 10px;
}

.star-score {
  position: relative;
  display: block;
  width: 95px;
  height: 18px;
  background: url("../../assets/images/common/star_score.png") repeat-x;
  overflow: visible;
}

.star-score__block {
  display: block;
  height: 100%;
  overflow: hidden;
  background: url("../../assets/images/common/star_score.png") left -18px repeat-x;
}

.star-score__number {
  position: absolute;
  left: 110%;
  top: 0;
  color: #ff5d16;
  font-weight: bold;
}

.no-search-result {
  margin: 0 auto;
  padding: 27px 0;
  overflow: hiden;
  font-size: 18px;
  text-align: center;
}

.no-search-result__exclamation {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  color: #c4c4c4;
  font-size: 36px;
  font-style: normal;
  line-height: 50px;
  text-align: center;
}

.no-search-result__text {
  display: block;
  margin: 0;
  padding: 15px 0;
  text-align: center;
}

.main-review {
  position: relative;
  margin-top: 120px;
  padding: 40px 0 110px 0;
  overflow: hidden;
  background: url("../../assets/images/main/bg_review.png");
}

.main-review__container {
  position: relative;
}

.main-review__list {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.main-review__slide {
  position: relative;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}

.review-list-item {
  display: inline-block;
  width: 300px;
  margin-right: 20px;
  vertical-align: top;
}

a.review-list-item__box {
  position: relative;
  display: block;
  background: #fff;
}
a.review-list-item__box:hover, a.review-list-item__box:focus {
  text-decoration: none;
}
a.review-list-item__box:hover .review-list-item__name, a.review-list-item__box:focus .review-list-item__name {
  text-decoration: underline;
}

.review-list-item__thumbnail {
  position: relative;
  padding-top: 75%;
}

.review-list-item__thumbnail-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.review-list-item__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review-list-item__desc {
  position: relative;
  height: 117px;
  margin: 0 30px;
  padding: 60px 0 30px 0;
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

.review-list-item__name {
  position: absolute;
  left: 0;
  top: 30px;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 24px;
}

.review-list-item__text {
  display: block;
  height: 45px;
  margin: 18px 0 0 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.review-list-item__label {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: inline-block;
  width: 106px;
  margin: 0 0 0 -53px;
  padding: 9px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #7f7f7f;
  border: 1px solid #7f7f7f;
  border-radius: 18px;
}
.review-list-item__label.label--buy {
  color: #ff5d16;
  border-color: #ff5d16;
}
.review-list-item__label.label--sell {
  color: #3468d3;
  border-color: #3468d3;
}

.main-bottom {
  position: relative;
  margin: 20px -20px 0 -20px;
  overflow: hidden;
}

.main-bottom__content {
  width: 50%;
}

.main-bottom__content-box {
  position: relative;
  margin: 0 20px;
  overflow: hidden;
}

.main-corporation__container {
  position: relative;
  width: 100%;
  height: 100%;
}

.main-corporation__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  white-space: nowrap;
}

.main-corporation__slide {
  position: relative;
  display: inline-block;
  width: 610px;
  height: 226px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.main-corporation__link {
  color: #fff;
  font-size: 20px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.main-corporation__link .main-corporation__text {
  position: absolute;
  left: 0;
  top: 0;
  width: 48%;
  padding: 50px 0 0 40px;
}
.main-corporation__link .main-corporation__text-head {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 38px;
  font-weight: normal;
  line-height: 1;
}
.main-corporation__link .main-corporation__text-local,
.main-corporation__link .main-corporation__text-name,
.main-corporation__link .main-corporation__text-desc {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main-corporation__link .main-corporation__text-local {
  display: block;
  margin-bottom: 5px;
}
.main-corporation__link .main-corporation__text-desc {
  margin: 15px 0 0 0;
  padding: 0;
}
.main-corporation__link:hover, .main-corporation__link:focus {
  color: #fff;
  text-decoration: none;
}

.main-corporation__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-notice {
  position: relative;
  padding: 20px 30px 19px 30px;
  border: 1px solid #dcdcdc;
}

.main-notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
}

.main-notice-item {
  position: relative;
  display: block;
  padding: 6px 135px 6px 0;
}

a.main-notice-item__link {
  position: relative;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}
a.main-notice-item__link:hover .main-notice-item__category, a.main-notice-item__link:focus .main-notice-item__category {
  text-decoration: none;
}
a.main-notice-item__link:hover .main-notice-item__title, a.main-notice-item__link:focus .main-notice-item__title {
  text-decoration: underline;
}

.main-notice-item__date {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 6px 0;
  color: #8b8b8b;
}

.main-navigation {
  position: relative;
  margin: 120px 0 0 0;
  padding: 45px 0 0 0;
  border-top: 1px solid #dcdcdc;
}

.main-navigation__head {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.navigation-all {
  position: relative;
  color: #222;
  font-size: 18px;
  overflow: hidden;
}

.navigation-all__container {
  position: relative;
  padding: 12px 0;
  overflow: hidden;
}
.navigation-all--column .navigation-all__container {
  float: left;
  width: 50%;
}

.navigation-all__title {
  float: left;
  display: block;
  width: 120px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
}

.navigation-all__list {
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.navigation-all__item {
  float: left;
  position: relative;
  padding: 0 20px 0 21px;
}
.navigation-all__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: 18px;
  margin: -9px 0 0 0;
  background: #cecece;
}
.navigation-all__item:first-child {
  padding-left: 0;
}
.navigation-all__item:first-child:before {
  content: none;
}

.navigation-all__extra {
  position: absolute;
  right: 0;
  top: 4px;
  padding: 0 10px;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  border-radius: 21px;
  background: #fbfbfb;
}

a.navigation-all__extra-item {
  position: relative;
  display: block;
  float: left;
  padding: 11px 10px 11px 11px;
  line-height: 1;
}
a.navigation-all__extra-item:hover, a.navigation-all__extra-item:focus {
  text-decoration: none;
}
a.navigation-all__extra-item:hover .navigation-all__extra-item-text, a.navigation-all__extra-item:focus .navigation-all__extra-item-text {
  text-decoration: underline;
}

.navigation-all__divider {
  float: left;
  position: relative;
  top: 12px;
  display: block;
  width: 1px;
  height: 16px;
  background: #d3d3d3;
  overflow: hidden;
}

.close-navigation-all {
  display: none;
}

.main-navigation--fixed {
  position: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: none;
  background: #fff;
  z-index: 6;
  left: 0;
  top: 0;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  z-index: 11;
}
.main-navigation--fixed:before {
  content: "";
  display: block;
  width: 100%;
  height: 122px;
  margin-bottom: -122px;
  background: #60584c;
}
.main-navigation--fixed .main-navigation__head {
  position: relative;
  margin: 0;
  padding: 37px 0;
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.main-navigation--fixed .navigation-all {
  position: relative;
  margin: 58px 0;
}
.main-navigation--fixed .close-navigation-all {
  position: absolute;
  right: 0;
  top: 37px;
  display: block;
  width: 48px;
  height: 48px;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.main-navigation--fixed .close-navigation-all__icon {
  display: block;
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-family: monospace;
  line-height: 48px;
}

.side-bar {
  position: fixed;
  top: 180px;
  left: 50%;
  margin-left: 655px;
  z-index: 5;
}

.side-banner {
  position: relative;
  margin-bottom: 12px;
  font-size: 0;
  text-align: center;
}

.side-banner__container {
  position: relative;
}

.side-banner__list {
  position: relative;
  width: 100px;
  height: 210px;
  border-radius: 8px;
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
}

.side-banner__slide {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.side-banner__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.side-banner__prev,
.side-banner__next {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 0;
  margin: 5px 0 0 0;
  padding: 22px 0 0 0;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  text-indent: -9999em;
  overflow: hidden;
}

.side-banner__prev {
  margin-right: 8px;
}
.side-banner__prev:before, .side-banner__prev:after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin-top: -6px;
  border-radius: 5px;
  content: "";
}
.side-banner__prev:before {
  margin-left: -4px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #a4a4a4 transparent transparent;
}
.side-banner__prev:after {
  margin-left: -2px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fff transparent transparent;
}

.side-banner__next:before, .side-banner__next:after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin-top: -6px;
  border-radius: 4px;
  content: "";
}
.side-banner__next:before {
  margin-left: -2px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #a4a4a4;
}
.side-banner__next:after {
  margin-left: -4px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fff;
}

.side-vehicle {
  position: relative;
  width: 98px;
  margin-bottom: 5px;
  background: #fafafa;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  font-size: 14px;
}

.side-vehicle__head {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.side-vehicle__head-link {
  display: block;
  padding-bottom: 10px;
  text-decoration: none;
  text-align: center;
}
.side-vehicle__head-link:hover, .side-vehicle__head-link:focus {
  text-decoration: none;
}
.side-vehicle.active .side-vehicle__head-link {
  padding-bottom: 0;
}

.side-vehicle__head-text {
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
}

.side-vehicle__head-number {
  display: inline-block;
  margin-top: 10px;
  padding: 0 10px;
  border-radius: 13px;
  background: #ff5d16;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
}

.side-vehicle__container {
  position: relative;
  display: none;
}
.side-vehicle.active .side-vehicle__container {
  display: block;
}

.side-vehicle__list {
  position: relative;
  height: auto;
  max-height: 210px;
  margin: 0 10px;
  padding: 5px 0;
}

.side-vehicle__slide {
  position: relative;
  width: 80px;
  height: 60px;
  margin: 0;
  padding: 5px 0;
}

.side-vehicle__slide-box {
  position: relative;
  padding-top: 75%;
}

.side-vehicle__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: visible;
}
.side-vehicle__slide-box.is-over .side-vehicle__link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 0 1px #60584c;
          box-shadow: inset 0 0 0 1px #60584c;
  z-index: 2;
}
.side-vehicle__slide-box.is-over .side-vehicle__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 60%;
  background: -webkit-gradient(linear, right top, left bottom, from(rgba(0, 0, 0, 0.35)), color-stop(rgba(0, 0, 0, 0)), to(transparent));
  background: linear-gradient(to bottom left, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0), transparent 100%);
}
.side-vehicle__link .contract {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 1;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.side-vehicle__link .contract::before {
  content: "";
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
}

.side-vehicle__image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.side-vehicle__item-delete {
  position: absolute;
  right: -1px;
  top: 0;
  display: none;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  font-family: monospace;
  font-weight: bold;
  line-height: 18px;
  z-index: 2;
}
.side-vehicle__slide-box.is-over .side-vehicle__item-delete {
  display: block;
}

.side-vehicle__content {
  position: absolute;
  left: -250px;
  top: -10px;
  display: none;
  width: 215px;
}
.side-vehicle__content:before {
  content: "";
  position: absolute;
  right: -7px;
  top: 32px;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #60584c;
}
.side-vehicle__content.content--bottom {
  top: -172px;
}
.side-vehicle__content.content--bottom:before {
  top: auto;
  bottom: 32px;
  border-color: transparent transparent transparent #70695e;
}
.side-vehicle__slide-box.is-over .side-vehicle__content {
  display: block;
}

.side-vehicle__content-box {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  background: #60584c;
  overflow: hidden;
}

.side-vehicle__content-top,
.side-vehicle__content-bottom {
  padding: 17px;
}

.side-vehicle__content-bottom {
  position: relative;
  background: #70695e;
}
.side-vehicle__content-bottom:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  overflow: hidden;
}

.side-vehicle__content-name {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 38px;
  overflow: hidden;
}

.side-vehicle__content-price {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}

.side-vehicle__content-unit {
  font-weight: normal;
}

.side-vehicle__loan,
.side-vehicle__loan-desc,
.side-vehicle__loan-info {
  margin: 0;
  padding: 0;
}

.side-vehicle__loan-title {
  display: inline-block;
  margin: 0;
  padding: 4px 9px;
  background: #ffbc00;
  color: #60584c;
  font-weight: normal;
  border-radius: 3px;
}

.side-vehicle__loan-desc {
  margin-top: 12px;
  font-size: 16px;
}

.side-vehicle__loan-info {
  margin-top: 10px;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.side-vehicle__fraction {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
}

.side-vehicle__fraction-current {
  font-weight: bold;
}

.side-vehicle__bottom {
  position: relative;
  padding: 5px 0 14px 0;
}

.side-vehicle__prev,
.side-vehicle__next {
  position: absolute;
  top: 6px;
  display: block;
  width: 6px;
  height: 12px;
  border: none;
  background: transparent;
  text-indent: -9999em;
  overflow: hidden;
}

.side-vehicle__prev {
  left: 11px;
}
.side-vehicle__prev:before, .side-vehicle__prev:after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin-top: -6px;
  border-radius: 5px;
  content: "";
}
.side-vehicle__prev:before {
  margin-left: -4px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #a4a4a4 transparent transparent;
}
.side-vehicle__prev:after {
  margin-left: -2px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fff transparent transparent;
}

.side-vehicle__next {
  right: 11px;
}
.side-vehicle__next:before, .side-vehicle__next:after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin-top: -6px;
  border-radius: 4px;
  content: "";
}
.side-vehicle__next:before {
  margin-left: -2px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #a4a4a4;
}
.side-vehicle__next:after {
  margin-left: -4px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fafafa;
}

a.side-vehicle__compare {
  display: block;
  margin: -4px 10px 8px 10px;
  padding: 4px 0;
  background: #60584c;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
a.side-vehicle__compare:hover, a.side-vehicle__compare:focus {
  text-decoration: none;
}

.side-vehicle__compare-number {
  display: block;
}

.popup-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  background: #000;
  z-index: 10;
}
.popup-opened .popup-background {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.popup-closed .popup-background {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.bbadge {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: "Pretendard", ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  letter-spacing: -0.25px;
  text-align: center;
}

.bbadge-category,
.bbadge-category--vertical {
  color: #070d26;
  line-height: 1.1;
  font-weight: 700;
  background-color: #ffcc02;
}

.bbadge-category {
  padding: 0 6px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 20px;
}

.bbadge-category--vertical {
  width: 50px;
  border-radius: 12px;
  padding: 6px 0 5px 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
}

.bbadge-category__prefix {
  font: inherit;
  padding: 2px 0;
}
.bbadge-category--vertical .bbadge-category__prefix {
  display: block;
  font-size: 17px;
}
.bbadge-category--vertical .bbadge-category__prefix.prefix-brand {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

.bbadge-service,
.bbadge-service-small {
  margin: 0;
  padding: 0 6px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 2;
  vertical-align: middle;
}

.bbadge-service-small {
  font-size: 11px;
  line-height: 1.5;
  padding: 0 3px;
  border-radius: 4px;
}

.bbadge-stock {
  border-color: #ff5d18;
  background-color: #ff5d18;
}

.bbadge-actual-sale {
  border-color: #9037cb;
  background-color: #9037cb;
}

.bbadge-direct {
  border-color: #bbad4c;
  background-color: #bbad4c;
}

.bbadge-compensation {
  color: #336fc9;
  border-color: #336fc9;
}

.bbadge-interest-free {
  color: #449374;
  border-color: #449374;
}

.main-recommend__item .bbadge-category {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}
.main-recommend__item .bbadge-service {
  float: right;
  line-height: 20px;
}
.main-recommend__item .bbadge-service-small {
  position: relative;
  top: -1px;
  margin-right: 6px;
  vertical-align: bottom;
}

.certified-vehicle-item .bbadge,
.sale-box__item-thumb .bbadge {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}

.guide-item__icon .bbadge {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}

.list-kb .bbadge {
  position: absolute;
  right: 45px;
  bottom: 41px;
  z-index: 2;
}

.gallery_view .bbadge-category--vertical-img.badge-diag-plus {
  background-image: url("../../assets/images/common/badge-kb-diag-plus-big-ani-bg.svg");
}
.gallery_view .bbadge-category--vertical-img.badge-diag-plus:after {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  bottom: 11px;
  right: 7px;
  background: url("../../assets/images/common/badge-kb-diag-plus-big-ani-icon.svg") center/contain no-repeat;
  -webkit-transform: rotate3d(0, 1, 0, 300deg) scale(0.5);
          transform: rotate3d(0, 1, 0, 300deg) scale(0.5);
  -webkit-animation: aniRotatePlus ease-in-out 3s infinite;
          animation: aniRotatePlus ease-in-out 3s infinite;
  content: "";
}
.gallery_view .bbadge {
  position: absolute;
  top: 20px;
  left: 20px;
}

.bbadge-diagnosis {
  width: 53px;
  height: 30px;
  margin: 0;
  padding: 0;
  background: transparent url("../../assets/images/common/badge-diagnosis@2x.png") no-repeat;
  background-size: 53px auto;
  text-indent: -9999em;
  overflow: hidden;
  border-radius: 0;
}

.bbadge-category.badge-diag-plus {
  width: 53px;
  height: 30px;
  padding: 0;
  background: url("../../assets/images/common/badge-kb-diag-plus-list.svg") center/contain no-repeat;
  font-size: 1px;
  color: transparent;
}
.bbadge-category.badge-diag-plus > span {
  font-size: 1px;
  color: transparent;
  display: inline-block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.bbadge-category.badge-diag-plus.is-ani {
  background-image: url("../../assets/images/common/badge-kb-diag-plus-list-ani-bg.svg");
}
.bbadge-category.badge-diag-plus.is-ani:after {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  bottom: 11px;
  right: 4px;
  background: url("../../assets/images/common/badge-kb-diag-plus-list-ani-icon.svg") center/contain no-repeat;
  -webkit-transform: rotate3d(0, 1, 0, 300deg) scale(0.5);
          transform: rotate3d(0, 1, 0, 300deg) scale(0.5);
  -webkit-animation: aniRotatePlus ease-in-out 3s infinite;
          animation: aniRotatePlus ease-in-out 3s infinite;
  content: "";
}
.bbadge-category.badge-diag-plus.size-s {
  width: 42px;
  height: 24px;
  background-image: url("../../assets/images/common/badge-kb-diag-plus-list-sm.svg");
}
.bbadge-category.badge-diag-normal {
  width: 53px;
  height: 30px;
  padding: 0;
  background: url("../../assets/images/common/badge-kb-diag-list.svg") center/contain no-repeat;
  font-size: 1px;
  color: transparent;
}
.bbadge-category.badge-diag-normal > span {
  font-size: 1px;
  color: transparent;
  display: inline-block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.bbadge-category.badge-diag-normal.size-s {
  width: 42px;
  height: 24px;
  background-image: url("../../assets/images/common/badge-kb-diag-list-sm.svg");
}

.bbadge-category--vertical-img {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bbadge-category--vertical-img > span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  font-size: xx-small;
  color: transparent;
  overflow: hidden;
}
.bbadge-category--vertical-img.badge-diag {
  background-image: url("../../assets/images/common/badge-kb-diag.svg");
}
.bbadge-category--vertical-img.badge-cert {
  background-image: url("../../assets/images/common/badge-kb-cert.svg");
}
.bbadge-category--vertical-img.badge-diag-normal {
  background-image: url("../../assets/images/common/badge-kb-diag-big.svg");
}
.bbadge-category--vertical-img.badge-diag-plus {
  background-image: url("../../assets/images/common/badge-kb-diag-plus-big.svg");
}
.bbadge-category--vertical-img.badge-diag-plus.is-ani {
  background-image: url("../../assets/images/common/badge-kb-diag-plus-big-ani-bg.svg");
}
.bbadge-category--vertical-img.badge-diag-plus.is-ani:after {
  position: absolute;
  display: block;
  width: 8px;
  height: 9px;
  bottom: 12px;
  right: 8px;
  background: url("../../assets/images/common/badge-kb-diag-plus-big-ani-icon.svg") center/contain no-repeat;
  -webkit-transform: rotate3d(0, 1, 0, 300deg) scale(0.5);
          transform: rotate3d(0, 1, 0, 300deg) scale(0.5);
  -webkit-animation: aniRotatePlus ease-in-out 3s infinite;
          animation: aniRotatePlus ease-in-out 3s infinite;
  content: "";
}

@-webkit-keyframes aniRotatePlus {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
            transform: rotate3d(0, 1, 0, 0deg);
  }
  12% {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
            transform: rotate3d(0, 1, 0, 180deg);
  }
  24% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
            transform: rotate3d(0, 1, 0, 360deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
            transform: rotate3d(0, 1, 0, 360deg);
  }
}

@keyframes aniRotatePlus {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
            transform: rotate3d(0, 1, 0, 0deg);
  }
  12% {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
            transform: rotate3d(0, 1, 0, 180deg);
  }
  24% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
            transform: rotate3d(0, 1, 0, 360deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
            transform: rotate3d(0, 1, 0, 360deg);
  }
}
/*# sourceMappingURL=default.css.map */