@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-jp.css);
/* ==========================================================================
Typography
========================================================================== */



@font-face { font-family: 'IBMPlexSansKR'; font-weight: 100; font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-ExtraLight.woff')
  format('woff');  }
  
  @font-face { font-family: 'IBMPlexSansKR'; font-weight: 200; font-style: normal; 
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Regular.woff')
  format('woff'); }
  
  
  @font-face { font-family: 'IBMPlexSansKR'; font-weight: 300; font-style: normal; 
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Medium.woff')
  format('woff');}
  
  
  @font-face { font-family: 'IBMPlexSansKR'; font-weight: 400; font-style: normal; 
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-SemiBold.woff')
  format('woff');}
  
  @font-face { font-family: 'IBMPlexSansKR'; font-weight: 500; font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Bold.woff')
  format('woff');}


p {
  font-size: 14px;
  line-height: 22.4px;
  color: #6c7279; }

h1 {
  font-size: 55px;
  color: #2d3033; 
  letter-spacing: -2.5px;
  line-height:68px;

  }

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

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

h4 {
  font-size: 20px;
  color: #2d3033;
  font-weight: 400; }

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


.btn {
  background-color: #ac242b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
  margin-top:20px;
  }
  .btn:hover, .btn:focus {
    background-color: #044b8d;
    color: #fff; }
  .btn-large {
    padding: 15px 40px; }
	

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

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-weight: 400;
  color: #6c7279; }

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

ul li {
  list-style: none; }

.section {
  padding: 100px 0 0 0;}


.no-padding {
  padding: 0; }

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

/* ==========================================================================
	$Header
========================================================================== */
#header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: rgba(255,255,255,0.8);  }
  #header .header-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
    max-width: 1170px;
    padding: 20px 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: #fff; border-bottom:3px solid #ac242b;}
  #header.fixed .header-content {
    border-bottom: 0;
    padding: 25px 0; }
  #header.fixed .nav-toggle {
    top: 23px; }
  #header .logo_text p{color:#000; font-size:22px; word-break:keep-all; float:left; line-height:16px;}

.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; margin-top:20px;}
  .navigation li {
    display: inline-block; }
  .navigation a {
    color: rgba(0, 0, 0, 0.75);
    font-size: 13px;
    font-weight: 700;
    margin-left: 40px;
    text-transform: uppercase; }
    .navigation a:hover, .navigation a.active {
      color: #ac242b; }

.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 38px;
  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: #ac242b;
    -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: #ac242b;
    -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 {
  /* background-image: url(../images/banner.jpg); */
  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-img{
  width: 1900px;
  margin: 0 auto;
  display: block;
}

.banner-text {
  padding-top: 26%; }
  .banner-text h2 {
    color: #000;
    font-family: 'IBMPlexSansKR', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 52px;
	word-break:keep-all;}
  .banner-text p {
    color: #000;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px; }
	
  .btnset{
  margin-top:0px;
  }
	
  .banner-text p span{
	display:block;
    font-size:15px;}
	

/* ==========================================================================
	$Features
========================================================================== */
.feature {
  margin-bottom: 50px; }
  .feature-content {
    padding: 0 15px;
    margin-top: 30px; }

  .feature .icon {
    color: #ac242b;
    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: rgba(232, 69, 69, 0.9);
    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; }
  .work h5 {
    margin-bottom: 5px;
    -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: #ac242b;
    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: #ac242b;
      border-color: #ac242b;
      color: #fff; }

/* ==========================================================================
	$Testimonials
========================================================================== */
.testimonials {
  background-color: #ac242b;
  position: relative; }
  .testimonials blockquote {
    border: 0;
    margin: 0;
    padding: 100px 15% 0; }
  .testimonials p {
    color: #fff;
    /*font: italic 36px "Cardo", Georgia, "Times New Roman", serif; }*/
	font-size:34px;
	line-height:44px;}
  .testimonials cite {
    color: #fff;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin-top: 30px;
    text-transform: uppercase; }

/* ==========================================================================
	$Download
========================================================================== */
.download h3 {
  margin-top: 0; }
.download p {
  color: #2d3033;
  font-weight: 600;
  text-transform: uppercase; }
.download .btn {
  margin-top: 30px; }

/* ==========================================================================
	$Footer
========================================================================== */
.footer {
  text-align: left; 
  /* margin-top:40px; */
}
  .footer-top {
    background-color: #ac242b;
    padding-top: 50px; }
  .footer-bottom {
    background-color: #552a2a;
    padding: 20px 0;
}
  .footer .footer-col {
    margin-bottom: 80px; }
  .footer h3 {
    color: #fff; padding: 0px 20px; word-break:keep-all; line-height:36px;}
  .footer h3 {
    margin-bottom: 20px; }
  .footer p {
    color: rgba(255, 255, 255, 2);  padding: 0px 20px; word-break:keep-all;}
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #ac242b; }
  .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: #ac242b;
    font-size: 11px;
    margin: 0 2px; }
#footerMiddle {background:#fff; border-top:1px solid #ddd; color:#000; padding:20px 0px;}

footer .modallink{
  display: flex;
  /* align-items: center;
  justify-content: center; */
  flex-wrap: wrap;
  margin-bottom: 10px;
}

footer .modallink a{
  color: #fdffbe !important;
  padding:0px 10px;
  font-size: 14px !important;
  line-height: 1.4;
}





/* ==========================================================================
	$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"; }
  
  
  
#lightbox {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  /* IE Fallback (Solid Colour) */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.7);
  -webkit-filter: none !important;
}

#lightbox img {
  display: block;
  position: absolute;
  border: 5px solid #fff;
  box-shadow: 0 0 20px #000;
  border-radius: 1px;
}

body.blurred > * {
  -webkit-filter: blur(2px);
  -webkit-transform: translate3d(0, 0, 0);
}

.lightbox-loading {
  background: url(../images/loading.gif) center center no-repeat;
  width: 31px;
  height: 31px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 48%;
  left: 50%;
}

.lightbox-caption {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}

.lightbox-caption p {
  margin: 0 auto;
  max-width: 70%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.lightbox-button {
  position: absolute;
  z-index: 9999;
  background: no-repeat center center;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.lightbox-button:hover,
.lightbox-button:focus {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.lightbox-close {
  right: 10px;
  top: 10px;
  background-image: url("../images/close.png");
}

.lightbox-next {
  right: 10px;
  top: 48%;
  background-image: url("../images/next.png");
}

.lightbox-previous {
  left: 10px;
  top: 48%;
  background-image: url("../images/previous.png");
}

.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item .portfolio-thumb {
  position: relative;
  overflow: hidden;
}

.portfolio-item .portfolio-thumb p {
  color:#fff;
}

.portfolio-item .portfolio-thumb img {
  width: 100%;
}
.portfolio-item .portfolio-thumb .portfolio-overlay {
  background-color: #ec523f;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.portfolio-item .portfolio-thumb .portfolio-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid white;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand {
  margin-top: 15px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: white;
  display: inline-block;
  text-align: center;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand i {
  line-height: 36px;
}
.portfolio-item .portfolio-thumb:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}



.tab {
		overflow: hidden;
		border: 0px solid #ccc;
		background-color: #f1f1f1;
		max-width: 1200px;
		text-align: left;
		position:relative; z-index:1;
		color:#000;
		
	}
	
	.tab button {
		background-color: inherit;
		float: left;
		border: none;
		padding: 14px 16px;
		outline: none;
		cursor: pointer;
		transition: 0.3s;
		font-size: 17px;
		width:33.3%;
		display:block;
		
	}
	
	.tab button:hover {
		background-color: #ddd;
		color:#fff;
	}
	
	.tab button.active {
		background-color: #ac242b;
		color:#fff;

	}
	
	.tabcontent {
		display: none;
		border: 0px solid #ccc;
		border-top: none;
		max-width: 1200px;
		text-align: left;

	}
	.tabcontent table { width: 100%; }
	.tabcontent table th {width: 25%; background-color: #333333; }
	.tabdesign {width:100%; border-top:1px solid #b5b5b5; border-bottom:1px solid #b5b5b5; margin-top:20px;}
.tabdesign tr th {padding:5px; text-align:center; line-height:30px; vertical-align:middle;}
.tabdesign tr th {font-size:18px; color:#333333; background:#f4f4f4; border-bottom:1px solid #ccc; word-break:keep-all;}
.tabdesign tr td {font-size:15px; color:#828282; border-bottom:1px solid #ccc; text-align:left; vertical-align:middle; padding:20px; word-break:keep-all;}


/* Contact Section
--------------------------------*/

#contact {
    padding: 50px 0px;
    background: #efefef;
    margin-top: 100px;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #50d8af;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
   font-size:30px;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #ac242b;
  font-size:30px;
}

#contact .contact-info a:hover {
  color: #50d8af;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #50d8af;
  border: 1px solid #50d8af;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .tel-input-set{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact .form-tel {
	/* width:32.5%; */
}
/* #contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  border: 1px solid #ccc;
} */

#contact .form button[type="submit"] {
  background-color: #ac242b;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 30px;
	padding: 15px 20px;
	min-width:100%;
}

#contact .form button[type="submit"]:hover {
  /* background: #044b8d; */
  background: rgba(0, 94, 173, 0.90);
}

.section-header h2{
	font-size: 40px;
	color: #2d3033;
	text-align:center;

}



.section-header p{
	line-height: 22.4px;
	color: #6c7279;
	text-align:center;
	word-break:keep-all;
}

.section-header h4{
	line-height: 22.4px;
	color: #6c7279;
	text-align:center;
	word-break:keep-all;
}


















/* 추가 */

.label-radio-group{
    flex:1 1 auto;
    width: 25%;
  }
  
  .label-radio-group-sm{
    flex:1 1 auto;
  }
  
  .label-radio-group-sm2{
    display: inline-block;
    min-height:1.5rem;
    margin-bottom:0.375rem;
  }
  
  .label-check-group-sm{
    display: inline-block;
    min-height:1.5rem;
    margin-bottom:0.375rem;
  }
  
  
  .label-radio-group input[type=radio] {
    display: none;
    
  }
  
  .label-radio-group2 input[type=radio] {
    display: none;
  }
  
  .label-radio-group3 input[type=radio] {
    display: none;
  }
  
  .label-radio-group-sm input[type=radio] {
    display: none;
  }
  
  .label-radio-group-sm2 input[type=radio] {
    display: none;
  }
  
  .label-check-group-sm input[type=checkbox] {
    display: none;
  }
  
  input[type=radio] {
    box-sizing: border-box;
    padding: 0;
  }
  
  
  
  .label-radio-sm{
    display: block;
    width: 100%;
    padding: 5px 10px 5px 3px;
  
  
    font-size: 15px;
    color: #333;
    border: 1px solid #e4dfeb;
    border-radius: 0;
    float: left;
    font-weight: 300;
    letter-spacing: -1px;
  background: #ffffff;
  border-radius: 0.5rem;
    margin-bottom: 0px;
    border-right: 0px;
  }
  
  .label-radio-sm2{
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    color: #666;
    
    border-radius: 0;
    float: left;
    font-weight: 600;
    letter-spacing: 0px;
  background: #f8f8f8;
    margin-bottom: 0px;
    border-radius: 30px;
  }
  
  .label-check-sm{
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    color: #666;
    
    border-radius: 0;
    float: left;
    font-weight: 600;
    letter-spacing: 0px;
  background: #f8f8f8;
    margin-bottom: 0px;
    border-radius: 30px;
  }
  
  
  
  .label-radio, .label-radio2, .input-group .input-group-text, .input-group .input-group-button{
    display: block;
    width: 100%;
    padding: 5px 10px;
    height: 50px;
    line-height: 40px;
    font-size: 15px;
    color: #333;
    border: 1px solid #e4dfeb;
    border-radius: 0;
    float: left;
    font-weight: 300;
    letter-spacing: -1px;
  background: #f5f4f8;
  border-radius: 0.5rem;
    margin-bottom: 0px;
    border-right: 0px;
    text-align: center;
    margin-top:0px;
    
  }
  
  
    .bd-t0{
        border-top:0px !important;
    }
  
    .bd-r0{
        border-right:0px !important;
    }
  
    .bd-l0{
        border-left:0px !important;
    }
  
    .bd-b0{
        border-bottom:0px !important;
    }
  
    .br-tr{
        border-radius: 0rem 0.5rem 0rem 0rem !important;
    }
  
    .br-tl{
        border-radius: 0.5rem 0rem 0rem 0rem !important;
    }
  
   
    .br-br{
        border-radius: 0rem 0rem 0.5rem 0rem !important;
    }
  
    .br-bl{
        border-radius: 0rem 0rem 0rem 0.5rem !important;
    }
  
    .br-100{
        border-radius: 100%;
    }
  
  
  
  .label-radio-start{
    border-radius: 0.5rem 0rem 0rem 0.5rem;
  
  }
  
  .label-radio-end{
    border-radius: 0rem 0.5rem 0.5rem  0rem;
    border-right: 1px solid #e4dfeb;
  }
  
  .label-radio-br0{
    border-radius: 0px;
  }
  
  .label-radiop>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn, .btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  
  .label-radio-group input[type=radio]:checked+.label-radio {
    background-color: #6241e6;
    color: #fff;
  }
  
  .px-0{
    padding:0px !important
  }
  
  .form-label{
    margin: 15px 0px 10px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    text-align: left;
  }
  
  .btn-group{
  display: flex;
  width: 100%;
  }
  
  
  .input-text {
    padding: 15px 16px;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 4px;
    font-size: 15px;
    color: #aaa;
    font-family: 'GongGothicMedium', 'Sans-serif';
    margin: 0 0 0 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  }
  
  .form-control {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    border:none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  
  .form-row {
  
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  
  
  .input-text2 {
    padding: 15px 16px;
    width: 33%;
    height: 50px;
    display: block;
    border-radius: 4px;
    font-size: 15px;
    color: #aaa;
    font-family: 'GongGothicMedium', 'Sans-serif';
    margin: 0 0.5% 0 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    float: left;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  background-color: #fff;
  border:none;
  }
  
  .input-text2:last-child {
    margin-right: 0px;
  }
  
  .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
  }

.input-btn {
    width: 100%;
    height: 50px;
    background: #ac242b;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'IBMPlexSansKR', sans-serif;
    font-weight: 400;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}


.form-label {
    margin: 15px 0px 10px;
    font-weight: 700;
    color: #666;
    width: 100%;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin: .5rem 0rem;
}



.pc_view{
    display: block;
  }
  
  .mobile_view{
    display: none;
  }


  @media screen and (max-width: 780px) {
    .pc_view{
      display: none;
    }
    
    .mobile_view{
      display: block;
    }
  
    .quick_menu_mobile {
      position: fixed;
      z-index: 10;
      right: 0px;
      height: 100%;
      bottom: 30px;
  }

  .banner-img{
    width: 100%;
  }
}