@charset "UTF-8";

/* CSS Document */
/*메인슬라이더*/
.mainslider {
  position: relative;
  clear: both;
  padding: 0 !important;
  border-top: 0;
}

@media(max-width:1200px) {
  .sunlin ul.menu li {
    width: 90%;
    margin: 5px 10px;
  }

  .mainslider {
    margin-top: 0px !important;
    height: auto !important;
  }
}

@media(max-width:480px) {
  .mainslider {
    margin-top: 0px !important;
    height: auto !important;
  }
}

.section-header {
  padding: 0 0 30px 0;
  text-align: left;
  display: block;
  margin: 0 auto;
}

.section-header h2 {
  margin-top: 27px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 30px;
  position: relative;
}

.section-header h2:before {
  content: '';
  display: block;
  width: 69px;
  height: 10px;
  border-radius: 0px;
  background-color: #0594d6;
  position: absolute;
  top: -25px;
  left: 7px;
  margin-left: -5px;
  margin-top: 0px;
}



.sector {
  width: 100%;
  margin: 0 auto;
}

.only_pc {
  display: block;
}

.only_mobile {
  display: none;
}

@media(max-width:1600px) {
  .only_pc {
    display: none;
  }

  .only_mobile {
    display: block;
    padding: 0 0px;
    width: 1076px;
    margin: 0 auto;
  }
}

@media(max-width:1200px) {
  .sector {
    width: 100%;
    margin: 0 auto;
  }

  .only_pc {
    display: none;
  }

  .only_mobile {
    display: block;
    padding: 0 0px;
    width: 915px;
    margin: 0 auto;
  }
}

@media(max-width:992px) {
  .only_mobile {
    display: block;
    padding: 0 20px;
    width: 720px;
    margin: 0 auto;
  }
}

@media(max-width:767px) {
  .only_mobile {
    display: block;
    padding: 0 20px;
    width: 540px;
  }
}

@media(max-width:550px) {
  .only_mobile {
    display: block;
    padding: 0 20px;
    width: 100%;
  }
}

/*happy_share*/
.happy_share_wrap {
  position: absolute;
  width: 1200px;
  height: auto;
  margin: 0 auto;
  top: 50px;
  left: 50%;
  margin-left: -550px;

}

.happy_share {
  width: 447px;
  height: 340px;
  padding: 20px 30px;
  border-radius:20px;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  overflow:hidden;
}

.bank_code {
  height: 100%;
}

.bank_code h4 {
  color: #333;
  /*
  text-shadow:
    -2px -2px 0 #5c0e9d,
    2px -2px 0 #5c0e9d,
    -2px 2px 0 #5c0e9d,
    2px 2px 0 #5c0e9d;
  */
  font-size: 140%;
  font-weight: 700;
  text-align: center;
  padding: 0 0 15px 0;
}

.bank_code .text {
  padding: 0 0px;
}

.bank_code a {
  display: block;
  border: 2px solid #f30;
  color: #333;
  text-align: center;
  padding: 5px 0;
  margin-top: 35px;
  background: #fff;
}

.bank_code a:hover {
  color: #f30;
}

@media(max-width:1200px) {
  .happy_share_wrap {
    position:static;
    top: 0px;
    width: 100% !important;
    left: 0;
    margin-left: 0;
  }

  .happy_share {
    position: static;
    width: 95%;
    height: auto;
    margin:0 auto;
  }

  .bank_code .text {
    text-align: center;
  }

  .bank_code .text h4 {
    display: inline-block;
    margin-right: 15px;
    padding: 10px;
  }

  .bank_code .text h6 {
    display: inline-block;
  }

  .bank_code .text .txt {
    display: inline-block;
  }

  .bank_code .text .txt p {
    display: inline-block;
    margin-right: 15px;
  }

  .bank_code a {
    margin-top: 0;
    display: inline-block;
    padding: 0 10px;
  }
}

@media(max-width:992px) {}

@media(max-width:768px) {}

@media(max-width:480px) {}


ul.slider-point {/* position:absolute; bottom:0; left:0; */
  display: table;
  width: 356px;
  position: absolute;
  right: 0;
  bottom: 0;
}
ul.slider-point li {display:block; width:100%; height:auto; padding:22px 0; background-color:rgba(0, 0, 0, 0.5)}
ul.slider-point li span.tit{display:block; text-align:center; font-size:140%; color:#fff; font-weight:bold;}
ul.slider-point li span.txt{display:block; text-align:center; font-size:110%; color:#ccc;}
ul.slider-point li:nth-child(1){background-color:rgba(4, 92, 166, 0.6)}
ul.slider-point li:nth-child(2){background-color:rgba(0, 158, 203, 0.6)}
ul.slider-point li:nth-child(3){background-color:rgba(0, 188, 203, 0.6)}


@media(max-width:1200px){
ul.slider-point {position:static; width:100%;}
}
@media(max-width:992px){

}
@media(max-width:768px){

}
@media(max-width:480px){

}



/*main_banners*/
ul.main_banners {
  margin: 0 auto 50px;
  width: 1200px;
}

ul.main_banners li {
  display: inline-block;
  width: 32%;
  height: auto;
  background: #fff;
  padding: 30px;
  margin: 20px 5px;
  border-radius: 20px;
}
ul.main_banners li .txt{width:70%; height:90px; padding-top:10px;}
ul.main_banners li h3 {
  line-height: auto !important;
  font-weight: 700;
  font-size: 170%;
}
ul.main_banners li h3.process span{color:#f30; position:relative; padding-right:20px;}
ul.main_banners li h3.process span:after{
  content: '';
      position: absolute;
      top: 12px;
      right: 9px;
      width: 1px;
      height: 12px;
      background: #ccc;

}


ul.main_banners li:nth-child(1) {background:#fff url("/theme/henalhome/design/img/mainicon01.png") right bottom no-repeat;}
ul.main_banners li:nth-child(2) {background:#fff  url("/theme/henalhome/design/img/mainicon02.png") right bottom no-repeat;}
ul.main_banners li:nth-child(3) {background:#fff  url("/theme/henalhome/design/img/mainicon03.png") right bottom no-repeat;}
ul.main_banners li:nth-child(4) {background:#fff  url("/theme/henalhome/design/img/mainicon04.png") right bottom no-repeat;}
ul.main_banners li:nth-child(5) {background:#fff  url("/theme/henalhome/design/img/mainicon05.png") right bottom no-repeat;}
ul.main_banners li:nth-child(6) {background:#fff  url("/theme/henalhome/design/img/mainicon06.png") right bottom no-repeat;}
ul.main_banners.process li:nth-child(1) {background:#fff  url("/theme/henalhome/design/img/mainicon07.png") right bottom no-repeat;}
ul.main_banners.process li:nth-child(2) {background:#fff  url("/theme/henalhome/design/img/mainicon08.png") right bottom no-repeat;}
ul.main_banners.process li:nth-child(3) {background:#fff  url("/theme/henalhome/design/img/mainicon09.png") right bottom no-repeat;}
ul.main_banners.process li:nth-child(4) {background:#fff  url("/theme/henalhome/design/img/mainicon10.png") right bottom no-repeat;}
ul.main_banners.process li:nth-child(5) {background:#fff  url("/theme/henalhome/design/img/mainicon11.png") right bottom no-repeat;}
ul.main_banners.process li:nth-child(6) {background: #fff url("/theme/henalhome/design/img/mainicon12.png") right bottom no-repeat;}


ul.main_banners li a {
  display: inline-block;
  margin-top: 10px;
  background: #fff url("/theme/henalhome/design/img/bg_r_arrow.png") 80px center no-repeat;
  padding: 10px 50px 10px 10px;
}

@media(max-width:1200px) {
  ul.main_banners {
    width: 100%;
    padding: 0 15px;
  }

  ul.main_banners li {
    width: 100%;
    margin: 0 0 5px 0;
  }
}

@media(max-width:992px) {}

@media(max-width:768px) {}

@media(max-width:480px) {}

/*패밀리사이트*/
.familysite {
  width: 1200px;
  margin: 0 auto;
}

@media(max-width:1200px) {
  .familysite {
    width: 100%;
  }
}

/*main_biz*/
ul.main_biz {
  position: absolute;
  width: 1200px;
  height: auto;
  margin: 0 auto;
  bottom: 50px;
  left: 50%;
  margin-left: -550px;
}

ul.main_biz li {
  display: inline-block;
  width: 33%;
  border-radius: 20px;
  background: #f7f7f7;

}
ul.main_biz li a{display:block; width:100%; height:100%; padding: 30px;}

ul.main_biz li:nth-child(1) {
  float:left;
  background: #fff url("/theme/henalhome/design/img/bg_arrow1.png") right bottom no-repeat;
}

ul.main_biz li:nth-child(2) {
  margin:0 5px;
  background: #fff url("/theme/henalhome/design/img/bg_arrow2.png") right bottom no-repeat;
}

ul.main_biz li:nth-child(3) {
  float:right;
  background: #fff url("/theme/henalhome/design/img/bg_arrow3.png") right bottom no-repeat;
}

ul.main_biz li .biz_item{
overflow:hidden;

}

ul.main_biz li .biz_item h5 {
  padding-bottom: 20px;
  font-size: 180%;
  letter-spacing: 0;
}

ul.main_biz li:nth-child(1) .biz_item h5 b {
  color: #2172e0;
}

ul.main_biz li:nth-child(2) .biz_item h5 b {
  color: #219be0;
}

ul.main_biz li:nth-child(3) .biz_item h5 b {
  color: #21d0e0;
}

ul.main_biz li .biz_item .txt {
  float: left;
  width: 50%;
}

ul.main_biz li .biz_item img {
  float: right;
  margin-right: 15px;
  margin-top: -75px;
}

@media(max-width:1200px) {
  ul.main_biz {
    position: static;
    width: 100%;
    margin-left: 0;
    left: 0;
    background: #f3f3f3;
padding: 10px;
  }

  ul.main_biz li {
    width: 32%;
    margin:0 5px;
  }

  ul.main_biz li .biz_item {
    background-image: url() !important;
  }

  ul.main_biz li .biz_item .txt {
    min-height: auto;
    width: 100%;
  }
}

@media(max-width:992px) {
  ul.main_biz li {
    width: 100%;
    margin-bottom:5px !important;
  }
  ul.main_biz li:nth-child(3){float:none;}

}

@media(max-width:768px) {

}

@media(max-width:480px) {

}








p.works_sub_slogan {
  position: absolute;
  top: 10px;
  left: 240px;
  color: #000;
  font-size: 110%;
}

.works_more {
  position: absolute !important;
  top: 10px;
  right: 0px;
}

.more_box_wrap {
  padding: 0 !important;
}

.box01 {
  float: left;
  width: 47%;
  height: 550px;
  background: #fff;
  margin-right: 25px;
  background: url("/theme/henalhome/design/img/bg_box01.png") center center no-repeat;
  padding: 30px;
}

.box01 a {
  display: block;
  width: 100%;
  height: 100%;
}

.box01 a h3 {
  margin-top: 370px;
  font-size: 320%;
  color: #fff;
  font-weight: 100;
}

.box01 a p {
  color: #eee;
  width: 360px;
}

.s-box {
  float: left;
  width: 23.6%;
  height: 265px;
  background: #f9f0f5;
  padding: 30px;
  position: relative;
  letter-spacing: -1px;
}

.s-box:hover {
  background: #6c0833;
  color: #fff;
}

.s-box h4 {
  font-size: 160%;
  padding-bottom: 30px;
}

.s-box:hover h4 {
  color: #fff;
}

.s-box:hover a {
  color: #fff;
}

.s-box a {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #0594d6;
}

.s-box h4 b {
  display: block;
}

.box02 {
  margin-right: 25px;
  margin-bottom: 25px;
}

.box03 {
  margin-bottom: 25px;
}

.box04 {
  margin-right: 25px;
}

.box05 {}

a.more_box {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
}

@media(max-width:1200px) {
  .section {
    padding: 20px 0 !important;
  }

  .section-header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .box01 {
    display: none;
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }

  .s-box {
    float: none;
    width: 100%;
    height: auto;
  }

  .s-box p {
    font-size: 130%;
  }

  .s-box h4 {
    float: left;
    width: 40%;
  }

  .s-box h4 b {
    display: inline-block;
  }

  .box04 {
    margin-bottom: 25px;
  }

  .box05 {
    height: 230px;
  }

  ul.awards_year {
    width: 60%;
    float: right;
  }

  ul.awards_year li {
    padding: 10px 0;
    font-size: 120%;
  }

  .lt_anu_twoline .gall_li {
    width: 50%;
  }

  .lt_anu_twoline .gall_li_wr a.gall_img figure {
    height: auto;
  }
}

@media(max-width:480px) {
  .box01 {
    float: none;
    width: 100%;
    display: block;
  }

  .box01 a p {
    width: 256px;
    letter-spacing: -1px;
  }

  .s-box {
    float: none;
    width: 100%;
    height: auto;
  }

  .s-box p {
    font-size: 100%;
  }

  .s-box h4 {
    float: none;
    width: 100%;
  }

  .s-box h4 b {
    display: inline-block;
  }

  .box04 {
    margin-bottom: 25px;
  }

  .box05 {
    height: 230px;
  }

  ul.awards_year {
    width: 100%;
    float: none;
  }

  ul.awards_year li {
    padding: 0;
    font-size: 100%;
  }

  .lt_anu_twoline .gall_li {
    width: 50%;
    float: left;
  }

  .lt_anu_twoline .gall_li_wr a.gall_img figure {
    height: auto;
  }
}

@media(max-width:992px) {
  p.works_sub_slogan {
    display: none;
  }
}

.latest_pp_thumb {
  position: absolute;
  right: 0;
  margin-right: -245px;
  bottom: 166px;
  padding: 10px 20px;
  background: #fff;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  width: 550px;
}

.latest_pp_thumb:hover {
  margin-right: 0px;
  right: 0px;
}

.latest_pp {
  position: absolute;
  right: 0;
  top: 300px;
  width: 100%;
}

@media(max-width:1200px) {
  .latest_pp_thumb {
    display: none;
    /* position: static; */
    top: 88px;
    /* top: 90px; */
    right: 50%;
    margin-right: -150px;
    width: 300px;
    height: 360px;
  }

  .latest_pp_thumb:hover {
    margin-right: -150px;
    right: 50%;
  }

  .latest_pp {
    display: none;
  }
}

ul.awards_year {
  margin-top: -10px;
}

ul.awards_year li {
  float: left;
  width: 30%;
  border: 1px solid #6c0833;
  background: #fff;
  padding: 0px 10px;
  text-align: center;
  margin: 3px;
}

.s-box:hover ul.awards_year li {
  background: #6c0833;
  border: 1px solid #fff;
}

ul.awards_year li a {
  position: static;
}

/*------------------------------------*\
	General
\*------------------------------------*/
.white-text {
  color: #666;
}

/* --- Section --- */
.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-hr {
  margin-top: 80px;
  margin-bottom: 80px;
  border-color: #EBEBEB;
}

.section-header {
  margin-bottom: 40px;
}

/* --- Buttons --- */
.main-button {
  position: relative;
  display: inline-block;
  /* padding: 10px 30px; */
  /* background-color: #88bd47; */
  /* border: 2px solid transparent; */
  /* border-radius: 40px; */
  color: #f60;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.main-button:hover, .main-button:focus {
  /* background-color:#fff; */
  /* border: 2px solid #88bd47; */
  color: #0594d6;
}

.main-button.icon-button:hover, .main-button.icon-button:focus {
  padding-right: 25px;
}

.main-button.icon-button:after {
  content: "\f178";
  font-family: FontAwesome;
  position: absolute;
  width: 30px;
  right: 0px;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.main-button.icon-button:hover:after, .main-button.icon-button:focus:after {
  opacity: 1;
}

/* --- Background Image --- */
.bg-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}

.bg-image.bg-parallax {
  background-attachment: fixed;
}

.bg-image.overlay:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#374050), to(#798696));
  background-image: linear-gradient(to bottom, #374050 0%, #798696 100%);
  opacity: 0.7;
}

/*------------------------------------*\
	About & Why Us (Feature)
\*------------------------------------*/
/* -- Feature -- */
.feature {
  position: relative;
}

.feature+.feature {
  margin-top: 40px;
}

.feature img {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  border: 1px solid #EBEBEB;
  color: #88bd47;
}

.feature-content {
  padding-left: 100px;
}

.feature-content h4 {
  font-size: 150%;
  font-weight: 500;
}

.feature-content p {
  height: 66px;
}

h3.important_point {
  font-size: 150%;
  font-weight: 500;
}

#why-us {
  background: #f8f8f8;
  padding: 100px 0;
}

/* -- About Img -- */
#about {
  background: #fff;
  padding: 70px 0;
}

.about-img {
  margin-top: 40px;
}

.about-img>img {
  width: 100%;
}

/* -- About Video -- */
.about-video {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

.about-video>img {
  width: 100%;
}

.about-video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  font-size: 24.027px;
  z-index: 10;
  -webkit-animation: 2s play-animation infinite;
  animation: 2s play-animation infinite;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.about-video:hover .play-icon {
  color: #88bd47;
}

@-webkit-keyframes play-animation {
  from {
    -webkit-box-shadow: 0px 0px 0px 0px #FFF;
    box-shadow: 0px 0px 0px 0px #FFF;
  }

  to {
    -webkit-box-shadow: 0px 0px 0px 10px transparent;
    box-shadow: 0px 0px 0px 10px transparent;
  }
}

@keyframes play-animation {
  from {
    -webkit-box-shadow: 0px 0px 0px 0px #FFF;
    box-shadow: 0px 0px 0px 0px #FFF;
  }

  to {
    -webkit-box-shadow: 0px 0px 0px 10px transparent;
    box-shadow: 0px 0px 0px 10px transparent;
  }
}

.about-video:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #333;
  opacity: 0.7;
}

/*------------------------------------*\
	Courses
\*------------------------------------*/
.course {
  margin-top: 20px;
  margin-bottom: 20px;
}

.course .course-img {
  position: relative;
  display: block;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
}

.course .course-img>img {
  width: 100%;
}

.course-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #88bd47;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.course .course-img:hover:after {
  opacity: 0.7;
}

.course .course-img .course-link-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 15px));
  -ms-transform: translate(-50%, calc(-50% - 15px));
  transform: translate(-50%, calc(-50% - 15px));
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  opacity: 0;
  z-index: 10;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.course .course-img:hover .course-link-icon {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

.course .course-title {
  display: block;
  height: 42px;
}

.course .course-details {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #EBEBEB;
}

.course .course-details .course-price {
  float: right;
}

.course .course-details .course-price.course-free {
  color: green;
}

.course .course-details .course-price.course-premium {
  color: #88bd47;
}

#courses .center-btn {
  text-align: center;
  margin-top: 40px;
  margin: 0 auto;
  display: block;
  padding-top: 50px;
}

/*주요특징*/
.impoint {
  overflow: hidden !important;
}

.impoint img {
  width: 100%;
}

/*회사정보*/
ul.company_info {
  width: 40%;
  height: auto;
  padding: 20px 0;
  overflow: hidden;
  border: 0px solid #ddd;
}

ul.company_info li {
  display: block;
  height: auto;
  padding-left: 5px;
  margin-right: 12px;
  margin-bottom: 5px;
  color: #ccc;
  letter-spacing: 0;
  font-size: 95%;
  text-align: left;
  color: #777;
}

@media(max-width:1200px) {
  ul.company_info {
    width: 100%;
    height: auto;
  }
}

/*전화번호*/
.product_number {
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -182px;
}

.product_number .number_data {
  display: inline-block;
  margin-right: 10px;
}

.product_number .number_title {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #b2b2b2;
}

.product_number .number_txt {
  font-size: 250%;
  color: #333;
  font-weight: 900;
}

.product_number .number_info {
  display: inline-block;
  line-height: 11px;
  margin-left: 17px;
  font-weight: 100;
}

.product_number .number_info>p:last-child {
  font-size: 12px;
}

@media(max-width:1200px) {
  .product_number {
    position: static;
    margin-left: 0;
  }

  .product_number .number_data {
    width: 100%;
  }

  .product_number .number_info {
    margin-left: 0;
  }
}

/*구글로고*/
.google_logo {
  position: absolute;
  top: 45px;
  right: 15px;
  width: 305px;
  height: auto;
  padding: 30px 0;
  border: 1px solid #ddd;
  text-align: center;
}

.google_logo img {}

@media(max-width:1200px) {
  .google_logo {
    position: static;
    width: 100%;
  }
}

/*다운로드/FAQ*/
.box-download {
  margin-bottom: 0px;
}

.box-download h2 {
  color: #333;
  font-size: 30px;
  margin-top: 12px;
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
}

.box-download h2:after {
  content: '';
  display: block;
  width: 69px;
  height: 5px;
  border-radius: 0px;
  background-color: #0594d6;
  position: absolute;
  bottom: -13px;
  left: 8px;
  margin-left: -5px;
  margin-top: 0px;
}

.box-faq {}

.box-faq h2 {
  color: #333;
  font-size: 30px;
  margin-top: 12px;
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
}

.box-faq h2:after {
  content: '';
  display: block;
  width: 69px;
  height: 5px;
  border-radius: 0px;
  background-color: #0594d6;
  position: absolute;
  bottom: -13px;
  left: 8px;
  margin-left: -5px;
  margin-top: 0px;
}

@media(max-width:1200px) {
  .box-faq h2, .box-download h2 {
    text-align: left;
  }
}

/*------------------------------------*\
	Footer
\*------------------------------------*/
#bottom-footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #EBEBEB;
  position: relative;
}

@media(max-width:1200px) {
  #bottom-footer {
    margin: 0 15px;
  }
}

/* -- Footer Logo -- */
.footer-logo .logo {
  margin-top: 20px;
  display: inline-block;
}

.footer-logo .logo>img {
  max-height: 30px;
}

/* -- Footer Nav -- */
.footer-nav {
  text-align: right;
  padding: 20px 0px;
}

.footer-nav li {
  display: inline-block;
  margin-left: 15px
}

.footer-nav li a {
  display: block;
  text-transform: uppercase;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.footer-nav li a:hover, .footer-nav li a:focus {
  color: #88bd47;
}

.footer-nav li a:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #88bd47;
  width: 100%;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.footer-nav li a:hover:after, .footer-nav li a:focus:after {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

/* -- Footer copyright -- */
.footer-copyright {
  line-height: 40px;
}

/* -- Footer Social -- */
.footer-social {
  text-align: right;
}

.footer-social li {
  display: inline-block;
  margin-left: 10px;
}

.footer-social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #FFF;
  background-color: #999;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.footer-social li a.facebook {
  /* background-color:#3b5998; */
}

.footer-social li a.twitter {
  /* background-color:#55acee; */
}

.footer-social li a.google-plus {
  /* background-color:#dd4b39; */
}

.footer-social li a.instagram {
  /* background-color:#e95950; */
}

.footer-social li a.youtube {
  /* background-color:#ff0000; */
}

.footer-social li a.linkedin {
  /* background-color:#007bb5; */
}

@media(max-width:1200px) {
  .footer-social li {
    margin-left: 5px;
  }
}

/*------------------------------------*\
	Contact Page
\*------------------------------------*/
/* -- Contact Form -- */
.contactUs {
  font-size: 30px;
}

.contact-form:after {
  content: "";
  display: block;
  clear: both;
}

.contact-form .input {
  margin-bottom: 20px;
}

.contact-form textarea.input {
  height: 200px;
}

/* -- Contact Information -- */
.contact-details li {
  margin-bottom: 20px;
}

.contact-details li i {
  color: #88bd47;
  margin-right: 15px;
  border: 1px solid #EBEBEB;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

/* -- Contact Map -- */
#contact-map {
  height: 260px;
  border-radius: 4px;
}

/*------------------------------------*\
	Blog Page
\*------------------------------------*/
/* -- Single Blog -- */
.single-blog {
  margin-bottom: 40px;
}

.single-blog .blog-img>a {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

.single-blog .blog-img img {
  width: 100%;
}

.single-blog .blog-img>a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #88bd47;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.single-blog .blog-img>a:hover:after {
  opacity: 0.7;
}

.single-blog .blog-meta {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #EBEBEB;
}

.single-blog .blog-meta .blog-meta-author>a {
  color: #88bd47;
}

.single-blog .blog-meta .blog-meta-comments {
  margin-left: 10px;
}

.single-blog .blog-meta .blog-meta-comments>a {
  color: #798696;
}

/* -- Pagination -- */
.post-pagination {
  margin-top: 40px;
  text-align: center;
}

.post-pagination .pages {
  display: inline-block;
}

.post-pagination .pages li {
  display: inline-block;
}

.post-pagination .pages li+li {
  margin-left: 10px;
}

.post-pagination .pages li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #EBEBEB;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.post-pagination .pages li a {
  display: block;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.post-pagination .pages li:hover, .post-pagination .pages li.active {
  background-color: #88bd47;
  color: #FFF;
}

.post-pagination .pages li:hover a {
  color: #FFF;
}

.pagination-back, .pagination-next {
  display: block;
  text-align: center;
  border-radius: 40px;
  background-color: #EBEBEB;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  height: 40px;
  padding: 0px 30px;
  line-height: 40px;
}

.pagination-next:hover, .pagination-back:hover {
  color: #FFF;
  background-color: #88bd47;
}

.pagination-next:after {
  content: "\f178";
  font-family: FontAwesome;
  margin-left: 15px;
}

.pagination-back:before {
  content: "\f177";
  font-family: FontAwesome;
  margin-right: 15px;
}

/*------------------------------------*\
	Blog Page Sidebar
\*------------------------------------*/
.widget+.widget {
  margin-top: 40px;
}

/*-- Search --*/
.widget.search-widget {
  position: relative
}

.widget.search-widget .input {
  padding-right: 60px;
}

.widget.search-widget button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  background-color: transparent;
  border: none;
}

.widget.search-widget .input:focus+button {
  color: #88bd47;
}

/*-- Category --*/
.category-widget .category {
  display: block;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}

.category-widget .category+.category {
  border-top: 1px solid #EBEBEB;
}

.category-widget .category:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #88bd47;
  margin-right: 10px;
}

.category-widget .category span {
  font-size: 14px;
  margin-left: 10px;
  color: #798696;
}

/*-- Sidebar Posts --*/
.single-post:after {
  content: "";
  display: block;
  clear: both;
}

.single-post+.single-post {
  margin-top: 20px;
}

.single-post .single-post-img {
  position: relative;
  width: 80px;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
  border-radius: 4px;
  overflow: hidden;
}

.single-post .single-post-img img {
  width: 100%;
}

.single-post-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #88bd47;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.single-post-img:hover:after {
  opacity: 0.7;
}

/*-- Tags --*/
.tags-widget .tag {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 0px;
  margin-top: 5px;
  padding: 5px 15px;
  border-radius: 40px;
  border: 1px solid #EBEBEB;
  color: #798696;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.tags-widget .tag:hover {
  background-color: #88bd47;
  border-color: #88bd47;
  color: #FFF;
}

/*------------------------------------*\
	Single Post Page
\*------------------------------------*/
/* --- Blog Post Meta --- */
.blog-post-meta {
  margin-top: 40px;
}

.blog-post-meta li {
  display: inline-block;
}

.blog-post-meta li+li {
  margin-left: 15px;
}

.blog-post-meta li, .blog-post-meta li>a {
  color: rgba(255, 255, 255, 0.8);
}

.blog-post-meta .blog-meta-author>a {
  color: #88bd47;
}

/* --- Blog Share --- */
.blog-share {
  border-top: 1px solid #EBEBEB;
  padding-top: 10px;
  margin-top: 40px;
}

.blog-share>h4 {
  display: inline-block;
  margin: 0;
}

.blog-share a {
  display: inline-block;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  background-color: #EBEBEB;
  border-radius: 50%;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.blog-share a.facebook {
  background-color: #3b5998;
}

.blog-share a.twitter {
  background-color: #55acee;
}

.blog-share a.google-plus {
  background-color: #dd4b39;
}

/* --- Blog Comments --- */
.blog-comments {
  margin-top: 40px;
}

.blog-comments .media {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-comments .media .media {
  margin-left: 20px;
}

.blog-comments .media .media:nth-last-child(1) {
  margin-bottom: 0px;
}

.blog-comments .media .media-body {
  padding: 20px;
  background-color: #EBEBEB;
  border-radius: 0px 4px 4px;
}

.blog-comments .media .media-left:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 0px 15px 15px;
  border-color: transparent #EBEBEB transparent transparent;
}

.blog-comments .media-left {
  position: relative;
  padding-right: 20px;
}

.blog-comments .media-left img {
  width: 80px;
  height: 80px;
  background-color: #EBEBEB;
  border-radius: 50%;
}

.blog-comments .media .date-reply {
  font-size: 12px;
  text-transform: uppercase;
  color: #374050;
}

.blog-comments .media .date-reply .reply {
  margin-left: 15px;
}

/* --- Blog Reply Form --- */
.blog-reply-form {
  margin-top: 40px;
}

.blog-reply-form .input {
  margin-bottom: 20px;
}

.blog-reply-form .input.name-input, .blog-reply-form .input.email-input {
  width: calc(50% - 10px);
  float: left;
}

.blog-reply-form .input.email-input {
  margin-left: 20px;
}

.blog-reply-form textarea {
  height: 90px;
}

/*------------------------------------*\
	Responsive
\*------------------------------------*/
@media only screen and (max-width: 991px) {
  .section-header h2 {}

  /*-- Why us --*/
  #why-us .feature {
    margin-top: 40px;
  }

  .about-video {
    margin-top: 40px;
  }

  /*-- Call to action --*/
  #cta {
    clear: both;
    text-align: center;
  }

  /*-- Footer --*/
  .footer-logo {
    text-align: center;
  }

  .footer-nav {
    text-align: center;
  }

  .footer-nav li {
    margin-top: 10px;
  }

  .footer-social {
    text-align: center;
  }

  .footer-social li {
    margin-top: 10px;
  }

  .footer-copyright {
    text-align: center;
    line-height: inherit;
    margin-top: 20px;
    font-size: 77%;
  }

  /*-- Contact page --*/
  .contact-form {
    margin-bottom: 40px;
  }

  .contact-form button {
    float: none !important;
  }

  /*-- Blog page --*/
  #main {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {

  /*-- Hero area --*/
  .hero-area h1 {
    font-size: 30px;
  }

  /* -- Breadcrumb -- */
  .hero-area-tree li {
    font-size: 12px;
  }

  /*-- Pagination --*/
  .post-pagination .pages {
    display: none;
  }
}

@media only screen and (max-width: 480px) {

  /*-- Courses --*/
  #courses-wrapper [class*='col-xs'] {
    width: 100%;
  }

  /*-- Blog Comments --*/
  .blog-comments .media .media {
    margin-left: 0px;
  }

  /*-- Blog Reply Form --*/
  .blog-reply-form .input.name-input, .blog-reply-form .input.email-input {
    width: 100%;
    float: none;
  }

  .blog-reply-form .input.email-input {
    margin-left: 0px;
  }
}

/*------------------------------------*\
	Preloader
\*------------------------------------*/
#preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #FFF;
  z-index: 9999;
}

#preloader .preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#preloader .preloader:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #EBEBEB;
  border-top: 1px solid #88bd47;
  border-radius: 50%;
  -webkit-animation: 1s preloader linear infinite;
  animation: 1s preloader linear infinite;
}

@-webkit-keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*latest_box*/
.latest_box li.box {
  display: inline-block;
  width: 32.5%;
  height: 330px;
  margin-top: 20px;
  border: 1px solid #eee;
  padding: 20px;
  margin: 3px;
}

.latest_box li.box .titlegroup {}

.latest_box li.box:nth-child(1) {
  width: 35%;
}

.latest_box li.box:nth-child(2) {
  width: 28%;
}

.latest_box li.box:nth-child(3) {
  width: 35%;
}

/*latest_box2*/
.latest_box2 li.box {
  display: inline-block;
  width: 32.5%;
  height: 320px;
  margin-top: 20px;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 3px;
}

.latest_box2 li.box .titlegroup {}

@media(max-width:1200px) {
  .tiles {
    padding: 10px !important;
  }

  .latest_box li.box {
    display: inline-block;
    width: 100% !important;
    height: auto;
    margin: 0 0 5px 0;
  }

  .latest_box2 li.box {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
  }

  .banner_together {
    display: block;
    margin-bottom: 10px;
  }
}

/*메인타이틀*/
.titlegroup {
  padding: 0 0 10px 0px;
  position: relative;
  clear: both;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.titlegroup span.title {
  float: left;
  width: 100%;
  display: inline-block;
  color: #555;
  font-size: 150%;
  letter-spacing: -1px !important;
  padding-bottom: 0px;
  font-weight: 500;
  border-bottom: 4px solid #ddd;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.titlegroup span.title:after {
  content: '';
  display: block;
  margin-bottom: 10px;
  width: 100px;
  border-bottom: 4px solid #00ac97;
  position: absolute;
}

.titlegroup span.info_title {
  text-align: left;
}

.titlegroup span.subtitle {
  font-weight: 100;
  color: #42aecd;
}

.titlegroup span.title b {
  color: #333;
  position: relative;
  display: inline-block;
}

.titlegroup span.title b:after {
  content: '';
  display: block;
  margin-bottom: 10px;
  width: 100%;
  border-top: 4px solid #42aecd;
}

.titlegroup a.more {
  color: #333;
  margin-top: 0px;
  position: absolute;
  padding: 0 10px;
  border-radius: 5px;
  top: 5px;
  right: 0;
  width: auto;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #ddd;
  color: #ddd;
}

.titlegroup a.more:hover {
  color: #004782;
  border: 1px solid #004782
}

@media(max-width:480px) {
  .titlegroup a.more {
    bottom: 8px;
  }
}

.titlegroup span.text {
  clear: both;
  color: #777;
  margin-top: 7px;
  display: none;
}

/**/
ul.latest_box li.banners {
  border: none;
  padding: 0;
  margin: 0;
}

ul.latest_box li.banners ul.banner_together li.ban {
  display: block;
  border: 1px solid #eee;
  height: 160px;
  padding: 15px;
  text-align: left;
}

ul.latest_box li.banners ul.banner_together li.ban:first-child {
  margin-top: 3px;
  background: #e4fffc url("/theme/henalhome/design/img/img_ban1.png") right bottom no-repeat;
}

ul.latest_box li.banners ul.banner_together li.ban:last-child {
  margin-top: 10px;
  background: #e4f7ff url("/theme/henalhome/design/img/img_ban2.png") right bottom no-repeat;
}

ul.latest_box li.banners ul.banner_together li.ban span.subtit {
  color: #278c7f;
}

ul.latest_box li.banners ul.banner_together li.ban p {
  color: #278c7f;
  font-size: 160%;
  display: block;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

ul.latest_box li.banners ul.banner_together li.ban a.more {
  color: #777;
  border: 1px solid #777;
  padding: 5px 10px;
  border-radius: 10px;
  clear: both;
  position: absolute;
}

/*center_menu*/
ul.center_menu {
  text-align: center;
  padding: 15px 0;
}

ul.center_menu li {
  display: inline-block;
}

.centerbox {
  float: left;
  width: 50%;
}

/*cscenter*/
.cscenter {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 0px;
  text-align: left;
  padding: 0 25px;
}

.cscenter .subtitle {
  font-size: 150%;
  color: #000;
  padding: 10px 0;
  width: 100%;
}

.cscenter .subtitle strong {
  display: block;
  color: #999;
  font-weight: normal;
  padding: 10px;
  text-align: center;
}

.cscenter .subtitle span.csnumber {
  display: block;
  float: left;
}

.cscenter .subtitle span.csnumber b {
  display: inline-block;
  height: auto;
  line-height: 100%;
  font-size: 160%;
  text-align: left;
  border-radius: 0px;
  padding: 0 0px;
  font-weight: 900;
}

.cscenter .subtitle span.csnumber b a {
  color: #222 !important;
}

.cscenter .subtitle span.csnumber img {
  display: block;
  width: 20%;
  float: right;
}

.cscenter .subtitle span.time {
  display: block;
  font-size: 65%;
  line-height: 135%;
}

.cscenter p.btn_more2 {
  clear: both;
  display: inline-block;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 10px;
}

.cscenter h6.infodesk {
  font-weight: bold;
  color: #444;
  padding: 8px 0 0 0px;
  font-size: 200%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0px;
  float: left;
  width: 20%;
}

.cscenter ul {
  width: 100%;
  display: block;
  padding: 10px 0;
}

.cscenter ul li {
  line-height: 20px !important;
  clear: both;
}

.cscenter ul li span {
  float: right;
  width: 70%;
}

.cscenter ul li span.day {
  text-align: left;
  width: 25%;
  float: left;
}

.cscenter ul li span.time {
  color: #000;
}

.cscenter ul li.caution {
  clear: both;
  background: none;
  color: #222;
  border: 0px solid #333;
  padding-top: 5px !important;
  margin-top: 5px;
  text-align: left;
  padding: 0 !important;
  display: inline-block;
  float: left;
}

.cscenter ul li.end {
  color: #e81d25;
}

.cscenter ul li:last-child {
  margin-top: 10px;
}

.cscenter ul.bankcode {
  margin-top: 10px;
  border: 2px solid #81aa46;
  border-radius: 10px;
}

p.map {
  display: block;
  width: 154px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  color: #777;
  margin-right: 0px;
  text-align: center;
  border-radius: 5px;
}

.phonebox {}

.phonebox li {
  display: inline-block;
  width: 49%;
  height: 50px;
  margin-top: 0 !important;
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 5px 10px !important;
  text-align: center;
}

.phonebox li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 38px !important;
}

.phonebox li:hover {
  background: #243286;
}

.phonebox li:hover a {
  color: #fff;
}

.phonebox li .btn_more2 {
  width: 100%;
}

@media(max-width:1200px) {
  .cscenter .subtitle span.csnumber b {
    font-size: 250%;
    text-align: left;
    float: left;
  }

  .cscenter .subtitle span.csnumber b a {
    font-size: 70% !important;
  }
}

@media(max-width:992px) {}

@media(max-width:768px) {}

@media(max-width:480px) {}

#cost_plan {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 50px 0;
}

.cost_plan {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}



.left_qna{float:left; width:47%;}
.right_notice{float:right; width:47%;}
.left_qna a{color:#fff;}
.right_notice a{color:#fff;}





@media(max-width:1200px){
  .cost_plan {
    width: 100%;
  }
}
@media(max-width:992px){

}
@media(max-width:768px){
  .left_qna{float:none; width:100%;}
  .right_notice{float:none; width:100%;}
  #cost_plan{padding:0 10px;}
}
@media(max-width:480px){

}




#henal_tab {
  clear: both;
  width: 100% !important;
}

h4.main_title_style {
  text-align:left;
  font-size:140%;
  font-weight: normal;
  color: #6c97bd;
  padding-bottom: 20px;
  float:left;
}
@media(max-width:1200px){

}
@media(max-width:992px){
  h4.main_title_style {
    font-size: 150%;
  }
}
@media(max-width:768px){
  h4.main_title_style {
    font-size: 130%;
  }
}
@media(max-width:480px){
  h4.main_title_style {
    font-size: 110%;
  }
}


a.more_info{float:right; margin-top:5px;}






#henal_tab ul.tabs_item {
  margin: 0 0 50px 0;
  padding: 0;
  list-style: none;
  height: auto;
  border-bottom: 0px solid #eee;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

#henal_tab ul.tabs_item li {
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  width: 20%;
  height: auto;
  line-height: 50px;
  border: 3px solid #222;
  margin: 0 5px;
  background: #fafafa;
  overflow: hidden;
  position: relative;
  font-size: 110%;
  font-weight: 500;
  letter-spacing: -1px;
}

#henal_tab ul.tabs_item li.end {
  width: 34%;
}

#henal_tab ul.tabs_item li.active {
  background: #222;
  color: #fff;
}

#henal_tab .tab_container {
  border: 0px solid #eee;
  border-top: 0px;
  clear: both;
  float: left;
  width: 100%;
}

#henal_tab .tab_content {
  padding: 16px;
  display: none;
}



#henal_tab {
  width: 385px;
  margin: 0 auto;
}

@media(max-width:1200px){

}
@media(max-width:992px){
#henal_tab ul.tabs_item{margin-bottom:10px;}
}
@media(max-width:768px){

}
@media(max-width:480px){

}











#cost_process {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 30px 0;
  background:#fff;
  position:relative;
}

.cost_process {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
@media(max-width:1200px){
  .cost_process {
    width: 100%;
  }
}
@media(max-width:992px){

}
@media(max-width:768px){

}
@media(max-width:480px){

}
