/**
* Template Name: BizPage - v3.1.0
* Template URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


/* ÃÊ±âÈ­ */
html, body{height:100%;}
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:14px;    position: relative;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0;}

h1, h2, h3, h4, h5, h6, p, td { font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;}


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

ul, ol, li{margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-family:dotum;font-size:1em}
button {cursor:pointer}

textarea, select {font-family:dotum;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {color:#000;text-decoration:none}
a:hover, a:focus, a:active {color:#000; text-decoration:none;}

* { margin: 0; padding: 0; }


table{width: 100%;
border-spacing: 0;
border-collapse: collapse;
display:table;
}
tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}
tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}


@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

* { 
font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

body {
  background: #fff;
  color: #666666;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}

a {
  color: #18d26e;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
 font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  font-weight: 400;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #6a6a6a;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #18d26e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 26px 0;
  background: rgba(0, 0, 0, 0.9);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 12px 0;
}


#header .logo a {
  color: #fff;
}

#header .logo img {
/*   max-height: 40px; */
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 26px 0;
}

}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {line-height:86px;height:86px;
  position: relative;
  white-space: nowrap;
  padding: 0px 0 0px 50px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 16px;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #ffc800;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  text-transform: none;
  color: #333333;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #18d26e;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #000;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #ffc800;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(26, 26, 26, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


@media (max-width: 990px) {

.mobile-nav-active .mobile-nav .logo {display:none;}
}



/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 830px;
  background: #000;
  overflow: hidden;
  position: relative;
}

@media (max-height: 768px) {
  #intro {
    height:500px
  }
}

#intro .carousel, #intro .carousel-inner, #intro .carousel-item, #intro .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {/* 
  content: '';
  background-color: rgba(0, 0, 0, 0.7); */
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#intro .container {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 700;
}
#intro  b {
    color: #ffc800;}

#intro .s_tit {font-size:40px;color:#fff;font-weight: 200;}
#intro .ss_tit {    font-size: 14px;
    letter-spacing: 10px; color:rgba(255, 255, 255, 0.3); margin-bottom:10px;}

#intro .s_tit {font-size:26px;}
#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}
.mb2 {display:none;}
@media (max-width: 768px) {
#intro h2 {font-size: 36px;line-height:1.4;}
#intro .carousel-container {position: absolute;top:20px}
}


@media (max-width:500px) {
#intro h2 {font-size: 31px;margin-bottom:10px;}
#intro p {width:100%;}
#intro .s_tit {font-size:24px;}
.mb2 {display:block;}
  }



@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}
.carousel-indicators {    position: absolute;
    right: 0;
    bottom: 20px !important;
    left: 0;}

.carousel-indicators .active {    background-color: #ffc800;}
#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
 /*  overflow: hidden; */
}

/* Sections Header
--------------------------------*/
#process h3 {display:inline-block;
 font-size: 40px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}
.section-header h3 {
  font-size: 40px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
}

.section-header h3::after {
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333; font-size:16px
}

@media (max-width: 768px) {
.section-header h3 {font-size:30px}
}



/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/* process Section
--------------------------------*/
#process {position: relative;padding:60px 0;}



   background: url(/assets/img/process_bg.gif) repeat-x;
    background-position: bottom;


#process .container {padding: 60px 0 60px 0;  }
#process h3 {font-size:40px;display:block;text-align:left;margin-bottom:20px;}
#process h3 span {font-size:14px;display:block;font-weight:300;    margin-top: 9px;
    line-height: 1.6;}
#process ul {flex-wrap: wrap;}
#process ul li {padding:0 36px;position:relative;}
#process ul li > div {margin-top:10px;font-size:20px;color:#000;font-weight:700;}
#process ul li > div span {font-size:13px; color:#5e5e5e;font-weight:300;}
#process ul li:after {content:"";width:23px; height:23px; background:url('/assets/img/arr_ico.jpg');position: absolute;
    right: -12px;
    top: 60px;}
#process ul li:last-child:after {display:none;}
#process ul {text-align:center;}
#process .container > div {justify-content: space-between;}

@media (max-width: 992px) {
#process .container > div {justify-content:center;flex-flow: column;}
#process h3 {text-align:center;}
#process ul {}
#process ul li {width:33.33%;margin-bottom:40px;}
}

@media (max-width: 768px) {
#process ul {width:80%;margin:0 auto;}
#process ul li {width:50%;padding:0 5px;}
#process ul li:after {display:none;}
}


/* About Us Section
--------------------------------*/
#about {
  background: url("/assets/img/c2_bg.gif") center top no-repeat;background-position: center 150px;
  padding: 120px 0 120px 0;
  position: relative;
}

#about::before {/* 
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9; */
}

#about .container {
  position: relative;
  z-index: 10;
}


@media (max-width: 768px) {
 #about {padding:80px 0 60px 0;}
}



.header-scrolled h1 {width:50px;}
.header-scrolled .nav-menu > ul > li {height:50px;line-height:50px;}
.list_wrap {position: relative;height:1640px;    margin: 30px 20px 0 20px;}
.list_wrap dd {margin-top:20px;}
.list_wrap dd b{font-size:26px;color:#000;font-weight:700;margin-bottom:12px;display:inline-block;}
.list_wrap dd p {color:#000;font-size:16px;font-weight:300;}
.list_wrap .img01 .list-01 {    position: absolute;left: 0;}
.list_wrap .img01 .list-01 dt {    display: inline-block;}
.list_wrap .img01 .list-01 dd {    display: inline-block;margin-left: 20px;    vertical-align: top;}
.list_wrap .img01 .list-02 {    position: absolute;right: 0;top: 270px;}
.list_wrap .img01 .list-03 {    position: absolute;left: 0;top: 430px;}
.list_wrap .img01 .list-03 dd {text-align:right;}
.list_wrap .img01 .list-04 {position: absolute;
    right: 140px;
    top: 840px;}
.list_wrap .img01 .list-05 {position: absolute;    left: 140px;
    top: 990px;}
.list_wrap .img01 .list-05 dd {text-align:right;}

.img_p {display:block;}
.img_mb {display:none;}


@media (max-width: 1320px) {
.list_wrap {    overflow: hidden;height:auto;}
.list_wrap .img01 {}
.list_wrap .img01  dl {    width:50%;
    float: left;
    padding: 1%;}
.list_wrap .img01 img {width:100%;}
.list_wrap .img01 .list-01 {    position: relative;}
.list_wrap .img01 .list-01 dt {display:block;}
.list_wrap .img01 .list-01 dd {margin-left:0;}

.list_wrap .img01 .list-02 {    position: relative;top:0}
.list_wrap .img01 .list-03 {    position: relative;top:0; clear:both}
.list_wrap .img01 .list-03 dt {display:block;}
.list_wrap .img01 .list-03 dd {text-align:left;}
.list_wrap .img01 .list-04 {    position: relative;top:0;right:auto;}
.list_wrap .img01 .list-05 {    position: relative;top:0;left:auto;clear:both}
.list_wrap .img01 .list-05 dd {text-align:left;clear:both}
.img_p {display:none;}
.img_mb {display:block;}

}
@media (max-width: 768px) { 
.list_wrap .img01 dl {width:100%;padding:0;}
}




/* choice Section
--------------------------------*/

#choice {background:#f7f7f7; position:relative;margin-top:130px;}
#choice .section-header {position:absolute; top:-25px; width:100%; left:0}
#choice .section-header h3 {text-align:center;}
#choice ul{padding-top: 140px;width: 90%; margin: 0 auto;padding-bottom:50px;flex-wrap:wrap}
#choice ul li {flex-wrap: wrap;width:25%;text-align:center;}
#choice ul li span {display:block;font-size:26px;color:#000;font-weight:700;padding:10px 0;}


@media (max-width: 992px) {
#choice ul li{width:50%;}
}

@media (max-width: 768px) {
#choice {margin-top:80px;}
#choice ul li{width:100%;}
#choice ul li span {font-size:20px;padding:20px 0;}
}




/*--------------------------------------------------------------
# location
--------------------------------------------------------------*/


#location {padding:120px 0;}
#location .map {margin-top:40px;}
#location .add_box {border:1px solid #000;padding:20px;text-align:center;color:#000;margin-top:20px;}
#location .add_box > div {display:inline-block;margin-right: 8px;}
#location .add_box b {font-size:16px;}
#location .add_box .tell b {margin-right:5px;}


@media (max-width: 1320px) {
#location(width:90%, margin:0 auto;)
}

@media (max-width: 768px) {
#location {padding:80px 0;}
#location .add_box b {display:block;}
#location .add_box .tell b {display:inline-block;}
#location .map {margin-top:20px;}
#location .add_box > div {display:block;}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 30px 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer h3 {font-size:16px}
#footer .f_line {border-bottom:1px solid #292929;margin-bottom:10px ;padding-bottom:20px;;}
#footer .copy {width:80%;margin-top:30px;}
#footer .copy ul li {display:inline-block; margin-right:5px;font-size:15px;color:#bcbcbc;margin-bottom:5px;font-weight:300;}
#footer .copy ul li span {font-size:14px;margin-right:5px;color:#868686;}
#footer .info {color:#868686;font-weight:300;margin-top:20px;line-height:1.6;}
#footer .copyright {margin-top:20px;}





.mb {display:none;}
@media (max-width: 768px) {
.mb {display:block;}
#footer .copy {width:100%;}
#footer .copy ul li  {font-size:14px}
#footer .copy ul li span {font-size:13px;}

}

#q_menu { 
  position:absolute; right:20px; top:50%;z-index: 9999999;}
#q_menu > div {padding:6px 0;}


@media (max-width: 768px) {

#q_menu > div img {width:48px;}


}



.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px !important;
}