
/* ================================================================== */

/* Intro Section
------------------------------------------------------------------ */

#intro { 
    position: relative;
	width: 1000px;
	height: 450px;
	margin: 0 auto;
	padding:0 15px;
	background:url(../main/slide_shadow.png)  0 center no-repeat;
	overflow: hidden;
}
#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: 450px;  }



/* 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("../main/1.jpg") repeat-x scroll 50% 50% / cover; height: 100%; width: 100%}
.img02 { background: url("../main/2.jpg") repeat-x scroll 50% 50% / cover; height: 100%; width: 100%}
.img03 { background: url("../main/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: 100px/1.1 'Montserrat', sans-serif; font-weight: 400; 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: 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: #aaa;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button{
  background-color: #293c74;
  transform: scale(1.2);
  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}

