/* ------------------------------------------------------------------ */
/* Color
main : da251c    red
point : 4d423b   dark brown
point : 539181   sapphire green
point : c9c22c   green

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
}
'Noto Sans KR', 'Noto Sans KR', 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
--------------------------------------------------------------- */
#intro .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
}
.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 4px 10px rgba(0, 0, 0, .0.3) ; text-transform: uppercase; word-break: keep-all;}
.caption h1 { font: 80px/1.1 'Barlow', sans-serif; font-weight: 700; padding: 0; margin: 0 0 30px 0; letter-spacing: 0.03em; }
.caption h1 span, .caption a { font-weight: 700; }
.caption h1:after {}
.caption h2 { font: 40px/1.2 'Noto Sans KR', sans-serif; font-weight: 400; padding: 0; margin: 0 0 18px 0;}
.caption h3 { font: 24px/1.2 'Noto Sans KR', sans-serif; font-weight: 700; max-width: 980px; padding: 0; margin: 0 auto; }
.caption h3 span {font-weight: 700; }
.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:#222; 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: 28px;}
  .caption h3 {font-size: 14px;}
  .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: 310px; }
}

.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: block !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
------------------------------------------------------------------ */
#intro .caption h1 { -webkit-animation: fadeOutRight 1s both;  animation: fadeOutRight 1s both;}
#intro .caption h3 { -webkit-animation: fadeOutLeft 1s both;  animation: fadeOutLeft 1s both;}

/* caption out */
#intro .caption h1 {  -webkit-animation: flipInX 1s both 1s;  animation: flipInX 1s both 1s;}
#intro .caption > div { -webkit-animation: fadeIn 0.5s both 0.5s;  animation: fadeIn 0.5s both 0.5s;}
#intro .caption h3 {  -webkit-animation: fadeInUp 1s both 1.2s;  animation: fadeInUp 1s both 1.2s;}

/* caption in */
#intro .caption h1{
  -webkit-animation:fadeInDown 1s both 1s;
          animation:fadeInDown 1s both 1s;
}
#intro .caption h3{
  -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, .8);
	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) {
}


/* ------------------------------------------------------------------ */
/* gallery Section - Main Page
/* ------------------------------------------------------------------ */
#product { padding:  80px 0 80px 0; background: #fff;}
#product h3 {text-align: center; font-weight: 680; text-transform: uppercase; line-height: 1; color: #444;}
/* hr */
#product hr {
	border: solid #161117;
	border-width: 2px 0 0;
	width: 70px;
	margin: 20px auto 20px auto;
	height: 0;
	clear: both;
	text-align: left;
	-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;
}
#product p {margin-bottom: 30px;text-align: center; font-weight: 400;}
#product:hover h3 + hr { border-color: #da251c; width: 140px; text-align: center;}

/* media queries - product */
@media only screen and (max-width:1300px) {
	#product .row.items { width: 100%; padding: 0;	}
	#product .row.items .columns {	padding: 0;	}
}

/* product content */
#product-wrapper {width: calc(100% + 20px); margin-left: -10px; }
#product-wrapper:before, #product-wrapper:after {content: "";display: table;}
#product-wrapper:after {clear: both;}
#product-wrapper .bgrid {padding: 10px;}

.folio-item .item-wrap {	background: #111417;	overflow: hidden;	position: relative; box-shadow: 0 0 15px rgba(0,0,0,0.1);}
.folio-item .item-wrap a {	display: block;	cursor: pointer;	position: relative;}

/* overlay */
.folio-item .item-wrap .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(218, 37, 28, 0.85);
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.folio-item .item-wrap .link-icon {
	display: block;
	height: 30px;
	width: 30px;
	margin-left: -15px;
	margin-top: -15px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
}
.folio-item .item-wrap img {
	width: 100%;
	vertical-align: bottom;
	-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;
}
.folio-item .product-item-meta {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 20%;
	left: -100px;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 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;
}
.folio-item .product-item-meta h5 {
	font: 24px/21px "Noto Sans KR", sans-serif;
	letter-spacing: 2px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px;
}
.folio-item .product-item-meta p {font: 16px/18px "Noto Sans KR", sans-serif; color: #fff; margin: 0;}

/* on hover */
.folio-item:hover .overlay,
.folio-item:hover .link-icon,
.folio-item:hover .product-item-meta {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}
.folio-item:hover .product-item-meta {	left: 0;}
.folio-item:hover .item-wrap img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* media queries - .product-item-meta */
@media only screen and (max-width:768px) {
	#product {padding: 60px 0;}
	#product-wrapper {width: 100%; margin-left: 0; }
	.folio-item .product-item-meta { top: 16%; }
	.folio-item .product-item-meta h5 {font: 13px/21px "raleway-bold", sans-serif;	letter-spacing: 1px;	}
	.folio-item .product-item-meta p {font: 13px/18px "raleway-semibold", sans-serif;}
}

@media only screen and (max-width:400px) {
	#product {padding: 40px 0;}
	.folio-item .product-item-meta {top: 12%;	}
	.folio-item .product-item-meta h5 {	font: 11px/18px "raleway-bold", sans-serif;	letter-spacing: 1px;	}
	.folio-item .product-item-meta p {	font: 11px/16px "raleway-semibold", sans-serif;}
}


/* ------------------------------------------------------------------ */
/* Customer Section - Main Page
/* ------------------------------------------------------------------ */
#customer {  padding: 0px 0 60px 0;}
#customer .customer-inner {padding: 30px 10px; background: #f5f5f5; border-radius: 5px; }
#customer .item-box { display: table; margin-bottom: 0;}
#customer .item-box a {color: #444;}
#customer .item-box:hover a {color: #da251c;}
#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;  text-align: center; }
#customer .item-box .item h5 {padding-top: 4px;line-height: 1; font-size: 18px; font-weight: 500;}
@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: 20px 0 0px;}
    #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;}
}


/* ------------------------------------------------------------------ */
/* Youtube Section - Main Page
/* ------------------------------------------------------------------ */
#youtube {padding: 80px 0; background: url('../images/bg-youtube.jpg') no-repeat 50% 50% / cover;}
#youtube .youtube_wrap {width: 60%; margin: 0 auto;}
#youtube .youtube_wrap .youtube_box {position: relative; width: 100%; padding-bottom: 56.25%;}
#youtube .youtube_wrap .youtube_box iframe {position: absolute; width: 100%; height: 100%;}
@media screen and (max-width: 480px) {
    #youtube .youtube_wrap {width: 90%; }
}




#board {padding:125px 20px; background: url('../images/bg-board.jpg') no-repeat 50% 50% / cover; background-attachment: fixed; position:relative;}
#board .quick {}
#board .quick:after {clear:both; content:''; display:block;}
#board .quick a {width:50%; padding-top:29.667%; background-position:50%; background-repeat:no-repeat; background-size:cover; float:left; position:relative; display:block;}
#board .quick a:nth-child(1) {background-image:url('../images/quick_bg01.jpg');}
#board .quick a:nth-child(2) {background-image:url('../images/quick_bg02.jpg');}
#board .quick a:after {
	position:absolute;
	bottom:0;
	right:0;
	width:63px;
	height:63px;
	content:'';
	background:url('../images/icon_plus.png') 50% 50%/ cover;
	border:1px solid #fff;
}
#board .quick a:nth-child(1) p strong, #board .quick a:nth-child(1) p span {color: #222 !important;}
#board .quick a {color:#fff; }
#board .quick p {position:absolute; bottom:67px; left:50px;}
#board .quick strong {font-size:27px; font-weight:700;display:block;}
#board .quick span {margin-top:23px; font-size:16px; font-weight:400; color: #fff; line-height:1.3;display:block;}

#board div.news {padding:0 125px; background-color:#fff; box-sizing:border-box; position:relative;}
#board div.news li > div {margin-top:49px; margin-bottom:48px; position:relative;}
#board div.news span {color:#333; font-size:27px; font-weight:700; position:absolute; top:0; left:0;}
#board div.news dl {margin-left:173px;}
#board div.news dt {color:#555; font-size:20px; font-weight:500;}
#board div.news dd {margin-top:20px; color:#777; font-size:15px; font-weight:300; line-height:1.5; word-break:break-all;}


@media screen and (max-width: 768px) {
	#board {padding:60px 20px;}
	#board .quick a:after {width:40px; height:40px;}

	#board div.news {padding:0 80px;}
	#board div.news dl {margin-left:120px;}
}
@media screen and (max-width: 640px) {
	#board .quick a {width:100%; padding-top:59.310%; float:none;}
	#board .quick p {bottom:35px; left:25px;}
	#board .quick strong {font-size:22px;}
	#board .quick span {margin-top:13px; font-size:14px;}

	#board div.news span {position:static; display:block;}
	#board div.news dl {margin-top:20px; margin-left:0;}
}

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

#output {padding: 60px 0; background: #f9f9f9; border-top: 1px solid #eee;}
#output .output-wrap { min-height: 210px; padding: 20px; background: none; border: 1px solid #f5f5f5;}
#output .output-wrap:hover {
  border-color: #ccc;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out;
}
#output .output-wrap h5 {font-weight: 400; border-bottom: 0px solid #ccc}
#output .output-wrap h5 a {float: right; font-size: 12px; }
#output .output-wrap  hr {
	border: solid #e5e5e5;
	border-width: 1px 0 0;
	width: 100%;
	margin: 5px 0 20px;
	height: 0;
	clear: both;
	text-align: left;
}
#output .output-wrap:hover h5 + hr { width: 100%; text-align: left;}
#output .output-wrap.customer {text-align: center;}
#output .output-wrap.customer .tel { margin-bottom: 20px !important; font-size: 32px; color: #444; line-height: 1;letter-spacing: 0em; font-weight: 700;}
#output .output-wrap.customer h6 {font-weight: 600;}
#output .output-wrap.customer ul li {margin-bottom: 5px; font-size: 13px;}
#output .output-wrap.customer .button {width: 100%; margin-top: 20px; text-align: center;}

#output .output-wrap.contact hr {margin-bottom: 40px;}
#output .output-wrap.contact i {float: left; width: 30%; padding-left: 20px; font-size: 46px;}
#output .output-wrap.contact p {float: left; width: 70%;}

/* Board Output */
#output .output-wrap .board_out {}
#output .output-wrap .board_out .board_output {}
#output .output-wrap .board_out .board_output .board_output_1_tr {line-height: 30px;}
#output .output-wrap .board_out .board_output .board_output_1_tr .bd_out1 {}
#output .output-wrap .board_out .board_output .board_output_1_tr .bd_out1 a {}
#output .output-wrap .board_out .board_output .board_output_1_tr .bd_out1 a:hover {}

@media screen and (max-width: 768px) {
  #output .output-wrap { min-height: auto;}
  #output .output-wrap  .board_out {margin-bottom: 30px;}
  #output  .output-box {float: none; width: 100%; margin-bottom: 30px;}
  #output  .output-box:last-child {margin-bottom: 0;}
}

/*  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%;}
}
