@import "./font.css";
@import "./base.css";

/***** reset css *****/
* {
  box-sizing: border-box;
}

body {
  max-width: 720px;
  padding: 0;
  margin: 0 auto;
  font-size: 1rem;
  color: #222;
  font-family: "Noto Sans KR", sans-serif;
}

a {
  text-decoration: none;
  color: #222;
}

dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  font-size: 1rem;
  border: none;
  padding: 0;
  cursor: pointer;
}

pre {
  margin: 0;
}

button,
input {
  padding: 0;
  outline: none;
  border: none;
  background: none;
  font-family: "Noto Sans KR", sans-serif;
}

label,
button,
input[type="submit"] {
  cursor: pointer;
}

input[type="range"]:focus {
  outline: none;
}

select {
  outline: none;
  font-family: "Noto Sans KR", sans-serif;
}

textarea {
  resize: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  line-height: 1;
}

p {
  margin: 0;
}

.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.table td {
  padding: 0;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* header */
header {
  padding: 55px 0;
}

.header-inner {
  max-width: 1200px;
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-input {
  display: flex;
  align-items: center;
  width: 560px;
  border-bottom: 5px solid #dedede;
  position: relative;
}

.header-input input {
  width: 500px;
  padding: 20px 10px;
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #dedede;
}

.header-input input::placeholder {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #dedede;
}

.header-tbox {
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}

.header-tbox p {
  color: #837f7e;
  font-size: 1.375rem;
  line-height: 22px;
  letter-spacing: -0.05em;
}

.header-tbox strong {
  line-height: 40px;
  font-size: 2.5rem;
  font-family: "Montserrat";
}

.header-btn {
  display: none;
}

.header-search-box {
  display: none;
}

/* footer */
footer {
  background: #222222;
}

footer .inner {
  padding: 50px 0;
  max-width: 940px;
  margin: 0 auto;
}

.footer-desc li,
.copyright {
  font-size: 0.875rem;
  line-height: 160%;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #837f7e;
}

footer .inner .policy a {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #222222;
}

.copyright {
  margin-top: 30px;
}

.sec-inner {
  margin: 0 auto;
  max-width: 1200px;
  background: #fff;
}

/* label */
.form-wrap {
  display: inline-block;
}

.chk-control {
  display: none;
}

.chk-label {
  position: relative;
  padding-left: 25px;
}

.chk-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: url(../img/chk2-1.svg) no-repeat center center / contain;
}

.chk-control:checked ~ .chk-label::before {
  background-image: url(../img/chk2-2.svg);
}

.chk-label.type-a::before {
  background-image: url(../img/chk1-1.svg);
}

.chk-control.type-a:checked ~ .chk-label.type-a::before {
  background-image: url(../img/chk1-2.svg);
}

.chk-label.type-b::before {
  /* background-image: url(../img/chk3.svg); */
}

.chk-control.type-b:checked ~ .chk-label.type-b::before {
  background-image: url(../img/chk3_off.svg);
}

.chk-control.type-b:checked ~ .chk-label.type-b.on::before {
  background-image: url(../img/chk3.svg);
}

/* snb */
.snb {
  z-index: 1;
  position: fixed;
  right: 30px;
  top: 50%;
  width: 280px;
  margin-left: auto;
  transform: translateY(-50%);
}

.snb-consult {
  background: #d7133f;
  border-radius: 10px;
}

.snb-prv-btn {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #222222;
  font-size: 12px;
  line-height: 16px;
}

.snb-prv-btn span {
  color: white;
}

.snb-title {
  padding: 18.5px 0;
  background: #d7133f;
  border-bottom: 1px solid #fff;
  border-radius: 10px 10px 0px 0px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.snb-title img {
  height: 20px;
}

.snb-title p {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #fff;
}

.snb-cont {
  border-radius: 0 0 10px 10px;
  display: block;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.snb-cont .chk-label {
  position: relative;
  padding-left: 20px;
  color: #fff;
  /* margin-left: 10px; */
}

.snb-cont .chk-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: url(../img/chk2-1-1.svg) no-repeat center center / contain;
}

.snb-cont .chk-control:checked ~ .chk-label::before {
  background-image: url(../img/chk2-2-1.svg);
}

.snb-input-box {
  padding: 20px 30px 0;
}

.snb-cont-input {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  gap: 10px;
  border: 1px solid #fff;
  border-radius: 10px;
}

.snb-cont-input.radio {
  flex-direction: column !important;
}

.snb-cont-input.radio p {
  width: 100%;
}

.snb-cont-input.radio .snb-radio-box.snb-radio-box2 {
  gap: 16px;
  display: flex;
  align-items: center;
  width: 100%;
}

.snb-cont-input.radio .snb-radio-box.snb-radio-box2 .form-wrap {
}

.snb-input-box .chk-control {
  display: none;
}

.snb-cont-input:last-child {
  margin-bottom: 0;
}

.snb-cont-input p {
  flex-shrink: 0;
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.05em;
  color: #fff;
}

.snb-cont-input p span {
  /* color: #D7133F; */
}

.snb-cont-input input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #fff;
}

.snb-cont-input input::placeholder {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #fff;
}

.snb-guide {
  padding: 0 20px;
}

.snb-guide h2 {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 23px;
  letter-spacing: -0.05em;
  color: #d7133f;
}

.sub-label-box {
  display: flex;
  gap: 15px;
}

.sub-label-box label {
  line-height: 23px;
  letter-spacing: -0.05em;
  color: #837f7e;
}

.snb-prv {
  margin-top: 10px;
  padding-left: 30px;
}

.snb-consult-btn {
  border: 1px solid white;
  display: flex;
  width: calc(100% - 60px);
  margin: 20px auto 0;
  padding: 15px;
  border-radius: 30px;
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.05em;
  color: white;
  justify-content: center;
  align-items: center;
}

/* top */
.btn-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px auto 0;
  width: 100px;
  height: 100px;
  /* padding-left: 15px; */
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  letter-spacing: -0.05em;
  border-radius: 50%;
  background: #222222;
}

/* .btn-top::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon-arrow-white.svg) no-repeat center center / contain;
} */

.main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.main-menu a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-bottom: 3px solid white;
  width: 50%;
  height: 43px;
  border-bottom-width: 5px;
  word-break: keep-all;
  font-family: Noto Sans CJK KR;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.36px;
}

.main-menu a.on {
  border-bottom: 3px solid #d7133f;
  color: #d7133f;
}

.main-menu a img {
  height: 24px;
}

.snb-call-box {
  margin: 30px 0;
  padding: 10px 30px;
  border: 3px solid #d7133f;
  border-radius: 10px;
  background: #fff;
}

.snb-call-box li {
}

.snb-call-box li a {
  display: flex;
  align-items: center;
  padding: 20px 0;
  gap: 20px;
}

.snb-call-box li:first-child {
  border-bottom: 1px dashed #d7133f;
}

.snb-call-box li img {
  vertical-align: middle;
}

.snb-call-box p {
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: -0.05em;
  color: #837f7e;
}

.snb-call-box strong {
  display: block;
  line-height: 30px;
  color: #222;
}

.snb-call-box li:first-child strong {
  font-size: 1.625rem;
  font-family: "Montserrat";
}

.snb-call-box li:last-child strong {
  font-size: 1.375rem;
  font-family: "Montserrat";
}

.car-item-box {
  display: grid;
  gap: 40px 20px;
  grid-template-columns: repeat(2, 1fr);
  background: #d7133f;
}

.car-item-box .car-item {
  background: white;
  border-radius: 10px;
}

.car-item .img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background: #f5f5f3;
  border-radius: 10px 10px 0 0;
}

.car-item .img-box img {
  width: 200px;
}

.car-item .img-box .fast {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 12px 20px;
  padding-left: 35px;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 100%;
  background: #222222;
}

.car-item .img-box .fast::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 12px;
  height: 20px;
  transform: translateY(-50%);
  background: url(../img/icon-light.svg) no-repeat center center / contain;
}

.car-item .tbox {
  padding: 0 30px 30px;
}

.car-item .txt {
  display: flex;
  align-items: center;
  padding: 30px 30px 0;
  gap: 5px;
}

.car-item .txt p {
  color: var(--title, #222);
  text-align: center;
  font-family: Noto Sans CJK KR;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.9px;
}

.car-item .txt img {
  vertical-align: middle;
  width: 40px;
}

.car-item .txt span {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.05em;
}

.car-item-table .color1 {
  color: #00b2a5;
}

.car-item-table .color2 {
  color: #ff0000;
}

.car-item-btnbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}

.cib-btn {
  width: 50%;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
  border: 1px solid #d7133f;
  background: #d7133f;
}

.cib-btn:hover {
  animation: gradient 1s ease infinite;
  background: linear-gradient(-45deg, #d7133f, #d54967, #dc8497, #e0d9db);
  background-size: 400% 400%;
  border: 0px;
}

.cib-btn.type-a {
  color: #d7133f;
  background: #fff;
}

.cib-btn.type-a:hover {
  animation: gradient 1s ease infinite;
  background: linear-gradient(45deg, #ffeded, #fe6c6c);
  background-size: 400% 400%;
}

.cib-btn.type-a#cib-btn-detail {
  cursor: pointer;
}

/* pagination */
.pg-wrap {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d7133f;
}

.pg-page {
  font-weight: bold;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  margin: 0 10px;
  color: rgb(234, 234, 234);
  font-size: 1rem;
  text-align: center;
  font-family: "Montserrat";
  letter-spacing: -0.02em;
}

.pg-prev,
.pg-next,
.pg-prev-most,
.pg-next-most {
  text-indent: -999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
}

.pg-prev {
  background-image: url(../img/icon-prev2.svg);
}

.pg-prev-most {
  margin-right: 0;
  background-image: url(../img/icon-prev1.svg);
}

.pg-next {
  background-image: url(../img/icon-next2.svg);
}

.pg-next-most {
  margin-left: 0;
  background-image: url(../img/icon-next1.svg);
}

.pg-page.pg-current {
  color: #fff;
  background: #d7133f;
  font-weight: bold;
  border: 1px #fff solid;
}

.car-item-more {
  display: none;
}

/*  */
.snb-input-box .sub-extra-input {
}

.snb-input-box .sub-extra-input textarea {
  width: 100%;
  padding: 15px 20px;
  height: 150px;
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.05em;
  color: #222222;
  border: 1px solid #ededed;
  border-radius: 10px;
}

.snb-input-box .sub-extra-input textarea::placeholder {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.05em;
  color: #222222;
}

.header-input .search-list {
  position: absolute;
  top: 83px;
  width: 100%;
  background: white;
  box-sizing: border-box;
  padding: 10px 0;
  border-top: none;
  -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.13);
  border-radius: 0 0 10px 10px;
  display: none;
  z-index: 1;
}

.header-input .search-list a {
  display: flex;
  padding: 5px 15px;
  align-items: center;
  justify-content: space-between;
}

.header-input .search-list a:hover {
  /* background: #fdf9eb; */
  background: rgb(247, 246, 246);
}

.header-input .search-list a .search-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-input .search-list a .search-left img {
  height: 20px;
}

.header-input .search-list a .search-left p {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header-input .search-list a .search-left p img {
}

.header-input .search-list a .search-left p span {
  font-size: 16px;
  font-family: "Noto Sans KR";
}

.header-input .search-list a .search-right {
  display: flex;
  align-items: center;
}

.header-input .search-list a .search-right img {
  height: 12px;
}

/*  */
.alert-bg {
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.6);
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0;
  display: none;
}

.alert-bg .alert-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 40px 30px;
  box-shadow: 5.89156px 5.89156px 11.7831px rgb(0 0 0 / 30%);
  border-radius: 12px;
  box-sizing: border-box;
}

.alert-bg .alert-box .alert-inner {
  width: 316px;
}

.alert-bg .alert-box .alert-inner img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 26px;
}

.alert-bg .alert-box .alert-inner p.alert-title {
  word-break: keep-all;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #222222;
}

.alert-bg .alert-box .alert-inner a.alert-btn {
  display: flex;
  margin-top: 15px;
  height: 70px;
  border: 1px solid #d7133f;
  border-radius: 12px;
  width: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.alert-bg .alert-box .alert-inner a.alert-btn p {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 68px;
  letter-spacing: -0.02em;
  color: #d7133f;
}

.alert-bg .alert-box .alert-inner a.alert-btn:hover {
  background: #d7133f;
}

.alert-bg .alert-box .alert-inner a.alert-btn:hover p {
  color: white;
}

html {
  font-size: 14px;
}

body {
  font-size: 16px;
}

.snb {
  /* display: none; */
}

.header-input {
  width: auto;
}

.sec-inner {
  max-width: none;
  width: calc(100% - 40px);
}

.header-input input {
  width: auto;
}

.alert-bg .alert-box {
  padding: 20px;
}

.alert-bg .alert-box .alert-inner img {
  width: 40px;
  height: 40px;
  margin: 0 auto 15px;
}

.alert-bg .alert-box .alert-inner p.alert-title {
  font-size: 18px;
  line-height: 24px;
}

.alert-bg .alert-box .alert-inner a.alert-btn {
  height: 50px;
  margin: 10px auto 0;
}

.alert-bg .alert-box .alert-inner {
  width: 250px;
}

.alert-bg .alert-box .alert-inner a.alert-btn p {
  font-size: 15px;
}

/* header */

.header-input,
.header-tbox {
  display: none;
}

.header-logo {
  /* width: 80px; */
  /* height: 40px; */
}

.header-logo img {
  /* width: 100%; */
  height: 2em;
}

.header-btn {
  display: block;
  padding: 10px;
  display: none;
}

.header-btn i {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon-search2.svg) no-repeat center center / contain;
}

.hsb-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: #d7133f;
}

.header-search-box input {
  width: calc(100% - 55px);
  height: 40px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
  background: #fff;
}

.header-search-box input::placeholder {
  color: #aaaaaa;
}

.hsb-btn {
  padding: 10px;
}

.hsb-btn i {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon-search3.svg) no-repeat center center / contain;
}

.inner {
  max-width: none;
}

/* main */

.main-menu a.on {
  border-bottom-width: 5px;
}

.sec-inner {
  width: calc(100% - 60px);
}

.car-item-table th {
  font-family: Noto Sans CJK KR;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.7px;
}

.car-item-table td {
  color: var(--title, #222);
  text-align: right;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.7px;
}

.cib-btn {
  font-size: 1rem;
}

.car-item-more {
  position: relative;
  display: block;
  width: calc(100% - 80px);
  padding: 20px 0;
  margin: 60px auto 0;
  text-align: center;
  font-weight: 700;
  letter-spacing: -0.05em;
  border: 1px solid #dedede;
  display: none;
}

.car-item-more::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 6px;
  top: 50%;
  left: 62%;
  transform: translateY(-50%);
  background: url(../img/mo/icon-arrow.svg) no-repeat center center / contain;
}

.car-item-more.on {
  display: none;
}

/* footer */
footer .inner {
  padding: 50px 30px;
}

.footer-logo img {
  height: 2em;
}

.footer-desc {
  margin-top: 20px;
}

/* landing-sec */

.landing-sec {
}

.landing-sec .sec-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.landing-sec .sec-box .img-sec {
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}

.landing-sec .sec-box .txt-sec {
}

.landing-sec .sec-box .txt-sec p.txt1 {
  color: var(--title, #222);
  font-family: Noto Sans CJK KR;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.6px;
}

.landing-sec .sec-box .txt-sec p.txt2 {
  color: var(--unnamed, #aaa);
  font-family: Noto Sans CJK KR;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-top: 20px;
}

.landing-sec .sec-box .txt-sec span.new {
  color: var(--unnamed, #f81345);
  font-family: Noto Sans CJK KR;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.36px;
}

.landing-sec .sec-box.sec-box1 {
  background: linear-gradient(180deg, #d7133f 78.65%, #fff 78.66%);
}

.landing-sec .sec-box.sec-box1 .img-sec {
  background-image: url(../img/landing01.png);
  width: 400px;
  height: 719.588px;
}

.landing-sec .sec-box.sec-box1 .txt-sec {
  max-width: 280px;
  padding-right: 32px;
  padding-bottom: 200px;
}

.landing-sec .sec-box.sec-box1 .txt-sec p.txt1 {
  color: white;
}

.landing-sec .sec-box.sec-box1 .txt-sec p.txt2 {
  color: white;
}

.landing-sec .sec-box.sec-box2 {
  padding-top: 50px;
  padding-bottom: 130px;
}

.landing-sec .sec-box.sec-box2 .img-sec {
  background-image: url(../img/landing02.png);
  width: 400px;
  height: 719.588px;
}

.landing-sec .sec-box.sec-box2 .txt-sec {
  max-width: 278px;
  padding-left: 40px;
}

.landing-sec .sec-box.sec-box2 .txt-sec p.txt1 {
}

.landing-sec .sec-box.sec-box2 .txt-sec p.txt2 {
}

.landing-sec .sec-box.sec-box3 {
  flex-direction: column;
  padding-bottom: 120px;
}

.landing-sec .sec-box.sec-box3 .img-sec {
  background-image: url(../img/landing03.png);
  width: 720px;
  height: 589.935px;
}

.landing-sec .sec-box.sec-box3 .txt-sec {
}

.landing-sec .sec-box.sec-box3 .txt-sec p.txt1 {
}

.landing-sec .sec-box.sec-box3 .txt-sec p.txt2 {
}

.landing-sec .sec-box.sec-box4 {
  padding-bottom: 150px;
}

.landing-sec .sec-box.sec-box4 .img-sec {
  width: 350px;
  height: 346.048px;
  background-image: url(../img/landing04.png);
}

.landing-sec .sec-box.sec-box4 .txt-sec {
  max-width: 302px;
  padding-left: 40px;
}

.landing-sec .sec-box.sec-box4 .txt-sec span.new {
}

.landing-sec .sec-box.sec-box4 .txt-sec p.txt1 {
}

.landing-sec .sec-box.sec-box4 .txt-sec p.txt2 {
}

.landing-sec .sec-box.sec-box5 {
  padding-bottom: 120px;
}

.landing-sec .sec-box.sec-box5 .img-sec {
  width: 350px;
  height: 375.968px;
  background-image: url(../img/landing05.png);
}

.landing-sec .sec-box.sec-box5 .txt-sec {
  max-width: 319px;
  padding-right: 50px;
}

.landing-sec .sec-box.sec-box5 .txt-sec span.new {
}

.landing-sec .sec-box.sec-box5 .txt-sec p.txt1 {
}

.landing-sec .sec-box.sec-box5 .txt-sec p.txt2 {
}

.landing-sec .sec-box.sec-box6 {
  border-radius: 0px 100px 0px 0px;
  background: #d7133f;
  padding: 100px 60px 60px;
  display: block;
}

.landing-sec .sec-box.sec-box6 .txt-sec {
}

.landing-sec .sec-box.sec-box6 .txt-sec p.txt1 {
  color: #fff;
}

.landing-sec .sec-box.sec-box6 .txt-sec p.txt2 {
  color: var(--unnamed, #fff);
}

.landing-sec .sec-box.sec-box6 .list-sec {
  margin-top: 30px;
}

.landing-sec .sec-box.sec-box6 .list-sec .list-item {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 30px;
  border-radius: 0px 30px 30px 30px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
}

.landing-sec .sec-box.sec-box6 .list-sec .list-item:last-child {
  margin-bottom: 0;
}

.landing-sec .sec-box.sec-box6 .list-sec .list-item span {
  color: #fff;
  font-family: Noto Sans CJK KR;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.705px;
  letter-spacing: -0.32px;
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.landing-sec .sec-box.sec-box6 .list-sec .list-item span.item1 {
  background: var(--unnamed, #3d67fd);
}

.landing-sec .sec-box.sec-box6 .list-sec .list-item span.item2 {
  background: var(--unnamed, #ff802d);
}

.landing-sec .sec-box.sec-box6 .list-sec .list-item span.item3 {
  background: #623cfb;
}

.landing-sec .sec-box.sec-box6 .list-sec .list-item span.item4 {
  background: #cb23ce;
}

.landing-sec .sec-box.sec-box6 .list-sec .list-item span.item5 {
  background: #32bf40;
}

.landing-sec .sec-box.sec-box6 .list-sec .list-item p {
  color: #fff;
  font-family: Noto Sans CJK KR;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.705px;
  letter-spacing: -0.3px;
}

.landing-sec .sec-box.sec-box6 .btn-sec {
}

.landing-sec .sec-box.sec-box6 .btn-sec .write-btn {
  display: flex;
  width: 240px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #fff;
  margin: 50px auto 0;
  cursor: pointer;
}

.landing-sec .sec-box.sec-box6 .btn-sec .write-btn p {
  color: #d7133f;
  font-family: Noto Sans CJK KR;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.32px;
}

@media screen and (max-width: 1400px) {
  .snb {
    display: none;
  }

  .qr-bar {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  header {
    padding: 15px 20px;
  }

  .header-inner {
    padding-right: 0;
    margin-bottom: 50px;
  }

  .main-menu {
    gap: 15px;
  }

  .main-menu a {
    font-size: 14px;
    gap: 5px;
  }

  .header-logo {
    /* width: 70px;
    height: 35px; */
  }

  .car-item-btnbox {
    display: block;
  }

  .cib-btn {
    width: 100%;
    height: 60px;
    line-height: 60px;
  }

  .cib-btn.type-a#cib-btn-detail {
    margin-top: 5px;
  }

  .landing-sec .sec-box.sec-box1 {
    flex-direction: column-reverse;
  }

  .landing-sec .sec-box.sec-box .txt-sec {
    padding: 0;
    text-align: center;
    word-break: keep-all;
  }

  .landing-sec .sec-box.sec-box .img-sec {
    margin-top: 10px;
  }

  .landing-sec .sec-box.sec-box1 .img-sec {
    width: 300px;
    height: 539.691px;
  }

  .landing-sec .sec-box.sec-box1 {
    flex-direction: column-reverse;
    padding-top: 80px;
  }

  .landing-sec .sec-box.sec-box2 {
    flex-direction: column;
    padding-top: 110px;
  }

  .landing-sec .sec-box.sec-box2 .img-sec {
    width: 300px;
    height: 539.691px;
  }

  .landing-sec .sec-box.sec-box3 .txt-sec {
    max-width: 250px;
  }

  .landing-sec .sec-box.sec-box3 .img-sec {
    width: 500px;
    height: 409.677px;
  }

  .landing-sec .sec-box.sec-box3 {
    padding-bottom: 110px;
  }

  .landing-sec .sec-box.sec-box4 {
    flex-direction: column;
    padding-bottom: 140px;
  }

  .landing-sec .sec-box.sec-box4 .img-sec {
    width: 300px;
    height: 296.613px;
    margin-top: 50px;
  }

  .landing-sec .sec-box.sec-box4 .txt-sec {
    max-width: 262px;
  }

  .landing-sec .sec-box.sec-box5 {
    flex-direction: column-reverse;
  }

  .landing-sec .sec-box.sec-box5 .img-sec {
    width: 300px;
    height: 322.258px;
    margin-top: 50px;
  }

  .landing-sec .sec-box.sec-box5 .txt-sec {
    max-width: 269px;
  }

  .landing-sec .sec-box.sec-box2 .txt-sec {
    max-width: 238px;
  }

  .landing-sec .sec-box.sec-box1 .txt-sec {
    max-width: 238px;
  }

  .landing-sec .sec-box.sec-box6 {
    padding: 100px 30px 60px;
  }

  .landing-sec .sec-box.sec-box6 .txt-sec {
    text-align: left;
  }

  .landing-sec .sec-box.sec-box6 .list-sec .list-item span {
    flex-shrink: 0;
  }

  .landing-sec .sec-box.sec-box6 .list-sec .list-item {
    padding: 30px 20px;
  }

  .landing-sec .sec-box.sec-box6 .btn-sec .write-btn {
    width: 100%;
    height: 83px;
  }
}

@media screen and (max-width: 600px) {
  .snb {
    display: none;
  }

  .car-item-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 450px) {
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes bounceBall {
  0% {
    transform: translate(-50%, -15px);
  }

  10% {
    transform: translate(-50%, 0);
  }

  20% {
    transform: translate(-50%, -10px);
  }

  30% {
    transform: translate(-50%, 0);
  }

  40% {
    transform: translate(-50%, -5px);
  }

  50% {
    transform: translate(-50%, 0);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

@keyframes ringing {
  0% {
    padding-left: 0;
  }

  10% {
    padding-left: 2px;
  }

  20% {
    padding-left: 0;
  }

  30% {
    padding-right: 2px;
  }

  40% {
    padding-right: 0;
  }

  50% {
    padding-left: 2px;
  }

  60% {
    padding-left: 0;
  }

  70% {
    padding-right: 2px;
  }

  80% {
    padding-right: 0;
  }

  90% {
    padding-left: 2px;
  }

  100% {
    padding-left: 0;
  }
}

@keyframes rl {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}
