.both_img{
    text-align: center;
    max-width: 380px;
    margin: auto;
    border-radius: 6px;
    overflow: hidden;
}
.both_img_on{
    text-align: center;
    max-width: 380px;
    margin: auto;
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    border-radius: 6px;
    overflow: hidden;
}
.side_tab_img{
    text-align: center;
    max-width: 380px;
    margin: auto;
	border-radius:6px;
	overflow:hidden;
	}
.side_tab_img_on{
    text-align: center;
    max-width: 380px;
    margin: auto;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
	border-radius:6px;
	overflow:hidden;	
}
.side_tab_wrap{
	padding:0px 16px;
}
.top_box{
    display: block;
    position: relative;
	height:82px;
    border: solid 2px #0EC3B4;
    border-radius: 8px;
    padding: 12px;
}
.top_box .right{
    position: absolute;
    top: 0px;
    left: 50%;
    right: 0px;
    bottom: 0px;
    height: auto;
    margin: 0px;
    border-radius: 5px 0px 0px 5px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    background: transparent;
}
.top_box .right .box{
    display: table;
    width: 100%;
    height: 100%;
}
.top_box .right .box .txt{
    display: table-cell;
	vertical-align: middle;
}
.top_box .left{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 50%;
    bottom: 0px;
    height: auto;
    margin: 0px;
    border-radius: 5px 0px 0px 5px;
	text-align:center;
	color: #ffffff;
    font-size: 18px;
    font-weight: 800;	
    background: #0EC3B4;
}
.top_box .left .box{
    display: table;
	width:100%;
    height: 100%;
    vertical-align: middle;
}
.top_box .left .box .tit{
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 1023px) {
.top_box{
    display: block;
    position: relative;
	height:auto;
    border: solid 2px #0EC3B4;
    border-radius: 8px;
    padding: 0px;
}
.top_box .right{
	position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    margin: 12px;
    border-radius: 5px 0px 0px 5px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    background: transparent;
}
.top_box .right .box{
    display: table;
    width: 100%;
    height: 100%;
}
.top_box .right .box .txt{
    display: table-cell;
	vertical-align: middle;
}
.top_box .left{
    position: relative;
    top: 0px;
    left: 0px;
    right: 50%;
    bottom: 0px;
    height: auto;
    margin: 0px;
    padding: 8px;	
    border-radius:5px 5px 0px 0px;
	text-align:center;
	color: #ffffff;
    font-size: 16px;
    font-weight: 800;	
    background: #0EC3B4;
}
.top_box .left .box{
    display: table;
	width:100%;
    height: 100%;
    vertical-align: middle;
}
.top_box .left .box .tit{
    display: table-cell;
    vertical-align: middle;
}

}

@media (max-width: 767px) {
.top_box{
    display: block;
    position: relative;
	height:auto;
    border: solid 2px #0EC3B4;
    border-radius: 8px;
    padding: 0px;
}
.top_box .right{
	position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    margin: 12px;
    border-radius: 5px 0px 0px 5px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    background: transparent;
}
.top_box .right .box{
    display: table;
    width: 100%;
    height: 100%;
}
.top_box .right .box .txt{
    display: table-cell;
	vertical-align: middle;
}
.top_box .left{
    position: relative;
    top: 0px;
    left: 0px;
    right: 50%;
    bottom: 0px;
    height: auto;
    margin: 0px;
    padding: 8px;	
    border-radius:5px 5px 0px 0px;
	text-align:center;
	color: #ffffff;
    font-size: 14px;
    font-weight: 800;	
    background: #0EC3B4;
}
.top_box .left .box{
    display: table;
	width:100%;
    height: 100%;
    vertical-align: middle;
}
.top_box .left .box .tit{
    display: table-cell;
    vertical-align: middle;
}
}