section p {
  line-height: 1.6;
  margin-bottom: 24px;
  font-size: 1rem;
}

.f-box{
 display: flex;
 gap: 40px;
}
.f-box_lg{
  display: flex;
}

.f_picbox{
  display: block;
  padding: 1em;
  max-width: 380px;
}
f_order1{
  order: 1;
}
.f_order2{
  order: 2;

}

div.f_box_content{
    padding: 1em 0;
}
.f_box_content H3{
  margin: 0 0 1em;
}

.ec_platform{
  padding: 1em;
}
.ec_platform div{
  height: 45px;
  display: flex;
  align-items: center;
}

div.res-pic{
  margin: 4rem 0 2rem;
}
div.icon_img_wrap {
  display: flex;
  align-items: flex-start;
  margin-right: 1rem;
}

img.icon_img{
  max-width: 50px;
  height: auto;
}
div.res-pic img{
  margin: 2rem auto;
  display: block;
  height: auto;
  max-width: 95%;
}

.f-box_lg div h4,.f-box_lg div h5{
  margin-top: 0;
}
.main_contents{
  margin-top: 80px 0;
}

/***Grid**/
.content_wrap{
  width: 100%;
}

.content_wrap_1_2{
  width: 50%;
  margin-top: 2rem;
}



/**SVG Filter***/
.filter_red{
  filter: brightness(0) saturate(100%) invert(38%) sepia(55%) saturate(7183%) hue-rotate(307deg) brightness(90%) contrast(105%);
}

.filter_blue{
  filter: brightness(0) saturate(100%) invert(29%) sepia(81%) saturate(3271%) hue-rotate(212deg) brightness(98%) contrast(87%);
}
.filter_yellow{
filter: brightness(0) saturate(100%) invert(77%) sepia(55%) saturate(607%) hue-rotate(17deg) brightness(84%) contrast(94%);
}

/**top**/
.HeadWrapper{
background: url(/user/pages/images/title.webp) no-repeat center center;
background-size:100% auto;
position: relative;
margin-bottom: 3rem;
min-height: 450px;

}
.HeadWrapper H1{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 30%;
  left: 0;
  margin: auto;
  width: 80%;
  height: 3.2rem;
  color: white;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  font-weight: bold;

}

a.lang_icon::before {
  float: none!important;
  content: "\f0ac"!important;
  font-family: "FontAwesome";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px!important;
  vertical-align: middle;


}

@media (max-width: 768px) {


  /***Grid_SP**/
.content_wrap_1_2{
  width: 100%;
}

  .f-box{
  display: block;
  gap: 0;
}

.f_picbox{
  max-width: 320px;
  margin: 0 auto;
}


.navbar-section a img{
  width: 160px;
  height: auto!important;
  }

.HeadWrapper{
  min-height: 380px;

}

.HeadWrapper H1{
  font-size: 2rem;
  font-weight: bold;
  bottom: 10%;
}
div.mobile-logo{
  background-color: #ffffff;
}

/***Menu***/
#toggle .top,#toggle .middle,#toggle .bottom,.mobile-menu .button_container span{
  background: #3085ee!important;
}
.treemenu li{
  padding: .7rem 0;
}


}

@media (max-width: 480px) {
.HeadWrapper{
  min-height: 250px;

}
}