@charset "utf-8";

/* fonts */
/* @import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); */

/* reset */
html * {
  max-height: 999999px; /* width: 100%; */
} /* font size bug fix */
html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-size: 10px;
  font-family: "Noto Sans Korean", sans-serif;
}
ul,
ol,
li,
dl,
dd,
dt,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
input,
button,
textarea,
fieldset,
legend,
td,
th {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  word-break: keep-all;
}
li {
  list-style: none;
}
fieldset,
img,
a {
  border: 0px;
}
a {
  text-decoration: none;
}
legend,
.blind {
  position: absolute;
  top: 0;
  left: -10000px;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
caption {
  display: none;
}
button,
label {
  cursor: pointer;
}
button {
  overflow: visible\9;
} /* button fix for ie8 */
input,
textarea,
button {
  font-family: "Noto Sans KR", sans-serif;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}
table th,
table td {
  text-align: left;
}
input::-webkit-input-placeholder {
  color: #929292;
}
input::-moz-placeholder {
  color: #929292;
}
input:-moz-placeholder {
  color: #929292;
}
input:-ms-input-placeholder {
  color: #929292;
}
textarea::-webkit-input-placeholder {
  color: #929292;
}
textarea::-moz-placeholder {
  color: #929292;
}
textarea:-moz-placeholder {
  color: #929292;
}
textarea:-ms-input-placeholder {
  color: #929292;
}
input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus::-moz-placeholder {
  color: transparent !important;
}
input:focus:-moz-placeholder {
  color: transparent !important;
}
input:focus:-ms-input-placeholder {
  color: transparent !important;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
textarea:focus::-moz-placeholder {
  color: transparent !important;
}
textarea:focus:-moz-placeholder {
  color: transparent !important;
}
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}
header,
footer,
section,
article,
aside,
nav,
address {
  display: block;
  margin: 0;
} /* ie8 */

.clear_wrap:before,
.clear_wrap:after {
  content: " ";
  display: table;
}
.clear_wrap:after {
  clear: both;
}
.clear_wrap {
  *zoom: 1;
}
.clear_ine {
  clear: both;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.appearance {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.boxsizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mobilescrolling {
  -webkit-overflow-scrolling: touch;
}

.bg_cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg_cover .bg_img {
  display: none;
}

#header,
#header .logo .over,
#main_visual .slide_thumb a,
#gnb .link,
#gnb .sub_menu a,
.btns,
#header .service_popup .service_menu a,
#main_visual .slide_thumb a,
#footer .footer_top .fnb a,
.main_content .visitor_area .visitor_menu .menu_list a,
.main_content .banner_area .btn_slide,
.main_content .review_area .slide_thumb a,
.main_content .partner_area .btn_slide,
.sub_home .home_menu .list_box,
.tabmenu_panel .panel_box .btn_slide,
.service_area .homepage_portfolio .portfolio_list .list_box .over,
.experience_area .request_menu a,
.experience_area .request_menu span,
.home_customer_menu .btn_link,
.bbs_footer .bbs_page a,
.member_area .domain_list .domain_box,
.member_area .domain_list .domain_box .url_box .input_text,
.about_area .about_history .history_tab_menu .tab,
.about_area .about_history .history_tab_menu .tab .icon,
#footer .footer_top .sns_menu a,
.ani {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

html,
body {
  min-height: 100%;
  height: 100%;
}
#viewport {
  position: relative;
  padding-bottom: 183px;
  min-width: 970px;
  min-height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contains {
  position: relative;
  margin: 0 auto;
  width: 1000px;
}

/* 헤더 */
#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 72px; /*border-bottom:1px solid rgba(255,255,255,0.3);*/
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0);
  z-index: 100;
  border-bottom: 1px solid #ccc\9;
  background: url("../../img/common/bg_header_trans.png") repeat;
}
#header .contains {
  height: 72px;
}
#header .logo {
  float: left;
}
#header .logo a {
  display: block;
  position: relative;
  width: 113px;
  height: 72px;
}
#header .logo .img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#header .logo .over {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 20;
}
#gnb {
  float: left;
  margin-left: 90px;
  height: 72px;
}
#gnb .menu {
  float: left;
  position: relative;
  margin: 0 5px;
}
#gnb .link {
  display: block;
  padding: 0 7px;
  height: 72px;
  line-height: 72px;
  font-size: 17px;
  color: #fff;
}
#gnb .sub_menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 93px;
  margin-left: -74px;
  padding: 18px 20px 5px 20px;
  width: 160px;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.15);
  background: #fff;
}
#viewport.sub #gnb .sub_menu {
  margin-top: -1px;
  width: 200px;
}
#gnb .sub_menu .arrow {
  display: block;
  position: absolute;
  left: 50%;
  top: -11px;
  margin-left: -8px;
  width: 17px;
  height: 11px;
  background: url("../../img/icon/header_sub_arrow.png") no-repeat;
}
#gnb .sub_menu a {
  display: block;
  margin-bottom: 13px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  color: #555;
}
#gnb .sub_menu a:hover {
  color: #1ea9d5;
}
#gnb .menu.over {
  height: 80px;
}
#gnb .menu.over .link {
  color: #1ea9d5 !important;
}
#header .header_menu {
  float: right;
  position: relative;
  padding-top: 20px;
}
#header .header_menu .btns {
  float: left;
  margin-left: 10px;
}

#header .header_menu .btn_join.new {
  display: block;
  float: left;
  margin-left: 10px;
  padding: 0 10px;
  min-width: 78px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #e4e4e4;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  white-space: nowrap;
  border-radius: 50px;
}

#header .header_menu .btn_join.new a {
  color: #919191;
  padding-right: 2px;
}

div.btn_join.new a:after {
  content: "";
  background: url(../../img/icon/header_joinicon.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  padding-right: 20px;
  position: relative;
  left: 4px;
  top: 1px;
}
#header .header_menu .btn_member {
  float: none;
  margin: 0;
  padding-right: 40px;
  background-image: url("../../img/icon/header_member.png");
  background-position: right center;
  background-repeat: no-repeat;
}
#header .header_menu .service_box.over {
  height: 60px;
}
#header .header_menu .service_box.over .btn_member,
#header .header_menu .btn_member:hover {
  color: #fff;
  border-color: #1ea9d5;
  background-color: #1ea9d5;
  background-image: url("../../img/icon/header_member_over.png");
  background-position: right center;
  background-repeat: no-repeat;
}
#header .service_box {
  float: left;
  position: relative;
  margin-left: 10px;
}
#header .service_popup {
  display: none;
  position: absolute;
  right: 0;
  top: 53px;
  width: 315px;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.15);
  background: #fff;
}
#header .service_popup .arrow {
  display: block;
  position: absolute;
  right: 22px;
  top: -11px;
  width: 17px;
  height: 11px;
  background: url("../../img/icon/header_service_arrow.png") no-repeat;
}
#header .service_popup .service_title {
  padding: 0 20px;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  color: #555;
  font-weight: 500;
  background: #f1f5f8;
}
#header .service_popup .service_area {
  padding: 0 20px 20px 20px;
}
#header .service_popup .service_area .service_menu {
  max-height: 500px;
  overflow-y: scroll;
  width: 293px;
}

#header .service_popup .service_menu li {
  height: 74px;
  border-top: 1px solid #e1e1e1;
  font-family: "Font Awesome 5 Pro";
  position: relative;
  color: #999;
}
#header .service_popup .service_menu li:first-child {
  border-top: 0;
}
#header .service_popup .service_menu li::after {
  font-size: 35px;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 17px;
  width: 60px;
  text-align: center;
}
#header .service_popup .service_menu li:hover {
  color: #1ea9d5;
}
#header .service_popup .service_menu a {
  display: block;
  padding: 17px 0 0 76px;
  height: 57px;
  line-height: 20px;
  font-size: 13px;
  color: #8a8a8a;
  font-family: "Noto Sans Korean", sans-serif;
}
#header .service_popup .service_menu a b {
  font-size: 15px;
  font-weight: normal;
}

/*kyo1, car2, sms3, ast4, fin fin_group5, booklet6, hom7, eqp8, qrm9, onm10*/
#header .service_popup .service_menu .menu_01::after {
  content: "\f2b9";
} /*교적*/
#header .service_popup .service_menu .menu_03::after {
  content: "\f7cd";
} /*문자*/
#header .service_popup .service_menu .menu_08::after {
  content: "\f468";
} /*비품*/
#header .service_popup .service_menu .menu_05::after {
  content: "\f555";
} /*재정*/
#header .service_popup .service_menu .menu_010::after {
  content: "\f647";
} /*온라인교인센터*/
#header .service_popup .service_menu .menu_09::after {
  content: "\f488";
} /*QR출석*/

#header .service_popup .service_menu a:hover {
  color: #1ea9d5;
}

#header .service_popup .service_btn {
  height: 35px;
  padding-top: 20px;
}
#header .service_popup .service_btn .btns {
  float: left;
  margin-left: 10px;
  width: 75px;
}
#header .service_popup .service_btn .btn_mypage {
  float: left;
  margin: 0;
  padding: 0;
  width: 82px;
}
#header .service_popup .service_btn .btn_logout {
  float: left;
  margin: 0;
  width: 75px;
  margin-left: 10px;
}
#header.over,
#header.scroll {
  background: #fff;
}

#header.over div.btn_join.new {
  background: #00abe1;
  border-color: #00abe1;
}
#header.over div.btn_join.new a {
  color: #fff;
}
#header.over div.btn_join.new a:after {
  content: "";
  background: url(../../img/icon/header_joinicon.png) no-repeat -16px 0;
}
#header.scroll {
  /*border-bottom:1px solid #ddd*/
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
#header.over .logo .img,
#header.scroll .logo .img {
  filter: alpha(opacity=0);
  opacity: 0;
}
#header.over .logo .over,
#header.scroll .logo .over {
  filter: "";
  opacity: 1;
}
#header.over #gnb .link,
#header.scroll #gnb .link {
  color: #555;
}

/* 푸터 */
#footer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #292f33;
}
#footer .footer_top {
  height: 60px;
  border-bottom: 1px solid #444;
}
#footer .footer_top .logo {
  float: left;
}
#footer .footer_top .logo a,
#footer .footer_top .logo .img {
  display: block;
}
#footer .footer_top .fnb {
  float: left;
  margin-left: 40px;
  padding-top: 15px;
}
#footer .footer_top .fnb li {
  float: left;
  margin: 0 5px;
}
#footer .footer_top .fnb a {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #ddd;
}
#footer .footer_top .fnb a:hover {
  color: #00abe1;
}
#footer .footer_top .sns_menu {
  position: absolute;
  right: 0;
  top: 17px;
}
#footer .footer_top .sns_menu a {
  display: block;
  float: left;
  margin-left: 14px;
  width: 30px;
  height: 30px;
}
#footer .footer_top .sns_menu a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#footer .footer_top .sns_menu .btn_facebook {
  background: url("../../img/icon/footer_sns_facebook.png");
}
#footer .footer_top .sns_menu .btn_blog {
  background: url("../../img/icon/footer_sns_blog.png");
}
#footer .footer_top .sns_menu .btn_cafe {
  background: url("../../img/icon/footer_sns_cafe.png");
}
#footer .footer_bottom {
  padding: 25px 0;
}
#footer .footer_bottom p {
  line-height: 24px;
  font-size: 12px;
  color: #777;
}
#footer .footer_bottom span {
  margin-right: 6px;
  color: #ddd;
}
#footer .footer_bottom .line {
  margin: 0 11px;
}

/* 플로팅 메뉴 */

#side_menu {
  position: fixed;
  right: 20px;
  top: 25%;
  margin-top: -30px;
  z-index: 200;
}
#side_menu li {
  width: 65px;
  height: 65px;
  background: #00abe1;
  color: #fff;
  border-radius: 40px;
  margin-bottom: 10px;
  border: 1px solid #fff;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
}
#side_menu li i {
  font-size: 24px;
  margin-top: 12px;
  display: inline-block;
  width: 100%;
}
#side_menu li a {
  color: #fff;
}
#plusfriend-chat-button a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  opacity: 0;
}
#side_menu .banner-01 {
  width: 67px;
  height: 154px;
  display: inline-block;
  background: url("../../img/icon/footer_banner_01.png??2022");
  margin-bottom: 10px;
  cursor: pointer;
}
#side_menu li:hover {
}

/*
#side_menu .btn_remote{display:block;position:absolute;right:0;top:0;width:65px;height:65px;background:url("../../img/icon/side_remote.png") no-repeat}
#side_menu .btn_remote .icon{display:none;position:absolute;right:0;top:0;width:151px;height:65px;background:url("../../img/icon/side_remote_over.png") no-repeat}

#side_menu .btn_ncafe{display:block;position:absolute;right:0;top:80px;width:65px;height:65px;background:url("../../img/icon/side_cafe.png") no-repeat}
#side_menu .btn_ncafe .icon{display:none;position:absolute;right:0;top:0;width:151px;height:65px;background:url("../../img/icon/side_cafe_over.png") no-repeat}

#side_menu .btn_menual{display:block;position:absolute;right:0;top:-80px;width:65px;height:65px;background:url("../../img/icon/side_menual.png") no-repeat}
#side_menu .btn_menual .icon{display:none;position:absolute;right:0;top:0;width:151px;height:65px;background:url("../../img/icon/side_menual_over.png") no-repeat}
#side_menu .btn_banner{display:block;position:absolute;right:0;top:-225px;width:65px;height:130px;background:url("../../img/icon/side_godpeople2.gif") no-repeat}
#side_menu .btn_top{display:block;position:absolute;right:0;top:244px;width:65px;height:65px;background:url("../../img/icon/side_top.png") no-repeat}
*/

/* 컨텐츠 */
#content {
  position: relative;
  z-index: 10;
}

.btns {
  display: block;
  padding: 0 10px;
  min-width: 70px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  font-size: 13px;
  color: #919191;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.btns:hover {
  color: #fff !important;
  border-color: #00abe1 !important;
  background: #00abe1 !important;
}
.btns.trans {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.btns.trans:hover {
  color: #00abe1 !important;
  border-color: #fff !important;
  background: #fff !important;
}
.btns.transblue {
  color: #00abe1;
  border-color: #00abe1;
  background: rgba(255, 255, 255, 0.9);
}
.btns.transblue:hover {
  color: #fff !important;
  border-color: #00abe1 !important;
  background: #00abe1 !important;
}
.btns.blue {
  color: #f5f5f6;
  border-color: #00abe1;
  background: #00abe1;
}
.btns.blue:hover {
  color: #00abe1 !important;
  border-color: #00abe1 !important;
  background: #fff !important;
}
.btns.gray {
  color: #fff;
  border-color: #999;
  background: #999;
}
.btns.gray:hover {
  color: #999 !important;
  border-color: #999 !important;
  background: #fff !important;
}
.btns.transgray {
  color: #999;
  border-color: #999;
  background: #fff;
}
.btns.transgray:hover {
  color: #fff !important;
  border-color: #999 !important;
  background: #999 !important;
}
.btn-add {
  display: inline-block;
  background: #999;
  color: #fff;
  padding: 3px 10px;
  font-size: 12px;
  cursor: pointer;
}
.btn-save {
  display: inline-block;
  background: #999;
  color: #fff;
  padding: 7px 10px 8px;
  font-size: 14px;
  cursor: pointer;
}

/* 메인 */
#main_visual {
  position: relative;
  height: 640px;
  overflow: hidden;
}
#main_visual .slide_box {
  position: relative;
  width: 100%;
  height: 640px;
  z-index: 10;
}
#main_slide {
  width: 100%;
  height: 640px;
}
#main_slide li {
  position: relative;
  height: 640px;
}
#main_slide.load li {
  display: none;
}
#main_slide.load li:first-child {
  display: block;
}
#main_slide .slide_text {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin-top: -110px;
  text-align: center;
}
#main_slide .slide_text .slide_title {
  margin-bottom: 135px;
  line-height: 44px;
  font-size: 44px;
  color: #fff;
}
#main_slide .slide_text .slide_title b {
  font-weight: 500;
}
#main_slide .slide_text .btn_box {
  height: 44px;
}
#main_slide .slide_text .btn_box .btns {
  display: inline-block;
  margin: 0 4px;
  width: 198px;
  height: 44px;
  line-height: 42px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  *display: inline;
  zoom: 1;
}
#main_visual .slide_thumb {
  position: absolute;
  right: 10px;
  left: 10px;
  bottom: 35px;
  text-align: center;
  z-index: 20;
}
#main_visual .slide_thumb a {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  vertical-align: top;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  background: #888\9;
  *display: inline;
  zoom: 1;
}
#main_visual .slide_thumb a.active {
  background: #0a94c1;
}

#main_visual .btn_slide {
  display: block;
  position: absolute;
  left: 5%;
  top: 47%;
  width: 19px;
  height: 36px;
  background: url("../../img/icon/slide_prev.png") no-repeat;
  z-index: 30;
}
#main_visual .btn_slide.next {
  left: auto;
  right: 5%;
  background: url("../../img/icon/slide_next.png") no-repeat;
}
#main_visual.btn_slide:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

#main_visual .slide_text_box {
  position: absolute;
  left: 50%;
  top: 290px;
  margin-left: -485px;
  width: 970px;
  height: 62px;
  overflow: hidden;
  background: url("../../img/main/bg_slide_trans.png") repeat;
  z-index: 50;
}
#main_text_slide {
  width: 970px;
  height: 62px;
}
#main_text_slide li {
  padding: 0 35px;
  width: 900px;
  height: 62px;
}
#main_text_slide .text_box {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 62px;
}
#main_text_slide .text_box p {
  display: table-cell;
  height: 62px;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
}
#main_text_slide .text_box p span {
  color: #00abe1;
}

.main_content .count_area {
  height: 306px;
}
.main_content .count_area .count_list .list_box {
  float: left;
  margin-left: 65px;
  width: 280px;
  text-align: center;
}
.main_content .count_area .count_list .list_01 {
  margin-left: 0;
}
.main_content .count_area .count_list .list_03 {
  margin: 0;
  float: right;
}
.main_content .count_area .count_list .line {
  display: block;
  margin: 55px auto 25px auto;
  width: 26px;
  height: 3px;
  background: #00abe3;
}
.main_content .count_area .count_list p {
  line-height: 20px;
  font-size: 16px;
  color: #333;
}
.main_content .count_area .count_list .count {
  margin-bottom: 35px;
  height: 54px;
  line-height: 54px;
  font-size: 54px;
  color: #00abe1;
  font-weight: 500;
}
.main_content .count_area .count_list .desc {
  margin-top: 14px;
  font-size: 14px;
  color: #999;
}
.main_content .count_area .count_list .desc .icon {
  display: inline-block;
  margin: -2px 4px 0 0;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}

.main_content .visitor_area {
  padding: 60px 0;
  background: #f1f5f8;
}
.main_content .visitor_area .visitor_menu {
  height: 310px;
}
.main_content .visitor_area .visitor_menu .menu_box {
  float: left;
  position: relative;
  margin-left: 35px;
  width: 310px;
  height: 310px;
  overflow: hidden;
}
.main_content .visitor_area .visitor_menu .menu_01 {
  margin-left: 0;
  background: url("../../img/main/visitor_thumb_01.jpg") no-repeat;
}
.main_content .visitor_area .visitor_menu .menu_02 {
  background: url("../../img/main/visitor_thumb_02.jpg") no-repeat;
}
.main_content .visitor_area .visitor_menu .menu_03 {
  margin-left: 0;
  float: right;
  background: url("../../img/main/visitor_thumb_03.jpg") no-repeat;
}
.main_content .visitor_area .visitor_menu .menu_02 .sub_menu {
  bottom: -114px;
}
.main_content .visitor_area .visitor_menu .sub_menu {
  position: absolute;
  left: 0;
  bottom: -158px;
  right: 0;
  text-align: center;
  background: url("../../img/common/bg_tooltip.png") repeat;
}
.main_content .visitor_area .visitor_menu .sub_menu .title {
  height: 66px;
  line-height: 66px;
  font-size: 15px;
  color: #fff;
}
.main_content .visitor_area .visitor_menu .sub_menu .line {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 24px;
  height: 2px;
  background: #fff;
}
.main_content .visitor_area .visitor_menu .menu_list a {
  display: block;
  height: 44px;
  line-height: 44px;
  font-size: 15px;
  color: #fff;
}
.main_content .visitor_area .visitor_menu .menu_list a:hover {
  color: #00abe1;
  background: #fff;
}
.main_content .visitor_area .visitor_menu .menu_box.over .sub_menu {
  padding: 25px 0;
}

.main_content .award_area {
  padding: 60px 0;
  background: #fff url("../../img/main/bg_flower.png") repeat-x 42% top;
}
.main_content .award_area .title_box {
  margin-bottom: 35px;
  text-align: center;
}
.main_content .award_area .title_box p {
  line-height: 20px;
  font-size: 14px;
  color: #555;
}
.main_content .award_area .title_box .title {
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 24px;
  color: #333;
  font-weight: 500;
}
.main_content .award_area .award_list {
  height: 200px;
}
.main_content .award_area .award_list .list_box {
  float: left;
  margin-left: 80px;
  padding-top: 120px;
  width: 270px;
  text-align: center;
}
.main_content .award_area .award_list .list_box p {
  line-height: 19px;
  font-size: 14px;
  color: #999;
}
.main_content .award_area .award_list .list_box .title {
  margin-bottom: 6px;
  line-height: 24px;
  font-size: 19px;
  color: #333;
}
.main_content .award_area .award_list .list_01 {
  margin-left: 0;
  background: url("../../img/main/icon_award_01.png") no-repeat center top;
}
.main_content .award_area .award_list .list_02 {
  padding-top: 140px;
  background: url("../../img/main/icon_award_02.png") no-repeat center top;
}
.main_content .award_area .award_list .list_03 {
  margin-left: 0;
  float: right;
  background: url("../../img/main/icon_award_03.png") no-repeat center top;
}

.main_content .partner_area {
  padding: 60px 0;
  background: #f5f8fa;
}
.main_content .partner_area .slide_box {
  margin: 0 auto;
  width: 904px;
  height: 40px;
  overflow: hidden;
}
.main_content .partner_area .partner_slide {
  height: 40px;
}
.main_content .partner_area .partner_slide li {
  float: left;
  width: 180px;
  height: 40px;
}
.main_content .partner_area .partner_slide a,
.main_content .partner_area .partner_slide .img {
  display: block;
}
.main_content .partner_area .btn_slide {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  width: 19px;
  height: 36px;
  background: url("../../img/icon/slide_prev.png") no-repeat;
  z-index: 30;
}
.main_content .partner_area .btn_slide.next {
  left: auto;
  right: 0;
  background: url("../../img/icon/slide_next.png") no-repeat;
}
.main_content .partner_area .btn_slide:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.main_content .banner_area {
  position: relative;
  height: 295px;
  overflow: hidden;
}
.main_content .banner_area .slide_box {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
  width: 1920px;
  height: 295px;
  z-index: 10;
}
.main_content .banner_area .banner_slide,
.main_content .banner_area .banner_slide li {
  width: 1920px;
  height: 295px;
}
.main_content .banner_area .banner_slide .img {
  display: block;
}
.main_content .banner_area .slide_btn {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 20;
}
.main_content .banner_area .btn_slide {
  display: block;
  position: absolute;
  left: 0;
  top: 130px;
  width: 19px;
  height: 36px;
  background: url("../../img/icon/slide_prev.png") no-repeat;
  z-index: 30;
}
.main_content .banner_area .btn_slide.next {
  left: auto;
  right: 0;
  background: url("../../img/icon/slide_next.png") no-repeat;
}
.main_content .banner_area .btn_slide:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.main_content .review_area {
  padding: 60px 0;
}
.main_content .review_area .title_box {
  margin-bottom: 35px;
  text-align: center;
}
.main_content .review_area .title_box p {
  line-height: 22px;
  font-size: 14px;
  color: #555;
}
.main_content .review_area .title_box .title {
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 24px;
  color: #333;
  font-weight: 500;
}
.main_content .review_area .review_slide.load li {
  display: none;
}
.main_content .review_area .review_slide.load li:first-child {
  display: block;
}
.main_content .review_area .review_slide,
.main_content .review_area .review_slide li,
.main_content .review_area .review_list {
  height: 255px;
}
.main_content .review_area .review_list .review_box {
  float: left;
  margin-left: 35px;
  width: 308px;
  height: 250px;
  text-align: center;
  border: 1px solid #ccc;
}
.main_content .review_area .review_list .review_box .review .review_content {
  word-break: normal;
}
.main_content .review_area .review_list .text_box {
  display: block;
  padding: 40px 30px 0 30px;
  min-height: 54px;
}
.main_content .review_area .review_list .review {
  display: block;
  margin-top: 0px;
  padding: 0px 30px 0px 30px; /*background:url("../../img/main/line_review.png") no-repeat center top*/
}
.main_content .review_area .review_list span {
  display: block;
  line-height: 22px;
  font-size: 15px;
  color: #555;
  padding-bottom: 10px;
}
.main_content .review_area .review_list span b {
  color: #00abe1;
  font-weight: 700;
}
.main_content .review_area .review_list .title {
  margin-bottom: 0px;
  font-size: 18px;
  color: #00abe1;
  font-weight: 500;
}
.main_content .review_area .review_list .name {
  font-size: 13px;
  color: #777;
  font-weight: 500;
}
.main_content .review_area .review_list .review_01 {
  margin-left: 0;
}
.main_content .review_area .review_list .review_03 {
  float: right;
  margin-left: 0;
}
.main_content .review_area .slide_thumb {
  padding-top: 30px;
  height: 15px;
  text-align: center;
}
.main_content .review_area .slide_thumb a {
  display: inline-block;
  margin: 0 4px;
  width: 10px;
  height: 10px;
  vertical-align: top;
  border-radius: 5px;
  background: #dedede;
  *display: inline;
  zoom: 1;
}
.main_content .review_area .slide_thumb a.active {
  background: #0a94c1;
}

#content .customer_area {
  padding: 50px 0 20px;
  background: #00abe1;
}
#content .customer_area p {
  line-height: 22px;
  font-size: 14px;
  color: #fff;
}
#content .customer_area .title {
  margin-bottom: 2px;
  line-height: 24px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
#content .customer_area .tel {
  margin: 15px 0 15px 0;
  line-height: 45px;
}
#content .customer_area .tel a {
  font-size: 35px;
  color: #fff;
  font-family: Arial;
}
#content .customer_area .kakao {
  margin: 15px 0 15px 0;
  line-height: 45px;
}
#content .customer_area .kakao a {
  font-size: 35px;
  color: #fff;
  letter-spacing: -3px;
}
#content .customer_area .btn_box {
  position: absolute;
  right: 0;
  top: 0px;
  width: 198px;
}
#content .customer_area .btn_box .btns {
  display: block;
  margin-bottom: 10px;
  width: 195px;
  height: 44px;
  line-height: 42px;
  font-size: 14px;
  border-radius: 0;
}
#content .customer_area.white {
  background: #fff;
}
#content .customer_area.white .title {
  color: #999;
}
#content .customer_area.white p {
  color: #777;
}
#content .customer_area.white .tel a {
  color: #00abe1;
}

/* 서브 */
/*#viewport.sub #header{position:relative;left:auto;top:auto;right:auto;border-bottom:1px solid #ddd;background:#fff}*/
#viewport.sub #header {
  border-bottom: 1px solid #eee;
  background: #fff; /*box-shadow:0 0 2px 2px rgba(0,0,0,0.2);*/
}
#viewport.sub #header .logo .img {
  filter: alpha(opacity=0);
  opacity: 0;
}
#viewport.sub #header .logo .over {
  filter: "";
  opacity: 1;
}
#viewport.sub #header #gnb .link {
  color: #555;
}

.sub_content {
  padding: 73px 0 50px 0;
}
.sub_content p {
  line-height: 20px;
  font-size: 14px;
  color: #555;
	word-break: break-word;
}
.sub_content p img {
  max-width: 100%;
}
.sub_content p .blue {
  color: #00abe1 !important;
}
.sub_content p b.blue {
  color: #00abe1 !important;
  font-weight: 500 !important;
}

.sub_content.main {
  padding-top: 0;
}
.sub_content.main,
.sub_content.why,
.sub_content.service {
  padding-bottom: 0;
}
.sub_content.help_area {
  min-height: 450px;
}

.sub_header {
  text-align: center;
  background: #fafafa;
  height: 252px;
}
.sub_header .contains {
  padding-top: 95px;
  height: 157px;
}
.sub_header p {
  line-height: 20px;
  font-size: 14px;
  color: #555;
}
.sub_header .title {
  margin-bottom: 15px;
  line-height: 34px;
  font-size: 28px;
  color: #00abe1;
  font-weight: 500;
}
.sub_header .navi {
  position: absolute;
  right: 0;
  top: 15px;
  text-align: left;
}
.sub_header .navi li {
  float: left;
  padding-left: 26px;
  margin-left: 16px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  background: url("../../img/icon/navi_arrow.png") no-repeat left center;
}
.sub_header .navi .current {
  color: #1ca9d4;
}
.sub_header .navi .home {
  padding-left: 0;
  margin-left: 0;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background: url("../../img/icon/navi_home.png") no-repeat center center;
}
.sub_content.why .sub_header,
.sub_content.service .sub_header {
  background: #fff;
}

.sub_visual {
  height: 412px;
}
.sub_visual .text_box {
  padding-top: 110px;
}
.sub_visual .text_box .line {
  display: block;
  margin-bottom: 24px;
  width: 40px;
  height: 3px;
  background: #00abe1;
}
.sub_visual .text_box p {
  line-height: 24px;
  font-size: 14px;
  color: #333;
}
.sub_visual .text_box .title {
  margin-bottom: 25px;
  font-size: 30px;
  font-size: 24px;
  font-weight: 500;
}

.sub_title_box {
  margin-bottom: 20px;
  text-align: center;
}
.sub_title_box .line {
  display: block;
  margin: 0 auto 16px auto;
  width: 40px;
  height: 3px;
  background: #00abe1;
}
.sub_title_box .title {
  line-height: 30px;
  font-size: 24px;
  color: #333;
  font-weight: 500;
}
.sub_title_box .desc {
  line-height: 30px;
  font-size: 16px;
  color: #999;
  margin-top: 8px;
}
.sub_title_box .text_box {
  margin-top: 20px;
}
.sub_title_box.white .line {
  background: #fff;
}
.sub_title_box.white .title {
  color: #fff;
}
.sub_title_box.white .text_box p {
  color: #fafafa;
}

.demo_btn {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px 12px;
  background-color: #00bfea;
  color: #fff;
  border-radius: 3px;
  line-height: 100px;
}

.ai_contents_btn .demo_btn {
  font-size: 25px;
  font-weight: 500;
  padding: 15px 60px 15px;
  background-color: #00bfea;
  color: #fff;
  border-radius: 3px;
  line-height: 100px;
}
/* why */
.why_area .why_feature {
  padding: 50px 0;
}
.why_area .feature_list {
  padding: 0 10px;
  height: 267px;
  background: url("../../img/why/bg_circle.png") no-repeat;
}
.why_area .feature_list li {
  float: left;
  padding-top: 45px;
  width: 237px;
  text-align: center;
}
.why_area .feature_list p {
  line-height: 22px;
}
.why_area .feature_list .title {
  margin-bottom: 25px;
  line-height: 24px;
  font-size: 18px;
  color: #00abe1;
  font-weight: 500;
}

.why_area .why_solution {
  padding: 50px 0;
  background: #fafafa;
}
.why_area .why_solution .solution_graph {
  margin: 0 auto;
  padding-top: 20px;
  width: 60%;
}
.why_area .why_solution .solution_graph .graph_top {
  height: 30px;
}
.why_area .why_solution .solution_graph .graph_top .legend {
  float: left;
  font-size: 15px;
  color: #333;
}
.why_area .why_solution .solution_graph .graph_top .unit {
  float: right;
  font-size: 13px;
  color: #555;
}
.why_area .why_solution .solution_graph .graph_list {
  position: relative;
  width: 418px;
  height: 224px;
  border: 1px solid #ccc;
  background: url("../../img/why/line_graph.png") repeat;
}
.why_area .why_solution .solution_graph .graph_list li {
  float: left;
  position: relative;
  margin-left: 36px;
  width: 55px;
  height: 224px;
}
.why_area .why_solution .solution_graph .graph {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55px;
  height: 0;
  text-align: center;
  background: #00abe1;
}
.why_area .why_solution .solution_graph .graph .value {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin-top: -10px;
  line-height: 20px;
  color: #fff;
}
.why_area .why_solution .solution_graph .graph .label {
  position: absolute;
  left: 0;
  bottom: -34px;
  right: 0;
  text-align: center;
  font-size: 13px;
  white-space: nowrap;
}
.why_area .why_solution .solution_graph .desc {
  margin-top: 50px;
  text-align: right;
  font-size: 13px;
}

.why_area .why_banner {
  padding: 50px 0;
  background: #00abe1;
}

.why_area .why_safe {
  padding: 50px 0;
}
.why_area .why_safe .contains {
  overflow: hidden;
}
.why_area .why_safe .sub_title_box {
  float: left;
  width: 480px;
  text-align: left;
}
.why_area .why_safe .sub_title_box .line {
  margin-left: 0;
}
.why_area .why_safe .safe_address {
  float: right;
  padding-top: 20px;
  width: 460px;
}
.why_area .why_safe .safe_address .address_box {
  position: relative;
  margin-bottom: 26px;
}
.why_area .why_safe .safe_address .address_box .img {
  display: block;
}
.why_area .why_safe .safe_address .address_box .text_box {
  position: absolute;
  left: 184px;
  top: -7px;
}
.why_area .why_safe .safe_address .address_box .text_box p {
  line-height: 19px;
  font-size: 13px;
  white-space: nowrap;
  letter-spacing: -1px;
}
.why_area .why_safe .safe_address .address_box .text_box .title {
  margin-bottom: 5px;
  font-size: 14px;
  color: #555;
  font-weight: 500;
  letter-spacing: 0;
}
.why_area .why_safe .safe_address .address_box:first-child {
  padding-top: 40px;
}

.why_area .why_ransom {
  background: #efefef;
  padding: 50px 0;
}
.why_area .why_ransom .text_box {
  text-align: left;
}
.why_area .why_ransom .text_box .sub_title {
  color: #00abe1;
  font-size: 18px;
  display: block;
}

/* 서비스 */
/* 서브 메인 */
.sub_home {
  padding: 180px 0 130px 0;
}
.sub_home .home_title {
  margin-bottom: 90px;
  text-align: center;
}
.sub_home .home_title p {
  line-height: 22px;
  font-size: 14px;
  color: #fefefe;
}
.sub_home .home_title .title {
  line-height: 50px;
  font-size: 44px;
  color: #fff;
}
.sub_home .home_menu {
  margin-left: -10px;
  width: 990px;
  height: 504px;
}
.sub_home .home_menu .list_box {
  display: block;
  float: left;
  margin: 0 0 10px 10px;
  padding-top: 126px;
  width: 235px;
  height: 242px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fafafa\9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sub_home .home_menu .list_box span {
  display: block;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
}
.sub_home .home_menu .list_box .title {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500;
}
.sub_home .home_menu .list_box:hover {
  border-color: #26b0dc;
  background-color: #26b0dc;
}
.sub_home .home_menu .list_01 {
  background-image: url("../../img/service/home_01.png");
  background-repeat: no-repeat;
  background-position: center 40px;
}
.sub_home .home_menu .list_02 {
  background-image: url("../../img/service/home_02.png");
  background-repeat: no-repeat;
  background-position: center 40px;
}
.sub_home .home_menu .list_03 {
  background-image: url("../../img/service/home_03.png");
  background-repeat: no-repeat;
  background-position: center 40px;
}
.sub_home .home_menu .list_04 {
  background-image: url("../../img/service/home_04.png");
  background-repeat: no-repeat;
  background-position: center 40px;
}
.sub_home .home_menu .list_05 {
  background-image: url("../../img/service/home_05.png");
  background-repeat: no-repeat;
  background-position: center 40px;
}
.sub_home .home_menu .list_06 {
  background-image: url("../../img/service/home_06.png");
  background-repeat: no-repeat;
  background-position: center 40px;
}
.sub_home .home_menu .list_07 {
  background-image: url("../../img/service/home_07.png");
  background-repeat: no-repeat;
  background-position: center 40px;
}
.sub_home .home_menu .list_08 {
  background-image: url("../../img/service/home_08.png");
  background-repeat: no-repeat;
  background-position: center 40px;
}

/* 교적 */
.service_area .service_top .contains {
  height: 429px;
}
.service_area .service_top .img_box {
  position: absolute;
  left: -190px;
  top: 48px;
}
.service_area .service_top .img_box.phone {
  left: -20px;
  top: 94px;
}
.service_area .service_top .text_box {
  position: absolute;
  right: 0;
  top: 100px;
  width: 330px;
  white-space: normal;
}
.service_area .service_top .text_box p {
  color: #fff;
}
.service_area .service_top .text_box .btn_group {
  margin-top: 20px;
}
.service_area .service_top .text_box .btn_group .btn {
  color: #fff;
  border: 1px solid;
  border-radius: 3px;
  padding: 6px 13px 7px;
  display: inline-block;
  margin: 4px 1px;
  font-size: 13px;
}
.service_area .service_top .text_box .btn_group .btn:hover {
  background-color: #03a9f4;
}
.service_area .service_top .text_box .title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
.service_area.smartcall .service_top .text_box {
  width: 660px;
}
.service_area.smartcall .service_top .img_box {
  left: 10px;
}

.service_area .bg_gray {
  background-color: #fafafa;
}

.service_area .service_feature {
  padding-top: 60px;
}
.service_area .service_feature .sub_title_box {
  margin: 0;
}
.service_area .service_feature .feature_box {
  padding: 50px 0;
}
.service_area .service_feature .contains {
  overflow: hidden;
}
.service_area .service_feature .feature_box .img {
  display: block;
  float: right;
  width: 60%;
}
.service_area .service_feature .feature_box .img_frame {
  width: 500px;
  height: 500px;
  border: 1px solid #ccc;
  text-align: center;
  display: inline-block;
}
.service_area .service_feature .feature_box .img_frame img {
  display: inline-block;
  width: auto;
  float: none;
}

.service_area .service_feature .contains .bx-wrapper {
  box-shadow: none;
  border: 0;
  background: none;
}
.service_area .service_feature .contains .bx-wrapper .bx-viewport {
  padding-bottom: 20px;
}
.service_area .service_feature .contains .bx-wrapper .bx-caption {
  background: rgba(255, 255, 255, 0.75);
  bottom: -20px;
}
.service_area .service_feature .contains .bx-wrapper .bx-caption span {
  font-size: 14px;
  font-family: inherit;
  text-align: center;
  color: #666;
}

.service_area .service_feature .feature_box .text_box {
  position: absolute;
  left: 0;
  top: 30%;
  margin-top: -50px;
  width: 40%;
}
.service_area .service_feature .feature_box .text_box .title {
  margin-bottom: 15px;
  font-size: 22px;
  color: #00abe1;
  font-weight: 500;
  line-height: 28px;
}
.service_area .service_feature .feature_box .text_box .desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
.service_area .service_feature .feature_box .text_box .btn_group {
}
.service_area .service_feature .feature_box .text_box .btn_group .btn {
  border: 1px solid #ccc;
  color: #666;
  display: inline-block;
  padding: 3px 10px 4px;
  border-radius: 3px;
  font-size: 13px;
  margin: 4px 2px;
}
.service_area .service_feature .feature_box .text_box .btn_group .btn:hover {
  border: 1px solid #ccc;
  color: #00abe1;
}

.service_area .service_feature .feature_box .youtube-50 {
  width: 49%;
  display: inline-block;
  position: relative;
}
.service_area .service_feature .feature_box .youtube-50 .ytitle {
  font-size: 16px;
  color: #666;
  display: block;
  margin-bottom: 10px;
}
.service_area .service_feature .feature_box .youtube-50 .y-btn {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 10px 4px;
  border-radius: 3px;
  background-color: #00abe6;
}

.service_area .service_feature .feature_box.list_02,
.service_area .service_feature .feature_box.list_04 {
  background: #fafafa;
}

.service_area .service_feature .feature_box .product_box {
  display: inline-block;
  width: 25%;
  float: left;
}
.service_area .service_feature .feature_box .product_box .product_text {
  border: 1px solid #ccc;
  width: auto;
  text-align: center;
  margin: 5px;
  padding: 30px 10px;
  border-radius: 3px;
  min-height: 96px;
  position: relative;
}
.service_area .service_feature .feature_box .product_box .product_text:hover {
  border: 1px solid #03a9f4;
  cursor: pointer;
}
.service_area .service_feature .feature_box .product_box .product_text .title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  word-break: break-all;
  color: #444;
  line-height: 24px;
}
.service_area .service_feature .feature_box .product_box .product_text .desc {
  color: #999;
}
.service_area
  .service_feature
  .feature_box
  .product_box
  .product_text
  .icon_new {
  display: inline-block;
  background: #ff1100;
  color: #fff;
  position: absolute;
  right: -6px;
  top: -6px;
  padding: 4px 0 0;
  border-radius: 30px;
  width: 30px;
  height: 26px;
}
.product_box .free,
.product_box .paid,
.product_box .notyet {
  font-size: 13px;
  display: inline-block;
  padding: 1px 5px 2px;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 5px;
}
.product_box .free {
  background-color: #03a9f4;
}
.product_box .paid {
  background-color: #ff9800;
}
.product_box .notyet {
  background-color: #ccc;
}

.service_area.smartcall .service_feature .feature_box {
  padding-top: 0;
}
.service_area.smartcall .service_feature .feature_box .img {
  float: none;
}
.service_area.smartcall .service_feature .feature_box .text_box {
  position: relative;
  left: auto;
  top: auto;
  margin: 30px 0 0 0;
  text-align: center;
}

.service_area .service_special {
  padding: 50px 0;
  background: #00abe1;
}
.service_area .service_special .sub_title_box {
  padding-top: 20px;
  margin-bottom: 45px;
}
.service_area .service_special .sub_title_box .line {
  display: none;
}
.service_area .service_special .img_box {
  text-align: center;
}
.service_area .service_special .text_box {
  margin-top: 50px;
  text-align: center;
}
.service_area .service_special .text_box p {
  color: #fafafa;
}
.service_area .service_special .text_box .title {
  font-size: 18px;
}

.service_area .service_tabmenu {
  padding: 70px 0 110px 0;
}
.tabmenu_panel .menu_box {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 850px;
}
.tabmenu_panel .tab_menu {
  display: table;
  width: 100%;
  height: 77px;
  table-layout: fixed;
  border-spacing: 1px;
}
.tabmenu_panel .tab_menu .tab {
  display: table-cell;
  padding-top: 37px;
  height: 40px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  background-color: #00abe1;
}
.tabmenu_panel.member .tab {
  background-image: url("../../img/service/member_tabmenu.png");
  background-repeat: no-repeat;
}
.tabmenu_panel.member .tab.active {
  color: #00abe1;
  background-color: #fff;
}
.tabmenu_panel.member .tab_02 {
  background-position: -78px 0;
}
.tabmenu_panel.member .tab_03 {
  background-position: -153px 0;
}
.tabmenu_panel.member .tab_04 {
  background-position: -232px 0;
}
.tabmenu_panel.member .tab_05 {
  background-position: -308px 0;
}
.tabmenu_panel.member .tab_06 {
  background-position: -384px 0;
}
.tabmenu_panel.member .tab_07 {
  background-position: -462px 0;
}
.tabmenu_panel.member .tab_08 {
  background-position: -540px 0;
}
.tabmenu_panel.member .tab_09 {
  background-position: -618px 0;
}
.tabmenu_panel.member .tab_10 {
  background-position: -694px 0;
}
.tabmenu_panel.member .tab_11 {
  background-position: -772px 0;
}
.tabmenu_panel.member .tab_01.active {
  background-position: 0 -100px;
}
.tabmenu_panel.member .tab_02.active {
  background-position: -78px -100px;
}
.tabmenu_panel.member .tab_03.active {
  background-position: -153px -100px;
}
.tabmenu_panel.member .tab_04.active {
  background-position: -232px -100px;
}
.tabmenu_panel.member .tab_05.active {
  background-position: -308px -100px;
}
.tabmenu_panel.member .tab_06.active {
  background-position: -384px -100px;
}
.tabmenu_panel.member .tab_07.active {
  background-position: -462px -100px;
}
.tabmenu_panel.member .tab_08.active {
  background-position: -540px -100px;
}
.tabmenu_panel.member .tab_09.active {
  background-position: -618px -100px;
}
.tabmenu_panel.member .tab_10.active {
  background-position: -694px -100px;
}
.tabmenu_panel.member .tab_11.active {
  background-position: -772px -100px;
}

.tabmenu_panel.finance .tab {
  background-image: url("../../img/service/finance_tabmenu.png");
  background-repeat: no-repeat;
}
.tabmenu_panel.finance .tab.active {
  color: #00abe1;
  background-color: #fff;
}
.tabmenu_panel.finance .tab_01 {
  background-position: -2px 0;
}
.tabmenu_panel.finance .tab_02 {
  background-position: -124px 0;
}
.tabmenu_panel.finance .tab_03 {
  background-position: -244px 0;
}
.tabmenu_panel.finance .tab_04 {
  background-position: -364px 0;
}
.tabmenu_panel.finance .tab_05 {
  background-position: -486px 0;
}
.tabmenu_panel.finance .tab_06 {
  background-position: -606px 0;
}
.tabmenu_panel.finance .tab_07 {
  background-position: -728px 0;
}
.tabmenu_panel.finance .tab_01.active {
  background-position: -2px -100px;
}
.tabmenu_panel.finance .tab_02.active {
  background-position: -124px -100px;
}
.tabmenu_panel.finance .tab_03.active {
  background-position: -244px -100px;
}
.tabmenu_panel.finance .tab_04.active {
  background-position: -364px -100px;
}
.tabmenu_panel.finance .tab_05.active {
  background-position: -486px -100px;
}
.tabmenu_panel.finance .tab_06.active {
  background-position: -606px -100px;
}
.tabmenu_panel.finance .tab_07.active {
  background-position: -728px -100px;
}

.tabmenu_panel.equipment .tab {
  background-image: url("../../img/service/equipment_tabmenu.png");
  background-repeat: no-repeat;
}
.tabmenu_panel.equipment .tab.active {
  color: #00abe1;
  background-color: #fff;
}
.tabmenu_panel.equipment .tab_01 {
  background-position: -8px 0;
}
.tabmenu_panel.equipment .tab_02 {
  background-position: -220px 0;
}
.tabmenu_panel.equipment .tab_03 {
  background-position: -435px 0;
}
.tabmenu_panel.equipment .tab_04 {
  background-position: -645px 0;
}
.tabmenu_panel.equipment .tab_01.active {
  background-position: -8px -100px;
}
.tabmenu_panel.equipment .tab_02.active {
  background-position: -220px -100px;
}
.tabmenu_panel.equipment .tab_03.active {
  background-position: -435px -100px;
}
.tabmenu_panel.equipment .tab_04.active {
  background-position: -645px -100px;
}

.tabmenu_panel.car .tab {
  background-image: url("../../img/service/car_tabmenu.png");
  background-repeat: no-repeat;
}
.tabmenu_panel.car .tab.active {
  color: #00abe1;
  background-color: #fff;
}
.tabmenu_panel.car .tab_01 {
  background-position: -8px 0;
}
.tabmenu_panel.car .tab_02 {
  background-position: -220px 0;
}
.tabmenu_panel.car .tab_03 {
  background-position: -435px 0;
}
.tabmenu_panel.car .tab_04 {
  background-position: -645px 0;
}
.tabmenu_panel.car .tab_01.active {
  background-position: -8px -100px;
}
.tabmenu_panel.car .tab_02.active {
  background-position: -220px -100px;
}
.tabmenu_panel.car .tab_03.active {
  background-position: -435px -100px;
}
.tabmenu_panel.car .tab_04.active {
  background-position: -645px -100px;
}

.tabmenu_panel .panel_box {
  position: relative;
}
.tabmenu_panel .slide_box {
  position: relative;
  height: 435px;
  z-index: 10;
}
.tabmenu_panel .slide_box .tabmenu_slide,
.tabmenu_panel .slide_box .tabmenu_slide li {
  height: 495px;
  text-align: center;
}
.tabmenu_panel .slide_box .tabmenu_slide .title_box {
  height: 95px;
}
.tabmenu_panel .slide_box .tabmenu_slide .title {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.tabmenu_panel .slide_box .tabmenu_slide.load li {
  display: none;
}
.tabmenu_panel .slide_box .tabmenu_slide.load li:first-child {
  display: block;
}
.tabmenu_panel .slide_box .tabmenu_slide .app .title_box {
  height: 45px;
}
.tabmenu_panel .panel_box .btn_slide {
  display: block;
  position: absolute;
  left: 0;
  top: 260px;
  width: 19px;
  height: 36px;
  background: url("../../img/icon/slide_prev.png") no-repeat;
  filter: alpha(opacity=40);
  opacity: 0.4;
  z-index: 30;
}
.tabmenu_panel .panel_box .btn_slide.next {
  left: auto;
  right: 0;
  background: url("../../img/icon/slide_next.png") no-repeat;
}
.tabmenu_panel .panel_box .btn_slide:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.tabmenu_panel.finance .slide_box .tabmenu_slide .title_box,
.tabmenu_panel.equipment .slide_box .tabmenu_slide .title_box,
.tabmenu_panel.car .slide_box .tabmenu_slide .title_box,
.tabmenu_panel.member .slide_box .tabmenu_slide .title_box {
  height: 45px;
}
.tabmenu_panel .slide_box .tabmenu_slide .tablet_box {
  margin: 0 auto;
  padding: 40px 72px 39px 70px;
  width: 751px;
  height: 446px;
  background: url("../../img/service/bg_tablet_frame.png") no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 홈페이지 제작 */
.service_area .homepage_top .contains {
  height: 412px;
}
.service_area .homepage_top .text_box {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin-top: -90px;
  text-align: center;
}
.service_area .homepage_top .text_box p {
  color: #fff;
}
.service_area .homepage_top .text_box .title {
  margin-bottom: 25px;
  font-size: 24px;
}

.service_area .homepage_feature {
  padding: 50px 0;
}
.service_area .homepage_feature .sub_title_box {
  margin-bottom: 40px;
}
.service_area .homepage_feature .feature_box {
  margin-bottom: 50px;
  overflow: hidden;
}
/* .service_area .homepage_feature .feature_box .img_box img{width:300px;} */
.service_area .homepage_feature .feature_list {
  float: left;
  width: 480px;
}
.service_area .homepage_feature .feature_list li {
  margin-top: 28px;
}
.service_area .homepage_feature .feature_list li:first-child {
  margin-top: 0;
}
.service_area .homepage_feature .feature_list .title {
  margin-bottom: 18px;
  font-size: 22px;
  color: #00abe1;
  font-weight: 500;
}
.service_area .homepage_feature .img_box {
  float: right;
}
.service_area .homepage_feature .img_box .img {
  display: block;
}
.service_area .homepage_feature .progress_list {
  display: table;
  width: 100%;
  height: 169px;
  background: url("../../img/experience/homepage_circle.png") no-repeat;
}
.service_area .homepage_feature .progress_list li {
  display: table-cell;
  width: 100px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  color: #00abe1;
}
.service_area .homepage_feature .progress_list .last {
  padding: 0 18px 0 42px;
  color: #fff;
}

.service_area .homepage_portfolio {
  padding: 50px 44px;
  background: #f5f5f6;
}
.service_area .homepage_portfolio .portfolio_box {
  padding-bottom: 20px;
  position: relative;
}
.service_area .homepage_portfolio .portfolio_list {
  height: 425px;
  overflow: hidden;
}
.service_area .homepage_portfolio .portfolio_list .list_box {
  float: left;
  margin: 0 6px;
  position: relative;
  width: 315px;
  height: 425px;
  background-color: #fff;
}
.service_area .homepage_portfolio .portfolio_list .list_box a {
  display: block;
  position: relative;
  width: 315px;
  height: 425px;
}
.service_area .homepage_portfolio .portfolio_list .list_box .img {
  display: block;
  border: 0px solid #efefef;
  width: 315px;
}
.service_area .homepage_portfolio .portfolio_list .list_box .over {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 315px;
  height: 425px;
  background: url("../../img/common/bg_tooltip.png") repeat;
  z-index: 10;
  filter: alpha(opacity=0);
  opacity: 0;
}
.service_area .homepage_portfolio .portfolio_list .list_box .over .icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -36px 0 0 -36px;
  width: 72px;
  height: 72px;
  background: url("../../img/icon/homepage_link.png") no-repeat;
}
.service_area .homepage_portfolio .portfolio_list .list_box a:hover .over {
  filter: "";
  opacity: 1;
}

/* 체험신청 */
.sub_content .text_center {
  text-align: center;
}
.sub_content .page_btn {
  margin-top: 50px;
  text-align: center;
}
.sub_content .page_btn .btns {
  display: inline-block;
  margin: 0 4px;
  width: 198px;
  height: 44px;
  line-height: 42px;
  font-size: 14px;
  border-radius: 0;
  *display: inline;
  zoom: 1;
}

.radio_list {
  display: inline-block;
  margin: 0 auto;
  margin-top: 15px;
  max-width: 970px;
  min-width: 480px;
  height: 50px;
  text-align: center;
  background: #fafafa;
  white-space: nowrap;
  *display: inline;
  zoom: 1;
}
.radio_list .radio_box {
  margin: 0 13px;
  margin-top: 7px;
}
.radio_list .check_box {
  display: inline-block;
  float: none;
  margin: 0 13px;
  margin-top: 15px;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.radio_box {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  height: 35px;
  line-height: 35px;
  vertical-align: top;
  font-size: 14px;
  color: #555;
  background: url("../../img/icon/radio.png") no-repeat left center;
  *display: inline;
  zoom: 1;
}
.radio_box .radio {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 11px;
  width: 13px;
  height: 13px;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 10;
}
.radio_box.active {
  background: url("../../img/icon/radio_on.png") no-repeat left center;
}
.form_area .radio_list {
  display: block;
}

.sub_tab_panel .tab_menu {
  margin-bottom: 50px;
  height: 44px;
  border-bottom: 1px solid #ddd;
  background: #fafafa;
}
.sub_tab_panel .tab_menu .menu_list {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.sub_tab_panel .tab_menu .menu_list .tab {
  display: table-cell;
  height: 43px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: #999;
  border: 1px solid #ddd;
}
.sub_tab_panel .tab_menu .menu_list .tab.active {
  color: #00abe1;
  font-weight: 500;
  border-bottom-color: #fff;
  background: #fff;
}

/*온라인 정기교육*/

p.edu_title {
  font-size: 18px;
  color: #555;
  font-weight: 500;
}

p.edu_title.first {
  padding: 40px 0 25px 0;
}

p.edu_title.second {
  padding: 80px 0 25px 0;
}

ul.circle_wrap li {
  border: 1px solid #d1d1d1;
  width: 268px;
  height: 268px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #555;
}

ul.circle_wrap li:nth-child(1) {
  left: 30px;
}

ul.circle_wrap li:nth-child(3) {
  right: 30px;
}
ul.circle_wrap li:before {
  display: block;
  margin: 70px auto 20px;
}

ul.circle_wrap li:nth-child(1):before {
  content: "";
  width: 103px;
  height: 60px;
  background: url("/resources/customized/img/experience/edu_icon01.png");
}

ul.circle_wrap li:nth-child(2):before {
  content: "";
  width: 70px;
  height: 70px;
  background: url("/resources/customized/img/experience/edu_icon02.png");
}

ul.circle_wrap li:nth-child(3):before {
  content: "";
  width: 82px;
  height: 66px;
  background: url("/resources/customized/img/experience/edu_icon03.png");
}

.edu_cost {
  width: 100%;
}

.edu_cost thead tr th {
  background: #f5fcfe;
  border-top: 1px solid #999;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: center;
  padding: 10px;
}

.edu_cost thead tr th:last-child {
  border-right: none;
}

.edu_cost tbody tr {
  font-size: 14px;
  border-bottom: 1px solid #e1e1e1;
}

.edu_cost tbody tr * {
  padding: 10px;
}

.edu_cost tbody tr td {
  border-left: 1px solid #e1e1e1;
  color: #555;
}

.edu_cost tbody tr th {
  color: #00abe1;
}
.edu_cost tbody tr:last-child td {
  text-align: center;
}

.apply {
  margin-right: 30px;
  padding: 10px 28px;
  margin-left: 30px;
}

/* 팝업 */
.popup_window {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../../img/common/bg_popup_shadow.png") repeat;
  z-index: 3000;
}
.popup_window .popup_area {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -300px 0 0 -485px;
  width: 970px;
  height: 600px;
  border-radius: 7px;
  box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.popup_window .popup_area .popup_header {
  position: relative;
  padding: 0 26px;
  height: 53px;
  border-radius: 5px 5px 0 0;
  background: #4d4d4d;
}
.popup_window .popup_area .popup_header .title {
  float: left;
  line-height: 53px;
  font-size: 18px;
  color: #00abe1;
}
.popup_window .popup_area .popup_header .btn_join {
  float: right;
  margin-right: 35px;
  padding-left: 22px;
  height: 53px;
  line-height: 53px;
  font-size: 14px;
  color: #ddd;
  background: url("../../img/icon/popup_header_join.png") no-repeat left center;
}
.popup_window .popup_area .popup_header .btn_close {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background: url("../../img/icon/popup_close.png") no-repeat;
}
.popup_window .popup_area .popup_content {
  height: 547px;
  overflow: auto;
  border-radius: 0 0 5px 5px;
  background: #fff;
}
.popup_window .popup_btn {
  padding-top: 40px;
  text-align: center;
}
.popup_window .popup_btn .btns {
  display: inline-block;
  margin: 0 4px;
  width: 200px;
  height: 44px;
  line-height: 42px;
  vertical-align: top;
  font-size: 14px;
  border-radius: 0;
  *display: inline;
  zoom: 1;
}
/*상단 띠배너*/
label.today {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* 폼 */
.form_area .form_title {
  position: relative;
  margin: 50px 0 15px 0;
  line-height: 24px;
  font-size: 18px;
  color: #555;
  font-weight: 500;
  text-align: center;
}
.form_area .form_sub_title {
  position: relative;
  margin: 30px 0 15px 0;
  line-height: 24px;
  font-size: 16px;
  color: #555;
}
.form_area .form_title .desc {
  position: absolute;
  left: 0;
  font-size: 13px;
  color: #999;
}

.form_area .form_title .title {
  font-size: 22px;
  display: block;
}
.form_area .form_title .comment {
  font-size: 13px;
  display: block;
  color: #999;
  line-height: 20px;
  margin-top: 10px;
}
.form_area .form_title .new_church {
  margin-top: 30px;
}

.form_area .form_title .desc .blue {
  display: inline-block;
  margin: 4px 2px 0 0;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.form_area .agree_box .form_title {
  font-weight: normal;
}
.form_area .terms_box {
  padding: 20px 22px;
  border: 2px solid #eee;
  background: #f1f1f1;
}
.form_area .terms_box p {
  line-height: 24px;
  font-size: 13px;
  color: #555;
}
.form_area .terms_check {
  margin-top: 20px;
  height: 20px;
}

.check_box {
  display: block;
  float: left;
  position: relative;
  padding-left: 28px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  color: #888;
  background: url("../../img/icon/check.png") no-repeat left center;
}
.check_box .check {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.check_box.active {
  background: url("../../img/icon/check_on.png") no-repeat left center;
}

.table_box {
  border-top: 3px solid #00abe1;
  border-bottom: 1px solid #e1e1e1; /* height: 500px; */
}
.form_area .form_table th {
  font-size: 14px;
  color: #777;
  height: 55px;
  border-bottom: 1px solid #e1e1e1;
  background: #fafafa;
  text-align: center;
}
.form_area .form_table th .important {
  display: inline-block;
  margin: 2px 6px 0 -12px;
  width: 6px;
  color: #00abe1;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.form_area .form_table td {
  padding: 10px 20px;
  height: 35px;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
  font-size: 14px;
  color: #777;
}
.form_area .form_table .t {
  padding-top: 15px;
  vertical-align: top;
}
.form_area .form_table .phone_box .input_text {
  float: left;
  width: 98px;
}
.form_area .form_table .phone_box .unit {
  float: left;
  width: 28px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #777;
}
.form_area .form_table .email_box .input_text {
  float: left;
  width: 98px;
}
.form_area .form_table .email_box .unit {
  float: left;
  width: 28px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #777;
}
.form_area .form_table .email_box .input_email {
  float: left;
  width: 206px;
}
.form_area .form_table .email_box .select_box {
  float: left;
  margin-left: 10px;
  width: 206px;
}
.form_area .form_table .email_box.mid .input_email,
.form_area .form_table .email_box.mid .select_box {
  width: 185px;
}

.input_text {
  padding: 0 10px;
  width: 100%;
  height: 35px;
  font-size: 13px;
  color: #777;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input_file {
  width: 100%;
  font-size: 13px;
  color: #777;
  border: 0;
}
.input_text.mid {
  width: 260px;
}
.input_text::-webkit-input-placeholder {
  font-size: 12px;
  color: #aaa;
}
.input_text::-moz-input-placeholder {
  font-size: 12px;
  color: #aaa;
}
.input_text::-ms-input-placeholder {
  font-size: 12px;
  color: #aaa;
}

.select_text {
  display: inline-block;
  width: 100%;
  height: 35px;
  border: 1px solid #e1e1e1;
  padding: 0 0 0 5px;
  color: #777;
  font-size: 14px;
}

.select_box {
  position: relative;
  float: left;
  width: 100%;
  height: 35px;
}
.select_box .select {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 10px;
  width: 100%;
  height: 35px;
  font-size: 13px;
  color: #777;
  border: 1px solid #e1e1e1;
  filter: alpha(opacity=0);
  z-index: 20;
}
.select_box .value {
  display: block;
  padding: 0 30px 0 15px;
  width: 100%;
  height: 35px;
  line-height: 33px;
  font-size: 13px;
  color: #777;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff url("../../img/icon/select_arrow.png") no-repeat right center;
}
.select_box.mid {
  width: 265px;
}

.form_area textarea.input_text {
  padding: 10px;
  height: 185px;
  line-height: 22px;
  overflow: hidden;
  overflow-y: auto;
  resize: none;
}
.radio_area.check .radio_box {
  float: left;
  margin-right: 18px;
  padding-left: 30px;
  font-size: 13px;
  color: #888;
  background: url("../../img/icon/check.png") no-repeat left center;
}
.radio_area.check .radio_box.active {
  background: url("../../img/icon/check_on.png") no-repeat left center;
}
.radio_area.check .radio_box .radio {
  width: 20px;
  height: 20px;
}

.form_area .name_box .input_text {
  float: left;
  width: 260px;
}
.form_area .warn {
  float: left;
  margin-left: 18px;
  line-height: 35px;
  font-size: 13px;
  color: #ef5350;
}
.form_area .address_box .input_zip {
  float: left;
  width: 98px;
}
.form_area .address_box .btn_zip {
  float: left;
  margin-left: 10px;
  width: 98px;
  height: 35px;
  line-height: 33px;
  font-size: 13px;
  color: #fff;
  border-radius: 0;
}
.form_area .address_box .input_address {
  float: left;
  margin-left: 10px;
  width: 262px;
}
.form_area .address_box .input_address2 {
  float: right;
  width: 262px;
}
.form_area .people_box {
  position: relative;
  padding-right: 22px;
}
.form_area .people_box .unit {
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #777;
}
.form_area .date_box .input_text {
  float: left;
  width: 110px;
  text-align: center;
}
.form_area .date_box .unit {
  float: left;
  width: 28px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #777;
}
.form_area .date_box .select_box {
  margin-left: 10px;
  width: 98px;
}

#ui-datepicker-div {
  font-size: 12px;
}
#ui-datepicker-div .ui-widget-header {
  border: 0;
  color: #555;
  background: #fff;
}
#ui-datepicker-div th {
  padding: 1.2em 0.3em;
  color: #555;
}
#ui-datepicker-div .ui-datepicker-week-end [title="Sunday"] {
  color: #f64040;
}
#ui-datepicker-div .ui-datepicker-week-end [title="Saturday"] {
  color: #00a6da;
}
#ui-datepicker-div .ui-state-default {
  height: 23px;
  line-height: 23px;
  text-align: center;
  border: 0;
  color: #aaa;
  background: #fff;
}
#ui-datepicker-div .ui-state-default:hover {
  background: #eee;
}
#ui-datepicker-div .ui-state-active {
  color: #fff;
  background: #ffbbaf;
}

/* 이용 견적 신청 */
.experience_area .request_menu {
  margin: 50px 0;
  width: 980px;
  height: 242px;
}
.experience_area .request_menu .slide_thumb {
  float: left;
}
.experience_area .request_menu a {
  display: block;
  float: left;
  margin: 0 4px;
  padding: 25px 0;
  width: 232px;
  height: 190px;
  text-align: center;
  border: 1px solid #ccc;
}
.experience_area .request_menu span {
  display: block;
  line-height: 20px;
  font-size: 14px;
  color: #777;
}
.experience_area .request_menu .name {
  line-height: 24px;
  font-size: 18px;
  color: #00abe1;
  font-weight: 500;
}
.experience_area .request_menu .line {
  display: block;
  margin: 16px auto;
  width: 25px;
  height: 2px;
  background: #00abe1;
}
.experience_area .request_menu .num {
  line-height: 30px;
  font-size: 24px;
  color: #555;
  font-weight: 500;
}
.experience_area .request_menu .desc {
  line-height: 25px;
  font-size: 20px;
  color: #555;
}
.experience_area .request_menu .price {
  margin: 17px 0;
  line-height: 24px;
  font-size: 15px;
  color: #00abe1;
}
.experience_area .request_menu .btn {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-size: 12px;
  color: #00abe1;
  border: 1px solid #00abe1;
}
.experience_area .request_menu a.active,
.experience_area .request_menu a:hover {
  border-color: #00abe1;
  background: #00abe1;
}
.experience_area .request_menu a.active span,
.experience_area .request_menu a:hover span {
  color: #fff !important;
}
.experience_area .request_menu a.active .line,
.experience_area .request_menu a:hover .line {
  background: #fff;
}
.experience_area .request_menu a.active .btn,
.experience_area .request_menu a:hover .btn {
  border-color: #fff;
}
.experience_area .request_process {
  padding-top: 50px;
  border-top: 1px solid #eee;
}
.experience_area .request_process .sub_title_box {
  margin-bottom: 30px;
  text-align: left;
}
.experience_area .request_process .sub_title_box .line {
  margin-left: 0;
}
.experience_area .request_process .process_list .name {
  line-height: 30px;
  font-size: 18px;
  font-weight: 500;
}
.experience_area .request_process .process_list .step {
  margin-top: 15px;
}
.experience_area .request_process .process_list .desc {
  font-size: 14px;
  color: #999;
}

.experience_area .request_process .slide_box {
  overflow: hidden;
}
.experience_area .request_process .process_list {
  width: 3900px;
  overflow: hidden;
}
.experience_area .request_process .process_list li {
  float: left;
  width: 970px;
}

.form_sub_table p {
  color: #777;
}
.form_sub_table .desc {
  float: left;
  margin-left: 15px;
  line-height: 35px;
  font-size: 14px;
  color: #777;
}
.form_sub_table td.label {
  padding-left: 0;
}
.form_sub_table .url_box {
  position: relative;
  padding-left: 48px;
}
.form_sub_table .url_box .unit {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 35px;
}

.bbs_table th {
  height: 42px;
  text-align: center;
  line-height: 17px;
  font-size: 14px;
  color: #999;
  font-weight: 500;
  border-bottom: 1px solid #999;
}
.bbs_table td {
  padding: 10px;
  height: 22px;
  text-align: center;
  font-size: 13px;
  color: #555;
  border-bottom: 1px solid #e1e1e1;
}
.bbs_table td .btn {
  border: 1px solid #00abe1;
  color: #00abe1;
  padding: 2px 10px 3px;
}
.bbs_table td .btn:hover {
  background-color: #00abe1;
  color: #fff;
}
.bbs_table .r {
  padding-left: 20px;
  text-align: left;
}
.bbs_table .r {
  padding-right: 20px;
  text-align: right;
}
.bbs_table .total p {
  font-size: 14px;
  color: #00abe1;
  font-weight: 500;
}
.bbs_table .total .label {
  margin-right: 30px;
}
.bbs_table .link {
  color: #555;
}
.bbs_table .link:hover {
  text-decoration: underline;
}

/* 고객지원 */
.sub_home .home_menu .list_box {
  display: block;
  float: left;
  margin: 0 0 10px 10px;
  padding-top: 126px;
  width: 235px;
  height: 242px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fafafa\9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sub_home .home_menu .list_box span {
  display: block;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
}
.sub_home .home_menu .list_box .title {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500;
}
.sub_home .home_menu .list_box:hover {
  border-color: #26b0dc;
  background-color: #26b0dc;
}

.home_customer_menu {
  overflow: hidden;
}
.home_customer_menu .menu_area {
  width: 990px;
}
.home_customer_menu .menu_box,
.home_customer_menu .btn_link {
  float: left;
  margin: 0 10px 10px 0;
  width: 480px;
  height: 158px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fafafa\9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home_customer_menu .menu_box .title {
  padding-top: 24px;
  height: 36px;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
}
.home_customer_menu .menu_box .link_list {
  padding: 0 30px;
  height: 24px;
}
.home_customer_menu .menu_box .link_list li {
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #fefefe;
  font-weight: 100;
}
.home_customer_menu .menu_box .link_list .no {
  width: 60px;
}
.home_customer_menu .menu_box .link_list .link {
  padding-left: 20px;
  width: 220px;
  text-align: left;
}
.home_customer_menu .menu_box .link_list .link a {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #fefefe;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.home_customer_menu .menu_box .link_list .link a:hover {
  text-decoration: underline;
}
.home_customer_menu .menu_box .link_list .date {
  width: 100px;
}
.home_customer_menu .menu_box .tag_list {
  padding: 0 30px;
  text-align: center;
}
.home_customer_menu .menu_box .tag_list .tag {
  display: inline-block;
  padding: 0 5px;
  margin: 0 10px;
  height: 24px;
  line-height: 24px;
  vertical-align: top;
  font-size: 14px;
  color: #fefefe;
  font-weight: 100;
  *display: inline;
  zoom: 1;
}
.home_customer_menu .menu_box .tag_list .tag:hover {
  text-decoration: underline;
}
.home_customer_menu .btn_link {
  position: relative;
  padding: 0 40px;
  line-height: 156px;
  text-align: right;
  font-size: 18px;
  color: #fff;
}
.home_customer_menu .btn_link .icon {
  display: block;
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: url("../../img/customer/home_menu_01.png") no-repeat;
}
.home_customer_menu .btn_remote .icon {
  background: url("../../img/customer/home_menu_02.png") no-repeat;
}
.home_customer_menu .btn_link:hover {
  border-color: #26b0dc;
  background-color: #26b0dc;
}

/* 고객센터 */
.bbs_header {
  margin-bottom: 40px;
  padding: 20px 0;
  text-align: center;
  background: #fafafa;
}
.bbs_header .search_box {
  display: inline-block;
  position: relative;
  padding: 0 45px 0 0; /* width:  100%; */
  height: 35px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *display: inline;
  zoom: 1;
}
.bbs_header .search_box .select_box {
  display: inline-block;
  float: none;
  margin-right: 8px;
  width: 200px;
  text-align: left;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.bbs_header .search_box .input_text {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: 195px;
  border-right: 0;
  *display: inline;
  zoom: 1;
}
.bbs_header .search_box .btn_search {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 35px;
  background: url("../../img/icon/bbs_search.png") no-repeat;
}
.bbs_footer {
  margin-top: 30px;
  height: 35px;
}
.bbs_footer .btn_left {
  float: left;
}
.bbs_footer .btn_right {
  float: right;
}
.bbs_footer .btn_right .btns {
  margin: 0 0 0 10px;
}
.bbs_footer .btns {
  display: block;
  float: left;
  margin-right: 10px;
  width: 62px;
  font-size: 12px;
  border-radius: 0;
}
.bbs_footer .bbs_page {
  float: right;
}
.bbs_footer .bbs_page a {
  display: block;
  float: left;
  margin-left: 10px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 12px;
  color: #777;
  border: 1px solid #e1e1e1;
}
.bbs_footer .bbs_page .active {
  color: #fff;
  border-color: #999;
  background: #999;
}
.bbs_footer .bbs_page .btn_first .icon {
  display: block;
  width: 33px;
  height: 33px;
  background: url("../../img/icon/bbs_page_first.png") no-repeat;
}
.bbs_footer .bbs_page .btn_prev .icon {
  display: block;
  width: 33px;
  height: 33px;
  background: url("../../img/icon/bbs_page_prev.png") no-repeat;
}
.bbs_footer .bbs_page .btn_next .icon {
  display: block;
  width: 33px;
  height: 33px;
  background: url("../../img/icon/bbs_page_next.png") no-repeat;
}
.bbs_footer .bbs_page .btn_last .icon {
  display: block;
  width: 33px;
  height: 33px;
  background: url("../../img/icon/bbs_page_last.png") no-repeat;
}

.bbs_write {
  padding: 20px 160px 30px 160px;
  background: #fafafa;
}
.bbs_write .write_table {
  width: 650px;
}
.bbs_write .write_table th {
  padding-bottom: 10px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.bbs_write .write_table .input_text {
  width: 400px;
}
.bbs_write .write_table .check_area th {
  padding-bottom: 0;
}
.bbs_write .write_table .check_area .check {
  display: block;
  float: left;
  margin-right: 10px;
  line-height: 20px;
  font-size: 12px;
  color: #333;
}
.bbs_write .write_table .check_area .check input {
  margin: -1px 4px 0 0;
  vertical-align: middle;
}

.bbs_view {
  position: relative;
  margin-top: 90px;
  padding: 0 40px 30px 40px;
  border: 1px solid #e1e1e1;
}
.bbs_view .bbs_top {
  position: absolute;
  right: 0;
  top: -40px;
}
.bbs_view .bbs_top a {
  display: block;
  float: left;
  margin-left: 30px;
  line-height: 20px;
  font-size: 12px;
  color: #777;
}
.bbs_view .bbs_top a:hover {
  text-decoration: underline;
}
.bbs_view .view_table th {
  padding: 25px 0;
  text-align: left;
  font-size: 14px;
  color: #777;
}
.bbs_view .view_table .r {
  text-align: right;
}
.bbs_view .view_table .title {
  line-height: 24px;
  font-size: 16px;
  color: #00abe1;
  font-weight: 500;
}
.bbs_view .view_table .view_area {
  word-break: normal;
}

.bbs_view .view_area {
  padding: 40px;
  background: #fafafa;
}
.bbs_view .line td {
  padding: 0;
  height: 20px;
  border: 0;
  background: #fff;
}
.bbs_view th .type {
  margin-left: 15px;
}
.bbs_view tfoot td {
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  color: #999;
  background: #fafafa;
}
.bbs_view tfoot .link {
  text-align: left;
}
.bbs_view tfoot .link a {
  margin-right: 16px;
  font-size: 14px;
  color: #666;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 1px 10px 2px;
  height: auto;
  line-height: initial;
  border-radius: 2px;
  margin-bottom: 3px;
}
.bbs_view tfoot .link a:hover {
  color: #fff;
  border: 1px solid #00abe1;
  background-color: #00abe1;
}

.bbs_table .stats {
  display: inline-block;
  width: 53px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 13px;
  color: #999;
  border: 1px solid #ccc;
  *display: inline;
  zoom: 1;
}
.bbs_table .stats.answer {
  color: #fff;
  border-color: #00abe1;
  background: #00abe1;
}
.bbs_table .icon {
  vertical-align: middle;
}

/* 오직 소개 */
.about_area .about_list {
  padding: 0 10px;
  height: 317px;
  background: url("../../img/about/bg_circle.png") no-repeat;
}
.about_area .about_list li {
  float: left;
  padding-top: 60px;
  width: 237px;
  text-align: center;
}
.about_area .about_list p {
  line-height: 22px;
}
.about_area .about_list .title {
  margin-bottom: 25px;
  line-height: 24px;
  font-size: 18px;
  color: #00abe1;
  font-weight: 500;
}

.about_area .about_history {
  padding: 50px 0 60px 0;
}
.about_area .about_history .contains {
  height: 489px;
}

.about_area .about_ci {
  padding: 50px 0;
  background: #fafafa;
}
.about_area .about_ci .ci_box {
  overflow: hidden;
}
.about_area .about_ci .ci_box .img_box {
  float: left;
  width: 330px;
}
.about_area .about_ci .ci_box .img_box .img {
  display: block;
}
.about_area .about_ci .ci_box .text_box {
  float: right;
  width: 625px;
}
.about_area .about_ci .ci_box .text_box .title {
  margin-bottom: 15px;
  font-size: 19px;
  color: #00abe1;
  font-weight: 500;
}
.about_area .about_ci .ci_box.symbol {
  margin-top: 35px;
}
.about_area .about_ci .ci_box.symbol .img_box {
  float: right;
  width: 294px;
}
.about_area .about_ci .ci_box.symbol .text_box {
  float: left;
  width: 640px;
}

.about_area .about_ceo {
  padding: 50px 0;
}
.about_area .about_ceo .sub_title_box {
  margin-bottom: 35px;
}
.about_area .about_ceo p b {
  font-weight: 500;
}
.about_area .about_ceo .sign {
  margin-top: 10px;
}

.about_area .about_location {
  padding: 50px 0;
  margin-bottom: -50px;
  background: #fafafa;
}
.about_area .about_location .location_map {
  height: 330px;
  border: 1px solid #cdcdcd;
}
.about_area .about_location .location_info li {
  margin-top: 40px;
  min-height: 65px;
}
.about_area .about_location .location_info .title {
  margin-bottom: 12px;
  font-size: 19px;
  color: #00abe1;
  font-weight: 500;
}
.about_area .about_location .location_info p span {
  color: #00abe1;
}
.about_area .about_location .location_info .train {
  padding-left: 110px;
  background: url("../../img/about/about_train.png") no-repeat left top;
}
.about_area .about_location .location_info .car {
  padding-left: 110px;
  background: url("../../img/about/about_car.png") no-repeat left top;
}
.about_area .about_location .location_info .car .title {
  color: #d3b165;
}
.about_area .about_location .location_info .car p span {
  margin-right: 8px;
  color: #d3b165;
}

.about_area .about_history .sub_title_box {
  margin-bottom: 50px;
}
.about_area .about_history .history_tab_menu {
  margin-bottom: 40px;
  height: 40px;
  background: url("../../img/about/line_history.png") repeat-x center bottom;
}
.about_area .about_history .history_tab_menu .history_tab {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 40px;
}
.about_area .about_history .history_tab_menu .tab {
  display: table-cell;
  position: relative;
  height: 40px;
  text-align: center;
  vertical-align: top;
  line-height: 20px;
  font-size: 16px;
  color: #fafafa;
}
.about_area .about_history .history_tab_menu .tab .icon {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -3px;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background: #fff;
}
.about_area .about_history .history_tab_menu .tab.active {
  color: #00abe1;
  font-weight: 500;
}
.about_area .about_history .history_tab_menu .tab.active .icon {
  background: #00abe1;
}
.about_area .about_history .history_slide_box {
  position: relative;
  overflow: hidden;
}
.about_area .about_history #history_slide {
  width: 100%;
}
.about_area .about_history #history_slide .history_text {
  margin: 0 auto;
  width: 450px;
}
.about_area .about_history #history_slide .history_list li {
  position: relative;
  margin-top: 6px;
  padding-left: 80px;
}
.about_area .about_history #history_slide .history_list li {
  margin-top: 0;
}
.about_area .about_history #history_slide .history_list p {
  line-height: 22px;
  font-size: 14px;
  color: #fff;
}
.about_area .about_history #history_slide .history_list .year {
  position: absolute;
  left: 0;
  top: 0;
  color: #00abe1;
}
.about_area .about_history #history_slide.load .slide_box {
  display: none;
}
.about_area .about_history #history_slide.load .slide_box:first-child {
  display: block;
}

/* 오직 Recruit */
.about_area .recruit_list {
  margin-bottom: 50px;
  overflow: hidden;
}
.about_area .recruit_list li {
  float: left;
  padding-top: 140px;
  width: 323px;
  text-align: center;
}
.about_area .recruit_list .title {
  margin-bottom: 10px;
  font-size: 21px;
  color: #333;
  font-weight: 500;
}
.about_area .recruit_list .list_01 {
  background: url("../../img/about/recruit_menu_01.png") no-repeat center 30px;
}
.about_area .recruit_list .list_02 {
  background: url("../../img/about/recruit_menu_02.png") no-repeat center 30px;
}
.about_area .recruit_list .list_03 {
  background: url("../../img/about/recruit_menu_03.png") no-repeat center 30px;
}

.about_area .recruit_info {
  margin-bottom: 50px;
  padding: 0 40px 40px 40px;
  background: #fafafa;
}
.about_area .recruit_info .title {
  padding: 40px 0 25px 0;
  font-size: 18px;
  color: #555;
  font-weight: 500;
}
.about_area .recruit_info .bbs_table td {
  padding: 15px 0;
  text-align: left;
}
.about_area .recruit_info .bbs_table .label {
  text-align: center;
  color: #00abe1;
}
.about_area .recruit_info .bbs_table.info .label {
  padding-left: 30px;
  text-align: left;
  font-weight: 500;
}
.about_area .recruit_info .desc {
  margin-top: 15px;
  color: #00abe1;
}
.about_area .recruit_info .recruit_process {
  padding-left: 5px;
  height: 150px;
  background: url("../../img/about/recruit_process.png") no-repeat center top;
}
.about_area .recruit_info .recruit_process li {
  float: left;
  margin-right: 26px;
  width: 150px;
  line-height: 150px;
  text-align: center;
  font-size: 18px;
  color: #00abe1;
}
.about_area .recruit_info .recruit_process .first,
.about_area .recruit_info .recruit_process .last {
  color: #fff;
}
.about_area .recruit_info .recruit_process .last {
  padding-left: 30px;
  margin-right: 0;
  width: 140px;
}

.about_area .recruit_welfare {
  overflow: hidden;
}
.about_area .recruit_welfare .left_box {
  float: left;
  width: 376px;
}
.about_area .recruit_welfare .right_box {
  float: right;
  width: 563px;
}
.about_area .recruit_welfare .img {
  display: block;
}
.about_area .recruit_welfare .bottom_box {
  float: left;
  padding-top: 30px;
  width: 100%;
}
.about_area .recruit_welfare .title {
  margin-bottom: 10px;
  padding-top: 3px;
  font-size: 19px;
  color: #00abe1;
  font-weight: 500;
}

/* 로그인 팝업 */
#popup_login .popup_area {
  margin: -240px 0 0 -320px;
  width: 640px;
  height: 480px;
}
#popup_login .login_text {
  padding-top: 45px;
  height: 85px;
  text-align: center;
}
#popup_login .login_text p {
  line-height: 22px;
  font-size: 14px;
  color: #888;
}
#popup_login .login_text .title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #00abe1;
}
#popup_login .login_box {
  padding: 40px 0;
  background: #fafafa;
}
#popup_login .login_box .input_box {
  position: relative;
  margin: 0 auto;
  padding-right: 100px;
  width: 200px;
  height: 80px;
}
#popup_login .login_box .input_box .input_text {
  margin-bottom: 10px;
}
#popup_login .login_box .input_box .btn_login {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 80px;
  border: 0;
  background: #00abe1 url("../../img/icon/login.png") no-repeat center center;
}
#popup_login .login_bottom {
  padding-top: 35px;
  text-align: center;
}
#popup_login .login_bottom p {
  margin-bottom: 12px;
}
#popup_login .login_bottom a {
  display: inline-block;
  padding-left: 28px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  color: #888;
  *display: inline;
  zoom: 1;
}
#popup_login .login_bottom a:hover {
  text-decoration: underline;
}
#popup_login .login_bottom .btn_find {
  background: url("../../img/icon/login_warn.png") no-repeat left center;
}
#popup_login .login_bottom .btn_join {
  background: url("../../img/icon/login_member.png") no-repeat left center;
}

/* 아이디 찾기 팝업 */
#popup_find_id .popup_area {
  margin: -260px 0 0 -320px;
  width: 640px;
  height: 520px;
}
#popup_find_id .login_text {
  padding-top: 45px;
  height: 85px;
  text-align: center;
}
#popup_find_id .login_text p {
  line-height: 22px;
  font-size: 14px;
  color: #888;
}
#popup_find_id .login_box {
  padding: 40px 95px;
  background: #fafafa;
}
#popup_find_id .login_box .input_box {
  position: relative;
  margin-top: 10px;
  padding-left: 90px;
  height: 35px;
}
#popup_find_id .login_box .input_box:first-child {
  margin-top: 0;
}
#popup_find_id .login_box .input_box .label {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
  line-height: 35px;
  font-size: 14px;
  color: #999;
}
#popup_find_id .login_box .birthday_box {
  position: relative;
}
#popup_find_id .login_box .birthday_box .select_box {
  float: left;
  margin-left: 10px;
  width: 100px;
}
#popup_find_id .login_box .birthday_box .select_year {
  margin-left: 0;
}
#popup_find_id .login_box .birthday_box .select_day {
  float: right;
}

/* 비밀번호 찾기 팝업 */
#popup_find_password .popup_area {
  margin: -260px 0 0 -320px;
  width: 640px;
  height: 520px;
}
#popup_find_password .login_text {
  padding-top: 45px;
  height: 85px;
  text-align: center;
}
#popup_find_password .login_text p {
  line-height: 22px;
  font-size: 14px;
  color: #888;
}
#popup_find_password .login_box {
  padding: 40px 95px;
  background: #fafafa;
}
#popup_find_password .login_box .input_box {
  position: relative;
  margin-top: 10px;
  padding-left: 90px;
  height: 35px;
}
#popup_find_password .login_box .input_box:first-child {
  margin-top: 0;
}
#popup_find_password .login_box .input_box .label {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
  line-height: 35px;
  font-size: 14px;
  color: #999;
}
#popup_find_password .login_box .birthday_box {
  position: relative;
}
#popup_find_password .login_box .birthday_box .select_box {
  float: left;
  margin-left: 10px;
  width: 100px;
}
#popup_find_password .login_box .birthday_box .select_year {
  margin-left: 0;
}
#popup_find_password .login_box .birthday_box .select_day {
  float: right;
}

#popup_find_id_finish .popup_area {
  margin: -230px 0 0 -320px;
  width: 640px;
  height: 460px;
}
#popup_find_id_finish .login_text {
  padding-top: 45px;
  text-align: center;
}
#popup_find_id_finish .login_text p {
  line-height: 22px;
  font-size: 14px;
  color: #888;
}
#popup_find_id_finish .login_text .title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #00abe1;
}
#popup_find_id_finish .login_text .id_box {
  margin: 25px auto;
  width: 400px;
  height: 75px;
  line-height: 75px;
  font-size: 22px;
  color: #999;
  background: #fafafa;
}

#popup_find_id_fail .popup_area {
  margin: -230px 0 0 -320px;
  width: 640px;
  height: 460px;
}
#popup_find_id_fail .login_text {
  padding-top: 115px;
  text-align: center;
}
#popup_find_id_fail .login_text p {
  line-height: 22px;
  font-size: 14px;
  color: #888;
}
#popup_find_id_fail .login_text .title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #00abe1;
}
#popup_find_id_fail .login_text .id_box {
  margin: 25px auto;
  width: 400px;
  height: 75px;
  line-height: 75px;
  font-size: 22px;
  color: #999;
  background: #fafafa;
}

#popup_find_password_finish .popup_area {
  margin: -230px 0 0 -320px;
  width: 640px;
  height: 460px;
}
#popup_find_password_finish .login_text {
  padding-top: 100px;
  text-align: center;
}
#popup_find_password_finish .login_text p {
  line-height: 22px;
  font-size: 14px;
  color: #888;
}
#popup_find_password_finish .login_text .title {
  margin-bottom: 25px;
  font-size: 18px;
  color: #00abe1;
}

#popup_find_password_fail .popup_area {
  margin: -230px 0 0 -320px;
  width: 640px;
  height: 460px;
}
#popup_find_password_fail .login_text {
  padding-top: 115px;
  text-align: center;
}
#popup_find_password_fail .login_text p {
  line-height: 22px;
  font-size: 14px;
  color: #888;
}
#popup_find_password_fail .login_text .title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #00abe1;
}
#popup_find_password_fail .login_text .id_box {
  margin: 25px auto;
  width: 400px;
  height: 75px;
  line-height: 75px;
  font-size: 22px;
  color: #999;
  background: #fafafa;
}

/* 회원 */
/* 회원가입 */
.sub_content.member {
  background: #fafafa;
}
.sub_content.member .member_area .contains {
  background: #fff;
}
.member_area .join_step {
  margin: 0 auto;
  width: 970px;
  height: 45px;
}
.member_area .join_step li {
  float: left;
  margin-left: 60px;
  width: 140px;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #999;
  text-align: right;
  background: url("../../img/icon/join_arrow.png") no-repeat left center;
}
.member_area .join_step .active {
  color: #00abe1;
}
.member_area .join_step li:first-child {
  margin-left: 0;
  padding-left: 180px;
  background: none;
}
.member_area .join_area {
  padding: 50px;
}
.member_area .join_area .join_text {
  margin-bottom: 40px;
  text-align: center;
}
.member_area .join_area .terms_check {
  margin-top: 10px;
  height: 50px;
}
.member_area .join_area .terms_check.check_top {
  height: 30px;
}
.member_area .join_area .terms_box {
  padding: 30px;
  height: 240px;
  border: 2px solid #eee;
  background: #f1f1f1;
  overflow: hidden;
  overflow-y: auto;
}
.member_area .join_area .terms_box pre {
  margin: 0;
  padding: 0;
  line-height: 22px;
  font-size: 13px;
  color: #777;
  font-family: "Noto Sans KR", sans-serif;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.member_area .join_area .terms_check .radio_area {
  float: right;
}
.member_area .join_area .terms_check .radio_area .radio_box {
  margin: 0 0 0 20px;
}

.member_area .join_area .member_area .radio_box {
  display: block;
  float: left;
  position: relative;
  padding-left: 28px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  color: #888;
  background: url("../../img/icon/check.png") no-repeat left center;
}
.member_area .radio_box .radio {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.member_area .radio_box.active {
  background: url("../../img/icon/check_on.png") no-repeat left center;
}
.member_area .join_terms {
  margin-bottom: -20px;
}
.member_area .form_area .form_title:first-child {
  margin-top: 0;
}
.member_area .form_table .birthday_box .select_box {
  float: left;
  margin-right: 10px;
  width: 112px;
}
.member_area .form_table .desc {
  padding-left: 0;
}
.member_area .form_table .desc p {
  font-size: 14px;
  color: #777;
}
.member_area .form_table .desc .warn {
  float: none;
  margin-left: 0;
  color: #ef5350;
}
.member_area .form_table .line th,
.member_area .form_table .line td {
  border-bottom-color: #bbb;
}
.member_area .form_table .radio_area {
  float: left;
}
.member_area .form_table .radio_area .radio_box {
  float: left;
  padding-top: 7px;
  margin: 0 0 0 22px;
  height: 28px;
}
.member_area .form_table .radio_area .radio_box:first-child {
  margin-left: 0;
}
.member_area .form_table .phone_auth {
  position: relative;
}
.member_area .form_table .phone_auth .btn_box {
  float: right;
  width: 196px;
}
.member_area .form_table .phone_auth .input_text {
  float: left;
  width: 100px;
  text-align: center;
}
.member_area .form_table .phone_auth .btn_auth {
  float: right;
  width: 88px;
  border-radius: 0;
}
.member_area .form_table .address_box .input_address {
  width: 220px;
}
.member_area .form_table .address_box .input_address2 {
  width: 220px;
}
.member_area .form_table .agree_box .check_box {
  float: left;
  margin-right: 20px;
}
.member_area .join_complete {
  padding: 50px 0;
}
.member_area .join_complete .text_box {
  text-align: center;
}
.member_area .join_complete .text_box .title {
  margin-bottom: 25px;
  line-height: 30px;
  font-size: 24px;
  color: #00abe1;
  font-weight: 500;
}
.member_area .join_complete .text_box .box {
  border: 1px solid #ccc;
  padding: 20px 30px 22px;
  margin-top: 30px;
  display: inline-block;
  border-radius: 3px;
  padding-left: 50px;
  text-align: left;
}
.member_area .join_complete .text_box .box li {
  font-size: 14px;
  color: #666;
  list-style: disc;
}

/* 정보관리 */
.sub_content.info .sub_header {
  background: #fff;
}
.member_area .info_area .info_box {
  margin: 0 auto;
  margin-bottom: 35px;
  padding: 40px 160px;
  width: 310px;
  background: #fafafa;
}
.member_area .info_area .info_box .input_text {
  margin-top: 10px;
}
.member_area .info_area .info_box .input_text:first-child {
  margin-top: 0;
}
.member_area .info_area .link {
  text-align: center;
}
.member_area .info_area .btn_find {
  display: inline-block;
  padding-left: 28px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  color: #888;
  background: url("../../img/icon/login_warn.png") no-repeat left center;
  *display: inline;
  zoom: 1;
}
.member_area .info_area .btn_find:hover {
  text-decoration: underline;
}

/* 개인정보 수정 */
.member_area .member_tab {
  padding-bottom: 35px;
}
.member_area .member_tab .tab_box {
  display: table;
  width: 100%;
  height: 43px;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.member_area .member_tab .tab_box .tab {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  color: #999;
  border: 1px solid #ddd;
  background: #fafafa;
}
.member_area .member_tab .tab_box .tab.active {
  color: #00abe1;
  background: #fff;
}

/* 교회정보 관리 */
.member_area .church_area .btn_add_church {
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}
.member_area .church_area .form_area .form_title {
  height: auto;
  font-size: 22px;
}
.member_area .church_area .form_area .form_title .num {
  float: left;
  margin-right: 6px;
}
.member_area .church_area .form_area .form_title .name {
  float: right;
}
.member_area .church_area .form_area .form_title .name .new_church {
  margin-top: 0;
}
.member_area .church_area .form_area .form_title .btn_modify {
  display: block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  background: url("../../img/icon/modify.png") no-repeat;
}
.member_area .church_area .form_area .form_title .btn_delete {
  display: block;
  float: left;
  margin-top: 2px;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  background: url("../../img/icon/modify_delete.png") no-repeat;
}
.member_area .church_area .form_area .input_text:focus {
  border-color: #00abe1;
}
.member_area .church_area .church_box.modify .form_title .btn_modify {
  background: url("../../img/icon/modify_over.png");
}
.member_area .church_area .church_box {
  margin-top: 40px;
}
.member_area .church_area .church_box:first-child .form_title .btn_delete {
  display: none !important;
}

.member_area .form_table .size_box {
  position: relative;
  padding: 0 22px;
}
.member_area .form_table .size_box .unit {
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  line-height: 35px;
  text-align: right;
  font-size: 14px;
  color: #777;
}
.member_area .form_table .size_box .unit:first-child {
  right: auto;
  left: 0;
  text-align: left;
}
.member_area .form_table .size_box .input_text {
  text-align: right;
}
.member_area .form_table .url_box {
  position: relative;
  padding-left: 52px;
}
.member_area .form_table .url_box .unit {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 35px;
  font-size: 14px;
  color: #777;
}
.member_area .church_area .form_table .btn_admin_authorize {
  display: block;
  float: left;
  width: auto;
  border-radius: 0;
}
.member_area .church_area .form_table .input_text[readonly="readonly"] {
  background-color: #fafafa;
}

/* 청구서담당자 */
.receiver_table {
}
.receiver_table th {
}
.receiver_table td {
  padding: 10px 5px !important;
}

/* 도메인 관리 */

.member_area .domain_list {
  padding: 50px;
}
.member_area .domain_list .table_box {
  border-top: 3px solid #00abe1;
  border-bottom: 1px solid #e1e1e1;
}

.member_area .domain_list .btn_add_church {
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}
.member_area .domain_list .table_box .form_table td {
  font-size: 14px;
  color: #777;
  height: 55px;
}
.member_area .domain_list .table_box .form_table td input {
  display: inline-block;
  width: 150px;
}
.member_area .domain_list .table_box .form_table td a {
  display: inline-block;
  width: 100px;
  margin-left: 5px;
}
.member_area .domain_list .form_table .btn_admin_authorize {
  display: block;
  float: left;
  width: auto;
  border-radius: 0;
}
.member_area .domain_list .form_table .input_text[readonly="readonly"] {
  background-color: #fafafa;
}

/* 마이페이지 */
/* 홈 */
.sub_home .home_mypage .title_box {
  margin-bottom: 30px;
  height: 35px;
}
.sub_home .home_mypage .title_box:first-child {
  margin-top: 0;
}
.sub_home .home_mypage .title_box .title {
  float: left;
  line-height: 35px;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
}
.sub_home .home_mypage .title_box .btn_box {
  float: right;
}
.sub_home .home_mypage .title_box .btns {
  float: left;
  margin-left: 9px;
  width: 100px;
  border-radius: 0;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.sub_home .home_mypage .home_menu {
  margin-left: -10px;
  margin-bottom: 55px;
  height: 100px;
}
.sub_home .home_mypage .home_menu .list_box {
  margin: 0 0 0 9px;
  padding-top: 65px;
  width: 100px;
  height: 125px;
}
.sub_home .home_mypage .home_menu .list_box .title {
  margin: 0;
  line-height: 20px;
  font-size: 13px;
  color: #fff;
  font-weight: normal;
}

/*kyo1, car2, sms3, ast4, fin fin_group5, booklet6, hom7, eqp8, qrm9, onm10*/
#header .service_popup .service_menu .menu_01::after {
  content: "\f2b9";
} /*교적*/
#header .service_popup .service_menu .menu_03::after {
  content: "\f7cd";
} /*문자*/
#header .service_popup .service_menu .menu_08::after {
  content: "\f468";
} /*비품*/
#header .service_popup .service_menu .menu_04::after {
	content: "\f46c";
} /*자산*/
#header .service_popup .service_menu .menu_05::after {
  content: "\f555";
} /*재정*/
#header .service_popup .service_menu .menu_02::after {
  content: "\f543";
} /*재정청구서*/
#header .service_popup .service_menu .menu_010::after {
  content: "\f647";
} /*온라인교인센터*/
#header .service_popup .service_menu .menu_09::after {
  content: "\f488";
} /*QR출석*/

.sub_home .home_mypage .home_menu a {
  font-family: "Font Awesome 5 Pro";
  position: relative;
  color: #fff;
}
.sub_home .home_mypage .home_menu .list_box .title {
  font-family: "Noto Sans Korean", sans-serif;
}
.sub_home .home_mypage .home_menu a::after {
  font-size: 35px;
  font-weight: 300;
  position: absolute;
  left: 32px;
  top: 17px;
}

.sub_home .home_mypage .home_menu .list_sms::after {
  content: "\f7cd";
}
.sub_home .home_mypage .home_menu .list_kyo::after {
  content: "\f2b9";
}
.sub_home .home_mypage .home_menu .list_fin::after {
  content: "\f555";
}
.sub_home .home_mypage .home_menu .list_ast::after {
  content: "\f51d";
}
.sub_home .home_mypage .home_menu .list_eqp::after {
  content: "\f468";
}
.sub_home .home_mypage .home_menu .list_qrm::after {
  content: "\f488";
}
.sub_home .home_mypage .home_menu .list_onm::after {
  content: "\f647";
}

.sub_home .home_mypage .home_banner {
  position: relative;
  margin-top: 50px;
  height: 100px;
}
.sub_home .home_mypage .home_banner .slide_box {
  position: relative;
  height: 100px;
  overflow: hidden;
  z-index: 20;
}
.sub_home .home_mypage .home_banner .banner_slide,
.sub_home .home_mypage .home_banner .banner_slide li {
  height: 100px;
}
.sub_home .home_mypage .home_banner .banner_slide a,
.sub_home .home_mypage .home_banner .banner_slide img {
  display: block;
}
.sub_home .home_mypage .home_banner .btn_prev {
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: url("../../img/icon/slide_prev_g.png") no-repeat;
  z-index: 40;
}
.sub_home .home_mypage .home_banner .btn_next {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: url("../../img/icon/slide_next_g.png") no-repeat;
  z-index: 40;
}

/* 결제 내역 */
.sub_content.mypage {
  background: #fafafa;
}
.sub_content.mypage .mypage_area .contains {
  padding: 50px;
  width: 870px;
  background: #fff;
}
.mypage_area .bbs_table .tax {
  display: inline-block;
  width: 55px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background: #999;
  *display: inline;
  zoom: 1;
}
.mypage_area .bbs_table .stats {
  display: inline-block;
  width: 53px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 13px;
  color: #999;
  border: 1px solid #ccc;
  background: #fff;
  display: inline;
  zoom: 1;
}
.mypage_area .bbs_table .stats.end {
  color: #fff;
  border-color: #42a5f5;
  background: #42a5f5;
}

.mypage_area .bill_area .bill_top {
  height: 40px;
}
.mypage_area .bill_area .bill_top .title {
  float: left;
  line-height: 24px;
  font-size: 22px;
  color: #555;
  font-weight: 500;
}
.mypage_area .bill_area .bill_top .desc {
  float: left;
  margin: 10px 0 0 16px;
  padding-left: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #999;
  border-left: 1px solid #ddd;
}
.mypage_area .bill_area .bill_top .btn_print {
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  background: url("../../img/icon/print.png") no-repeat;
}
.mypage_area .bill_area .bill_main {
  padding: 40px 50px;
  border-top: 3px solid #00abe1;
  border-bottom: 1px solid #e5e5e5;
}
.mypage_area .bill_area .bill_main .bill_title {
  margin: 40px 0 10px 0;
  line-height: 24px;
  text-align: center;
  font-size: 18px;
  color: #555;
  font-weight: 500;
}
.mypage_area .bill_area .bill_main .bill_title:first-child {
  margin-top: 0;
}
.mypage_area .bill_area .bill_main .bill_table {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #aaa;
}
.mypage_area .bill_area .bill_main .bill_table th {
  padding: 10px;
  text-align: center;
  font-size: 15px;
  color: #555;
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
}
.mypage_area .bill_area .bill_main .bill_table tr:first-child th {
  border-top: 1px solid #aaa;
}
.mypage_area .bill_area .bill_main .bill_table td {
  padding: 10px;
  text-align: center;
  font-size: 15px;
  color: #555;
  border: 1px solid #e5e5e5;
}
.mypage_area .bill_area .bill_main .bill_table .r {
  padding-right: 20px;
  text-align: right;
}
.mypage_area .bill_area .bill_main .bill_table .sale {
  color: #e57373;
}
.mypage_area .bill_area .bill_main .bill_table .total {
  color: #00abe1;
}
.mypage_area .bill_area .bill_main .bill_table .sub {
  color: #9fbbc7;
  border-bottom: 1px solid #00abe1;
}
.mypage_area .bill_area .bill_main .bill_table tr.total td {
  color: #00abe1;
  border-top: 1px solid #00abe1;
}
.mypage_area .bill_area .bill_main .desc_box {
  margin-top: 20px;
}
.mypage_area .bill_area .bill_main .desc_box p {
  font-size: 12px;
  color: #999;
}
.mypage_area .bill_area .bill_main .bill_bottom {
  margin-top: 40px;
  text-align: center;
}
.mypage_area .bill_area .bill_main .bill_bottom p {
  font-size: 12px;
  color: #999;
}
.mypage_area .bill_area .bill_main .bill_bottom .text {
  margin-bottom: 15px;
  font-size: 14px;
  color: #676767;
}
.mypage_area .bill_area .bill_main .bill_bottom .logo {
  margin-top: 30px;
}
.mypage_area .bill_area.tax .contains {
  padding: 50px 25px;
  width: 468px;
}
.mypage_area .bill_area.tax .bill_top {
  height: 30px;
}
.mypage_area .bill_area.tax .bill_top .desc {
  margin: 0;
  padding: 0;
  border: 0;
}
.mypage_area .bill_area.tax .bill_main .bill_table {
  margin-bottom: 10px;
}
.mypage_area .bill_area.tax .bill_main .bill_table th,
.mypage_area .bill_area.tax .bill_main .bill_table td {
  padding: 6px 10px;
}
.mypage_area .bill_area.tax .bill_main .bill_table.auto {
  table-layout: auto;
}
.mypage_area .bill_area.tax .bill_main .bill_table.auto thead th {
  border-top: 1px solid #00abe1;
}
.mypage_area
  .bill_area.tax
  .bill_main
  .bill_table.auto
  thead
  tr:first-child
  th {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #00abe1;
}
.mypage_area .bill_area.tax .bill_main .bill_bottom {
  margin-top: 15px;
}
.mypage_area .bill_area.tax .bill_main .bill_bottom .logo {
  margin: 0;
  height: 70px;
}
.mypage_area .bill_area.tax .bill_main .bill_bottom .logo .icon {
  float: left;
}
.mypage_area .bill_area.tax .bill_main .bill_bottom .logo .text {
  float: right;
}

/* 이용약관 */
.member_area .terms_area {
  padding: 50px;
}
.member_area .terms_area .tab_panel {
  display: none;
}
.member_area .terms_area .tab_panel.active {
  display: block;
}
.member_area .terms_area .sub_title_box {
  margin-bottom: 35px;
}
.member_area .terms_area .terms_text pre {
  margin: 0;
  padding: 0;
  line-height: 22px;
  font-size: 14px;
  color: #555;
  font-family: "Noto Sans Korean", sans-serif;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.member_area .terms_area .terms_text pre b {
  font-size: 18px;
  font-weight: 500;
}
.member_area .terms_area .terms_text pre p {
  margin: 0 !important;
  padding: 0 !important;
}
.member_area .terms_area .terms_text pre .center {
  text-align: center;
}

.mypage_area .form_area .request_taxt {
  margin-bottom: 30px;
  text-align: center;
}
.mypage_area .form_area .request_taxt .radio_list {
  display: inline-block;
  margin: 0 auto;
  min-width: 260px;
  *display: inline;
  zoom: 1;
}
.mypage_area .form_area .tax_box .radio_box {
  float: left;
  margin-right: 16px;
  width: 140px;
}
.mypage_area .form_area .tax_box .input_text {
  float: left;
  width: 324px;
}
.mypage_area .form_area .request_panel {
  display: none;
}
.mypage_area .form_area .request_panel.active {
  display: block;
}

.td_center {
  text-align: center !important;
}

.notice_td {
  background: #f6f6f6 !important;
}

.ml_10 {
  margin-left: 12px;
}

/* by developer */
.hidden {
  display: none;
}

.td_left {
  text-align: left !important;
}

.td_righy {
  text-align: right !important;
}

.td_bold {
  font-weight: bold !important;
}

.font_16 {
  font-size: 16px !important;
}

.ml_15 {
  margin-left: 15px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}
.empty_msg {
  font-size: 1.5em;
  color: #fff;
}
pre.document {
  padding-left: 10%;
  padding-right: 10%;
}
.table_contact,
.trust-table {
  font-size: 1.5em;
  width: 700px;
  text-align: center;
}

div.popup {
  font-size: 12px;
}
div.popup > div:last-child > div:last-child {
  padding-right: 5px;
}
div.popup img {
  display: block;
}
div.popup p br {
  display: none;
}
div.popup .popup_bottom {
  background-color: #eee;
  height: 30px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  display: block;
  vertical-align: middle;
  padding: 5px 0 0;
}

.new_church {
  display: inline-block;
}
.no_domain_msg {
  text-align: center;
  font-size: 20px !important;
}

.ui-menu-item {
  font-size: 13px;
}
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

#header_banner {
  height: 80px;
  border-bottom: 1px solid #ddd;
  background-color: #48adf3;
  position: relative;
}
#header_banner .top_slider {
  display: inline-block !important;
  width: 970px !important;
}
#header_banner .bx-wrapper {
  max-width: 970px !important;
  position: relative;
}
#header_banner .bx-wrapper .bx-viewport {
  font-size: 0;
  text-align: center;
}
#header_banner .bx-wrapper .bx-controls {
  display: inline-block;
  z-index: 999;
}
#header_banner .bx-wrapper .bx-controls .bx-prev {
  width: 30px;
  height: 30px;
  z-index: 100;
  position: absolute;
  right: 4%;
  top: 30%;
  background: url("/resources/customized/img/common/arrow_left.png") no-repeat
    center center;
  display: inline-block;
}
#header_banner .bx-wrapper .bx-controls .bx-next {
  width: 30px;
  height: 30px;
  z-index: 100;
  position: absolute;
  left: 97%;
  top: 30%;
  background: url("/resources/customized/img/common/arrow_right.png") no-repeat
    center center;
  display: inline-block;
}
#header_banner .top_slider .contains {
  width: 970px !important;
  height: 94px;
  cursor: pointer;
}
#header_banner .btn_close {
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url("/resources/customized/img/icon/close.png") no-repeat center
    center;
  z-index: 20;
}
#header_banner .today {
  display: block;
  position: absolute;
  top: 30px;
  right: 40px;
  width: 130px;
  height: 20px;
  z-index: 20;
  font-size: 13px;
}
#header_banner .btn_banner,
#header_banner .btn_banner .img {
  display: inline-block;
  z-index: 20;
}

.ai_contents_btn {
  margin-top: -5px;
  margin-bottom: 50px;
}
