da251c/* ------------------------------------------------------------------ */
/* Color
main : 0057b1   blue 1
point : 00bfc8   blue 2
point : ff403f red
bg : 625b5b

@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',
/* ------------------------------------------------------------------ */
/* ================================================================== */
select {}
/* Intro Section
------------------------------------------------------------------ */
#intro { margin: 100px 0 0 ; padding: 0 0 30px; overflow: hidden; }
@media screen and (max-width:1020px) {
    #intro {margin-top: 0px;}
}

.slider {width: 100%;margin: 0px auto;}
.slick-slide {position: relative; margin: 0 15px; padding: 0px;}
.slick-slide::after {display: block; content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(229 ,229 ,229 ,0.95); z-index: 2}
.slick-slide.slick-center {}
/* .slick-slide.slick-active {box-shadow: 0 0 15px rgba(0,0,0,0.3)} */
.slick-slide.slick-active::after {background: rgba(0,0,0,0.0) !important;  }
/* text */
.slick-slide .slide_content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

.slick-slide .slide_content .caption { text-align: center; color: #fff;}
.caption h1, .caption h2, .caption h3, .caption p {text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);}
.slick-slide .slide_content .caption h1 {
    font: 80px/1.1 'Prompt','Noto Sans KR', sans-serif; font-weight: 700; padding: 0; margin: 0 0 18px 0; letter-spacing: 0em; text-transform: uppercase;
}
.slick-slide .slide_content .caption h1 span { color: #fff; font-weight: 800; }
.slick-slide .slide_content .caption h2 { font: 48px/1.2 'Prompt','Noto Sans KR', sans-serif; font-weight: 200;padding: 0; margin: 0 0 18px 0;}
.slick-slide .slide_content .caption h2 span {font-weight: 400;}
.slick-slide .slide_content .caption h3 {font-weight: 400;}
.slick-slide .slide_content .caption p { margin-bottom: 0; font-size: 18px; font-weight: 500;}
.slick-slide .slide_content .caption .animated { transition: all 0.5s ease;}
.slick-slide .slide_content .button3 {margin-top: 60px;}

.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) {
    .slick-slide {margin: 0 !important;}
    .slick-slide .slide_content .caption h1 {font-size: 50px;}
    .slick-slide .slide_content .caption h2 {font-size: 36px;}
    .slick-slide .slide_content .caption h3 {font-size: 22px;}
    .slick-slide .slide_content .button3 { margin-top: 30px;}
}

@media screen and (max-width: 480px) {
    .slick-slide .slide_content .caption h1 {font-size: 30px; margin-bottom: 10px;}
    .slick-slide .slide_content .caption h2 {font-size: 24px; margin-bottom: 10px;}
    .slick-slide .slide_content .caption h3 {display: none;}
    .slick-slide .slide_content .button3 { margin-top: 20px; padding: 3px 15px; font-size: 12px;}
}
/* Text Animation
------------------------------------------------------------------ */
@media screen and (max-width: 810px) {
    .id-Slider .slick-slide h1 { -webkit-animation: zoomOut 2s both;  animation: zoomOut 2s both;}
    .id-Slider .slick-slide h2 { -webkit-animation: fadeOutDown 1s both;  animation: fadeOutDown 1s both;}
    .id-Slider .slick-slide h3 { -webkit-animation: fadeOutDown 1s both;  animation: fadeOutDown 1s both;}
    .id-Slider .slick-slide .button3 { -webkit-animation: fadeOutDown 1s both;  animation: fadeOutDown 1s both;}

    /* caption out */
    .id-Slider .slick-slide.slick-active .caption > div { -webkit-animation: fadeIn 0.2s both 0.2s;  animation: fadeIn 0.2s both 0.2s;}

    .id-Slider .slick-slide.slick-active h1 {  -webkit-animation: flipInX 1s both 1s;  animation: flipInX 1s both 1s;}
    .id-Slider .slick-slide.slick-active h2 {  -webkit-animation: fadeInUp 1s both 1.2s;  animation: fadeInUp 1s both 1.2s;}
    .id-Slider .slick-slide.slick-active h3 {  -webkit-animation: fadeInUp 1s both 1.2s;  animation: fadeInUp 1s both 1.2s;}
    .id-Slider .slick-slide.slick-active .button3 {  -webkit-animation: fadeInUp 1s both 1.2s;  animation: fadeInUp 1s both 1.2s;}

    /* caption in */
    .id-Slider .slick-slide.slick-active h1{
      -webkit-animation:fadeInDown 1s both 1s;
              animation:fadeInDown 1s both 1s;
    }
    .id-Slider .slick-slide.slick-active h2{
      -webkit-animation:fadeInUp 1s both 1.2s;
              animation:fadeInUp 1s both 1.2s;
    }
    .id-Slider .slick-slide.slick-active h3{
      -webkit-animation:fadeInUp 1s both 1.5s;
              animation:fadeInUp 1s both 1.5s;
    }
    .id-Slider .slick-slide.slick-active p{
      -webkit-animation:fadeIn 1s both 1.5s;
              animation:fadeIn 1s both 1.5s;
    }
    .id-Slider .slick-slide.slick-active .button3{
      -webkit-animation:fadeInUp 1s both 1.5s;
              animation:fadeInUp 1s both 1.5s;
    }
    .id-Slider .slick-slide:nth-child(odd) {  -webkit-animation: ShutterOutV 0.3s both;  animation: ShutterOutV 0.3s both;}
    .id-Slider .slick-slide.slick-active:nth-child(odd) {  -webkit-animation: ShutterInH 0.3s both;  animation: ShutterInH 0.3s both;}
    .id-Slider .slick-slide:nth-child(even) {  -webkit-animation: ShutterOutH 0.3s both;  animation: ShutterOutH 0.3s both;}
    .id-Slider .slick-slide.slick-active:nth-child(even) {  -webkit-animation: ShutterInV 0.3s both;  animation: ShutterInV 0.3s both;}

}


.slick-slide img {width: 100%;}
.slick-dots {bottom: 5px !important;}
.slick-dots li button:before {font-size: 6px; !important}

/* Next, Prev
------------------------------------------------------------------ */
.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, .1);
	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: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  -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;
}
@media screen and (max-width:640px) {
    .slick-arrow:before { width: 16px; height: 16px; }
}
.id-Slider .NextArrow { right: -40px;}
.id-Slider .PrevArrow { left: -40px;}
.id-Slider:hover .NextArrow { right: -8px;}
.id-Slider:hover .PrevArrow { left: -8px;}
.id-Slider:hover .NextArrow, .id-Slider:hover .PrevArrow {background: rgba(0, 0, 0, .7) ;color: rgba(255, 255, 255, 1);}

.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: 810px) {
  .id-Slider .PrevArrow , .id-Slider .NextArrow {display: none !important;}
}



/* ------------------------------------------------------------------ */
/* main-quick Section - Main Page
/* ------------------------------------------------------------------ */
#main-quick {
    padding: 40px 0 60px;
    background: #fff;  /* fallback for old browsers */
    border-top: 0px 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 { 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; font-family: 'Prompt'; line-height: 1.1; font-weight: 600;}
#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: #0057b1;
    transform: scaleX(0);
}
#main-quick .quick-inner .item-box a:hover {color: #0057b1;}
#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: 10px 0 40px;}
    #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: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;}
}

/* ------------------------------------------------------------------ */
/* catchphrase Section - Main Page
/* ------------------------------------------------------------------ */
#catchphrase {padding: 30px 0 100px;text-align: center;}
#catchphrase h3 {margin-bottom: 30px;}
#catchphrase .header {
	font-family: "Barlow";
    text-transform: uppercase;
    font-style: normal;
    display: block;
    font-size: 100px;
    color: #ff410d;
    font-weight: 700;
    letter-spacing: 25px;
	border-top: 0px double #888;
    border-bottom: 15px double #888;
    padding: 20px 0;
	line-height: 1;
}
#catchphrase .header span {color: #da251c;}
#catchphrase p {
    margin-top: 20px; padding: 0 80px;
    font-family: "Rokkitt"; font-size: 66px; color: #888; font-weight: 300; text-transform: uppercase; line-height: 1;
}
#catchphrase hr {
	border: solid #161117;
	border-width: 4px 0 0;
	width: 70px;
	margin: 20px auto 60px auto;
	height: 0;
	clear: both;
	text-align: left;
	-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;
}
#catchphrase:hover h3 + hr {	border-color: #113f8c; width: 140px; text-align: center;}
@media screen and (max-width: 810px) {
	#catchphrase {padding: 30px 20px;}
	#catchphrase .header {font-size: 38px;}
    #catchphrase p {padding: 0; font-size: 44px;}
}

@media screen and (max-width: 640px) {
	#catchphrase .header {font-size: 28px; border-bottom: 8px double #888;}
    #catchphrase p {padding: 0; font-size: 32px;}
}

/* ------------------------------------------------------------------ */
/* box2 Section - Main Page
/* ------------------------------------------------------------------ */
#box-2 {padding: 80px 0; background: #f8f8f8; border-bottom: 1px solid #eee}
#box-2 .box-wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: stretch;
	width: calc(100% + 20px);
	margin-left: -10px;
}
#box-2 .box_container {
	width: calc(50% - 20px);
	min-height: 300px;
	margin: 0 10px;
    padding: 50px 55px 40px 55px;
	/* transition:width .3s ease, transform .3s ease; */
	 -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
 }
#box-2 .box_container:hover {
	transform:translateY(-15px);
	box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
 }
#box-2 .box_container:nth-child(1) {
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(31, 38, 34, 0.7)), url("../images/quick_bg01.jpg") no-repeat 50% 50% / cover;
}
#box-2 .box_container:nth-child(2) {
	background: linear-gradient(rgba(46, 102, 161, 0.9),rgba(0, 87, 178, 0.8)), url("../images/quick_bg02.jpg") no-repeat 50% 50% / cover;
}


#box-2 .box_container .box-inner {position: relative; height: 100%; color: #fff;}
#box-2 .box_container .box-inner h1 {font-size: 40px; font-weight: 400; line-height: 1.2; margin-bottom: 50px; text-transform: uppercase;}
#box-2 .box_container .box-inner h3 {font-size: 20px; font-weight: 700; line-height: 1.2;}
#box-2 .box_container .box-inner p {font-size: 14px;}
/* #box-2 .box_container .box-inner a {position: absolute; bottom: 0; font-size: 14px; font-weight: 700; color: #fff; border-bottom: 2px solid #fff;margin-left: 5px;} */
@media screen and (max-width: 1280px) {
	#box-2 .box_container {float: left; width: calc(50% - 20px); padding: 40px 35px 25px 35px;}
	#box-2 .box_container .box-inner h1 {font-size: 36px;}
	#box-2 .box_container .box-inner h3 {font-size: 24px;}
}
@media screen and (max-width: 810px) {
	#box-2 {padding: 0 5px;}
	#box-2 .box-wrap {flex-wrap: wrap; width: 100%; margin-left: 0;}
	#box-2 .box_container {float: left; width: calc(50% - 10px); margin: 5px; min-height: 210px; padding: 40px 55px 25px 55px;}
}

@media screen and (max-width: 640px) {
	#box-2 { flex-direction: column; padding: 50px 10px 0;}
	#box-2 .box-wrap {}
	#box-2 .box_container { width: 100%; min-height: auto; margin: 5px 0; padding: 40px 25px 25px;}
	#box-2 .box_container .box-inner h1 {margin-bottom: 30px; font-size: 24px;}
	#box-2 .box_container .box-inner a {right: 0; bottom: 5px;}
}


/* ------------------------------------------------------------------ */
/* Output Section - Main Page
/* ------------------------------------------------------------------ */
#output {padding: 80px 0; background: #fff;}
#output .output-wrap h6 {
	position: relative;
	margin-bottom: 20px;
    font-family: 'Prompt';font-weight: 500; 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;} /* 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: 30px;}
#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) {

}
