.modal_answer {
 position: fixed;
 font-family: Arial, Helvetica, sans-serif;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: rgba(0, 0, 0, 0.8);
 z-index: 99999;
 opacity:0;
 -webkit-transition: opacity 400ms ease-in;
 -moz-transition: opacity 400ms ease-in;
 transition: opacity 400ms ease-in;
 pointer-events: none;
}
.modal_answer:target {
 opacity:1;
 pointer-events: auto;
}
.modal_answer > div {
	position: absolute;
    top: 50%;
    left: 50%;
    height: 440px;
    width: 960px;
    margin-top: -220px;
    margin-left: -480px;
    padding: 32px 16px;
    border-radius: 0px 0px 8px 8px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
}
.modal_answer .modal_tit{
    position: absolute;
    top: 50%;
    width: 960px;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    padding: 0px;
    font-size: 22px;
    font-weight: 800;
    background: #5BC0DE;
    margin-top: -268px;
    overflow: hidden;
    border-bottom: solid 2px #3A8196;
    border-radius: 8px 8px 0px 0px;
    text-align: center;
}
.modal_close {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 36px;
    margin-top: 236px;
    margin-left: -64px;
}
.list_box{
    padding: 12px;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 800;
    background: #4890D9;
}
.list_box li{
	margin:8px;
}
.img_hay1{
	margin: auto;
    width: 480px;
    border: solid 1px #80939E;
    border-radius: 8px;
    overflow: hidden;
}
.img_hay1 img{
	width:100%;
}
.steps{
	text-align: left;
    background: #E8F0F5;
    margin: 0px 24px;
    padding: 16px 24px;
    border: solid 1px #D6E1E8;
    border-radius: 6px;
    font-size: 16px;
}
.steps_arrow{
    font-size: 24px !important;
    color: #FFA500;
}
.both_right{
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    margin: auto 12px;
}
.math_box{
	background: #fff;
    padding: 16px;
    border: solid 2px #dd2b72;
    border-radius: 8px;
    color: #dd2b72 !important;
    font-size: 16px;
    font-weight: 600;
}
.math_box_s{
	position:relative;
    background: #fff;
    padding: 16px;
    border: solid 2px #dd2b72;
    border-radius: 8px;
    color: #dd2b72 !important;
    font-size: 16px;
    font-weight: 600;
    width: 480px;
    margin: auto;
}
.math_box_s .numbers{
	position:absolute;
	top:50%;
	left:-20px;
	width:40px;
	height:40px;
	line-height:40px;
	margin-top:-20px;
	border-radius:8px;
	color:#ffffff;
    font-size: 20px;	
	background:#dd2b72 ;
}
.math_box_big{
	position: relative;
    background: #fff;
    padding: 16px;
    border: solid 2px #dd2b72;
    border-radius: 8px;
    color: #dd2b72 !important;
    font-size: 24px;
    font-weight: 600;
    width: 280px;
    margin: auto;
    text-align: center;
}
.math_box_big .arrow_top{
    position: absolute;
    top: -72px;
    left: 74px;
	width:110px;
	height:120px;
	background:url(../img/arrow_001.png) no-repeat center;
	background-size:110px;
}
.math_box_big .arrow_bottom{
    position: absolute;
    bottom: -72px;
    left: 40px;
	width:168px;
	height:120px;
	background:url(../img/arrow_002.png) no-repeat center;
	background-size:168px;
}
.arrow_top_box{
	position:relative;
    margin-right: 55%;
    background: #00A99D;
    color: #ffffff;
    border: 0px;
	z-index:999;
}
.arrow_bottom_box{
	position:relative;
    margin-left: 55%;
    background: #00A99D;
    color: #ffffff;
    border: 0px;
	z-index:999;
}
.a_box{
    position: relative;
    min-height: 60px;	
    margin-left: 16px;
    border: solid 1px #75941F;
    border-radius: 6px;
}
.a_box.bf{
    border: dashed 1px #75941F !important;
}
.a_box .mark{
    position: absolute;
    top: 50%;
    left: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    padding: 0px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 800;
	color: #ffffff;
    text-align: center;
    background: #95b343;
}
.a_box .body{
    padding: 18px 18px 18px 28px;
    text-align: left;
    color: #95b343;
    font-size: 16px;
	font-weight:600;
}
.q_box{
    position: relative;
    min-height: 60px;	
    margin-left: 16px;
    border: solid 1px #32424b;
    border-radius: 6px;
}
.q_box .mark{
    position: absolute;
    top: 50%;
    left: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    padding: 0px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 800;
	color: #ffffff;
    text-align: center;
    background: #32424b;
}
.q_box .body{
    padding: 18px 18px 18px 28px;
    text-align: left;
    color: #32424b;
    font-size: 16px;
	font-weight:600;
}
.box_touch {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 40px;
    margin-top: -20px;
    margin-left: -16px;
    background: url(../../common_img/touch_ico.png) center no-repeat;
    background-size: 28px;
}
.both_img {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    max-width: 352px;
    margin: auto;
    border-radius: 6px;
    overflow: hidden;
}
.both_img img{
	max-height: 275px;
}
.both_img_on{
    text-align: center;
    max-width: 352px;
    margin: 0px -44%;
    position: absolute;
    top: 0px;
    left: 50%;
    right: 50%;
    border-radius: 6px;
    overflow: hidden;
}
.hline{
	margin-top: 8px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px dashed #CECECE;
}
.rib_arrow_box {
	position: absolute;
    top: -20px;
    left: -2px;
    height: 40px;
    line-height: 40px;
    padding: 0px 40px 0px 16px;
    border-radius: 6px 0px 0px 6px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    background: #4890d9;
}
.rib_arrow_box:after, .rib_arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.rib_arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #4890d9;
    border-width: 20px;
    margin-top: -20px;
}
.rib_arrow_top{
    padding-top: 18px !important;
}
.rib_arrow_contents{
    padding: 32px 16px 16px;
	font-size:16px;
}
.h_tit{
    text-align: center;
    font-size: 24px;
    margin: 8px 0px;
}
.h_tit_02{
	text-align: center;
    font-size: 18px;
    font-weight: 800;
    margin: 12px 0px;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #94A9AD !important;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    vertical-align: middle !important;
}
@media (max-width: 1023px) {
	
.modal_answer > div {
    position: absolute;
    top: 50px;
    bottom: 56px;
    left: 12px;
    right: 12px;
    height: auto;
    width: auto;
    margin-top: 0px;
    margin-left: -0px;
    padding: 8px;
    border-radius: 0px 0px 8px 8px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: scroll;
}
.modal_answer .modal_tit{
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    width: auto;
    height: 38px;
    line-height: 38px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    background: #5BC0DE;
    margin-top: 0px;
    overflow: hidden;
    border-bottom: solid 2px #3A8196;
    border-radius: 8px 8px 0px 0px;
    text-align: center;
}
.modal_close {
    position: absolute;
    top: auto;
	bottom:12px;
    left: 50%;
    width: 128px;
    height: 36px;
    margin-top: 0px;
    margin-left: -64px;
}
}

@media (max-width: 767px) {
.img_hay1{
	margin: auto;
    width: auto;
    border: solid 1px #80939E;
    border-radius: 8px;
    overflow: hidden;
}
.list_box{
    padding: 12px;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 800;
    background: #4890D9;
}
.list_box ul{
	padding-left: 16px;
}
.list_box li{
	margin:8px;
}
.math_box{
	background: #fff;
    padding: 8px;
    border: solid 2px #dd2b72;
    border-radius: 8px;
    color: #dd2b72 !important;
    font-size: 9px;
    font-weight: 600;
}
.math_box_s{
	position:relative;
    background: #fff;
    padding: 16px;
    border: solid 2px #dd2b72;
    border-radius: 8px;
	text-align:center;
    color: #dd2b72 !important;
    font-size: 9px;
    font-weight: 600;
    width: auto;
    margin: auto;
}
.math_box_s .numbers{
    position: absolute;
    top: 50%;
    left: -12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 12px;
    background: #dd2b72;
}
.both_right{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: auto;
}
.math_box{
	background: #fff;
    padding: 12px;
    border: solid 2px #dd2b72;
    border-radius: 8px;
    color: #dd2b72 !important;
    font-size: 14px;
    font-weight: 600;
}
.a_box{
    position: relative;
    min-height: 38px;
    margin-left: 16px;
    border: solid 1px #75941F;
    border-radius: 6px;
}
.a_box.bf{
    border: dashed 1px #75941F !important;
}
.a_box .mark{
    position: absolute;
    top: 50%;
    left: -16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-top: -16px;
    padding: 0px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 800;
	color: #ffffff;
    text-align: center;
    background: #95b343;
}
.a_box .body{
    padding: 8px 8px 8px 24px;
    text-align: left;
    color: #95b343;
    font-size: 14px;
    font-weight: 600;
}
.q_box{
    position: relative;
    min-height: 38px;
    margin-left: 16px;
    border: solid 1px #32424b;
    border-radius: 6px;
}
.q_box .mark{
    position: absolute;
    top: 50%;
    left: -16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-top: -16px;
    padding: 0px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    background: #32424b;
}
.q_box .body{
	padding: 8px 8px 8px 24px;
    text-align: left;
    color: #32424b;
    font-size: 14px;
    font-weight: 600;
}
.box_touch {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 24px;
    margin-top: -12px;
    margin-left: -16px;
    background: url(../../common_img/touch_ico.png) center no-repeat;
    background-size: 16px;
}
.h_tit{
    text-align: center;
    font-size: 16px;
	font-weight:800;
    margin: 8px 0px;
}
}

@media (max-width: 480px) {
.steps{
	text-align: left;
    background: #E8F0F5;
    margin: 0px 24px;
    padding: 8px 12px;
    border: solid 1px #D6E1E8;
    border-radius: 6px;
    font-size: 14px;
}
.math_box_big{
    position: relative;
    background: #fff;
    padding: 16px;
    border: solid 2px #dd2b72;
    border-radius: 8px;
    color: #dd2b72 !important;
    font-size: 20px;
    font-weight: 600;
    width: 256px;
    margin: auto;
    text-align: center;
}
.math_box_big .arrow_top{
	position: absolute;
    top: -74px;
    left: 58px;
    width: 110px;
    height: 120px;
    background: url(../img/arrow_001.png) no-repeat center;
    background-size: 110px;
}
.math_box_big .arrow_bottom{
	position: absolute;
    bottom: -74px;
    left: 42px;
    width: 168px;
    height: 120px;
    background: url(../img/arrow_002.png) no-repeat center;
    background-size: 168px;
}
.arrow_top_box{
	position:relative;
    margin-right: 20%;
    background: #00A99D;
    color: #ffffff;
    font-size: 14px;
	border: 0px;
	z-index:999;
}
.arrow_bottom_box{
	position:relative;
    margin-left: 20%;
    background: #00A99D;
    color: #ffffff;
    font-size: 14px;
	border: 0px;
	z-index:999;
}
}