@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+SC:300,400,500,600,700,900');
@font-face { font-family: 'YiSunShinRegular'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/YiSunShinRegular.woff') format('woff'); font-weight: normal; font-style: normal; }
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family:'NanumSquare',sans-serif;
  line-height: 1.7;
  font-size: 16px;
  background: #fff;
  color: #444;
  font-weight: 400;
  overflow-x: hidden;
}
body.fh5co-offcanvas {
  overflow: hidden;
}

a {
  color: #333;
  -webkit-transition: 0.5s, ease;
  -o-transition: 0.5s, ease;
  transition: 0.5s, ease;
  font-family:'NanumSquare',sans-serif;
}
a:hover {
  text-decoration: none !important;
  color: #008ae8;
}

p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 16px;
  color: #444;
  font-family:'NanumSquare',sans-serif;
  letter-spacing: 0.5px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family:'NanumSquare',sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 30px 0;
}

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #008ae8;
}

::-moz-selection {
  color: #fcfcfc;
  background: #008ae8;
}

::selection {
  color: #fcfcfc;
  background: #008ae8;
}

.main-movie iframe { width:100%; height:400px; }

#fh5co-header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}

.stuck {
  position: fixed !important;
  top: 0 !important;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.header-top {
  padding: 10px 0;
  background: #ec6c2c;
}
.header-top .fh5co-link span {
  margin-left: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.header-top .fh5co-link a:first-child {
  margin-left: 0;
}
.header-top .fh5co-link a:hover {
  color: white !important;
}
@media screen and (max-width: 768px) {
  .header-top .fh5co-link {
    text-align: center;
  }
}
.header-top .fh5co-social a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: 0.5s, ease-in-out;
  -o-transition: 0.5s, ease-in-out;
  transition: 0.5s, ease-in-out;
}
.header-top .fh5co-social a:last-child {
  margin-right: 0;
}
.header-top .fh5co-social a:hover, .header-top .fh5co-social a:focus, .header-top .fh5co-social a:active {
  text-decoration: none;
  color: white !important;
}
.header-top .fh5co-social a:hover i, .header-top .fh5co-social a:focus i, .header-top .fh5co-social a:active i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .header-top .fh5co-social {
    text-align: center !important;
  }
}

.fh5co-cover,
.fh5co-hero {
  position: relative;
  height: 800px;
  background: url(/en/img/main/main_cover.jpg);
}
@media screen and (max-width: 768px) {
  .fh5co-cover,
  .fh5co-hero {
    height: 700px;
  }
}
.fh5co-cover.fh5co-hero-2,
.fh5co-hero.fh5co-hero-2 {
  height: 600px;
}
.fh5co-cover.fh5co-hero-2 .fh5co-overlay,
.fh5co-hero.fh5co-hero-2 .fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

.fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(66, 64, 64, 0.9);
  background: rgba(0, 0, 0, 0.2);
}

.fh5co-cover {
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    heifght: inherit;
    padding: 3em 0;
  }
}
.fh5co-cover .btn {
  padding: 1em 2em;
  opacity: .9;
}
.fh5co-cover.fh5co-cover_2 {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover_2 {
    heifght: inherit;
    padding: 3em 0;
  }
}
.fh5co-cover .desc {
  top: 45%;
  position: absolute;
  width: 100%;
  margin-top: -120px;
  z-index: 2;
  color: #fff;
}


@media screen and (max-width: 768px) {
  .fh5co-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}


.fh5co-cover .desc h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 74px;
  margin-bottom: 10px;
  font-weight: 300 !important;
}
.fh5co-cover .desc h2 strong {
  font-weight: 700;
}
.fh5co-cover .desc p{
  margin-top:20px;
  font-size:30px;
  color:#fff;
}
.fh5co-cover .desc p mark{
  font-weight: 300;
  color:#fff;
  background: #ef6d22;
}



@media screen and (max-width: 768px) {
  .fh5co-cover .desc h2 {
    font-size: 40px;
  }
}
.fh5co-cover .desc span {
  display: block;
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 1px;
}
.fh5co-cover .desc span a {
  color: #fff;
}
.fh5co-cover .desc span a:hover, .fh5co-cover .desc span a:focus {
  color: #fff !important;
}
.fh5co-cover .desc span a:hover.btn, .fh5co-cover .desc span a:focus.btn {
  border: 2px solid #fff !important;
  background: transparent !important;
}
.fh5co-cover .desc span a.fh5co-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* Superfish Override Menu */
.sf-menu {
  margin: 15px 0 0 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 12em;
  *width: 12em;
}

.sf-menu a {
  color: rgba(0, 0, 0, 0.8);
  padding: 10px 30px !important;
  font-weight: normal;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 17px;
  border-bottom: none !important;
}
.sf-menu a:hover, .sf-menu a:focus {
  color: #ec6c2c !important;
}

.sf-menu li.active a:hover, .sf-menu li.active a:focus {
  color: #ec6c2c;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 15px 20px 10px !important;
  letter-spacing: 1px;
  font-size: 15px !important;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #ec6c2c;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

#fh5co-header-section {
  padding: 0;
  position: relative;
  left: 0;
  width: 100%;
  z-index: 1022;
  background: #fff;
}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
}

#fh5co-logo {
  position: relative;
  z-index: 2;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 35px;
  font-weight: 700;
  float: left;
}
#fh5co-logo span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #fh5co-logo {
    width: 100%;
    float: none;
    padding-left:15px;
  }
}
#fh5co-logo a {
  color: #ec6c2c;
}
#fh5co-logo a:hover, #fh5co-logo a:focus {
  color: #ec6c2c !important;
}

#fh5co-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
  margin-top: 15px;
}
#fh5co-menu-wrap .sf-menu a {
  padding: 1em .75em;
}

#fh5co-primary-menu > li > ul li.active > a {
  color: #ec6c2c !important;
}
#fh5co-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  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;
  position: absolute;
  float: right;
  margin-right: -0px;
  top: 50%;
  font-size: 12px;
  margin-top: -7px;
  content: "\e922";
  color: rgba(0, 0, 0, 0.5);
}
#fh5co-primary-menu > li > ul li {
  position: relative;
}
#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  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;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 12px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu .fh5co-sub-menu {
  padding: 15px 0px;
  background: #fff;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  /*background: rgba(255,255,255,0.5);*/
}
#fh5co-primary-menu .navsize{
  width:220px;
}
#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
  top:-17px;
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu:after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
  top: 6px;
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px 0 0px;
  font-size: 17px;
  line-height: 20px;
  color: #575757 !important;
  text-transform: none;
  background: none;
}
#fh5co-primary-menu .fh5co-sub-menu a:hover {
  color: #ec6c2c !important;
}

#fh5co-work-section,
#fh5co-services-section,
#fh5co-content-section,
#fh5co-work-section_2,
#fh5co-blog-section,
#fh5co-features {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-work-section,
  #fh5co-services-section,
  #fh5co-content-section,
  #fh5co-work-section_2,
  #fh5co-blog-section,
  #fh5co-features {
    padding: 4em 0;
  }
}


.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #ec6c2c;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #ec6c2c;
  color: #fff !important;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.js .animate-box {
  opacity: 0;
}

#fh5co-wrapper {
  overflow-x: hidden;
  position: relative;
}

.fh5co-offcanvas {
  overflow: hidden;
}
.fh5co-offcanvas #fh5co-wrapper {
  overflow: hidden !important;
}

#fh5co-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-offcanvas #fh5co-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
  #fh5co-menu-wrap {
    display: none;
  }
}

#offcanvas-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #f1f1f1;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
  display: none;
}
@media screen and (max-width: 768px) {
  #offcanvas-menu {
    display: block;
  }
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
}
#offcanvas-menu ul li a:hover {
  color: #ec6c2c;
}
#offcanvas-menu ul li > .fh5co-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #ec6c2c;
}
#offcanvas-menu ul .fh5co-sub-menu {
  display: block !important;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 0px;
    margin-top: 2.1em;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}



/* 181211 */

/*common*/
.bold{font-weight: bold;}
.container{padding-left:0; padding-right: 0;}

#main-bg{
  margin-top:100px;
  padding:100px 50px;
  background-image: url(/en/img/main/main-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#main-bg h2{
  margin-bottom: 50px;
  font-size:48px;
  font-weight: 300;
  line-height: 1.3;
  color: #fff;
}
#main-bg p{color:#fff; font-weight: 300; font-size:18px;}

#main-item{
  position: relative;
  margin-top:100px;
  border-top:1px solid #ddd;
}
#main-item h2{
  position: absolute;
  top:-20px;
  left:40%;
  padding:0px 10px;
  font-size:32px;
  font-weight: bold;
  text-align: center;
  background: #fff;
}
#main-item .row{
  margin-top:75px;
  padding-bottom: 75px;
  border-bottom: 1px solid #ddd;
}
#main-item h5{
  margin-top:20px;
  font-size:22px;
  font-weight: 600;
}
#main-item p{font-size:14px;}
#main-item .btn{
  padding:16px 45px;
  border-radius: 50px;
  font-size:14px;
  font-weight: 400;
}
#main-item .more{
  display: block;
  margin-top:20px;
  text-align: right;
  font-size:16px;
  color:#000;
}
#main-item .more:hover{color:#ec6c2c}
#main-locationwrap{
  margin:100px 0 0;
  padding:75px 0px;
  background: #f9f9f9;
}
#main-locationwrap .main-location{
  padding:10px 0 0 75px;
}
#main-locationwrap .main-location img{margin-bottom: 30px;}
#main-locationwrap .main-location .row{
  padding:25px 0px 0px;
}
#main-locationwrap .main-location .col-sm-3{font-weight: 600;}
#main-locationwrap .main-location .col-sm-3 span{
  position: absolute;
  right:0;
}
#main-locationwrap .main-location .col-sm-9{padding-left:20px;}

#footer{
  padding:35px 0 10px 0;
  background: #444444;
}
#footer .footer-copy p{
  font-size:14px;
  color:#aaa;
}
#footer .footer-copy span{
  padding:0px 10px;
}
#footer .footer-logo{text-align: right}


#sub-nav{
  padding:30px 0 10px;
  text-align: center;
  background: #fafafa;
}
#sub-nav p{
  margin:0;
  font-size:20px;
  color:#777;
}

/* 회사소개 */
#sub-Inner{
  padding:100px 0px;
}
.ceo-wrap .ceo-text .point-Serif{
  font-size:36px;
  font-weight: 300;
  line-height: 1.4;
  color:#000;
}
.ceo-wrap .ceo-text p{
  margin-bottom: 30px;
  font-size:18px;
  line-height: 1.8;
  color:#666666;
}



.bold-orange{
  font-weight: bold;
  color:#ec6c2c;
}
.black{
  color:#000;
}

.ceo-center{
  padding-top:70px;
  text-align: center;
}
.ceo-center p{
  margin-bottom: 30px;
  font-size:18px;
  line-height: 1.8;
  color:#666666;
}

.quotes-icon{
  margin-bottom: 50px;
}

.mobile-br{display: block;}


/* time line */

.timeline-wrap {
  position: relative;
}
.timeline-wrap:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: #d9d9d9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.timeline-point {
  position: relative;
  clear: both;
  content: '';
  display: table;
  width: 100%;
  margin-bottom: 30px; /* 30->50*/
}
.timeline-point:last-child {
  margin-bottom: 0;
}

.timeline-icon {
  position: absolute;
  background: #fff;
  border: 2px solid #ec6c2c;
  height: 10px;
  width: 10px;
  top: 18px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.timeline-block {
  min-height: 50px;
  width: 45%;
  background: #f9f9f9;
}
.timeline-block:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 45%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f9f9f9;
  border-right: none;
}

.timeline-right .timeline-block {float: right;}
.timeline-right .timeline-block:after {
  left: auto;
  right: 45%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: none;
  border-right: 10px solid #f9f9f9;
}

.timeline-date {
  position: absolute;
  left: 55%;
  padding-top:8px;
  font-size:32px;
  font-weight: bold;
  color:#454545;
}

.timeline-right .timeline-date {
  left: auto;
  right: 55%;
}

.timeline-content {
  padding: 20px 15px 9px;
  color:#555;
}
.timeline-content p{
  margin-bottom: 10px;
}
.timeline-content p span{font-weight: bold; color:#000;}
.timeline-wrap-left:before {
  right: 30px;
  left: auto;
  margin-left: 0;
  margin-right: 0;
}
.timeline-wrap-left .timeline-icon {
  top: 5px;
  right: 0;
  left: auto;
  margin-right: -15px;
  margin-left: 0;
}
.timeline-wrap-left .timeline-date {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  padding: 15px 0 0 15px;
}
.timeline-wrap-left .timeline-block {
  min-height: 50px;
  margin-right: 10%;
  width: 90%;
  background: #efefef;
}
.timeline-wrap-left .timeline-block:after {
  top: 13px;
  left: auto;
  right: 10%;
  margin-right: -10px;
  border-left: 10px solid #efefef;
  border-right: none;
}

.timeline-wrap-right:before {
  left: 30px;
  right: auto;
  margin-left: 0;
  margin-right: 0;
}
.timeline-wrap-right .timeline-icon {
  top: 5px;
  left: 0;
  right: auto;
  margin-left: -15px;
  margin-right: 0;
}
.timeline-wrap-right .timeline-date {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  padding: 15px 0 0 15px;
}
.timeline-wrap-right .timeline-block {
  min-height: 50px;
  margin-left: 10%;
  width: 90%;
  background: #efefef;
}
.timeline-wrap-right .timeline-block:after {
  top: 13px;
  left: 10%;
  margin-left: -10px;
  border-right: 10px solid #efefef;
  border-left: none;
}
#timeline .month{width:10%;}
#timeline .month p{
  font-weight: bold; 
  color:#000;
}
#timeline .history-text{width:90%;}


@media only screen and (max-width: 850px) {
  .timeline-wrap:before {
    left: 30px;
    right: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .timeline-wrap .timeline-icon {
    top: 15px;
    height: 14px;
    width: 14px;
    left: -6px;
    right: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .timeline-wrap .timeline-block {
    width: 85%;
    margin-left: 15%;
  }
  .timeline-wrap .timeline-block:after {
    margin-left: -10px;
    left: 15%;
    border-right: 10px solid #efefef;
    border-left: none;
  }
  .timeline-wrap .timeline-right .timeline-block {
    float: none;
  }
  .timeline-wrap .timeline-right .timeline-block:after {
    left: 15%;
    right: auto;
    border-left: none;
    border-right: 10px solid #efefef;
  }
  .timeline-wrap .timeline-date {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    padding: 15px 0 0 15px;
  }
  .timeline-wrap .timeline-right .timeline-date {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    padding: 15px 0 0 15px;
  }

  .timeline-wrap-left:before {
    right: 30px;
    left: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .timeline-wrap-left .timeline-icon {
    top: 7px;
    height: 25px;
    width: 25px;
    right: -13px;
    left: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .timeline-wrap-left .timeline-block {
    width: 85%;
    margin-left: 0;
    margin-right: 15%;
  }
  .timeline-wrap-left .timeline-block:after {
    margin-left: 0;
    margin-right: -10px;
    left: auto;
    right: 15%;
    border-left: 10px solid #efefef;
    border-right: none;
  }
}

.patent-center{padding:0 0 20px 0; text-align: center;}
.patent-center p{margin-top:15px; text-align: center; font-size:14px;}
.patent-row .col-sm-3{padding:0 0 20px 0;}
.patent-row img{margin:0 auto;}
.patent-row .col-sm-3 p{margin-top:15px; text-align: center; font-size:14px;}




/* 제품 css */

#prodcut-visual{
  width:100%;
  background: #f4f0eb;
}
.visual-pd50{padding-top:50px; }
/*
#prodcut-visual .visual-img .bg{
  width: 100%;
  height: 0;
  padding-top: calc(650 / 700 * 100%);
  background:url(/en/img/product/visual-img01.png);
}
*/
.visual-titBox{
  padding:50px 0px;
  text-align: center;
}
.visual-titBox span{
  display: block;
  margin:20px auto 10px;
  font-size: 18px;
  color:#ec6c2c;
  letter-spacing: 3px;
}
.visual-titBox  h2{
  margin:0 auto 30px;
  padding-left: 15px;
  font-size:52px;
  font-weight: bold;
  letter-spacing: 10px;
  color:#461f0b;
}
.visual-titBox p{color:#88756b;}
.visual-titBox table{
  width:90%;
  margin:0 auto;
}
.visual-titBox table th{
  padding:8px 10px;
  font-weight: bold;
  text-align: center;
  color:#461f0b;
  border:1px solid #b7a8a1;
}

.visual-titBox table td{
  padding:8px 10px;
  font-weight: bold;
  color:#461f0b;
  border:1px solid #b7a8a1;
}
.visual-titBox .visual-btn{
  display: inline-block;
  margin-top:40px;
  padding:15px 40px;
  color:#000;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.visual-titBox .visual-btn:hover{
  color:#fff;
  background: #ef6d22;
}
#product-Features, #product-Advantages, #product-Detail, #product-Application{
  padding-top:120px;
}
#product-Features, #product-Advantages, #product-Detail, #prodcut-Wearing{
  text-align: center;
}

#prodcut-visual .col-sm-7{
  width:55%;
}
#prodcut-visual .col-sm-5{
  width:45%;
}

.features-Tit h2{
  margin-bottom: 20px;
  font-size:52px;
  font-weight: 300;
}
.orange{
  font-weight: bold;
  color:#ef6d22;
}
.features-Tit p{
  color:#666;
}
.features-icon{
  padding-top:50px;
}
.features-icon h5{
  margin:20px 0 0 0;
  font-size:16px;
  font-weight: bold;
  color:#000;
}
/*
.point-Serif{
  font-family: 'YiSunShinRegular';
}
*/
#product-Advantages .advantages-Tit p{
  margin:0;
  font-size:30px;
  font-weight: 300;
  color:666;
}
#product-Advantages .advantages-Tit h2{
  margin:0;
  font-size:52px;
  font-weight: 300;
}
#product-Advantages .adv-row{
  margin-top:50px;
}
#product-Advantages .adv-row p{
  margin-top:20px;
  font-weight: bold;
  color:#000;
}

#product-Detail .detail-Tit h2{
  margin:30px auto ;
  font-size:52px;
  font-weight: 300;
  letter-spacing: 3px;
  color:#461f0b;
}
#product-Detail .detail-Tit p{color:#88756b;}
.color-red{color:#ac0000}
#product-Detail .product-imgCenter{
  padding:30px 0;
  text-align: center;
}
/*
.line-img{
  border: 10px solid transparent;
  padding: 15px;
  -webkit-border-image: url(/en/img/product/pattern-bg01.png) 30 round; 
  -o-border-image: url(/en/img/product/pattern-bg01.png) 30 round; 
  border-image: url(/en/img/product/pattern-bg01.png) 30 round;
}
*/
.line-img{
  margin-top: 70px;
  padding-top:50px;
  text-align: center;
  background-image: url(/en/img/sub/pattern-bg01.png);
  background-repeat: repeat-x;
}
.line-img-down{
  clear: both;
  width:100%;
  height:11px;
  margin-top:50px;
  background-image: url(/en/img/sub/pattern-bg02.png);
  background-repeat: repeat-x;
}
.line-img img{margin:0 auto;}

#prodcut-Wearing p{
  margin-top:20px;
  color:#000;
}

#product-Application .gray-box{
  width:90%;
  margin:0 auto;
  padding:70px 40px 50px;
  background: #f9f9f9;
}
#product-Application .gray-box h3{color:#ef6d22}
#product-Application{margin-bottom: 100px;}

.pc-img {
  padding:30px 0px;
  text-align: center;
}

.mobile-img{display: none;}
.pd-top-30{padding-top:30px;}

@media screen and (max-width: 768px) {
  .mobile-img{display: block; }
  .pc-img {display: none;}
}





/* 배경이미지로 들어간 경우 

.visual-bgtext{
  padding:50px 0px;
  text-align: center;
}
.visual-bgtext span{
  display: block;
  margin:20px auto 10px;
  font-size: 18px;
  color:#ec6c2c;
  letter-spacing: 3px;
}
.visual-bgtext  h2{
  margin:0 auto 30px;
  padding-left: 15px;
  font-size:52px;
  font-weight: bold;
  letter-spacing: 8px;
  color:#461f0b;
}
.visual-bgtext p{color:#88756b;}
.visual-bgtext table{
  width:90%;
  margin:0 auto;
}
.visual-bgtext table th{
  padding:8px 10px;
  font-weight: bold;
  text-align: center;
  color:#461f0b;
  border:1px solid #b7a8a1;
}
.visual-bgtext table td{
  padding:8px 10px;
  font-weight: bold;
  color:#461f0b;
  border:1px solid #b7a8a1;
}
.visual-bgtext .visual-btn{
  display: inline-block;
  margin-top:50px;
  padding:20px 40px;
  color:#000;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.visual-bgtext .visual-btn:hover{
  color:#fff;
  background: #ef6d22;
}
.visual-bg{
  width:100%;
  height:650px;
  background-size: cover;
}
.product03{
  background:url(/en/img/product03/visual-img01.jpg);
  background-repeat: no-repeat;
}
.product06{
  background:url(/en/img/product06/visual-img01.jpg);
  background-repeat: no-repeat;
}
*/


#view-more{
  width:100%;
  margin-top:50px;
}
/*
#view-more .container{
  padding:50px 0px;
  border-top:1px solid #f9f9f9;
  border-bottom:1px solid #f9f9f9;
}*/

#view-more .other-products{
  float: left;
  width:60%;
  text-align: right;
}
#view-more .other-products p{
  margin:20px 0px 0px;
  font-size:20px;
}
#view-more .other-products p span{
  font-weight: bold;
  color:#ec6c2c;
}
#view-more .other-products-btn{
  float: left;
  width:40%;
  text-align: right;
}
#view-more .other-products-btn a{
  display: inline-block;
  margin-left:20px;
  padding:15px 40px;
  color:#fff;
  background: #ec6c2c;
  border:2px solid #ec6c2c;
  -webkit-transition: 0.5s, ease-in-out;
  -o-transition: 0.5s, ease-in-out;
  transition: 0.5s, ease-in-out;
}
#view-more .other-products-btn a:hover{
  display: inline-block;
  margin-left:20px;
  padding:15px 40px;
  color:#ec6c2c;
  background: #fff;
  border:2px solid #ec6c2c;
}






.mapWrap .col-sm-7{
  padding:0px 50px 0px 0px;
}
.mapWrap .col-sm-5{
  padding:0px;
}
.mapWrap iframe{
  height:400px;
}
.mapWrap .map-text{
  padding:20px 0 0 40px;
}
.map .row{margin:0;}
.map .row .col-sm-2{padding:0;}
.map .row h5{font-size:16px;font-weight:bold;line-height: 24px;}
.map .row p{line-height: 24px;}
/*
.mapWrap table{
  width: 100%;
  margin-top: 50px;
  font-size:16px;
}
.mapWrap table th{
  padding:9px 0px;
}
.mapWrap table td{
  padding:9px 0px 9px 30px;
}
*/
.mapWrap .mapButton{
  margin-top:30px;
  display: inline-block;
  padding:15px 40px;
  color:#fff;
  background: #000;
}
.mapWrap .mapButton:hover{
  background:#ec6c2c;
}


#bo_v_title .bo_v_tit, .borderTitle h2{
  font-size:32px;
}

.normal-50{margin-top:50px;}



@media screen and (min-width:769px) and (max-width:1024px) { /* tablet */
  .fh5co-cover,
  .fh5co-hero {
    height: 600px;
    background: url(/en/img/main/main_cover_tablet.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }
  #main-item{border-top:0px solid #ddd; }
  #main-item h2{position: static; }
  #main-item .col-sm-3{width:50%; margin-bottom: 50px}
  #main-item .col-sm-3 img{margin:0 auto;}
  #main-locationwrap .main-movie , #main-locationwrap .main-location{width:100%;}
  #main-locationwrap .main-location{padding:50px 20px;}
  .main-location .col-sm-3{width:auto;}
  #main-locationwrap .main-location .col-sm-9{width:auto;padding-left: 0}
  #main-locationwrap .main-location .col-sm-3 span{position: static;}
  .header-top .col-md-6{width:100%;}
  #product-Advantages img, #prodcut-Wearing img, .pc-img img{    
    display: block;
    max-width: 100%;
    height: auto;
  }
  #view-more .other-products{
    float: left;
    width:60%;
    text-align: right;
  }

  #view-more .other-products-btn{
    float: left;
    width:40%;
    text-align: right;
  }


}


@media screen and (max-width: 768px) {/* mobile */
  .header-top .fh5co-link{padding:0px 30px;}
  .fh5co-cover,
  .fh5co-hero {
    height: 500px;
    background: url(/en/img/main/main_cover_mobile.jpg);
    background-position: right;
    background-repeat: no-repeat;
  }
  .mobile-br{display: inline-block;}
  .fh5co-cover .desc p{font-size:26px;}
  #main-bg{padding:100px 20px;}
  #main-bg h2{font-size:36px;}
  #main-item{border-top:0px solid #ddd; }
  #main-item h2{position: static;}
  #main-item .col-sm-3{width:50%; margin-bottom: 50px}
  #main-item .col-sm-3 img{margin:0 auto;}
  #main-item .more{margin-right:15px;}
  #main-locationwrap .main-movie , #main-locationwrap .main-location{width:100%;}
  #main-locationwrap .main-location{padding:50px 30px;}
  #main-locationwrap .main-location .col-sm-3{width:auto; float: left;}
  #main-locationwrap .main-location .col-sm-9{width:auto;padding-left: 0}
  #main-locationwrap .main-location .col-sm-3 span{position: static; display: none;}
  #main-locationwrap .main-location .main-add-last .col-sm-3, #main-locationwrap .main-location .main-add-last .col-sm-9{width:100%;}
  #main-locationwrap .main-location .main-add-last .col-sm-9{padding-left: 15px}
  #footer{padding:20px 15px 0px;}
  .footer-logo{display: none}


  #sub-Inner{padding:50px 20px;}
  .ceo-text{padding:50px 20px 0px;}
  .ceo-wrap .ceo-text .point-Serif{font-size:30px;}
  .timeline-wrap .timeline-block:after , .timeline-wrap .timeline-right .timeline-block:after {left: 9%;}

  #prodcut-visual .col-sm-6, .visual-bgtext, .visual-img, .visual-titBox{width:100%;}
  #prodcut-visual .col-sm-7,  #prodcut-visual .col-sm-5{width:100%;}
  #prodcut-visual .visual-img .img-responsive{margin:0 auto;}



  .product-Detail-Full img{width:100%; margin-top:50px;}
  /*
  .product03{
    height:500px;
    background:url(/en/img/product03/visual-img-mobile.jpg); 
    background-repeat: no-repeat;
  }
  .product06{
    height:500px;
    background:url(/en/img/product06/visual-img-mobile.jpg);
    background-repeat: no-repeat;
  }
  */
 .topbg-img{padding:0;}


  #product-Features, #product-Advantages, #product-Detail, #product-Application{
    padding:100px 0px 0px;;
  }
  .features-Tit{width:100%; }
  #product-Advantages img, #prodcut-Wearing img, .pc-img img, .mobile-img{    
    display: block;
    max-width: 100%;
    height: auto;
  }
  .wearing-row{margin-top:50px;}
  .features-icon .col-sm-2{width:50%; margin-bottom: 30px}

    #view-more .other-products{width:50%;}
    #view-more .other-products-btn{width:50%; }

}


@media screen and (max-width: 500px) {/* mobile */
  .mobilde-br{display: block;}
  #main-bg h2{font-size:28px;}
  #main-item .col-sm-3{width:100%; }
  .visual-bgtext, .visual-titBox{padding-top:0px;}
  .visual-pd50{padding:0px 0px 20px 0px; }
  .visual-titBox p{padding:0px 10px;}
  .visual-titBox table{width:95%;}
  .visual-titBox table td{padding:8px 5px;}

  .visual-titBox table, .visual-bgtext table{font-size:12px;}

  .mobilde-row:after{
    clear: both;
    display: block;
    content: "";
  }

  .features-icon .col-sm-2{ float: left; width:33.3%; padding:0;}
  .features-icon .col-sm-2 img{margin:0 auto;}
  .features-icon h5{font-size:14px;}
  .features-Tit h2, #product-Advantages .advantages-Tit h2, #product-Detail .detail-Tit h2{font-size:26px; letter-spacing: 0px}
  #product-Detail, .product-Detail-Full{padding:100px 10px 50px;}
  #prodcut-Wearing{padding-left:10px; padding-right:10px;}
  .mobile-img{margin-bottom: 20px}
  #product-Application .gray-box{padding:70px 25px 50px;}
  #prodcut-visual{padding:0px 20px;}
  #product-Features, #product-Detail, #product-Advantages{padding:100px 20px 0px;}
  #product-Application{padding:100px 0px 0px; }
  /*
  .product03{
    height:380px;
    background:url(/en/img/product03/visual-img-mobile2.jpg); 
    background-repeat: no-repeat;
  }
  .product06{
    height:380px;
    background:url(/en/img/product06/visual-img-mobile2.jpg); 
    background-repeat: no-repeat;
  }
  */

    #view-more .other-products{width:100%; text-align: center}
    #view-more .other-products p{margin:0 0 20px 0;}
    #view-more .other-products-btn{width:100%; text-align: center; }
    #view-more .other-products-btn a{margin-left:5px; padding:15px 30px;}


  .mobild-top50{margin-top:50px;}
  .mapWrap .map-text{padding-left:10px;}
  .map .row .col-sm-10{padding:0;}
  .map .row h5{margin-bottom: 10px}

  .timeline-wrap:before {
    left: 0px;
    right: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .timeline-wrap .timeline-icon {
    top: 15px;
    height: 14px;
    width: 14px;
    left: -6px;
    right: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .timeline-wrap .timeline-block {
    width: 90%;
    margin-left: 40px;
  }
  .timeline-wrap .timeline-block:after, .timeline-wrap .timeline-right .timeline-block:after {
   left: 40px;
  }
  #main-locationwrap .main-location .row{padding-top:20px;}
  #footer .footer-copy p{font-size:11px;}
 

}