.banner_img_inner{
    background-image: url(../img/banner_top.jpg);
}
.banner_title{
        width: 510px;
        
}
.banner_title span{
    color: #004e9b;
}
.banner_title p{
   color: #004e9b; 
}
.banner_title_line {
    width: 377px;
}
.banner_title_line div span{
   background: #004e9b;  
}
.service_box{
    text-align: center;
}
.contents_set_title{
    width: 40%;
   margin: 5% auto;
}
.title_left{
  text-align: left;
}

.link a{
	color: black!important;
	margin-bottom: 20px;
}

.link a:hover{
	color:blue!important;
}



.product_box:nth-child(4n){
    border: 1px solid #dedede;
}

.link_pdf{
    width: 55%;
}
.link_pdf:after{
    right: 15px;
}
.service_text{
    color: #80b7d5;
    text-align: center;
    font-size: 30px;
    padding: 37% 0;
}
.service_text_hover a{
    margin-top: 50%;
}
.questions_title h4{
  font-size: 21px;
  background: #f4f4f4;
  color: #00509c;
  padding: 8px 70px;
 cursor: pointer; 
  position: relative;

}
.questions_title h4 p{
    position: absolute;
    left: 0;
    width: 43px;
    height: 100%;
    top: 0;
    background: #00509c;
    color: #fff;
    line-height: 2;
    text-align: center;    
    
}
.questions_title h4 p span{
  position: absolute;
  display: block;
  width: 100%;
  top:50%;
  font-size: 21px;
  margin-top: -21px;  
}
.indicator-accordion{
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    right: 20px;
    left: auto;
    margin-top: -20px;

}
.line-v{
    position: absolute;
    background-color: #00509c;
    display: block;
    transition: all 0.7s ease-in-out;
    top: 50%;
    left: 5px;
    width: 29px;
    height: 6px;
    margin-top: -3px;
}
.line-l{
   position: absolute;
    background-color: #00509c;
    display: block;
    transition: all 0.7s ease-in-out;
    top: 5.5px;
    left: 50%;
    height: 29px;
    width: 6px;
    margin-left: -3.3px;
    transform: rotate(-90deg); 
}
.on{
    animation: on 0.7s ease-in-out forwards;
}
.out{
    animation: out 0.7s ease-in-out forwards;
}
.questions_content{
   margin-top: 15px;

}
.questions_content ul{
  list-style: disc;
  line-height: 1.6;
  padding-left: 20px;
}
.questions_box{
    margin-bottom: 30px; 
}

@media print, screen and (min-width: 768px){
.service_box{
    width: 50%;
    border-bottom: 1px solid #b5b5b5;
}
.service_box:nth-child(1){
    border-right: 1px solid #b5b5b5;
}
.product_box{
    width: 15%;
    margin-left: 1%;
    border: 1px solid #dedede;
    margin-bottom: 1%;
}

.product_box:nth-child(6n+1){
    margin-left: 0;
}
.down_box_top{
  margin-top: 35px;
}




}



@media screen and (max-width: 767px){
.product_box{
    width: 32%;
    margin-left: 1%;
    border: 1px solid #dedede;
    margin-bottom: 1%;
}
.product_box:nth-child(3n+1){
    margin-left: 0;
}
.product_box:nth-child(2n) {
    border: 1px solid #dedede;
}
.service_text{
    font-size: 20px;
}
.link_pdf:after {
    right: 10px;
}
.indicator-accordion{
    right: -8px;
    margin-top: -18px;
}
.line-v{
    top: 50%;
    left: 0px;
    width: 22px;
    height: 4px;
    margin-top: -4px;
}
.line-l{
    top: 7px;
    left: 50%;
    height: 22px;
    width: 4px;
    margin-left: -11px;
       
}
.questions_title h4{
    font-size: 17px;
    padding: 11px 53px;
}
.contents_set_title{
  width: 85%;
}




}

@media (max-width: 640px){
  .banner_title {
    width: 300px;
    margin-top: -38px;
}
.banner_title_line {
    width: 293px;
}
.banner_title span {
    font-size: 25px;
}
  
}
@media (max-width: 928px) and (min-width: 768px){
   .service_text{
    font-size: 20px;
} 
}
@media (max-width: 1260px) and (min-width: 768px){
.link_pdf {
    width: 90%;
}
}
@media (max-width: 493px) and (min-width: 320px){
.link_pdf {
    width: 75%;
}
}
@keyframes on {
  0% {  transform: rotate(-90deg);}
  100% { transform: rotate(0); }
}
@-moz-keyframes on {
   0% {  transform: rotate(-90deg);}
  100% { transform: rotate(0); }
}
@-webkit-keyframes on {
  0% {  transform: rotate(-90deg);}
  100% { transform: rotate(0); }
}
@-o-keyframes on {
   0% {  transform: rotate(-90deg);}
  100% { transform: rotate(0); }
}

@keyframes out {
  0% {  transform: rotate(0);}
  100% {  transform: rotate(-90deg); }
}
@-moz-keyframes out {
   0% {  transform: rotate(0);}
  100% {  transform: rotate(-90deg); }
}
@-webkit-keyframes out {
  0% {  transform: rotate(0);}
  100% {  transform: rotate(-90deg); }
}
@-o-keyframes out {
  0% {  transform: rotate(0);}
  100% {  transform: rotate(-90deg); }
}

.rwd-table-type03-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 40px;
    padding: 32px 0 0;
}

.SDKlist{
	text-align: center; 
	margin: 0 auto; 
	margin-bottom:20px;
	width: 1000px;
	height: 560px;
}
