/* General */
@media (min-width: 768px) {
  .g-blur { overflow: hidden; }
  .g-blur .wrapper,
  .g-blur .outside-more-articles {
    filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="7" /></filter></svg>#blur');
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='7');
    -webkit-filter: blur(7px);
    -moz-filter:blur (7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
  }
  body.header-fixed-space-v2.g-blur { padding-top: 0; }
}


/* Slick slider */
.slick-slide {
  outline: none;
}
.slick-dots {
  padding: 40px 0 0;
  margin: 0;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #676767;
  border-radius: 50%;
}
.slick-dots li.slick-active {
  background: #0d72ba;
}
.slick-dots li button {
  display: none;
}
.slick-arrow {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #111;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  z-index: 2;
}
.slick-arrow:hover {
  color: #111;
  background: #0d72ba;
}

/* Sky Form Styles */
.sky-form .input input,
.sky-form .textarea textarea,
.sky-form .input input:hover,
.sky-form .textarea textarea:hover {
  color: #999;
  border-color: #ececec;
  border-radius: 30px;
  background: transparent;
}
.sky-form .textarea textarea,
.sky-form .textarea textarea:hover {
  border-radius: 20px;
}
.sky-form .input input:focus,
.sky-form .textarea textarea:focus {
  color: #999;
  border-color: #ececec;
}

.btn-u {
  color: #fff;
  background: #0d72ba;
}
.btn-u:hover,
.btn-u:focus {
  color: #fff;
  background: #f25b26;
}
.btn-u.btn-brd {
  color: #fff;
  border: solid 1px rgba(255,255,255,.5);
}
.btn-u.btn-brd:hover,
.btn-u.btn-brd:focus {
  color: #fff;
  background: #8fa834;
  border: solid 1px transparent;
}
.btn-u-upper {
  
}
.btn-u-lg,
a.btn-u-lg,
.btn-u.btn-brd {
  font-size: 16px;
  
  border-radius: 50px;
  padding: 20px 80px;
}
@media (max-width: 500px) {
  .btn-u-lg,
  a.btn-u-lg,
  .btn-u.btn-brd {
    padding: 10px 20px;
  }
}

/* General use classes */
.g-padding-0 {
	padding: 0;
}
.no-side-padding {
	padding-left: 0;
	padding-right: 0;
}
.g-margin-0 {
  margin: 0;
}

@media (min-width: 600px) {
	.visible-2xs {
		display: none;
	}
}
@media (max-width: 600px) {
	.hidden-2xs {
		display: none;
	}
	.col-2xs-12 {
		width: 100%;
	}
  .text-center--2xs {
    text-align: center;
  }
}
@media (min-width: 500px) {
	.visible-3xs {
		display: none;
	}
}
@media (max-width: 500px) {
	.hidden-3xs {
		display: none;
	}
  .col-3xs-12 {
    width: 100%;
  }
  .text-center--3xs {
    text-align: center;
  }
}

.g-color-default { color: #0d72ba !important; }
.g-color-white { color: #fff !important; }
.g-color-white-dark { color: rgba(255,255,255,.7) !important; }
.g-color-white--darker { color: rgba(255,255,255,.5) !important; }
.g-color-white--darkest { color: rgba(255,255,255,.3) !important; }

.g-bg-default { background-color: #0d72ba !important; }
.g-bg-dark { background-color: #2c2c2c !important; }
.g-bg-gray { background-color: #505050 !important; }
.g-bg-gray--light { background-color: #fafafa !important; }

.g-block-middle {
/*   position: relative;
  top: 50%;
  transform: translateY(-50%); */
}

i.icon-lg {
  width: 80px;
  height: 80px;
  font-size: 30px;
  line-height: 73px;
  
  border-width: 3px;
  margin-bottom: 25px;
}
i.icon-color-default {
  border-color: #0d72ba;
  font-style: normal;
}

.g-margin-side-auto {
  margin-left: auto;
  margin-right: auto;
}
.g-max-width--770 {
  max-width: 770px;
  position: relative;
}

.g-dp-table {
 display: table;
}
.g-dp-table-cell {
 display: table-cell;
}
.g-va-top {
 vertical-align: top;
}
.g-va-middle {
 vertical-align: middle;
}
.g-va-bottom {
 vertical-align: bottom;
}

.g-padding-5  { padding: 5px;}
.g-padding-10 { padding: 10px;}
.g-padding-15 { padding: 15px;}
.g-padding-20 { padding: 20px;}
.g-padding-25 { padding: 25px;}
.g-padding-30 { padding: 30px;}
.g-padding-35 { padding: 35px;}
.g-padding-40 { padding: 40px;}
.g-padding-45 { padding: 45px;}
.g-padding-50 { padding: 50px;}

.g-pt-10 { padding-top: 10px;}
.g-pt-20 { padding-top: 20px;}
.g-pt-30 { padding-top: 30px;}
.g-pt-40 { padding-top: 40px;}
.g-pt-50 { padding-top: 50px;}
.g-pt-60 { padding-top: 60px;}
.g-pt-70 { padding-top: 70px;}
.g-pt-80 { padding-top: 80px;}
.g-pt-85 { padding-top: 80px;}
.g-pt-90 { padding-top: 90px;}
.g-pt-100 { padding-top: 100px;}
.g-pt-110 { padding-top: 110px;}
.g-pt-120 { padding-top: 120px;}
.g-pt-130 { padding-top: 130px;}
.g-pt-140 { padding-top: 140px;}
.g-pt-150 { padding-top: 150px;}
.g-pt-160 { padding-top: 160px;}
.g-pt-170 { padding-top: 170px;}

.g-pb-5 { padding-bottom: 5px;}
.g-pb-10 { padding-bottom: 10px;}
.g-pb-20 { padding-bottom: 20px;}
.g-pb-25 { padding-bottom: 25px;}
.g-pb-30 { padding-bottom: 30px;}
.g-pb-40 { padding-bottom: 40px;}
.g-pb-50 { padding-bottom: 50px;}
.g-pb-60 { padding-bottom: 60px;}
.g-pb-70 { padding-bottom: 70px;}
.g-pb-75 { padding-bottom: 75px;}
.g-pb-80 { padding-bottom: 80px;}
.g-pb-90 { padding-bottom: 90px;}
.g-pb-100 { padding-bottom: 100px;}

.g-pl-10 { padding-left: 10px;}
.g-pl-20 { padding-left: 20px;}
.g-pl-30 { padding-left: 30px;}
.g-pl-40 { padding-left: 40px;}
.g-pl-50 { padding-left: 50px;}
.g-pl-60 { padding-left: 60px;}
.g-pl-70 { padding-left: 70px;}
.g-pl-80 { padding-left: 80px;}
.g-pl-90 { padding-left: 90px;}
.g-pl-100 { padding-left: 100px;}

.g-pr-10 { padding-right: 10px;}
.g-pr-20 { padding-right: 20px;}
.g-pr-30 { padding-right: 30px;}
.g-pr-40 { padding-right: 40px;}
.g-pr-50 { padding-right: 50px;}
.g-pr-60 { padding-right: 60px;}
.g-pr-70 { padding-right: 70px;}
.g-pr-80 { padding-right: 80px;}
.g-pr-90 { padding-right: 90px;}
.g-pr-100 { padding-right: 100px;}

.g-mt-10 { margin-top: 10px !important;}
.g-mt-20 { margin-top: 20px !important;}
.g-mt-30 { margin-top: 30px !important;}
.g-mt-40 { margin-top: 40px !important;}
.g-mt-50 { margin-top: 50px !important;}
.g-mt-60 { margin-top: 60px !important;}
.g-mt-70 { margin-top: 70px !important;}
.g-mt-80 { margin-top: 80px !important;}
.g-mt-90 { margin-top: 90px !important;}
.g-mt-100 { margin-top: 100px !important;}

.g-mb-5 { margin-bottom: 5px !important;}
.g-mb-10 { margin-bottom: 10px !important;}
.g-mb-15 { margin-bottom: 15px !important;}
.g-mb-20 { margin-bottom: 20px !important;}
.g-mb-25 { margin-bottom: 25px !important;}
.g-mb-30 { margin-bottom: 30px !important;}
.g-mb-35 { margin-bottom: 35px !important;}
.g-mb-40 { margin-bottom: 40px !important;}
.g-mb-45 { margin-bottom: 45px !important;}
.g-mb-50 { margin-bottom: 50px !important;}
.g-mb-55 { margin-bottom: 55px !important;}
.g-mb-60 { margin-bottom: 60px !important;}
.g-mb-65 { margin-bottom: 65px !important;}
.g-mb-70 { margin-bottom: 70px !important;}
.g-mb-75 { margin-bottom: 75px !important;}
.g-mb-80 { margin-bottom: 80px !important;}
.g-mb-85 { margin-bottom: 85px !important;}
.g-mb-90 { margin-bottom: 90px !important;}
.g-mb-95 { margin-bottom: 95px !important;}
.g-mb-100 { margin-bottom: 100px !important;}

.g-ml-10 { margin-left: 10px;}
.g-ml-20 { margin-left: 20px;}
.g-ml-30 { margin-left: 30px;}
.g-ml-40 { margin-left: 40px;}
.g-ml-50 { margin-left: 50px;}
.g-ml-60 { margin-left: 60px;}
.g-ml-70 { margin-left: 70px;}
.g-ml-80 { margin-left: 80px;}
.g-ml-90 { margin-left: 90px;}
.g-ml-100 { margin-left: 100px;}

.g-mr-10 { margin-right: 10px;}
.g-mr-20 { margin-right: 20px;}
.g-mr-30 { margin-right: 30px;}
.g-mr-40 { margin-right: 40px;}
.g-mr-50 { margin-right: 50px;}
.g-mr-60 { margin-right: 60px;}
.g-mr-70 { margin-right: 70px;}
.g-mr-80 { margin-right: 80px;}
.g-mr-90 { margin-right: 90px;}
.g-mr-100 { margin-right: 100px;}

@media (max-width: 991px) {
  .g-sm-mb-20 {
    margin-bottom: 20px;
  }
  .g-sm-mb-30 {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .g-3xs-mr-0 {
    margin-right: 0;
  }
  .g-3xs-mb-20 {
    margin-bottom: 20px;
  }
  .g-3xs-mb-30 {
    margin-bottom: 30px;
  }
}

.g-section-bg-gray {
  background: #f8f8f8;
}

.g-display-inline-block {
  display: inline-block;
}
.g-display-table {
  display: table;
  width: 100%;
}
.g-display-td {
  display: table-cell;
}

.g-text-top {
  vertical-align: top;
}
.g-text-middle {
  vertical-align: middle;
}
.g-text-bottom {
  vertical-align: bottom;
}

.g-textarea-noresize {
	resize: none;
}



/* Promo section */
.promo-section {
  position: relative;
  overflow: hidden;
  background: #595654;
}

.promo-item {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
  min-height: 600px;
}
.promo-item .container {
  height: 100vh;
  min-height: 700px;
}
.promo-item-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
  margin: 0 auto;
  font-family: "Titillium Web", nanum, "³ª´®°íµñ", "¸¼Àº°íµñ", "Malgun Gothic", "µ¸¿ò", Dotum, Shruti, Arial;
  z-index: 2;
}
.promo-item-content h3{letter-spacing:-2px !important;}

.promo-item-content.newsView{
  position: relative;
  top: 35%;
  transform: translateY(-50%);
  width: 80%;
  margin: 0 auto;
  font-family: "Titillium Web", nanum, "³ª´®°íµñ", "¸¼Àº°íµñ", "Malgun Gothic", "µ¸¿ò", Dotum, Shruti, Arial;
  z-index: 2;
}
.promo-item-content.newsView h3{font-size:18px;}
.promo-item-content ul{margin-top:50px;}
.promo-item-content dl{overflow:hidden;}
.promo-item-content li{display:block; color:#ffffff; font-size:1em; text-align:left; line-height:28px;}
.promo-item-content li dt{float:left; width:15%; border-bottom:1px solid #ffffff;}
.promo-item-content li dd{float:right; width:80%; color:#c7c7c7}
.promo-item-content li dd p{margin:0;}


@media (max-width: 991px) {
  .promo-item-content {
    width: 100%;
  }
}
.promo-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.2);
}
.promo-section h3 {
  font-size: 50px;
  line-height: 2;
  color: #fff;
  
  letter-spacing: 1px;
  margin: 0 0 20px;
  font-family: "Slim-Joe";
}
.promo-section h3 p{
  font-size: 26px;
  font-family: "Noto Sans", "Verlag-Book","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight:300;
  margin-bottom:20px;
}
.promo-section h3 strong {
  
}
.promo-section p {
  margin: 0 auto 35px;
}
.promo-section dd p {
  max-width: 100%;
}

.promo-section .slick-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  border-top: solid 1px rgba(255,255,255,.2);
}

@media (min-width: 768px) {
  .promo-section .slick-dots {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .promo-section .slick-dots {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .promo-section .slick-dots {
    width: 1170px;
  }
}
.promo-section .slick-dots li {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  
  font-size: 1em;
  font-family: "Titillium Web", nanum, "³ª´®°íµñ", "¸¼Àº°íµñ", "Malgun Gothic", "µ¸¿ò", Dotum, Shruti, Arial;
  font-weight:600;
  vertical-align: top;
  margin: -5px 40px 0;
  padding: 10px 0 0;
  border-top: solid 5px transparent;
  color: #fff;
}
.promo-section .slick-dots .slick-active {
  color: #0d72ba;
  border-color: #0d72ba;
}
@media (max-width: 992px) {
  .promo-section h3 {
    font-size: 30px;
  }
  .promo-section .slick-dots {
    bottom: 0;
    border: none;
  }
  .promo-section .slick-dots li {
    border-color: #fff;
    margin: -2px 20px 0;
    padding: 0;
  }
  .promo-section .slick-dots span {
    display: inline-block;
    text-indent: -10000px;
    width: 30px;
  }
}
@media (max-width: 600px) {
  .promo-section h3 {
    font-size: 22px;
    line-height: 1.4;
  }
  .promo-section p {
    width: 100%;
  }
.promo-item-content li dt{float:left; width:25%; border-bottom:1px solid #ffffff;}
.promo-item-content li dd{float:right; width:70%;}
.promo-item-content li{display:block; color:#ffffff; font-size:0.9em; text-align:left;}


}

