@charset "utf-8";

/* layout */
#wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* header */
#header {
  width: 100%;
  height: 98px;
  background: #fff;
  z-index: 52;
}

/*#header {*/
/*	width: 100%;*/
/*	height: 98px;*/
/*	background: url(../images/header/h_border_bg.gif) repeat-x left 100%*/
/*		#fff;*/
/*	z-index: 52;*/
/*}*/

#header.main {
  position: fixed !important;
  /*position: relative !important;*/
  margin: auto !important;
  text-align: center !important;
  justify-content: center !important;
}

.h_pos {
  position: relative;
  /*width: 1180px;*/
  margin: 0 auto;
}

/*.h_pos h1 {*/
/*  float: left;*/
/*  margin-top: 35px;*/
/*}*/

.h_pos .top_pos {
  position: relative;
  float: right;
  width: 350px;
  margin-top: 10px;
}

.t_count {
  margin-bottom: 12px;
}

.t_count ul {

}

/*.t_count ul li {*/
/*	float: left;*/
/*	padding: 0 12px;*/
/*	background: url(../images/header/bg_bar.gif) no-repeat 0 2px;*/
/*}*/

.t_count ul li:first-child {
  padding-left: 0;
  background: none;
}

.t_count ul li.last {
  padding-right: 0;
}

.t_count ul li em {
  display: inline-block;
  padding-left: 17px;
  background-position: 0 0;
  background-repeat: no-repeat;
  *zoom: 1;
  *display: inline;
}

.t_count ul li .num1 {
  color: #c19f3b;
  font-weight: bold;
}

.t_count ul li .num2 {
  color: #333;
  font-weight: bold;
}

.t_btn_box {
  text-align: right;
}

.t_btn_box > span a {
  position: relative;
  margin-right: 5px;
  padding-right: 10px;
}

.t_btn_box > span a:after {
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: 12px;
  background: #ccc;
  content: '';
}

.t_btn_box .t_btn_lawyer, .t_btn_box .t_log, .t_btn_box .t_search {
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
  *display: inline;
}

.t_btn_box .t_btn_lawyer .t_btn_a {
  display: block;
  padding: 6px 0;
  color: #696969;
  text-decoration: none;
}

.t_btn_box .t_log span {
  float: left;
  padding: 7px 0;
}

.t_btn_box .t_log span a {
  display: block;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}

.t_btn_box .t_log span a:after {
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 12px;
  background: #ccc;
  content: '';
}

.t_btn_box .t_search #search_word {
  margin-right: -6px;
}

/* start of header_nav */
.header_nav {
  position: relative !important;
  top: 30px;
  text-align: center !important;
  margin: auto !important;
}

/*.header_nav {*/
/*  position: absolute;*/
/*  left: 250px;*/
/*  top: 30px;*/
/*}*/

.header_nav ul {

}

.header_nav ul li {
  float: left;
}

.header_nav ul li a {
  display: block;
  padding: 0 23px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
}

.header_nav ul li:first-child a {
  padding-left: 0;
}

.header_nav ul li.last {
  padding-right: 0;
}

.header_nav table {

}

.header_nav table tbody tr td {
  float: left;
}

.header_nav table tbody tr td a {
  display: block;
  padding: 10px 23px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  vertical-align: middle;
  transition: 0.2s;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  behavior: url("../css/PIE.htc");
}

.header_nav table tbody tr td a:hover, .header_nav table tbody tr td a.on {
  color: #fff;
  text-decoration: none;
}

.header_nav table tbody tr td.m1 a:hover, .header_nav table tbody tr td.m1 a.on {
  background: #02aa9f;
}

.header_nav table tbody tr td.m2 a:hover, .header_nav table tbody tr td.m2 a.on {
  background: #27c0dc;
}

.header_nav table tbody tr td.m3 a:hover, .header_nav table tbody tr td.m3 a.on {
  background: #3aaade;
}

.header_nav table tbody tr td.m4 a:hover, .header_nav table tbody tr td.m4 a.on {
  background: #588fe3;
}

.header_nav table tbody tr td.m5 a:hover, .header_nav table tbody tr td.m5 a.on {
  background: #2dbfbe;
}

.header_nav table tbody tr td.m6 a:hover, .header_nav table tbody tr td.m6 a.on {
  background: #02aa9f;
}
/* end of header_nav */


.gnb {
  position: absolute;
  left: 250px;
  top: 30px;
}

.gnb ul {

}

.gnb ul li {
  float: left;
}

.gnb ul li a {
  display: block;
  padding: 0 23px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
}

.gnb ul li:first-child a {
  padding-left: 0;
}

.gnb ul li.last {
  padding-right: 0;
}

.gnb table {

}

.gnb table tbody tr td {
  float: left;
}

.gnb table tbody tr td a {
  display: block;
  padding: 10px 23px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  vertical-align: middle;
  transition: 0.2s;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  behavior: url("../css/PIE.htc");
}

.gnb table tbody tr td a:hover, .gnb table tbody tr td a.on {
  color: #fff;
  text-decoration: none;
}

.gnb table tbody tr td.m1 a:hover, .gnb table tbody tr td.m1 a.on {
  background: #02aa9f;
}

.gnb table tbody tr td.m2 a:hover, .gnb table tbody tr td.m2 a.on {
  background: #27c0dc;
}

.gnb table tbody tr td.m3 a:hover, .gnb table tbody tr td.m3 a.on {
  background: #3aaade;
}

.gnb table tbody tr td.m4 a:hover, .gnb table tbody tr td.m4 a.on {
  background: #588fe3;
}

.gnb table tbody tr td.m5 a:hover, .gnb table tbody tr td.m5 a.on {
  background: #2dbfbe;
}

.gnb table tbody tr td.m6 a:hover, .gnb table tbody tr td.m6 a.on {
  background: #02aa9f;
}

/* .gnb table tbody tr td:first-child a {padding-left:0;}
.gnb table tbody tr td.last {padding-right:0;} */

/* content */
/*.container {*/
/*}*/

.container_pos {
  width: 100%;
}

.spot_section {
  position: relative;
  height: 618px;
  margin-bottom: 54px;
  overflow: hidden;
}

.spot_section .spot_pos {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2000px;
  height: 618px;
  margin-left: -1000px;
}

/*.content {*/
/*  position: relative;*/
/*  margin: 0 auto;*/
/*  width: 1180px;*/
/*}*/

.content_main_top {
  margin-bottom: 46px;
}

.content_main_bot {
  padding-bottom: 50px;
}

.cont_left {
  float: left;
  width: 779px;
}

.cont_right {
  float: right;
  width: 339px;
}

.container_sub {

}

/*.container_sub_pos {*/
/*  position: relative;*/
/*  margin: 0 auto;*/
/*  width: 1180px;*/
/*  padding-top: 17px;*/
/*}*/

.content_sub {

}

.article {
  min-height: 400px;
  height: auto !important;
  height: 400px;
  padding-bottom: 120px;
  overflow: hidden;
}

.arti_left {
  float: left;
  width: 779px;
}

.arti_right {
  float: right;
  width: 339px;
  text-align: left;
}

.path {
  margin-bottom: 20px;
}

.path ul {

}

.path ul li:first-child {
  background: none;
  padding-left: 0;
}

.path ul li.last {
  padding-right: 0;
}

.q_help {
  position: absolute;
  right: -155px;
  top: 52px;
}

.quick {
  position: absolute;
  right: 50%;
  margin-right: -663px;
  bottom: 347px;
}

/* footer */
/* 풋터 nav */
.f_top {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #d1d1d1;
}

.f_top .f_top_tit {
  background: #e7e7e7;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

/*.f_top .f_top_tit .f_top_tit_inner {*/
/*  width: 1180px;*/
/*  height: 43px;*/
/*  margin: 0 auto;*/
/*}*/

.f_top .f_top_tit .f_top_tit_inner h1 {
  display: block;
  width: 255px;
  height: 43px;
  padding: 15px 30px;
  background: #727272;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.f_top .f_top_tit .f_top_tit_inner h1 img {
  margin: 0 10px 1px 0;
}

.f_top .f_top_inner {
  background: #f8f8f8;
  display: none;
}

/*.f_top .f_top_inner .f_nav {*/
/*  width: 1180px;*/
/*  margin: 0 auto;*/
/*}*/

.f_top .f_top_inner .f_nav .f_nav_inner {
  padding: 50px 0;
}

.f_top .f_top_inner .f_nav .f_nav_inner .f_nav_lft {
  float: left;
  width: 200px;
}

.f_top .f_top_inner .f_nav .f_nav_inner .f_nav_rgh {
  float: left;
}

.f_top .f_top_inner .f_nav .f_nav_inner .f_nav_rgh .f_nav_top {
  padding-bottom: 70px;
}

.f_top .f_top_inner .f_nav .f_nav_inner .f_nav_rgh .f_nav_bot {

}

.f_top .f_top_inner .f_nav .f_nav_inner dl {
  float: left;
  width: 230px;
}

.f_top .f_top_inner .f_nav .f_nav_inner dl dt {
  margin-bottom: 15px;
}

.f_top .f_top_inner .f_nav .f_nav_inner dl dt a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  transition: 0.2s;
}

.f_top .f_top_inner .f_nav .f_nav_inner dl dt a:hover {
  color: #11b1b6;
  text-decoration: none;
}

.f_top .f_top_inner .f_nav .f_nav_inner dl dd a {
  font-size: 13px;
  line-height: 1.5em;
  transition: 0.2s;
}

.f_top .f_top_inner .f_nav .f_nav_inner dl dd a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#footer {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: -1px;
  border-top: 1px solid #ddd;
  background: #fff;
}

.f_left {
  float: left;
  width: 770px;
}

.f_left ul {
  margin-bottom: 20px;
  color: #777;
  font-weight: bold;
}

.f_left ul:after {
  display: block;
  clear: both;
  content: "";
}

.f_left ul li {
  float: left;
  position: relative;
  padding-right: 15px;
  margin-right: 14px;
}

.f_left ul li:after {
  position: absolute;
  top: 2px;
  right: 0;
  content: "";
  width: 1px;
  height: 12px;
  background: #ddd;
}

.f_left ul li.last:after {
  display: none;
}

.f_left ul li a:hover {
  text-decoration: none;
  color: #2dbfbe;
}

.f_left address {
  line-height: 20px;
  margin-bottom: 30px;
  color: #777;
}

.f_left .copyright {
  color: #777;
}

.f_right {
  float: right;
  width: 337px;
}

.f_right p.tit {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.f_right img {
  margin: 0 5px 5px;
}

.f_right textarea {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.f_right p {
  float: left;
  display: inline-block;
  line-height: 20px;
  color: #777;
}

.f_right button {
  float: right;
  display: block;
  color: #000;
  text-align: center;
  padding: 5px 20px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bx-pager {
  display: none;
}

.bx-controls-auto {
  display: none;
}


