/* ------------------------------------------------------------------ */
/* Color
main : 4661a2   blue 1
point : 4e6680   blue 2
point : 0f6d70
point : 1d0f44
point : 1c212e
bg : a9a9f0

@media screen and (max-width: 710px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
}
'Montserrat', 'notokr', sans-serif   'FontAwesome',
/* ------------------------------------------------------------------ */
/* ================================================================== */
select {}
/* Intro Section
------------------------------------------------------------------ */
#intro { margin: 160px 0 0 ; padding: 0;}
#intro .intro-wrap { position: relative; margin: 0 auto; background: #fff; box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2); }
/* ==== shadow ==== */
#intro .intro-wrap:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    margin: 0 13%;
    width: 74%;
    height: 100%;
    /*   transition: all 300ms ease; */
    box-shadow: 0px 7px 17px rgba(0, 0, 0, 0.7);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: perspective(75px) rotate3d(1, 0, 0, 60deg);
            transform: perspective(75px) rotate3d(1, 0, 0, 60deg);
}

/* ==== Slider Style === */
.Grid1k { padding: 0 15px; max-width: 1200px;  margin: auto;}
.blocks-box, .slick-slider { margin: 0; padding: 0;}
#intro .intro-wrap .slick-slide { float: left  /* If RTL Make This Right */ ; padding: 0;}
#intro .intro-wrap .id-Slider .item { overflow: hidden;}
#intro .intro-wrap .id-Slider .item .img-fill { height: auto /* 19.10.29 */ ; min-height: 720px;  }

@media screen and (max-width: 1024px) {
    #intro {margin-top: 0; border-top: 1px solid #eee;}
}

@media screen and (max-width: 810px) {
    #intro {margin-top: 0; padding: 0; height: auto;}
    #intro .intro-wrap .id-Slider .item .img-fill { height: auto; min-height: 450px; }
}
@media screen and (max-width: 480px) {
    #intro {padding: 0;}
    #intro .intro-wrap .id-Slider .item .img-fill { height: auto; min-height: 300px; }
}

/* Slider images
--------------------------------------------------------------- */
.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.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 */

/* Slider Text
--------------------------------------------------------------- */
.intro-wrap .caption {
  position: absolute;
  width: 100%;
  max-width: 1280px;
  height: auto;
  top: 50%;
  left: 50%;
  padding: 0 50px;
  background: rgba(0, 0, 0, .0);
  line-height: auto /* 19.10.29 */ ;
  transform: translate(-50%, -50%);
  z-index: 1
}
.intro-wrap .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.2); text-transform: uppercase; }
.caption h1 { font: 70px/1.1 'Noto Sans KR', sans-serif; font-weight: 500; padding: 0; margin: 0 0 18px 0; letter-spacing: 0.05em}
.caption h1 span { font-weight: 700; }
.caption h1 span.white {color: #fff;}
.caption h1 span.black {color: #000;}
.caption h1:after {}

.caption h2 { font: 50px/1.2 'Montserrat', sans-serif; font-weight: 400; padding-left: 5px; margin: 0 0 18px 0;}
.caption h2 span {font-weight: 700;}

.caption h3 { font: 40px/1.2 'Montserrat', sans-serif; font-weight: 400; padding-left: 5px; margin: 0 0 18px 0;}
.caption h3 span {font-weight: 700;}
.caption h5 { padding: 0; font-size: 16px; color: #000; text-align: justify; }
.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: 20px/1.5 "Noto Sans KR",sans-serif; padding-left: 5px; margin: 12px 0 0; }

.caption.color1 {color:#fff; float:none !important}
.caption.color2 {color:#000; float:none !important}
.caption span.point {color: #00c685;}

@media screen and (max-width: 810px) {
    .id-Slider .item .caption {}
    .id-Slider .item .caption h1 {font-size: 48px;}
    .id-Slider .item .caption h2 {font-size: 36px;}
    .id-Slider .item .caption h3 {font-size: 22px;}
    .id-Slider .item .caption hr {width: 50%; margin:15px auto 20px;}
}

@media screen and (max-width:640px) {
    .img01 { background-position: 50% 50%;}
    .img02 { background-position: 50% 50%;}
    .img03 { background-position: 20% 50%;} /* 가로 위  */

    .id-Slider .item .caption {padding: 0 10px; text-align: center !important;}
    .id-Slider .item .caption h1 {font-size: 36px;}
    .id-Slider .item .caption h2 {font-size: 24px;}
    .id-Slider .item .caption h3 {font-size: 18px;}
    .id-Slider .item .caption hr {width: 60%;}
}

/* Text Animation
------------------------------------------------------------------ */
.id-Slider .item h1 { -webkit-animation: zoomOut 2s both;  animation: zoomOut 2s both;}
.id-Slider .item h2 { -webkit-animation: zoomOut 1s both;  animation: zoomOut 1s both;}
.id-Slider .item h3 { -webkit-animation: zoomOut 1s both;  animation: zoomOut 1s both;}
.id-Slider .item p { -webkit-animation: zoomOut 1s both;  animation: zoomOut 1s both;}
.id-Slider .item.slick-active .caption > div { -webkit-animation: fadeIn 0.5s both 0.5s;  animation: fadeIn 0.5s both 0.5s;}

/* caption out */
.id-Slider .item.slick-active h1 { -webkit-animation: flipInX 1s both 1s;  animation: flipInX 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.slick-active h3 { -webkit-animation: fadeInUp 1s both 1.2s;  animation: fadeInUp 1s both 1.2s;}
.id-Slider .item.slick-active p { -webkit-animation: fadeInUp 1s both 1.2s;  animation: fadeInUp 1s both 1.2s;}

/* caption in */
.id-Slider .item.slick-active h1{
    -webkit-animation:fadeInDown 0.5s both 1s;
            animation:fadeInDown 0.5s both 1s;
            visibility:visible;
}
.id-Slider .item.slick-active h2{
    -webkit-animation:fadeIn 1s both 1.5s;
            animation:fadeIn 1s both 1.5s;
            visibility:visible;
}
.id-Slider .item.slick-active h3{
    -webkit-animation:fadeIn 1s both 1.2s;
            animation:fadeIn 1s both 1.2s;
            visibility:visible;
}
.id-Slider .item.slick-active p{
    -webkit-animation:fadeIn 1s both 1.2s;
            animation:fadeIn 1s both 1.2s;
            visibility:visible;
}
.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
------------------------------------------------------------------ */
.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, .0);
	border: 0 none;
	border-radius: 5px;
	font-weight: 200;
	z-index: 5;
	cursor: pointer;
	transition: all 0.5s;
}
.slick-arrow:before {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
    -khtml-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
    -moz-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
    -ms-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
    -o-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
    transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
}
.id-Slider .NextArrow { right: -10px; opacity: 0}
.id-Slider .PrevArrow { left: -10px; opacity: 0}
.id-Slider:hover .NextArrow { right: 5px; opacity: 1}
.id-Slider:hover .PrevArrow { left: 5px; opacity: 1}
.id-Slider:hover .NextArrow, .id-Slider:hover .PrevArrow {background: rgba(0, 0, 0, .0) ; }

.id-Slider .NextArrow:before {
	border-bottom: 2px solid white;
    border-right: 2px solid white;
    right: 20px;
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.id-Slider .PrevArrow:before {
	border-top: 2px solid white;
    border-left: 2px solid white;
    left: 20px;
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media screen and (max-width:640px) {
    .slick-arrow {display: none;}
}

/* Paging
------------------------------------------------------------------ */
.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button{
  background-color: #a9a9f0;
  transform: scale(1.6);
  box-shadow: 0 0 10px #1b1b1b
}

/* ==== Slick Slider Css Ruls === */
.slick-slider {
  position: relative;
  display: block;
  overflow: hidden;
  -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}

/* ------------------------------------------------------------------ */
/* card2- Section - Main Page
/* ------------------------------------------------------------------ */
#formail {padding: 60px 0; background: url('../images/formail-bg.jpg') right bottom no-repeat;}
#formail .wrap {padding: 60px 20px;background: none;}
#formail h3 {text-align: center;}


#card2 {padding: 30px 0; overflow: hidden;}
#card2 .card {
	display: flex;
	flex-direction: column;
	margin: 0;
	box-shadow: 0 0px 1px 0px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	background: #fff;
	line-height: 1.4;
	border-radius: 2px;
	overflow: hidden;
	z-index: 0;
}
#card2 .card:hover {box-shadow: 0 0 20px rgba(0,0,0,0.3); z-index: 1;}
#card2 .card:last-child {margin-bottom: 0;}
#card2 .card a {  color: inherit;}
#card2 .card a:hover {  color: #5ad67d;}
#card2 .card:hover .photo {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#card2 .card .meta {  position: relative;  z-index: 0;  height: 200px; overflow: hidden;}
#card2 .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;
}
#card2 .card .description { padding: 30px 40px;  background: #fff;  position: relative;  z-index: 1;}
#card2 .card .description h1 { font-size: 24px; line-height: 1;  font-weight: 700; color: #444; margin: 0 0 10px; text-transform: uppercase;}
#card2 .card .description h2 { font-size: 14px; line-height: 1;  font-weight: 300; text-transform: uppercase; color: #444;  margin-top: 5px;}
#card2 .card .description p { font-size: 16px; color: #666;}
#card2 .card p {  position: relative;  margin: 20px 0 0;}
#card2 .card p:first-of-type {  padding-top: 20px;}
#card2 .card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #293c74;
  width: 35px;
  top: 0;
  border-radius: 3px;
}
#card2 .card:hover .details {  left: 0%;}

#card2 .card .description .read-more {  position: absolute; right: 20px; bottom: 20px;}
#card2 .card .description .read-more a { font-size: 13px; color: #444;  display: inline-block;  position: relative; font-weight: 400;}
#card2 .card:hover .description .read-more a {color: #376bcc;}
#card2 .card .description .read-more a:after {
  content: "\f178";
  font-family: 'FontAwesome';
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin .3s, opacity .3s;
}
#card2 .card:hover .description .read-more a:after {  margin-left: 5px;  opacity: 1;}

@media screen and (min-width: 811px) {
    #card2 {padding: 80px 0; }
    #card2 .card {width: 50% !important; margin: 0 !important;}
}

@media screen and (min-width: 710px) {
	#card2 .row { display: flex; flex-wrap: wrap;}
	#card2 .card {flex-direction: row; width: 100%; margin: 10px 20px;}
	#card2 .card .meta {flex-basis: 50%;height: auto;}
	#card2 .card .description {flex-basis: 50%; min-height: 300px; }
	#card2 .card .meta span {
		content: "";
		position: absolute;
		height: 0;
		width: 0;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);

		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-right: 15px solid #fff;
		right: 0;
		top: 50%;
		z-index: 1;
	}
	#card2 .card.alt {flex-direction: row-reverse;}
	#card2 .card.alt .meta .arrow {
		right: unset ;
		left: 0;
		border-left: 15px solid #fff;
		border-right: 15px solid transparent;

	}
	#card2 .card.alt .details {padding-left: 25px;}
}
@media screen and (max-width: 480px) {
	#card2 {padding: 40px 10px; }
    #card2 .card {box-shadow: 0 0 10px rgba(0,0,0,0.2)}
	#card2 .card .description h1 {font-size: 24px;}
}

/* ------------------------------------------------------------------ */
/* main-quick Section - Main Page
/* ------------------------------------------------------------------ */
#main-quick {
    padding: 60px 0 ;
    background: #fff;  /* fallback for old browsers */
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
#main-quick .quick-inner {display: flex; align-items: stretch; padding: 0 0 0 0;}
#main-quick .quick-inner .item-box { position: relative; width: 25%; margin-bottom: 0; text-align: center; text-transform: uppercase;}
#main-quick .quick-inner .item-box:after {
    display: block; content:"";
    width: 1px; height: 70%;
    background: #ccc;
    position: absolute; right:0; top:50%; transform:translateY(-50%);
}
#main-quick .quick-inner .item-box:last-child:after {display: none;}
#main-quick .quick-inner .item-box a {color: #666;display: block;}
#main-quick .quick-inner .item-box a h6 {position: relative; display: inline-block; font-size: 20px; line-height: 1.1;}
#main-quick .quick-inner .item-box a h6:before, #main-quick .item-box a h6:after {
    content: '';
    position: absolute;
    transition: transform .3s ease;
}
#main-quick .quick-inner .item-box a h6:before{
    content: '';
    position: absolute;
    transition: transform .3s ease;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background: #4661a2;
    transform: scaleX(0);
}
#main-quick .quick-inner .item-box a:hover {color: #4661a2;}
#main-quick .quick-inner .item-box a:hover h6:before{
     transform: scaleX(1);
}
#main-quick .quick-inner .item-box i {font-size: 50px; margin-bottom: 20px; }
#main-quick .quick-inner .item-box h6 {padding-top: 4px;line-height: 1; }
#main-quick .quick-inner .item-box P {margin: 0;}
@media screen and (max-width: 810px) {
    #main-quick {padding: 40px 0;}
    #main-quick .quick-inner .item-box a h6 {font-size: 16px;}
}
@media screen and (max-width: 640px) {
    #main-quick .quick-inner .item-box { float: left; width: 50% !important; margin-bottom: 30px;}
    #main-quick .quick-inner .item-box h6 {margin-bottom: 10px; font-size: 16px; line-height: 1;}
    #main-quick .quick-inner .item-box P {margin: 0; font-size: 12px;}
}

@media screen and (max-width: 480px) {
    #main-quick {padding: 0px 0;}
    #main-quick .quick-inner {flex-wrap: wrap; }
    #main-quick .quick-inner .item-box {width: 50%; min-height: 90px; margin-bottom: 0; padding: 20px 10px;}
    #main-quick .quick-inner .item-box:after {display: none;}
    #main-quick .quick-inner .item-box:nth-child(1),#main-quick .item-box:nth-child(2) {border-bottom: 1px solid #e5e5e5}
    #main-quick .quick-inner .item-box:nth-child(2n + 1) {border-right: 1px solid #e5e5e5}
    #main-quick .quick-inner .item-box i {font-size: 36px;}
}

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

#output {padding: 20px 0 40px; border-bottom: 0px solid #eee;}
#output .output-wrap { min-height: 210px; padding: 20px; background: #fff; 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: 810px) {
    #output {padding: 20px;}
    #output .output-wrap { min-height: auto;}
    #output .output-wrap  .board_out {margin-bottom: 20px;}
    #output .output-box {float: none; width: 100%; margin-bottom: 20px;}
    #output .output-box:last-child {margin-bottom: 0;}
}
@media screen and (max-width: 480px) {
    #customer .brd-wrap .brd-out .title {margin-bottom: 20px;padding: 0 20px;text-align: left;}
    #customer .brd-wrap .brd-out .title span {float:right;}
}


/* ------------------------------------------------------------------ */
/* 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: 710px) {

}

@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%;}
}
