html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover {
  text-decoration: none;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body,
a {
  font-family: "Noto Sans KR", sans-serif;
}

.inr {
  width: 100%;
  max-width: 1232px;
  margin: 0 auto !important;
  padding: 0 16px;
  position: relative;
}

.body-lock {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

a:hover {
  color: inherit;
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.font-bold {
  font-weight: 600 !important;
}


.header {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  padding: 20px 0px;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}



.title_logo {
  height: 83px;
}

.header .container {
  display: flex;
  justify-content: space-between;
  height: 73px;
  align-items: center;
}

.navbar-btn ul:not(.dropdown-menu) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-btn ul li a {
  line-height: 43px;
  font-size: 14px;
  padding: 0 15px;
  letter-spacing: 0.1rem;
  text-decoration: none;
  color: #000;
}

.main_wrapper {
  padding-top: 113px;
}

.main_img {
  width: 100%;
  height: 700px;
  min-height: 100%;
  background-size: cover;
  background-position: center center;
}

.main_text {
  position: absolute;
  left: 50%;
  top: 50%;
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 80%;
  text-align: center;
}

.main_text h1 {
  font-family: 'Playfair Display', 'Nanum Gothic';
  text-align: center;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: 0;
  margin-bottom: 20px;
}

.main_text h1 strong {
  font-weight: bold;
}

.main_text p {
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 0;
}

.int_textwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.int_title {
  padding: 70px 0 30px 0
}

.bold {
  font-weight: bold;
}

.gap_div {
  height: 130px;
}

.gap_div._1 {
  height: 83px;
}

.image-box img {
  width: 100%;
}

.int_wrap1 {
  padding-bottom: 30px;
}

.int_wrap1 .flexbox {
  display: flex;
  align-items: center;
  color: #5d5d5d;
}

.int_wrap2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.video-content {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-content iframe,
.video-content object,
.video-content embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.int_wrap3 h5 {
  font-family: 'Lora';
  text-align: center;
}

.int_wrap3 .img-wrap img {
  width: 100%;
}

.int_wrap3 .divider {
  width: 42px;
}

.int_wrap4 .top.line {
  margin-bottom: 50px;
}

.int_wrap4 .bottom.line {
  margin-top: 50px;
}

.int_wrap4 .head-title {
  color: #c6aa94;
}

.int_wrap4 .body-text {
  color: #999;
}

.circle_wrapper {
  width: 200px;
  height: 200px;
}


.int_wrap5_2 {
  width: 100%;
  overflow: hidden;
  height: 500px;
  background: #3791f8 url(../image/review_bg.png) no-repeat center center;
}

.main-section-in {
  padding-top: 88px;
}

.ms3-left {
  float: left;
  width: 34%;
  color: #fff;
}

.ms3-left .p-1 {
  margin-bottom: 7px;
  font-size: 20px;
  letter-spacing: -0.025em;
  line-height: 110%;
  padding: 0 !important;
}

.ms3-left .p-2 {
  margin-bottom: 38px;
  font-size: 35px;
  font-weight: 900;
  line-height: 120%;
  padding: 0 !important;
}

.ms3-left .p-3 {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.025em;
  padding: 0 !important;
}

.ms3-left .main-btn-4 {
  display: inline-block;
  height: 43px;
  line-height: 43px;
  min-width: 158px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.025em;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 4px;
  text-decoration: none;
}

.swiper-container {
  overflow: hidden;
  position: relative;
  width: 1200px;
  height: 330px;
  overflow: hidden;
}

.ms3-right {
  position: relative;
  float: left;
  width: 65%;
  height: 330px;
  padding-top: 2px;
}

.slide_item {
  position: absolute;
  left: 0;
  top: 0;
  height: 295px !important;
  width: 360px !important;
}

.swiper-wrapper .slide_img {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 95%;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img_class {
  width: 312px;
  height: 265px;
}

.ms3-button-prev {
  display: inline-block;
  width: 26px;
  height: 22px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  background: url(../image/ms3_arr_l.png) no-repeat center center;
}

.ms3-button-nexts {
  display: inline-block;
  width: 26px;
  height: 22px;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 15px;
  background: url(../image/ms3_arr_r.png) no-repeat center center;
}

.slick-text-btn {
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.025em;
  font-weight: bold;
  vertical-align: middle;
}


@media (max-width: 992px) {
  .int_wrap5_2 {
    height: 900px;
  }

  .main-section-in {
    display: flex;
    flex-direction: column;
  }

  .ms3-left {
    width: 100%;
    margin-bottom: 15px;
  }

  .ms3-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .swiper-container {
    width:100%;
  }

}

.bigPictureWrapper {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: gray;
  z-index: 1005;
  background: rgba(255, 255, 255, 0.5);
}

.bigPicture {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bigPicture img {
  width: 100%;
}

@media (max-width: 576px) {
  .circle_wrapper {
    width: 150px;
    height: 150px;
  }
}

.circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 19px;
}

.font-dosis {
  font-family: 'Dosis', 'Nanum Gothic';
}

.font-lato {
  font-family: 'Lato', 'Nanum Gothic';
}

.font-questrial {
  font-family: 'Questrial', 'Nanum Gothic';
}

.font-sans {
  font-family: 'OpenSans', 'Noto sans kr'
}

.charm_image_wrapper img {
  width: 100%;
  height: 100%;
}

.lh-min {
  line-height: 0.8;
}

.pd-12-20 {
  padding: 12px 20px;
}

.process_img_wrapper img {
  width: 100%;
  height: 100%;
}

.qnabg {
  padding: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: transparent;
}

.textbox {
  color: #fff;
  clear: left;
  position: relative;
  height: 80%;
}

.readmore {
  height: 20%;
  text-align: center;

}


.qna_wrap1 .item {
  padding: 80px 15px;
  background-color: transparent;
  border-right: 1px solid #e4e8eb;
  z-index: 1;
  display: inline-block;
  height: 436px;
  border-color: #ffffff;
}

@media (max-width:767px) {
  .qna_wrap1 .item {
    height: 100%;
  }
}

.qna_wrap1 .item:hover {
  background-color: rgba(16, 16, 16, 0.5);
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.qna_wrap1 .item p {
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 20;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  word-wrap: break-word;
}

.qna_wrap1 .item a {
  color: #fff;
}

.orange {
  color: rgb(251, 160, 38);
}

h3.require:after {
  content: '*';
  right: -5px;
  color: #CC0000;
  position: relative;
  vertical-align: middle;
  font-size: 18px;
  line-height: 11px !important;
  font-family: sans-serif;
}

.form-group h3 {
  font-family: 'Open Sans', 'Noto sans kr';
  font-size: 13px;
  font-weight: normal;
  color: #ccc;
  letter-spacing: -0.2px;
  margin-top: 10px;
}

.form-group p {
  font-family: 'Open Sans', 'Noto sans kr';
  font-size: 12px;
  margin-bottom: 10px;
  color: #999;
  font-weight: 300;
}

input::-webkit-inner-spin-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.btns {
  font-family: 'Lora', 'Nanum Gothic';
  color: #fff;
  background-color: #ffae00;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: right;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 15px 70px;
  max-width: 100%;
  overflow: hidden;
}

.body-lock {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.mobile-menu-wrap .f_white {
  color: #fff;
}

.mobile-menu-wrap {
  position: fixed;
  width: 90%;
  top: 113px;
  left: -100%;
  background-color: #fff;
  z-index: 1000;
  height: 100vh;
  display: flex;
  flex-direction: column;
  transition: left 0.3s;
}

.mobile-menu-overay {
  position: fixed;
  width: 100%;
  left: -100%;
  top: 83px;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100vh;
  transition: all 0.1s linear;
}

.mobile-btn {
  display: none;
}

.mobile-money {
  display: none;
}

@media(max-width:1400px) {
  .pc-btn {
    display: none;
  }

  .mobile-btn {
    display: flex;
    align-items: center;
  }
}

.mobile-menu-wrap.active {
  left: 0;
}

.mobile-menu-overay.active {
  left: 0;
}

.mobile-menu-wrap ul li a {
  font-size: 16px;
  padding: 10px 22px 10px 0px;
  line-height: 1.4;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  outline: none;
  white-space: initial;
  word-break: break-word;
  color: #000;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.font-gs {
  font-family: 궁서;
}

#customer_open:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}