/* ------------------------------------------------------------------ */
/* Color
main : 75a9d5    blue
point : f3da26   yellow
point : 5c5b4b   black
point : a8341d   led
point : aba41b   green
point : 222      gray

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
}
'Noto Sans KR', 'notokr', sans-serif   'FontAwesome',
/* ------------------------------------------------------------------ */
/* ================================================================== */
hr {
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* Intro Section
------------------------------------------------------------------ */
/* Intro Section
------------------------------------------------------------------ */
#intro { position: relative; overflow: hidden;}
/* Slider Text
--------------------------------------------------------------- */
.id-Slider .item .caption {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0px;
  background: rgba(0, 0, 0, .0);
  line-height: auto /* 19.10.29 */ ;
  text-align: center;
  transform: translateY(-50%);
  z-index: 1
}
.id-Slider .item .caption > div { display: inline-block !important; vertical-align: middle; padding: 20px; border: 0px solid #FFF;}

.caption h1, .caption h2, .caption h3, .caption p {text-shadow: 0px 1px 5px rgba(0, 0, 0, .4); text-transform: uppercase; }
.caption h1 { font: 50px/1.1 'Noto Sans KR', sans-serif; font-weight: 700; padding: 0; margin: 0 0 0 0; letter-spacing: 0.05em}
.caption h1 span, .caption a { font-weight: 700; }
.caption h1:after {}
.caption h2 { font: 36px/1.2 'Noto Sans KR', sans-serif; font-weight: 400;padding: 0; margin: 0 0 18px 0;}
.caption h2 span {font-weight: 600;}
.caption h3 { font: 24px/1.2 'Noto Sans KR', sans-serif; font-weight: 600; max-width: 980px; height: 60px; padding: 0; margin: 0 auto; }
.caption h5 { padding: 0; font-size: 16px; color: #000; text-align: justify; text-align-last: center;}
.caption hr {border: solid 1px #000; width:360px; margin:30px auto 40px; transition-delay: 0.5s; -webkit-transition-delay: 0.5s; }
.caption .color1 hr {border: solid 1px #fff}
.caption p { font: 17px/1.5 "Noto Sans KR",sans-serif; padding: 0; margin: 12px 8% 0; color: #fff ; background: #332f25;}
.caption .color1 {color:#fff; float:none !important}
.caption .color2 {color:#5c5b4b; float:none !important}
@media screen and (max-width: 768px) {
  .id-Slider .item .caption {}
  .caption h1 {font-size: 48px;}
  .caption h3 {font-size: 22px;}
  .caption hr {width: 50%; margin:15px auto 20px;}
}

@media screen and (max-width:480px) {
  .caption h1 {font-size: 24px;}
  .caption h2 {font-size: 18px;}
  .caption hr {width: 60%;}
}

/* ==== Slider Style === */
.id-Slider { overflow: hidden; background: #000;}

.Grid1k { padding: 0 15px; max-width: 1200px;  margin: auto;}
.blocks-box, .slick-slider { margin: 0; padding: 0;}
.slick-slide { float: left  /* If RTL Make This Right */ ; padding: 0;}

.id-Slider .item { overflow: hidden;}
.id-Slider .item .img-fill { height: auto /* 19.10.29 */ ; min-height: 650px;  }

@media screen and (max-width: 768px) {
  .id-Slider .item .img-fill { height: auto; min-height: 450px; }
}
@media screen and (max-width: 480px) {
  .id-Slider .item .img-fill { height: auto; min-height: 350px; }
}

.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}
.img-fill > img { width: 100%; position: relative; display: inline-block; max-width: none;}
.img01 { background: url("../images/1.jpg") repeat-x scroll 50% 50% / cover; height: 100%; width: 100%}
.img02 { background: url("../images/2.jpg") repeat-x scroll 50% 50% / cover; height: 100%; width: 100%}
.img03 { background: url("../images/3.jpg") repeat-x scroll 50% 50% / cover; height: 100%; width: 100%}
.mob-slider-img {display: none !important;}

@media screen and (max-width: 480px) {
  .mob-slider-img {display: none !important; margin-top: 60px; transform: scale(3);}
}


/* .id-Slider .item .img-fill img{ -webkit-filter:blur(5px); filter:blur(5px);}  */ /* 19.10.29 */

/* Text Animation
------------------------------------------------------------------ */
.id-Slider .item h1 { -webkit-animation: fadeOutRight 1s both;  animation: fadeOutRight 1s both;}
.id-Slider .item h2 { -webkit-animation: fadeOutLeft 1s both;  animation: fadeOutLeft 1s both;}

/* caption out */
.id-Slider .item.slick-active h1 {  -webkit-animation: flipInX 1s both 1s;  animation: flipInX 1s both 1s;}
.id-Slider .item.slick-active .caption > div { -webkit-animation: fadeIn 0.5s both 0.5s;  animation: fadeIn 0.5s both 0.5s;}
.id-Slider .item.slick-active h2 {  -webkit-animation: fadeInUp 1s both 1.2s;  animation: fadeInUp 1s both 1.2s;}

/* caption in */
.id-Slider .item.slick-active h1{
  -webkit-animation:fadeInDown 1s both 1s;
          animation:fadeInDown 1s both 1s;
}
.id-Slider .item.slick-active h2{
  -webkit-animation:fadeInUp 1s both 1.2s;
          animation:fadeInUp 1s both 1.2s;
}
.id-Slider .item:nth-child(odd) {  -webkit-animation: ShutterOutV 0.3s both;  animation: ShutterOutV 0.3s both;}
.id-Slider .item.slick-active:nth-child(odd) {  -webkit-animation: ShutterInH 0.3s both;  animation: ShutterInH 0.3s both;}
.id-Slider .item:nth-child(even) {  -webkit-animation: ShutterOutH 0.3s both;  animation: ShutterOutH 0.3s both;}
.id-Slider .item.slick-active:nth-child(even) {  -webkit-animation: ShutterInV 0.3s both;  animation: ShutterInV 0.3s both;}

/* Next, Prev
------------------------------------------------------------------ */
.id-Slider .NextArrow:before { content: '\f105';}
.id-Slider .PrevArrow:before { content: '\f104';}
.id-Slider .NextArrow, .id-Slider .PrevArrow {
	position: absolute;
	top: 50%;
	width: 70px;
	height: 70px;
	background: rgba(0, 0, 0, .0);
	border: 0 none;
	transform: translateY(-50%);
	text-align: center;
	font: 70px/70px FontAwesome;
	color: rgba(255,255,255,1);
	border-radius: 5px;
	z-index: 5;
	cursor: pointer;
	transition: all 0.5s;
}
.id-Slider .NextArrow { right: 10px;}
.id-Slider .PrevArrow { left: 10px;}
.id-Slider .NextArrow:hover, .id-Slider .PrevArrow:hover {background: none;}

@media screen and (max-width: 768px) {
  .id-Slider .PrevArrow , .id-Slider .NextArrow {display: none !important;}
}

/* Paging
------------------------------------------------------------------ */
.id-Slider .slick-dots {
  position: absolute;
  height: 30px;
  bottom: 0px;
  width: 100%;
  left: 0px;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  text-align: center;
}
.id-Slider .slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: Transparent;
  transition: all 0.5s;
  border-radius: 50%;
  border: 2px solid #FFF;
  margin: 0 2.5px;
  cursor: pointer;
  position: relative;
}
.id-Slider .slick-dots li.slick-active { background: #fff; box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .28);}
.id-Slider .slick-dots li a {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 120px;
  height: 75px;
  display: block;
  visibility: hidden;
  border: 4px solid rgba(0, 0, 0, .50);
  margin-left: -60px;
  margin-bottom: 15px;
  transition: visibility 0.5s linear 0.5s;
  -webkit-animation: fadeOut 0.5s both;
  animation: fadeOut 0.5s both;
}

.id-Slider .slick-dots li a:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 100%;
  width: 0;
  height: 0;
  border: 8px solid Transparent;
  box-sizing: border-box;
  border-top-color: rgba(0, 0, 0, .50);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
  margin-top: 4px;
}
.id-Slider .slick-dots li:hover a { visibility: visible; transition-delay: 0s; -webkit-animation: fadeIn 0.5s both; animation: fadeIn 0.5s both;}
.id-Slider .slick-dots li a img { width: 100%; height: 100%;}

/* ==== Slick Slider Css Ruls === */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0}
.slick-list:focus { outline: none}
.slick-list.dragging { cursor: hand}
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.slick-track { position: relative; top: 0; left: 0; display: block}
.slick-track:before, .slick-track:after { display: table; content: ''}
.slick-track:after { clear: both}
.slick-loading .slick-track { visibility: hidden}
.slick-slide {display: none; float: left /* If RTL Make This Right */  ; height: auto  /* 19.10.29 */  ;  min-height: 1px}
.slick-slide.dragging img {  pointer-events: none}
.slick-initialized .slick-slide {  display: block}
.slick-loading .slick-slide { visibility: hidden}
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent}

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


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

/* main page - common */
article .inner h1 { color: #0d86ff; font-size: 36px; text-align: center; line-height: 47px; }
article .inner h1:before { content: ''; display: inline-block; width: 7px; height: 14px; margin-right: 9px; border-top: 2px solid #0d86ff; border-left: 2px solid #0d86ff; box-sizing: border-box; vertical-align: top; }
article .inner h1:after { content: ''; display: inline-block; width: 7px; height: 14px; margin-left: 9px; border-bottom: 2px solid #0d86ff; border-right: 2px solid #0d86ff; box-sizing: border-box; vertical-align: bottom; }
@media screen and (min-width: 768px) {
	/* main page - common */
	article .inner h1 { font-size: 54px; line-height: 67px; }
	article .inner h1:before { width: 10px; height: 22px; margin-right: 15px; }
	article .inner h1:after { width: 10px; height: 22px; margin-left: 15px; }
	article .inner a.more { width: 26px; height: 26px; }
	article .inner a.more:before { width: 14px; height: 2px; margin-left: -7px; }
	article .inner a.more:after { width: 2px; height: 14px; margin-top: -7px; }
	article .inner .msg { margin-top: 20px; font-size: 16px; line-height: 24px; }
}

/* ------------------------------------------------------------------ */
/* box Section - Main Page
/* ------------------------------------------------------------------ */
#box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: stretch;
}
#box .box_container {
    -webkit-box-flex: 1;
    flex-grow: 1;
	width: 33.333%;
    padding: 50px 55px 40px 55px;
 }
#box .box_container:nth-child(1) { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(27, 31, 37, 0.7)), url("../images/box-bg.png") no-repeat 50% 50% / cover;}
#box .box_container:nth-child(2) { background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(27, 31, 37, 0.1)), #75a9d5 }
#box .box_container:nth-child(3) { background: linear-gradient(45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/box-bg.png") no-repeat 50% 50% / cover;}
#box .box_container .box-inner {color: #fff;}
#box .box_container .box-inner h1 {font-weight: 200; line-height: 1.2; margin-bottom: 50px; text-transform: uppercase;}
#box .box_container .box-inner h3 {font-weight: 700; line-height: 1.2;}
#box .box_container .box-inner p {color: #fff; font-weight: 300;}
#box .box_container .box-inner a {font-weight: 700; color: #fff; border-bottom: 2px solid #fff;margin-left: 5px;}

@media screen and (max-width: 768px) {
	#box .box_container {padding: 30px 20px 20px 20px;}
	#box .box_container .box-inner h1 {margin-bottom: 30px; font-size: 24px; letter-spacing: -0.1em;}
	#box .box_container .box-inner h3 {margin-bottom: 10px; font-size: 16px;}
	#box .box_container .box-inner p {font-size: 14px;}
}
@media screen and (max-width: 640px) {
    #box {display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    }
	#box .box_container { width: 100%; padding: 30px 20px 20px 20px;}
}

/* ------------------------------------------------------------------ */
/* client Section - Main Page
/* ------------------------------------------------------------------ */

#client {padding: 100px 0;}
#client h2 {margin-bottom: 20px; color: #5c5b4b; font-weight: 700; text-align: center; text-transform: uppercase; }
#client .slick-slide { margin: 0px 0px;}

#client .slick-slide img { width: 100%; border: 1px solid #f5f5f5}
#client .slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
#client .slick-list:focus { outline: none;}
#client .slick-list.dragging { cursor: pointer; cursor: hand;}

#client .slick-slider .slick-track,
#client .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

#client .slick-track {position: relative;top: 0;left: 0;display: block;}
#client .slick-track:before,
#client .slick-track:after { display: table; content: '';}
#client .slick-track:after { clear: both;}
#client .slick-loading .slick-track { visibility: hidden;}

#client .slick-slide { display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] #client .slick-slide {float: right;}
#client .slick-slide img {display: block;}
#client .slick-slide.slick-loading img {display: none;}
#client .slick-slide.dragging img {pointer-events: none;}
#client .slick-initialized .slick-slide {display: block;}
#client .slick-loading .slick-slide {visibility: hidden;}
#client .slick-vertical .slick-slide {display: block;height: auto; border: 1px solid transparent;}
#client .slick-arrow.slick-hidden {}


#client .slider-controls { margin-top: 10px; margin-bottom: 10px; text-align: center;}
#client .slider-controls span {
	display: inline-block;
	font-size: 24px;
	text-align: center;
	width: 36px;
	height: 36px;
	margin-left: -1px;
	line-height: 35px;
	background: transparent;
	border: 0px solid #222;
	color: #222;
	cursor: pointer;
	margin: 0;
	transition: all 0.3s linear;
}
#client .slider-controls span:hover { color: #75a9d5;}

@media screen and (max-width: 640px) {
	#client {padding: 60px 0;}
	#client .slider-controls {margin-bottom: 10px;}
	#client .slider-controls span {width: 30px;height: 30px;font-size: 24px; line-height: 30px;}
}


/***********************************SERVICES STYLES***********************************/
#timeline { padding: 80px 0; background: #f8f8f8; }
#timeline .container .section-title {margin-bottom: 30px; text-align: center;}
#timeline .container ul {text-align: center;}
#timeline .container .box {float: left; width: calc(33.3% - 10px); min-height: 242px; margin: 5px; padding: 30px 20px; border: 1px solid #e5e5e5}
#timeline .container .box .timeline-info span {position: relative;}
#timeline .container .box .timeline-info span:after{
	content:" "; display:block; height:3px;width:10px;margin:15px auto 15px; background:#75a9d5;
}
#timeline .container .box .timeline-content {padding: 0;}
#timeline .container .box .timeline-content p {padding: 0; font-size: 14px; line-height: 1.7;}
#timeline .container .box .timeline-content p strong { font-weight:400; color:#444;}

@media screen and (max-width: 768px) {
	#timeline .container .box {width: calc(50% - 10px);}
}

@media screen and (max-width: 640px) {
	#timeline .container .box {width: 100%; min-height: auto; margin: 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%;}


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

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

}

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

@media screen and (max-width: 480px) {
    .flexslider .slides li {min-height: 300px; margin: 0; padding: 0;}
    .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%;}
}
