/* @import url(http://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Cardo:400,400italic,700); */
@import url(fonts.css);
/* ==========================================================================
Typography
========================================================================== */
p {
  font-size: 14px;
  line-height: 22.4px;
  color: #6c7279; }

h1 {
  font-size: 65px;
  color: #212121; }

h2 {
  font-size: 40px;
  color: #212121; }

h3 {
  font-size: 28px;
  color: #212121;
  font-weight: 300; }

h4 {
  font-size: 22px;
  color: #212121;
  font-weight: 400; }

h5 {
  font-size: 14px;
  color: #212121;
  text-transform: uppercase;
  font-weight: 700; }

.btn {
  background-color: #e84545;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase; }
  .btn:hover, .btn:focus {
    background-color: #9b7654;
    color: #fff; }
  .btn-large {
    padding: 15px 40px; }

/* ==========================================================================
	General Styles
========================================================================== */
a {
  color: #e84545; }

a:hover, a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s; }

body {
  /* font-family: "Raleway", sans-serif; */
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  color: #6c7279; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

.section {
  padding: 100px 0; }

.no-padding {
  padding: 0; }
.padding-b50 {
  padding: 0 0 50px; }

.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

/* ==========================================================================
	$Header
========================================================================== */
#header {
  position: fixed;
  width: 100%;
  z-index: 999; }
  #header .header-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
    max-width: 1170px;
    padding: 40px 0;
    width: 100%;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s; }
  #header .logo {
    float: left; }

#header.fixed {
  /* background-color: #292c47;  */
  background-color: #FFFFFF;
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
  #header.fixed .header-content {
    border-bottom: 0;
    padding: 25px 0; }
  #header.fixed .nav-toggle {
    top: 18px; }

.navigation.open {
  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.navigation {
  float: right; }
  .navigation li {
    display: inline-block; }
  .navigation a {
    font-family: "Pretendard", sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-size: 19px;
    font-weight: 300;
    margin-left: 40px;
    text-transform: uppercase; }
    .navigation a:hover, .navigation a.active {
      color: #fff; }

#header.fixed .navigation a {color: #212121;}     

.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 32px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .nav-toggle:before, .nav-toggle:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform; }
  .nav-toggle:before {
    background-color: #a36e4c;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .nav-toggle:after {
    background-color: #a36e4c;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
  .nav-toggle span {
    background-color: #fff;
    bottom: auto;
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 18px;
    z-index: 10;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .nav-toggle span:before, .nav-toggle span:after {
      background-color: #fff;
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-transition: -moz-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s; }
    .nav-toggle span:before {
      -moz-transform: translateY(-6px) rotate(0deg);
      -ms-transform: translateY(-6px) rotate(0deg);
      -webkit-transform: translateY(-6px) rotate(0deg);
      transform: translateY(-6px) rotate(0deg); }
    .nav-toggle span:after {
      -moz-transform: translateY(6px) rotate(0deg);
      -ms-transform: translateY(6px) rotate(0deg);
      -webkit-transform: translateY(6px) rotate(0deg);
      transform: translateY(6px) rotate(0deg); }
  .nav-toggle.close-nav:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .nav-toggle.close-nav:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  .nav-toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0); }
    .nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
      background-color: #fff; }
    .nav-toggle.close-nav span:before {
      -moz-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg); }
    .nav-toggle.close-nav span:after {
      -moz-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
      -webkit-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg); }

/* ==========================================================================
	$Banner
========================================================================== */
.banner {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;  
  min-height: 750px; }

.banner-text {
  padding-top: 25%; }
  .banner-text h1 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .banner-text p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 80px; }

/* ==========================================================================
	$Features
========================================================================== */
.feature {
  margin-bottom: 50px; }
  .feature-content {
    font-family: "Pretendard", sans-serif;
    padding: 0 15px;
    margin-top: 30px; }
  .feature .icon {
    color: #9b7654;
    font-size: 60px; }

/* ==========================================================================
	$Works
========================================================================== */
.work {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  min-height: 350px;
  overflow: hidden;
  position: relative;
  visibility: hidden; }
  .work .overlay {
    background: #9b7654;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s; }
  .work .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .work h5, .work p, .work img {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s; }
  .work h5, .work p {
    color: #fff;
    margin: 0;
    opacity: 0; 
    font-size: 2rem;
  }
  .work h5 {
    margin-bottom: 10px;
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); }
  .work p {
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }

.work-box:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
.work-box:hover .overlay {
  opacity: 1; }
  .work-box:hover .overlay h5, .work-box:hover .overlay p {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* ==========================================================================
	$Teams
========================================================================== */
.person {
  max-width: 270px; }
  .person-content {
    margin-top: 20px; }
  .person h4 {
    font-weight: 400; }
  .person h5 {
    color: #9b7654;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px; }

.social-icons, .footer .footer-share {
  margin-top: 30px; }
  .social-icons li, .footer .footer-share li {
    float: left; }
  .social-icons a, .footer .footer-share a {
    border: 1px solid #e8ecee;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #c6cacc;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px; }
    .social-icons a:hover, .footer .footer-share a:hover {
      background-color: #e84545;
      border-color: #e84545;
      color: #fff; }

/* ==========================================================================
	$Testimonials
========================================================================== */
.testimonials {
  font-family: "Pretendard", sans-serif;
  background-color: #16226e;
  position: relative; }
  .testimonials blockquote {
    font-weight: 300;
    border: 0;
    margin: 0;
    /* padding: 100px 15% 0; */
    padding: 6% 15% 0;
  }
  .testimonials p {
    color: #fff;
    /* font: italic 36px "Cardo", Georgia, "Times New Roman", serif;  */
    font-size: 2rem;
    line-height: 1.6;
  }
  .testimonials cite {
    color: #fff;
    display: block;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    margin-top: 30px;
    text-transform: uppercase; 
    margin-bottom: 24px;
  }
  .testimonials cite span {
    font-weight: 100;
    color: rgba(255,255,255,0.9);
    letter-spacing: -1px;
  }
/* ==========================================================================
	$Download
========================================================================== */
.download h3 {
  margin-top: 0; }
.download p {
  color: #2d3033;
  font-weight: 600;
  text-transform: uppercase; }
.download .btn {
  font-family: "Pretendard", sans-serif;
  font-weight: 100;
  margin-top: 30px;
  font-size: 2.8rem;
  color: #FFFFFF;
  background-color: #9b7654;
  border-radius: 100px;
  width: 240px;
}
.download .btn:hover {
  color: #FFFFFF;
}
/* ==========================================================================
	$Footer
========================================================================== */
.footer {
  text-align: center; }
  .footer-top {
    background-color: #303030;
    padding-top: 50px; }
  .footer-bottom {
    background-color: #303030;
    padding: 0 0 40px; }
  .footer .footer-col {
    margin-bottom: 20px; 
  }
  .footer h5 {
    color: #fff; }
  .footer h5 {
    margin-bottom: 20px; }
  .footer p {
    color: rgba(255, 255, 255, 0.5); }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #e84545; }
  .footer .footer-share {
    margin-top: 0; }
    .footer .footer-share li {
      display: inline-block;
      float: none; }
    .footer .footer-share a {
      border-width: 2px;
      color: #fff; }
  .footer .fa-heart {
    color: #e84545;
    font-size: 11px;
    margin: 0 2px; }

/* ==========================================================================
	$Utilities
========================================================================== */
.work:nth-child(1) {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }
.work:nth-child(2) {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.work:nth-child(3) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.work:nth-child(4) {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.work:nth-child(5) {
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }
.work:nth-child(6) {
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }
.work:nth-child(7) {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
.work:nth-child(8) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.animated {
  visibility: visible; }

/* ==========================================================================
	Font Icon (http://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons)
========================================================================== */
@font-face {
  font-family: "elegant-theme-line";
  src: url('../fonts/elegant-theme-line.ttf?1439850014') format('truetype'), 
  url('../fonts/elegant-theme-line.eot?1439850014') format('embedded-opentype'), 
  url('../fonts/elegant-theme-line.svg?1439850014') format('svg'), 
  url('../fonts/elegant-theme-line.woff?1439850014') format('woff'); }
.icon {
  font-family: 'elegant-theme-line';
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mobile:before {
  content: "\e000"; }

.icon-laptop:before {
  content: "\e001"; }

.icon-desktop:before {
  content: "\e002"; }

.icon-tablet:before {
  content: "\e003"; }

.icon-phone:before {
  content: "\e004"; }

.icon-document:before {
  content: "\e005"; }

.icon-documents:before {
  content: "\e006"; }

.icon-search:before {
  content: "\e007"; }

.icon-clipboard:before {
  content: "\e008"; }

.icon-newspaper:before {
  content: "\e009"; }

.icon-notebook:before {
  content: "\e00a"; }

.icon-book-open:before {
  content: "\e00b"; }

.icon-browser:before {
  content: "\e00c"; }

.icon-calendar:before {
  content: "\e00d"; }

.icon-presentation:before {
  content: "\e00e"; }

.icon-picture:before {
  content: "\e00f"; }

.icon-pictures:before {
  content: "\e010"; }

.icon-video:before {
  content: "\e011"; }

.icon-camera:before {
  content: "\e012"; }

.icon-printer:before {
  content: "\e013"; }

.icon-toolbox:before {
  content: "\e014"; }

.icon-briefcase:before {
  content: "\e015"; }

.icon-wallet:before {
  content: "\e016"; }

.icon-gift:before {
  content: "\e017"; }

.icon-bargraph:before {
  content: "\e018"; }

.icon-grid:before {
  content: "\e019"; }

.icon-expand:before {
  content: "\e01a"; }

.icon-focus:before {
  content: "\e01b"; }

.icon-edit:before {
  content: "\e01c"; }

.icon-adjustments:before {
  content: "\e01d"; }

.icon-ribbon:before {
  content: "\e01e"; }

.icon-hourglass:before {
  content: "\e01f"; }

.icon-lock:before {
  content: "\e020"; }

.icon-megaphone:before {
  content: "\e021"; }

.icon-shield:before {
  content: "\e022"; }

.icon-trophy:before {
  content: "\e023"; }

.icon-flag:before {
  content: "\e024"; }

.icon-map:before {
  content: "\e025"; }

.icon-puzzle:before {
  content: "\e026"; }

.icon-basket:before {
  content: "\e027"; }

.icon-envelope:before {
  content: "\e028"; }

.icon-streetsign:before {
  content: "\e029"; }

.icon-telescope:before {
  content: "\e02a"; }

.icon-gears:before {
  content: "\e02b"; }

.icon-key:before {
  content: "\e02c"; }

.icon-paperclip:before {
  content: "\e02d"; }

.icon-attachment:before {
  content: "\e02e"; }

.icon-pricetags:before {
  content: "\e02f"; }

.icon-lightbulb:before {
  content: "\e030"; }

.icon-layers:before {
  content: "\e031"; }

.icon-pencil:before {
  content: "\e032"; }

.icon-tools:before {
  content: "\e033"; }

.icon-tools-2:before {
  content: "\e034"; }

.icon-scissors:before {
  content: "\e035"; }

.icon-paintbrush:before {
  content: "\e036"; }

.icon-magnifying-glass:before {
  content: "\e037"; }

.icon-circle-compass:before {
  content: "\e038"; }

.icon-linegraph:before {
  content: "\e039"; }

.icon-mic:before {
  content: "\e03a"; }

.icon-strategy:before {
  content: "\e03b"; }

.icon-beaker:before {
  content: "\e03c"; }

.icon-caution:before {
  content: "\e03d"; }

.icon-recycle:before {
  content: "\e03e"; }

.icon-anchor:before {
  content: "\e03f"; }

.icon-profile-male:before {
  content: "\e040"; }

.icon-profile-female:before {
  content: "\e041"; }

.icon-bike:before {
  content: "\e042"; }

.icon-wine:before {
  content: "\e043"; }

.icon-hotairballoon:before {
  content: "\e044"; }

.icon-globe:before {
  content: "\e045"; }

.icon-genius:before {
  content: "\e046"; }

.icon-map-pin:before {
  content: "\e047"; }

.icon-dial:before {
  content: "\e048"; }

.icon-chat:before {
  content: "\e049"; }

.icon-heart:before {
  content: "\e04a"; }

.icon-cloud:before {
  content: "\e04b"; }

.icon-upload:before {
  content: "\e04c"; }

.icon-download:before {
  content: "\e04d"; }

.icon-target:before {
  content: "\e04e"; }

.icon-hazardous:before {
  content: "\e04f"; }

.icon-piechart:before {
  content: "\e050"; }

.icon-speedometer:before {
  content: "\e051"; }

.icon-global:before {
  content: "\e052"; }

.icon-compass:before {
  content: "\e053"; }

.icon-lifesaver:before {
  content: "\e054"; }

.icon-clock:before {
  content: "\e055"; }

.icon-aperture:before {
  content: "\e056"; }

.icon-quote:before {
  content: "\e057"; }

.icon-scope:before {
  content: "\e058"; }

.icon-alarmclock:before {
  content: "\e059"; }

.icon-refresh:before {
  content: "\e05a"; }

.icon-happy:before {
  content: "\e05b"; }

.icon-sad:before {
  content: "\e05c"; }

.icon-facebook:before {
  content: "\e05d"; }

.icon-twitter:before {
  content: "\e05e"; }

.icon-googleplus:before {
  content: "\e05f"; }

.icon-rss:before {
  content: "\e060"; }

.icon-tumblr:before {
  content: "\e061"; }

.icon-linkedin:before {
  content: "\e062"; }

.icon-dribbble:before {
  content: "\e063"; }

/*
Add 시작
=====================*/
.feature-content {font-family: "Pretendard", sans-serif;}
.feature-content h5 {font-weight: 500;font-size: 2.4rem;}
.feature-content p {font-weight: 300;font-size: 1.8rem;}
.section-tit h3 {font-family: "Pretendard", sans-serif;font-weight: 800;font-size: 6rem;margin-bottom: 20px;}
.section-tit p {font-family: "Pretendard", sans-serif;font-weight: 300;font-size: 5rem;line-height: 1;}
.section-tit p.sub-copyright {font-size: 3.4rem;}
.section-tit p.sub-copyright02 {font-size: 2.4rem;line-height: 1.4;}
/*
fancybox style
=====================*/
.fancybox-overlay-fixed .fancybox-skin {padding: 0 !important;}
/*
Contact Section style
=====================*/
.main_contact {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
}
.main_contact a.btn {
	width: 100%;
}
.widget_socail ul li a i {
	background-color: #434343;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
.widget_socail ul li a:hover i {
	background-color: #ff6863;
}
.widget_socail li {
	display: inline-block;
	padding-right: 10px;
}
.bg-mega {
	/* background-color: #f3f3f3; */
  background: url(../images/bg-1.png) no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.bg-mega02 {
	/* background-color: #FFFFFF; */
  background: url(../images/bg-2.png) no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.bg-mega03 {
	background-color: #f3f3f3;
  padding: 80px 0;
}
.col-wrap {display: flex;justify-content: center;
  align-items: center;
  flex-direction: column;}
.contact .contact-tit {font-family: "Pretendard", sans-serif;font-weight: 800;font-size: 3.6rem;margin-bottom: 32px;}
.contact .contact-tit.contact-tit02 {font-size: 5.4rem;}
.p-txt {font-family: "Pretendard", sans-serif;font-weight: 300;font-size: 2.2rem;line-height: 1.4;}
.contact .rage_widget p {font-size: 1.8rem;line-height: 1.6;color: #222428;}
.contact .form-control {font-size: 1.6rem;}
.contact input.form-control {height: 50px;}
.contact .btn.btn-send {font-family: "Pretendard", sans-serif;font-weight: 400;width: 50%;height: 70px;line-height:60px;background-color: #a36e4c;border-color: #a36e4c;font-size: 2.4rem;border-radius: 100px;color: #FFFFFF;	transition: all 0.4s;
}
.contact .btn.btn-send:hover {background-color: #806145;}
.contact .btn.btn-send:not(:disabled):not(.disabled):active {background-color: #212121;border-color: #212121;}
.gr_inquiry * {box-sizing: border-box;color: #212121;}
.gr_inquiry .privacy {margin: 15px 0;}
.gr_inquiry h3 {margin: 0;
  padding: 10px;
  font-size: 1.6rem;
  color: #333;
  text-align: left;}
.gr_inquiry .privacy > div {overflow: auto;
  height: 150px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #f9f9f9;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: left;
  line-height: 20px;}
.gr_inquiry .privacy small {color: #9b7654;}
.gr_inquiry .privacy h4 {font-weight: 500;}
.gr_inquiry .privacy label {display: flex;align-items: center;justify-content: center;flex-direction: row;
  padding: 30px 0 20px;font-size: 1.6rem;font-weight: 400;}
.gr_inquiry .privacy label input {width: 24px;height: 24px;accent-color: #9f7c5b;margin-top: 0;}
.txt-check {display: inline-block;margin-left: 10px;}
  /*
Testimonial Section style
=======================*/
.testimonial {
	/* background: url(../images/testimonial.jpg) no-repeat center center; */
	background-size: cover;
	position: relative;
}

.main_testimonial {
	position: relative;
	z-index: 1;
}

.testimonial_slid {
  position: relative;
	width: 90%;
	display: block;
	margin: 0 auto;
	/* padding-bottom: 100px; */
}

.testimonial_item {
	width: 90%;
	margin: 0 auto;
}

.testimonial_slid .slick-arrow {
	border: 1px solid #fff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
}

.testimonial_slid .slick-arrow.nextprevleft {
	position: absolute;
	top: 50%;
	left: -6%;
}

.testimonial_slid .slick-arrow.nextprevright {
	position: absolute;
	top: 50%;
	right: -6%;
}

.testimonial_item .test_authour i {
	color: #ffbf00;
}
/*all overlay*/

.overlay {
	background-color: rgba(162, 162, 173, 0.15);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.section02 {
  padding: 100px 0 50px; }

.bg-form {font-family: "Pretendard", sans-serif;font-weight: 500;background-color: #FFFFFF;padding: 60px 100px 100px;margin: 0 100px;border-radius: 20px;}
.contact-us {font-family: "Pretendard", sans-serif;font-weight: 300;font-size: 1.8rem;color: #212121;}
.contact-us li:nth-child(even) {margin-bottom: 10px;}
.contact-us span {font-size: 1.6rem;color: #9b7654;}
.txt-accent {color: #a36e4c;}
.form-control {border-radius: 10px !important;box-shadow: none !important;}
.footer h5 {font-size: 1.8rem;}
/* #header.fixed .navigation.open a {color: #FFFFFF;} */
.flex-control-nav {bottom: 12%;}   
.payment-wrap img {height: 100%;}


@media screen and (max-width: 1485px) {
  .flexslider .col-md-6 {max-width: 100%;}
  .testimonials blockquote {padding: 20px 5% 60px !important;}
}
@media screen and (max-width: 1024px) {
  .section, .section02 {padding: 80px 0 40px;word-break: keep-all;}
  .section.no-padding {padding: 0;}
  .section.padding-b50 {padding: 20px 0 0;}
  .bg-mega {padding: 60px 0 20px;}
  .bg-mega02 {padding: 40px 0 20px;}
  .bg-mega03 {padding: 40px 0 20px;}
  .section-tit h3 {font-size: 5rem;}
  .section-tit p {font-size: 3.4rem;word-break: keep-all;}
  .section-tit p.sub-copyright,
  .section-tit p.sub-copyright02 {font-size: 3rem;line-height: 1.4;}
  .testimonials cite {font-size: 2.4rem;margin: 15px 0;}
  .testimonials p {font-size: 1.8rem !important;word-break: keep-all;}
  .flexslider .col-md-6 {max-width: 100%;}
  .testimonials blockquote {padding: 20px 5% 60px !important;}
  .flex-control-nav {width: 100%;}
  .contact .contact-tit.contact-tit02 {font-size: 4.4rem;word-break: keep-all;}
  .bg-form {padding: 60px 50px;margin: 0 50px;}
}
@media screen and (max-width: 768px) {
  .bg-form {padding: 60px 20px 100px;margin: 0 20px;}
}
@media screen and (max-width: 480px) {
  .section, .section02 {padding: 50px 0 20px;word-break: keep-all;}
  .section.no-padding {padding: 0;}  
  .section.download  {padding: 50px 0 30px;}
  .section.padding-b50 {padding: 20px 0 0;}
  .bg-mega {padding: 40px 0 0;}
  .bg-mega02 {padding: 20px 0 0;}
  .bg-mega03 {padding: 40px 0 20px;}
  .section-tit h3 {font-size: 2.8rem;}
  .section-tit p {font-size: 2.4rem;word-break: keep-all;}
  .section-tit p.sub-copyright,
  .section-tit p.sub-copyright02 {font-size: 2rem;line-height: 1.4;}
  .testimonial_slid .slick-arrow.nextprevleft,
  .testimonial_slid .slick-arrow.nextprevright {display: none !important;}
  .download .btn {font-size: 2rem;}
  .contact .contact-tit {font-size: 2.4rem;margin: 20px 0 10px;}
  .contact .contact-tit.contact-tit02 {font-size: 3rem;word-break: keep-all;margin: 20px 0;}
  .p-txt {font-size: 2rem;word-break: keep-all;}
  .testimonials cite {font-size: 2rem;margin: 15px 0;}
  .testimonials p {font-size: 1.6rem !important;}
  .flexslider {padding-bottom: 50px !important;}
  .testimonials blockquote {padding: 20px 5% 10px !important;}
  .bg-form {padding: 20px 10px 30px;margin: 0;}
}
@media screen and (max-width: 360px) {
  .bg-form {padding: 60px 10px 30px;margin: 0;}
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	.fancybox-close{
		right: 0;
    top: -50px;
	}
}