/* ------------------------------------------------------------------ */
/* Color
main : d80100    red
point : 85a222   green
point : 9fd900   green
point : b8d900   green
point : f2da00   yellow
point : 2e2e2e      gray
bebaaf

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
}
'Pretendard', 'notokr', sans-serif   'FontAwesome',
/* ------------------------------------------------------------------ */
/* ================================================================== */
hr {
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* Intro Section
------------------------------------------------------------------ */
/* Intro Section
------------------------------------------------------------------ */
#intro { position: relative; overflow: hidden;}
/* 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 [class*="color"] {min-width: 1200px;}

.id-Slider .item .caption > div { display: inline-block !important; vertical-align: middle; padding: 20px; border: 0px solid #FFF;}

.caption h1 { font: 68px/1.1 'Pretendard', sans-serif; font-weight: 200; padding: 0; margin: 0 0 30px 0; letter-spacing: 0.0em; text-shadow: 0 0 10px rgba(0,0,0,0.7); text-align: left; text-transform: uppercase; }
.caption h1 span { font-weight: 700; }
.caption h1:after {}
.caption h2 {
  font: 26px/1.5 'Pretendard', sans-serif;
  font-weight: 400; text-align: left;
  padding: 0;
  margin: 0 0 18px 5px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.caption h2 span {font-weight: 700;}
.caption h3 { font: 24px/1.2 'Pretendard', sans-serif; font-weight: 400; max-width: 980px; height: 60px; padding: 0; margin: 0 auto;  text-align: left;}
.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 "Pretendard",sans-serif; padding: 0; margin: 12px 8% 0; color: #fff ; background: #332f25;}
.caption .color1 {color:#fff; float:none !important}
.caption .color2 {color:#222; float:none !important}
@media screen and (max-width: 768px) {
	.id-Slider .item .caption {}
  .id-Slider .item .caption [class*="color"] {min-width: 100%;}
	.caption h1 {font-size: 48px;}
	.caption h3 {font-size: 22px;}
	.caption hr {width: 50%; margin:15px auto 20px;}
}

@media screen and (max-width:480px) {
	.id-Slider .item .caption {padding: 0 10px; text-align: left;}
	.caption h1 {font-size: 36px; margin-bottom: 20px;}
	.caption h2 {font-size: 16px;}
	.caption h3 {font-size: 14px;}
	.caption hr {display: none; width: 60%;}
}

/* ==== Slider Style === */
.id-Slider { overflow: hidden; background: #000;}

.Grid1k { padding: 0 15px; max-width: 1200px;  margin: auto;}
.blocks-box, .slick-slider { margin: 0; padding: 0;}
.slick-slide { float: left  /* If RTL Make This Right */ ; padding: 0;}

.id-Slider .item { overflow: hidden;}
.id-Slider .item .img-fill { min-height: 650px }

@media screen and (max-width: 768px) {
  .id-Slider .item .img-fill { height: auto; min-height: 450px; }
}
@media screen and (max-width: 480px) {
  .id-Slider .item .img-fill { height: auto; min-height: 360px; }
}

.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}
.img-fill > img { width: 100%; position: relative; display: inline-block; max-width: none;}
.img01 {
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/1.jpg") repeat-x scroll 50% 50% / cover;
	height: 100%; width: 100%
}
.img02 {
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url("../images/2.jpg") repeat-x scroll 50% 50% / cover;
	height: 100%; width: 100%
}
.img03 {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), 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: none !important; margin-top: 60px; transform: scale(3);}
}


/* .id-Slider .item .img-fill img{ -webkit-filter:blur(5px); filter:blur(5px);}  */ /* 19.10.29 */

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

/* caption out */
.id-Slider .item.slick-active h1 {  -webkit-animation: flipInX 1s both 1s;  animation: flipInX 1s both 1s;}
.id-Slider .item.slick-active .caption > div { -webkit-animation: fadeIn 0.5s both 0.5s;  animation: fadeIn 0.5s both 0.5s;}
.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 1s both 1s;
          animation:fadeInDown 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: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
------------------------------------------------------------------ */
.id-Slider .NextArrow:before { content: '\f105';}
.id-Slider .PrevArrow:before { content: '\f104';}
.id-Slider .NextArrow, .id-Slider .PrevArrow {
	position: absolute;
	top: 50%;
	width: 70px;
	height: 70px;
	background: rgba(0, 0, 0, .0);
	border: 0 none;
	transform: translateY(-50%);
	text-align: center;
	font: 70px/70px FontAwesome;
	color: rgba(255, 255, 255, .0);
	border-radius: 5px;
	z-index: 5;
	cursor: pointer;
	transition: all 0.5s;
}
.id-Slider .NextArrow { right: -10px;}
.id-Slider .PrevArrow { left: -10px;}
.id-Slider:hover .NextArrow { right: 10px;}
.id-Slider:hover .PrevArrow { left: 10px;}
.id-Slider:hover .NextArrow, .id-Slider:hover .PrevArrow {background: none;color: rgba(255, 255, 255, .9);}

@media screen and (max-width: 768px) {
  .id-Slider .PrevArrow , .id-Slider .NextArrow {display: none !important;}
}

/* Paging
------------------------------------------------------------------ */
.id-Slider .slick-dots {
  position: absolute;
  height: 30px;
  bottom: 0px;
  width: 100%;
  left: 0px;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  text-align: center;
}
.id-Slider .slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: Transparent;
  transition: all 0.5s;
  border-radius: 50%;
  border: 2px solid #FFF;
  margin: 0 2.5px;
  cursor: pointer;
  position: relative;
}
.id-Slider .slick-dots li.slick-active { background: #fff; box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .28);}
.id-Slider .slick-dots li a {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 120px;
  height: 75px;
  display: block;
  visibility: hidden;
  border: 4px solid rgba(0, 0, 0, .50);
  margin-left: -60px;
  margin-bottom: 15px;
  transition: visibility 0.5s linear 0.5s;
  -webkit-animation: fadeOut 0.5s both;
  animation: fadeOut 0.5s both;
}

.id-Slider .slick-dots li a:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 100%;
  width: 0;
  height: 0;
  border: 8px solid Transparent;
  box-sizing: border-box;
  border-top-color: rgba(0, 0, 0, .50);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
  margin-top: 4px;
}
.id-Slider .slick-dots li:hover a { visibility: visible; transition-delay: 0s; -webkit-animation: fadeIn 0.5s both; animation: fadeIn 0.5s both;}
.id-Slider .slick-dots li a img { width: 100%; height: 100%;}

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

@media screen and (max-width: 1020px) {
}


@media screen and (max-width:480px) {
}

/* main page - common */
article .inner h1 { color: #0d86ff; font-size: 36px; text-align: center; line-height: 47px; }
article .inner h1:before { content: ''; display: inline-block; width: 7px; height: 14px; margin-right: 9px; border-top: 2px solid #0d86ff; border-left: 2px solid #0d86ff; box-sizing: border-box; vertical-align: top; }
article .inner h1:after { content: ''; display: inline-block; width: 7px; height: 14px; margin-left: 9px; border-bottom: 2px solid #0d86ff; border-right: 2px solid #0d86ff; box-sizing: border-box; vertical-align: bottom; }
@media screen and (min-width: 768px) {
	/* main page - common */
	article .inner h1 { font-size: 54px; line-height: 67px; }
	article .inner h1:before { width: 10px; height: 22px; margin-right: 15px; }
	article .inner h1:after { width: 10px; height: 22px; margin-left: 15px; }
	article .inner a.more { width: 26px; height: 26px; }
	article .inner a.more:before { width: 14px; height: 2px; margin-left: -7px; }
	article .inner a.more:after { width: 2px; height: 14px; margin-top: -7px; }
	article .inner .msg { margin-top: 20px; font-size: 16px; line-height: 24px; }
}



/* ------------------------------------------------------------------ */
/* main-quick Section - Main Page
/* ------------------------------------------------------------------ */



/* box4 Section - Main Page
/* ------------------------------------------------------------------ */
#box4 {
  margin: 0px 0 0px;
padding: 20px 0;
height: 100%;
width: 100%;
  /* border-bottom: 1px solid #e5e5e5; */
}
#box4 .box-wrap {
display: flex;
  flex-wrap: wrap; 
align-items: stretch;
}
#box4 .box-wrap .box_container {
  position: relative;
width: calc(100% / 4);
margin: 0;
}
#box4 .box-wrap .box_container:after {
  display: block; content:"";
  width: 1px; height: 100%;
  background: #e5e5e5;
  position: absolute; right:0; top:50%; transform:translateY(-50%);
}

#box4 .box-wrap .box_container:nth-child(4):after {display: none;}

#box4 .box-wrap .box_container .box-inner {position: relative; height: 100%; padding: 20px 35px 20px; transition: all .2s ease-in-out;}
#box4 .box-wrap .box_container .box-inner:hover {color:#d80100;}
#box4 .box-wrap .box_container .box-inner h4 {font-weight: 700; line-height: 1.2; margin-bottom: 0px; text-transform: uppercase;}
#box4 .box-wrap .box_container .box-inner h6 {font-weight: 700; line-height: 1.2; color: #aaa; }
#box4 .box-wrap .box_container .box-inner p {font-size: 15px; line-height: 1.5;}
#box4 .box-wrap .box_container .box-inner hr {
  border: solid #666;
  border-width: 1px 0 0;
  width: 30px;
  margin: 10px 0 20px ;
  height: 0;
  clear: both;
  text-align: left;
}
#box4 .box-wrap .box_container .box-inner:hover h4 + hr {	border-color: var(--point-3);}

@media screen and (max-width: 810px) {
  #box4 { padding: 0px 0px;}
  #box4 .box-wrap { flex-wrap: wrap; margin: 0; padding: 0;}
  #box4 .box-wrap .box_container { width: 50%; margin: 0; min-height: 160px; border-bottom: 1px solid #e5e5e5;}
  #box4 .box-wrap .box_container .box-inner { padding: 30px 20px;}
  #box4 .box-wrap .box_container .box-inner h1 {margin-bottom: 20px; font-size: 20px;}
  #box4 .box-wrap .box_container .box-inner a {right: 0; bottom: 5px;}
}

@media screen and (max-width: 640px) {
  #box4 { padding: 0px 0px;}
  #box4 .box-wrap { margin: 0; padding: 0;}
  #box4 .box-wrap .box_container { width: 50%; margin: 0; }
  #box4 .box-wrap .box_container .box-inner { padding: 30px 20px;}
  #box4 .box-wrap .box_container .box-inner h1 {margin-bottom: 20px; font-size: 20px;}
  #box4 .box-wrap .box_container .box-inner a {right: 0; bottom: 5px;}
  #box4 .box-wrap .box_container .box-inner p {font-size: 15px;}
}

/* ------------------------------------------------------------------ */
/* main-help Section - Main Page
/* ------------------------------------------------------------------ */
#box-2 {padding: 40px 0 20px;}


