@charset "utf-8";
/* layout */
#header {
  width: 100%;
  height: 179px;
  border-bottom: solid black 1px;
  background: url(../images/header/bg.png);
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible !important;
  z-index: 1000;
}
#h_wrap {
  width: 1160px;
  margin: 0 auto;
  position: relative;
}
#container {
}
#footer {
  background: url(../images/footer/bg.gif);
  clear: both;
  position: relative;
}
#f_wrap {
  width: 1160px;
  margin: 0 auto;
  height: 220px;
}

/* common */
.fl {
  float: left;
}
.pers {
  width: 120px;
  height: 24px;
  position: absolute;
  bottom: 30px;
  cursor: pointer;
  left: 50%;
  margin-left: -280px;
}

/* header */
h1.logo {
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -240px;
  z-index: 1000;
}
.logo_right {
  position: absolute;
  right: 0;
  top: 75px;
  z-index: 1000;
}

/* gnb */
ul.gnb {
  position: absolute;
  left: 0;
  top: 130px;
}
ul.gnb > li {
  float: left;
  width: 165px;
  height: 50px;
  text-align: center;
  background: url(../images/header/gnb_bg.png);
  margin-left: 1px;
}
ul.gnb > li.first {
  width: 164px;
  margin-left: 0;
}
ul.gnb > li > a {
  display: block;
  width: 100%;
  height: 50px;
}
ul.gnb > li:hover > a {
  background: #128681;
}
ul.gnb > li:hover .sm {
  display: block;
}

/* sm */
.sm {
  display: none;
  position: relative;
}
.sm .sm_list {
  width: 100%;
  height: 230px;
  padding: 9px 0 6px 0;
  background: url(../images/header/submenu_bg.png) no-repeat;
}
.sm .sm_list li {
  height: 25px;
  line-height: 25px;
}
.sm .sm_list li a {
  font-size: 13px;
  color: white;
}
.sm .sm_list li:hover a {
  color: #6ac0b3;
}

/* quick position */
.sm .sm_quick {
  position: absolute;
  top: 0;
  width: 500px;
  height: 245px;
  overflow: hidden;
}
#in .sm_quick {
  position: absolute;
  left: 164px;
  top: 0;
}
#im .sm_quick {
  position: absolute;
  left: 164px;
  top: 0;
}
#or .sm_quick {
  position: absolute;
  left: 164px;
  top: 0;
}
#es .sm_quick {
  position: absolute;
  left: 164px;
  top: 0;
}
#ge .sm_quick {
  position: absolute;
  right: 162px;
  top: 0;
}
#cl .sm_quick {
  position: absolute;
  right: 162px;
  top: 0;
}
#cm .sm_quick {
  position: absolute;
  right: 162px;
  top: 0;
}

/* container */
.main_common {
  width: 1160px;
  margin: 0 auto;
  padding: 40px 0;
}

/* sub */
#sub_container {
  padding: 110px 0 20px 0;
}

#sub_top {
  height: 300px;
  background: url(../images/sub/common/top_bg.jpg) no-repeat 50% 0;
  border-bottom: 2px solid #3fa5a3;
}
#sub_con {
  width: 1160px;
  margin: 0 auto;
}

#sub_con_left {
  width: 180px;
  height: 100px;
  padding-top: 10px;
  float: left;
}
#sub_con_right {
  width: 940px;
  padding: 0 20px;
  float: left;
  position: relative;
}

/* sub_con_left */
#sub_con_left h2 {
  margin-bottom: 10px;
}
#sub_con_left .lnb {
}
#sub_con_left .lnb ul li {
  background: #b0b0b8;
  margin-bottom: 1px;
}
#sub_con_left .lnb ul li a {
  display: block;
  padding: 7px 0;
  padding-left: 20px;
}

/* sub_con_right */
#sub_con_right img.last_img {
  padding-top: 40px;
}
#sub_con_right div.slnb {
  margin: 20px 0 40px 0;
}
#sub_con_right div.slnb li {
  width: 100px;
  height: 60px;
  overflow: hidden;
  float: left;
  margin-right: 3px;
}
#sub_con_right div.slnb li:hover img,
#sub_con_right div.slnb li.on img {
  margin-left: -100px;
}

/* footer */
body,
html {
  width: 100%;
  height: 100%;
}
.pop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.detailPop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}
.pop_container {
  width: 800px;
  height: 500px;
  position: absolute;
  left: 50%;
  margin-left: -400px;
  top: 50%;
  margin-top: -250px;
}
.content {
  width: 800px;
  height: 300px;
  background: #f7f7f7;
  overflow-y: scroll;
}

.btn_content {
  width: 800px;
  height: 40px;
  background: #fff;
  color: #666;
}
.btn_content:after {
  display: block;
  clear: both;
  content: "";
}
.btn_pop {
  width: 40px;
  height: 40px;
  font-size: 15pt;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  float: right;
}
.btn_pop:hover {
  color: #999;
}
.test2 {
  font-size: 9pt;
  padding: 20px 20px;
  line-height: 15px;
}
.test_pop {
  display: inline-block;
  line-height: 40px;
  margin-left: 20px;
  font-size: 10pt;
  color: #000;
}
