@charset "utf-8";
/* #tab_box{ position:relative; background:url(../img/sub/membership_bg1.jpg) left top no-repeat;}
#tab_box:after {display:block;visibility:hidden;clear:both;content:""}
#tab{ float:right; width:500px; min-height:850px; margin-top:26px;border-top:1px solid #C50105;}
#tab li{ position:relative; width:100%;text-align:left; }
#tab li h4{ position:absolute; left:0px; top:-26px; width:104px; height:25px; text-align:center; line-height:24px; font-size:1.2em; z-index:1111;cursor:pointer;}
#tab h4#tab_btn_2{ left:105px;}
#tab h4.tab_btn_off{ background:url(../img/sub/tab_btn.jpg) no-repeat; color:#ACACAC}
#tab h4.tab_btn_on{ background:url(../img/sub/tab_btn2.jpg) no-repeat; color:#FFFFFF;}
.tab_body{ position:absolute; top:30px; left:0; display:none; font-size:1.2em; line-height:1.4em; text-align:justify; word-break:break-all; }
.tab_body p{ padding-bottom:10px;}
.tab_body_k{ display:none;}
.tab_body p.tab_body_k_t{ padding-bottom:20px;}
.tab_body .tab_body_e{ display:none;word-break:keep-all;text-align:left;}
#lan_btn{ position:absolute; background:#000000; color:#FFFFFF; width:104px; height:26px; right:0px; top:0px; text-align:center; line-height:24px; cursor:pointer;}
#tab_box li a{ border-bottom:none;} */

#tab_box {
  position: relative;
  background: url(../img/sub/membership_bg1.jpg) left top no-repeat;
}

#tab_box:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#tab {
  float: right;
  width: 535px;
  margin-top: 26px;
  border-top: 1px solid #C50105;
}

#tab li {
  position: relative;
  width: 100%;
  text-align: left;
}

#tab li h4 {
  position: absolute;
  left: 0px;
  top: -26px;
  width: 104px;
  text-align: center;
  line-height: 24px;
  font-size: 1.2em;
  z-index: 1111;
  cursor: pointer;
}

#tab h4#tab_btn_2 {
  left: 105px;
}

#tab h4.tab_btn_off {
  background: url(../img/sub/tab_btn.jpg) no-repeat;
  color: #ACACAC
}

#tab h4.tab_btn_on {
  background: url(../img/sub/tab_btn2.jpg) no-repeat;
  color: #FFFFFF;
}

.tab_body {
  overflow: hidden;
  position: relative;
  top: 0px;
  left: 0;
  display: none;
  padding: 30px 0;
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: justify;
  word-break: break-all;
}

.tab_body p {
  padding-bottom: 5px;
}

.tab_body_k {
  display: none;
}

.tab_body p.tab_body_k_t {
  padding-bottom: 20px;
}

.tab_body .tab_body_e {
  display: none;
  word-break: keep-all;
  text-align: left;
}

#lan_btn {
  position: absolute;
  background: #000000;
  color: #FFFFFF;
  width: 104px;
  height: 26px;
  right: 0px;
  top: 0px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}

#tab_box li a {
  border-bottom: none;
}

.tab_btn_off {
  position: relative;
  float: left;
  margin-top: -26px;
  width: 104px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 1.2em;
  z-index: 1111;
  cursor: pointer;
}

.left_10 {padding-left: 10px;}
.m_down_icon {float: left; width: 25px; height: 25px; padding: 8px 5px 0 15px;}
