@charset "UTF-8";
/*
* 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;
}

.icon-common--ty2 {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  overflow: hidden;
}
.icon-common--ty2.icon-common--sigin-up {
  background: url("../../assets/images/common/icon-common--sign-up.png") 0 0 no-repeat;
}
.icon-common--ty2.icon-common--sigin-in {
  background: url("../../assets/images/common/icon-common--sign-in.png") 0 0 no-repeat;
}
.icon-common--ty2.icon-common--sign-out {
  background: url("../../assets/images/common/icon-common--sign-out.png") 0 0 no-repeat;
}
.icon-common--ty2.icon-common--garage {
  background: url("../../assets/images/common/icon-common--garage.png") 0 0 no-repeat;
}
.icon-common--ty2.icon-common--certification {
  background: url("../../assets/images/common/icon-common--certification.png") 0 0 no-repeat;
}

.header {
  position: relative;
  z-index: 5;
}
.header .container {
  width: 1340px;
}

.header__logo {
  position: absolute;
  left: 3px;
  top: 53px;
  display: block;
  width: 118px;
  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: 32px;
  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 6px;
  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.breadcrumb__home--ty2 {
  padding: 20px 19.5px;
}
.breadcrumb__home.breadcrumb__home--ty2 .breadcrumb__home-icon {
  width: 24px;
  height: 24px;
  background: url("../../assets/images/common/icon_breadcrumb_home-2.png");
}

.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 :where(h2, p, ul, ol, li, dl, dt, dd, button) {
  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;
}

.title-cmgrl-2 {
  margin-left: 2px;
  margin-right: 2px;
}

.title-cmgrl-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.title-cmgrl-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.title-cmgl-2 {
  margin-left: 2px;
}

.title-cmgl-4 {
  margin-left: 4px;
}

.title-cmgl-8 {
  margin-left: 8px;
}

/* 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;
}

.sub-top-xstitle {
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
}

.page-nav {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.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;
}
.section-header .section-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.section-header .view-all {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  position: relative;
  padding-right: 20px;
}
.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%);
}
.section-header.section-header--ty2 {
  margin-bottom: 16px;
}
.section-header.section-header--ty2 .view-all {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-weight: 300;
  padding-right: 14px;
}
.section-header.section-header--ty2 .view-all::after {
  width: 12px;
  height: 12px;
}

/* 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-12 {
  margin-top: 12px !important;
}

.cmgt-16 {
  margin-top: 16px !important;
}

.cmgt-24 {
  margin-top: 24px !important;
}

.cmgt-32 {
  margin-top: 32px !important;
}

.cmgt-56 {
  margin-top: 56px !important;
}

.cmgt-64 {
  margin-top: 64px !important;
}

.cmgt-72 {
  margin-top: 72px !important;
}

.cmgt-96 {
  margin-top: 96px !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 .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 .link-wrap.disabled .btn-link-txt--text {
  color: #aaa;
  font-weight: 300;
}
.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;
}
.agree-all-list > li.agree-depth > .agree-depth {
  margin-top: 8px;
  margin-left: 24px;
}
.agree-all-list > li.agree-depth > .agree-depth > .form-chk-radio {
  display: inline-block;
}
.agree-all-list > li.agree-depth > .agree-depth > .form-chk-radio + .form-chk-radio {
  margin-left: 9px;
}
.agree-all-list.agree-all-list--ty2 {
  padding: 0 16px;
}
.agree-all-list.agree-all-list--ty2 .all-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -24px;
  padding: 0 24px;
  height: 48px;
  background-color: #fff;
  border-radius: 4px;
}

.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;
}
.link-wrap .btn-link-txt--arrow:after {
  content: "";
  display: inline-block;
  margin-left: auto;
  right: 14px;
  width: 16px;
  height: 16px;
  background: url("../../assets/images/common/icon16-arrow-bottom-black.svg") center/16px auto no-repeat;
  background-size: 130%;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.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.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.col-area.gaptb8 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 0;
}
.col-area.gaptb8 .c-btn + .c-btn {
  margin-left: 0;
}
.col-area.gaptb24 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
}
.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;
}

.inp-t {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 220px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inp-t > input {
  display: block;
  margin: 0;
  padding: 0;
  height: 26px;
  width: 100%;
  border: 0 none;
  font-size: 16px;
  color: #222;
  background-color: transparent;
  outline: 0;
}
.inp-t.is-invalid {
  border-color: #f23f3f;
}
.inp-t.readonly, .inp-t.disabled, .inp-t:has(input:disabled) {
  background-color: #eee !important;
}
.inp-t.readonly > input, .inp-t.disabled > input, .inp-t:has(input:disabled) > input {
  cursor: default;
  outline: none;
  color: #aaa;
}
.inp-t.readonly > input::-webkit-input-placeholder, .inp-t.disabled > input::-webkit-input-placeholder, .inp-t:has(input:disabled) > input::-webkit-input-placeholder {
  color: #888;
  font-weight: 300;
}
.inp-t.readonly > input::-moz-placeholder, .inp-t.disabled > input::-moz-placeholder, .inp-t:has(input:disabled) > input::-moz-placeholder {
  color: #888;
  font-weight: 300;
}
.inp-t.readonly > input:-ms-input-placeholder, .inp-t.disabled > input:-ms-input-placeholder, .inp-t:has(input:disabled) > input:-ms-input-placeholder {
  color: #888;
  font-weight: 300;
}
.inp-t.readonly > input::-ms-input-placeholder, .inp-t.disabled > input::-ms-input-placeholder, .inp-t:has(input:disabled) > input::-ms-input-placeholder {
  color: #888;
  font-weight: 300;
}
.inp-t.readonly > input::placeholder, .inp-t.disabled > input::placeholder, .inp-t:has(input:disabled) > input::placeholder {
  color: #888;
  font-weight: 300;
}
.inp-t.inp-byte {
  padding-right: 54px;
}
.inp-t.inp-byte > .t-txt {
  position: absolute;
  right: 10px;
  top: 6px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #999;
}
.inp-t.inp-time {
  padding-right: 55px;
}
.inp-t.inp-time.disabled > input::-webkit-input-placeholder, .inp-t.inp-time:disabled > input::-webkit-input-placeholder {
  color: #888;
}
.inp-t.inp-time.disabled > input::-moz-placeholder, .inp-t.inp-time:disabled > input::-moz-placeholder {
  color: #888;
}
.inp-t.inp-time.disabled > input:-ms-input-placeholder, .inp-t.inp-time:disabled > input:-ms-input-placeholder {
  color: #888;
}
.inp-t.inp-time.disabled > input::-ms-input-placeholder, .inp-t.inp-time:disabled > input::-ms-input-placeholder {
  color: #888;
}
.inp-t.inp-time.disabled > input::placeholder, .inp-t.inp-time:disabled > input::placeholder {
  color: #888;
}
.inp-t.inp-time > .t-txt {
  position: absolute;
  right: 10px;
  top: 6px;
  display: none;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-weight: bold;
  color: #f23f3f;
}
.inp-t.input-date:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/icon/icon-date.svg") 0 0 no-repeat;
}
.inp-t.input-date input {
  position: relative;
  padding-right: 34px;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inp-t.size-m {
  padding: 8px 16px;
}
.inp-t.size-m > input {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-weight: 700;
}
.inp-t.size-m > input::-webkit-input-placeholder {
  font-weight: 300;
  color: #888;
}
.inp-t.size-m > input::-moz-placeholder {
  font-weight: 300;
  color: #888;
}
.inp-t.size-m > input:-ms-input-placeholder {
  font-weight: 300;
  color: #888;
}
.inp-t.size-m > input::-ms-input-placeholder {
  font-weight: 300;
  color: #888;
}
.inp-t.size-m > input::placeholder {
  font-weight: 300;
  color: #888;
}
.inp-t.size-xm {
  padding: 8px 16px;
  height: 48px;
}
.inp-t.size-xm > input {
  font-weight: 700;
  line-height: 23px;
  height: 103%;
}
.inp-t.size-xm > input::-webkit-input-placeholder {
  font-weight: 300;
  color: #888;
}
.inp-t.size-xm > input::-moz-placeholder {
  font-weight: 300;
  color: #888;
}
.inp-t.size-xm > input:-ms-input-placeholder {
  font-weight: 300;
  color: #888;
}
.inp-t.size-xm > input::-ms-input-placeholder {
  font-weight: 300;
  color: #888;
}
.inp-t.size-xm > input::placeholder {
  font-weight: 300;
  color: #888;
}
.inp-t.size-l {
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
}
.inp-t.size-l > input {
  height: 56px;
  line-height: 56px;
  border-radius: 12px;
  border: 1px solid #aaa;
  padding: 0 16px;
  -webkit-transition: border-color ease-in-out 0.1s;
  transition: border-color ease-in-out 0.1s;
}
.inp-t.size-l > input:focus {
  border-color: #fc0;
}
.inp-t.size-xl {
  padding: 16.5px 16px;
  height: 56px;
}
.inp-t.size-xl > input {
  font-weight: 700;
  line-height: 23px;
  height: 100%;
}
.inp-t.size-xl > input::-webkit-input-placeholder {
  font-weight: 300;
  color: #888;
}
.inp-t.size-xl > input::-moz-placeholder {
  font-weight: 300;
  color: #888;
}
.inp-t.size-xl > input:-ms-input-placeholder {
  font-weight: 300;
  color: #888;
}
.inp-t.size-xl > input::-ms-input-placeholder {
  font-weight: 300;
  color: #888;
}
.inp-t.size-xl > input::placeholder {
  font-weight: 300;
  color: #888;
}
.inp-t.w-full {
  width: 100% !important;
}

.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%);
}

.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 input[type=radio] + label .label-sub,
.form-chk-radio input[type=checkbox] + label .label-sub {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  color: #666;
}
.form-chk-radio input[type=radio] + label .car-logo,
.form-chk-radio input[type=checkbox] + label .car-logo {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 4px;
}
.form-chk-radio input[type=radio] + label .label-bar,
.form-chk-radio input[type=checkbox] + label .label-bar {
  display: inline-block;
}
.form-chk-radio input[type=radio] + label .label-bar:before,
.form-chk-radio input[type=checkbox] + label .label-bar:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 16px;
  background-color: #d9d9d9;
  margin: -2px 12px 0 10px;
}
.form-chk-radio.form-chk-radio--case input[type=radio]:disabled + label::before,
.form-chk-radio.form-chk-radio--case input[type=checkbox]:disabled + label::before {
  background-image: none;
  background-color: #eee;
  border: solid 0.1px #ddd;
}
.form-chk-radio.form-chk-radio--case input[type=radio]:checked:disabled + label::before,
.form-chk-radio.form-chk-radio--case input[type=checkbox]:checked: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.form-chk-radio--case input[type=radio]:checked + label::before,
.form-chk-radio.form-chk-radio--case 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.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;
  background-color: transparent;
}
.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-image: url(../images/icon/icon-chk-radio-off.svg);
  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: 16px;
  margin-top: -2px;
}
.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-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 {
  width: 100%;
}
.form-certify [class*=row] {
  display: grid;
  gap: 8px;
}
.form-certify [class*=row] + [class*=row], .form-certify [class*=row] + [class*=form-btn] {
  margin-top: 8px;
}
.form-certify .row {
  grid-template-columns: 142px auto 135px;
}
.form-certify .row-2 {
  grid-template-columns: auto 135px 90px;
}
.form-certify .row-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-certify .row-3 > .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form-certify .row-3 select[class*=sel-tp] + .select2-container {
  width: 100% !important;
}
.form-certify .row-4 {
  grid-template-columns: 142px auto 90px;
}
.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 .inp-time > .t-txt.disabled {
  color: #888;
  font-weight: 300;
}
.form-certify .invalid-txt + .row-2,
.form-certify .valid-txt + .row-2 {
  margin-top: 12px;
}

.invalid-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-weight: 300;
  color: #fd665c;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  margin: 6px 2px 0 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.invalid-txt::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #f23f3f url("../../assets/images/icon/icon16-error-mark.svg") no-repeat center center;
  background-size: 2px auto;
  border-radius: 50%;
}
.invalid-txt.invalid-large {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
}
.invalid-txt.invalid-large::before {
  margin: 0 2px 0 0;
  width: 20px;
  height: 20px;
  background-size: 2.5px auto;
}
.invalid-txt.invalid-large.top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.invalid-txt.invalid-large.top::before {
  margin-top: 2px;
}

.valid-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #287eff;
  margin: 6px 2px 0 2px;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.valid-txt::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #287eff url("../images/icon/icon-chk-radio-on-white.svg") no-repeat center;
  background-size: 10px auto;
}
.valid-txt.mark-large {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
}
.valid-txt.mark-large::before {
  margin: 0 2px 0 0;
  width: 20px;
  height: 20px;
  background-size: 16px auto;
  background-position: center;
}
.gray-box .document-area + .valid-txt.mark-large {
  margin-top: 0;
}

.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;
}

.form-gray-box {
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 20px 24px 20px 20px;
  margin-top: 64px;
}
.form-gray-box.form-gray-box--ty2 {
  padding: 48px;
  border-radius: 12px;
}
.form-gray-box.form-gray-box--ty3 {
  padding: 30px 32px;
}
.form-gray-box.form-gray-box--ty4 {
  padding: 32px 48px;
  border-radius: 12px;
}
.form-gray-box.form-gray-box--ty5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  min-height: 72px;
}
.form-gray-box.form-gray-box--ty5 > [class*=form-setting] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.form-gray-box.form-gray-box--ty6 {
  padding: 48px 64px;
  border-radius: 12px;
}
.form-gray-box.form-gray-box--ty7 {
  padding: 20px;
  margin-top: 0;
}
.form-gray-box.form-gray-box--ty7 .gray-list {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}

.form-gray-box-wrap {
  margin-top: 64px;
}
.form-gray-box-wrap [class*=form-gray-box] {
  margin-top: 8px !important;
}

.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-xsmall {
  min-height: 24px;
  height: 24px;
  padding: 2px 9px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-weight: 300;
}
.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-pd24 {
  padding-left: 24px;
  padding-right: 24px;
}
.c-btn.btn-pd32 {
  padding-left: 32px;
  padding-right: 32px;
}
.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), .c-btn.btn-yellow.theme-dealer: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, .c-btn.btn-yellow.theme-dealer.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.bi-arrow {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 0 24px;
  font-weight: 500;
}
.c-btn.bi-arrow [class*=icon],
.c-btn.bi-arrow [class*=logo] {
  margin-right: 8px;
}
.c-btn.bi-arrow:after {
  content: "";
  display: inline-block;
  margin-left: auto;
  right: 14px;
  width: 16px;
  height: 16px;
  background: url("../../assets/images/common/icon16-arrow-bottom-black.svg") center/16px auto no-repeat;
  background-size: 130%;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.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;
}
.c-btn.w-full {
  width: 100%;
}

.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;
}

.bul-list li,
p.bul-list {
  margin-top: 8px;
  padding-left: 24px;
  text-indent: -20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-weight: 300;
}
.bul-list li::before,
p.bul-list::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../../assets/images/icon/bul_list.svg") center/contain no-repeat;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  content: "";
}
.bul-list li + .bul-list,
p.bul-list + .bul-list {
  margin-top: 4px;
}
.bul-list li.ty-2,
p.bul-list.ty-2 {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  color: #444;
}
.bul-list li.ty-3,
p.bul-list.ty-3 {
  text-indent: 0;
  font-size: 14px;
  line-height: 20px !important;
  font-weight: 300;
  position: relative;
  display: inline-block;
}
.bul-list li.ty-3::before,
p.bul-list.ty-3::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../../assets/images/icon/icon20-info-list.svg") center/contain no-repeat;
  margin: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bul-list + li {
  margin-top: 4px;
}
.bul-list li:first-child {
  margin-top: 0;
}
.bul-list li::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../../assets/images/icon/bul_list.svg") center/contain no-repeat;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  content: "";
}
.bul-list.ty-2 li {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  color: #444;
}
.bul-list.ty-2 li::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../../assets/images/icon/bul_list.svg") center/contain no-repeat;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  content: "";
}
.bul-list.ty-3 li {
  text-indent: 0;
  font-size: 14px;
  line-height: 20px !important;
  font-weight: 300;
  position: relative;
  display: inline-block;
}
.bul-list.ty-3 li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../../assets/images/icon/icon20-info-list.svg") center/contain no-repeat;
  margin: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bul-list.ty-3 li + li {
  margin-top: 12px;
}
.bul-list.ty-3 li .c-btn.btn-round.btn-xsmall {
  margin-left: 20px;
}

.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-intro .home-intro-info.home-intro-info--ty2 > li::before {
  background-image: url("../images/icon/icon-home-feature1-2.svg");
}
.home-service .home-intro .home-intro-info.home-intro-info--ty2 > li:nth-child(2)::before {
  background-image: url("../images/icon/icon-home-feature2-2.svg");
}
.home-service .home-intro .home-intro-info.home-intro-info--ty2 > li:nth-child(3)::before {
  background-image: url("../images/icon/icon-home-feature3-2.svg");
}
.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-grid.icon-feature-grid--col {
  grid-template-columns: auto;
}
.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;
}
.accordion-wrap.type-box.type-box--2 {
  border-bottom: none;
}
.accordion-wrap.type-box.type-box--2.toggle-active .accordion-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-wrap.type-box.type-box--2 .accordion-header {
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: 19.5px 52px 19.5px 34px;
}
.accordion-wrap.type-box.type-box--2 .accordion-header:after {
  width: 16px;
  height: 16px;
  right: 32px;
}
.accordion-wrap.type-box.type-box--2 .accordion-container {
  background-color: #f8f8f8;
  padding: 0 32px 20px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

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;
}

select[class*=sel-tp].sel-tp04 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
}
select[class*=sel-tp].sel-tp04.is-invalid + .select2-container .select2-selection--single {
  border-color: #f23f3f;
}
select[class*=sel-tp].sel-tp04 + .select2-container {
  width: auto !important;
  min-width: 168px;
}
select[class*=sel-tp].sel-tp04 + .select2-container .select2-selection--single {
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 4px !important;
}
select[class*=sel-tp].sel-tp04 + .select2-container .select2-selection--single .select2-selection__arrow {
  width: 16px;
  height: 16px;
  background: url(../images/icon/icon-select-arrow-2.svg) no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 12px;
}
select[class*=sel-tp].sel-tp04 + .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
select[class*=sel-tp].sel-tp04 + .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 12px 32px 12px 16px;
}
select[class*=sel-tp].sel-tp04 + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
select[class*=sel-tp].sel-tp04.size-xm + .select2-container .select2-selection--single {
  height: 48px;
  padding: 0;
}
select[class*=sel-tp].sel-tp04.size-xm + .select2-container .select2-selection--single .select2-selection__arrow {
  right: 16px;
}
select[class*=sel-tp].sel-tp04.size-xm + .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  padding: 12px 32px 12.5px 16px;
}
select[class*=sel-tp].sel-tp04.size-s + .select2-container .select2-selection--single {
  height: 40px;
}
select[class*=sel-tp].sel-tp04.size-s + .select2-container .select2-selection--single .select2-selection__arrow {
  right: 16px;
}
select[class*=sel-tp].sel-tp04.size-s + .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 8px 32px 10px 16px;
}

.select2-container--default .select2-dropdown.tp04 {
  top: 2px;
  border: none;
}
.select2-container--default .select2-dropdown.tp04 .select2-results {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.select2-container--default .select2-dropdown.tp04 .select2-results .select2-results__options {
  max-height: 112px;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 3px;
}
.select2-container--default .select2-dropdown.tp04 .select2-results .select2-results__options .select2-results__option {
  line-height: 20px;
  padding: 6px 8px 6px 10px;
  font-size: 14px;
  font-weight: 500;
}
.select2-container--default .select2-dropdown.tp04 .select2-results .select2-results__options .select2-results__option.select-8-results__option--highlighted {
  background-color: #eee;
}
.select2-container--default .select2-dropdown.tp04 .select2-results .select2-results__options .select2-results__option--highlighted[aria-selected] {
  background-color: #fff;
}
.select2-container--default .select2-dropdown.tp04 .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: #eee;
}
.select2-container--default .select2-dropdown.tp04 .select2-results .select2-results__options::-webkit-scrollbar {
  width: 4px;
}
.select2-container--default .select2-dropdown.tp04 .select2-results .select2-results__options::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 100px;
}
.select2-container--default .select2-dropdown.tp04 .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #444;
  border-radius: 100px;
}

select[class*=sel-tp].sel-tp05 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
}
select[class*=sel-tp].sel-tp05.is-invalid + .select2-container .select2-selection--single {
  border-color: #f23f3f;
}
select[class*=sel-tp].sel-tp05 + .select2-container {
  width: auto !important;
  min-width: 168px;
}
select[class*=sel-tp].sel-tp05 + .select2-container .select2-selection--single {
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 4px !important;
}
select[class*=sel-tp].sel-tp05 + .select2-container .select2-selection--single .select2-selection__arrow {
  width: 16px;
  height: 16px;
  background: url("../images/icon/icon-select-arrow.svg") no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 16px;
}
select[class*=sel-tp].sel-tp05 + .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
select[class*=sel-tp].sel-tp05 + .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-weight: 700;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-left: 6px;
  border-bottom: none;
  padding: 0 32px 0 6px;
}
select[class*=sel-tp].sel-tp05 + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
select[class*=sel-tp].sel-tp05.size-xm + .select2-container .select2-selection--single {
  height: 48px;
}
select[class*=sel-tp].sel-tp05.size-xm + .select2-container .select2-selection--single .select2-selection__arrow {
  right: 16px;
}
select[class*=sel-tp].sel-tp05.size-xm + .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 700;
}
select[class*=sel-tp].sel-tp05.size-s + .select2-container .select2-selection--single {
  height: 40px;
}
select[class*=sel-tp].sel-tp05.size-s + .select2-container .select2-selection--single .select2-selection__arrow {
  right: 16px;
}
select[class*=sel-tp].sel-tp05.size-s + .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 8px 32px 10px 16px;
}

.select2-container--default .select2-dropdown.tp05 {
  top: 2px;
  border: none;
}
.select2-container--default .select2-dropdown.tp05 .select2-results {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.select2-container--default .select2-dropdown.tp05 .select2-results .select2-results__options {
  max-height: 142px;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 3px;
}
.select2-container--default .select2-dropdown.tp05 .select2-results .select2-results__options .select2-results__option {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 8px 8px 8px 16px;
}
.select2-container--default .select2-dropdown.tp05 .select2-results .select2-results__options .select2-results__option.select-8-results__option--highlighted {
  background-color: #eee;
}
.select2-container--default .select2-dropdown.tp05 .select2-results .select2-results__options .select2-results__option--highlighted[aria-selected] {
  background-color: #f8f8f8;
}
.select2-container--default .select2-dropdown.tp05 .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: #eee;
}
.select2-container--default .select2-dropdown.tp05 .select2-results .select2-results__options::-webkit-scrollbar {
  width: 4px;
}
.select2-container--default .select2-dropdown.tp05 .select2-results .select2-results__options::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 100px;
}
.select2-container--default .select2-dropdown.tp05 .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #444;
  border-radius: 100px;
}

.ai-price {
  margin-top: 72px;
  margin-bottom: 128px;
}
.ai-price .ai-price-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.ai-price .ai-price-desc {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  font-weight: 300;
}
.ai-price .ai-price-required {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  font-weight: 300;
}
.ai-price .ai-price-required .required-mark {
  color: #f23f3f;
}

.search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  border: 2px solid #222;
  border-radius: 4px;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.search-item > li {
  width: 300px;
  height: 100%;
  border-left: 2px solid #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-item > li:first-child {
  border-left: 0;
}
.search-item > li .search-top {
  height: 57px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-item > li .search-top .search-tit {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.search-item > li .search-top .search-tit .essential {
  color: #f23f3f;
}
.search-item > li .search-top .invalid-txt {
  margin-left: auto;
}
.search-item > li .search-top .invalid-txt::before {
  min-width: 16px;
}
.search-item > li .search-cont-inner {
  height: 239px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-item > li .search-cont-inner.ty-nodata .no-data {
  width: 100%;
  height: 239px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  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;
}
.search-item > li .search-cont-inner.ty-nodata .search-list-group {
  display: none;
}
.search-item > li .search-cont-inner .no-data {
  display: none;
}
.search-item > li .search-cont-inner .search-list-group {
  padding: 8px 27px 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-item > li .search-cont-inner .search-list-group .search-sub-tit {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-weight: 700;
}
.search-item > li .search-cont-inner .search-list-group .search-sub-tit ~ .search-sub-tit {
  margin-top: 16px;
}
.search-item > li .search-cont-inner .search-list-group .search-sub-list {
  width: 100%;
}
.search-item > li .search-cont-inner .search-list-group .search-sub-list > li {
  margin-top: 16px;
}
.search-item > li .search-cont-inner .search-list-group .search-sub-list.car-options > li {
  margin-top: 12px;
}
.search-item > li .search-cont-inner .search-list-group .search-sub-list .list-sub-group {
  margin-left: 32px;
}
.search-item > li .search-cont-inner .search-list-group .search-sub-list .list-sub-group > li {
  margin-top: 8px;
}

.search-scroll.mCustomScrollbar .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.search-scroll.mCustomScrollbar .mCSB_scrollTools {
  opacity: 1;
}
.search-scroll.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #444;
  -webkit-transition: none !important;
  transition: none !important;
  opacity: 1 !important;
  width: 3px;
  border-radius: 100px;
}
.search-scroll.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
  background-color: #f8f8f8;
  border-radius: 100px;
}

.r-search-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.r-search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.r-search-list .r-search-item {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 335px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-summary .c-summary-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
}
.c-summary .c-summary-image {
  width: 480px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.c-summary .c-summary-image > img {
  width: 100%;
}
.c-summary .c-summary-info .c-summary-title {
  font-size: 40px;
  line-height: 52px;
  font-weight: 300;
}
.c-summary .c-summary-info .c-summary-box {
  padding: 20px 26px;
  background: rgba(248, 248, 248, 0.9725490196);
  border-radius: 4px;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.c-summary .c-summary-info .c-summary-box .c-btn {
  min-width: 85px;
}
.c-summary .c-summary-info .c-summary-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-summary .c-summary-info .c-summary-select label {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-weight: 300;
  margin-left: 4px;
  margin-bottom: 4px;
  white-space: pre-wrap;
  word-break: break-all;
}

.p-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 0;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 96px;
}
.p-summary .p-summary-item {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}
.p-summary .p-summary-item .p-summary-label {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  font-weight: 300;
}
.p-summary .p-summary-item .p-summary-estimate {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  word-break: break-word;
}
.p-summary .p-summary-item .p-summary-range {
  font-size: 32px;
  line-height: 44px;
  font-weight: 500;
  word-break: break-word;
}

.c-list-in {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-list-in .area {
  position: relative;
  width: 292.5px;
}
.c-list-in .area .thumnail {
  overflow: hidden;
  position: relative;
  border-radius: 6px 6px 0 0;
}
.c-list-in .area .thumnail .item {
  position: relative;
  display: block;
  width: auto;
  padding-top: 74.68%;
}
.c-list-in .area .thumnail .item .item__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #ddd;
}
.c-list-in .area .thumnail .item .item__img > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-list-in .area .con {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 172px;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 6px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.c-list-in .area .con .item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.c-list-in .area .con .item .link {
  display: block;
  padding: 16px 16px 0 16px;
}
.c-list-in .area .con .item .link .tit {
  display: block;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
}
.c-list-in .area .con .item .link .data-line {
  display: block;
  margin-top: 2px;
  white-space: nowrap;
  font-size: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.c-list-in .area .con .item .link .data-line span {
  font-size: 12px;
  position: relative;
  line-height: 16px;
  color: #222;
}
.c-list-in .area .con .item .link .data-line span + span {
  margin-left: 11px;
}
.c-list-in .area .con .item .link .data-line span + span::after {
  content: "";
  position: absolute;
  left: -6px;
  width: 2px;
  height: 2px;
  background-color: #222;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-list-in .area .con .item .sort-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 16px 16px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-list-in .area .con .item .sort-wrap .pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-list-in .area .con .item .sort-wrap .pay .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}
.c-list-in .area .con .item .sort-wrap .pay .price .unit {
  margin-top: auto;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.ai-info {
  padding: 40px 32px;
  background-color: #fff;
}
.ai-info__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.ai-info__block {
  margin-top: 24px;
}
.ai-info__block + .ai-info__block {
  margin-top: 32px;
}
.ai-info__subtitle {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  font-weight: 300;
  margin: 0;
}
.ai-info__text {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  margin-top: 8px !important;
}
.ai-info__list {
  margin-top: 8px !important;
  position: relative;
}
.ai-info__list li {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  padding-left: 31px;
}
.ai-info__list li strong {
  font-weight: 500;
  position: absolute;
  left: 0;
}

.btn-certification {
  width: 203px;
  padding: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}
.btn-certification::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
}
.btn-certification + .btn-certification {
  margin-left: 9px;
}
.btn-certification.icon-kb {
  background-color: #fff;
}
.btn-certification.icon-kb::before {
  background: url("../images/icon/icon-kb-certification.svg");
}
.btn-certification.icon-phone {
  background-color: #fff;
}
.btn-certification.icon-phone::before {
  background: url("../images/icon/icon-phone-certification.svg");
}

.login-content--ty2 {
  background-color: #fff;
  width: 100%;
}
.login-content--ty2 .login-wrap {
  width: 420px;
  margin: 0 auto;
  padding: 60px 0 100px;
}
.login-content--ty2 .login-wrap .logo {
  text-align: center;
  margin-bottom: 32px;
}
.login-content--ty2 .login-wrap .logo img {
  width: 96px;
}
.login-content--ty2 .login-wrap.join-wrap {
  padding-top: 109px;
  width: 343px;
}
.login-content--ty2 .login-wrap.join-wrap .join-wrap-title {
  margin-top: 48px;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
.login-content--ty2 .login-wrap.join-wrap .join-wrap-title strong {
  font-weight: 700;
}
.login-content--ty2 .login-box {
  border-radius: 12px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
.login-content--ty2 .tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eee;
  border-radius: 12px 12px 0 0;
}
.login-content--ty2 .tab-area .item {
  width: 50%;
}
.login-content--ty2 .tab-area .item > .tab {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 59.5px;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  padding-bottom: 11px;
  color: #aaa;
  font-weight: 300;
  border-radius: 12px 12px 0 0;
}
.login-content--ty2 .tab-area .item > .tab.active {
  color: #222;
  font-weight: 700;
  background-color: #fff;
  position: relative;
  padding-bottom: 6px;
}
.login-content--ty2 .tab-area .item > .tab.active::before, .login-content--ty2 .tab-area .item > .tab.active::after {
  content: "";
  display: block;
  width: 24px;
  height: 47.5px;
  position: absolute;
  top: -1px;
}
.login-content--ty2 .tab-area .item > .tab.active::before {
  right: 0;
  background-color: #fff;
  border-radius: 0 12px 0 0;
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}
.login-content--ty2 .tab-area .item > .tab.active::after {
  right: -23px;
  background: url("../images/common/login_bg.png") 0 0 no-repeat;
  background-size: contain;
  height: 12px;
  bottom: 11px;
  top: auto;
}
.login-content--ty2 .tab-area .item + .item:has(> .tab.active) .tab::before {
  right: auto;
  left: 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.login-content--ty2 .tab-area .item + .item:has(> .tab.active) .tab::after {
  right: auto;
  left: -17px;
  bottom: 17px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.login-content--ty2 .tab-content {
  padding: 28.5px 40px 36px;
  border-top: 1px solid #d9d9d9;
  border-radius: 12px;
  margin-top: -12px;
  background-color: #fff;
}
.login-content--ty2 .tab-content .from-label .from-col.col-2 {
  gap: 16px;
}
.login-content--ty2 .tab-content .from-label .btn-large.btn-yellow {
  border-radius: 6px;
  font-size: 18px;
  line-height: 25px;
}
.login-content--ty2 .link-txt-area {
  margin-top: 24px;
  text-align: center;
}
.login-content--ty2 .link-txt-area .link-txt {
  position: relative;
  color: #222;
  padding: 0 9px 0 12px;
}
.login-content--ty2 .link-txt-area .link-txt:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  display: block;
  width: 1px;
  height: 12px;
  background: #ddd;
  content: "";
}
.login-content--ty2 .link-txt-area .link-txt:first-child:before {
  display: none;
}
.login-content--ty2 .link-txt-area .link-txt:hover:after, .login-content--ty2 .link-txt-area .link-txt:focus:after {
  display: none;
}
.login-content--ty2 .link-txt-area .link-txt + .link-txt::before {
  height: 13px;
  background-color: #d9d9d9;
}
.login-content--ty2 .sns-area {
  margin-top: 32px;
  text-align: center;
}
.login-content--ty2 .sns-area .sns-title {
  font-weight: 700;
}
.login-content--ty2 .sns-area .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
.login-content--ty2 .sns-area .sns-list > li {
  width: 40px;
  height: 40px;
  position: relative;
}
.login-content--ty2 .sns-area .sns-list > li > a, .login-content--ty2 .sns-area .sns-list > li > button {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 0;
}
.login-content--ty2 .sns-area .sns-list > li:before {
  display: none;
}

.icon16 {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  background-color: transparent;
  vertical-align: middle;
}

.icon24 {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  background-color: transparent;
  vertical-align: middle;
}

.icon-naver {
  background: url("../images/common/icon-naver.svg") 0 0 no-repeat;
}

.icon-kakao {
  background: url("../images/common/icon-kakao.svg") 0 0 no-repeat;
}

.icon-google {
  background: url("../images/common/icon-google.svg") 0 0 no-repeat;
}

.icon-apple {
  background: url("../images/common/icon-apple.svg") 0 0 no-repeat;
}

.icon-naver-2 {
  background: url("../images/common/icon-naver-2.svg") 0 0 no-repeat;
}

.icon-kakao-2 {
  background: url("../images/common/icon-kakao-2.svg") 0 0 no-repeat;
}

.icon-google-2 {
  background: url("../images/common/icon-google-2.svg") 0 0 no-repeat;
}

.icon-apple-2 {
  background: url("../images/common/icon-apple-2.svg") 0 0 no-repeat;
}

.kb-logo {
  display: inline-block;
  width: 46px;
  height: 20px;
  margin-top: -3px;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  background-color: transparent;
  vertical-align: middle;
  background: url("../images/common/kb-logo.svg") 0 0 no-repeat;
}

.login-content {
  margin-top: 72px;
  margin-bottom: 128px;
  width: 762px;
}
.login-content.login-content--cmgt {
  margin-top: 120px;
}

.join-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  gap: 24px 0;
}
.join-content .sub-top-title,
.join-content .c-body-18 {
  text-align: center;
  font-weight: 300;
}
.join-content + .col-area:has(.c-btn) {
  margin-top: 64px;
}
.join-content.icon-pw::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 241px;
  height: 160px;
  background: url("../images/common/icon-pw.svg") 0 0 no-repeat;
}

.join-info-navigation {
  margin-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.join-info-navigation > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  color: #888;
}
.join-info-navigation > li.on {
  font-weight: 500;
  color: #222;
}
.join-info-navigation > li.on .num {
  font-weight: 500;
  color: #222;
  border: none;
  background-color: #ffd338;
}
.join-info-navigation .num {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  border-radius: 24px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-weight: 300;
  line-height: 24px;
  color: #aaa;
  text-align: center;
}

.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.new-type .popup-main {
  width: 480px;
  height: auto;
  max-height: 480px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
}
.popup-dialog.new-type .popup-main .popup-main__header {
  padding: 32px 72px 24px 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup-dialog.new-type .popup-main .popup-main__header .ico-speaker {
  width: 28px;
  height: 28px;
}
.popup-dialog.new-type .popup-main .popup-main__body {
  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;
}
.popup-dialog.new-type .popup-main .popup-main__body h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 14em;
  word-break: keep-all;
}
.popup-dialog.new-type .popup-main .popup-main__body p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  margin: 0;
}
.popup-dialog.new-type .popup-main .popup-main__body strong {
  font-weight: 700;
}
.popup-dialog.new-type .popup-main .popup-main__body ul,
.popup-dialog.new-type .popup-main .popup-main__body ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.popup-dialog.new-type .popup-main .popup-main__body ul > li,
.popup-dialog.new-type .popup-main .popup-main__body ol > li {
  list-style: none;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  position: relative;
  padding-left: 14px;
}
.popup-dialog.new-type .popup-main .popup-main__body ul > li + li,
.popup-dialog.new-type .popup-main .popup-main__body ol > li + li {
  margin-top: 8px;
}
.popup-dialog.new-type .popup-main .popup-main__body ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #222;
}
.popup-dialog.new-type .popup-main .popup-main__body ol {
  counter-reset: list-counter;
}
.popup-dialog.new-type .popup-main .popup-main__body ol > li {
  counter-increment: list-counter;
  padding-left: 18px;
}
.popup-dialog.new-type .popup-main .popup-main__body ol > li:before {
  content: counter(list-counter) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.popup-dialog.new-type .popup-main .popup-main__body table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-bottom: 1px solid #ddd;
  color: #222;
  margin-left: -1px;
}
.popup-dialog.new-type .popup-main .popup-main__body table::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #222;
}
.popup-dialog.new-type .popup-main .popup-main__body table th,
.popup-dialog.new-type .popup-main .popup-main__body table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.popup-dialog.new-type .popup-main .popup-main__body table th {
  background-color: #f8f8f8;
  font-weight: 300;
}
.popup-dialog.new-type .popup-main .popup-main__body table thead th {
  text-align: center;
}
.popup-dialog.new-type .popup-main .popup-main__body table td {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-weight: 300;
  word-break: keep-all;
}
.popup-dialog.new-type .popup-main .popup-main__body table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.popup-dialog.new-type .popup-main .popup-main__link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 16px 24px 0;
}
.popup-dialog.new-type .popup-main .popup-main__link a {
  text-decoration: none;
  font-weight: 300;
}
.popup-dialog.new-type .popup-main .popup-main__link + .popup-main__footer {
  margin-top: 16px;
}
.popup-dialog.new-type .popup-main .popup-main__footer {
  padding: 16px 0 24px 0;
  margin: 24px 24px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  border-top: 1px solid #dde1e4;
}
.popup-dialog.new-type .popup-main .popup-main__footer .btn-black.line-black {
  min-width: 64px;
  width: auto;
  height: 36px;
  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;
}
.popup-dialog.new-type .mfp-close {
  font-size: 0;
  width: 24px;
  height: 24px;
  background: url(../images/icon/icon24-pop-close.svg) no-repeat;
  background-size: 100% auto;
  top: 32px;
  right: 24px;
}
.popup-dialog.new-type .pop-scroll {
  max-height: 240px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 24px;
  padding-right: 12px;
  margin-right: 24px;
}
.popup-dialog.new-type .pop-scroll .mCSB_outside + .mCSB_scrollTools {
  opacity: 1;
}
.popup-dialog.new-type .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
  background-color: #eee;
  border-radius: 100px;
  margin-left: 8px;
}
.popup-dialog.new-type .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  border-radius: 100px;
  margin-left: 8px;
  background-color: #444 !important;
}
.popup-dialog.new-type .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background-color: #444 !important;
}
.popup-dialog.new-type .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #444 !important;
}
.popup-dialog.new-type .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #444 !important;
}
.popup-dialog.new-type .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #444 !important;
}
.popup-dialog.new-slide-type .mfp-close {
  display: none;
}
.popup-dialog.new-slide-type .popup-main .popup-main__box {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.popup-dialog.new-slide-type .popup-main .popup-main__slide {
  height: auto;
}
.popup-dialog.new-slide-type .popup-main .popup-main__footer {
  margin-top: 0;
  border-top: 0;
}
.popup-dialog.new-slide-type .popup-main .popup-main__pagination {
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
  min-width: 44px;
  width: auto;
  height: 28px;
  padding: 4px 11px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: -1.5px;
  z-index: 0;
}
.popup-dialog.new-slide-type .popup-main .popup-main__pagination::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.popup-dialog.new-slide-type .popup-main .popup-main__pagination .swiper-pagination-current {
  font-weight: 700;
}

.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;
}

.popup-main-custom-dim {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 45;
}

.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;
}

.sub-top-txt {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  margin-top: 16px;
}
.col-area > .sub-top-txt {
  margin-top: 0;
}

.sub-top-txt-2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  margin-top: 16px;
}
.sub-top-txt-2 + .sub-top-txt-2 {
  margin-top: 4px;
}

.content-web {
  margin-top: 72px;
  margin-bottom: 128px;
}

.fc-orange {
  color: #f23f3f;
}

.essential-txt {
  color: #f23f3f;
  font-size: inherit;
}

.title-cmgrl-2 {
  margin-left: 2px;
  margin-right: 2px;
}

.title-cmgrl-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.title-cmgrl-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.title-cmgl-2 {
  margin-left: 2px;
}

.title-cmgl-4 {
  margin-left: 4px;
}

.title-cmgl-8 {
  margin-left: 8px;
}

.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;
}

.from-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 8px;
  row-gap: 16px;
}

.from-col {
  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;
  gap: 12px;
}
.from-col.col-2 {
  gap: 12px;
}
.from-col.gap-m {
  gap: 24px;
}

.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;
  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;
}

.form-btn-one {
  display: grid;
  grid-template-columns: auto 108px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.form-btn-one .inp-t,
.form-btn-one .c-btn {
  width: auto;
  margin-left: 0;
}
.form-btn-one .btn-outline {
  background-color: #fff;
}
.form-btn-one.form-btn--width {
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  grid-template-columns: 1fr 85px;
}
.form-btn-one.form-btn--width > button {
  min-width: 85px;
}
.form-btn-one.form-btn--width-2 {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  grid-template-columns: 1fr 137px;
}
.form-btn-one.form-btn--width-2 > button {
  min-width: 137px;
}
.form-btn-one.form-btn--opposite {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  grid-template-columns: 135px 1fr;
}
.form-btn-one.form-btn--opposite > button {
  min-width: 135px;
}

.from-label .invalid-txt {
  margin-top: 0;
}
.from-label .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 0;
  margin-top: 16px;
  width: 100%;
}
.from-label .title-label {
  margin-left: 4px;
}

.file-upload-box--single {
  width: 100%;
}
.file-upload-box--single input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}
.file-upload-box--single input[type=file][disabled] + .file-label .edit-button {
  border: 1px solid #ddd;
  color: #aaa;
}
.file-upload-box--single .file-label {
  display: block;
  width: 104px;
}
.file-upload-box--single .edit-button {
  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;
  border: 1px solid #222;
  background-color: #fff;
  height: 48px;
  color: #222;
  border-radius: 4px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.file-upload-box--single .file-name-wrap {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  margin-left: 4px;
  min-width: 0;
}
.file-upload-box--single .file-name {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 700;
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
}
.file-upload-box--single .file-clear {
  margin-left: 6px;
  margin-top: 1px;
  font-size: 8px;
  color: #fff;
  font-weight: 700;
  background-color: #aaa;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  padding: 0;
  vertical-align: middle;
  line-height: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.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.one-line {
  margin: 12px 0;
}
.form-setting > .label.one-line + .con {
  margin: 12px 0;
}
.form-setting > .label + .con {
  width: calc(100% - 164px);
}
.form-setting.form-setting--interval {
  padding: 0;
  margin-top: 24px;
  gap: 8px 32px;
}
.form-setting.form-setting--interval > .label {
  width: 72px;
}
.form-setting.form-setting--interval > .label + .con {
  width: calc(100% - 104px);
}

.info-line,
.agree-all-list + .middot-list,
.form-setting + .middot-list {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
}
.info-line > li + li,
.agree-all-list + .middot-list > li + li,
.form-setting + .middot-list > li + li {
  margin-top: 4px;
}

.info-line .middot-list {
  margin-top: 4px;
}
.info-line .middot-list > li + li {
  margin-top: 4px;
}
.info-line dd + dt {
  margin-top: 24px;
}

.form-setting--ty2 {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 15px 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-setting--ty2 > .name {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  font-weight: 300;
}
.form-setting--ty2 > .con {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  min-width: 0;
}

.form-setting--ty3 {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-gray-box.form-gray-box--ty4 > .form-setting--ty3 {
  margin: 0 -8px;
}
.form-setting--ty3.form-setting--f18 {
  gap: 24px 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.form-setting--ty3.form-setting--f18 > .name {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  font-weight: 300;
}
.form-setting--ty3.form-setting--f18 > .con {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  font-weight: 300;
}
.form-setting--ty3.form-setting--f18 .con-bar::before {
  margin-right: 12px;
}
.form-setting--ty3.form-setting--f18 .btn-more-3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
.form-setting--ty3 > .name {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
}
.form-setting--ty3 > .con {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 700;
  min-width: 0;
  overflow-wrap: anywhere;
}
.form-setting--ty3 .con-bar::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
  width: 1px;
  height: 16px;
  background-color: #ddd;
  margin-top: -1px;
}
.form-setting--ty3 .right-item {
  float: right;
  text-align: right;
}
.form-setting--ty3 .w-full {
  grid-column: 1/-1;
  min-width: 0;
}

.form-setting--ty4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-setting--ty4 > li {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
}
.form-setting--ty4 > li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
  width: 1px;
  height: 13px;
  background-color: #ddd;
  margin-top: -1px;
}
.form-setting--ty4 > li:first-child::before {
  display: none;
}

.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;
}

.line-box-2 {
  padding: 24.5px 0;
  border: 1px solid #222;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
}

.line-box-3 {
  padding: 20px 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
.line-box-3 > .no-data {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin: 3px 0;
  text-align: center;
}

.btn-more-3 {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}
.btn-more-3::after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  width: 15px;
  height: 16px;
  background: url("../images/icon/icon-arrow-right-black.svg") 0 -2px no-repeat;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  content: "";
}
.btn-more-3.ty-large {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  font-weight: 300;
}
.btn-more-3.ty-large::after {
  width: 16px;
  height: 16px;
}

.date-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}
.date-filter .input-date {
  width: auto;
}

.bar-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 22px 40px;
  border-radius: 12px;
  background-color: #f8f8f8;
}
.bar-tab > .item {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}
.bar-tab > .item::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -4px 24px 0 20px;
  width: 1px;
  height: 20px;
  background-color: #ddd;
}
.bar-tab > .item:first-child::before {
  display: none;
}
.bar-tab > .item.on {
  font-weight: 700;
}

.dot-list li {
  position: relative;
  padding-left: 6px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-weight: 300;
}
.dot-list li:not(:last-child) {
  margin-bottom: 8px;
}
.dot-list li:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: #666;
  left: 0;
  top: 8px;
}

.asterisk-list > li .list {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-weight: 300;
  display: inline-block;
  position: relative;
  padding-left: 11px;
}
.asterisk-list > li .list::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-weight: 300;
}
.asterisk-list > li + li {
  margin-top: 8px;
}

.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;
}
.middot-list > li > strong,
p.middot-list > strong {
  font-weight: 700;
}

.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.bullet-star--f16,
p.bullet-star.bullet-star--f16 {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  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.bullet-star--f16 > li {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  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;
}

p.bullet-dash, .bullet-dash > dd, .bullet-dash > li {
  position: relative;
  padding-left: 11px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
}
p.bullet-dash::before, .bullet-dash > dd::before, .bullet-dash > li::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #222;
  content: "";
}

.bullet-dash > li {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  position: relative;
  padding-left: 11px;
  margin-top: 4px;
}
.bullet-dash > li:first-child {
  margin-top: 0;
}
.bullet-dash > dt {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 500;
}
.bullet-dash > dd + dd {
  margin-top: 4px;
}

p.bullet-dash {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
  color: #222;
}

.chart-area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-top: 56px !important;
}
.chart-area-list .chart-area-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  font-weight: 300;
  margin-left: 4px;
}
.chart-area-list .chart-area-btitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
.chart-area-list .chart-area-btitle,
.chart-area-list .chart-area-title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.chart-area-list .chart-area {
  width: 390px;
  height: 390px;
  background-color: #f8f8f8;
  padding: 63px 32px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 12px;
  border-radius: 6px;
}
.chart-area-list .chart-area .chart {
  height: 295px;
}
.chart-area-list .chart-area .unit-label {
  position: absolute;
  top: 32px;
  right: 32px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-weight: 300;
}
.chart-area-list.chart-area-list--ty2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.chart-area-list.chart-area-list--ty2 .chart-area-title {
  margin-top: 64px;
  word-break: break-word;
}
.chart-area-list.chart-area-list--ty2 .chart-area-btitle + .chart-area-title {
  margin-top: 32px;
}
.chart-area-list.chart-area-list--ty2 .chart-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 460px;
          flex: 0 0 460px;
}
.chart-area-list.chart-area-list--ty2 .chart-group + .chart-right-group {
  margin-left: auto;
}
.chart-area-list.chart-area-list--ty2 .chart-right-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.chart-area-list.chart-area-list--ty2 .chart-right-group .group-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 460px;
          flex: 0 0 460px;
}
.chart-area-list.chart-area-list--ty2 .chart-area {
  width: 100%;
}
.chart-area-list.chart-area-list--ty2 .chart-area.area-simple {
  padding: 0 48px;
}
.chart-area-list.chart-area-list--ty2 .chart-area .p-summary {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  height: 100%;
}
.chart-area-list.chart-area-list--ty2 .chart-area .p-summary .p-summary-label {
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  font-weight: 300;
}
.chart-area-list.chart-area-list--ty2 .chart-area .p-summary .p-summary-estimate {
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.chart-area-list.chart-area-list--ty2 .chart-area .p-summary .p-summary-range {
  display: block;
  font-size: 32px;
  line-height: 44px;
  font-weight: 500;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.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;
}

.w2 {
  width: 2px !important;
}

.w3 {
  width: 3px !important;
}

.w4 {
  width: 4px !important;
}

.w5 {
  width: 5px !important;
}

.w6 {
  width: 6px !important;
}

.w7 {
  width: 7px !important;
}

.w8 {
  width: 8px !important;
}

.w9 {
  width: 9px !important;
}

.w10 {
  width: 10px !important;
}

.w11 {
  width: 11px !important;
}

.w12 {
  width: 12px !important;
}

.w13 {
  width: 13px !important;
}

.w14 {
  width: 14px !important;
}

.w15 {
  width: 15px !important;
}

.w16 {
  width: 16px !important;
}

.w17 {
  width: 17px !important;
}

.w18 {
  width: 18px !important;
}

.w19 {
  width: 19px !important;
}

.w20 {
  width: 20px !important;
}

.w21 {
  width: 21px !important;
}

.w22 {
  width: 22px !important;
}

.w23 {
  width: 23px !important;
}

.w24 {
  width: 24px !important;
}

.w25 {
  width: 25px !important;
}

.w26 {
  width: 26px !important;
}

.w27 {
  width: 27px !important;
}

.w28 {
  width: 28px !important;
}

.w29 {
  width: 29px !important;
}

.w30 {
  width: 30px !important;
}

.w31 {
  width: 31px !important;
}

.w32 {
  width: 32px !important;
}

.w33 {
  width: 33px !important;
}

.w34 {
  width: 34px !important;
}

.w35 {
  width: 35px !important;
}

.w36 {
  width: 36px !important;
}

.w37 {
  width: 37px !important;
}

.w38 {
  width: 38px !important;
}

.w39 {
  width: 39px !important;
}

.w40 {
  width: 40px !important;
}

.w41 {
  width: 41px !important;
}

.w42 {
  width: 42px !important;
}

.w43 {
  width: 43px !important;
}

.w44 {
  width: 44px !important;
}

.w45 {
  width: 45px !important;
}

.w46 {
  width: 46px !important;
}

.w47 {
  width: 47px !important;
}

.w48 {
  width: 48px !important;
}

.w49 {
  width: 49px !important;
}

.w50 {
  width: 50px !important;
}

.w51 {
  width: 51px !important;
}

.w52 {
  width: 52px !important;
}

.w53 {
  width: 53px !important;
}

.w54 {
  width: 54px !important;
}

.w55 {
  width: 55px !important;
}

.w56 {
  width: 56px !important;
}

.w57 {
  width: 57px !important;
}

.w58 {
  width: 58px !important;
}

.w59 {
  width: 59px !important;
}

.w60 {
  width: 60px !important;
}

.w61 {
  width: 61px !important;
}

.w62 {
  width: 62px !important;
}

.w63 {
  width: 63px !important;
}

.w64 {
  width: 64px !important;
}

.w65 {
  width: 65px !important;
}

.w66 {
  width: 66px !important;
}

.w67 {
  width: 67px !important;
}

.w68 {
  width: 68px !important;
}

.w69 {
  width: 69px !important;
}

.w70 {
  width: 70px !important;
}

.w71 {
  width: 71px !important;
}

.w72 {
  width: 72px !important;
}

.w73 {
  width: 73px !important;
}

.w74 {
  width: 74px !important;
}

.w75 {
  width: 75px !important;
}

.w76 {
  width: 76px !important;
}

.w77 {
  width: 77px !important;
}

.w78 {
  width: 78px !important;
}

.w79 {
  width: 79px !important;
}

.w80 {
  width: 80px !important;
}

.w81 {
  width: 81px !important;
}

.w82 {
  width: 82px !important;
}

.w83 {
  width: 83px !important;
}

.w84 {
  width: 84px !important;
}

.w85 {
  width: 85px !important;
}

.w86 {
  width: 86px !important;
}

.w87 {
  width: 87px !important;
}

.w88 {
  width: 88px !important;
}

.w89 {
  width: 89px !important;
}

.w90 {
  width: 90px !important;
}

.w91 {
  width: 91px !important;
}

.w92 {
  width: 92px !important;
}

.w93 {
  width: 93px !important;
}

.w94 {
  width: 94px !important;
}

.w95 {
  width: 95px !important;
}

.w96 {
  width: 96px !important;
}

.w97 {
  width: 97px !important;
}

.w98 {
  width: 98px !important;
}

.w99 {
  width: 99px !important;
}

.w100 {
  width: 100px !important;
}

.w101 {
  width: 101px !important;
}

.w102 {
  width: 102px !important;
}

.w103 {
  width: 103px !important;
}

.w104 {
  width: 104px !important;
}

.w105 {
  width: 105px !important;
}

.w106 {
  width: 106px !important;
}

.w107 {
  width: 107px !important;
}

.w108 {
  width: 108px !important;
}

.w109 {
  width: 109px !important;
}

.w110 {
  width: 110px !important;
}

.w111 {
  width: 111px !important;
}

.w112 {
  width: 112px !important;
}

.w113 {
  width: 113px !important;
}

.w114 {
  width: 114px !important;
}

.w115 {
  width: 115px !important;
}

.w116 {
  width: 116px !important;
}

.w117 {
  width: 117px !important;
}

.w118 {
  width: 118px !important;
}

.w119 {
  width: 119px !important;
}

.w120 {
  width: 120px !important;
}

.w121 {
  width: 121px !important;
}

.w122 {
  width: 122px !important;
}

.w123 {
  width: 123px !important;
}

.w124 {
  width: 124px !important;
}

.w125 {
  width: 125px !important;
}

.w126 {
  width: 126px !important;
}

.w127 {
  width: 127px !important;
}

.w128 {
  width: 128px !important;
}

.w129 {
  width: 129px !important;
}

.w130 {
  width: 130px !important;
}

.w131 {
  width: 131px !important;
}

.w132 {
  width: 132px !important;
}

.w133 {
  width: 133px !important;
}

.w134 {
  width: 134px !important;
}

.w135 {
  width: 135px !important;
}

.w136 {
  width: 136px !important;
}

.w137 {
  width: 137px !important;
}

.w138 {
  width: 138px !important;
}

.w139 {
  width: 139px !important;
}

.w140 {
  width: 140px !important;
}

.w141 {
  width: 141px !important;
}

.w142 {
  width: 142px !important;
}

.w143 {
  width: 143px !important;
}

.w144 {
  width: 144px !important;
}

.w145 {
  width: 145px !important;
}

.w146 {
  width: 146px !important;
}

.w147 {
  width: 147px !important;
}

.w148 {
  width: 148px !important;
}

.w149 {
  width: 149px !important;
}

.w150 {
  width: 150px !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;
}
/*# sourceMappingURL=layout.css.map */