/* ------------------------------------------------------------------ */
/* Color
main : 7ed8d3    blue
point : 104380   blue
point : 2483cc   blue
point : 76a5ad   blue

@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; background: url("../images/1.jpg") repeat-x scroll 50% 50% / cover; height: 100%; width: 100%}
/* 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, .0); text-transform: uppercase; }
.caption h1 { font: 100px/1.1 'Barlow','Noto Sans KR', sans-serif; font-weight: 700; color: #7ed8d3; padding: 0; margin: 0 0 0 0; letter-spacing: 0.02em}
.caption h1 span { font-size: 60px; font-weight: 700; color: #888; }
.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 h2 span {font-weight: 600;}
.caption h3 { font: 28px/1.2 'Noto Sans KR', sans-serif; font-weight: 400; max-width: 980px; height: 60px; padding: 0; margin: 0 auto; }
.caption h3 span {color: #7ed8d3 ; font-weight: 700; }
.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}
.caption .color2 {color:#888; float:none}
@media screen and (max-width: 768px) {
  .id-Slider .item .caption {}
  .caption h1 {font-size: 70px;}
  .caption h1 span {font-size: 40px;}
  .caption h3 {font-size: 22px;}
  .caption hr {width: 50%; margin:15px auto 20px;}
}

@media screen and (max-width:480px) {
  .caption h1 {font-size: 40px;}
  .caption h1 span {font-size: 26px;}
  .caption h3 {font-size: 14px;}
  .caption hr {width: 60%;}
}

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

.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: 300px; }
}

.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
------------------------------------------------------------------ */
.id-Slider .item h1 { -webkit-animation: fadeOutRight 1s both;  animation: fadeOutRight 1s both;}
.id-Slider .item h3 { -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 h3 {  -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 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) {
}

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

/* ------------------------------------------------------------------ */
/* card Section - Main Page
/* ------------------------------------------------------------------ */
#card {padding: 80px 0;}
.card {
	display: flex;
	flex-direction: column;
	margin: 0;
	box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	background: #fff;
	line-height: 1.4;
	border-radius: 5px;
	overflow: hidden;
	z-index: 0;
}
.card:last-child {margin-bottom: 0;}
.card a {  color: inherit;}
.card a:hover {  color: #5ad67d;}
.card:hover .photo {
  -webkit-transform: scale(1.1) rotate(1deg);
          transform: scale(1.1) rotate(1deg);
}
.card .meta {  position: relative;  z-index: 0;  height: 200px;}
.card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.card .description {  padding: 30px 40px;  background: #fff;  position: relative;  z-index: 1;}
.card .description h1 {  font-size: 32px; line-height: 1;  font-weight: 700; color: #7ed8d3; margin: 0 0 10px; text-transform: uppercase;}
.card .description h2 {  font-size: 14px; line-height: 1;  font-weight: 300; text-transform: uppercase; color: #a2a2a2;  margin-top: 5px;}
.card .description .read-more {  text-align: right;}
.card .description .read-more a { font-size: 13px; color: #aaa;  display: inline-block;  position: relative; font-weight: 400;}
.card:hover .description .read-more a {color: #7ed8d3;}
.card .description .read-more a:after {
  content: "\f178";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin .3s, opacity .3s;
}
.card:hover .description .read-more a:hover:after {  margin-left: 5px;  opacity: 1;}

.card p {  position: relative;  margin: 1rem 0 0;}
.card p:first-of-type {  padding-top: 30px;}
.card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 3px;
  background: #7ed8d3;
  width: 35px;
  top: 0;
  border-radius: 3px;
}
.card:hover .details {  left: 0%;}

@media screen and (min-width: 640px) {
	.card {flex-direction: row; max-width: 100%;}
	.card .meta {flex-basis: 40%;height: auto;}
	.card .description {flex-basis: 60%; min-height: 300px;}
	.card .description:before {
		-webkit-transform: skewX(-3deg);
				transform: skewX(-3deg);
		content: "";
		background: #fff;
		width: 30px;
		position: absolute;
		left: -10px;
		top: 0;
		bottom: 0;
		z-index: -1;
	}
	.card.alt {flex-direction: row-reverse;}
	.card.alt .description:before {
	left: inherit;
	right: -10px;
	-webkit-transform: skew(3deg);
			transform: skew(3deg);
	}
	.card.alt .details {padding-left: 25px;}
}
@media screen and (max-width: 768px) {
	#card {padding: 40px 10px;}
	.card .description h1 {font-size: 26px;}
}


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

#client {padding: 80px 0;background: #f6f6f6;}
#client h2 {margin-bottom: 0px; color: #222; font-weight: 700; text-align: center; text-transform: uppercase; }
#client p {text-align: center;}
#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;  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 {  background: #376bcc;  color: #ffffff;}
@media screen and (max-width: 768px) {
	#client {padding: 60px 0;}
	#client .slider-controls {margin-bottom: 10px;}
	#client .slider-controls span {width: 30px;height: 30px;font-size: 24px; line-height: 30px;}
}


#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:18px; 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%;}
}
