/* ------------------------------------------------------------------ */
/* Color
main : 245aaf   blue 1
point : 555280   blue 2
bg : caedeb
bg : fff7b0 yellow
bg : e7ead9

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
}
'Gothic A1', 'notokr', sans-serif   'FontAwesome',
/* ------------------------------------------------------------------ */
/* ================================================================== */
select {}
/* hr */
hr {
	-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;
}
/* Intro Section
------------------------------------------------------------------ */
#intro { margin: 150px 0 0 ; padding: 0;}
#intro .intro-wrap { position: relative; max-width: 1920px; 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 ; padding: 0;}
#intro .intro-wrap .id-Slider .item { overflow: hidden;}
#intro .intro-wrap .id-Slider .item .img-fill { height: auto ; 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
--------------------------------------------------------------- */
.item .img-fill {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transform: scale(1.7);
		  transform: scale(1.7);
}
.item.slick-active .img-fill {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.item .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
--------------------------------------------------------------- */
.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.2); text-transform: uppercase; }
.caption h1 { font: 100px/1.1 'Gothic A1', sans-serif; font-weight: 200; padding: 0; margin: 0 0 18px 0; letter-spacing: 0.05em}
.caption h1 span { color: #fff; font-weight: 800; }
.caption h1 span.white {color: #fff;}
.caption h1 span.black {color: #000;}
.caption h1:after {}

.caption h2 { font: 50px/1.2 'Gothic A1', sans-serif; font-weight: 100;padding: 0; margin: 0 0 18px 0;}
.caption h2 span {font-weight: 400;}

.caption h3 { font: 30px/1.2 'Gothic A1', sans-serif; font-weight: 400; padding: 0; margin: 0 0 18px 0;}
.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 !important}
.caption.color2 {color:#000; float:none !important}
.caption span.point {color: #00c685;}

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

@media screen and (max-width:640px) {
    .caption {padding: 0 10px;}
    .caption h1 {font-size: 36px;}
    .caption h2 {font-size: 24px;}
    .caption h3 {font-size: 18px;}
    .caption hr {width: 60%;}
}

/* Text Animation
------------------------------------------------------------------ */
.id-Slider .item h1 { -webkit-animation: fadeOutDown 2s both;  animation: fadeOutDown 2s both;}
.id-Slider .item h2 { -webkit-animation: fadeOutDown 1s both;  animation: fadeOutDown 1s both;}
.id-Slider .item h3 { -webkit-animation: fadeOutDown 1s both;  animation: fadeOutDown 1s both;}


/* caption out */
.id-Slider .item.slick-active .caption > div { -webkit-animation: fadeIn 0.1s both 0.1s;  animation: fadeIn 0.1s both 0.1s;}
.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:zoomIn 1s both 0.5s;
          animation:zoomIn 1s both 0.5s;
}
.id-Slider .item.slick-active h2{
  -webkit-animation:zoomIn 1s both 0.6s;
          animation:zoomIn 1s both 0.6s;
}
.id-Slider .item.slick-active h3{
  -webkit-animation:zoomIn 1s both 0.6s;
          animation:zoomIn 1s both 0.6s;
}
.id-Slider .item:nth-child(odd) {  -webkit-animation: ShutterOutV 0.1s both;  animation: ShutterOutV 0.1s both;}
.id-Slider .item.slick-active:nth-child(odd) {  -webkit-animation: ShutterInH 0.1s both;  animation: ShutterInH 0.1s both;}
.id-Slider .item:nth-child(even) {  -webkit-animation: ShutterOutH 0.1s both;  animation: ShutterOutH 0.1s both;}
.id-Slider .item.slick-active:nth-child(even) {  -webkit-animation: ShutterInV 0.1s both;  animation: ShutterInV 0.1s 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.2s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
    -khtml-transition: all, 0.2s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
    -moz-transition: all, 0.2s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
    -ms-transition: all, 0.2s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
    -o-transition: all, 0.2s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
    transition: all, 0.2s, 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.2s 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 { transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); visibility: hidden} /* 22.01.10 */
.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-quick Section - Main Page
/* ------------------------------------------------------------------ */
#main-quick {
    padding: 60px 0 ;
    background: #fff;  /* fallback for old browsers */
    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 { width: 25%; margin-bottom: 0; text-align: center; text-transform: uppercase;}
#main-quick .quick-inner .item-box a {color: #666;display: block;}
#main-quick .quick-inner .item-box a h6 {position: relative; display: inline-block; 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 .2s ease;
}
#main-quick .quick-inner .item-box a h6:before{
    content: '';
    position: absolute;
    transition: transform .2s ease;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background: #caedeb;
    transform: scaleX(0);
}
#main-quick .quick-inner .item-box a:hover {color: #245aaf;}
#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: 40px 0 20px;}
    #main-quick .quick-inner {flex-wrap: wrap; }
    #main-quick .quick-inner .item-box {width: 50%; min-height: auto; margin-bottom: 0; padding: 20px 10px;}
    #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;}
}


/* ------------------------------------------------------------------ */
/* box2 Section - Main Page
/* ------------------------------------------------------------------ */
#box2 {padding:60px 0px; background: #fff url('../images/youtube-bg.jpg') no-repeat 50% 50% / cover; position:relative; overflow: hidden;}
#box2 h1 {margin-bottom: 10px; font-size: 36px; font-weight: 700; color: #666; text-align: center; text-transform: uppercase;}
#box2 h3 {margin-bottom: 30px; font-size: 18px; text-align: center; font-weight: 500;}
#box2 h3 span {font-weight: 700;}
#box2 .box_wrap {float: left; display: block; width: 50%; padding: 0 20px;}
#box2 .box_wrap .box_inner {
	position:relative;
	width:100%;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	overflow: hidden;
}
#box2 .box_wrap:nth-child(1) .box_inner .photo {background-image:url('../images/quick_bg01.jpg');}
#box2 .box_wrap:nth-child(2) .box_inner .photo {background-image:url('../images/quick_bg02.jpg');}

#box2 .box_wrap .box_inner .photo{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	z-index: 0;
}
#box2 .box_wrap .box_inner:hover .photo {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#box2 .box_wrap .box_inner a { display:block; position: relative; width: 100%; padding-top:50%; background: rgba(0,0,0,0.2); z-index: 1}
#box2 .box_wrap .box_inner a:hover { background: rgba(0,0,0,0.6);}

#box2 .box_wrap a * {color:#fff; display:block; line-height: 1;}

#box2 .box_wrap .txt {position:absolute; top:50%; left: 50%; width: 100%; text-align: center; transform: translate(-50%, -50%); z-index: 2}
#box2 .box_wrap .txt h3 {margin-bottom: 10px; font-size:22px; font-weight:700;}
#box2 .box_wrap .txt p {margin-top:23px; font-size:16px; font-weight:400; line-height:1.3;}
#box2 .box_wrap .txt .more {display: inline-block; margin-top: 20px; padding: 7px 14px; font-size: 11px; color: #222; background: rgba(255,255,255,0.8); border-radius: 13px; }


@media screen and (max-width: 810px) {
	#box2 {padding:60px 10px;}
	#box2 h1 {font-size: 28px;}
	#box2 .box_wrap {padding: 0 20px;}
	#box2 .box_wrap .box_inner a::after {width:40px; height:40px;}
	#box2 .box_wrap .box_inner h3 {font-size:20px;}
	#box2 .box_wrap .box_inner p {margin-top:10px; font-size:14px;}
}
@media screen and (max-width: 640px) {
	#box2 {padding:40px 10px;}
	#box2 .box_wrap {width:100%;  float:none; margin-bottom: 10px; padding: 0;}

}



/* ------------------------------------------------------------------ */
/* 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: 'Oxygen', 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
/* ------------------------------------------------------------------ */
#output {padding: 60px 0; background: #fff;}
#output .output-wrap h6 {
	position: relative;
	margin-bottom: 20px; font-weight: 700; color: #666; text-transform: uppercase;
	border-bottom: 0px solid #ccc;
}
#output .output-wrap h6 .more {position: absolute;right: 0; }
#output .output-wrap h6 .more a {padding: 5px; font-size: 18px;}
#output .output-wrap  hr {
	border: solid #666;
	border-width: 3px 0 0;
	width: 100%;
	margin: 5px 0 10px;
	height: 0;
	clear: both;
	text-align: left;
}

#output .output-wrap:hover hr {border-color: #444; width: 100%; text-align: left;}
#output .output-wrap.contact .tel { margin-bottom: 10px !important; font-size: 36px; color: #666; line-height: 1;letter-spacing: 0em; font-weight: 700;}
#output .output-wrap.contact ul li {margin-bottom: 5px; font-size: 13px;}
#output .output-wrap.contact .button {width: 100%; margin-top: 20px; text-align: center;}

/* Board Output */
#output .output-wrap table.board_out {}
#output .output-wrap table.board_output {}
#output .output-wrap table.board_output tbody {}
#output .output-wrap table.board_output tbody tr td {}
#output .output-wrap table.board_output tbody tr td:nth-child(1) img {display: none;} /* dot img */
#output .output-wrap table.board_output tbody tr td:nth-child(3) {color: #aaa; line-height: 30px; text-align: right;} /* date */
#output .output-wrap table.board_output tbody tr td a {line-height: 30px;}

#output .output-wrap table.board_output tbody .board_output_1_tr {line-height: 48px; border-bottom: 1px solid #e5e5e5;}
#output .output-wrap table.board_output .board_output_1_tr .bd_out1 {}
#output .output-wrap table.board_output .board_output_1_tr .bd_out1 a {}
#output .output-wrap table.board_output .board_output_1_tr .bd_out1 a:hover {}


@media screen and (max-width: 810px) {
    #output {padding: 30px 10px !important; }
	#output .output-wrap {margin-bottom: 30px;}
    #output .output-wrap .board_out {margin-bottom: 30px;}
    #output .output-box:last-child {margin-bottom: 0;}

}
@media screen and (max-width: 640px) {
	#output .output-wrap table.board_output tbody .board_output_1_tr {line-height: 36px; }
	#output .output-wrap table.board_output tbody tr td,
	#output .output-wrap table.board_output tbody tr td a {font-size: 14px;}
}
