/* ------------------------------------------------------------------ */
/* Color
main : 0065ff     blue - company color
point : 71c4c7    sapphire
point : ff512e    orange
point : 4b709a   blue
point : 384a70   blue

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
}
'Noto Sans KR', 'Gothic A1', 'notokr', sans-serif   'FontAwesome',
/* ------------------------------------------------------------------ */
/* ================================================================== */
/* Intro Section
------------------------------------------------------------------ */

#intro { position: relative; height: 100vh; overflow: hidden; background: url("../images/intro-bg2.jpg") repeat-x scroll 50% 50% / cover; height: 100%; width: 100%}

/* FlexSlider Intro Slider Styles */
.slides { overflow: hidden; margin: 0; padding: 0;}
.flexslider .slides li {height: 65vh; min-height: 650px;}
#intro .flexslider .slide01 { background: url("../images/01.jpg") repeat-x scroll 50% 50% / cover; }
#intro .flexslider .slide02 { background: url("../images/02.jpg") repeat-x scroll 50% 50% / cover; }
#intro .flexslider .slide03 { background: url("../images/03.jpg") repeat-x scroll 50% 50% / cover; }
@media screen and (max-width: 1440px) {
  #intro .flexslider .slide01 { background-position: 98% 60%;}
  #intro .flexslider .slide02 { background-position: 98% 60%;}
  #intro .flexslider .slide03 { background-position: 95% 0%;}
}
@media screen and (max-width: 768px) {
  #intro {padding: 0; height: auto;}
  .flexslider .slides li {height: 45vh; min-height: 400px; margin: 0; padding: 0;}
  #intro .flexslider .slide01 { background-position: 60% 70%; }
  #intro .flexslider .slide02 { background-position: 60% 70%; }
  #intro .flexslider .slide03 { background-position: 50% 70%; }
}
@media screen and (max-width:480px) {
  .flexslider .slides li {height: 320px !important; min-height: auto; margin: 0; padding: 0; line-height: 1.8;}
  #intro .flexslider .slide01 { background-position: 60% 100%; background-size: auto 320px;}
  #intro .flexslider .slide02 { background-position: 70% 100%; background-size: auto 320px;}
  #intro .flexslider .slide03 { background-position: 70% 100%; background-size: auto 320px;}
}
/* Slider Text
--------------------------------------------------------------- */
.caption-wrap { width: 100%; max-width: 1280px; margin: 0 auto;}
.caption {position: absolute; top: 50%; transform: translateY(-50%);}

.caption h1, .caption h2, .caption h3, .caption p {text-shadow: 0px 1px 5px rgba(0, 0, 0, .0); }
.caption h1 {  font: 80px/90px 'Quicksand', sans-serif; font-weight: 300; padding: 0; margin: 0 0 18px 0;}
.caption h1 span { color: #0065ff;font-weight: 700; }
.caption h2 { font: 50px/50px 'Quicksand', sans-serif; font-weight: 100;padding: 0; margin: 0 0 18px 0; line-height: 1.2;}
.caption h2 span {font-weight: 700;}
.caption h3 { font: 28px/36px 'Quicksand', sans-serif; font-weight: 400; color: #666; padding: 0; margin: 0 0 18px 0; }
.caption p { font: 17px/36px "Quicksand",sans-serif; padding: 0; margin: 12px 8% 0; color: #fff ; background: #332f25;}
.caption .color1 {color:#fff; float:none !important}
.caption .color2 {color:#666; float:none !important}
@media screen and (max-width: 768px) {
  .caption-wrap { }
  .caption {padding-left: 30px;}
  .caption h1 { font-size: 60px; line-height: 1;  }
  .caption h2 { font-size: 36px; line-height: 1.2; }
  .caption h3 { font-size: 20px; line-height: 1.3;}
  .caption p { font-size: 14px; }
}
@media screen and (max-width:640px) {
  .caption {top: 50%; transform: translateY(-100%);}
  .caption {padding: 0 10px;}
  .caption h1 { font-size: 36px;  margin-top: 0;}
  .caption h2 { font-size: 24px; }
  .caption h3 { font-size: 16px; }
  .caption p { font-size: 12px; }
}

/* Direction Navigation
--------------------------------------------------------------- */
#intro .flex-direction-nav a {
    display: block;
    width: 40px;
    height: 66px;
    margin: -33px 0 0 0;
    background-color: #0065ff;
    cursor: pointer;
    z-index: 599;
    opacity: 0;
    position: absolute;
    top: 50%;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#intro .flex-direction-nav a:hover { background-color: #0065ff; }
#intro .flex-direction-nav .flex-next, #intro .flex-direction-nav .flex-prev {position: absolute; }
#intro .flex-direction-nav .flex-next {right: 0px; background: #332f25 url(../images/direction-nav-right.png) no-repeat 53% 50%; }
#intro .flex-direction-nav .flex-prev {left: 0px; background: #332f25 url(../images/direction-nav-left.png) no-repeat 47% 50%; }
#intro .flexslider:hover .flex-next, #intro .flexslider:hover .flex-prev { opacity: 1; }
#intro .flex-direction-nav .flex-disabled {  opacity: .3 !important;  filter: alpha(opacity=30);  cursor: default;}
/*  Paging
--------------------------------------------------------------- */
.flex-control-nav {
  position:absolute;
  width:360px; /* button 정렬을 위한 전체 넓이 값*/
  left: 50%;
  bottom: 30px;
  margin-left: -180px;
  text-align: center;
  z-index:599;
  }
.flex-control-nav li { display: inline-block; margin: 0 6px; zoom: 1; *display: inline; }
.flex-control-paging li a {
  border: 0px solid #0065ff;
  border-radius: 5px;
  cursor: pointer; display:
  inline-block;
  width: 20px;
  height:10px;
  margin: 1px;
  text-indent: -9999px;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  -moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}
.flex-control-paging li a:hover { background: #222;}
.flex-control-paging li a.flex-active { width: 40px; background: #0065ff;}

@media screen and (max-width: 768px) {
    #intro .flex-direction-nav {display: none;}
    .flex-control-nav {bottom: 10px;}
}

@media screen and (max-width:640px) {
}

/* ------------------------------------------------------------------ */
/* Customer Section - Main Page
/* ------------------------------------------------------------------ */
#customer {
  padding: 30px 0 30px 0;
  background: #1673c4;  /* fallback for old browsers */  0065ff
  background: -webkit-linear-gradient(to bottom, #526896, #384a70);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #526896, #384a70); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#customer .customer-inner {padding: 0 0;}
#customer .item-box { display: table; margin-bottom: 0;}
#customer .item-box a {color: #fff;}
#customer .item-box a:hover {color: #71c4c7;}
#customer .item-box .item-left {float: left; vertical-align: top; margin-right: 20px; }
#customer .item-box .item-left i {font-size: 28px;}
#customer .item-box .item {float: left; display: table-cell; vertical-align: middle;  }
#customer .item-box .item h5 {padding-top: 4px;line-height: 1; font-family: 'Noto Sans KR', sans-serif; font-size: 16px; text-transform: uppercase; letter-spacing: 0.1em}
@media screen and (max-width: 768px) {
    #customer .customer-inner {margin: 0 auto;}
    #customer .item-box {padding: 20px 0;}
    #customer .item-box .item-left, #customer .item-box .item {display: block; float: none; margin: 0; text-align: center;}
    #customer .item-box .item-left h5 {display: block; margin-top: 20px;text-align: center;}
}

@media screen and (max-width: 640px) {
    #customer .customer-inner {width: 100%; padding: 0 20px;}
    #customer .item-box { display: block; float: left; width: 50% !important; min-height: 140px; }
    #customer .item-box:last-child {float: left !important;}
    #customer .item-box .item-left, #customer .item-box .item {float: none;  text-align: center;}
    #customer .item-box .item-left {display: block; margin: 0 0 10px 0; }
    #customer .item-box .item {display: block; vertical-align: top; }
}

@media screen and (max-width: 480px) {
  #customer .item-box:nth-child(even) {text-align: right;}
  #customer .item-box .item-left {margin-right: 0;}
  #customer .item-box .item-left i {font-size: 36px;}
}
/* ------------------------------------------------------------------ */
/* portfolio Section - Main Page
/* ------------------------------------------------------------------ */

#portfolio {
    padding:  80px 0;
    background: #fff url("../images/main-about-bg.jpg") center center no-repeat;
    background-size: cover !important;
	-webkit-background-size: cover !important;
    background-attachment: fixed;
}
#portfolio h3 {text-align: center; font-family: 'Noto Sans KR', sans-serif; color: #fff; font-weight: 700; text-transform: uppercase; line-height: 1; letter-spacing: 0.4em}
#portfolio h3:after {background:#fff; content:""; display:block; height:1px;width:100px;margin:20px auto 40px;}

#portfolio #photo_output {float: left; width: 33.3%; text-align:center;margin:0 auto; padding: 0; }
#portfolio #photo_output .photo_box {display: block; height: 190px; overflow: hidden}
#portfolio #photo_output .photo_box img {width: 100%; height: 100% auto;}
#portfolio #photo_output a{ font-size: 14px; color: #fff; text-decoration: none; text-align:center !important;  }
#portfolio #photo_output a:hover { font-size: 14px; color: #fff; text-decoration: underline }
#portfolio #photo_output_bar {float:left;width:5px}



/* ------------------------------------------------------------------ */
/* Output Section - Main Page
/* ------------------------------------------------------------------ */

/*  gallery
--------------------------------------------------------------- */
.gallery_out > table {float: left; width: 25% !important;margin: 0 0 -7px 0; padding: 0;}
.gallery_out .board_output_gallery_img a img {width: 100%;}

/*  interior
--------------------------------------------------------------- */
#output {padding: 60px 0; background: #fff;}
#output h5 {margin-bottom: 20px;font-weight: 400; border-bottom: 1px solid #ccc}
#output .tel { font-size: 36px; color: #444; line-height: 1;letter-spacing: 0em}
#output ul li {margin-bottom: 5px;}
#output .button {width: 100%;text-align: center;}

@media screen and (max-width: 1024px) {
    #portfolio #photo_output .photo_box {height: 150px;}
}

@media screen and (max-width: 768px) {
    #portfolio {padding: 30px 0;}
    #portfolio #photo_output .photo_box {height: 130px;}

    #about, #quick, #output {padding: 30px 10px !important; }
    #about p {font-size: 16px; letter-spacing: -0.08em}

    #quick {padding-bottom: 10px;}
    #quick h3:after {margin-bottom: 20px}
    #quick p {display: block; }

    #customer .customer-inner {margin: 0 auto;}

    #output .board_out {margin-bottom: 30px;}

}

@media screen and (max-width: 640px) {
    #quick .quick-box .quick-txt {opacity:1; transform:scale(1); transition:0.3s ease; color: #fff; }
    #quick .quick-box .quick-txt { background:rgba(0, 0, 0, 0.5); transform:scale(1); opacity:1;}
    #quick .end p {margin-bottom: 0; padding-bottom: 0 ; border-bottom: none}

    #portfolio #photo_output {margin-bottom: 20px;}
    #portfolio #photo_output .photo_box {height: auto;}
    .gallery_out >table {float: left; width: 50%;margin: 0 0 -7px 0; padding: 0;}

}

@media screen and (max-width: 480px) {
    .gallery_out > table {float: left; width: 50% !important;margin: 0 0 -7px 0; padding: 0;}
    .gallery_out .board_output_gallery_img a img {width: 100%;}
}


/* Flex Caption Effect */
.FadeIn, .FromTop, .FromRight, .FromBottom, .FromLeft {opacity: 0; transition: all 0.7s ease-in-out; -webkit-transition: all 0.7s ease-in-out;}
.captionDelay1 {transition-delay: 0.1s; -webkit-transition-delay: 0.1s;}
.captionDelay2 {transition-delay: 0.2s; -webkit-transition-delay: 0.2s;}
.captionDelay3 {transition-delay: 0.3s; -webkit-transition-delay: 0.3s;}
.captionDelay4 {transition-delay: 0.4s; -webkit-transition-delay: 0.4s;}
.captionDelay5 {transition-delay: 0.5s; -webkit-transition-delay: 0.5s;}
.captionDelay6 {transition-delay: 0.6s; -webkit-transition-delay: 0.6s;}
.captionDelay7 {transition-delay: 0.7s; -webkit-transition-delay: 0.7s;}
.captionDelay8 {transition-delay: 0.8s; -webkit-transition-delay: 0.8s;}
.captionDelay9 {transition-delay: 0.9s; -webkit-transition-delay: 0.9s;}
.captionDelay10 {transition-delay: 1s; -webkit-transition-delay: 1s;}
.captionDelay11{transition-delay: 1.1s; -webkit-transition-delay: 1.1s;}
.captionDelay12 {transition-delay: 1.2s; -webkit-transition-delay: 1.2s;}

.flexslider li.flex-active-slide .FadeIn {opacity: 1;}
.flexslider li .FromTop {transform: translateY(-100%); -o-transform: translateY(-100%); -ms-transform: translateY(-100%); -webkit-transform: translateY(-100%);}
.flexslider li.flex-active-slide .FromTop {opacity: 1; transform: translateY(0); -o-transform: translateY(0%); -ms-transform: translateY(0); -webkit-transform: translateY(0);}
.flexslider li .FromBottom {transform: translateY(100%); -o-transform: translateY(100%); -ms-transform: translateY(100%); -webkit-transform: translateY(100%);}
.flexslider li.flex-active-slide .FromBottom {opacity: 1; transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0);}
.flexslider li .FromLeft {transform: translateX(-100%); -o-transform: translateX(-100%); -ms-transform: translateX(-100%); -webkit-transform: translateX(-100%);}
.flexslider li.flex-active-slide .FromLeft {opacity: 1; transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0);}
.flexslider li .FromRight {transform: translateX(100%); -o-transform: translateX(100%); -ms-transform: translateX(100%); -webkit-transform: translateX(100%);}
.flexslider li.flex-active-slide .FromRight {opacity: 1; transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0);}
