#nav > li{border-right:none;}
#nav > li:first-child {border-left:none;}
#navigation li a {color: #000;font-size: 18px;font-weight: 600;}
.hd_menu #menu #nav li:hover{background:none;}
.hd_menu #menu #nav li a:hover{background:none;}
#nav > li:hover > a{color:#cb1315 !important;}
#nav li a.active {background:none;border-bottom: 3px solid #cb1315;box-sizing: border-box;line-height: 70px;color:#cb1315;}
#nav > li > a:hover{border-bottom:3px solid #cb1315;}
.hd_menu #menu #nav li a:after{}
#nav li ul{background:url(../images/top/top_bg_wh8.png) 0 0 repeat;top: 70px;border:1px solid #fff;border-top:3px solid #cb1315}
#nav li ul li{color:#000;}
#nav li ul li a{
	color:#000;
	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#nav li:hover ul li a {color:#000 !important;}
.hd_menu #menu #nav li ul li a:hover{color:#cb1315 !important;background:#fff;}
#container{padding-bottom: 0;}
#sub_middle{overflow: hidden; min-height: 613px; }
/***********메인페이지***********/
.main {position: relative;overflow: hidden;padding-top: 30px;box-sizing:border-box;}

@keyframes fadeInOut {
  0% { opacity: 0; }
  45% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.vmx_imgbox{position:relative;}
.vui-slider .vui-item img{width: 100%;}
.slides_text{position: absolute;right: 22%;margin-top: 12%;display: block;padding-bottom: 50px;}
.slides_text > div{position:relative;box-sizing: border-box;}
.slides_text > div h2 {
	font-size:55px;
	line-height:55px;
	color:#fff;
	font-weight: 700;
	margin-bottom:0px;
	letter-spacing: -1px;
	opacity: 0;
	animation-name: fadeInOut;
	animation-delay:0.5s;
	animation-duration:4s;
}
.slides_text > div p {
	position: absolute;
	font-size:28px;
	font-family:"Roboto",sans-serif;
	line-height: 30px;
	color:#fff;
	margin-bottom:0px;
	letter-spacing: 1px;
	font-weight:600;
	opacity: 0;
	animation-name: fadeIn;
	animation-delay:3s;
	animation-duration:6s;
}
#vmcslider2{display:none;}/*2000이상일때 슬라이드*/
#vmcslider2 .vui-slider {display:none;}
.vmc01 .slides_text > div{width: 550px;right: 0;}
.vmc01 .slides_text > div p {top:0;}
.vmc02 .slides_text > div{width:810px;right: 0;}
.vmc02 .slides_text > div h2{color:#e02337;padding-left:160px;}
.vmc02 .slides_text > div p {top:0;color:#e02337;padding-left:100px;}
.vmc03 .slides_text{right: 12%;margin-top:6.5%;}
.vmc03 .slides_text > div{width: 750px;right:0;}
.vmc03 .slides_text > div h2{padding-left:120px;}
.vmc03 .slides_text > div p{top:20px;padding-left:75px;}

.v_img{position: absolute;}

div.img-1 {background: url(../images/main/main01.jpg); background-size: cover; background-repeat: no-repeat; background-position: center 0;}
div.img-2 {background: url(../images/main/main02.jpg); background-size: cover; background-repeat: no-repeat; background-position: center 0;}
div.img-3 {background: url(../images/main/main03.jpg); background-size: cover; background-repeat: no-repeat; background-position: center 0;}
div.img-4 {background: url(../images/main/main04.jpg); background-size: cover; background-repeat: no-repeat; background-position: center 0;}

.vui-slider .vui-prev,.vui-slider .vui-next{display:none;}

#control-btns {
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
	z-index: 100;
}
a.page {
    display: block;
    background: url(../images/main/slidenav.png) 0 0 no-repeat;
    height: 21px;
	width: 25px;
    margin: 10px 0;
	float:right;
	clear:both;
}
a.page.on {
    display: block;
    background: url(../images/main/slidenav_active.png) right 0 no-repeat;
    height: 21px;
	width: 130px;
    margin: 15px 0;
}
a.page.on div {display:inline-block;text-align:right;float:left;color:#fff;width:58px;padding-right:10px;}
a.page div {display:none;}
#slideshow img, #slideshow a{ display:none}
#slideshow img:first-child, #slideshow a:first-child{ display:block}

#slideshow_container {
    z-index: -99;
    width: 100%;
    height: 100% !important;
	min-width:1200px;
	position: absolute; 
}
.slides {height: 100%}
.slides > img {height: 100%}
#slideshow {width: 100% !important; min-width:1200px; }
#slideshow .slides{width: 100% !important; /*height: 1000px !important;*/ display:none; background: transparent no-repeat center top; display:none;}
#slideshow .slides.first{display:block;}
#slideshow #slide_01{background: url(../images/main/main01.jpg) no-repeat center; z-index: -99 !important; background-size:cover;}
#slideshow #slide_02{background: url(../images/main/main02.jpg) no-repeat center; z-index: -99 !important; background-size:cover;}
#slideshow #slide_03{background: url(../images/main/main03.jpg) no-repeat center; z-index: -99 !important; background-size:cover;}

#subsidiary.on ul.subsidiary li span.bl {background: none;}
#subsidiary.on span {display: none;}

#subsidiary .mask {
	position: absolute; left: 0; top: 0; bottom: 0; right: 0; 
/*	-webkit-transition-duration: 1s; transition-duration: 1s;
	-webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;*/
	background: url(images/main/mask_3.png) 0 0 repeat-x;
}

#subsidiary.on .mask {opacity: 1; background: url(../images/main/mask_2.png) 0 0 repeat; }
#subsidiary ul:after {display: block; content:""; height: 0; clear: both; visibility: hidden;}
#subsidiary ul.subsidiary li {float: left; width: 33.3%; text-align: center;  box-sizing: border-box;transition:all 1s;}
/*#subsidiary ul.subsidiary li:hover{background:#fff;}*/

#subsidiary ul.subsidiary li a {display: block; width: 100%;}
#subsidiary span.bl {position: absolute; left: 0; top: -8px; width: 100%; height: 17px; background: url(../images/main/fa_grid.png) 50% 0 no-repeat;}
#subsidiary span.bl.hide {display: none;}
#subsidiary ul.subsidiary li a span {display: none;}
#subsidiary ul.subsidiary .sub-copy {position: absolute; left: 0; top: 0; width: 100%; padding: 0; display: none;}
#subsidiary.on ul.subsidiary:hover li { border-right: none; border-left:none; }
#subsidiary.on .mask:hover ul.subsidiary li { border-right: none; border-left:none; }

#subsidiary .sub-copy-area {width: 100%;}
#subsidiary .sub-copy .sub-img {
	-webkit-transition-property: transform; transition-property: transform ;
	-webkit-transition-duration: 0.5s; transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;
	-webkit-transform: translateY(50px); transform: translateY(50px);
}
#subsidiary .sub-copy div {
	position: absolute; right: 0; top: -90px; opacity: 0;
	-webkit-transition-property: opacity; transition-property: opacity;
	-webkit-transition-duration: 0.9s; transition-duration: 0.9s;
	-webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;
}
#subsidiary .f-1 .sub-copy2 div {
	top: -90px;
    right: 0;
}
#subsidiary .f-2 .sub-copy2 div {
	top: -111px;
    right: 0;
}
#subsidiary .f-3 .sub-copy2 div {
	top: -120px;
    right: 0;
}
#subsidiary .sub-copy.show div {opacity: 1;}
#subsidiary .sub-copy.show .sub-img {-webkit-transform: translateY(0); transform: translateY(0);}
#subsidiary .sub-copy a {display: block;}
#subsidiary .sub-copy p {
	padding: 60px 0 40px 0; text-align: left; font-size: 18px; background: url(images/main/sub_copy_line.png) 100% 100% no-repeat; opacity: 0;
	-webkit-transition-property: transform opacity; transition-property: transform opacity;
	-webkit-transition-duration: 1.5s; transition-duration: 1.5s;
	-webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;
	color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
}
#subsidiary .sub-copy p strong {font-size: 28px; display: block; padding-bottom: 20px; color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, .7); font-weight: bold; }
#subsidiary .sub-copy4 p strong { line-height: 37px; padding-bottom: 25px !important; }
#subsidiary .sub-copy p strong .t-1 { color: #e8252d; display: inline; font-size: 28px; font-weight: bold; }
#subsidiary .sub-copy p strong .t-2 {color: #f58026; display: inline; font-size: 28px; font-weight: bold; }
#subsidiary .sub-copy.show p {opacity: 1; line-height: 27px; font-size: 17px; font-weight: normal; }
#subsidiary .subsidiary .ic-move {position: absolute; display: block; top: -22px; left: 0; height: 52px; width: 52px; background: url(../images/main/btn_go.png) 100% 100% no-repeat; display: none; text-indent:-9999px;}
#subsidiary .subsidiary .on .ic-move {display: block;}

#subsidiary.on .f-1 span {display:block;padding:20px 0; text-align:center;color:#fff;}
#subsidiary.on .f-1 .ico {display:none;}
#subsidiary.on .f-2 span {display:block;padding:20px 0; text-align:center;color:#fff;}
#subsidiary.on .f-2 .ico {display:none;}
#subsidiary.on .f-3 span {display:block;padding:20px 0; text-align:center;color:#fff;}
#subsidiary.on .f-3 .ico {display:none;}

#subsidiary.on .f-1.on span {color:#e8252d;}
#subsidiary.on .f-2.on span {color:#e8252d;}
#subsidiary.on .f-3.on span {color:#e8252d;}
.select-box > div{display: inline-block;}
.select-box{border-top:none;}
.ico {
    margin: 19px 10px;
    overflow: hidden;
}
.ico img {
    display: block;
    float: left;
    width: 143px;
    margin-right: 20px;
}
.ico p {
        text-align: left;
    color: #efefef;
    font-size: 15px;
    font-weight: initial;
	padding: 25px 0;
}
.ico p b {
    font-weight: 600;
    font-size: 18px;
}


#subsidiary .on .ico p {
    color: #e8252d;
}


.main { position: relative;overflow: hidden;}
/*#contents{background: url(../images/top/top_bg_wh2.png) 0 0 repeat;}*/
#contents.bot_btn { width: 100%; position: absolute; bottom:0;z-index:1;}
.subsidiary-inner { width: 1200px; margin: 0 auto; position: relative;transition: all 0.6s;}


#slideshow .slides_text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 12%;
    text-align: center;
}

.fullBackground {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.caption {
  font-size: 30pt;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub0103 img {
    max-width: 1200px;
    width: 100%;
}
.resp_med{display:none;}
.caption:after {
  content:"\A";
  width:10px;
  height:10px;
  border-radius:50%;
  background: #00bbeb;
  display: inline-block;
  margin: 0 0 -2px;
}

#fullpage {
	position:absolute;
}
/****CONTENT 02****/
.cont02{padding:70px 0;}
.main_map{overflow: hidden;margin: 2px 0 10px;}
.mm_info{float: left;width:30%;max-width:350px;height: 350px;background: #efefef;padding: 30px;box-sizing: border-box;}
.mm_top{font-family:'Noto Sans JP';padding-bottom: 30px;margin-bottom:90px;border-bottom: 2px solid #a20406;}
.mm_top p{font-size: 26px;font-weight: 600;color: #a20406;font-family:'Noto Sans JP';}
.mm_top span{font-size: 22px;color: #555;font-family:'Noto Sans JP';}
.mm_btm{text-align: right;}
.mm_btm p{font-size: 16px;font-family:'Noto Sans JP';}
.mm_sourc{float: left;width: 70%;min-width: 350px;}
.mm_sourc iframe.wrap_map{width:100%;height: 350px;}
/****END CONTENT 02****/
.youtube {
    margin-top: 60px;
}
.sub0101_top {
	background:url('../images/sub/sub0101_img01.jpg') center top no-repeat;
	height:363px;
	margin-bottom:70px;
	text-align: center;
}
.sub0101 .js-reveal b {
    display: block;
    font-size: 27px;
    line-height: normal;
    color: #ff4100;
    margin-bottom: 20px;
    font-weight: 400;
}
.sub_icon01 {
    position: relative;
    margin-top: -108px;
    margin-bottom: 40px;
    text-align: center;
}
.sub0102_inr {
    background: url(../images/sub/sub01_02_center_bg.png) center repeat-y;
}
.year01, .year02 {
    position: relative;
}
.year_inr {
    margin-bottom: 100px;
}
.year01 > .year_inr > .thum {
    position: absolute;
    left: 0;
    top: 10px;
    width: 50%;
    padding: 0 120px 0 0;
    box-sizing: border-box;
}
.year01 > .year_inr {
    padding: 92px 0 0 50%;
}
.year01 > .year_inr > .thum span {
    display: block;
}
.year01 > .year_inr > .thum span {
    display: block;
    font-size: 22px;
    text-align: right;
    font-weight: 600;
    margin-bottom: 30px;
}
.year01 > .year_inr > .thum span b {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

.year02 > .year_inr > .thum {
    position: absolute;
    right: 0;
    top: 10px;
    width: 50%;
    padding: 0 0 0 120px;
    box-sizing: border-box;
}
.year02 > .year_inr {
    padding: 92px 50% 0 0;
}
.year02 > .year_inr > .thum span {
    display: block;
}
.year02 > .year_inr > .thum span {
    display: block;
    font-size: 22px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 30px;
}
.year02 > .year_inr > .thum span b {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}
.year02 .year_inr dl {
    padding-right: 120px;
    position: relative;
    border-right: 1px solid #ff4100;
    margin-bottom: 50px;
    border-left: 0;
    padding-left: 0;
    text-align: right;
}
.year02 .year_inr dl::before {
    content: "";
    position: absolute;
    top: -78px;
    right: -1px;
    width: 1px;
    height: 96px;
    background: #ff4100;
    display: block;
    left: inherit;
}
.year02 .year_inr dl dt {
    text-align: right;
}
.year02 .year_inr dl dt::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -1px;
    width: 105px;
    height: 1px;
    background: #eaeaea;
    display: block;
    left: inherit;
}
.year02 .year_inr dl dt::after {
    content: "";
    position: absolute;
    top: 4px;
    right: -7px;
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border: #ff4100 2px solid;
    border-radius: 50%;
    z-index: 1;
	 left: inherit;
}
.year02 .year_inr dl dd b {
    color: #454545;
    margin-left: 8px;
    font-size: 16px;
}
.year02 > .year_inr > .thum::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -1px;
    width: 105px;
    height: 1px;
    background: #eaeaea;
    display: block;
}
.year02 > .year_inr > .thum::after {
    content: "";
    position: absolute;
    top: 4px;
    left: -7px;
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: #ff4100 2px solid;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
}
.year02 .year_inr dl:last-child {
    border-right: 1px solid #eaeaea;
}
.thum img {
    width: 100%;
}
.year_inr dl {
    padding-left: 120px;
    position: relative;
    border-left: 1px solid #ff4100;
    margin-bottom: 50px;
}
.year_inr dl::before {
    content: "";
    position: absolute;
    top: -78px;
    left: -1px;
    width: 1px;
    height: 96px;
    background: #ff4100;
    display: block;
}
.year_inr dl:last-child {
    border-left: 1px solid #eaeaea;
}
.year_inr dl dt {
    font-size: 26px;
    font-weight: 600;
    color: #ff4100;
    margin-bottom: 13px;
}
.year_inr dl dt::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -1px;
    width: 105px;
    height: 1px;
    background: #eaeaea;
    display: block;
}
.year_inr dl dt::after {
    content: "";
    position: absolute;
    top: 4px;
    left: -7px;
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border: #ff4100 2px solid;
    border-radius: 50%;
    z-index: 1;
}
.year01 > .year_inr > .thum::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -1px;
    width: 105px;
    height: 1px;
    background: #eaeaea;
    display: block;
}
.year01 > .year_inr > .thum::after {
    content: "";
    position: absolute;
    top: 4px;
    right: -7px;
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: #ff4100 2px solid;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
}
.year_inr dl dd {
    margin-bottom: 5px;
}
.year_inr dl dd b {
    color: #454545;
    margin-right: 8px;
    font-size: 16px;
}
.sub0103_top {
	background:url('../images/sub/sub0103_img01.jpg') center top no-repeat;
	height:363px;
	margin-bottom:70px;
	text-align: center;
}
.sub0104 h3 {
    text-align: center;
    font-size: 24px;
    color: #2d2d2d;
    line-height: normal;
}
.sub0104 h3 span {
    width: 70px;
    height: 1px;
    display: block;
    margin: 0 auto;
    background: #ff4100;
    margin-top: 15px;
    margin-bottom: 30px;
}
.sub0104 .map_inr ul {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
    padding: 10px 0;
    margin-top: 30px;
    margin-bottom: 100px;
    padding-left: 4%;
}
.sub0104 .map_inr ul li {
    float: left;
    width: 25%;
    box-sizing: border-box;
}
.sub0104 .map_inr ul li span {
    display: inline-block;
    font-weight: bold;
    margin-right: 20px;
}
.sub0104 .map_inr ul li p {
    display: inline-block;
}
.sub0104 .map_inr ul li span img {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    /* margin-left: 30px; */
}
.sub0104 .map_inr ul li:first-child {
    width: 50%;
    /* text-align: center; */
}
.sub0201_con01 {
    clear: both;
    overflow: hidden;
    margin-bottom: 50px;
    text-align: left;
}
.sub0201_top {
    background: #dadbde;
    /* height: 415px; */
    margin-bottom: 70px;
    text-align: center;
}
img.top_img01 {
    padding: 2% 0;
    max-width: 96%;
}

.sub0201 h2 {
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
    background: url(../images/sub/sub_icon02.png) left bottom no-repeat;
    padding-bottom: 30px;
    font-weight: 400;
}

.sub0201 h3 {
    font-size: 18px;
    color: #000;
    margin: 15px 0px 10px;
    font-weight: 400;
}

.sub0201_list {
	margin-top:70px;
	overflow:hidden;
}

.sub0201_list li {
    width: 49%;
    box-sizing: border-box;
    border: 1px solid #eee;
    float: left;
    padding: 30px;
    min-height: 390px;
}

.sub0201_list li:first-child {
	margin-right:2%;
}
.sub0201_con02 {
    background: #f4f4f4;
    padding: 50px 0px;
    overflow: hidden;
    margin-bottom: 50px;
}
.sub0201_list03 {
	margin-top:30px;
}

.sub0201_list03 li {
    float: left;
    width: 31.333%;
    text-align: center;
    margin: 1%;
	box-sizing: border-box;
    border: 1px solid #ddd;
	position:relative;
    background: #fff;
}

.sub0201_list03 li img {
    width: auto;
    max-width: 100%;
}

.sub0201_list03 li span {
	position:absolute;
	width:100%;
	display:block;
	left:0px;
	bottom:0px;
	background:rgba(0,0,0,0.5);
	color:#fff;
	padding:5px 0px;
	text-align:center;
}

#tab {
    border-left: none;
    background: transparent;
    overflow: hidden;
}

#tab li {
    float: left;
    width: 15.666%;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    height: 50px;
    line-height: 50px !important;
    background: #fff;
    color: #999;
    border: 1px solid #ddd;
    /* border-bottom: 2px solid #ff4100; */
    font-size: 16px;
    /* border-radius: 60px; */
    font-weight: 300;
	margin-right: 1%;
	margin-bottom:1%;
    border-radius: 15px 0px 15px 0px;
    background: #fff;
}

#tab.sub0203_tab li {
	width:13.27777%;
}

#tab.sub0207_tab li {
	width:32.33%;
}


#tab li.current {
    background: transparent;
    color: #000;
    border: 1px solid #ff4100;
    /* border-bottom: 2px solid transparent; */
    font-weight: 400;
    background: #fff;
    color: #ff4100;
}

.tab_con { clear:both; margin-top:30px; }
.tab_con div { display:none; background: transparent; text-align:left; }

.tab2 {
    border-left: none;
    background: transparent;
    overflow: hidden;
}

.tab2 li {
     float: left;
    width: 15.666%;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    height: 50px;
    line-height: 50px !important;
    background: #fff;
    color: #999;
    border: 1px solid #ddd;
    /* border-bottom: 2px solid #ff4100; */
    font-size: 16px;
    /* border-radius: 60px; */
    font-weight: 300;
	margin-right: 1%;
	margin-bottom:1%;
    border-radius: 15px 0px 15px 0px;
    background: #fff;
}

.tab2 li.current {
    background: transparent;
    color: #000;
    border: 1px solid #ff4100;
    /* border-bottom: 2px solid transparent; */
    font-weight: 400;
    background: #fff;
    color: #ff4100;
}

.tab-content {
	display: none;
    padding-top: 10px;
}

.tab-content.current {
    display: block;
    width: 100%;
    position: relative;
}

#tab-container {
    text-align: center;
}

.etabs {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 1200px;
    margin-bottom: 50px;
    max-width: 96%;
}

.tab_big {
    display: inline-block;
    zoom: 1;
    background: #eee;    
    width: 49%;
    box-sizing: border-box;
    float: left;
    border-radius: 40px;
	-moz-border-radius: 40px 40px 40px 40px;
    /* -webkit-border-radius: 40px 40px 40px 40px */
	margin-left:2%;
}

.tab_big:first-child {
	margin-left:0%;
}

.tab_big a {font-size: 16px;/* line-height: 2em; */display: block;padding: 0 10px;outline: none;line-height: 54px;}
.tab_big a:hover { }
.etabs .tab_big.active {background: #ff4100;/* padding-top: 6px; */position: relative;/* top: 1px; */border-color: #666;}
.tab_big a.active {font-weight: 400;color: #fff;}
.tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
.panel-container { margin-bottom: 10px; }


.tab_small .tab_big {
    display: inline-block;
    zoom: 1;
    background: #eee;    
    width: 23%;
    box-sizing: border-box;
    float: left;
    border-radius: 40px;
	-moz-border-radius: 40px 40px 40px 40px;
    /* -webkit-border-radius: 40px 40px 40px 40px */
	margin-left:2.5%;
}

.tab_small .tab_big:first-child {
	margin-left:0%;
}


#tabs1, #tabs2 {
    text-align: left;
}

.sub020201_top {
	background:url('../images/sub/sub0202_img01.png') center top no-repeat;
	height:415px;
	margin-bottom:70px;
	text-align: center;
}

.sub020202_top {
	background:url('../images/sub/sub0202_img02.png') center top no-repeat;
	height:415px;
	margin-bottom:70px;
	text-align: center;
}

.mrb50 {
	margin-bottom:50px;
}

.mrb30 {
	margin-bottom:30px;
}

.img_box {
     text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;;
}

#tab_con .img_box {
    margin-bottom: 30px;
}

.img_box img, .img_box03 img {
    max-width: 100%;
    margin: 0 10px;
}

.img_box03 {
    width: 48%;
    float: left;
    text-align: left;
}

.sub020301_top {
    background: #dadbde;
    /* height: 415px; */
    margin-bottom: 70px;
    text-align: center;
}
.sub020302_top {
    background: #dadbde;
    /* height: 415px; */
    margin-bottom: 70px;
    text-align: center;
    padding: 20px 0;
}
.sub020401_top {
	background:url('../images/sub/sub0204_img01.png') center top no-repeat;
	height:415px;
	margin-bottom:70px;
	text-align: center;
}

.sub020402_top {
	background:url('../images/sub/sub0204_img02.png') center top no-repeat;
	height:415px;
	margin-bottom:70px;
	text-align: center;
}
.sub0206_top {
    background: #dadbde;
    /* height: 415px; */
    margin-bottom: 70px;
    text-align: center;
}
.sub0205_top {
    background: #dadbde;
    /* height: 415px; */
    margin-bottom: 70px;
    text-align: center;
}
.sub020801_top {
    background: #dadbde;
    /* height: 415px; */
    margin-bottom: 70px;
    text-align: center;
}
.sub020901_top {
    background: #dadbde;
    /* height: 415px; */
    margin-bottom: 70px;
    text-align: center;
}
.sub020701_top {
    background: #dadbde;
    margin-bottom: 70px;
    text-align: center;
}
img.top_img01 {
	padding:2% 0;
    max-width: 96%;
}

table.sub_table01 {
    margin-bottom: 50px;
}

table.sub_table01 thead th, table.sub_table01 thead td {
    padding: 5px 20px;
    text-align: left;
    font-size: 14px;
    border-bottom: 2px solid #ff4100;
	font-weight: 400;
	text-align:center;
}

table.sub_table01 thead th {
    width: 50%;
    font-weight: 600;
    font-size: 13px;
	text-align: left;
	padding: 10px 0px;
}

span.point_text01 {
    display: inline-block;
    margin-right: 5px;
    color: #ff4100;
    border-left: 1px solid #ff4100;
    padding-left: 20px;
    line-height: 16px;
}

table.sub_table01 thead td {
    color: #ff4100;
}

table.sub_table01 tbody th, table.sub_table01 tbody td {
    padding: 5px 20px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	font-weight: 400;
	text-align:center;
}

table.sub_table01 tbody th {
	background:#ddd;
}

table.sub_table01 td:last-child, table.sub_table01 th:last-child {
    border-right: none;
}

table.sub_table01.table_th00 thead th {
	width: auto;
}

table.sub_table01.table_th03 thead th {
	width: 33.333%;
}

td.td_color01 {
    background: #f9cebf;
}

td.td_color02 {
    background: #ddd;
}

table.sub_table02 {
	border-top:2px solid #ff4100;
}

table.sub_table02 th, table.sub_table02 td {
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
    font-weight: 400;
    border-right: 1px dashed #ccc;
}

table.sub_table02 .point01 td {
    background: #f4f4f4;
}

table.sub_table02 th:last-child, table.sub_table02 td:last-child {
	border-right:none;
}

table.sub_table02 th {
	background:#ddd;
}

table.sub_table03 {
    margin-bottom: 50px;
	border-top: 2px solid #ff4100;
}

table.sub_table03 thead th, table.sub_table03 thead td {
    padding: 5px 20px;
    text-align: left;
    font-size: 14px;
	font-weight: 400;
	background:#fff;
}

table.sub_table03 thead td {
    color: #ff4100;
}

table.sub_table03 tbody th, table.sub_table03 tbody td {
    padding: 5px 20px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
	font-weight: 400;
}

table.sub_table03 th {
	background:#ddd;
	width:30%;
}

table.sub_table03 td {
    border-right: 1px dashed #ccc;
}

table.sub_table03 td:last-child {
    border-right: none;
}
table.sub_table03.Capa_rate_info{
	float:left;
	width:49%;
}
table.sub_table03.Capa_rate_info th{
	text-align:center;
	height:50px;
	width:24%;
}
table.sub_table03.Capa_rate_info td{
	height:92px;
	text-align:center;
}

.img_box2{
	margin-bottom:50px;
	float:left;
	width:49%;
}
.img_box2 img{width:100%; height:auto; padding:0}
.img_box2.right{
	margin-left:2%;
}
.img_box2 table{margin:0}
table.sub_table04 {
    border-top: 2px solid #ff4100;
}
table.sub_table04 th, table.sub_table04 td {
    border-bottom: 1px dashed #ccc;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
}
table.sub_table04 tbody th {
    background: #ddd;
    text-align: left;
    font-weight: 600;
    border-right: 1px dashed #ccc;
    width: 15%;
}
table.sub_table04 td{}
table.sub_table04 thead tr td, table.sub_table04 thead tr th {
    /* border-bottom: 2px solid #ff4100; */
    font-weight: 600;
    font-size: 14px;
    background: #e1e1e1;
}
.sub0201_list02 li {
    position: relative;
    padding-left: 80px;
    margin-bottom: 10px;
}

.sub0201_list02 span {
    background: #ff4100;
    color: #fff;
    padding: 0px 10px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 20px;
    font-size: 13px;
    /* margin-right: 10px; */
    position: absolute;
    left: 0;
    top: 0;
}

.sub0201_list04 li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

.sub0201_list04 span {
    background: #ff4100;
    color: #fff;
    padding: 0px 10px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 20px;
    font-size: 13px;
    /* margin-right: 10px; */
    position: absolute;
    left: 0;
    top: 0;
}

.sub0207_list {
    width: 50%;
    float: right;
}

.sub0207_list li {
    width: 50%;
    float: left;
    font-size: 12px;
    font-weight: 400;
}
.sub0302_list li {
    text-align: center;
    float: left;
    width: 25%;
    position: relative;
    margin-bottom: 7%;
}
.sub0302_list li p {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    /* border-bottom: 1px solid #dbdbdb; */
    padding-bottom: 16px !important;
    padding: 0 15px;
    font-weight: 600;
}
.sub0302_list li span {
    width: 80px;
    height: 1px;
    background: #ccc;
    display: block;
    margin: 0 auto;
	 position: relative;
}
.sub0302_list li img {
    display: block;
    margin: 0 auto;
    border: 1px solid #e7e7e7;
}
.sub0302_list li span:after {
    content: " ";
    background: url(../images/sub/sub_active02.png) center center no-repeat;
    color: red;
    font-weight: bold;
    position: absolute;
    right: 32%;
    top: -13px;
    width: 26px;
    height: 26px;
    -moz-transition: right 0.5s ease;
    -webkit-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
}
.sub0302_list li:hover span:after{
	right: 0;
	-moz-transition: right 0.5s ease;
    -webkit-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
}
.op_icon {
    position: absolute;
    z-index: 8;
}
.op_icon1 {
	top: 0;
    left: 37%;
}
.op_icon2 {
	top: 0;
    left: 37%;
}
.op_icon3 {
	top: 0;
    right: 37%;
}
.sub0301 {
    position: relative;
}
span.point_line {
    display: inline-block;
    width: 0;
    height: 319px;
    background: #eeeeee;
    position: absolute;
    top: 3px;
    left: 170px;
    z-index: 1;
}
.sub0301_txt {
    text-align: center;
    font-size: 26px;
    line-height: 42px;
    margin-top: 70px;
    margin-bottom: 9px;
}
.icon_box {
    overflow: hidden;
    height: 320px;
}

.sub0301_txt span {
    color: #ff4100;
}
img.op_icon4 {
    display: none;
}