@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&family=Tomorrow&display=swap");
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
em,
img,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
nav,
section,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  position: relative;
}

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

html,
body {
  font-family: "Noto Sans CJK KR", sans-serif;
}

body::-webkit-scrollbar {width: 8px;}
body::-webkit-scrollbar-thumb {background-color: #ccc; border-radius: 10px; background-clip: padding-box; border: 2px solid transparent;}
body::-webkit-scrollbar-track {background-color: #fff;}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
  border: 0;
  background: none;
  font-family: "Noto Sans CJK KR", sans-serif;
}

select {
  font-family: "Noto Sans CJK KR", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

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

.mo {
  display: none;
}

@media (max-width: 1024px) {
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "KimjungchulScript";
  src: url("../fonts/KimjungchulScript-Bold.woff") format("woff");
  font-style: normal;
}
.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.intro_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.intro_item:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.intro_item:last-child:before {
  background-image: url(../images/intro_shop_bg.jpg);
}
.intro_item:before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../images/intro_homepage_bg.jpg) center/cover no-repeat;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  content: "";
}
.intro_item .logo {
  position: relative;
  z-index: 1;
}
.intro_item .logo:before {
  display: block;
  width: 174px;
  height: 191px;
  background: url("../images/logo.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.intro_item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  opacity: 0.5;
  color: #fff;
  min-height: 105px;
  font-size: 72px;
  line-height: 1.08;
  font-weight: 700;
}

@media (min-width: 1025px) {
  .intro_item:hover {
    width: 66%;
  }
  .intro_item:hover:before {
    opacity: 0.7;
  }
}
@media (max-width: 1024px) {
  .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro_item {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .intro_item:last-child {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .intro_item .logo:before {
    display: block;
    width: 52px;
    height: 57px;
    background: url("../images/logo.svg") center no-repeat;
    background-size: cover;
    content: "";
  }
  .intro_item .title {
    margin-top: 0;
    min-height: 30px;
    font-size: 21px;
  }
}
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #400a5d;
  height: 100px;
}
.header_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1740px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .logo:before {
  display: block;
  width: 64px;
  height: 70px;
  background: url("../images/logo.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.header .nav {
  max-width: 1020px;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 74px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .gnb_link {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.36px;
  white-space: nowrap;
}
.header .btn_menu {
  padding: 10px;
  margin-right: -10px;
}
.header .btn_menu:before {
  display: block;
  width: 20px;
  height: 15px;
  background: url("../images/icon_hamburger.svg") center no-repeat;
  background-size: cover;
  content: "";
}

@media (max-width: 1024px) {
  .header {
    height: 50px;
  }
  .header_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
  .header .logo:before {
    width: 32px;
    height: 35px;
  }
}
.footer {
  background: #232323;
}
.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  gap: 40px;
}
.footer .footer_logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.footer .footer_logo:before {
  display: block;
  width: 138px;
  height: 151px;
  background: url("../images/logo.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.footer .footer_info_item {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #999;
}
.footer .footer_info_item + .footer_info_item {
  margin-top: 4px;
}
.footer .footer_contact {
  margin-top: 20px;
}
.footer .footer_contact_item {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #797979;
}
.footer .footer_contact_item + .footer_contact_item {
  margin-top: 9px;
}
.footer .copyright {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #555;
}

@media (max-width: 1024px) {
  .footer {
    text-align: center;
  }
  .footer .inner {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer_logo:before {
    width: 68px;
    height: 75px;
  }
  .footer .footer_info_item + .footer_info_item {
    margin-top: 0;
  }
  .footer .footer_contact {
    margin-top: 10px;
  }
  .footer .footer_contact_item + .footer_contact_item {
    margin-top: 10px;
  }
  .footer .copyright {
    margin-top: 10px;
  }
}
.layer_wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  overflow-x: auto;
}
.layer_wrap .layer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.layer_wrap .layer_content {
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 20px;
}
.layer_wrap .box_img {
    max-width: 420px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.layer_wrap .box_img img {
  vertical-align: top;
  display: block;
  width:100%;
}
.layer_wrap .btn_close {
  position: absolute;
  right: 20px;
  top: 0px;
  padding: 20px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.layer_wrap .btn_close:before {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/icon_close.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.layer_wrap .box_video {
  position: relative;
  width: 630px;
  height: 0;
  padding-bottom: 56.25%;
}
.layer_wrap .box_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
  .layer_wrap .layer_content {
    width: 70%;
  }
  .layer_wrap .box_img {
    width: 100%;
  }
  .layer_wrap .box_img img {
    width: 100%;
  }
  .layer_wrap .btn_close {
    padding: 10px;
    top: 10px;
    right: 10px;
  }
  .layer_wrap .btn_close:before {
    width: 15px;
    height: 15px;
  }
  .layer_wrap .box_video {
    width: 100%;
  }
}
.mini_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d3df35;
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400;
  letter-spacing: -0.36px;
}
.mini_title:before {
  display: block;
  width: 13px;
  height: 18px;
  background: url("../images/icon_arrow.svg") center no-repeat;
  background-size: cover;
  content: "";
  margin-right: 5px;
  content: "";
}

.title {
  margin-top: 3px;
  font-size: 34px;
  line-height: 1.44;
  font-weight: 700;
  color: #232323;
  letter-spacing: -0.68px;
}

.sub_title {
  color: #80609b;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -0.36px;
}

.cont_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 700;
}
.cont_title:before {
  display: block;
  width: 5px;
  height: 24px;
  background: #692c89;
  margin-right: 10px;
  content: "";
}

.tab_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 45px;
}

.tab_btn {
  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;
  background: #afa9c7;
  border-radius: 30px;
  width: 150px;
  height: 50px;
  color: #fff;
  font-size: 18px;
}
.tab_btn.is_active {
  background: #692c89;
}

.tab_panel {
  display: none;
}
.tab_panel.is_active {
  display: block;
}

.inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}

.container {
    overflow: hidden;
}

.visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 850px;
  background: #000;
}
.visual:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/visual_bg.jpg) center/cover no-repeat;
  opacity: 0.6;
  content: "";
}
.visual .box_text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.visual .logo:before {
  display: block;
  width: 183px;
  height: 200px;
  background: url("../images/logo.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.visual .title {
  font-size: 54px;
  line-height: 1.46;
  font-weight: 700;
  color: #fff;
  margin-top: 30px;
  letter-spacing: -1.08px;
}
.visual .desc {
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.42;
  font-weight: 400;
  letter-spacing: -0.56px;
  color: #fff;
  text-align: center;
}

.about {
  padding: 145px 0;
}
.about .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.about .box_text {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 54px;
}
.about .desc {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #555;
  letter-spacing: -0.32px;
}
.about .script_desc {
  margin-top: 24px;
  font-size: 28px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -0.56px;
  color: #000;
  font-family: "KimjungchulScript";
}
.about .name {
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.88;
  font-weight: 700;
  letter-spacing: -0.36px;
  color: #232323;
}
.about .box_img {
  width: 50%;
  overflow: hidden;
  border-radius: 10px;
  height: 495px;
}
.about .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brand {
  position: relative;
  padding: 145px 0;
  height: 979px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.brand:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/brand_bg.jpg) center/cover no-repeat;
  display: block;
}
.brand .box_text {
  position: relative;
  width: 50%;
  max-width: 596px;
  color: #fff;
  margin-left: auto;
  z-index: 1;
}
.brand .title {
  color: #fff;
}
.brand .desc {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #aaa;
  word-break: keep-all;
}
.brand .desc em {
  font-weight: 700;
  color: #fff;
}

.product {
  padding: 130px 0 100px;
}
.product .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product .box_text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product .big_title {
  display: block;
  margin-top: 44px;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.96px;
}
.product .big_title em {
  color: #692c89;
}
.product .big_desc {
  margin-top: 50px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: -0.36px;
  color: #232323;
}
.product .desc {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #555;
}
.product .btn_popup {
  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;
  width: 220px;
  height: 60px;
  margin-top: 50px;
  border: 1px solid #666;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.28px;
  color: #666;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.product .btn_popup:hover {
  border-color: #692c89;
  color: #692c89;
}
.product .box_img {
  width: 500px;
}
.product .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product_composition {
  padding: 75px 0 150px;
  background: #f5f6f7;
}
.product_composition .inner {
  max-width: 1260px;
  margin: 0 auto;
  text-align: center;
}
.product_composition .title {
  margin-top: 0;
}
.product_composition .tab_panel {
  padding-top: 45px;
}
.product_composition .tab_panel .item_desc {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #555;
  letter-spacing: -0.36px;
  word-break: keep-all;
}
.product_composition .tab_panel .pd_list {
  margin-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.product_composition .tab_panel .pd_item {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.product_composition .tab_panel .pd_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.auto {
  padding: 145px 0 150px;
}
.auto .big_title {
  display: block;
  margin-top: 44px;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.96px;
}
.auto .big_title .purple {
  color: #692c89;
}
.auto .big_title .light_purple {
  color: #80609b;
}
.auto .desc {
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #555;
}
.auto .desc em {
  font-weight: 700;
  color: #232323;
}
.auto .auto_cont {
  margin-top: 93px;
}
.auto .auto_list {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.auto .auto_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(50% - 10px);
  height: 150px;
  border-radius: 10px;
  padding: 0 12.3%;
  background: #eeedf3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.auto .auto_item .item_title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #232323;
}
.auto .auto_item .item_desc {
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.37;
  font-weight: 400;
  color: #666;
}
.auto .auto_item .num {
  position: absolute;
  left: 0;
  bottom: 0;
}
.auto .auto_item .box_icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  height: 100px;
  right: 20px;
}
.auto .auto_item .box_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.auto .box_img {
  margin-top: 46px;
}
.auto .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.auto .img_desc {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  color: #555;
  margin-top: 30px;
  text-align: right;
}

.auto_video {
  padding: 95px 0 150px;
  background: #f5f6f7;
}
.auto_video .inner {
  max-width: 945px;
  margin: 0 auto;
  text-align: center;
}
.auto_video .tab_panel {
  padding-top: 50px;
}
.auto_video .box_youtube {
  width: 630px;
  height: 400px;
  margin: 0 auto;
}
.auto_video .box_youtube iframe {
  width: 100%;
  height: 100%;
}
.auto_video .level_tab_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 25px;
  background: #fff;
  width: 100%;
  height: 50px;
  margin-top: 55px;
}
.auto_video .level_tab_box .level_tab_btn {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  letter-spacing: -0.36px;
  color: #555;
}
.auto_video .level_tab_box .level_tab_btn.is_active {
  background: #339450;
  border-radius: 30px;
  color: #fff;
}
.auto_video .level_tab_panel {
  display: none;
  gap: 5px;
  margin-top: 25px;
}
.auto_video .level_tab_panel_last {
    max-width: 42%;
    margin: 25px auto 0;
}
.auto_video .level_tab_panel.is_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.auto_video .level_tab_panel .type_tab_btn {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 50px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  background: #82b491;
}
.auto_video .level_tab_panel .type_tab_btn.is_active {
  background: #339450;
}

.inquiry {
  padding: 145px 0 150px;
}
.inquiry .box_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inquiry .box_text .desc {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #555;
  text-align: center;
}
.inquiry .inquiry_cont {
  margin-top: 43px;
}
.inquiry .inquiry_cont + .inquiry_cont {
  margin-top: 94px;
}
.inquiry .inquiry_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
  margin-top: 24px;
  padding: 40px;
  border-radius: 10px;
  background: #f5f6f7;
}
.inquiry .inquiry_form.type_half .box_input {
  width: calc(50% - 20px);
}
.inquiry .box_input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.inquiry .box_input .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 123px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #232323;
}
.inquiry .box_input .label.is_requiry:after {
  display: block;
  margin-left: 4px;
  color: #80609b;
  content: "*";
}
.inquiry .box_input .input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 40px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inquiry .box_textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.inquiry .box_textarea .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 123px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #232323;
}
.inquiry .box_textarea .label.is_requiry:after {
  display: block;
  margin-left: 4px;
  color: #80609b;
  content: "*";
}
.inquiry .box_textarea .textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 200px;
  border: 1px solid #ddd;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inquiry .btn_inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 50px;
  border-radius: 5px;
  background: #80609b;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.36px;
  margin: 100px auto 0;
}
.inquiry .btn_inquiry:hover {
  background: #692c89;
}

.use {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.use .use_item {
  position: relative;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 500px;
  padding: 47px 5.21vw 51px;
  color: #fff;
  background: url(../images/use_logo_bg.png) right center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.use .use_item:first-child {
  background-color: #80609b;
}
.use .use_item:last-child {
  background-color: #692c89;
}
.use .use_item:last-child .box_btn .btn {
  background-color: #80609b;
}
.use .use_item:last-child .box_img {
  bottom: 66px;
  right: 100px;
}
.use .sub_title {
  color: #fff;
  opacity: 0.7;
  letter-spacing: -0.48px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}
.use .title {
  font-size: 32px;
  line-height: 46px;
  font-weight: 700;
  color: #fff;
  margin-top: -5px;
  letter-spacing: -0.64px;
}
.use .desc {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400;
  opacity: 0.7;
}
.use .box_text {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.use .box_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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.use .box_btn .btn {
  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;
  width: 180px;
  height: 50px;
  border-radius: 30px;
  color: #fff;
  background: #692c89;
  font-size: 18px;
  letter-spacing: -0.36px;
}
.use .box_img {
  position: absolute;
  bottom: 33px;
  right: 127px;
}

.procedure {
  padding: 145px 0;
}
.procedure .step_list {
  display: grid;
  gap: 70px 53px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 43px;
}
.procedure .step_item {
  position: relative;
  width: 100%;
  height: 280px;
}
.procedure .step_item:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
}
.procedure .step_item:before {
  width: 16px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_procedure_arrow.svg) center/cover no-repeat;
  right: -40px;
  display: block;
  content: "";
}
.procedure .step_item:nth-child(n+5):before {
  right: auto;
  left: -40px;
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.procedure .step_item:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.procedure .step_item:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.procedure .step_item:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.procedure .step_item:nth-child(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.procedure .step_item:nth-child(4):before {
  top: auto;
  bottom: -47px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.procedure .step_item:nth-child(5) {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.procedure .step_item:nth-child(6) {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.procedure .step_item:nth-child(7) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.procedure .step_item:nth-child(8) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.procedure .step_item:nth-child(8):after {
  border: 5px solid #692c89;
}
.procedure .step_item:nth-child(8):before {
  display: none;
}
.procedure .step_item:nth-child(8) .step {
  background: #692c89;
}
.procedure .box_img {
  width: 100%;
  height: 150px;
}
.procedure .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.procedure .box_text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 130px;
  background: #f5f6f7;
}
.procedure .box_text .step {
  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;
  width: 100px;
  height: 30px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #232323;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.procedure .box_text .item_title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}
.procedure .box_text .item_desc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #555;
}

.qna_cont {
  margin-top: 45px;
  padding-bottom: 150px;
  border-top: 2px solid #692c89;
}
.qna .btn_qna {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
  color: #212121;
  width: 100%;
  padding: 0 60px 0 0;
  background: url(../images/icon_minus.svg) right 30px center no-repeat;
  border-bottom: 1px solid #ccc;
}
.qna .btn_qna.is_active {
  background-image: url(../images/icon_plus.svg);
}
/* .qna .btn_qna.is_active + .box_qna {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} */
.qna .box_qna_wrap {display: none}
.qna .btn_qna:before {
  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;
  font-size: 28px;
  font-weight: 700;
  width: 70px;
  height: 70px;
  content: "Q";
  font-family: "Pretendard";
  color: #c1cf00;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.qna .box_qna {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    min-height: 70px;
    background: #f5f6f7;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.71;
    font-weight: 400;
    color: #232323;
    padding-right: 20px;
}
.qna .box_qna:before {
  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;
  font-size: 28px;
  font-weight: 700;
  width: 70px;
  height: 70px;
  content: "A";
  font-family: "Pretendard";
  color: #692c89;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.store_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
}
.store_map .layer_map {
  position: relative;
  top: -80px;
}
.store_map .layer_map:before {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -24px;
  display: block;
  width: 30px;
  height: 26px;
  background: url("../images/icon_pin_arrow.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.store_map .layer_map .map_title {
  display: block;
  padding: 8px 20px;
  background: #692c89;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.store_map .layer_map .layer_cont {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.store_map .layer_map .address,
.store_map .layer_map .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #555;
  width: 100%;
  word-break: keep-all;
  white-space: wrap;
}
.store_map .layer_map .address:before,
.store_map .layer_map .phone:before {
  margin: 3px 5px 0 0;
  display: block;
  width: 11px;
  height: 15px;
  background: url("../images/icon_pin.svg") center no-repeat;
  background-size: cover;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.store_map .layer_map .phone {
  padding-top: 10px;
}
.store_map .layer_map .phone:before {
  background-image: url("../images/icon_phone.svg");
}
.store_map .layer_map .info {
  width: 320px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.store_map #map {
  width: 100%;
  height: 100%;
}
.store_map .box_map {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background: #555;
}
.store_map .box_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 320px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.store_map .search_tab_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.store_map .search_tab_btn {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 60px;
  color: #fff;
  background: #afa9c7;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
.store_map .search_tab_btn.is_active {
  background: #692c89;
  font-weight: 700;
}
/* .store_map .tab_panel {
  height: calc(100% - 60px);
} */
.store_map .box_form {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.store_map .box_form select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 7px;
  height: 35px;
  border: 1px solid #aaa;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/icon_map_arrow.svg) right 13px center/10px 6px no-repeat;
  color: #555;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
.store_map .box_form .box_input {
  width: 100%;
}
.store_map .box_form input {
  width: 100%;
  height: 35px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #555;
  border: 1px solid #aaa;
}
.store_map .search_btn {
    background: #692c89;
    color: #fff;
    width: 88%;
    margin: 0 auto;
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.store_map .box_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f5f6f7;
  padding: 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #555;
}
.store_map .box_result .num {
  color: #692c89;
}
.store_map .store_list {
  overflow-y: auto;
  height: calc(100% - 129px);
}
.store_map .store_btn {
  display: block;
  padding: 22px 20px;
  border-bottom: 1px solid #efefef;
}
.store_map .store_title {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  color: #232323;
}
.store_map .store_address,
.store_map .store_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  color: #555;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 400;
}
.store_map .store_address:before,
.store_map .store_phone:before {
  margin: 3px 5px 0 0;
  display: block;
  width: 11px;
  height: 15px;
  background: url("../images/icon_pin.svg") center no-repeat;
  background-size: cover;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.store_map .store_phone:before {
  background-image: url("../images/icon_phone.svg");
}

@media (max-width: 1024px) {
  .mini_title {
    font-size: 9px;
  }
  .mini_title:before {
    width: 7px;
    height: 9px;
    margin-right: 2px;
  }
  .title {
    margin-top: 1.5px;
    font-size: 17px;
  }
  .sub_title {
    font-size: 9px;
    line-height: 13px;
    font-weight: 400;
  }
  .cont_title {
    font-size: 16px;
  }
  .cont_title:before {
    width: 3px;
    height: 15px;
    margin-right: 5px;
  }
  .tab_box {
    gap: 5px;
    margin-top: 20px;
  }
  .tab_btn {
    border-radius: 100px;
    width: 90px;
    height: 35px;
    font-size: 14px;
  }
  .inner {
    padding: 0 20px;
  }
  .visual {
    height: 425px;
  }
  .visual .logo:before {
    width: 91px;
    height: 100px;
  }
  .visual .title {
    margin-top: 25px;
    font-size: 18px;
    letter-spacing: -0.72px;
  }
  .visual .desc {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
  .about {
    padding: 50px 0;
  }
  .about .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .box_text {
    width: 100%;
    padding: 0 0 20px;
  }
  .about .desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.42;
    font-weight: 400;
    letter-spacing: -0.56px;
  }
  .about .script_desc {
    margin-top: 20px;
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: -0.62px;
  }
  .about .name {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: -0.56px;
  }
  .about .box_img {
    width: 100%;
    height: 47.3vw;
  }
  .brand {
    padding: 50px 0;
    height: auto;
    background: #000;
  }
  .brand:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: url(../images/brand_bg.jpg) right 66% bottom/auto 80% no-repeat;
    opacity: 0.4;
  }
  .brand .box_text {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .brand .mini_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .brand .title {
    color: #fff;
  }
  .brand .desc {
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 1.42;
    font-weight: 400;
    letter-spacing: -0.56px;
  }
  .brand .desc em {
    font-weight: 700;
    color: #fff;
  }
  .product {
    padding: 50px 0;
  }
  .product .box_text {
    width: 100%;
    padding: 0;
  }
  .product .big_title {
    margin-top: 20px;
    font-size: 24px;
  }
  .product .big_desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.42;
    font-weight: 600;
    letter-spacing: -0.56px;
  }
  .product .desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.42;
    font-weight: 400;
    letter-spacing: -0.56px;
  }
  .product .btn_popup {
    width: 100%;
    height: 50px;
    margin-top: 35px;
    letter-spacing: -0.56px;
  }
  .product_composition {
    padding: 27px 0 50px;
  }
  .product_composition .tab_panel {
    padding-top: 20px;
  }
  .product_composition .tab_panel .item_desc {
    font-size: 14px;
    line-height: 1.42;
    font-weight: 600;
    letter-spacing: -0.56px;
  }
  .product_composition .tab_panel .pd_list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
  }
  .product_composition .tab_panel .pd_item {
    width: calc(50% - 5px);
  }
  .auto {
    padding: 50px 0;
  }
  .auto .big_title {
    margin-top: 20px;
    font-size: 24px;
  }
  .auto .desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.42;
    font-weight: 400;
    letter-spacing: -0.56px;
  }
  .auto .auto_cont {
    margin-top: 50px;
  }
  .auto .auto_list {
    margin-top: 10px;
    gap: 10px;
  }
  .auto .auto_item {
    width: 100%;
    height: 90px;
    padding: 0 25px;
  }
  .auto .auto_item .item_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 1.42;
    font-weight: 700;
  }
  .auto .auto_item .item_desc {
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.33;
    font-weight: 400;
  }
  .auto .auto_item .num {
    position: static;
    color: #80609b;
    margin-right: 4px;
  }
  .auto .auto_item .box_icon {
    width: 50px;
    height: 50px;
    right: 10px;
  }
  .auto .box_img {
    margin-top: 20px;
  }
  .auto .img_desc {
    font-size: 10px;
    margin-top: 20px;
  }
  .auto_video {
    padding: 50px 0;
  }
  .auto_video .tab_box {
    display: none;
  }
  .auto_video .tab_select {
    margin-top: 20px;
    height: 35px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: -0.56px;
    width: 100%;
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #400a5d url(../images/icon_select_arrow.svg) right 15px center/10px 8px no-repeat;
  }
  .auto_video .tab_panel {
    padding-top: 20px;
  }
  .auto_video .box_youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  .auto_video .box_youtube iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .auto_video .level_tab_box {
    margin-top: 20px;
    height: 35px;
  }
  .auto_video .level_tab_box .level_tab_btn {
    font-size: 14px;
  }
  .auto_video .level_tab_panel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
    margin-top: 20px;
  }
  .auto_video .level_tab_panel_last {
      max-width: 80%;
      margin: 20px auto 0;
  }
  .auto_video .level_tab_panel .type_tab_btn {
    width: calc(33.3333333333% - 5px);
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: 35px;
    font-size: 14px;
  }
  .inquiry {
    padding: 50px 0;
  }
  .inquiry .box_text .desc {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.28;
    font-weight: 400;
  }
  .inquiry .inquiry_cont {
    margin-top: 20px;
  }
  .inquiry .inquiry_cont + .inquiry_cont {
    margin-top: 40px;
  }
  .inquiry .inquiry_form {
    gap: 10px;
    padding: 20px;
    margin: 10px -20px 0;
    border-radius: 0;
  }
  .inquiry .inquiry_form.type_half .box_input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .inquiry .inquiry_form.type_half .box_input .label {
    width: 130px;
  }
  .inquiry .inquiry_form.type_half .box_input .input {
    width: auto;
    margin-top: 0;
  }
  .inquiry .box_input {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .inquiry .box_input .label {
    font-size: 14px;
  }
  .inquiry .box_input .input {
    width: 100%;
    height: 30px;
    margin-top: 5px;
  }
  .inquiry .box_textarea {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .inquiry .box_textarea .label {
    font-size: 14px;
  }
  .inquiry .box_textarea .textarea {
    width: 100%;
    height: 150px;
    margin-top: 5px;
  }
  .inquiry .btn_inquiry {
    width: 90px;
    height: 35px;
    font-size: 14px;
    letter-spacing: -0.56px;
    margin-top: 40px;
  }
  .use {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .use .use_item {
    height: 217px;
    padding: 20px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    color: #fff;
    background: url(../images/use_logo_bg.png) right 20px bottom 30px/165px 156px no-repeat;
  }
  .use .use_item:last-child .box_img {
    bottom: 20px;
    right: 20px;
    width: 112px;
    height: 115px;
  }
  .use .sub_title {
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
  }
  .use .title {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    margin-top: 1px;
  }
  .use .desc {
    margin-top: 10px;
    font-size: 12px;
  }
  .use .box_btn {
    gap: 5px;
  }
  .use .box_btn .btn {
    width: 140px;
    height: 35px;
    border-radius: 50px;
    font-size: 14px;
  }
  .use .box_img {
    bottom: 20px;
    right: 20px;
    width: 57px;
    height: 128px;
  }
  .use .box_img img {
    width: 100%;
    height: 100%;
  }
  .procedure {
    padding: 50px 0;
  }
  .procedure .step_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 21px;
  }
  .procedure .step_item {
    width: calc(50% - 10px);
    height: 168px;
  }
  .procedure .step_item:before {
    display: none;
  }
  .procedure .step_item:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .procedure .step_item:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .procedure .step_item:nth-child(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .procedure .step_item:nth-child(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .procedure .step_item:nth-child(8):after {
    border-width: 2px;
  }
  .procedure .box_img {
    width: 100%;
    height: 88px;
  }
  .procedure .box_text {
    height: 80px;
  }
  .procedure .box_text .step {
    width: 59px;
    height: 17px;
    border-radius: 10px;
    font-size: 10px;
  }
  .procedure .box_text .item_title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
  .procedure .box_text .item_desc {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
  }
  .qna_cont {
    margin: 23px -20px 0;
    padding-bottom: 66px;
  }
  .qna .btn_qna {
    font-size: 14px;
    padding: 7px 60px 7px 20px;
    background-position: right 35px center;
    background-size: 7px 1.5px;
    text-align: left;
  }
  .qna .btn_qna.is_active {
    background-image: url(../images/icon_plus.svg);
    background-size: 7px;
  }
  .qna .btn_qna.is_active + .box_qna {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .qna .btn_qna:before {
    font-size: 14px;
    width: 35px;
    height: 35px;
    margin-right: 12px;
  }
  .qna .box_qna {
    min-height: 35px;
    line-height: 1.35;
    padding: 7px 60px 7px 20px;
  }
  .qna .box_qna:before {
    font-size: 14px;
    width: 35px;
    height: 35px;
    margin-right: 12px;
  }
  .store_map {
    height: auto;
  }
  .store_map .box_search {
    width: 100%;
    border: 0;
  }
  .store_map .search_tab_btn {
    height: 50px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.56px;
  }
  .store_map .tab_panel {
    height: auto;
  }
  .store_map .box_form {
    padding: 10px 20px;
  }
  .store_map .box_form select {
    padding: 7px 10px;
    background-size: 8px 4px;
  }
  .store_map .box_result {
    padding: 14px 20px;
  }
  .store_map .store_list {
    overflow-y: auto;
    height: auto;
  }
  .store_map .store_btn {
    padding: 20px;
  }
  .store_map .store_address:before,
  .store_map .store_phone:before {
    margin: 0 10px 0 0;
    width: 15px;
    height: 20px;
  }
}


/* trigger */
.top_trigger_off {bottom: -2rem; opacity: 0; transition: 1s;}
.top_trigger_on {bottom: 0; opacity: 1; transition: 1s;}

.left_trigger_off {right: -2rem; opacity: 0; transition: 1s;}
.left_trigger_on {right: 0; opacity: 1; transition: 1s;}

.right_trigger_off {left: -2rem; opacity: 0; transition: 1s;}
.right_trigger_on {left: 0; opacity: 1; transition: 1s;}

.bot_trigger_off {top: -2rem; opacity: 0; transition: 1s;}
.bot_trigger_on {top: 0; opacity: 1; transition: 1s;}
