.theme {
  color: #FF2A2A;
}
.theme-bg {
  background-color: #FF2A2A;
}

.theme2 {
  color: #FFB300;
}
.theme2-bg {
  background-color: #FFB300;
}

.blue {
  color: #2A8DFF;
}
.blue-bg {
  background-color: #2A8DFF;
}

.green {
  color: #63C519;
}
.green-bg {
  background-color: #63C519;
}

.orange {
  color: #FF8800;
}
.orange-bg {
  background-color: #FF8800;
}

.fade {
  color: #888;
}
.fade-bg {
  background-color: #888;
}

.bold {
  font-weight: bold;
}

.flex {
  display: flex;
}

.text-white {
  color: #fff;
}

.flex-col {
  flex-direction: column;
}

.items-end {
  align-items: flex-end;
}

input, button {
  font-family: inherit;
}

button {
  cursor: pointer;
}

.main-section .wrap-main {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .main-section .wrap-main {
    flex-direction: column-reverse;
  }
}
.main-section .wrap-main .wrap-left {
  width: 67%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 950px;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .main-section .wrap-main .wrap-left {
    width: 100%;
    min-width: auto;
  }
}
.main-section .wrap-main .wrap-left:before {
  content: "";
  display: block;
  width: 100%;
  height: 358px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .main-section .wrap-main .wrap-left:before {
    display: none;
  }
}
.main-section .wrap-main .wrap-left .before {
  content: "";
  display: block;
  width: 100%;
  height: 358px;
  background-color: #fbde6b;
  position: absolute;
  right: 0;
  transition: background-color 1.2s;
  top: 0;
}
@media (max-width: 1024px) {
  .main-section .wrap-main .wrap-left .before {
    display: none;
  }
}
.main-section .wrap-main .wrap-left > div {
  width: 950px;
}
@media (max-width: 1024px) {
  .main-section .wrap-main .wrap-left > div {
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.main-section .wrap-main .wrap-right {
  width: 33%;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .main-section .wrap-main .wrap-right {
    width: 100%;
  }
}
.main-section .wrap-main .wrap-right:after {
  content: "";
  width: 100%;
  height: 358px;
  background-color: #4b4b4b;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .main-section .wrap-main .wrap-right:after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .main-section .wrap-main .wrap-right .confirm-code {
    display: none;
  }
}
@media (max-width: 1024px) {
  .main-section .wrap-main .wrap-right .notice-latest {
    display: none;
  }
}
@media (max-width: 1024px) {
  .main-section .wrap-main .wrap-right .nowfin-fnq {
    display: none;
  }
}
@media (max-width: 1024px) {
  .main-section .wrap-main .wrap-right .contact {
    display: none;
  }
}
.main-section .wrap-main .wrap-right > * {
  width: 330px;
}
@media (max-width: 1024px) {
  .main-section .wrap-main .wrap-right > * {
    width: 100%;
  }
}
.main-section .wrap-main .wrap-right .add-inquiry {
  width: 330px;
  height: 120px;
  background: #4e4e4e;
}
@media (max-width: 1024px) {
  .main-section .wrap-main .wrap-right .add-inquiry {
    display: none;
  }
}
.main-section .wrap-main .wrap-right .add-inquiry a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.main-section .wrap-main .wrap-right .add-inquiry a p {
  padding: 10px;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  border: 3px solid #fff;
}
.main-section .view-side {
  width: 67%;
  min-width: 950px;
}

.main-visual {
  width: 950px;
}
@media (max-width: 1024px) {
  .main-visual {
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.main-visual .mainswiper {
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .main-visual .mainswiper {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .main-visual .mainswiper .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
  }
}
.main-visual .mainswiper .swiper-slide img {
  width: 950px;
  height: 358px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .main-visual .mainswiper .swiper-slide img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.main-visual .mainswiper nav {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@media (max-width: 1024px) {
  .main-visual .mainswiper nav {
    display: none;
  }
}
.main-visual .mainswiper nav a {
  width: 50px;
  height: 50px;
}
.main-visual .mainswiper nav a.prev {
  background: url("/img/main-arr (1).png");
}
.main-visual .mainswiper nav a.next {
  background: url("/img/main-arr (2).png");
}
.main-visual.sub-visual {
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .main-visual.sub-visual {
    display: none;
  }
}
.main-visual.sub-visual:before {
  content: "";
  display: block;
  width: 67vw;
  height: 100%;
  min-width: 950px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #167bff;
}
.main-visual.sub-visual .mainswiper .swiper-slide img {
  height: 200px;
}
.main-visual.order-visual:before {
  background-color: #232323;
}

.banner-scd {
  padding: 38px 0;
  padding-right: 20px;
  box-sizing: border-box;
  height: 391px;
  position: relative;
  background-color: #f8f8f8;
}
.banner-scd:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 67vw;
  right: 0;
  top: 0;
  background-color: #f8f8f8;
}
.banner-scd .scdSwiper {
  position: relative;
}
.banner-scd .scdSwiper .swiper-slide a {
  display: block;
  width: 100%;
}
.banner-scd .scdSwiper .swiper-slide a img {
  width: 100%;
}
.banner-scd .scdSwiper .paging {
  position: absolute;
  bottom: 27px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.banner-scd .scdSwiper .paging span {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
}
.banner-scd .scdSwiper .paging span.swiper-pagination-bullet-active {
  background-color: #FFB300;
}

.login-wrap {
  padding: 20px 30px;
  box-sizing: border-box;
  height: 358px;
}
@media (max-width: 1024px) {
  .login-wrap {
    padding: 16px 18px;
    height: auto;
  }
}
.login-wrap > p {
  margin-bottom: 20px;
}
.login-wrap form {
  font-size: 0.875rem;
}
@media (max-width: 1024px) {
  .login-wrap form {
    width: 100%;
  }
}
.login-wrap form .notMem > p {
  margin-bottom: 20px;
}
.login-wrap form .notMem .top {
  display: flex;
  height: 98px;
  margin-bottom: 10px;
}
.login-wrap form .notMem .top .left {
  width: calc(100% - 84px);
  margin-right: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.login-wrap form .notMem .top .left label {
  box-sizing: border-box;
  border: 1px solid #707070;
  height: calc(50% - 5px);
  display: flex;
  box-sizing: border-box;
  padding-left: 14px;
  align-items: center;
}
.login-wrap form .notMem .top .left label input {
  background-color: transparent;
  color: #fff;
  border: 0;
  box-sizing: border-box;
  height: 30px;
  padding-left: 14px;
}
.login-wrap form .notMem .top .left label input:focus-visible {
  border: 0;
  outline: none;
}
.login-wrap form .notMem .top button {
  width: 74px;
  height: 100%;
  background-color: #FF2A2A;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
.login-wrap form .notMem .login-tool {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.login-wrap form .notMem .login-tool li {
  width: 33.3333333333%;
  position: relative;
}
.login-wrap form .notMem .login-tool li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #707070;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: -1px;
}
.login-wrap form .notMem .login-tool li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #707070;
}
.login-wrap form .notMem .login-tool li a:hover {
  color: #fff;
}
.login-wrap form .notMem .sns-login {
  height: 60px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 0 14px;
  background-color: #707070;
  margin-bottom: 10px;
}
.login-wrap form .notMem .sns-login ul {
  display: flex;
}
.login-wrap form .notMem .sns-login ul li {
  margin-left: 10px;
}
.login-wrap form .member .mem-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .login-wrap form .member .mem-head {
    margin-bottom: 0;
  }
}
.login-wrap form .member .mem-head > b {
  font-size: 28px;
  line-height: 48px;
}
@media (max-width: 1024px) {
  .login-wrap form .member .mem-head > b {
    font-size: 0.875rem;
    line-height: 1;
    color: #232323;
  }
}
@media (max-width: 1024px) {
  .login-wrap form .member .mem-head > b br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .login-wrap form .member .mem-head ul {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
}
.login-wrap form .member .mem-head ul .login {
  margin-left: auto;
}
.login-wrap form .member .mem-head ul .logout {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .login-wrap form .member .mem-head ul .logout {
    margin-bottom: 0;
  }
}
.login-wrap form .member .mem-head ul .logout a {
  color: rgba(255, 255, 255, 0.5058823529);
  padding-left: 20px;
  text-align: right;
  font-size: 14px;
  background: url("/img/logout.png") no-repeat 0 50%;
}
@media (max-width: 1024px) {
  .login-wrap form .member .mem-head ul .logout a {
    background: none;
    margin-right: 10px;
    color: #ff2a2a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #ff2a2a;
    width: 80px;
    height: 30px;
    padding: 0;
  }
}
.login-wrap form .member .mem-head ul .update a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 0.5;
  border-radius: 20px;
  border: 1px solid #fff;
  width: 80px;
  height: 30px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .login-wrap form .member .mem-head ul .update a {
    color: #555555;
    border-color: #aaaaaa;
    opacity: 1;
  }
}
.login-wrap form .member .mem-body {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .login-wrap form .member .mem-body {
    display: none;
  }
}
.login-wrap form .member .mem-body > li {
  width: calc(50% - 5px);
  height: 108px;
}
.login-wrap form .member .mem-body > li:first-child a {
  background-color: #666;
}
.login-wrap form .member .mem-body > li:last-child a {
  box-sizing: border-box;
  border: 2px solid #fff;
}
.login-wrap form .member .mem-body > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  border-radius: 10px;
  color: #fff;
}
.login-wrap form .member .mem-body > li a figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}
@media (max-width: 1024px) {
  .login-wrap form .purchase-code {
    display: none;
  }
}
.login-wrap form .purchase-code a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 60px;
  height: 76px;
  box-sizing: border-box;
  outline: 1px solid #fff;
  outline-offset: -10px;
  background: #FFB300 url("/img/barcode.png") no-repeat 55px 50%;
}

.notice-banner {
  margin: 20px 0;
  border-radius: 10px;
  padding: 18px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  border: 1px solid #ddd;
  position: relative;
}
.notice-banner:before {
  content: "";
  display: block;
  width: 33vw;
  height: 391px;
  z-index: -1;
  position: absolute;
  background-color: #f8f8f8;
  left: -1px;
  top: -21px;
}
.notice-banner .noticeSwiper {
  position: relative;
}
.notice-banner .noticeSwiper .swiper-slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 315px;
  box-sizing: border-box;
  padding: 30px 20px;
}
.notice-banner .noticeSwiper .swiper-slide > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.notice-banner .noticeSwiper .swiper-slide article {
  position: relative;
  z-index: 10;
  height: 100%;
}
.notice-banner .noticeSwiper .swiper-slide article b {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: 80px;
  height: 30px;
  font-size: 0.875rem;
  background-color: #FF2A2A;
  margin-bottom: 30px;
}
.notice-banner .noticeSwiper .swiper-slide article p {
  font-size: 28px;
  line-height: 44px;
}
.notice-banner .noticeSwiper .swiper-slide article p span {
  position: relative;
  bottom: 10px;
  font-weight: bold;
}
.notice-banner .noticeSwiper .swiper-slide article > a {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 49px;
  height: 49px;
  background: url("/img/notice-more.png");
}
.notice-banner .noticeSwiper .notice-tool {
  position: absolute;
  top: 0;
  right: 16px;
  border-radius: 20px;
  width: 50px;
  height: 23px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
  background: #fff url("/img/arr-noti (2).png") no-repeat 50% center;
  z-index: 10;
}
.notice-banner .noticeSwiper .notice-tool a {
  display: block;
  width: 10px;
  height: 10px;
}
.notice-banner .noticeSwiper .notice-tool a.prev {
  background: url("/img/arr-noti (1).png") no-repeat 50% 50%;
}
.notice-banner .noticeSwiper .notice-tool a.next {
  background: url("/img/arr-noti (3).png") no-repeat 50% 50%;
}
.notice-banner .noticeSwiper .paging {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  width: 50px;
  height: 23px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background-color: #fff;
  right: 16px;
  bottom: 0;
  left: auto;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 4px;
}
.notice-banner .noticeSwiper .paging .swiper-pagination-current {
  color: #FF2A2A;
}

.item-list-main {
  margin-top: 30px;
  margin-bottom: 0;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 25px 40px;
  width: 930px;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .item-list-main {
    padding: 20px;
    border: none;
  }
}
.item-list-main h2 {
  padding-top: 15px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 1.375rem;
}
.item-list-main .item-ul {
  flex-wrap: wrap;
}
.item-list-main .item-ul li {
  width: 14.2857142857%;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .item-list-main .item-ul li {
    width: 33.3333333333%;
  }
}
.item-list-main .item-ul li a {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  position: relative;
  z-index: 10;
}
.item-list-main .item-ul li a:before {
  content: "";
  display: block;
  width: 80px;
  height: 10px;
  border-radius: 50%;
  background-image: radial-gradient(black, transparent 60%);
  position: absolute;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 90px;
  z-index: -1;
  transition: 0.3s;
}
.item-list-main .item-ul li a:hover:before {
  opacity: 0.4;
}
.item-list-main .item-ul li a:hover > img {
  transform: rotateY(360deg);
}
.item-list-main .item-ul li a img {
  display: inline-block;
  margin-bottom: 10px;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .item-list-main .item-ul li a img {
    margin-bottom: 0;
  }
}

.order-caution {
  margin: 20px 0;
  z-index: 10;
  margin-right: 20px;
  background-color: #f8f8f8;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1024px) {
  .order-caution {
    display: none;
  }
}
.order-caution b.bold {
  font-size: 1.375rem;
  display: block;
  margin-bottom: 2.5rem;
}
.order-caution ol {
  line-height: 1.4;
}
.order-caution ol li:not(:last-child) {
  margin-bottom: 8px;
}
.order-caution > a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #707070;
  border-radius: 20px;
  width: 120px;
  height: 30px;
  position: absolute;
  right: 30px;
  bottom: 20px;
  font-size: 0.875rem;
}
.order-caution > a:after {
  content: "";
  width: 5px;
  height: 10px;
  background: url("/img/more.png") no-repeat 50% 50%;
  margin-left: 10px;
}

.half-banner {
  justify-content: space-between;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .half-banner {
    display: none;
  }
}
.half-banner > a {
  width: calc(50% - 5px);
  display: block;
  aspect-ratio: 10/3.9;
}
.half-banner > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-half-banner {
  justify-content: space-between;
  margin-right: 20px;
  position: relative;
  display: none;
}
@media (max-width: 1024px) {
  .m-half-banner {
    display: block;
  }
}
.m-half-banner a img {
  margin: 0 auto;
}

.half-pagi {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  display: none;
}
@media (max-width: 1024px) {
  .half-pagi {
    display: flex;
  }
}
.half-pagi span.swiper-pagination-bullet-active {
  background-color: #232323;
}

.confirm-code {
  margin-top: 30px;
  background-color: #707070;
  font-size: 1.25rem;
}
.confirm-code a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 80px;
  box-sizing: border-box;
  padding: 0 30px;
}
.confirm-code a span {
  position: relative;
  top: 5px;
  font-size: 1.5rem;
}
.confirm-code a img {
  margin-left: auto;
}

.notice-latest {
  background-color: #f8f8f8;
  padding: 40px 30px;
  box-sizing: border-box;
}
.notice-latest header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.notice-latest ul li {
  border-bottom: 1px solid #707070;
}
.notice-latest ul li:hover a {
  color: #232323;
}
.notice-latest ul li a {
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
}
.notice-latest ul li a p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 12px;
}
.notice-latest ul li a span {
  text-align: right;
  display: block;
  font-size: 0.875rem;
}

.nowfin-fnq {
  height: 120px;
}
.nowfin-fnq a {
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 0 20px;
  background-color: #FF2A2A;
}

.contact {
  padding: 30px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  font-size: 0.875rem;
}
.contact .tel {
  height: 43px;
  padding-left: 54px;
  box-sizing: border-box;
  line-height: 43px;
  background: url("/img/ccontact.png") no-repeat 0 50%;
  margin-bottom: 20px;
}
.contact .tel-sub {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.contact .tel-sub span {
  margin-right: 5px;
}
.contact .sns-infor li:not(:last-child) {
  margin-bottom: 5px;
}

.m-code-check {
  display: none;
}
@media (max-width: 1024px) {
  .m-code-check {
    display: block;
  }
}
.m-code-check form .purchase-code a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 60px;
  height: 76px;
  box-sizing: border-box;
  outline: 1px solid #fff;
  outline-offset: -10px;
  background: #ffb300 url("/img/barcode.png") no-repeat 55px 50%;
  border-radius: 10px;
  font-size: 14px;
}

.m-fnq {
  display: none;
}
@media (max-width: 1024px) {
  .m-fnq {
    display: block;
  }
}
.m-fnq .nowfin-fnq {
  height: auto;
}
.m-fnq .nowfin-fnq a.red-box {
  height: 70px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 0 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #FF2A2A;
}
.m-fnq .nowfin-fnq a.red-box img {
  height: 100%;
}
.m-fnq .nowfin-fnq a.red-box p {
  font-size: 1rem;
}
.m-fnq .nowfin-fnq div {
  text-align: center;
  padding: 20px 0;
}
.m-fnq .nowfin-fnq div figure {
  margin-bottom: 14px;
}
.m-fnq .nowfin-fnq div figure img {
  margin: 0 auto;
}
.m-fnq .nowfin-fnq div h4 {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
}
.m-fnq .nowfin-fnq div h4 span {
  color: #FF2A2A;
}
.m-fnq .contact {
  padding: 50px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  font-size: 0.875rem;
}
.m-fnq .contact .tel {
  height: 43px;
  box-sizing: border-box;
  line-height: 43px;
  background: none;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.m-fnq .contact .tel-sub {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  text-align: center;
  margin-bottom: 10px;
  justify-content: center;
}
.m-fnq .contact .tel-sub span {
  margin-right: 5px;
}
.m-fnq .contact .sns-infor {
  text-align: center;
}
.m-fnq .contact .sns-infor li:not(:last-child) {
  margin-bottom: 5px;
}
.m-fnq .contact .sns-infor li.qw {
  color: #232323;
  margin-bottom: 10px;
  font-weight: 600;
}
.m-fnq .contact .sns-infor li.qw em {
  color: #ff2a2a;
}
.m-fnq .contact a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  height: 60px;
  color: #fff;
  background: #FF2A2A;
  border-radius: 30px;
  margin: 0 auto;
  font-size: 1rem;
  margin-top: 30px;
}

.item-form {
  max-width: 930px !important;
}
@media (max-width: 768px) {
  .item-form {
    width: calc(100% - 20px) !important;
    margin: 0 auto !important;
  }
}

#faq-article {
  width: 100%;
  max-width: 950px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  #faq-article {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding-right: 0;
  }
}

.r-sub-con {
  margin: 20px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .r-sub-con {
    margin: 0;
  }
}

#bo_v_top ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sod_v_info {
  font-size: 0.875rem !important;
}
.sod_v_info p {
  margin-bottom: 10px !important;
}/*# sourceMappingURL=style.css.map */