/* ------------------------------------------------------------------ */
/* Color
main : 113f8c
point : 1b2020
point : 6a6d87

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
}
'Lato', 'notokr', sans-serif   'FontAwesome',
/* ------------------------------------------------------------------ */
/* ================================================================== */

/* Intro Section
------------------------------------------------------------------ */
select {}
/* Intro Section
------------------------------------------------------------------ */
#intro { margin: 100px 0 0 ; padding: 0;}
#intro .intro-wrap { position: relative; margin: 0 auto; box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 810px) {
    #intro {margin-top: 80px;}
}

/* ==== 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 { border-top: 1px solid #eee;}
}

@media screen and (max-width: 810px) {
    #intro {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::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) ;
    background-size: cover !important;
	-webkit-background-size: cover !important;
    background-attachment: fixed;
    z-index: 2;
}
.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: 3
}

.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-align: center;}
.caption h1 { font: 90px/1.1 'Montserrat', sans-serif; font-weight: 400; padding: 0; margin: 0 0 18px 0; letter-spacing: 0.02em}
.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: 0; margin: 0 0 18px 0;}
.caption h2 span {font-weight: 700;}

.caption h3 { font: 30px/1.2 'Montserrat', sans-serif; font-weight: 400; padding: 0; margin: 0 0 18px 0;}
.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: 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:#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.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;}

/* 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: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: #f5f5f5;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button{
  background-color: #f5f5f5;
  transform: scale(1.6);
  box-shadow: 0 0 5px rgba(0,0,0,0.3)
}

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

/* ------------------------------------------------------------------ */
/* main Sub  Section - Main Page
/* ------------------------------------------------------------------ */


#s01 .box-wrap {display: flex;}
#s01 .box-wrap .box-inner {
    position: relative; 
    width: calc(100% / 3); 
    padding: 180px 0;
    text-align: center; 
    background: #666 url('../images/box-inner-bg.jpg') 50% 50% / cover;
    overflow: hidden;
}
#s01 .box-wrap .box-inner .bg {
    position: absolute; 
    top: 0; left: 0; 
    width: 100%; height: 100%; 
    z-index: -1; 
    transition: transform 1s; 
    /* transition-duration: .2s; */
}
#s01 .box-wrap .box-inner:hover .bg {transform: scale(1.1); }
#s01 .box-wrap .box-inner:nth-child(1) .bg {background: rgba(0,0,0,0.1) url('../images/main_lcos.png') 50% 50% / cover !important;}
#s01 .box-wrap .box-inner:nth-child(2) .bg {background: url('../images/menu2/m3-aoc-busin.jpg') 50% 50% / cover !important;}
#s01 .box-wrap .box-inner:nth-child(3) .bg {background: #6a6d87 url('../images/menu2/m3-img-product-bg.png') 50% 50% / cover;}
#s01 .box-wrap .box-inner .txt-box {color: #fff; text-shadow: 0 2px 5px rgba(0, 0, 0, .0.3);}
#s01 .box-wrap .box-inner .txt-box h2 {font-weight: 700;}
#s01 .box-wrap .box-inner .txt-box h3 {margin-bottom: 30px;}

@media screen and (max-width: 640px) {
  #s01 article.padding {padding: 40px 0;}
  #s01 p {padding: 0;}
  #s01 .box-wrap {flex-wrap: wrap;}
  #s01 .box-wrap .box-inner {width: 100%; padding: 80px 0;}
}



/* #s01 {padding: 120px 0; background: url('../images/main_section01.jpg') no-repeat right bottom;}
#s01 h1, #s02 h1 {margin-bottom: 30px; color: #222;}
#s01 p {padding-bottom: 0; font-size: 19px;}
#s01 p span {color: #113f8c; font-weight: 700;}
@media screen and (max-width: 480px) {
    #s01 {padding: 60px 30px 360px; background: url('../images/main_section01_mob.jpg') no-repeat right bottom;}
    #s01 p {font-size: 17px;}
} */


#s02 {
    position: relative; padding: 80px 0 60px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+18,ffffff+100&0.1+0,1+100 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.26) 18%,rgba(255,255,255,1) 100%); /* */
}
#s02 .half-bg {
    position: absolute; top: 0;left: 0;
    width: 50%; height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 90%), url('../images/half-bg.jpg') no-repeat 50% 50% / cover ;
    /* background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(3, 3, 27, 0.1)), url('../images/half-bg.jpg') no-repeat 50% 50% / cover ; */
}
#s02 h1 {margin-bottom: 30px; color: #444; font-weight: 400;}
#s02 .technical h4 {}
#s02 .technical h4 span {color: #c51b1f; font-weight: 400;}
#s02 .technical p {padding: 0 50px 0 30px;}

#s02 .panel h1 {text-align: center;}
#s02 .panel .cont-img img {padding: 0 0 0 80px;}

@media screen and (max-width: 480px) {
    #s02 {padding: 60px 30px;}
    #s02 .half-bg {display: none;}
    #s02 .technical p {padding-left: 20px;}
    #s02 .panel .cont-img {width: calc(100% + 40px); margin-left: -20px;}
    #s02 .panel .cont-img img {padding: 0 0px;}
}

/* ------------------------------------------------------------------ */
/* main Sub  Section - Main Page
/* ------------------------------------------------------------------ */
#main-sub {}
.main-sub-list {display:flex; justify-content:space-between;}
.main-sub-item {width:33.333%; height:360px; padding:85px 10px 0; text-align:center; }
.main-sub-item1 {background:url("../images/main-sub01.jpg") no-repeat center center;background-size:cover;}
.main-sub-item2 {background:url("../images/main-sub02.jpg") no-repeat center center;background-size:cover;}
.main-sub-item3 {background:url("../images/main-sub03.jpg") no-repeat center center;background-size:cover;}
.main-sub-item .tit {font-size:30px;font-weight:700;color:#fff;}
.main-sub-item .txt {padding-top:15px;font-size:16px;color:#fff;}
.main-sub-item .btn-shortcuts {margin:38px auto 0;}


@media (max-width:1080px) {
	/* main Sub Shortcuts */
	.main-sub-list {flex-wrap:wrap;}
	.main-sub-item {display:flex;align-items:first baseline;width:50%;}
}
@media (max-width:640px) {
    /* Main Sub Shortcuts */
	.main-sub-item {justify-content:center;align-items:center;width:100%;height:270px;padding:0 20px;}
	.main-sub-item:not(.main-sub-item1) {background-position:center 63%;}
	.main-sub-item .tit {font-size:22px;}
	.main-sub-item .txt {font-size:14px;}
	.main-sub-item .btn-st1 {max-width:150px;font-size:16px;}
}

/* ------------------------------------------------------------------ */
/* Customer Section - Main Page
/* ------------------------------------------------------------------ */
#customer {padding: 60px 0 60px 0; background: #fff;}
#customer .customer-inner {padding: 0 0;}
#customer .item-box { margin-bottom: 0;}
#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: 'NotoSansKR', sans-serif;}
#customer .item-box .item P {margin: 0;}
@media screen and (max-width: 768px) {
    #customer .customer-inner {margin: 0 auto;}
}

@media screen and (max-width: 640px) {
    #customer .customer-inner {width: 100%; padding: 0 20px;}
    #customer .item-box { float: left; width: 50% !important; margin-bottom: 30px;}
    #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; }
    #customer .item-box .item h5 {margin-bottom: 10px; line-height: 1;}
    #customer .item-box .item P {margin: 0; font-size: 12px;}
}

@media screen and (max-width: 480px) {
  #customer .item-box {min-height: 100px; margin: 10px 0;}
  #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: 'NotoSansKR', 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) {
    .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%;}
}
