@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
a,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

input,
select {
  vertical-align: middle;
}
input,
button {
  vertical-align: middle;
  background: transparent;
  border: 0;
  outline: 0;
}
.blind {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.cl::before,
.cl::after {
  content: "";
  display: block;
}
.cl::after {
  clear: both;
}
.bg {
  background-size: cover;
  max-width: 100%;
  width: 100%;
}

body {
  font-family: "pretendard", sans-serif;
  background-color: #fff;
  color: #151616;
  padding-bottom: 0px !important;
  word-break: keep-all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "pretendard", sans-serif;
}
h3 {
  font-size: 2.625rem;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
/* index, sub 공통부분 */
.header_line {
  background-color: rgb(255, 255, 255);
  padding: 15px 50px;
  height: 100px;
}
/* 제이쿼리로 잡아야 할 네비 */
.logo {
  display: block;
  line-height: 100px;
}
.nav_menu > li {
  position: relative;
}
.nav_menu li > a:hover {
  color: #ee6edd;
}
.gnb_now {
  /* color: #ee6edd !important; */
  font-weight: 400;
  letter-spacing: -0.01rem;
}
/* .gnb_now::after {
  position: absolute;
  top: 30px;
  content: "";
  display: block;
  height: 1px;
  background: #ee6edd;
  transition: 0.5s;
} */
.main_btn button {
  color: #ee6edd;
}
.main_btn1 {
  color: #fff !important;
  font-weight: normal;
  background-color: #ee6edd;
  border-color: #ee6edd;
}
.main_btn1 {
  padding: 0rem 1rem 0.2rem;
}
.main_btn2 {
  padding: 0rem 1rem 0.2rem;
  border-color: #ee6edd;
}

.content_in {
  max-width: 1200px;
  margin: auto;
  width: 100%;
}
.main_con {
  display: inline-block;
}
/* 네비게이션 */
.nav_menu li:nth-child(3) > a {
  position: relative;
}
.nav_menu li:nth-child(3) > a::after {
  position: absolute;
  top: -4px;
  right: -20px;
  content: "";
  width: 27px;
  height: 14px;
  background-image: url(../images/index/nav_li_icon.png);
  background-repeat: no-repeat;
}
/* 네비게이션 모바일 */
.navbar-header {
  position: absolute;
}
.navbar-trigger {
  width: 44px;
  height: 44px;
  padding: 11px;
  display: none;
}
.icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: rgb(0, 0, 0);
  border-radius: 1px;
  margin-top: 4px;
}
.icon-bar:nth-of-type(1) {
  margin-top: 0;
}
/* 메뉴준비중 팝업 */
.modal-backdrop.show {
  opacity: 0;
  display: none;
}
.modal-content {
  background: linear-gradient(70deg, #369daa, #cc67cd);
}
/* .modal-dialog {
  max-width: 350px;
} */
.modal {
  position: fixed;
  top: 80px;
}
.modal_header {
  padding: 40px 15px;
  text-align: center;
}
.modal_header .modal_t_b {
  font-weight: 600;
}
.modal_header h3 {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 15px;
}
.modal_header h3 img {
  height: 45px;
}
.modal_header p {
  font-weight: 300;
  /* font-size: 0.95rem; */
  color: #fff;
}
.modal-open .header_line {
  margin-right: 17px;
  width: auto;
}
/* row1 */
.main_txt {
  font-size: 3.75rem;
  color: #fff;
  letter-spacing: -0.3rem;
  font-weight: lighter;
  line-height: 4.5rem;
  margin-top: 10px;
  margin-bottom: 30px;
}
.main_txt b {
  font-weight: bold;
}

/* 제이쿼리용 fixed navigation */
.header_line.navbar-fixed {
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.5s;
}

/* footer */
.row7_txt {
  font-size: 2.6rem;
  font-weight: lighter;
  color: #fff;
}
.row7_txt b {
  font-size: 2.8rem;
  font-weight: bold;
}
.row7_bg {
  background: #5c54a2 url(../images/index/s_row7_bg.jpg) no-repeat center;
  height: 313px;
  background-size: cover;
}
.row7_mw a {
  color: #c4c4c4;
}
.row7_mail {
  width: 400px;
  height: 34px;
  border-radius: 30px;
  background-color: #000;
  margin: auto;
  font-weight: lighter;
  line-height: 34px;
  margin-top: 10px;
}
.row7_wrap {
  width: 100%;
  height: 320px;
}
.row7_back {
  background: #000;
  width: 100%;
}
.row8_wrap .content_in,
.ft_wrap .content_in {
  padding: 0 10px;
}
.row7_img img {
  padding-top: 120px;
}
.menu_fw {
  width: 100%;
  position: relative;
  bottom: 0;
}
.row8_wrap {
  background: #000;
  /* padding-bottom: 3px; */
  /* height: 100px; */
  padding: 35px 0;
}
.logo_f {
  float: left;
}
.menu_f {
  color: #999;
  padding-top: 2px;
}
.menu_f button i {
  vertical-align: middle;
}
.menu_f a {
  font-weight: 200;
}
.menu_f li {
  float: left;
  padding: 0 10px;
}
.menu_f .f_social li {
  padding: 0 15px;
}
.menu_f li:last-child {
  padding-right: 0;
}
.menu_f span {
  margin-right: 15px;
}
.menu_f .ct_us_footer {
  padding-right: 0;
}
.ct_us_footer span {
  margin: 0 20px;
}
.ct_us_footer span:nth-of-type(2) {
  margin-right: 0;
}
.row8_back .row-12 {
  display: flex;
  justify-content: center;
}
.ft_wrap {
  width: 100%;
  height: 100px;
  background:  #d2d2d2 url(../images/footer.png) no-repeat center;
  padding: 40px 0;
}
.f_txt {
  float: left;
  color: #666;
  font-size: 0.9rem;
}
.f_txt li {
  float: left;
  padding: 0 5px;
}
.f_txt a {
  color: #fff;
}
.f_txt span {
  margin-right: 10px;
}
.f_social {
  float: right;
  color: #666;
  font-size: 1.1rem;
}
.f_social li {
  float: left;
}
.f_social a {
  color: #666;
}
.btn-dark_c {
  background-color: #46494a;
  border-color: #46494a;
  padding: 0rem 0.8rem 0.1rem 0.5rem;
  font-size: 0.8rem;
  font-weight: 200;
  border-radius: 0.3rem;
}
.f_social img {
  /* width: 20px; */
  padding-top: 7px;
}
.ct_us_footer span,
.ct_us_footer span a {
  color: #bcbcbc;
}
.ct_us_footer li.ct_us_footer {
  padding-right: 0;
}
.ft_wrap .row-12 {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1400px) {
  .f_txt {
    display: inline-block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1180px) {
  .ft_wrap {
    height: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .row7_txt {
    font-size: 2.2rem;
  }
  .row7_txt b {
    font-size: 2.4rem;
  }
  .main_btn {
    margin-left: 10px !important;
  }
  .row7_wrap {
    height: 300px;
  }
  .row7_img img {
    padding-top: 100px;
  }
  /* .logo_f img {
    width: 140px;
  } */
  .row8_wrap .content_in,
  .ft_wrap .content_in {
    padding: 0 25px;
  }
  .nav_menu li {
    margin-left: 15px !important;
  }
  .main_btn1,
  .main_btn2 {
    padding: 0rem 0.5rem 0.2rem;
  }
}
@media only screen and (min-width: 900px) {
  .nav_menu li {
    float: left;
    margin-left: 45px;
  }
  .nav_menu li > a {
    color: rgb(0, 0, 0);
    padding: 0 5px;
    transition: 0.5s;
    font-size: 16px;
    font-weight: bolder;
  }
}
@media only screen and (max-width: 900px) {
  .main_btn {
    margin-left: 0rem !important;
    margin-right: 35px;
  }

  .navbar-trigger {
    display: block;
  }
  .navbar_bg {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: rgba(47, 4, 60, 0.8);
    display: none;
  }
  .navbar_nav {
    margin: auto;
  }
  .navbar_nav > li > a {
    display: block;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
  }
  .navbar-header {
    right: 5px;
    top: 18px;
  }
  .menu_f {
    padding: 10px 0 30px;
  }
  .row7_txt {
    font-size: 1.5rem;
  }
  .row7_txt b {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 786px) {
  .row7_mail {
    width: 310px;
    height: 30px;
    font-size: 0.9rem;
    line-height: 30px;
    margin-top: 10px;
  }
  .row8_back .row-12 {
    display: block;
  }
  .ct_us_footer span:nth-of-type(2) {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .header_line {
    background-color: rgb(255, 255, 255);
    padding: 10px 20px;
    height: 70px;
  }
  .navbar_bg {
    top: 70px;
  }
  .logo img {
    width: 150px;
  }
  .navbar-header {
    position: absolute;
    right: 5px;
    top: 13px;
  }
  .main_txt {
    font-size: 2.6rem;
    line-height: 3.5rem;
  }
  .row7_wrap {
    height: 250px;
  }
  .row7_img img {
    padding-top: 80px;
    width: 120px;
  }
  .menu_f {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  .menu_f li {
    float: left;
    margin-left: 0px;
    padding: 0 5px;
  }
  .menu_f span {
    margin-right: 10px;
  }
  .btn-dark_c {
    padding: 0rem 1rem 0.1rem 0.7rem;
    font-size: 0.75rem;
  }
  .f_txt {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
  .f_social {
    /* margin-top: 20px; */
  }
}
@media only screen and (max-width: 520px) {
  .ft_wrap {
    height: 180px;
  }
}
@media only screen and (max-width: 500px) {
  h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 450px) {
  .main_txt {
    font-size: 2rem;
    line-height: 3rem;
  }
  .row7_txt {
    font-size: 1.2rem;
  }
  .row7_txt b {
    font-size: 1.4rem;
  }
  .row8_wrap {
    padding: 35px 0 70px;
  }
  .menu_f {
    position: relative;
  }
  .menu_f li.btn_wrap,
  .menu_f li.btn_wrap {
    position: absolute;
    top: 70px;
  }
  .menu_f .btn_wrap.n01 {
  }
  .menu_f .btn_wrap.n02 {
    left: 130px;
  }
}
@media only screen and (max-width: 400px) {
  .ft_wrap {
    height: 220px;
  }
  .f_txt {
    width: 280px;
  }
  .f_txt li {
    display: inline-block;
    text-align: center;
  }
  /* .f_social {
    width: 250px;
  } */
}
