@charset "UTF-8";
/* =================== base =================== */
html,
body,
a,
address,
area,
article,
aside,
audio,
button,
canvas,
caption,
col,
colgroup,
dd,
del,
desc,
details,
dialog,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
head,
header,
hgroup,
hr,
i,
iframe,
image,
img,
input,
label,
legend,
li,
link,
main,
map,
mark,
menu,
menuitem,
nav,
ol,
optgroup,
option,
p,
picture,
progress,
q,
section,
select,
small,
source,
span,
strike,
strong,
summary,
svg,
table,
tbody,
td,
template,
textarea,
tfoot,
th,
thead,
title,
tr,
ul,
video {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.15;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  font-family: "noto", sans-serif;
  color: #191919;
  letter-spacing: -0.04em;
  word-break: break-all;
}

html,
body,
a,
address,
article,
aside,
b,
button,
dd,
div,
dl,
dt,
figcaption,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
input,
label,
legend,
li,
main,
menu,
menuitem,
nav,
ol,
optgroup,
option,
p,
section,
select,
small,
span,
strong,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tspan,
ul {
  stroke-width: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: keep-all;
  font-size: 16px;
  scroll-behavior: smooth;
}

a {
  outline: 0;
  background-color: transparent;
  text-decoration: none;
  color: #191919;
  cursor: pointer;
}

ol,
ul,
dl {
  list-style: none;
}

select {
  padding: 5px 10px;
}

/* ie 화살표 제거 */
select::-ms-expand {
  display: none;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =================== fonts =================== */
@font-face {
  font-family: "noto";
  font-weight: 800;
  src: url("../../fonts/notosanskr/NotoSansKR-Black.woff2") format("woff2"), url("../../fonts/notosanskr/NotoSansKR-Black.woff") format("woff"), url("../../fonts/notosanskr/NotoSansKR-Black.ttf") format("truetype"), url("../../fonts/notosanskr/NotoSansKR-Black.otf") format("opentype");
}

@font-face {
  font-family: "noto";
  font-weight: 600;
  src: url("../../fonts/notosanskr/NotoSansKR-Bold.woff2") format("woff2"), url("../../fonts/notosanskr/NotoSansKR-Bold.woff") format("woff"), url("../../fonts/notosanskr/NotoSansKR-Bold.ttf") format("truetype"), url("../../fonts/notosanskr/NotoSansKR-Bold.otf") format("opentype");
}

@font-face {
  font-family: "noto";
  font-weight: 500;
  src: url("../../fonts/notosanskr/NotoSansKR-Medium.woff2") format("woff2"), url("../../fonts/notosanskr/NotoSansKR-Medium.woff") format("woff"), url("../../fonts/notosanskr/NotoSansKR-Medium.ttf") format("truetype"), url("../../fonts/notosanskr/NotoSansKR-Medium.otf") format("opentype");
}

@font-face {
  font-family: "noto";
  font-weight: 400;
  src: url("../../fonts/notosanskr/NotoSansKR-Regular.woff2") format("woff2"), url("../../fonts/notosanskr/NotoSansKR-Regular.woff") format("woff"), url("../../fonts/notosanskr/NotoSansKR-Regular.ttf") format("truetype"), url("../../fonts/notosanskr/NotoSansKR-Regular.otf") format("opentype");
}

@font-face {
  font-family: "noto";
  font-weight: 300;
  src: url("../../fonts/notosanskr/NotoSansKR-Light.woff2") format("woff2"), url("../../fonts/notosanskr/NotoSansKR-Light.woff") format("woff"), url("../../fonts/notosanskr/NotoSansKR-Light.ttf") format("truetype"), url("../../fonts/notosanskr/NotoSansKR-Light.otf") format("opentype");
}

@font-face {
  font-family: "noto";
  font-weight: 200;
  src: url("../../fonts/notosanskr/NotoSansKR-DemiLight.woff2") format("woff2"), url("../../fonts/notosanskr/NotoSansKR-DemiLight.woff") format("woff"), url("../../fonts/notosanskr/NotoSansKR-DemiLight.ttf") format("truetype"), url("../../fonts/notosanskr/NotoSansKR-DemiLight.otf") format("opentype");
}

@font-face {
  font-family: "noto";
  font-weight: 100;
  src: url("../../fonts/notosanskr/NotoSansKR-Thin.woff2") format("woff2"), url("../../fonts/notosanskr/NotoSansKR-Thin.woff") format("woff"), url("../../fonts/notosanskr/NotoSansKR-Thin.ttf") format("truetype"), url("../../fonts/notosanskr/NotoSansKR-Thin.otf") format("opentype");
}

/* =================== helper =================== */
.none {
  display: none;
}

.voice-only {
  z-index: -2;
  overflow: hidden;
  position: fixed;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  color: transparent;
  font-size: 1px;
}

.ls-0 {
  letter-spacing: 0;
}

@media all and (max-width: 600px) {
  .mb-hide {
    display: none !important;
  }
}

.mb-show {
  display: none !important;
}

@media all and (max-width: 600px) {
  .mb-show {
    display: block !important;
  }
}

.mb-show-flex {
  display: none !important;
}

@media all and (max-width: 600px) {
  .mb-show-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.mb-show-ib {
  display: none !important;
}

@media all and (max-width: 600px) {
  .mb-show-ib {
    display: inline-block !important;
  }
}

@media all and (max-width: 900px) {
  .tab-hide {
    display: none !important;
  }
}

.tab-show {
  display: none !important;
}

@media all and (max-width: 900px) {
  .tab-show {
    display: block !important;
  }
}

.tab-show-flex {
  display: none !important;
}

@media all and (max-width: 900px) {
  .tab-show-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.tab-show-ib {
  display: none !important;
}

@media all and (max-width: 900px) {
  .tab-show-ib {
    display: inline-block !important;
  }
}

@media all and (max-width: 360px) {
  .sm-hide {
    display: none !important;
  }
}

.sm-show {
  display: none !important;
}

@media all and (max-width: 360px) {
  .sm-show {
    display: block !important;
  }
}

.sm-show-flex {
  display: none !important;
}

@media all and (max-width: 360px) {
  .sm-show-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.sm-show-ib {
  display: none !important;
}

@media all and (max-width: 360px) {
  .sm-show-ib {
    display: inline-block !important;
  }
}

@media all and (max-width: 320px) {
  .xsm-hide {
    display: none !important;
  }
}

.xsm-show {
  display: none !important;
}

@media all and (max-width: 320px) {
  .xsm-show {
    display: block !important;
  }
}

.xsm-show-flex {
  display: none !important;
}

@media all and (max-width: 320px) {
  .xsm-show-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.xsm-show-ib {
  display: none !important;
}

@media all and (max-width: 320px) {
  .xsm-show-ib {
    display: inline-block !important;
  }
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

/* =================== button =================== */
.btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btns-wrap .btn {
  margin: 10px 0;
  margin-left: 10px;
}

.btns-wrap .btn:first-of-type {
  margin-left: 0px;
}

.btn {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  font-size: 1.625rem;
  cursor: pointer;
}

.btn-main {
  overflow: hidden;
  position: relative;
  background-color: #db0000;
}

.btn-main:before {
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  background-color: #ff5757;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-main .txt {
  z-index: 1;
  position: relative;
  font-size: 1.625rem;
  font-weight: 600;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media all and (max-width: 900px) {
  .btn-main .txt {
    font-size: 1.125rem;
  }
}

.btn-main:disabled {
  background-color: #999;
  cursor: default;
  pointer-events: none;
}

.btn-main:focus:before {
  width: 110%;
  height: 110%;
}

@media all and (min-width: 900px) {
  .btn-main:hover:before {
    width: 110%;
    height: 110%;
  }
}

.btn-bd-gray {
  position: relative;
  border: 0.5px solid #999999;
  background-color: #f9fafb;
}

.btn-bd-gray:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #db0000;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.btn-bd-gray:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #db0000;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.btn-bd-gray .deco:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 1px;
  height: 0;
  background-color: #db0000;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.btn-bd-gray .deco:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
  background-color: #db0000;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.btn-bd-gray .btn-txt {
  z-index: 1;
  position: relative;
  margin-left: 15px;
  color: #999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-bd-gray .chck-icon {
  z-index: 1;
  position: relative;
}

.btn-bd-gray .chck-icon path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-bd-gray:disabled {
  cursor: default;
  pointer-events: none;
}

#marketBtn:checked ~ .btn-bd-gray {
  border-color: white;
  background-color: white;
}

#marketBtn:checked ~ .btn-bd-gray:before, #marketBtn:checked ~ .btn-bd-gray:after {
  width: 100%;
}

#marketBtn:checked ~ .btn-bd-gray .deco:before, #marketBtn:checked ~ .btn-bd-gray .deco:after {
  height: 100%;
}

#marketBtn:checked ~ .btn-bd-gray .ttl {
  border-bottom: 2px solid #db0000;
  color: #db0000;
}

#marketBtn:checked ~ .btn-bd-gray .btn-txt {
  color: #373737;
}

#marketBtn:checked ~ .btn-bd-gray .chck-icon path {
  stroke: #db0000;
}

.btn-rounded-gray {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  background-color: #f8f8f8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-rounded-gray:before {
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  background-color: #fdefef;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-rounded-gray .txt {
  z-index: 1;
  position: relative;
  font-weight: 600;
  color: #373737;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-rounded-gray:focus .txt {
  color: #db0000;
}

.btn-rounded-gray:focus:before {
  width: 100%;
  height: 100%;
}

@media all and (min-width: 900px) {
  .btn-rounded-gray:hover .txt {
    color: #db0000;
  }
  .btn-rounded-gray:hover:before {
    width: 100%;
    height: 100%;
  }
}

.top-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;
  z-index: 100;
  position: fixed;
  top: auto;
  left: auto;
  bottom: 30px;
  right: 60px;
  width: 50px;
  height: 50px;
  border: 1px solid #f2f2f2;
  background-color: white;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.06);
}

@media all and (max-width: 900px) {
  .top-btn {
    right: 20px;
    width: 36px;
    height: 36px;
  }
}

.top-btn.invisible {
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.top-btn.visible {
  opacity: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.badge {
  display: inline-block;
  padding: 8px 22px 10px;
  border-radius: 25px;
  background-color: #fdefef;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #db0000;
}

@media all and (max-width: 900px) {
  .badge {
    padding: 6px 17px 8px;
    font-size: 1rem;
  }
}

/* =================== form =================== */
.input-wrap {
  width: 100%;
}

.input {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 17px;
  border-radius: 6px;
  background-color: white;
  font-size: em(18);
  border: 1px solid;
}

.input:focus {
  border-color: #db0000;
}

@media all and (min-width: 900px) {
  .input:hover {
    border-color: #db0000;
  }
}

.input::-webkit-input-placeholder {
  opacity: 0.7;
}

.input:-ms-input-placeholder {
  opacity: 0.7;
}

.input::-ms-input-placeholder {
  opacity: 0.7;
}

.input::placeholder {
  opacity: 0.7;
}

.input.input-tarea {
  width: 100%;
  height: 500px;
  padding: 20px;
  border: 1px solid;
  border-radius: 6px;
  resize: none;
}

/* =================== layout =================== */
@-webkit-keyframes bg_big {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}
@keyframes bg_big {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}

#app,
#page {
  min-height: 100%;
}

#page {
  overflow: hidden;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.04);
          box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.04);
  padding-bottom: 200px;
}

@media all and (max-width: 900px) {
  #page {
    min-width: 0;
    padding-bottom: 100px;
  }
}

.l-center {
  max-width: 1400px;
  min-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

@media all and (max-width: 1440px) {
  .l-center {
    padding: 0 20px;
  }
}

@media all and (max-width: 900px) {
  .l-center {
    min-width: 1px;
    width: 100%;
  }
}

.gray-conts {
  padding: 150px 0;
  background-color: #f9fafb;
}

@media all and (max-width: 900px) {
  .gray-conts {
    padding: 50px 0;
  }
}

.flex-btw-wrap {
  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;
}

.section {
  padding-top: 200px;
}

.sec-title {
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 1.37;
}

@media all and (max-width: 900px) {
  .sec-title {
    font-size: 2rem;
  }
}

.sec-title .bold {
  font-weight: 600;
}

.sec-title .sub {
  display: block;
  margin-bottom: 15px;
  font-size: 1.75rem;
  font-weight: 500;
  color: #db0000;
}

@media all and (max-width: 900px) {
  .sec-title .sub {
    font-size: 1rem;
  }
}

.sec-title .red {
  color: #db0000;
}

.sec-title.big {
  font-size: 5.5rem;
  line-height: 1.13;
  color: white;
}

.sec-title.big .sub {
  opacity: 0.8;
  color: white;
}

@media all and (max-width: 900px) {
  .sec-title.big {
    font-size: 4.375rem;
    font-weight: 300;
  }
  .sec-title.big .sub {
    font-size: 1.5625rem;
    font-weight: 300;
  }
}

@media all and (max-width: 600px) {
  .sec-title.big {
    font-size: 2.625rem;
    font-weight: 100;
  }
  .sec-title.big .sub {
    font-size: 1.125rem;
    font-weight: 100;
  }
}

.sec-title.sm {
  font-size: 2.125rem;
}

.card {
  background-color: white;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.list-card-wrap {
  margin-top: 123px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  text-align: center;
}

.list-card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 33%;
  padding: 60px 20px 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media all and (max-width: 900px) {
  .list-card {
    height: 575px;
    padding: 40px 17px 30px;
    border: 1px solid #db0000;
  }
}

@media all and (max-width: 600px) {
  .list-card {
    height: 510px;
  }
}

.list-card .top-conts {
  width: 100%;
  text-align: center;
}

.list-card .top-conts:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #db0000;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.list-card .top-conts:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #db0000;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.list-card .ttl {
  display: inline-block;
  line-height: 1.2;
  border-bottom: 2px solid white;
  font-size: 2.25rem;
  font-weight: 600;
}

@media all and (max-width: 900px) {
  .list-card .ttl {
    border-bottom: 2px solid #db0000;
    color: #db0000;
  }
}

@media all and (max-width: 600px) {
  .list-card .ttl {
    font-size: 1.625rem;
  }
}

.list-card .dec {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 1.375rem;
  font-weight: 400;
}

@media all and (max-width: 600px) {
  .list-card .dec {
    font-size: 1rem;
  }
}

.list-card .bot-conts {
  width: 100%;
  text-align: center;
}

.list-card .bot-conts:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 1px;
  height: 0;
  background-color: #db0000;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.list-card .bot-conts:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
  background-color: #db0000;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.list-card .img {
  max-width: 100%;
}

.list-card .btn {
  width: 100%;
  margin: 0;
}

@media all and (max-width: 900px) {
  .list-card .btn {
    background-color: #fdefef;
  }
  .list-card .btn .txt {
    color: #db0000;
  }
}

.list-card:focus {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.list-card:focus .top-conts:before, .list-card:focus .top-conts:after {
  width: 100%;
}

.list-card:focus .bot-conts:before, .list-card:focus .bot-conts:after {
  height: 100%;
}

.list-card:focus .ttl {
  border-bottom: 2px solid #db0000;
  color: #db0000;
}

@media all and (min-width: 900px) {
  .list-card:hover {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .list-card:hover .top-conts:before, .list-card:hover .top-conts:after {
    width: 100%;
  }
  .list-card:hover .bot-conts:before, .list-card:hover .bot-conts:after {
    height: 100%;
  }
  .list-card:hover .ttl {
    border-bottom: 2px solid #db0000;
    color: #db0000;
  }
}

@media all and (max-width: 900px) {
  .list-card .btns-wrap {
    margin-top: -25px;
  }
}

.mb-card-swiper .mb-card-pagination {
  margin-top: 20px;
  text-align: center;
}

.mb-card-swiper .mb-card-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #5f5f5f;
}

.mb-card-swiper .mb-card-pagination .swiper-pagination-bullet-active {
  background-color: #999;
}

.system-card {
  width: 48.5%;
  padding: 50px 0;
  text-align: center;
}

@media all and (max-width: 900px) {
  .system-card {
    width: 100%;
    margin-top: 30px;
    padding: 20px 30px;
  }
}

.system-card .img-wrap {
  width: 32.8%;
  max-width: 193px;
  margin: 0 auto;
}

.system-card .img-wrap .img {
  width: 100%;
}

.system-card .badge {
  margin-top: 20px;
}

@media all and (max-width: 900px) {
  .system-card .badge {
    margin-top: 10px;
  }
}

.system-card .dec-ttl {
  margin-top: 50px;
  font-size: 2.625rem;
  font-weight: 600;
}

@media all and (max-width: 900px) {
  .system-card .dec-ttl {
    margin-top: 30px;
    font-size: 2rem;
  }
}

@media all and (max-width: 600px) {
  .system-card .dec-ttl {
    font-size: 1.375rem;
  }
}

.system-card .check-list-wrap {
  margin: 20px auto 0;
  max-width: 325px;
  width: 100%;
  text-align: left;
}

@media all and (max-width: 900px) {
  .system-card .check-list-wrap {
    max-width: 500px;
  }
}

.system-card .check-list {
  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: flex-start;
  background-position: left center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url("../../images/icon/icon_checkmark.svg");
  height: 65px;
  padding-left: 40px;
  border-top: 1px dashed #999;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.54;
}

@media all and (max-width: 600px) {
  .system-card .check-list {
    height: 40px;
    padding-left: 25px;
    background-size: 15px;
    font-size: 1rem;
  }
}

.system-card .check-list:first-child {
  border-top: none;
}

.reason-list {
  margin-top: 60px;
}

.reason-list:first-child {
  margin-top: 0;
}

@media all and (max-width: 900px) {
  .reason-list {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px dashed #999;
  }
  .reason-list:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}

.reason-card {
  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;
  width: 43%;
  padding: 50px 20px;
  text-align: center;
}

@media all and (max-width: 900px) {
  .reason-card {
    width: 100%;
  }
}

@media all and (max-width: 600px) {
  .reason-card {
    padding: 30px 20px;
  }
}

@media all and (max-width: 600px) {
  .reason-card .icon {
    max-width: 70px;
  }
}

.reason-card .card-ttl {
  margin-top: 33px;
  font-size: 2.25rem;
  font-weight: 500;
}

@media all and (max-width: 600px) {
  .reason-card .card-ttl {
    margin-top: 19px;
    font-size: 1.375rem;
    line-height: 1.4;
  }
}

.reason-card .card-dec {
  margin-top: 15px;
  font-size: 1.375rem;
  word-break: keep-all;
}

@media all and (max-width: 600px) {
  .reason-card .card-dec {
    margin-top: 7px;
    font-size: 1rem;
    line-height: 1.4;
    word-break: keep-all;
  }
}

@media all and (max-width: 1480px) {
  .reason-card .card-dec br {
    display: none;
  }
}

@media all and (max-width: 900px) {
  .reason-card .card-dec br {
    display: inherit;
  }
}

@media all and (max-width: 610px) {
  .reason-card .card-dec br {
    display: none;
  }
}

.reason-card.after {
  border: 1px solid #db0000;
}

.reason-card.after .card-ttl {
  margin-top: 0;
  color: #db0000;
}

/* =================== header =================== */
.header-wrap {
  height: 100px;
}

@media all and (max-width: 900px) {
  .header-wrap {
    height: 50px;
  }
}

.lp-hd {
  background-position: 50% 99.5%;
  background-size: auto;
  background-repeat: repeat-x;
  background-image: url("../../images/img/bg_hd_line.svg");
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: white;
  z-index: 10;
}

.lp-hd .l-center {
  min-width: 1px;
}

@media all and (max-width: 900px) {
  .lp-hd {
    height: 50px;
  }
}

.lp-hd .flex-btw-wrap {
  height: 100px;
}

@media all and (max-width: 900px) {
  .lp-hd .flex-btw-wrap {
    height: 50px;
  }
}

.lp-hd .logo-link {
  display: block;
  max-width: 154px;
}

@media all and (max-width: 900px) {
  .lp-hd .logo-link {
    width: 100px;
  }
}

@media all and (max-width: 600px) {
  .lp-hd .logo-link {
    width: 70px;
  }
}

.lp-hd .logo-link .img {
  max-width: 100%;
}

.pc-nav-wrap {
  height: 100px;
}

@media all and (max-width: 900px) {
  .pc-nav-wrap {
    display: none;
  }
}

.pc-nav-wrap .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  margin: 0 40px;
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pc-nav-wrap .link:focus {
  border-bottom: 1px solid #db0000;
}

@media all and (min-width: 900px) {
  .pc-nav-wrap .link:hover {
    border-bottom: 1px solid #db0000;
  }
}

.pc-nav-wrap .link.active {
  border-bottom: 1px solid #db0000;
}

.mb-nav-wrap {
  display: none;
  width: 50px;
  height: 50px;
}

@media all and (max-width: 900px) {
  .mb-nav-wrap {
    display: block;
  }
}

.gnb-btn {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  cursor: pointer;
  z-index: 50;
}

.gnb-btn.active .gnb-line {
  display: none;
  width: 60%;
  margin-top: 0;
  background-color: white;
}

.gnb-btn.active .gnb-line:first-child {
  display: block;
  -webkit-transform: rotate(45deg) translateY(1px);
          transform: rotate(45deg) translateY(1px);
}

.gnb-btn.active .gnb-line:last-child {
  display: block;
  -webkit-transform: rotate(-45deg) translateY(-1px);
          transform: rotate(-45deg) translateY(-1px);
}

.gnb-btn.active ~ .gnb-menu-wrap {
  right: 0;
}

.gnb-line {
  display: block;
  width: 50%;
  height: 1px;
  margin-top: 8px;
  border-radius: 5px;
  background-color: #191919;
  font-size: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gnb-line.gnb-line2 {
  width: 35%;
}

.gnb-line:first-child {
  margin-top: 0;
}

.gnb-menu-wrap {
  z-index: 15;
  position: fixed;
  top: 0;
  left: auto;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gnb-menu-wrap .logo {
  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: flex-start;
  height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.gnb-menu-wrap .gnb-text {
  padding: 50px 20px;
  font-size: 2.625rem;
  font-weight: 100;
  color: white;
}

.gnb-menu-wrap .link {
  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;
  background-position: top 50% right 20px;
  background-size: auto;
  background-repeat: no-repeat;
  height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.889' height='14.481' viewBox='0 0 7.889 14.481'%3E%3Cpath id='패스_103' data-name='패스 103' d='M532.307,1146.053l-6.079,6.281,6.079,6.079' transform='translate(533.368 1159.474) rotate(180)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  font-size: 1.25rem;
  font-weight: 500;
  color: white;
}

/* =================== footer =================== */
.lp-ft {
  min-width: 1200px;
  padding: 50px 0 60px;
  background-color: #292c2e;
}

@media all and (max-width: 900px) {
  .lp-ft {
    min-width: 0;
    padding: 25px 0;
  }
}

.lp-ft .link-wrap .link {
  opacity: 0.6;
  margin-right: 25px;
  font-size: 0.8125rem;
  font-weight: 300;
  color: white;
}

.lp-ft .logo {
  margin-top: 43px;
}

@media all and (max-width: 900px) {
  .lp-ft .logo {
    margin-top: 10px;
  }
}

@media all and (max-width: 600px) {
  .lp-ft .logo {
    margin-top: 0;
  }
}

.lp-ft .logo .img {
  width: 192px;
}

@media all and (max-width: 600px) {
  .lp-ft .logo .img {
    width: 100px;
  }
}

.lp-ft .site-info-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

@media all and (max-width: 900px) {
  .lp-ft .site-info-wrap {
    border-bottom: none;
  }
}

.lp-ft .site-info-wrap .copy {
  opacity: 0.6;
}

.lp-ft .copy {
  opacity: 0.44;
  font-size: 0.75rem;
  font-weight: 300;
  color: white;
}

.lp-ft .badge {
  margin-right: 6px;
  padding: 3px 9px 4px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 0.9375rem;
  font-weight: 300;
  color: white;
}

.lp-ft .list-wrap {
  margin-top: 20px;
  margin-bottom: 50px;
}

@media all and (max-width: 900px) {
  .lp-ft .list-wrap {
    margin-bottom: 0;
  }
}

.lp-ft .list-wrap .list {
  display: inline-block;
  margin-top: 5px;
  margin-right: 30px;
}

@media all and (max-width: 900px) {
  .lp-ft .list-wrap .list {
    display: block;
    margin-top: 9px;
  }
}

.lp-ft .list-wrap .list-ttl {
  opacity: 0.6;
  display: inline;
  font-size: 0.9375rem;
  font-weight: 300;
  color: white;
}

.lp-ft .list-wrap .list-dec {
  display: inline;
  font-size: 0.9375rem;
  font-weight: 300;
  color: white;
  word-break: keep-all;
}

.lp-ft .ft-bot-wrap {
  padding-top: 50px;
}

@media all and (max-width: 900px) {
  .lp-ft .ft-bot-wrap {
    padding-top: 30px;
  }
}

.lp-ft .ft-bot-wrap .link {
  margin-left: 10px;
}

.sub {
  display: block;
}

.list-card-wrap {
  margin-top: 123px;
}

/* =================== main =================== */
.main-page .gray-conts {
  padding: 83px 0;
  margin-top: 80px;
}

@media all and (max-width: 900px) {
  .main-page .gray-conts {
    padding: 50px 0;
  }
}

.main-page .gray-conts.gray-service {
  padding-bottom: 130px;
}

@media all and (max-width: 900px) {
  .main-page .gray-conts.gray-service {
    padding-bottom: 50px;
  }
}

.sec-title .dec {
  display: block;
  margin-top: 40px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.6;
}

@media all and (max-width: 900px) {
  .sec-title .dec {
    margin-top: 15px;
    font-size: 1.125rem;
  }
}

@media all and (max-width: 600px) {
  .sec-title .dec {
    font-size: 0.9375rem;
  }
}

.sec-title.big {
  position: relative;
}

.sec-title.big::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin-bottom: 25px;
  background-color: #ffffff;
}

@media all and (max-width: 600px) {
  .sec-title.big::before {
    width: 26px;
    height: 1px;
  }
}

.sec-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.sec-flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 200px;
}

@media all and (max-width: 900px) {
  .sec-flex.column {
    gap: 100px;
  }
}

.sec-box {
  margin-bottom: 31px;
}

@media all and (max-width: 900px) {
  .sec-box {
    margin-bottom: 20px;
  }
}

.sec-box.def {
  width: 20%;
}

@media all and (max-width: 900px) {
  .sec-box.def {
    width: 100%;
  }
}

.sec-box.email {
  width: 60%;
}

@media all and (max-width: 900px) {
  .sec-box.email {
    width: 100%;
  }
}

.sec-box .sec-ttl {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 1.375rem;
  color: #191919;
}

@media all and (max-width: 900px) {
  .sec-box .sec-ttl {
    font-size: 1.125rem;
  }
}

.sec-box .sec-ttl.sm {
  font-size: 1.25rem;
}

@media all and (max-width: 900px) {
  .sec-box .sec-ttl.sm {
    font-size: 0.9375rem;
  }
}

.sec-box .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  margin-top: 15px;
}

.sec-box .input-wrap.service {
  margin-bottom: 10px;
}

@media all and (max-width: 900px) {
  .sec-box .input-wrap {
    gap: 20px;
  }
}

.sec-box .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-box .input-box.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec-box .input-box.mg-t {
  margin-top: 8px;
}

.sec-box .chck-icon {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #999999;
  cursor: pointer;
}

@media all and (max-width: 900px) {
  .sec-box .chck-icon {
    width: 18px;
    height: 18px;
  }
}

.sec-box .chck-txt {
  font-size: 1.25rem;
  font-weight: 400;
  color: #191919;
  cursor: pointer;
}

@media all and (max-width: 900px) {
  .sec-box .chck-txt {
    font-size: 0.9375rem;
  }
}

.sec-box .chck-txt.etc {
  margin-right: 8px;
}

.sec-box .chck-txt.etc .input-txt {
  margin-left: 15px;
}

.sec-box .input-txt {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  padding: 15px;
  border: 0.5px solid rgba(153, 153, 153, 0.5);
}

@media all and (max-width: 600px) {
  .sec-box .input-txt {
    height: 35px;
    padding: 9px 10px;
    font-size: 0.9375rem;
  }
}

.sec-box .input-txt::-webkit-input-placeholder {
  color: #999999;
}

.sec-box .input-txt:-ms-input-placeholder {
  color: #999999;
}

.sec-box .input-txt::-ms-input-placeholder {
  color: #999999;
}

.sec-box .input-txt::placeholder {
  color: #999999;
}

@media all and (max-width: 900px) {
  .sec-box .input-txt::-webkit-input-placeholder {
    font-size: 0.9375rem;
  }
  .sec-box .input-txt:-ms-input-placeholder {
    font-size: 0.9375rem;
  }
  .sec-box .input-txt::-ms-input-placeholder {
    font-size: 0.9375rem;
  }
  .sec-box .input-txt::placeholder {
    font-size: 0.9375rem;
  }
}

.sec-box .input-txt.w100 {
  width: 100%;
}

.sec-box .input-txt.textarea {
  resize: none;
}

.sec-box .input-class {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sec-box .input-class ~ .chck-icon {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.sec-box .input-class:checked ~ .chck-icon {
  background-image: url("../../images/icon/icon_chkbox.svg");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #db0000;
  border: 1px solid transparent;
}

.sec-box .input-class:checked ~ .chck-icon:before {
  width: 100%;
}

.input-wrong {
  margin-top: 4px;
  color: #db0000;
  font-size: 0.9375rem;
}

.input-wrong.service2 {
  margin-top: 12px;
}

.first-section {
  overflow: hidden;
  z-index: 5;
  position: relative;
  height: calc(100vh - 100px);
  min-height: 600px;
  max-height: 962px;
  padding-top: 100px;
}

@media all and (max-width: 900px) {
  .first-section {
    background-image: url("../../images/img/bg_visual_m.png");
    height: calc(100vh - 50px);
  }
}

.first-section:before {
  content: "";
  display: block;
  background-image: url("../../images/img/bg_visual.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-name: bg_big;
          animation-name: bg_big;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.first-section:after {
  content: "";
  display: block;
  z-index: 0;
  opacity: 0.45;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.first-section .l-center {
  z-index: 1;
  position: relative;
}

.second-section {
  padding-top: 145px;
}

.second-section .form-wrap {
  margin-top: 35px;
  padding: 25px 41px 30px;
  border: 0.5px solid rgba(153, 153, 153, 0.5);
}

@media all and (max-width: 900px) {
  .second-section .form-wrap {
    padding: 20px 20px 0;
  }
}

@media all and (max-width: 900px) {
  .second-section .sec-two .sec-flex {
    gap: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media all and (max-width: 900px) {
  .second-section .sec-two .sec-box {
    margin-bottom: 0;
  }
}

@media all and (max-width: 900px) {
  .second-section .sec-thr .sec-box {
    margin-top: 18px;
  }
}

.second-section .btns-wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}

.second-section .btns-wrap .form-btn {
  width: 78.9%;
  max-width: 310px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media all and (max-width: 900px) {
  .second-section .btns-wrap .form-btn {
    width: 100%;
    max-width: 100%;
  }
}

.second-section .btns-wrap .form-btn .btn {
  width: 100%;
  margin: 0;
  padding: 15px 20px;
}

.second-section .btns-wrap .form-btn .btn-txt {
  font-size: 1.1875rem;
  font-weight: 600;
}

@media all and (max-width: 900px) {
  .second-section .btns-wrap .form-btn .btn-txt {
    font-size: 1.125rem;
  }
}

.second-section .btns-wrap .agree-btn {
  margin-bottom: 15px;
  background-color: #f9fafb;
}

.second-section .btns-wrap .invite-btn {
  background-color: #999999;
}

.second-section .btns-wrap .invite-btn .btn-txt {
  color: #ffffff;
}

.second-section .btns-wrap .invite-btn:focus {
  background-color: #db0000;
}

.second-section .btns-wrap .invite-btn:focus .btn-txt {
  color: #ffffff;
}

@media all and (min-width: 900px) {
  .second-section .btns-wrap .invite-btn:hover {
    background-color: #db0000;
  }
  .second-section .btns-wrap .invite-btn:hover .btn-txt {
    color: #ffffff;
  }
}

@media all and (max-width: 900px) {
  .third-section {
    padding-top: 95px;
  }
}

.third-section .l-center {
  position: relative;
}

.third-section .ul-class {
  width: 42.8%;
  margin-top: 50px;
}

@media all and (max-width: 900px) {
  .third-section .ul-class {
    width: 100%;
  }
}

.third-section .li-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 35px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media all and (max-width: 900px) {
  .third-section .li-class {
    padding: 20px;
  }
}

.third-section .li-class .number {
  font-weight: 400;
  font-size: 1.375rem;
  color: #191919;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media all and (max-width: 900px) {
  .third-section .li-class .number {
    font-size: 1.1875rem;
  }
}

@media all and (max-width: 600px) {
  .third-section .li-class .number {
    font-size: 1rem;
  }
}

.third-section .li-class .txt {
  font-weight: 400;
  font-size: 1.5rem;
  color: #191919;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media all and (max-width: 900px) {
  .third-section .li-class .txt {
    font-size: 1.1875rem;
  }
}

@media all and (max-width: 600px) {
  .third-section .li-class .txt {
    font-size: 1rem;
  }
}

.third-section .li-class.active {
  background-color: #db0000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.third-section .li-class.active .number,
.third-section .li-class.active .txt {
  color: #ffffff;
}

.third-section .monitor-img-wrap {
  position: absolute;
  top: 0;
  right: 100px;
  width: 40%;
  height: 650px;
  text-align: center;
  padding-top: 50px;
}

.third-section .monitor-img-wrap .img {
  width: 100%;
}

.third-section .monitor-img-wrap-mb {
  width: 100%;
  height: 227px;
  margin-top: 50px;
  margin-bottom: 130px;
  padding-top: 25px;
  background-color: #f9fafb;
  text-align: center;
}

.third-section .monitor-img-wrap-mb .img {
  height: 300px;
}

.third-section .empty-element {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 61.7%;
  height: 78.1%;
  background-color: #f9fafb;
}

@media all and (max-width: 900px) {
  .fourth-section {
    padding-top: 100px;
  }
}

.fourth-section .sec-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 900px) {
  .fourth-section .sec-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fourth-section .sec-sub .sec-title.service {
  width: 39.7%;
}

.fourth-section .sec-sub .sec-title.service .dec {
  margin-top: 45px;
}

@media all and (max-width: 900px) {
  .fourth-section .sec-sub .sec-title.service .dec {
    margin-top: 15px;
    word-break: keep-all;
  }
}

.fourth-section .sec-sub .sec-title.solu {
  width: 42.8%;
}

.fourth-section .sec-sub .sec-title.pm {
  width: 47.7%;
}

@media all and (max-width: 900px) {
  .fourth-section .sec-sub .sec-title.tab-100 {
    width: 100%;
  }
}

@media all and (max-width: 900px) {
  .fourth-section .sec-sub .sec-title .dec {
    margin-top: 15px;
  }
}

.fourth-section .sec-sub .sec-img-wrp {
  padding: 30px;
}

@media all and (max-width: 900px) {
  .fourth-section .sec-sub .sec-img-wrp {
    margin-top: 30px;
    padding: 0;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.fourth-section .sec-sub .sec-img-wrp.mg-big {
  padding: 30px 90px;
}

@media all and (max-width: 900px) {
  .fourth-section .sec-sub .sec-img-wrp.mg-big {
    padding: 0;
  }
}

.fourth-section .sec-sub .sec-img-wrp.bg-white {
  background-color: #ffffff;
}

@media all and (max-width: 900px) {
  .fourth-section .sec-sub .sec-img-wrp.bg-white {
    background-color: transparent;
  }
}

@media all and (max-width: 900px) {
  .fourth-section .sec-sub .sec-img-wrp.mobile-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media all and (max-width: 600px) {
  .fourth-section .sec-sub .sec-img-wrp .img {
    width: 100%;
    height: auto;
  }
}

@media all and (max-width: 900px) {
  .fifth-section {
    padding-top: 100px;
  }
}

.fifth-section .list-card {
  padding-top: 0;
}

@media all and (max-width: 900px) {
  .fifth-section .list-card {
    height: auto;
    padding: 0 12px 30px;
  }
}

.fifth-section .list-card .ttl {
  border: none;
  font-size: 1.75rem;
}

@media all and (max-width: 900px) {
  .fifth-section .list-card .ttl {
    font-size: 1.375rem;
  }
}

.fifth-section .list-card .dec {
  display: block;
  font-size: 1.25rem;
}

@media all and (max-width: 900px) {
  .fifth-section .list-card .dec {
    font-size: 0.9375rem;
  }
}

.fifth-section .list-card .bot-conts {
  margin-top: 10px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

@media all and (max-width: 900px) {
  .fifth-section .list-card .bot-conts {
    margin-top: 0;
    padding-top: 20px;
  }
}

.fifth-section .list-card:focus .ttl {
  border: none;
}

@media all and (min-width: 900px) {
  .fifth-section .list-card:hover .ttl {
    border: none;
  }
}

.fifth-section .portfolio-swiper {
  margin-top: 80px;
}

@media all and (max-width: 900px) {
  .fifth-section .portfolio-swiper {
    margin-top: 30px;
  }
}

.fifth-section .portfolio-swiper .portfolio-card {
  background-color: white;
}

.fifth-section .portfolio-swiper .img-wrap {
  display: inline-block;
  width: 68%;
}

@media all and (max-width: 900px) {
  .fifth-section .portfolio-swiper .img-wrap {
    display: block;
    width: 100%;
  }
}

.fifth-section .portfolio-swiper .img-wrap .img {
  max-width: 100%;
}

.fifth-section .portfolio-swiper .txt-wrap {
  display: inline-block;
  width: calc(32% - 4px);
  padding-top: 100px;
  padding-left: 5%;
  vertical-align: top;
}

@media all and (max-width: 900px) {
  .fifth-section .portfolio-swiper .txt-wrap {
    display: block;
    width: 100%;
    padding-top: 60px;
    padding-left: 0;
  }
}

.fifth-section .portfolio-swiper .txt-wrap .ttl {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 2.625rem;
  font-weight: 600;
}

@media all and (max-width: 900px) {
  .fifth-section .portfolio-swiper .txt-wrap .ttl {
    padding-bottom: 10px;
    font-size: 1.625rem;
  }
}

.fifth-section .portfolio-swiper .txt-wrap .ttl:before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 1px;
  background-color: #db0000;
}

@media all and (max-width: 900px) {
  .fifth-section .portfolio-swiper .txt-wrap .txt-list-wrap {
    padding-top: 5px;
  }
}

.fifth-section .portfolio-swiper .txt-wrap .txt-list {
  margin-top: 20px;
}

@media all and (max-width: 900px) {
  .fifth-section .portfolio-swiper .txt-wrap .txt-list {
    margin-top: 10px;
  }
}

.fifth-section .portfolio-swiper .txt-wrap .sort {
  display: inline-block;
  width: 5em;
  font-size: 1.25rem;
  font-weight: 600;
}

@media all and (max-width: 900px) {
  .fifth-section .portfolio-swiper .txt-wrap .sort {
    font-size: 1rem;
  }
}

.fifth-section .portfolio-swiper .txt-wrap .desc {
  font-size: 1.25rem;
  font-weight: 400;
}

@media all and (max-width: 900px) {
  .fifth-section .portfolio-swiper .txt-wrap .desc {
    font-size: 1rem;
  }
}

.fifth-section .portfolio-swiper .portfolio-pagination {
  z-index: 2;
  position: absolute;
  top: 22.8%;
  left: auto;
  right: 0;
  width: auto;
  height: 1.5em;
  font-size: 1rem;
  font-weight: 400;
}

@media all and (max-width: 900px) {
  .fifth-section .portfolio-swiper .portfolio-pagination {
    top: 78%;
    font-size: 0.875rem;
  }
}

@media all and (max-width: 850px) {
  .fifth-section .portfolio-swiper .portfolio-pagination {
    top: 78%;
  }
}

@media all and (max-width: 780px) {
  .fifth-section .portfolio-swiper .portfolio-pagination {
    top: 76%;
  }
}

@media all and (max-width: 700px) {
  .fifth-section .portfolio-swiper .portfolio-pagination {
    top: 73.2%;
  }
}

@media all and (max-width: 600px) {
  .fifth-section .portfolio-swiper .portfolio-pagination {
    top: 68.4%;
  }
}

@media all and (max-width: 450px) {
  .fifth-section .portfolio-swiper .portfolio-pagination {
    top: 66%;
  }
}

@media all and (max-width: 420px) {
  .fifth-section .portfolio-swiper .portfolio-pagination {
    top: 65%;
  }
}

@media all and (max-width: 400px) {
  .fifth-section .portfolio-swiper .portfolio-pagination {
    top: 63%;
  }
}

@media all and (max-width: 350px) {
  .fifth-section .portfolio-swiper .portfolio-pagination {
    top: 61%;
  }
}

@media all and (max-width: 350px) {
  .fifth-section .portfolio-swiper .portfolio-pagination {
    top: 60%;
  }
}

@media all and (max-width: 330px) {
  .fifth-section .portfolio-swiper .portfolio-pagination {
    top: 58%;
  }
}

.fifth-section .portfolio-swiper .portfolio-pagination .swiper-pagination-current {
  font-weight: 600;
}

.fifth-section .portfolio-swiper .portfolio-navigation {
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 73%;
  width: 130px;
}

@media all and (max-width: 900px) {
  .fifth-section .portfolio-swiper .portfolio-navigation {
    top: 76%;
    bottom: auto;
    left: auto;
    right: 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;
    width: 92px;
  }
}

@media all and (max-width: 850px) {
  .fifth-section .portfolio-swiper .portfolio-navigation {
    top: 74%;
  }
}

@media all and (max-width: 780px) {
  .fifth-section .portfolio-swiper .portfolio-navigation {
    top: 73%;
  }
}

@media all and (max-width: 700px) {
  .fifth-section .portfolio-swiper .portfolio-navigation {
    top: 69.2%;
  }
}

@media all and (max-width: 600px) {
  .fifth-section .portfolio-swiper .portfolio-navigation {
    top: 64.4%;
  }
}

@media all and (max-width: 450px) {
  .fifth-section .portfolio-swiper .portfolio-navigation {
    top: 61%;
  }
}

@media all and (max-width: 420px) {
  .fifth-section .portfolio-swiper .portfolio-navigation {
    top: 60%;
  }
}

@media all and (max-width: 400px) {
  .fifth-section .portfolio-swiper .portfolio-navigation {
    top: 59%;
  }
}

@media all and (max-width: 350px) {
  .fifth-section .portfolio-swiper .portfolio-navigation {
    top: 57%;
  }
}

@media all and (max-width: 350px) {
  .fifth-section .portfolio-swiper .portfolio-navigation {
    top: 56%;
  }
}

@media all and (max-width: 330px) {
  .fifth-section .portfolio-swiper .portfolio-navigation {
    top: 54%;
  }
}

.fifth-section .portfolio-swiper .portfolio-navigation .portfolio-btn {
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  position: static;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #999;
  border-radius: 50%;
  background-color: white;
}

@media all and (max-width: 900px) {
  .fifth-section .portfolio-swiper .portfolio-navigation .portfolio-btn {
    width: 36px;
    height: 36px;
  }
}

.fifth-section .portfolio-swiper .portfolio-navigation .portfolio-btn-prev {
  background-image: url("../../images/icon/btn_slide_prev.svg");
}

.fifth-section .portfolio-swiper .portfolio-navigation .portfolio-btn-next {
  background-image: url("../../images/icon/btn_slide_next.svg");
  margin-left: 25px;
}

@media all and (max-width: 900px) {
  .fifth-section .portfolio-swiper .portfolio-navigation .portfolio-btn-next {
    margin-left: 0;
  }
}

@media all and (max-width: 900px) {
  .sixth-section {
    padding-top: 100px;
  }
}

.sixth-section .gray-conts {
  padding: 50px 0;
  padding-bottom: 30px;
}

@media all and (max-width: 900px) {
  .sixth-section .gray-conts {
    margin-top: 30px;
    padding-bottom: 20px;
  }
}

.sixth-section .review-swiper {
  position: relative;
}

@media all and (max-width: 900px) {
  .sixth-section .review-swiper {
    overflow: hidden;
  }
}

.sixth-section .review-swiper .review-slide {
  background-color: transparent;
  text-align: center;
}

.sixth-section .review-swiper .review-img-wrap {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media all and (max-width: 900px) {
  .sixth-section .review-swiper .review-img-wrap {
    margin-bottom: 20px;
  }
}

.sixth-section .review-swiper .review-img-wrap .img {
  width: 100%;
}

.sixth-section .review-swiper .review-dec {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

@media all and (max-width: 900px) {
  .sixth-section .review-swiper .review-dec {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
}

@media all and (max-width: 600px) {
  .sixth-section .review-swiper .review-dec {
    font-size: 0.9375rem;
  }
}

.sixth-section .review-swiper .review-gr {
  margin-top: 40px;
  margin-bottom: 42px;
  font-weight: 600;
  font-size: 1.125rem;
  color: #999999;
}

@media all and (max-width: 900px) {
  .sixth-section .review-swiper .review-gr {
    margin-top: 20px;
    font-size: 0.9375rem;
  }
}

@media all and (max-width: 600px) {
  .sixth-section .review-swiper .review-gr {
    font-size: 0.8125rem;
  }
}

.sixth-section .review-swiper .review-pagination {
  position: relative;
  bottom: 0;
  z-index: 5;
}

.sixth-section .review-swiper .review-pagination .swiper-pagination-bullet {
  background-color: #e0e0e0;
}

.sixth-section .review-swiper .review-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #999999;
}

.sixth-section .review-swiper .review-button {
  position: absolute;
  z-index: 5;
}

.sixth-section .review-swiper .review-button.review-button-prev {
  background-image: url("../../images/icon/btn_review_prev.svg");
}

.sixth-section .review-swiper .review-button.review-button-next {
  background-image: url("../../images/icon/btn_review_next.svg");
}

@media all and (max-width: 900px) {
  .sixth-section .review-swiper .review-btn-wrap {
    position: relative;
    text-align: center;
    margin-bottom: 54px;
  }
  .sixth-section .review-swiper .review-button {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 24px;
    background-size: contain;
    left: auto;
    right: auto;
  }
  .sixth-section .review-swiper .review-button.review-button-prev {
    background-image: url("../../images/icon/btn_review_prev_m.svg");
    margin-right: 50px;
  }
  .sixth-section .review-swiper .review-button.review-button-next {
    background-image: url("../../images/icon/btn_review_next_m.svg");
  }
}

@media all and (max-width: 900px) {
  .seventh-section {
    padding-top: 100px;
  }
  .seventh-section .sec-title {
    text-align: center;
  }
  .seventh-section .l-center {
    margin-top: 30px;
    padding: 50px 0;
  }
  .seventh-section .mb-card-swiper {
    margin-top: 30px;
    padding: 50px 35px;
    background-color: #f9fafb;
  }
}

.eighth-section .form-wrap {
  margin-top: 30px;
  padding: 30px 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.04);
          box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.04);
}

.eighth-section .sec-thr .sec-box {
  margin-bottom: 0;
}

.eighth-section .sec-thr.quest .sec-box {
  margin-top: 18px;
}

.eighth-section .sec-thr.quest .sec-flex {
  gap: 40px;
}

@media all and (max-width: 900px) {
  .eighth-section .sec-thr.quest .sec-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}

.eighth-section .sec-thr.quest .sec-info-wrap,
.eighth-section .sec-thr.quest .sec-quest {
  width: 50%;
}

@media all and (max-width: 900px) {
  .eighth-section .sec-thr.quest .sec-info-wrap,
  .eighth-section .sec-thr.quest .sec-quest {
    width: 100%;
  }
}

.eighth-section .sec-thr.quest .sec-quest .textarea {
  height: 269px;
}

@media all and (max-width: 900px) {
  .eighth-section .sec-thr.quest .sec-quest .textarea {
    height: 180px;
  }
}

@media all and (max-width: 600px) {
  .eighth-section .sec-four .btns-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.eighth-section .sec-four .btn-que {
  margin-top: 30px;
  padding: 15px 85px;
}

@media all and (max-width: 600px) {
  .eighth-section .sec-four .btn-que {
    width: 100%;
  }
}

@media all and (max-width: 600px) {
  .eighth-section .service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

@media all and (max-width: 900px) {
  .eighth-section {
    padding-top: 75px;
  }
  .eighth-section .gray-conts {
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
  .eighth-section .eighth-title {
    text-align: center;
  }
  .eighth-section .form-wrap {
    margin-top: 35px;
    padding: 20px;
    border: 0.5px solid rgba(112, 112, 112, 0.5);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media all and (max-width: 900px) {
  .ninth-section {
    padding-top: 80px;
  }
}

.ninth-section .load-title {
  margin-top: 10px;
}

.ninth-section .load-title:first-child {
  margin-top: 80px;
}

@media all and (max-width: 900px) {
  .ninth-section .load-title:first-child {
    margin-top: 30px;
  }
}

.ninth-section .load-title:last-child {
  margin-bottom: 30px;
}

.ninth-section .load-title .load-bold {
  display: inline-block;
  width: 50px;
  margin-right: 11px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #191919;
}

@media all and (max-width: 900px) {
  .ninth-section .load-title .load-bold {
    font-size: 1.125rem;
  }
}

@media all and (max-width: 600px) {
  .ninth-section .load-title .load-bold {
    font-size: 0.9375rem;
  }
}

.ninth-section .load-title .dec {
  font-size: 1.375rem;
  font-weight: 400;
  color: #191919;
}

@media all and (max-width: 900px) {
  .ninth-section .load-title .dec {
    font-size: 1.125rem;
  }
}

@media all and (max-width: 600px) {
  .ninth-section .load-title .dec {
    font-size: 0.9375rem;
  }
}

.ninth-section .map-container {
  height: 600px;
}

.ninth-section .map-container #map {
  width: 100%;
  height: 100%;
}

.ninth-section .gray-bg {
  margin-top: 50px;
  padding: 20px 0;
  border: 1px solid #e0e0e0;
  background-color: #f9fafb;
  text-align: center;
}

.ninth-section .gray-bg .load-bold {
  font-size: 1.375rem;
  font-weight: 600;
  color: #373737;
}

@media all and (max-width: 900px) {
  .ninth-section .gray-bg .load-bold {
    font-size: 1.125rem;
  }
}

@media all and (max-width: 600px) {
  .ninth-section .gray-bg .load-bold {
    font-size: 1rem;
  }
}

/* =================== main =================== */
.guide-page .section {
  padding-top: 120px;
}

@media all and (max-width: 900px) {
  .guide-page .section {
    padding-top: 30px;
  }
}

.guide-page .gray-conts {
  margin-top: 80px;
}

@media all and (max-width: 900px) {
  .guide-page .gray-conts {
    margin-top: 30px;
  }
}

.guide-page .list-card-wrap {
  margin-top: 0;
}

@media all and (max-width: 900px) {
  .company-page .section {
    padding-top: 50px;
  }
}

.company-page .sec-title {
  padding-bottom: 40px;
}

@media all and (max-width: 900px) {
  .company-page .sec-title {
    padding-bottom: 20px;
  }
}

.company-page .gray-conts {
  padding-top: 80px;
}

@media all and (max-width: 900px) {
  .company-page .gray-conts {
    padding-top: 50px;
  }
}

@media all and (max-width: 900px) {
  .company-page .flex-btw-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media all and (max-width: 900px) {
  .comp-first-section .l-center {
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .comp-first-section .sec-title {
    padding: 0 20px 30px;
  }
}

.comp-first-section .img-wrap {
  width: 56.8%;
}

@media all and (max-width: 900px) {
  .comp-first-section .img-wrap {
    width: 100%;
  }
}

.comp-first-section .img-wrap .img {
  width: 100%;
}

.comp-first-section .desc-wrap {
  width: 31.7%;
}

@media all and (max-width: 900px) {
  .comp-first-section .desc-wrap {
    width: 100%;
  }
}

.comp-first-section .conts-ttl {
  background-position: right bottom;
  background-size: 116px;
  background-repeat: no-repeat;
  background-image: url("../../images/logo/logo_symbol.svg");
  padding: 20px 30px;
  background-color: #db0000;
  line-height: 1.38;
  font-size: 2.25rem;
  font-weight: 600;
  color: white;
}

@media all and (max-width: 1440px) {
  .comp-first-section .conts-ttl {
    font-size: 2.0625rem;
  }
}

@media all and (max-width: 1390px) {
  .comp-first-section .conts-ttl {
    font-size: 1.875rem;
  }
}

@media all and (max-width: 900px) {
  .comp-first-section .conts-ttl {
    text-align: center;
  }
}

@media all and (max-width: 600px) {
  .comp-first-section .conts-ttl {
    font-size: 1.625rem;
  }
}

.comp-first-section .arrow-wrap {
  padding: 30px 0;
}

.comp-first-section .conts-dec {
  padding: 30px;
  padding-right: 0;
  font-size: 1.25rem;
  word-break: keep-all;
}

@media all and (max-width: 1480px) {
  .comp-first-section .conts-dec {
    font-size: 1.125rem;
  }
}

@media all and (max-width: 1390px) {
  .comp-first-section .conts-dec {
    font-size: 1rem;
  }
}

@media all and (max-width: 900px) {
  .comp-first-section .conts-dec {
    padding: 20px;
  }
}

@media all and (max-width: 600px) {
  .comp-first-section .conts-dec {
    font-size: 0.9375rem;
  }
}

@media all and (max-width: 900px) {
  .comp-second-section {
    padding-top: 100px;
  }
}

@media all and (max-width: 900px) {
  .comp-second-section .gray-conts {
    padding-top: 10px;
  }
}

.comp-second-section .logo-wrap {
  text-align: center;
}

.comp-second-section .logo-wrap .logo {
  width: 45%;
  max-width: 322px;
}

.comp-second-section .sec-title {
  margin-top: 140px;
  text-align: center;
}

@media all and (max-width: 900px) {
  .comp-second-section .sec-title {
    margin-top: 80px;
  }
}

@media all and (max-width: 600px) {
  .comp-second-section .sec-title {
    margin-top: 30px;
    padding-bottom: 20px;
  }
}

.comp-third-section .sec-title {
  padding-bottom: 150px;
}

.comp-third-section .bg-area {
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url("../../images/img/img_info_step.png");
  max-width: 1015px;
  width: 100%;
  min-height: 866px;
  padding-top: 62%;
  margin: 0 auto;
}

@media all and (max-width: 900px) {
  .comp-third-section .bg-area {
    min-height: 0;
    padding-top: 85.5%;
  }
}

@media all and (max-width: 600px) {
  .comp-third-section .bg-area {
    background-image: url("../../images/img/img_info_step_m.png");
    padding-top: 278%;
  }
}

.comp-Fourth-section .reason-list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media all and (max-width: 900px) {
  .comp-Fourth-section .reason-list {
    display: block;
  }
}

.comp-Fourth-section .arrow-wrap {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 900px) {
  .comp-Fourth-section .arrow-wrap {
    width: 100%;
    padding: 20px;
  }
}

.comp-fifth-section .flex-btw-wrap {
  gap: 47px;
}

.comp-fifth-section .asis-card {
  border: 1px solid #E0E0E0;
  text-align: center;
}

.comp-fifth-section .asis-card .card-ttl {
  position: relative;
  padding: 53px 43px 0;
  padding-bottom: 42px;
  font-size: 3.375rem;
  font-weight: 600;
  color: #191919;
}

@media all and (max-width: 900px) {
  .comp-fifth-section .asis-card .card-ttl {
    font-size: 2.6875rem;
    padding: 40px;
    padding-bottom: 30px;
  }
}

@media all and (max-width: 600px) {
  .comp-fifth-section .asis-card .card-ttl {
    font-size: 1.625rem;
    padding: 20px;
    padding-bottom: 15px;
  }
}

.comp-fifth-section .asis-card .card-ttl::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 86px);
  height: 1px;
  margin: 0 43px;
  background-color: #E0E0E0;
}

@media all and (max-width: 600px) {
  .comp-fifth-section .asis-card .card-ttl::after {
    margin: 0 21px;
    width: calc(100% - 42px);
  }
}

.comp-fifth-section .asis-card .img-wrap {
  margin-top: 42px;
  margin-bottom: 30px;
}

@media all and (max-width: 900px) {
  .comp-fifth-section .asis-card .img-wrap {
    margin-bottom: 0;
  }
}

.comp-fifth-section .asis-card .img-wrap .img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.comp-fifth-section .asis-card .card-dec {
  padding: 37px 65px 50px;
  background-color: #2C2C2C;
  border-radius: 40px 40px 0 0;
  font-weight: 400;
  font-size: 1.375rem;
  color: #FFFFFF;
  line-height: 1.5;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

@media all and (max-width: 900px) {
  .comp-fifth-section .asis-card .card-dec {
    padding: 20px 25px;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.comp-fifth-section .asis-card.red-card {
  border: 1px solid #ED7D7D;
}

.comp-fifth-section .asis-card.red-card .card-ttl {
  color: #db0000;
}

.comp-fifth-section .asis-card.red-card .card-ttl::after {
  background-color: #F9D1D1;
}

.comp-fifth-section .asis-card.red-card .card-dec {
  background-image: url("../../images/logo/logo_symbol.svg");
  background-position: right bottom;
  background-size: 23.8%;
  background-repeat: no-repeat;
  background-color: #db0000;
}

@media all and (max-width: 900px) {
  .comp-fifth-section .asis-card.red-card .card-dec {
    background-size: contain;
  }
}

@media all and (max-width: 600px) {
  .comp-fifth-section .asis-card.red-card .card-dec {
    background-size: 88px;
  }
}

@media all and (max-width: 900px) {
  .section.comp-sixth-section {
    padding-top: 100px;
  }
}

.comp-sixth-section .l-center {
  background-image: url("../../images/logo/logo_ddk.svg");
  background-position: calc(100% - 20px) bottom;
  background-size: 35.7%;
  background-repeat: no-repeat;
  padding-bottom: 140px;
}

@media all and (max-width: 900px) {
  .comp-sixth-section .l-center {
    padding-bottom: 83px;
  }
}

.comp-sixth-section .desc {
  margin-top: 40px;
  font-weight: 400;
  font-size: 1.25rem;
  color: #191919;
  word-break: keep-all;
}

@media all and (max-width: 900px) {
  .comp-sixth-section .desc {
    margin-top: 20px;
    font-size: 1.125rem;
  }
}

@media all and (max-width: 600px) {
  .comp-sixth-section .desc {
    font-size: 0.9375rem;
  }
}

.terms-page .section {
  padding-top: 100px;
}

@media all and (max-width: 600px) {
  .terms-page .section {
    padding-top: 50px;
  }
}

.term-description {
  margin-top: 50px;
  word-break: keep-all;
}

@media all and (max-width: 600px) {
  .term-description {
    margin-top: 20px;
    font-size: 0.75rem;
  }
}

.term-description .ttl {
  margin: 20px 0;
  font-size: 1.25rem;
  font-weight: 600;
}

@media all and (max-width: 600px) {
  .term-description .ttl {
    margin: 15px 0;
    font-size: 1.125rem;
  }
}

.term-description .sub {
  margin: 10px 0;
  font-size: 1.125rem;
  font-weight: 600;
}

@media all and (max-width: 600px) {
  .term-description .sub {
    font-size: 0.9375rem;
  }
}
