@charset "UTF-8";

/* 모바일용 */
@media only screen and (max-width: 768px) {

  /* 믿을 수 있는 솔루션 영역  */
  #tax_solution_text { letter-spacing: 1px; }
  #tax_solution_title {margin: 0 0 28px 0;font-size: 24px;letter-spacing: -.4px;}
  #tax_solution_sub_title { margin: 0 0 13px 0; letter-spacing: .5px; }
  #tax_solution_text p { letter-spacing: .1px; }

  #tax_solution_p1 br,
  #tax_solution_p2 br { display: none; }

  #tax_solution_p3 { margin-top: 20px; }


  /* adove_all 영역 -> flow_chart 영역  */

  #flow_chart_title { letter-spacing: -.5px; }
  #flow_chart_sub_title { letter-spacing: -.1px; }
  #flow_chart_img { width: 432px; }
  #flow_chart_3d_img {width: 432px;background: url(/static/img/wedo_en_m/wedo1_en_m_3d_image_no_line.png) no-repeat center;}

  #flow_chart_sub_title br { display: none; }
  .flow_chart_text_number_m { font-size: 11px; }
  .flow_chart_text_title_m { font-size: 11px; letter-spacing: -.4px;  }
  .flow_chart_tax_search_m { font-size: 11px; letter-spacing: -.4px; }

  /* our_users_say 영역 */

  #our_users_say_total {height: 366px}
  .our_users_say_ballon h4 { letter-spacing: -.2px; }
  #our_users_say_cont_hana .our_users_say_ballon h4 { letter-spacing: -.2px; }
  #our_users_say_cont_ups .our_users_say_ballon h4 { letter-spacing: -.2px; }


  #our_users_say_cont_ups .our_users_say_ballon_p{ height: 331px; background: url(/static/img/wedo/wedo1_say_02.jpg) no-repeat 34px 209px; }

  #logo_mj { margin: 5px 0 0 28px; }
}

/* 모바일용 450 이하 */
@media only screen and (max-width: 450px) {

  /* 믿을 수 있는 솔루션 영역  */

  /* adove_all 영역 -> flow_chart 영역  */

  /* our_users_say 영역 */

}

/* 모바일용 375px 이하 */
@media only screen and (max-width: 375px) {

  /* 믿을 수 있는 솔루션 영역  */
  #tax_solution_p3 br { display: none; }

  /* adove_all 영역 -> flow_chart 영역  */


  /* our_users_say 영역 */

}
/* IE10 && IE11 CSS hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #flow_chart_3d_img { height: 256px; background: url(/static/img/wedo_en_m/wedo1_en_m_3d_image.png) no-repeat; }
  #flow_chart_3d_svg { opacity: 0; }
}
/* edge CSS hack */
@supports (-ms-ime-align:auto) {
  #flow_chart_3d_img { height: 256px; background: url(/static/img/wedo_en_m/wedo1_en_m_3d_image.png) no-repeat; }
  #flow_chart_3d_svg { opacity: 0; }
}
