@charset "UTF-8";
/* variable */
/* background */
/* reset */
.r_mp {
  margin: 0;
  padding: 0;
}
.r_li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* font */
/* line height */
/* size */
.full {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.fullWidth {
  width: 100%;
}
/* margin */
/* padding */
/* border */
/* align */
.center {
  text-align: center;
}
.flex {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
}
/* display */
.block {
  display: block;
}
.i_block {
  display: inline-block;
  vertical-align: middle;
}
/* overflow hidden */
.hidden {
  overflow: hidden;
}
/* table */
/* design */
/* position */
/* float */
.clear {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
}
/* font family */
.lato {
  font-family: 'Lato' !important;
}
.light {
  font-family: 'NotoSansLight' !important;
}
.demi_light {
  font-family: 'NotoSansDemiLight' !important;
}
.medium {
  font-family: 'NotoSansMedium' !important;
}
.serif {
  font-family: 'NotoSerif' !important;
}
.serif_bold {
  font-family: 'NotoSerifBold' !important;
}
/* field main */
span.big_input {
  display: block;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  position: relative;
  border: 3px solid #222;
  box-sizing: border-box;
}
span.big_input input[type="text"] {
  width: 100%;
  height: 64px;
  box-sizing: border-box;
  padding: 0 19px;
  border: none;
  font-size: 16px;
  color: #aaa;
  font-weight: normal;
  transition: all .2s;
}
span.big_input input[type="text"]::placeholder {
  color: #aaa;
}
span.big_input input[type=text]::-ms-clear {
  display: none;
}
span.big_input a.btn_delete {
  position: absolute;
  top: 21px;
  right: 75px;
  background: url('../images/common/pc/img_sprite.png') no-repeat -80px -120px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  width: 21px;
  height: 21px;
  box-sizing: border-box;
}
span.big_input a.btn_search {
  position: absolute;
  top: 17px;
  right: 26px;
  background: url('../images/common/pc/img_sprite.png') no-repeat 0 -60px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  width: 29px;
  height: 30px;
  box-sizing: border-box;
}
span.big_input input:focus {
  box-shadow: 0 6px 20px 5px rgba(0, 0, 0, 0.15);
}
.color_point {
  color: #ba2e12;
}
.mo {
  display: none !important;
}
.search_top {
  padding-bottom: 80px;
}
.search_top span.big_input input {
  font-size: 18px;
  color: #222;
  font-weight: normal;
}
h2 {
  font-family: 'NotoSansMedium' !important;
}
h3 {
  margin: 0;
  padding: 0;
  font-family: 'NotoSansMedium' !important;
  font-size: 30px;
  color: #222;
  font-weight: normal;
  padding-bottom: 30px;
  padding-top: 50px;
}
h3.pt0 {
  padding-top: 0;
}
h4 {
  margin: 0;
  padding: 0;
  font-family: 'NotoSansMedium' !important;
  font-size: 22px;
  color: #222;
  font-weight: normal;
  padding-bottom: 0;
}
.eng {
  letter-spacing: 0;
}
.btn_center_box_prev {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.btn_center_box {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
.btn_white {
  position: relative;
  overflow: hidden;
  background: #fff;
  margin: 0 5px;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  height: 56px;
  box-sizing: border-box;
  line-height: 3.1;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: normal;
}
.btn_orange {
  background: #ba2f12;
  margin: 0 5px;
  width: 150px;
  height: 56px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  line-height: 3.1;
}
.btn_green {
  background: #a2a81d;
  margin-top: 40px;
  width: 190px;
  height: 50px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  line-height: 3.57;
}
.br_top {
  border-top: 1px solid #e6e6e6;
  margin-top: 80px;
}
.wide_box {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  width: 94%;
  padding-bottom: 20px;
}
.wide_box.contact {
  padding-top: 80px;
}
.wide_box.contact ul.lawyer_profile {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.wide_box.contact ul.lawyer_profile li {
  margin-bottom: 40px;
}
.wide_box.contact ul.lawyer_profile li:nth-of-type(4n) {
  margin-right: 0;
}
.wide_box.contact ul.lawyer_profile li p.img a img {
  width: 100%;
}
.wide_box.contact .lawyer_slide ul.lawyer_profile {
  display: inherit;
}
.wide_box.contact .lawyer_slide ul.lawyer_profile li {
  float: left;
  vertical-align: top;
}
.wide_box.contact .lawyer_slide ul.lawyer_profile li .lawyer_info a.email {
  top: -45px;
}
.top_info_mo {
  display: none;
}
ul.btn_group {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  position: absolute;
  top: 65px;
  right: 0;
}
ul.btn_group li {
  position: relative;
  padding: 0 20px;
}
ul.btn_group li a {
  font-size: 16px;
  color: #555;
  font-weight: normal;
  display: block;
  position: relative;
  padding-bottom: 2px;
}
ul.btn_group li a.on {
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
ul.btn_group li:before {
  display: block;
  content: '';
  background: #e6e6e6;
  width: 1px;
  height: 17px;
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 0;
}
ul.btn_group li:first-child:before {
  background: none;
}
ul.btn_group li:last-child {
  padding-right: 0;
}
.news .search_top {
  text-align: center;
  padding-bottom: 0;
}
.news .search_top span.big_input {
  display: inline-block;
  vertical-align: middle;
}
.news .search_top a.btn_expertise {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  padding-top: 25px;
  padding-right: 15px;
  border: 1px solid #ba2e12;
  text-align: center;
  font-size: 16px;
  color: #ba2e12;
  font-weight: normal;
  position: relative;
  width: 140px;
  height: 70px;
  box-sizing: border-box;
}
.news .search_top a.btn_expertise:after {
  display: block;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat -530px -60px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  position: absolute;
  top: 29px;
  right: 15px;
}
.news .search_top a.btn_expertise.on:after {
  background-position: -510px -60px;
}
.news .category_area {
  display: none;
}
.news .category_area.on {
  display: block;
  padding-top: 80px;
}
.top_container {
  position: relative;
  z-index: 15;
}
.top_container .bg_box {
  margin: 0;
  padding: 0;
  position: relative;
  padding-top: 168px;
  /*max-width:1240px; .m_basic(0,auto);*/
  /*&:before {
      .block; content:'';

      .fullWidth; .height(100%); max-height:732px; z-index:-1;
      .pos_tl(absolute,0,0);
    }*/
}
.top_container .bg_box .btn_box {
  right: 40px;
}
.top_container .top_info {
  position: relative;
  padding-top: 20px;
  height: 140px;
  box-sizing: border-box;
  background: #f6f6f6;
  padding-bottom: 20px;
}
.top_container .top_info .inner_wrap {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  width: 96%;
}
.top_container .top_info h2 {
  margin: 0;
  padding: 0;
  font-size: 52px;
  color: #000;
  font-weight: normal;
  text-align: left;
  float: left;
  vertical-align: top;
  width: 80%;
}
.top_container .top_info h2 span {
  font-size: 28px;
  color: #666;
  font-weight: normal;
}
.top_container .top_info .info_box {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
}
.top_container .top_info .info_box > span {
  position: relative;
  font-size: 18px;
  color: #222;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
  text-align: right;
  width: 100%;
}
.top_container .top_info .info_box > span .num {
  color: #666;
  margin-left: 10px;
  position: relative;
}
.top_container .top_info .info_box > span.tel:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 10;
  background: #fff;
  opacity: 0;
}
.top_container .top_info .info_box > span.email {
  width: 100%;
}
.top_container .top_info .info_box > span.email a:hover {
  color: #ba2e12;
}
.top_container .top_info.fixed {
  position: fixed;
  width: 100%;
  top: 118px;
  left: 0;
  background: #f6f6f6;
  z-index: 100;
  opacity: 0.95;
}
.top_container .top_info.fixed .inner_wrap:after {
  display: none;
}
.top_container .top_info.pc .inner_wrap {
  width: 94%;
  margin: 0 auto;
}
.top_container .top_info:after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
}
.top_container .lawyer_top {
  text-align: center;
}
.top_container .lawyer_top .member_img {
  line-height: 1;
  min-height: 30px;
}
.top_container .lawyer_top .member_img span.bg_bar {
  display: none;
  width: 6px;
  height: 60px;
  box-sizing: border-box;
  background: #b83921;
  position: absolute;
  top: 277px;
  left: 50%;
  z-index: 5;
  margin-left: -550px;
}
.top_container .lawyer_top .member_img img {
  max-width: 1240px;
}
.top_container .lawyer_top .member_img img + span.bg_bar {
  display: block;
}
.top_container .lawyer_top .member_img:before {
  display: block;
  content: '';
  background: #f6f6f6;
  width: 100%;
  max-height: 738px;
  height: 95%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.top_info.mo {
  position: -webkit-sticky;
  position: sticky;
  top: 4.583rem;
  z-index: 15;
}
.btn_box {
  position: absolute;
  bottom: 0;
  right: 0;
}
.btn_box a {
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 64px;
  box-sizing: border-box;
  font-size: 0;
  background: #ba3c23;
  border: 2px solid #ba2e12;
  margin-left: 5px;
  border-radius: 32px;
}
.btn_box a:before {
  display: block;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat -170px -210px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  width: 32px;
  height: 30px;
  box-sizing: border-box;
  margin: 16px auto 0;
}
.btn_box a.pdf:before {
  background-position: -210px -210px;
  width: 24px;
}
.btn_box a.print {
  background: #fff;
}
.btn_box a.print:before {
  background-position: -250px -160px;
  width: 28px;
}
.btn_box a.share {
  background: #fff;
}
.btn_box a.share:before {
  background-position: -330px -160px;
  width: 27px;
}
.btn_box a:hover {
  background: #fff;
}
.btn_box a:hover:before {
  background-position: -170px -160px;
}
.btn_box a:hover.pdf:before {
  background-position: -210px -160px;
}
.btn_box a:hover.print {
  background: #ba3c23;
}
.btn_box a:hover.print:before {
  background-position: -250px -210px;
}
.btn_box a:hover.share {
  background: #ba3c23;
}
.btn_box a:hover.share:before {
  background-position: -330px -210px;
}
.result_top {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 3%;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  color: #222;
  font-weight: normal;
}
.result_top .tag {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 30px 9px 14px;
  background: #eee;
  margin-right: 6px;
  box-sizing: border-box;
  font-size: 16px;
  color: #222;
  font-weight: normal;
  position: relative;
  border: 0.08333rem solid #e6e6e6;
}
.result_top .tag a:after {
  display: block;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat -60px -120px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  position: absolute;
  top: 14px;
  right: 15px;
}
.result_top span.text_result {
  display: inline-block;
  vertical-align: middle;
}
.search_result .no_data {
  margin: 0;
  padding: 0;
  text-align: center;
  padding-bottom: 75px;
  font-size: 22px;
  color: #222;
  font-weight: normal;
}
.search_result .no_data:before {
  display: block;
  content: '';
  width: 66px;
  height: 66px;
  box-sizing: border-box;
  background: url('../images/common/pc/img_sprite.png') no-repeat 0 -160px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  margin: 0 auto 23px auto;
}
.search_result .no_data.type02 {
  padding: 50px 0;
}
.search_result .result_text {
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #222;
  font-weight: normal;
  text-align: center;
  margin-bottom: 35px;
}
.search_result .result_area {
  padding-bottom: 95px;
  box-sizing: border-box;
  width: 94%;
  margin: 0 auto 0;
}
.search_result .result_area ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1240px;
  margin: 0 auto;
}
.search_result .result_area ul li {
  width: 24%;
  background: #f2f2f2;
  height: 50px;
  box-sizing: border-box;
  margin-bottom: 5px;
  margin-left: 0.5%;
  display: flex;
  align-items: center;
  align-content: center;
}
.search_result .result_area ul li a {
  display: block;
  width: 100%;
  padding: 15px 27px;
  font-size: 16px;
  color: #222;
  font-weight: normal;
}
.search_result .result_area ul li a.moreView span {
  color: #b22c04;
}
.search_result .result_area ul li:nth-of-type(4n+1) {
  margin-left: 0;
}
.category_area {
  width: 100%;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}
.category_area ul.top_tab {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  max-width: 1240px;
  justify-content: space-between;
  margin: 0 auto;
}
.category_area ul.top_tab li {
  position: relative;
  text-align: center;
  width: calc(100%/3);
}
.category_area ul.top_tab li a {
  position: relative;
  padding-top: 30px;
  width: 100%;
  display: block;
  height: 116px;
  box-sizing: border-box;
  border-bottom: 1px solid #222;
  font-size: 24px;
  color: #222;
  font-weight: bold;
}
.category_area ul.top_tab li a span {
  display: block;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  margin-top: 8px;
}
.category_area ul.top_tab li span.bar {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  box-sizing: border-box;
  transition: all 0.5s ease-out;
}
.category_area ul.top_tab li span.bar:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  box-sizing: border-box;
  background: #b22c04;
  transition: all 0.2s ease-out;
}
.category_area ul.top_tab li span.bar:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 0;
  height: 3px;
  box-sizing: border-box;
  background: #b22c04;
  transition: all 0.2s ease-out;
}
.category_area ul.top_tab li span.bar_up {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  box-sizing: border-box;
  transition: all 0.5s ease-out;
}
.category_area ul.top_tab li span.bar_up:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  box-sizing: border-box;
  background: #222;
  transition: all 0.2s ease-out;
}
.category_area ul.top_tab li span.bar_up:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 0;
  height: 3px;
  box-sizing: border-box;
  background: #222;
  transition: all 0.2s ease-out;
}
.category_area ul.top_tab li.on {
  border-bottom: none;
}
.category_area ul.top_tab li.on a {
  font-size: 24px;
  color: #b22c04;
  font-weight: bold;
  border-bottom: 3px solid #b22c04;
  padding-bottom: 31px;
  box-sizing: border-box;
  font-family: 'NotoSansMedium' !important;
}
.category_area ul.top_tab li.on:before {
  background: #222;
  width: 100%;
  height: 3px;
}
.category_area ul.top_tab li:before {
  display: block;
  content: '';
  background: url('../images/common/pc/bg_border.jpg') repeat-x left top;
  width: 100%;
  height: 3px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.category_area ul.top_tab li:hover span.bar:before {
  width: 50%;
}
.category_area ul.top_tab li:hover span.bar:after {
  width: 50%;
}
.category_area ul.top_tab li:hover span.bar_up:before {
  width: 50%;
}
.category_area ul.top_tab li:hover span.bar_up:after {
  width: 50%;
}
.category_area ul.top_tab.highLight_tab li a.on {
  color: #b22c04;
  font-weight: bold;
  border-bottom: 3px solid #b22c04;
  padding-bottom: 31px;
  box-sizing: border-box;
}
.category_area ul.top_tab.highLight_tab li a.on:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #222;
  width: 100%;
  height: 3px;
}
.category_area .tab_container {
  background: #f2f2f2;
}
.category_area .tab_container .tab_section {
  display: none;
  padding: 60px 0 75px 0;
  max-width: 1240px;
  margin: 0 auto;
  width: 94%;
}
.category_area .tab_container .tab_section ul.small_tab {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.category_area .tab_container .tab_section ul.small_tab li {
  position: relative;
  padding-left: 16px;
  padding-right: 20px;
}
.category_area .tab_container .tab_section ul.small_tab li span.bar:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 3px;
  height: 0;
  box-sizing: border-box;
  background: #ba2e12;
  transition: all 0.2s ease-out;
}
.category_area .tab_container .tab_section ul.small_tab li span.bar:after {
  position: absolute;
  bottom: 50%;
  left: 0;
  display: block;
  content: "";
  width: 3px;
  height: 0;
  box-sizing: border-box;
  background: #ba2e12;
  transition: all 0.2s ease-out;
}
.category_area .tab_container .tab_section ul.small_tab li a {
  position: relative;
  font-size: 18px;
  color: #222;
  font-weight: normal;
}
.category_area .tab_container .tab_section ul.small_tab li a.on {
  font-size: 18px;
  color: #b22c04;
  font-weight: bold;
}
.category_area .tab_container .tab_section ul.small_tab li a.on:before {
  display: block;
  content: '';
  width: 3px;
  height: 20px;
  box-sizing: border-box;
  background: #ba2e12;
  position: absolute;
  top: 3px;
  left: -16px;
}
.category_area .tab_container .tab_section ul.small_tab li a:before {
  display: block;
  content: '';
  width: 3px;
  height: 20px;
  box-sizing: border-box;
  background: #ccc;
  position: absolute;
  top: 3px;
  left: -16px;
}
.category_area .tab_container .tab_section ul.small_tab li:hover a {
  color: #b22c04;
}
.category_area .tab_container .tab_section ul.small_tab li:hover span:before {
  height: 50%;
  box-sizing: border-box;
}
.category_area .tab_container .tab_section ul.small_tab li:hover span:after {
  height: 50%;
  box-sizing: border-box;
}
.category_area .tab_container .tab_section a.select_box {
  display: none;
}
.category_area .tab_container .tab_section .field_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.category_area .tab_container .tab_section .field_list li {
  position: relative;
  overflow: hidden;
  width: 24%;
  margin-right: 1.33%;
  height: 50px;
  box-sizing: border-box;
  margin-bottom: 5px;
  border: 2px solid #fff;
  align-items: flex-start;
  transition: all 0.5s;
  background: #fff;
  display: flex;
  align-items: center;
  align-content: center;
}
.category_area .tab_container .tab_section .field_list li a {
  position: relative;
  display: block;
  padding: 15px 27px;
  font-size: 16px;
  color: #222;
  font-weight: normal;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: -0.02em;
  transition: all 0.35s;
}
.category_area .tab_container .tab_section .field_list li a.moreView span {
  color: #b22c04;
}
.category_area .tab_container .tab_section .field_list li.on {
  border: 2px solid #e7d6d6;
  background: #e7d6d6 !important;
}
.category_area .tab_container .tab_section .field_list li.on a {
  color: #222;
}
.category_area .tab_container .tab_section .field_list li:before {
  display: block;
  content: "";
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transform: translateX(-101%);
  background: #b22c04;
}
.category_area .tab_container .tab_section .field_list li.select {
  border: 2px solid #b22c04;
}
.category_area .tab_container .tab_section .field_list li.select a {
  color: #fff;
}
.category_area .tab_container .tab_section .field_list li.select:before {
  transform: translateX(0);
}
.category_area .tab_container .tab_section .field_list li.select:after {
  display: none;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat -15px -100px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 18px;
  right: 14px;
}
.category_area .tab_container .tab_section .field_list li:nth-of-type(4n) {
  margin-right: 0;
}
.category_area .tab_container .tab_section.on {
  display: block;
}
.category_area .tab_container.bg {
  background: #fff;
}
.category_area .tab_container.bg .tab_section .field_list li {
  background: #f2f2f2;
}
.category_area .tab_container.bg .tab_section .field_list li.on {
  background: #e7d6d6;
}
.category_area.mo {
  display: none;
}
.lawyer_slide {
  position: relative;
}
.lawyer_slide .bx-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.lawyer_slide ul.lawyer_profile {
  display: block;
}
.lawyer_slide ul.lawyer_profile li {
  margin-right: 2.2%;
  padding: 0;
  width: 208px;
}
.lawyer_slide ul.lawyer_profile li .lawyer_info a.email {
  top: -38px;
}
.lawyer_slide ul.lawyer_profile li.last {
  margin-right: 0 !important;
}
.lawyer_slide ul.lawyer_profile li:hover {
  box-shadow: none;
}
.lawyer_slide ul.lawyer_profile:after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
}
.lawyer_slide:after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
}
ul.lawyer_profile {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.lawyer_profile:after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
}
ul.lawyer_profile li {
  width: 48%;
  max-width: 217px;
  margin-right: 32px;
  box-sizing: border-box;
}
ul.lawyer_profile li p.img {
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 1;
}
ul.lawyer_profile li p.img a {
  line-height: 1;
  position: relative;
}
ul.lawyer_profile li p.img img {
  max-width: 100%;
  width: 100%;
}
ul.lawyer_profile li p.img:hover {
  box-shadow: 0 6px 20px 5px rgba(0, 0, 0, 0.15);
}
ul.lawyer_profile li .lawyer_info {
  margin: 0;
  padding: 0;
  padding-top: 21px;
  position: relative;
}
ul.lawyer_profile li .lawyer_info a.email {
  position: absolute;
  top: -45px;
  right: 7px;
}
ul.lawyer_profile li .lawyer_info a.email:before {
  display: block;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat -80px -160px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
}
ul.lawyer_profile li .lawyer_info .hashtag {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  line-height: 1.75;
}
ul.lawyer_profile li .lawyer_info .hashtag span {
  display: inline;
  margin-right: 5px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  color: #999;
}
ul.lawyer_profile li .lawyer_info .hashtag span a {
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  word-break: normal;
  font-size: 14px;
  color: #999;
  font-weight: normal;
}
ul.lawyer_profile li .lawyer_info span {
  display: block;
  line-height: 1;
  font-size: 16px;
  color: #222;
  font-weight: normal;
  margin-bottom: 10px;
}
ul.lawyer_profile li .lawyer_info span .number {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  padding-left: 1.5%;
  vertical-align: 0;
  margin-bottom: 0;
}
ul.lawyer_profile li .lawyer_info span a {
  color: #888;
  padding-left: 1.5%;
}
ul.lawyer_profile li .lawyer_info span.name {
  margin-bottom: 15px;
}
ul.lawyer_profile li .lawyer_info span.name a {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  padding-left: 0;
  font-family: 'NotoSansMedium' !important;
}
ul.lawyer_profile li .lawyer_info span.name a span {
  font-size: 15px;
  color: #666;
  font-weight: normal;
  display: block;
  font-family: 'NotoSansDemiLight' !important;
  margin-top: 5px;
  vertical-align: 0;
  margin-bottom: 0;
  width: 99%;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5;
}
ul.lawyer_profile li .lawyer_info span.telephone {
  letter-spacing: 0;
  position: relative;
}
ul.lawyer_profile li .lawyer_info span.telephone:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 10;
  background: #fff;
  opacity: 0;
}
ul.lawyer_profile.wide li {
  max-width: 286px;
  width: 25%;
}
ul.lawyer_profile.wide li .lawyer_info span.name a {
  font-size: 18px;
}
ul.lawyer_profile.wide li .lawyer_info span.name a span {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}
ul.lawyer_profile.wide li .lawyer_info a.email:before {
  background-position: -120px -160px;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
}
ul.lawyer_profile.wide li .lawyer_info .hashtag {
  font-size: 14px;
}
ul.lawyer_profile.wide li .lawyer_info .hashtag span a {
  font-size: 14px;
}
ul.lawyer_profile:after {
  display: block;
  clear: both;
  content: none;
}
.slide_control {
  position: absolute;
  top: -45px;
  right: 0;
}
.slide_control span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.slide_control span a {
  text-indent: -9999px;
  font-size: 0;
  display: block;
}
.slide_control span a:before {
  display: block;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat -130px -100px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  width: 12px;
  height: 20px;
  box-sizing: border-box;
}
.slide_control span a.disabled:before {
  background-position: -100px -100px;
}
.slide_control span a.bx-next:before {
  background-position: -160px -100px;
}
.slide_control span a.bx-next.disabled:before {
  background-position: -190px -100px;
}
.thumnail_list {
  position: relative;
}
.thumnail_list ul.lawyer_profile,
.thumnail_list ul.lawyer_profile.wide {
  height: auto;
  box-sizing: border-box;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.thumnail_list ul.lawyer_profile li,
.thumnail_list ul.lawyer_profile.wide li {
  width: 19%;
  max-width: inherit;
  margin-right: 1.25%;
  margin-bottom: 47px;
}
.thumnail_list ul.lawyer_profile li .img img,
.thumnail_list ul.lawyer_profile.wide li .img img {
  width: 100%;
}
.thumnail_list ul.lawyer_profile li .lawyer_info a.email,
.thumnail_list ul.lawyer_profile.wide li .lawyer_info a.email {
  top: -38px;
}
.thumnail_list ul.lawyer_profile li:nth-of-type(5n),
.thumnail_list ul.lawyer_profile.wide li:nth-of-type(5n) {
  margin-right: 0;
}
.thumnail_list ul.lawyer_profile:after,
.thumnail_list ul.lawyer_profile.wide:after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
}
.field_infobox {
  margin: 0;
  padding: 0;
  padding-bottom: 45px;
}
.field_infobox .top_text {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  padding-bottom: 0;
  transition: all .4s;
}
.field_infobox .top_text h2 {
  font-size: 18px;
  line-height: 1.75;
  color: #000;
  margin-bottom: 20px;
  padding-top: 0;
  text-align: left;
  height: auto;
}
.field_infobox .top_text p {
  margin: 0;
  padding: 0;
  margin-bottom: 28px;
  font-size: 17px;
  color: #333;
  font-weight: normal;
  line-height: 1.75;
}
.field_infobox .top_text p strong {
  font-family: 'NotoSansMedium' !important;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  line-height: 1.7;
}
.field_infobox .top_text p a {
  color: #ba2e12;
}
.field_infobox .top_text ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.field_infobox .top_text ul li {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  position: relative;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  margin-bottom: 12px;
  padding-left: 10px;
}
.field_infobox .top_text ul li:before {
  background: #666;
  width: 3px;
  height: 3px;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
}
.field_infobox .top_text ul li a {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  text-decoration: underline;
}
.field_infobox .top_text dl.field_info_text {
  margin: 0;
  padding: 0;
}
.field_infobox .top_text dl.field_info_text dt {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 18px;
  color: #002222;
  font-weight: normal;
}
.field_infobox .top_text dl.field_info_text dd {
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  line-height: 1.75;
}
.field_infobox .top_text.hidden_area {
  overflow: hidden;
  height: auto;
  box-sizing: border-box;
  transition: all .4s;
}
.field_infobox .top_text.hidden_area .btn_center_box_prev {
  display: block;
}
.field_infobox .top_text.hidden_area.on {
  max-height: 100% !important;
}
.field_infobox .top_text.hidden_area.on .btn_center_box_prev {
  display: none;
}
.field_infobox .text_hidden_area {
  display: none;
  padding-bottom: 50px;
  padding-bottom: 0;
}
.field_infobox .text_hidden_area p {
  margin: 0;
  padding: 0;
  margin-bottom: 28px;
  font-size: 17px;
  color: #333;
  font-weight: normal;
  line-height: 1.75;
}
.field_infobox .text_hidden_area p strong {
  font-family: 'NotoSansMedium' !important;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  line-height: 1.7;
}
.field_infobox .text_hidden_area p a {
  color: #ba2e12;
}
.field_infobox .text_hidden_area dl.field_info_text {
  margin: 0;
  padding: 0;
}
.field_infobox .text_hidden_area dl.field_info_text dt {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 18px;
  color: #002222;
  font-weight: normal;
}
.field_infobox .text_hidden_area dl.field_info_text dd {
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
  font-size: 16px;
  color: #666;
  font-weight: normal;
  line-height: 1.75;
}
.field_infobox h4 {
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: 10px;
  font-size: 20px;
  color: #222;
  font-weight: normal;
  padding: 30px 0;
}
.field_infobox .field_text ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #f2f2f2;
  box-sbox-sizing: border-box;
  padding: 22px 22px 0 22px;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.field_infobox .field_text ul li {
  margin: 0;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
  width: 31.5%;
  margin-bottom: 22px;
  padding: 15px 18px;
  margin-right: 2.5%;
}
.field_infobox .field_text ul li a {
  font-size: 16px;
  color: #222;
  font-weight: normal;
  display: block;
}
.field_infobox .field_text ul li.link_moreip {
	padding-top: 14px; 
	padding-bottom: 14px;
}
.field_infobox .field_text ul li.link_moreip span {
	position: relative;
	display: inline-block; 
	margin: 10px 0 11px 0;
	padding-right: 35px;
	vertical-align: middle; 
}
.field_infobox .field_text ul li.link_moreip span::after {
	position: absolute; 
	right: 0; top: -4px;
	width: 25px; height: 25px; 
	background: url(../images/common/pc/bg_link_moreip.png) no-repeat 0 0;
	content:""
}
.field_infobox .field_text ul li:nth-of-type(3n) {
  margin-right: 0;
}
.accordion_area {
  margin: 0;
  padding: 0;
  position: relative;
}
.accordion_area.p_bottom {
  padding-bottom: 60px;
}
.accordion_area.border_top {
  border-top: 2px solid #e0e0e0;
}
.box_gray {
  margin: 0;
  padding: 0;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.box_gray h4 {
  padding: 0;
}
.box_gray h4.p_left {
  padding-left: 20px;
}
.box_gray a.btn_toggle {
  display: block;
  font-size: 20px;
  color: #222;
  font-weight: normal;
  font-family: 'NotoSansMedium' !important;
  position: relative;
}
.box_gray a.btn_toggle:after {
  display: block;
  content: '';
  position: absolute;
  top: 3px;
  right: 22px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  background: url('../images/common/pc/img_sprite.png') no-repeat right -60px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  /*-webkit-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;*/
}
.box_gray .box_open {
  display: none;
  border-top: 1px solid #f6f6f6;
  padding: 40px 19px 10px 19px;
  margin-top: 30px;
}
.box_gray .box_open h5:first-child {
  padding-top: 0 !important;
}
.box_gray .box_open h2 {
  font-size: 18px;
  line-height: 1.75;
  color: #000;
  margin-bottom: 20px;
  padding-top: 0;
  text-align: left;
  height: auto;
}
.box_gray .box_open p {
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #333;
  font-weight: normal;
  line-height: 1.75;
  word-break: normal;
}
.box_gray .box_open ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.box_gray .box_open ul li {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  position: relative;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  margin-bottom: 12px;
  padding-left: 10px;
}
.box_gray .box_open ul li:before {
  background: #ba2e12;
  width: 3px;
  height: 3px;
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
.box_gray .box_open ul li p {
  line-height: inherit !important;
}
.box_gray h5 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #000;
  font-weight: normal;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.box_gray .info_text {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #666;
  font-weight: normal;
  line-height: 1.75;
  word-break: normal;
}
.box_gray ul.field_history {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.box_gray ul.field_history li {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  position: relative;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  margin-bottom: 12px;
  padding-left: 10px;
}
.box_gray ul.field_history li:before {
  background: #ba2e12;
  width: 3px;
  height: 3px;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
.box_gray.active a.btn_toggle:after {
  display: block;
  content: '';
  background-position: -550px -60px;
  position: absolute;
  top: 3px;
  right: 22px;
  /*-webkit-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;*/
}
.box_gray.active .box_open {
  display: block;
}
.member_info span.btn {
  display: block;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
h4.title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-bottom: 25px;
}
h5.title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding: 30px 0 18px;
}
.field_lawyer {
  position: relative;
  padding-bottom: 45px;
}
.field_lawyer h4 {
  font-size: 20px;
  color: #666;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1;
  font-family: 'NotoSansMedium' !important;
}
.lawyer_career {
  padding-bottom: 80px;
}
.notice_news {
  position: relative;
  padding-bottom: 45px;
}
.notice_news .inner_cont h3 {
  width: 94%;
}
.notice_news .inner_cont .notice_list {
  width: 94%;
}
.notice_news h3 {
  font-family: 'NotoSansMedium' !important;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}
.notice_news h3.pt24 {
  font-size: 24px;
}
.notice_news .notice_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-family: 'NotoSansMedium' !important;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}
.notice_news .notice_list li {
  width: 32%;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 20px;
  position: relative;
}
.notice_news .notice_list li:nth-of-type(3n) {
  margin-right: 0;
}
.notice_news .notice_list li a {
  display: block;
  box-sizing: border-box;
  padding: 35px 30px;
  background: #fff;
  border: 3px solid #e6e6e6;
}
.notice_news .notice_list li a .notice_title {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 14px;
  color: #ba2e12;
  font-weight: normal;
}
.notice_news .notice_list li.hub_card a .notice_title {
	display: none; 
}
.notice_txt_title {
	margin: 0;
	color: #fff;
	font-size: 16px;
}
.notice_news .notice_list li.hub_card strong {
	color: #fff;
	font-weight: normal;
	font-family: 'NotoSansDemiLight'
}
.notice_news .notice_list li a .notice_txt {
  margin: 0;
  padding: 0;
  font-family: 'NotoSansDemiLight' !important;
  font-size: 21px;
  color: #222;
  font-weight: normal;
  line-height: 1.45;
  height: 65px;
  box-sizing: border-box;
  overflow: hidden;
  word-break: normal;
}
.notice_news .notice_list li a span {
  display: block;
  font-size: 13px;
  color: #888;
  font-weight: normal;
  margin-top: 30px;
}
.notice_news .notice_list li .hub_title{
  height:66px;
  margin:0px;
  color:#000;
  font-size:26px;  
  font-weight:normal;
  line-height:1.26;   
  box-sizing: border-box;
  overflow: hidden;
  word-break: normal; 
}
.notice_news .notice_list li .hub_txt{
  height:48px;
  margin-top:12px;
  margin-bottom:0px;  
  color:#444;
  font-family: 'NotoSansDemiLight';
  font-size:16px;  
  font-weight:normal;
  line-height:24px; 
  box-sizing: border-box;
  overflow: hidden;
  word-break: normal; 
}
.notice_news .notice_list li p.notice_tag{
  margin-top:34px;
  margin-bottom:0px;
}
.notice_news .notice_list li p.notice_tag span{  
  display:inline-block;
  margin-top:0px;
  margin-right:.5rem;
  line-height:1.3rem;
  color:#666;
  font-size:14px;
  font-family: 'NotoSansRegular';
}
.notice_news .notice_list li:hover {
  box-shadow: 0 6px 20px 5px rgba(0, 0, 0, 0.15);
}
.notice_news .notice_list li:hover a {
  background-color: #fff;
  border: 3px solid #ba2e12;
}
.notice_news .notice_list li:hover a .notice_txt {
  color: #ba2e12;
  text-shadow: 0.1px 0px 0.1px #ba2e12;
}
.notice_news .notice_list li:hover a span {
  color: #ba2e12;
}
.notice_news .notice_list li:hover a:after {
  display: block;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat -15px -100px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  width: 7px;
  height: 11px;
  position: absolute;
  bottom: 39px;
  right: 30px;
}
.notice_news .notice_list li.hub_card:hover a:after {
	display: none;
}
.notice_news .notice_list li.hub_card a{
	min-height: 218px;
	background: url('../images/kli/2023/bg_insight_kli2023.jpg') no-repeat center center; 
	background-size: 100% 101%; 
	border: 0; 
	border-color:transparent;
}
.notice_news .notice_list li.hub_card a .notice_title{
	color:transparent;
	margin-bottom:7px;
}
.notice_news .notice_list li.hub_card .notice_txt_title {
	margin-top: 2px;
	margin-bottom: 8px;
}
.notice_news .notice_list li.hub_card a .notice_txt{
	color:#fff;
	height:70px;
	margin-bottom:28px;
	padding-top: 5px;
}
.notice_news .notice_list li.hub_card a .notice_txt em {
	display: block;
	font-style: normal;
}
.notice_news .notice_list li.hub_card:hover a{
	background-image: url('../images/kli/2023/bg_insight_kli2023_hover.jpg'); 
	border-color:transparent;
	border: 0; 
}
.notice_news.bg {
  background: #7899bc;
}
.notice_news.bg_field {
  background: url(../images/common/pc/img_field_bottom.jpg) 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.notice_news.bg_member {
  background: url(../images/common/pc/img_member_bottom.jpg) 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.notice_news.bg_news {
  background: url(../images/common/pc/img_news_bottom.jpg) 0 0 no-repeat;
  background-size: cover;
}
.notice_news.bg_news_gray {
  background: url(../images/common/pc/img_news_bottom_gray.jpg) 0 0 no-repeat;
  background-size: cover;
}
.notice_news.bg_search {
  background: url(../images/common/pc/img_field_bottom.jpg) 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.notice_news.bg_white {
  padding-top:80px;
  padding-bottom:25px;
  background: #fff;
}
.notice_news.bg_gray {
  padding-top:45px;
  background: #f6f6f6;
}
.notice_news.bg_type {
  background: #f6f6f6;
}
.notice_news.bg_type h3 {
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 80px;
}
.notice_news.bg_type .notice_list {
  max-width: 1240px;
  margin: 0 auto 100px auto;
}
.notice_news.bg_type .notice_list li {
  width: 32.5%;
  box-sizing: border-box;
  border: 3px solid #fff;
}
.notice_news.bg_type .notice_list li a {
  background: #fff;
}
.notice_news.bg_type .notice_list li a .notice_txt {
  font-size: 22px;
  color: #000;
  font-weight: normal;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.45;
  text-overflow: ellipsis;
  height: 65px;
  box-sizing: border-box;
}
.notice_news.bg_type .notice_list li a span.notice_date {
  font-size: 13px;
  color: #888;
  font-weight: normal;
  display: block;
  margin-top: 30px;
}
.notice_news.bg_type .notice_list li:hover {
  border: 3px solid #692c1a;
}
.notice_news.bg_type .notice_list li:hover a {
  color: #692c1a;
}
.notice_news.bg_type .notice_list li:hover a .notice_title {
  position: relative;
  padding-left: 18px;
  color: #692c1a;
}
.notice_news.bg_type .notice_list li:hover a .notice_title:before {
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 11px;
  height: 2px;
  box-sizing: border-box;
  background: #692c1a;
}
.notice_news.bg_type .notice_list li:hover a .notice_txt {
  text-decoration: none;
  color: #692c1a;
}
.notice_news.bg_type .notice_list li:hover a span.notice_date {
  color: #692c1a;
}
.notice_news.hub_news .notice_list li a{
  border-color:transparent;
}
.notice_news.hub_news .notice_list li a p.notice_tag span{
  color:#888;
}
.notice_news.hub_news .notice_list li:hover{
  box-shadow:none;
}
.notice_news.hub_news .notice_list li:hover a{
  border-color:#ba2e12;
}
.notice_news.hub_news .notice_list li:hover a p.notice_tag span{
  color:#ba2e12;
}
.notice_news.hub_news .notice_list li:hover a:after{
  background:none;
}
.notice_news.hub_hero_news .notice_list li a{
  background:#f6f6f6;
  padding-top:255px;
  border:none;
}
.notice_news.hub_hero_news .notice_list li .img_group{	
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 214px;
    margin-top:0px;
    background: lightgray;
    box-sizing:border-box;
    background-position-x: center;
    background-position-y: 0px;
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;    
}
.notice_news.hub_hero_news .notice_list li .img_group img{
	height:100%;
}
.notice_news.hub_hero_news .notice_list li:hover{
	box-shadow:none;
}
.notice_news.hub_hero_news .notice_list li:hover a{
	background:#fff;
	box-shadow:inset 0px 0px 0 3px #ba2e12;
	color:#ba2e12;
}
.notice_news.hub_hero_news .notice_list li:hover a .text_group .hub_title,
.notice_news.hub_hero_news .notice_list li:hover a .text_group .hub_txt,
.notice_news.hub_hero_news .notice_list li:hover a .text_group .notice_tag{
	color:#ba2e12;
}
.notice_news.hub_hero_news .notice_list li:hover a .img_group{
	box-shadow:inset 0px 3px 0 0px #ba2e12, inset -3px 0px 0 0px #ba2e12, inset 3px 0px 0 0px #ba2e12;
}
.notice_news.hub_hero_news .notice_list li:hover a:after{
	background:none;
}
.notice_slide {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
.notice_slide .bx-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.notice_slide .notice_list {
  display: block;
  max-width: inherit;
}
.notice_slide .notice_list li {
  width: 32%;
  margin-right: 0;
}
.notice_slide .notice_list:after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
}
.notice_slide .slide_control span a:before {
  background-position: -500px -100px;
}
.notice_slide .slide_control span a.disabled:before {
  background-position: -480px -100px;
}
.notice_slide .slide_control span a.bx-next:before {
  background-position: -520px -100px;
}
.notice_slide .slide_control span a.bx-next.disabled:before {
  background-position: -540px -100px;
}
.notice_slide.hub_slide4{
  width:94%;
  max-width:1260px;
  transform:translate(-10px, 0);
}
.notice_slide.hub_slide4 .bx-wrapper .bx-viewport{
  padding-bottom:30px;
  padding-left: 20px;
  /*width:calc(100% - 1px)!important;*/
}
.notice_slide.hub_slide4 .notice_list li{
  box-sizing: border-box;
}
.notice_slide.hub_slide4 .notice_list li::after{
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 0;
  width: 1px;
  height:calc(100% - 20px);
  background: #fff;
  content:"";
  z-index: 1;
}
.notice_slide.hub_slide4 .notice_list li:hover{
  box-shadow: none;
}
.notice_slide.hub_slide4 .notice_list li a {
  position: relative;
  height:152px;
  margin:10px 20px 10px 0px;
  border: none;
  background: #000 url('../images/common/pc/img_hub_main01.jpg?ver220706_02') no-repeat;
  background-size: cover;
  transition: all .1s;
}
.notice_slide.hub_slide4 .notice_list li a::before{
  /*position:absolute;
  top:0px;
  left:0px;
  width: 100%;
  height:100%;
  background:#000;
  opacity: 0.6;
  content:'';
  z-index: 1;
  transition: all .1s;*/
}
.notice_slide.hub_slide4 li a .text_group{
  display: flex;
  position: relative;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.notice_slide.hub_slide4 li a .hub_field{
  margin:0px;
  text-align:center;
  color:#fff;
  font-family: 'NotoSansMedium';
  font-size:17px;
}
.notice_slide.hub_slide4 li:nth-of-type(2) a,
.notice_slide.hub_slide4 li:nth-of-type(8) a{
  background-image: url('../images/common/pc/img_hub_main02.jpg?ver220706_02');
}
.notice_slide.hub_slide4 li:nth-of-type(3) a,
.notice_slide.hub_slide4 li:nth-of-type(9) a{
  background-image: url('../images/common/pc/img_hub_main03.jpg?ver220706_02');
}
.notice_slide.hub_slide4 li:nth-of-type(4) a{
  background-image: url('../images/common/pc/img_hub_main04.jpg?ver220706_02');
}
.notice_slide.hub_slide4 li:nth-of-type(5) a,
.notice_slide.hub_slide4 li:nth-of-type(10) a{
  background-image: url('../images/common/pc/img_hub_main05.jpg?ver220706_02');
}
.notice_slide.hub_slide4 li:nth-of-type(6) a{
  background-image: url('../images/common/pc/img_hub_main06.jpg?ver220706_02');
}
.notice_slide.hub_slide4 li:hover a{
  background-image: url('../images/common/pc/img_hub_main01_hover.jpg?ver220706_02');
  border:none;
}
.notice_slide.hub_slide4 li:hover:nth-of-type(2) a,
.notice_slide.hub_slide4 li:hover:nth-of-type(8) a{
  background-image: url('../images/common/pc/img_hub_main02_hover.jpg?ver220706_02');
}
.notice_slide.hub_slide4 li:hover:nth-of-type(3) a,
.notice_slide.hub_slide4 li:hover:nth-of-type(9) a{
  background-image: url('../images/common/pc/img_hub_main03_hover.jpg?ver220706_02');
}
.notice_slide.hub_slide4 li:hover:nth-of-type(4) a{
  background-image: url('../images/common/pc/img_hub_main04_hover.jpg?ver220706_02');
}
.notice_slide.hub_slide4 li:hover:nth-of-type(5) a,
.notice_slide.hub_slide4 li:hover:nth-of-type(10) a{
  background-image: url('../images/common/pc/img_hub_main05_hover.jpg?ver220706_02');
}
.notice_slide.hub_slide4 li:hover:nth-of-type(6) a{
  background-image: url('../images/common/pc/img_hub_main06_hover.jpg?ver220706_02');
}
/*.notice_slide.hub_slide4 li:hover a::before{
  opacity: 0;
}*/
.notice_slide.hub_slide4 li:hover a::after{
  display: none;
}
.notice_slide.hub_slide4 .notice_list li a:hover{
  box-shadow: 2px 5px 16px 2px rgba(0,0,0,0.17);
}
.notice_news.hub_news2{
  padding-top:60px;
}
.notice_news.hub_news2 .notice_list{
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.notice_news.hub_news2 .notice_list li a{
  padding:35px 27px;
  border-color:transparent;
  /*border:none;*/
}
.notice_news.hub_news2 .notice_list li a .notice_txt{
  height:80px;
  font-size: 18px;
  overflow:visible;
}
.notice_news.hub_news2 .notice_list li p.notice_tag{
  margin-top:18px;
}
.notice_news.hub_news2 .notice_list li:hover a{
  border-color:#ba2e12;
  /*box-shadow: inset 0 0 0 3px #ba2e12;*/
}
.notice_news.hub_news2 .notice_list li:hover{
  box-shadow: none;
}
.notice_news.hub_news2 .notice_list li:hover a:after{
  display:none;
}
.notice_news.hub_news2 .notice_list li:hover a .notice_txt{
  text-shadow:none;
}
.notice_news.hub_news3{
  padding-bottom:40px;
}
.notice_news.hub_news3 h3{
  width:100%;
  padding-bottom: 20px;
  font-family: 'NotoSansBold'!important;
  font-size:35px;
  letter-spacing:-1px;
}
.notice_news.hub_news3 .slide_title {
  position: relative;
  width: 94%;
  max-width: 1240px;
  margin: 0 auto;
}
.notice_news.hub_news3 .sub_txt {
  font-size: 14px;
  color:#666666;
  margin-bottom:50px;
  line-height: 1.714;
}
.notice_news.hub_news3 .notice_slide .slide_control span a:before{
  background-position: -130px -100px;
}
.notice_news.hub_news3 .notice_slide .slide_control span a.disabled:before{
  background-position: -100px -100px;
}
.notice_news.hub_news3 .notice_slide .slide_control span a.bx-next:before{
  background-position: -160px -100px;
}
.notice_news.hub_news3 .notice_slide .slide_control span a.bx-next.disabled:before{
  background-position: -190px -100px;
}
.notice_news.hub_news3 .notice_list li:nth-of-type(1){
  margin-left:0px;
}
.notice_news .notice_list li p.notice_tag span{
  font-size:14px;
  color:#888888;
}
.news_content_area {
  background: #f6f6f6;
  padding-bottom: 80px;
}
.news_content_area .content_box {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  width: 94%;
}
.hub_video{
  background:#fff;
  padding-top:60px;
  padding-bottom: 43px;
}
.hub_video .content_box {
  position: relative;
}
.hub_video .video_list{
  width:94%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  justify-content: center;
  font-family: 'NotoSansMedium' !important;
}
.hub_video .video_list li{
  width: 32%;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 20px;
  position: relative;
}
.hub_video .video_list li:nth-of-type(3n){
  margin-right: 0;
}
.hub_video .video_list li .thumbnail_area{
  position:relative;
  width: 100%;
  height:236px;
  background:#aaa;
  overflow: hidden;
  background: url('../images/common/pc/img_hub_thumb01.jpg') no-repeat 50% 50%;
  background-size: cover;
  transition: all .1s;
}
.hub_video .video_list li:nth-of-type(2) .thumbnail_area{
  background: url('../images/common/pc/img_hub_thumb02.jpg') no-repeat 50% 50%;
  background-size: cover;
}
.hub_video .video_list li:nth-of-type(3) .thumbnail_area{
  position:relative;
  background: url('../images/common/pc/img_hub_thumb03.jpg') no-repeat 50% 50%;
  background-size: cover;
}
/*.hub_video .video_list li .thumbnail_area::after{
  position:absolute;
  width:100%;
  height:100%;
  background:#000;
  opacity:0.3;
  content:'';
  z-index: 1;
  transition:all .1s;
}*/
.hub_video .video_list li .thumbnail_area img{
  width:100%;
  height:auto;
}
.hub_video .video_list li .thumbnail_area .icon_play{
  display:inline-block;
  position: absolute;
  top:calc(50% - 36px);
  left:calc(50% - 36px);
  width:72px;
  height:72px;
  background: url('../images/common/pc/icon_play.png') no-repeat 0px 0px;
  /*-webkit-background-size: 72px 72px;
  -ms-background-size: 72px 72px;
  -moz-background-size: 72px 72px;
  -o-background-size: 72px 72px;
  background-size: 72px 72px;*/
  z-index: 2;
}
.hub_video .video_list li .txt_area{
  padding-top:30px;
  padding-bottom:30px;
}
.hub_video .video_list li .category{
  margin:0px;
  color:#ba2e12;
  font-family: 'NotoSansMedium';
  font-size:14px;
}
.hub_video .video_list li .title{
  height:60px;
  margin:15px 0 33px 0;
  color:#222222;
  font-family:'NotoSansDemiLight';
  font-size:24px;
  line-height: 1.25;
}
.hub_video .video_list li .tag_area span{
  display: inline-block;
  margin-top: 0px;
  margin-right: 0.5rem;
  line-height: 1.3rem;
  color: #888;
  font-size: 14px;
  font-family: 'NotoSansRegular';
}
/*.hub_video .video_list li:hover .thumbnail_area::after{
  opacity:0.2;
}*/
.hub_video .video_list li:hover .thumbnail_area{
  background-image: url('../images/common/pc/img_hub_thumb01_hover.jpg');
}
.hub_video .video_list li:nth-of-type(2):hover .thumbnail_area{
  background-image: url('../images/common/pc/img_hub_thumb02_hover.jpg');
}
.hub_video .video_list li:nth-of-type(3):hover .thumbnail_area{
  background-image: url('../images/common/pc/img_hub_thumb03_hover.jpg');
}
.hub_video .video_list li:hover .title{
  color:#ba2e12;
}
.hub_line_topics{
  padding-top:60px;
  padding-bottom: 80px;
  background:#f6f6f6;
}
ul.board_list.hub_board{
  max-width: 1240px;
  width: 94%;
  margin: 0 auto;
}
ul.board_list.hub_board li{
  padding-left:40px;
  padding-right:40px;
}
ul.board_list.hub_board li a{
  width: 100%;
}
ul.board_list.hub_board li .category{
  font-size: 14px;
  margin:0px;
  padding-bottom:10px;
  color:#ba2e12;
  font-family: 'NotoSansMedium';
}
ul.board_list.hub_board li .title{
  width:100%;
}
.topic_more{
  max-width: 1240px;
  width: 94%;
  margin: 0 auto;
  padding-top: 56px;
}
.topic_more > div{
  width:49%;
}
.topic_more .btn_version {
  position: relative;
  display: block;
  padding: 20px 30px;
  color: #000;
  font-weight: bold;
  border: 1px solid #dedede;
  box-sizing: border-box;
  transition: all ease 0.3s;
}
.topic_more .btn_version:after{
  position: absolute;
  right: 30px;
  top: 50%;
  content: "";
  display: block;
  clear: both;
  width: 7px;
  height: 11px;
  background: url(../images/common/pc/link_arrow.png) no-repeat;
  transform: translateY(-50%);
}
.topic_more .btn_version em {
  margin-left: 5px;
  color: #929292;
  font-weight: bold;
  font-style: normal;
}
.topic_more .btn_version:hover{
  color: #b22c04;
  border-color: #b22c04;
}
.topic_more .btn_version:hover em{
  color: #b22c04;
}
.topic_more .btn_version:hover:after{
  background: url(../images/common/pc/link_arrow_on.png) no-repeat;
}
.result_news {
  position: relative;
  padding-bottom: 75px;
}
.result_news .news_tab {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 150px;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  justify-content: space-between;
}
.result_news .news_tab li {
  width: 20%;
  text-align: center;
  border-bottom: 1px solid #000;
}
.result_news .news_tab li a {
  font-size: 24px;
  color: #555;
  font-weight: normal;
  display: block;
  padding-bottom: 27px;
}
.result_news .news_tab li.on {
  border-bottom: 3px solid #ba2e12;
}
.result_news .news_tab li.on a {
  color: #ba2e12;
  padding-bottom: 25px;
  font-family: 'NotoSansMedium' !important;
}
.result_news .arrow_tab {
  border-bottom:0.08333rem solid #ccc;
}
.result_news .fixed_mo_tab.arrow_tab .news_tab{
  font-size:0px; 
}
.result_news .fixed_mo_tab.arrow_tab .news_tab li.pr0{
  padding-right:0px;
}
.result_news .fixed_mo_tab.arrow_tab .news_tab li.on a{
  font-family:'NotoSansDemiLight' !important;
  text-shadow:#ba2e12 0px 0px 0px;
} 
.result_news .arrow_tab .news_tab{
  justify-content: center;
}
.result_news .arrow_tab .news_tab li{
  flex:1 1 33.3%;
  max-width:33.3%;
}
.result_news .arrow_tab.invisible_opt .news_tab li.invisible{
  display:none;
}
.result_news .arrow_tab:not(.invisible_opt) .news_tab li:last-child{
  padding-right:0px;
}
.result_news .menu_tab {
  display: none;
}
.result_news .tab_container .tab_section {
  display: none;
}
.result_news .tab_container .tab_section ul.board_list {
  border-top: none;
}
.result_news .tab_container .tab_section.on {
  display: block;
}
.btn_menu_tab,
.menu_tab_all {
  display: none;
}
.top_news {
  background: #f6f6f6;
}
.top_news .title_area {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding-top: 188px;
  padding-bottom: 55px;
}
.top_news .title_area .category {
  font-size: 18px;
  color: #ba2e12;
  font-weight: normal;
  position: relative;
  padding-bottom: 16px;
}
.top_news .title_area .category:after {
  display: block;
  content: '';
  width: 36px;
  height: 1px;
  box-sizing: border-box;
  background: #ba2e12;
  margin: 16px auto 0 auto;
}
.top_news .title_area p.title {
  margin: 0;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 60px;
  font-size: 38px;
  color: #000;
  font-weight: normal;
  line-height: 1.39;
}
.top_news .title_area p.title span {
  font-family: "LatoBold" !important;
}
.top_news .title_area .date {
  font-size: 14px;
  color: #555;
  font-weight: normal;
}
.top_news .btn_box {
  bottom: -30px;
}
.content_view .view_area {
  padding-bottom: 30px;
}
.content_view .view_area h2 {
  font-size: 18px;
  line-height: 1.75;
  color: #000;
  margin-bottom: 20px;
  padding-top: 0;
  text-align: left;
  height: auto;
  letter-spacing: 0;
}
.content_view .view_area h3 {
  font-size: 13px;
  line-height: 1.75;
  margin-bottom: 18px;
  padding-top: 0;
  text-align: left;
  height: auto;
}
.content_view .view_area p {
  margin: 0;
  padding: 0;
  word-break: normal;
  font-size: 17px;
  color: #333;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.75;
}
.content_view .view_area p strong {
	font-weight: normal; 
	font-family: 'NotoSansMedium' !important;
}
.content_view .view_area a {
  color: #ba2e12;
  text-decoration: underline;
}
.content_view .view_area ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.content_view .view_area ul li {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  padding-bottom: 10px;
  padding-left: 12px;
  position: relative;
}
.content_view .view_area ul li:before {
  display: block;
  content: '';
  background: #ba2e12;
  width: 3px;
  height: 3px;
  box-sizing: border-box;
  position: absolute;
  top: 9px;
  left: 0;
}
.content_view .view_area ul.num_style li {
  padding-left: 0;
  margin-left: 12px;
  list-style-type: decimal;
}
.content_view .view_area ul.num_style li:before {
  width: 0;
  height: 0;
}
.content_view p.link {
  margin: 0;
  padding: 0;
  padding-bottom: 55px;
}
.content_view p.attached_file {
  margin: 0;
  padding: 0;
  padding-bottom: 55px;
}
.content_view p.attached_file strong {
  display: block;
  font-family: 'NotoSansMedium' !important;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #000;
  font-weight: normal;
  padding-bottom: 15px;
}
.content_view p.attached_file a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 16px;
  color: #666;
  font-weight: normal;
  padding-bottom: 2px;
  border-bottom: 1px solid #666;
}
.content_view a.text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #222;
  font-weight: normal;
  padding-bottom: 2px;
  border-bottom: 1px solid #222;
}
.content_view .tag_area {
  margin: 0;
  padding: 0;
  padding-bottom: 100px;
}
.content_view .tag_area .tag_title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #000;
  font-weight: normal;
  padding-bottom: 15px;
  font-family: 'NotoSansMedium' !important;
}
.content_view .tag_area .tag_box {
  margin: 0;
  padding: 0;
}
.content_view .tag_area .tag_box a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 16px;
  color: #666;
  font-weight: normal;
  padding-bottom: 2px;
  border-bottom: 1px solid #666;
}
.content_view .paging {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 35px 0;
  width: 100%;
  text-align: left;
}
.content_view .paging a {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  display: block;
  width: calc(100%/2 - 100px);
  height: auto;
  padding-left: 60px;
  font-size: 16px;
  color: #000;
  font-weight: normal;
  border: none;
  height: 50px;
  box-sizing: border-box;
  vertical-align: middle;
}
.content_view .paging a span {
  display: inline-block;
  vertical-align: middle;
  vertical-align: -16px;
  width: 100%;
  height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.content_view .paging a:before {
  position: absolute;
  top: 6px;
  left: 18px;
}
.content_view .paging a:after {
  display: block;
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  padding: 10px;
}
.content_view .paging a.list {
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: #333;
  margin-left: 75px;
}
.content_view .paging a.list:before {
  display: block;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat -360px -160px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  width: 20px;
  height: 18px;
  box-sizing: border-box;
  top: 16px;
  left: 15px;
}
.content_view .paging a.list:after {
  display: none;
}
.content_view .paging a.next {
  float: right;
  vertical-align: top;
  padding-left: 0;
  padding-right: 60px;
}
.content_view .paging a.next:before {
  left: auto;
  right: 17px;
}
.content_view .paging a.next:after {
  left: auto;
  right: 0;
}
.content_view .paging:after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
}
.search p.result_text {
  margin-bottom: 35px;
}
.search_cont_area .fixed_mo_tab {
  width: 100%;
  z-index: 25;
}
.search_cont_area .fixed_mo_tab.fixed {
  position: fixed;
  top: 118px;
  left: 0;
  background: #fff;
}
.search_cont_area .search_tab {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-width: 1240px;
  margin: 0 auto 0 auto;
  width: 100%;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  height: 90px;
  box-sizing: border-box;
}
.search_cont_area .search_tab li {
  width: 25%;
  border-bottom: 1px solid #666;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}
.search_cont_area .search_tab li a {
  display: block;
  font-size: 24px;
  color: #666;
  font-weight: normal;
  padding-bottom: 31px;
  padding-top: 30px;
}
.search_cont_area .search_tab li.on {
  border-bottom: 5px solid #ba2e12;
}
.search_cont_area .search_tab li.on a {
  color: #ba2e12;
  font-family: 'NotoSansMedium' !important;
  padding-bottom: 27px;
}
.search_cont_area .search_content {
  max-width: 1240px;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 94%;
}
.search_cont_area .search_content h3 span {
  margin-left: 20px;
}
.search_cont_area .search_content .field_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.search_cont_area .search_content .field_list li {
  width: 24%;
  background: #f2f2f2;
  margin-right: 1%;
  max-width: 295px;
  margin-bottom: 5px;
  height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  align-items: center;
  align-content: center;
}
.search_cont_area .search_content .field_list li a {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
.search_cont_area .search_content .field_list li:nth-of-type(4n) {
  margin-right: 0;
}
.search_cont_area .search_content ul.bullet_list li a {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  border-bottom: 1px solid #666;
}
.search_cont_area .no_data {
  margin-top: 70px;
}
.search_cont_area .no_data span {
  display: block;
  font-size: 16px;
  color: #666;
  font-weight: normal;
  margin-top: 30px;
}
.search_cont_area .no_data span a {
  color: #ba2e12;
  border-bottom: 1px solid #ba2e12;
  margin-right: 5px;
}
.privacy h2 {
  font-size: 52px;
  padding-bottom: 77px;
}
.privacy ul.btn_tab {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  padding-bottom: 45px;
}
.privacy ul.btn_tab li {
  width: 50%;
  text-align: center;
}
.privacy ul.btn_tab li a {
  display: block;
  font-size: 24px;
  color: #666;
  font-weight: normal;
  padding-top: 55px;
  padding-bottom: 35px;
  box-sizing: border-box;
  border-bottom: 1px solid #222;
}
.privacy ul.btn_tab li a.on {
  color: #ba2e12;
  padding-bottom: 32px;
  border-bottom: 5px solid #ba2e12;
  font-family: 'NotoSansMedium' !important;
}
.privacy p.title {
  font-size: 30px;
  color: #222;
  font-weight: normal;
  font-family: 'NotoSansMedium' !important;
}
.privacy p.small_title {
  font-size: 22px;
  color: #222;
  font-weight: normal;
  font-family: 'NotoSansMedium' !important;
}
.privacy p.small_title2 {
  font-size: 18px;
  color: #222;
  font-weight: normal;
  font-family: 'NotoSansMedium' !important;
}
.privacy p.text {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  line-height: 1.75;
  padding-bottom: 20px;
}
.privacy ul.bullet_list li span {
  color: #222;
}
.privacy ul.bullet_list li a {
  font-size: 16px;
  color: #222;
  font-weight: normal;
}
.privacy ul.bullet_list li ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 8px;
  line-height: 1.5;
}
.privacy ul.bullet_list li ul li {
  padding-bottom: 5px;
}
.privacy ul.bullet_list li ul li:before {
  display: block;
  content: '-';
  background: none;
  top: -2px;
  width: auto;
  height: auto;
}
.privacy ul.bullet_list.decimal {
  margin-left: 15px;
}
.privacy ul.bullet_list.decimal li {
  list-style: decimal;
  padding-left: 5px;
  color: #222;
}
.privacy ul.bullet_list.decimal li:before {
  display: none;
}
.privacy ul.bullet_list.no_bullet li {
  color: #333;
  padding-left: 0;
  line-height: 1.75;
}
.privacy ul.bullet_list.no_bullet li:before {
  display: none;
}
/* singapore */
.location .office_navi {
	position: relative; 
	margin: 0; 
	margin-top: -40px;
	padding: 0; 
	text-align: center; 
	/* background: #f2f2f2; */
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}
.location .office_navi li {
	display: inline-block;
    width: calc(100%/8);
	height: 60px;
	border-bottom: 3px solid #fff;
	line-height: 60px;
}
.location .office_navi li a {
	display: flex;
    height: 100%;
    font-size: 18px;
    line-height: 1.3;
	color: #222;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.location .office_navi li.on {
	border-bottom: 3px solid #ba2e12;
}
.location .office_navi li.on a {
	color: #ba2e12;
	font-family: 'NotoSansMedium' !important;
}
.location .pagination,
.location .arrow_navi {
	display: none;
}
.location .office_title {
	padding-top: 115px;
	height: 270px;
	background-size: cover !important;
	text-align: center; 
	box-sizing: border-box;
}
.location .office_singapore {
	padding-top: 115px;
	height: 270px;
	background: url('/ko/images/common/pc/img_singapore.jpg') no-repeat 50% 50%;
	background-size: cover;
	text-align: center; 
	box-sizing: border-box;
}
.location .office_seoul {
	background: url('/ko/images/common/pc/img_seoul_on.jpg') no-repeat 50% 50%;
}
.location .office_hanoi {
	background: url('../images/common/pc/img_hanoi.jpg') no-repeat 50% 50%;
}
.location .office_hongkong {
	background: url('/ko/images/common/pc/img_hongkong_on.jpg') no-repeat 50% 50%;
}
.location .office_hochiminh {
	background: url('/ko/images/common/pc/img_hochiminh_on.jpg') no-repeat 50% 50%;
}
.location .office_jakarta {
    background: url('/ko/images/common/pc/img_jakarta.jpg') no-repeat 50% 50%;
}
.location .office_singapore strong, 
.location .office_singapore span, 
.location .office_title strong, 
.location .office_title span {
	display: block; 
	color: #fff;
	font-size: 38px;
	font-family: 'NotoSansMedium' !important;
	font-weight: normal;
}
.location .office_singapore span, 
.location .office_title span {
	font-size: 20px;
	font-family: 'NotoSansDemiLight' !important;
}
.location .office_top {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
}
.location .office_top li {
  margin: 0;
  padding: 0;
  width: 10%;
  text-align: center;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  height: 270px;
  box-sizing: border-box;
}
.location .office_top li a {
  display: block;
  position: relative;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  height: 100%;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  font-family: 'NotoSansMedium' !important;
}
.location .office_top li:first-child a {
  position: absolute;
  top: 0;
  right: -71px;
  width: calc(100% + 71px);
  padding-top: 115px;
  text-align: right;
  z-index: 10;
}
.location .office_top li:first-child a:after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  margin-top: 9px;
}
.location .office_top li:nth-child(2) {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 90px;
}
.location .office_top li:nth-child(2) a {
  font-size: 38px;
  border-bottom: none;
}
.location .office_top li:nth-child(2) a span {
  display: block;
  font-size: 20px;
  font-family: 'NotoSansDemiLight' !important;
}
.location .office_top li:last-child a {
  width: calc(100% + 71px);
  position: absolute;
  top: 0;
  left: -71px;
  z-index: 10;
  text-align: left;
  padding-top: 115px;
}
.location .office_top li:last-child a:after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  margin-top: 9px;
}
.location .office_top li.hongkong {
  background: url('../images/common/pc/img_hongkong2.jpg') no-repeat 0 0;
}
.location .office_top li.hongkong.on {
  background: url('../images/common/pc/img_hongkong_on.jpg') no-repeat 0 0;
  background-size: cover;
}
.location .office_top li.seoul {
  background: url('../images/common/pc/img_seoul2.jpg') no-repeat 0 0;
}
.location .office_top li.seoul.on {
  background: url('../images/common/pc/img_seoul_on.jpg') no-repeat 0 0;
  background-size: cover;
}
.location .office_top li.hochiminh {
  background: url('../images/common/pc/img_hochiminh2.jpg') no-repeat center top;
}
.location .office_top li.hochiminh.on {
  background: url('../images/common/pc/img_hochiminh_on.jpg') no-repeat 0 0;
  background-size: cover;
}
.location .office_cont .office_tab {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 75px;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
.location .office_cont .office_tab li {
  width: calc(100%/8);
  text-align: center;
}
.location .office_cont .office_tab li a {
  display: block;
  font-size: 16px;
  color: #222;
  font-weight: normal;
  height: 50px;
  box-sizing: border-box;
}
.location .office_cont .office_tab li a span {
  display: block;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  margin-top: 3px;
}
.location .office_cont .office_tab li.on {
  border-bottom: 3px solid #ba2e12;
}
.location .office_cont .office_tab li.on a {
  color: #ba2e12;
  font-family: 'NotoSansMedium' !important;
}
.location .office_cont .office_tab li.on a span {
  font-family: 'NotoSansDemiLight' !important;
}
.location .office_cont .office_container .office_section {
  display: none;
}
.location .office_cont .office_container .office_section .bg_box {
  background: #f2f2f2;
  width: 100%;
}
.location .office_cont .office_container .office_section .location_info {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
/* 구성원관련 추가 */
.location .related_p_info {
  display: flex;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding-left: 10px;
  padding-top: 45px;
  box-sizing: border-box;
}
.location .related_p_info .field_lawyer {
  width: 100%;
}
/*.location .related_p_info .field_lawyer .lawyer_slide .bx-wrapper {*/
/*  max-width: 100% !important;*/
/*}*/
.location .related_p_info .lawyer_slide ul.lawyer_profile li{
  padding-left: 2px;
}
.location .related_p_info .field_lawyer .slide_control{
  right: unset;
  left: 11.5rem;
  top: -3.5rem;
}
/*.location .related_p_info .slide_control {*/
/*  display: none;*/
/*}*/
.office_section .location_info .member_more_view {
	padding: 40px 0 0 0;
	background: transparent;
	text-align: left; 
}
.office_section .location_info .member_more_view.pt0 {
	padding-top: 0;
}
.office_section .location_info .member_more_view.pt25 {
  padding-top: 25px;
}
.office_section .location_info .member_more_view.hochiminh {
	padding-top: 20px; 
}
.office_section .location_info .member_more_view a {
	width: 275px; 
	margin-bottom: 0;
}
/* //구성원관련 추가 */
.location .office_cont .office_container .office_section .location_info .google_wrap {
  display: inline-block;
  max-width: 950px;
  width: 70%;
  height: 100%;
  min-height: 460px;
}
.location .office_cont .office_container .office_section .location_info .google_wrap .gm-style .gm-style-iw-c {
  left: 78px;
  color: #bf2113;
  font-weight: inherit;
}
.location .office_cont .office_container .office_section .location_info img {
  max-width: 950px;
  width: 70%;
}
.location .office_cont .office_container .office_section .location_info .info_text {
  max-width: 410px;
  width: 30%;
  margin-left: 60px;
  height: 100%;
}
.location .office_cont .office_container .office_section .location_info .info_text .title {
  font-size: 30px;
  color: #222;
  font-weight: normal;
}
.location .office_cont .office_container .office_section .location_info .info_text .map_text {
  position: relative;
  padding-left: 27px;
  font-size: 18px;
  color: #222;
  font-weight: normal;
}
.location .office_cont .office_container .office_section .location_info .info_text .map_text span {
  display: block;
  font-size: 16px;
  color: #666;
  font-weight: normal;
  margin-top: 8px;
}
.location .office_cont .office_container .office_section .location_info .info_text .map_text:before {
  display: block;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat 0 -250px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  width: 16px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}
.location .office_cont .office_container .office_section .location_info .info_text dl {
  margin: 0;
  padding: 0;
  padding-top: 39px;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
.location .office_cont .office_container .office_section .location_info .info_text dl.pt25 {
	padding-top: 25px;
}
.location .office_cont .office_container .office_section .location_info .info_text dl dt {
  width: 21px;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  color: #222;
}
.location .office_cont .office_container .office_section .location_info .info_text dl dd {
  width: calc(100% - 21px);
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  position: relative;
  font-size: 1.1666rem;
}
.location .office_cont .office_container .office_section .location_info .info_text dl dd a {
  color: #666;
}
.location .office_cont .office_container .office_section .location_info .info_text dl dd span.tel:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 10;
  background: #fff;
  opacity: 0;
}
.location .office_cont .office_container .office_section .location_info .info_text .btn_center_box {
  text-align: left;
  padding-top: 25px;
}
.location .office_cont .office_container .office_section .location_info .info_text .btn_center_box a {
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  height: 50px;
  box-sizing: border-box;
  line-height: 3.58;
  font-size: 14px;
  color: #222;
  font-weight: normal;
  margin-right: 10px;
  padding: 0 30px 0 55px;
  margin-top: 10px;
}
.location .office_cont .office_container .office_section .location_info .info_text .btn_center_box a.naver:before {
  display: block;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat -30px -251px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 17px;
  left: 28px;
}
.location .office_cont .office_container .office_section .location_info .info_text .btn_center_box a.google:before {
  display: block;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat -60px -249px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  width: 18px;
  height: 22px;
  position: absolute;
  top: 15px;
  left: 28px;
}
.location .office_cont .office_container .office_section .location_info .info_text .btn_center_box a.print {
  font-family: "NotoSansDemiLight" !important;
  text-indent: -9999px;
  font-size: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  padding: 0;
  border-radius: 32px;
  vertical-align: middle;
  border: 2px solid #ba2e12;
  margin-right: 0;
}
.location .office_cont .office_container .office_section .location_info .info_text .btn_center_box a.print:before {
  display: block;
  content: '';
  background: url(../images/common/pc/img_sprite.png) no-repeat -208.3333px -133.33333px;
  background-size: 500px 500px;
  width: 24px;
  height: 26px;
  margin: 11.6666px auto 0 auto;
}
.location .office_cont .office_container .office_section .location_info .info_text .btn_center_box a.print:hover {
  background: #ba3c23;
}
.location .office_cont .office_container .office_section .location_info .info_text .btn_center_box a.print:hover:before {
  background-position: -208.3333px -175px;
}
.location .office_cont .office_container .office_section .location_info .info_text .btn_center_box a.share {
  text-indent: -9999px;
  font-size: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  padding: 0;
  border-radius: 32px;
  vertical-align: middle;
  border: 2px solid #ba2e12;
  margin-right: 5px;
}
.location .office_cont .office_container .office_section .location_info .info_text .btn_center_box a.share:before {
  display: block;
  content: '';
  background: url(../images/common/pc/img_sprite.png) no-repeat -275px -133px;
  background-size: 500px 500px;
  width: 22px;
  height: 26px;
  margin: 11.6666px auto 0 auto;
}
.location .office_cont .office_container .office_section .location_info .info_text .btn_center_box a.share:hover {
  background: #ba3c23;
}
.location .office_cont .office_container .office_section .location_info .info_text .btn_center_box a.share:hover:before {
  background-position: -275px -175px;
}
.location .office_cont .office_container .office_section .location_traffic {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.location .office_cont .office_container .office_section .location_traffic dl {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 18px;
  padding-bottom: 34px;
}
.location .office_cont .office_container .office_section .location_traffic dl dt {
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #222;
  font-weight: normal;
  font-family: 'NotoSansMedium' !important;
  max-width: 289px;
  width: 25%;
}
.location .office_cont .office_container .office_section .location_traffic dl dd {
  width: 75%;
  margin: 0;
  padding: 0;
}
.location .office_cont .office_container .office_section .location_traffic dl dd ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.location .office_cont .office_container .office_section .location_traffic dl dd ul li {
  margin-bottom: 6px;
  font-size: 15px;
  color: #666;
  font-weight: normal;
}
.location .office_cont .office_container .office_section .location_traffic dl dd ul li span {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 1px;
  height: 21px;
  padding-top: 3px;
  border-radius: 12px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  margin-right: 11px;
}
.location .office_cont .office_container .office_section .location_traffic dl dd ul li:last-of-type {
  margin-bottom: 0;
}
.location .office_cont .office_container .office_section .location_traffic dl dd.subway span {
  width: 24px;
}
.location .office_cont .office_container .office_section .location_traffic dl dd.subway span.s1 {
  background: #2a4fad;
}
.location .office_cont .office_container .office_section .location_traffic dl dd.subway span.s2 {
  background: #0c893f;
}
.location .office_cont .office_container .office_section .location_traffic dl dd.subway span.s3 {
  background: #f66e00;
}
.location .office_cont .office_container .office_section .location_traffic dl dd.subway span.s5 {
  background: #8638e3;
}
.location .office_cont .office_container .office_section .location_traffic dl dd.bus span {
  width: 50px;
}
.location .office_cont .office_container .office_section .location_traffic dl dd.bus span.bs {
  background: #79b0e1;
}
.location .office_cont .office_container .office_section .location_traffic dl dd.bus span.bb {
  background: #405db6;
}
.location .office_cont .office_container .office_section .location_traffic dl dd.bus span.bg {
  background: #5aa228;
}
.location .office_cont .office_container .office_section .location_traffic dl dd.bus span.br {
  background: #d5080d;
}
.location .office_cont .office_container .office_section .location_traffic dl dd.car li {
  margin-bottom: 35px;
  line-height: 1.625;
}
.location .office_cont .office_container .office_section .location_traffic dl dd.car span {
  line-height: 1.625;
  text-align: left;
  color: #666;
  font-size: 15px;
  display: inline;
}
.location .office_cont .office_container .office_section .location_traffic dl dd.car span.bold {
  display: block;
  font-family: 'NotoSansMedium' !important;
  font-size: 16px;
  color: #222;
  font-weight: normal;
  margin-bottom: 8px;
}
.location .office_cont .office_container .office_section .location_traffic dl dd.car span.arrow {
  display: inline-block;
  background: url('../images/common/pc/img_sprite.png') no-repeat -90px -249px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  width: 7px;
  height: 12px;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 4px;
}
.location .office_cont .office_container .office_section .location_traffic dl:last-child {
  border-bottom: none;
}
.location .office_cont .office_container .office_section.on {
  display: block;
}
.office .visual_area {
  padding-top: 118px;
}
.office .visual_area .page_tab {
  position: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  border-bottom: 1px solid rgba(230, 230, 230, 0.3);
  height: 65px;
  box-sizing: border-box;
  z-index: 13;
}
.office .visual_area .page_tab li {
  width: 137px;
  margin: 0 6px;
  text-align: center;
}
.office .visual_area .page_tab li a {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  height: 65px;
  box-sizing: border-box;
  padding-top: 22px;
  letter-spacing: -0.04em;
}
/* s:20200309 영어만 수정 */
.office .visual_area .page_tab li:nth-of-type(3) a.on {
  letter-spacing: -0.05em;
}
/* e:20200309 영어만 수정 */

.office .visual_area .page_tab li a.on {
  font-family: 'NotoSansMedium' !important;
  border-bottom: 3px solid #fff;
}
.office .visual_area .page_tab li a.type02 {
  color: #fff !important;
}
.office .visual_area .page_tab li a.type02.on {
  color: #fff !important;
  border-bottom: 3px solid #fff !important;
}
.office .visual_area .big_text {
  font-family: 'NotoSansMedium' !important;
  font-size: 52px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0;
  text-align: center;
}
.office .visual_area .big_text span {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  /* letter-spacing: -0.04em; */
}
.office .visual_area .big_text:after {
  display: block;
  content: '';
  width: 3px;
  height: 30px;
  background: #fff;
  margin: 20px auto 0 auto;
}
.office .visual_area .small_text {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 1.625;
  text-align: center;
  margin-top: 40px;
}
.office .visual_area.introduce {
  background: #fff;
}
.office .visual_area.introduce .big_text {
  font-family: 'LatoBold' !important;
  font-size: 38px;
  color: #222;
  padding-top: 126px;
}
.office .visual_area.introduce .big_text:after {
  background: #ba2e12;
}
.office .visual_area.introduce .small_text {
  font-size: 18px;
  color: #666;
  margin: 16px 0 54px;
}
.office .visual_area.introduce .page_tab li a {
  color: #222;
}
.office .visual_area.introduce .page_tab li a.on {
  color: #ba2e12;
  border-bottom: 3px solid #ba2e12;
}
.office .visual_area.introduce + .content.bg {
  height: 1100px;
}
/* 글로벌 역량 메뉴 */
.office .visual_area.global {
  background: #fff;
}
.office .visual_area.global .big_text {
  font-family: "LatoBold" !important;
  font-size: 38px;
  color: #222;
  padding-top: 126px;
}
.office .visual_area.global .big_text:after {
  background: #ba2e12;
}
.office .visual_area.global .small_text {
  font-size: 18px;
  color: #666;
  margin: 16px 0 0;
  padding-bottom: 54px;
}
.office .visual_area.global .page_tab li a {
  color: #222;
}
.office .visual_area.global .page_tab li a.on {
  color: #ba2e12;
  border-bottom: 3px solid #ba2e12;
}
/* 다양성 메뉴 */
.office .visual_area.diversity {
  background: #fff;
}
.office .visual_area.diversity .big_text {
  font-family: "LatoBold" !important;
  font-size: 38px;
  color: #222;
  padding-top: 126px;
}
.office .visual_area.diversity .big_text:after {
  background: #ba2e12;
}
.office .visual_area.diversity .small_text {
  font-size: 18px;
  color: #666;
  margin: 16px 0 0;
  padding-bottom: 54px;
}
.office .visual_area.diversity .page_tab li a {
  color: #222;
}
.office .visual_area.diversity .page_tab li a.on {
  color: #ba2e12;
  border-bottom: 3px solid #ba2e12;
}

.office .visual_area.contribution {
  background: url('../images/common/pc/bg_office_contribution.jpg') no-repeat center top;
  background-size: cover;
  width: 100%;
}
.office .visual_area.contribution .big_text {
  font-family: "LatoBold" !important;
  padding-top: 126px;
  font-size: 38px;
}
.office .visual_area.contribution .big_text span {
  font-family: "NotoSansDemiLight" !important;
}
.office .visual_area.contribution .small_text {
  max-width: 1140px;
  margin: 40px auto 0;
}
.office .visual_area .contribution_list {
  padding: 120px 0 131px 0;
}
.office .visual_area .contribution_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  justify-content: space-between;
  max-width: 1140px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.office .visual_area .contribution_list ul li {
  margin: 0;
  padding: 0;
  width: 19%;
  max-height: 220px;
  border: 1px solid #999898;
  box-sizing: border-box;
}
.office .visual_area .contribution_list ul li a {
  display: block;
  width: 100%;
  padding: 48px 0 34px 0;
}
.office .visual_area .contribution_list ul li a span {
  display: block;
  color: #fff;
  line-height: 1.2;
}
.office .visual_area .contribution_list ul li a span.title {
  font-size: 20px;
}
.office .visual_area .contribution_list ul li a span.desc {
  font-family: 'NotoSansLight' !important;
  margin-top: 8px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  font-size: 16px;
}
.office .visual_area .contribution_list ul li a span.img {
  display: block;
  width: 63px;
  height: 85px;
  margin: 0 auto;
  background: url('../images/common/pc/img_office_contribution.png') no-repeat 0 0;
}
.office .visual_area .contribution_list ul li + li {
  margin-left: 1.25%;
}
.office .visual_area .contribution_list ul li + li a span.img {
  background-position: -360px 0;
}
.office .visual_area .contribution_list ul li + li + li a span.img {
  background-position: -90px 0;
}
.office .visual_area .contribution_list ul li + li + li + li a span.img {
  background-position: -270px 0;
}
.office .visual_area .contribution_list ul li + li + li + li + li a span.img {
  background-position: -180px 0;
  width: 65px;
}

/* 20191224 :s */
.office .visual_area.innovation {
  width: 100%;
  background: url('../images/common/pc/bg_innovation.jpg') no-repeat center top;
  background-size: cover;
  
}

.office .visual_area.innovation .text_box {
  padding-top: 126px;
  text-align: center;
}

.office .visual_area.innovation .text_box h2 {
  font-size: 38px;
  color: #fff;
  font-weight: normal;
  font-family: 'LatoBold' !important;
  padding: 0;
  max-width: 1240px;
  margin: 0 auto;
  width: 96%;
  letter-spacing: 0;
}
.office .visual_area.innovation .text_box h2 span {
  font-family: "NotoSansDemiLight" !important;
  display: block;
  font-size: 20px;
  margin-top: 20px;
  /* letter-spacing: -0.04em; */
}
.office .visual_area.innovation .text_box h2:after {
  display: block;
  content: '';
  width: 3px;
  height: 30px;
  background: #fff;
  margin: 20px auto 0 auto;
}


.office .visual_area.innovation .text_box .big_text {
  position: relative;
  padding-top: 126px;
  font-family: "LatoBold" !important;  
  font-size: 38px;
}

.office .visual_area.innovation .text_box .small_text {
  display: inline-block;
  padding: 30px 0;

}
.office .visual_area.innovation .center {  
  padding-top: 100px;
  text-align: center;
}


.office .visual_area.innovation .center .big_text {
  position: relative;
  display: inline-block;
  padding-top: 0;
  font-size: 23px;
  font-family: 'NotoSerif' !important;
  font-style: italic;
}

.office .visual_area.innovation .center .big_text span {
  display: none;
}
.office .visual_area.innovation .center .big_text:before {
  content:"";
  position: absolute;
  top: -40px;
  left: -70px;
  display: block;
  width: 56px;
  height: 46px;
  background: url('../images/common/pc/quot1.png') no-repeat center;
  background-size: cover;
}
.office .visual_area.innovation .center .big_text:after {
  content:"";
  position: absolute;
  bottom: -30px;
  right: -70px;
  display: block;
  width: 57px;
  height: 46px;
  background: url('../images/common/pc/quot2.png') no-repeat center;
  background-size: cover;
}
.office .visual_area.innovation .center .small_text {
  margin-top: 5px;
  font-family: 'NotoSerif' !important;
  font-size: 20px;
}
.office .visual_area .innovation_list ul {
  padding: 190px 0 130px;
  list-style-type: none;  
  max-width: 1240px;
  box-sizing: border-box;  
  margin: 0 auto;
}
.office .visual_area .innovation_list ul:after {
  content:"";
  display: block;
  clear: both;
}
.office .visual_area .innovation_list ul li {
  position: relative;
  display: block;
  float: left;
  margin-left:5%;
  padding-left: 50px;
  width: 30%;
  color: #fff;
  box-sizing: border-box;
}
.office .visual_area .innovation_list ul li:first-child {
  margin-left: 0;
}
.office .visual_area .innovation_list ul li:after {
  content:"";
  display: block;
  position: absolute;
  /* left: 50px;
  top: -53px; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%);
}
.office .visual_area .innovation_list ul li:nth-child(1):after {
  right: 22px;
  top: -75px;
  width: 79px;
  height: 110px;
  background-image: url('../images/common/pc/innovation_list_bg01.png');
}
.office .visual_area .innovation_list ul li:nth-child(2):after {
  right: 20px;
  top: -72px;
  width: 80px;
  height: 110px;
  background-image: url('../images/common/pc/innovation_list_bg02.png');
}
.office .visual_area .innovation_list ul li:nth-child(3):after {
  right: -12px;
  top: -75px;
  width: 90px;
  height: 110px;
  background-image: url('../images/common/pc/innovation_list_bg03.png');
}
.office .visual_area .innovation_list ul li p {
  margin: 0 0 15px 0;
  font-family: 'NotoSansMedium' !important;
  font-size: 20px;
  text-align: center;
}
.office .visual_area .innovation_list ul li span {
  display: block;
  font-family: 'NotoSansLight' !important;
  line-height: 1.5;
  letter-spacing: -0.1px;
  word-break: keep-all;
  text-align:left;
}
/* 20191224 :e */

/* 20200108 :s */
.office .visual_area.diversity .big_text {font-size: 38px;}
.office .visual_area.diversity .small_text {font-size: 18px;margin: 16px 0 0;padding-bottom: 54px;}
/* .office .visual_area.diversity .text_box {padding-top:126px;background: url(../images/common/pc/diversity_topbg.png) no-repeat center center;background-size: cover;} */
/* .container.office.bg-gray {background: #f5f5f5;} */
/* .office .diversity_cnt {margin: 30px 0;} */
.office .diversity_cnt .inner {position: relative;max-width: 1140px;margin: auto;}
.office .diversity_cnt .inner:after {content:"";display: block;clear: both;}
.office .diversity_cnt .inner > div:nth-child(1) {float: left;}
.office .diversity_cnt .inner > div:nth-child(2) {float: right;}
.office .diversity_cnt .cnt_box {padding: 60px 0;} 
.office .diversity_cnt .cnt_box.left_box {background-color: #f0f0f0;}
.office .diversity_cnt .cnt_box.right_box {background-color: #fff;}
.office .diversity_cnt .cnt_box .img_box {width: 35%;}
.office .diversity_cnt .cnt_box .text_box {width: 59%;position: absolute;top: 50%;right: 0;transform: translateY(-50%);}
.office .diversity_cnt .cnt_box.right_box .text_box {left: 0;right: inherit;text-align: right;}
.office .diversity_cnt .cnt_box .text_box p {position: relative;margin: 0 0 60px 0;font-size: 26px;font-family: 'NotoSansMedium' !important;}
.office .diversity_cnt .cnt_box .text_box p:after {position: absolute;left: -100px;bottom: -30px;content:"";display: block;clear: both;width: 140px;height: 2px;background-color: #313131;}
.office .diversity_cnt .cnt_box.right_box .text_box p:after {right: -100px;left:inherit;}
.office .diversity_cnt .cnt_box .text_box span {color: #666;line-height: 1.5;word-break: keep-all;}
.office .diversity_cnt .cnt_box a {display: block;width: 190px;margin-top: 40px;padding: 15px 0;color:#fff;font-size: 14px;text-align: center;background-color: #a2a81d;}
.office .diversity_cnt .link {margin: 60px auto 70px;}
.office .diversity_cnt .link:after {content:"";display: block;clear: both;}
.office .diversity_cnt .link > div {width: 49%;}
.office .diversity_cnt .link > div:nth-child(1) {float: left;display:none}
.office .diversity_cnt .link > div:nth-child(2) {/*float: right;*/float:left;}
.office .diversity_cnt .link a {position: relative;display: block;padding: 20px 30px;color: #000; font-weight: bold;border: 1px solid #dedede;box-sizing: border-box;transition:all ease 0.3s;background:#fff;}
.office .diversity_cnt .link a:after {position: absolute;right: 30px;top: 50%;content:"";display: block;clear: both;width: 7px;height: 11px;background: url(../images/common/pc/link_arrow.png) no-repeat;transform:translateY(-50%);}
.office .diversity_cnt .link a em {margin-left: 5px;color:#929292;font-weight: bold;font-style: normal;}
.office .diversity_cnt .link a:hover {color: #b22c04;border-color: #b22c04;}
.office .diversity_cnt .link a:hover:after {background: url(../images/common/pc/link_arrow_on.png) no-repeat;}
.office .diversity_cnt .link a:hover em {color: #b22c04;}
/* 20200108 :e */

.office .content {
  position: relative;
}
.office .content .top_text_area {
  max-width: 1030px;
  width: 96%;
  margin: 25px auto 0 auto;
  position: relative;
  font-family: 'Lato' !important;
  font-size: 70px;
  color: rgba(212, 212, 212, 0.5);
  font-weight: bold;
  line-height: 1.143;
  text-align: right;
}
.office .content .top_text_area span {
  display: block;
  font-size: 18px;
  color: #222;
  font-family: 'NotoSansDemiLight' !important;
  font-weight: normal;
  margin-bottom: 25px;
}
.office .content ul.cont_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto 0 auto;
}
.office .content ul.cont_list.mobile {
  display: none;
}
.office .content ul.cont_list li {
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 5px 7px 20px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  margin-left: 0.5645%;
  height: 276px;
  float: left;
}
.office .content ul.cont_list li.first {
  margin-left: 0;
}
.office .content ul.cont_list li a {
  display: block;
  height: inherit;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding-top: 50px;
}
.office .content ul.cont_list li a .title {
  margin-left: 9px;
  font-size: 90px;
  color: #ba2e12;
  font-weight: bold;
  font-family: 'Lato' !important;
  letter-spacing: -0.04em;
  display: block;
}
.office .content ul.cont_list li a .title span {
  font-family: 'NotoSansMedium' !important;
  font-size: 16px;
  letter-spacing: 0;
}
.office .content ul.cont_list li a .title strong {
  font-family: "LatoBold" !important;
}
.office .content ul.cont_list li a .title.img_title {
  font-size: 67px;
  margin-bottom: 25px;
}
.office .content ul.cont_list li a .title.img_title img {
  vertical-align: bottom;
}
.office .content ul.cont_list li a .title.img_title span {
  vertical-align: bottom;
}
.office .content ul.cont_list li a .text {
  position: absolute;
  bottom: 40px;
  left: 0;
  margin-left: 39px;
  font-size: 20px;
  color: #222;
  font-weight: normal;
  font-family: 'NotoSansMedium' !important;
}
.office .content ul.cont_list li a .text span {
  color: #666;
  display: block;
  font-family: 'NotoSansDemiLight' !important;
  font-size: 15px;
  margin-top: 11px;
  line-height: 1.5;
}
.office .content ul.cont_list li a .svgContainer {
  width: 78%;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -39.5%;
  height: 40%;
}
.office .content ul.cont_list li.wide.bg1 {
  background: rgba(255, 255, 255, 0.95) url('../images/common/pc/bg_office_list01.jpg') no-repeat right 0;
}
.office .content ul.cont_list li.wide.bg1 a {
  padding-top: 17px;
}
.office .content ul.cont_list li.wide.bg1 a .title {
  margin-left: 39px;
}
.office .content ul.cont_list li.wide.bg2 {
  background: rgba(255, 255, 255, 0.95) url('../images/common/pc/bg_office_list02.png') no-repeat 94% 36px;
}
.office .content ul.cont_list li.wide.bg2 a {
  padding-top: 30px;
}
.office .content ul.cont_list li.wide.bg2 a .title {
  margin-left: 39px;
}
.office .content ul.cont_list li.wide.bg3 {
  background: rgba(255, 255, 255, 0.95) url('../images/common/pc/bg_office_list03.jpg') no-repeat 0 bottom;
  background-size: contain;
}
.office .content ul.cont_list li.wide.bg3 a .title span {
  margin-left: 12px;
}
.office .content ul.cont_list li.wide.bg4 {
  background: rgba(255, 255, 255, 0.95) url('../images/common/pc/bg_office_list04.jpg') no-repeat 50% 0;
}
.office .content ul.cont_list li.wide.bg4 a .title span {
  margin-left: 5px;
}
.office .content ul.cont_list li.center a {
  padding-top: 37px;
  padding-left: 0;
}
.office .content ul.cont_list li.center a .img {
  display: block;
  margin-bottom: 25px;
}
.office .content ul.cont_list li.center a .text {
  margin: 14px auto 0;
  padding-top: 30px;
  position: relative;
  bottom: auto;
  border-top: 1px solid #e6e6e6;
  width: 83%;
}
.office .content ul.cont_list li.center a .text.no_line {
  border-top: 0;
  padding-top: 14px;
}
.office .content ul.cont_list li.center a.d1500 {
  padding-top: 0;
}
.office .content ul.cont_list li.center a.d1500 .text {
  margin: 0 auto;
  position: absolute;
  top: 52%;
  left: 50%;
  margin-left: -41.5%;
}
.office .content ul.cont_list li.transparent {
  width: 15.322%;
  background: none;
  border: none;
  box-sizing: border-box;
}
.office .content ul.cont_list li.transparent a {
  background: rgba(86, 86, 86, 0.3);
  border: 1px solid #b8c6d0;
  box-sizing: border-box;
  width: inherit;
  padding-top: 0;
  display: table-cell;
  vertical-align: middle;
  animation-name: badgeAni2;
  -ms-animation-name: badgeAni2;
  -webkit-animation-name: badgeAni2;
  -moz-animation-name: badgeAni2;
  animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
}
@keyframes badgeAni2 {
  0 {
    transform: scaleX(-1);
  }
  65% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.office .content ul.cont_list li.transparent a .title {
  font-size: 16px;
  color: #fff;
  margin-left: 0;
  line-height: 1.7;
  font-family: 'NotoSansDemiLight' !important;
  font-weight: normal;
  margin-bottom: 32px;
}
.office .content ul.cont_list li.transparent a .title:after {
  content: '';
  display: block;
  width: 2px;
  height: 17px;
  background: #fff;
  margin: 10px auto 0;
}
.office .content ul.cont_list li.transparent a .title .img_badge {
  margin: 0 auto;
  width: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  height: 0;
  opacity: 1;
}
.office .content ul.cont_list li.transparent a .title .img_badge img {
  height: 80px;
}
.office .content ul.cont_list li.transparent a .text {
  border-top: none !important;
  margin: 15px auto 0 !important;
  padding-top: 0 !important;
}
.office .content ul.cont_list li.transparent a .text span {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  margin-top: 0;
}
/*.office .content ul.cont_list li.transparent a:hover a {
  animation-name: badgeAni;
  -ms-animation-name: badgeAni;
  -webkit-animation-name: badgeAni;
  -moz-animation-name: badgeAni;
  animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}
@keyframes badgeAni {
  0 {
    transform: scaleX(-1);
  }
  65% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.office .content ul.cont_list li.transparent a:hover a .title {
  font-size: 0;
  line-height: 0;
}
.office .content ul.cont_list li.transparent a:hover a .title:after {
  content: '';
  width: 0;
  height: 0;
}
.office .content ul.cont_list li.transparent a:hover a .title .img_badge {
  width: 50%;
  filter: alpha(opacity=100);
  opacity: 1;
  height: 100%;
}
.office .content ul.cont_list li.transparent a:hover a .text {
  margin: 0 auto !important;
}*/
.office .content ul.cont_list li.transparent.flip:hover a {
  animation-name: badgeAni;
  -ms-animation-name: badgeAni;
  -webkit-animation-name: badgeAni;
  -moz-animation-name: badgeAni;
  animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}
@keyframes badgeAni {
  0 {
    transform: scaleX(-1);
  }
  65% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.office .content ul.cont_list li.transparent.flip:hover a .title {
  font-size: 0;
  line-height: 0;
}
.office .content ul.cont_list li.transparent.flip:hover a .title:after {
  content: '';
  width: 0;
  height: 0;
}
.office .content ul.cont_list li.transparent.flip:hover a .title .img_badge {
  width: 50%;
  filter: alpha(opacity=100);
  opacity: 1;
  height: 100%;
}
.office .content ul.cont_list li.transparent.flip:hover a .text {
  margin: 0 auto !important;
}
.office .content ul.cont_list li .normal {
  padding: 71px 40px;
  height: 504px;
  background: url(../images/common/pc/img_office_list00.jpg) no-repeat left top;
}
.office .content ul.cont_list li .normal span {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.office .content .scale_num {
  display: inline-block;
}
.office .content .scale_num.on {
  animation-name: scaleAni;
  animation-duration: 1.5s;
}
@keyframes scaleAni {
  0 {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.office .content.bg {
  background: url('../images/common/pc/bg_office_introduce_02.jpg') no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 1312px;
  box-sizing: border-box;
  padding-top: 100px;
}
.history.visual_area {
  position: relative;
}
.history.visual_area .history_slide {
  position: relative;
  width: 100%;
}
.history.visual_area .history_slide ul.slide {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: flex-start;
}
.history.visual_area .history_slide ul.slide li {
  width: 100%;
}
.history.visual_area .history_slide ul.slide li .content_view {
  padding-top: 126px;
  height: 845px;
  box-sizing: border-box;
  width: 100%;
}
.history.visual_area .history_slide ul.slide li .content_view h2 {
  font-size: 38px;
  color: #fff;
  font-weight: normal;
  font-family: 'LatoBold' !important;
  padding: 0;
  max-width: 1240px;
  margin: 0 auto;
  width: 96%;
  letter-spacing: 0;
}
.history.visual_area .history_slide ul.slide li .content_view h2 span {
  font-family: "NotoSansDemiLight" !important;
  display: block;
  font-size: 20px;
  margin-top: 20px;
  letter-spacing: -0.04em;
}
.history.visual_area .history_slide ul.slide li .content_view h2:after {
  display: block;
  content: '';
  width: 3px;
  height: 30px;
  background: #fff;
  margin: 20px auto 0 auto;
}
.history.visual_area .history_slide ul.slide li .content_view p.txt {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 1.9;
  text-align: center;
  max-width: 1024px;
  width: 80%;
  margin: 40px auto 0;
  letter-spacing: -0.02em;
}
.history.visual_area .history_slide ul.slide li .content_view ul.sequence {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1024px;
  width: 100%;
  margin: 280px auto 0 auto;
  padding-bottom: 60px;
}
.history.visual_area .history_slide ul.slide li .content_view ul.sequence li {
  position: relative;
  width: 49.5%;
  padding-left: 13px;
  box-sizing: border-box;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
  line-height: 1.75;
  margin-bottom: 10px;
}
.history.visual_area .history_slide ul.slide li .content_view ul.sequence li:before {
  display: block;
  content: '';
  width: 3px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 14px;
  left: 0;
}
.history.visual_area .history_slide ul.slide li .content_view ul.sequence li.vacant:before {
  background: none;
}
.history.visual_area .history_slide ul.slide li .content_view ul.sequence li:nth-of-type(2n) {
  margin-left: 0.8%;
}
.history.visual_area .history_slide ul.slide li .content_view ul.sequence.col3 li {
  width: calc(97%/3);
}
.history.visual_area .history_slide ul.slide li .content_view ul.sequence.col3 li + li {
  margin-left: 1.5%;
}
.history.visual_area .history_slide.wayN ul.slide li .content_view ul.sequence{
  display:block;
  column-count: 2;
  column-gap:13px;
}
.history.visual_area .history_slide.wayN ul.slide li .content_view ul.sequence li{
  width:100%;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.history.visual_area .history_slide.wayN ul.slide li .content_view ul.sequence li.break_point{
  margin-bottom:50px;
}
.history.visual_area .history_slide.wayN ul.slide li .content_view ul.sequence li:nth-of-type(2n) {
  margin-left: 0px;
}
.history.visual_area .history_slide.wayN ul.slide li .content_view ul.sequence.col3{
  column-count: 3;
}
.history.visual_area .history_slide.wayN ul.slide li .content_view ul.sequence.col3 li + li{
  margin-left:0px;  
}
.history.visual_area .history_slide ul.slide li .content_view.bg1 {
  background: url('../images/common/pc/bg_history_01.jpg') no-repeat left top;
  background-size: cover;
}
.history.visual_area .history_slide ul.slide li .content_view.bg2 {
  background: url('../images/common/pc/bg_history_02.jpg') no-repeat left top;
  background-size: cover;
}
.history.visual_area .history_slide ul.slide li .content_view.bg3 {
  background: url('../images/common/pc/bg_history_03.jpg') no-repeat left top;
  background-size: cover;
}
.history.visual_area .history_slide ul.slide li .content_view.bg4 {
  background: url('../images/common/pc/bg_history_04.jpg') no-repeat left top;
  background-size: cover;
}
.history.visual_area .history_slide ul.slide li .content_view.bg5 {
  background: url('../images/common/pc/bg_history_05.jpg') no-repeat left top;
  background-size: cover;
}
.history.visual_area .history_slide ul.slide li .content_view.bg6 {
  background: url('../images/common/pc/bg_history_06.jpg') no-repeat left top;
  background-size: cover;
}
.history.visual_area .history_slide ul.slide:after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
}
.history.visual_area .history_slide .slide_control {
  position: absolute;
  top: 265px;
  left: 0;
  width: 100%;
}
.history.visual_area .history_slide .slide_control span {
  margin-left: 50px;
}
.history.visual_area .history_slide .slide_control span a:before {
  background: url('../images/common/pc/img_sprite.png') no-repeat -40px -280px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  width: 31px;
  height: 59px;
}
.history.visual_area .history_slide .slide_control span a.disabled:before {
  background-position: 0 -280px;
}
.history.visual_area .history_slide .slide_control span a.bx-next:before {
  background-position: -80px -280px;
}
.history.visual_area .history_slide .slide_control span a.bx-next.disabled:before {
  background-position: -120px -280px;
}
.history.visual_area .history_slide .slide_control span.btn_next {
  float: right;
  margin-right: 50px;
}
.history.visual_area .history_slide .slide_control:after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
}
.history.visual_area .history_slide .bx-controls {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 450px;
  left: 0;
  width: 100%;
}
.history.visual_area .history_slide .bx-controls .bx-pager {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
}
.history.visual_area .history_slide .bx-controls .bx-pager .bx-pager-item {
  width: calc(100%/6);;
  text-align: center;
  position: relative;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
}
.history.visual_area .history_slide .bx-controls .bx-pager .bx-pager-item a {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
  font-family: 'NotoSansDemiLight' !important;
  margin-bottom: -26px;
  height: 78px;
}
.history.visual_area .history_slide .bx-controls .bx-pager .bx-pager-item a:after {
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  background: #fff;
  margin: 28px auto 0 auto;
}
.history.visual_area .history_slide .bx-controls .bx-pager .bx-pager-item a.active {
  font-size: 38px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0;
}
.history.visual_area .history_slide .bx-controls .bx-pager .bx-pager-item a.active:before {
  display: block;
  content: '';
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -11px;
}
.history.visual_area .history_slide .bx-controls .bx-pager .bx-pager-item a.active:after {
  margin-top: 24px;
}
.history.visual_area .history_slide .bx-controls .bx-pager:before {
  display: block;
  content: '';
  width: 100%;
  max-width: 1024px;
  height: 1px;
  box-sizing: border-box;
  background: #e6e6e6;
  opacity: 0.4;
  position: absolute;
  bottom: 4px;
  left: 50%;
  margin-left: -512px;
}
.global_wrap {
  position: relative;
  /* overflow: hidden; */
  background: url('../images/common/pc/map/n_bg_global_wrap_1920.jpg') no-repeat left top;
  background-size: cover;  
  box-sizing: border-box;
}
.global_wrap .global_map {
  position: relative;
  max-width: 1600px; 
  /* max-width: 1920px;*/
  width: 100%;
  margin: 0 auto;  
  box-sizing: border-box;
}
.global_wrap .global_map .usemap_wrap .map_default{
  position: relative;
  width: 100%;
  height: auto;
  /* max-width: 1600px; */
  z-index: 2;    
}
.global_wrap .global_map .usemap_wrap .hide_img{
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   z-index: 1;   
}
.global_wrap .global_map .usemap_wrap .hide_img img{
  width:100%;
  display:none;
  box-sizing:border-box;	
}
.global_wrap .global_map .usemap_wrap map area{
  outline:none;  
  cursor:pointer;  
}
.global_wrap .global_map a.europe {
  top: 35.5%;
  left: 14%;  
}
.global_wrap .global_map a.mena {
  top: 46.7%;
  left: 18.9%;
}
.global_wrap .global_map a.asia {
  top: 44.5%;
  left: 35%;
}
.global_wrap .global_map a.africa {
  top: 55.9%;
  left: 13.7%;
}
.global_wrap .global_map a.oceania {
  top: 74%;
  left: 41.3%;
}
.global_wrap .global_map a.north_america {
  top: 35.1%;
  left: 69.6%;
}
.global_wrap .global_map a.south_america {
  top: 69.2%;
  left: 82.6%;
}
.global_wrap .global_detail {
  display: none;
  position: relative;
  z-index: 10;
  opacity: 0;
  /* transform: scale(2); */
  width: 100%;  
  max-width: 1920px;
  /* max-width: 1600px; */
  min-width: 1280px;   
  box-sizing:border-box;
}
.global_wrap .global_detail.absolute{
  position:absolute;
  top:0px;
  display:block;
  opacity:0;  
  cursor: not-allowed !important;
  pointer-events: none !important;  
} 
.global_wrap .global_detail.africa{
	max-width:1600px;
}
.global_wrap .global_detail.mena{
	max-width:1600px;
}
.global_wrap .global_detail.oceania{
	max-width:1600px;
}
.global_wrap .global_detail.south_america{
	max-width:1600px;
}
.global_wrap .global_detail > img {
  width: 100%;
  max-width: none;
}
.global_wrap .global_detail .hide_img{
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   z-index: 2;
   cursor: not-allowed !important;
   pointer-events: none !important;
}
.global_wrap .global_detail .hide_img img{
  display:block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;	    
  box-sizing:border-box;
  opacity:0;	
}
.global_wrap .global_detail .hide_img img.selected{  
  opacity:1;  
}
.global_wrap .global_detail .hide_img img.hover{  
  opacity:1;  
}
.global_wrap .global_detail .usemap_wrap .map_default{
  position: relative;
  width: 100%;
  height: auto;
  /* max-width: 1600px; */
  z-index: 2;     
}
.global_wrap .global_detail .usemap_wrap map area{
  outline:none;    
  cursor:pointer;
}
.global_wrap .global_detail .usemap_wrap map area.position{
  display:none;
  cursor: not-allowed;
  pointer-events: none !important;
}

/* ------------- */
/* Pin Animaiton */
/* ------------- */
.global_wrap .pin_pos{
  position:relative;
  top:0px;
  left:0px;
  width:50px;
  height:100%;
  padding-top: 33px;
  box-sizing: border-box;
  cursor:pointer;  
}
.global_wrap .pin_pos .name_tag{
  display: inline-block;          
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 32px;
  padding: 0px;	    
  vertical-align: top;
  color:#000;
  font-size:15px;
  line-height: 18px;    
  letter-spacing: 0px;
  border-radius:3px;
  box-sizing: border-box;
  cursor:pointer;
  font-family:'LatoSemiBold';
  background:none;  
}
.global_wrap .pin_pos .pin{
  position:absolute;
  top:16px;
  left:calc(50% - 4px);
  width:8px;
  height:8px;  
  background-color: #b53c24;
  border-radius: 50%;      
  margin:0 auto;
}
.global_wrap .pin_pos .pin .bg-circle0{
  position: absolute;
  width:8px;
  height:8px;
  background: rgba(160,160,160,0.3); 
  border-radius: 50%;
  animation: bgScaleAnimation 1.5s ease-in-out infinite;          
}
.global_wrap .global_detail.africa .pin_pos .pin .bg-circle0,
.global_wrap .global_detail.oceania .pin_pos .pin .bg-circle0,
.global_wrap .global_detail.mena .pin_pos .pin .bg-circle0,
.global_wrap .global_detail.south_america .pin_pos .pin .bg-circle0{  
  animation: none;  
  /* transform: scale(3); */
}
.global_wrap .pin_pos .pin .bg-circle1{
  opacity:0;
  position: absolute;
  width:8px;
  height:8px;
  border-radius: 50%;     
  animation: bgScaleAnimation1 1.5s ease-in-out infinite;
}
.global_wrap .pin_pos .pin .bg-circle2{
  opacity:0;
  position: absolute;
  width:8px;
  height:8px;  
  border-radius: 50%;
  animation: bgScaleAnimation2 1.5s ease-in-out infinite;	      
}
/* 대륙별 pin */
.global_wrap .global_map a.btn_land {
  position: absolute;
  text-align:center;   
  z-index:2;
  cursor: not-allowed !important;
  pointer-events: none !important;  
}
/* .global_wrap .global_map a.btn_land .pin_pos{
  padding-top:0px;
  padding-bottom:33px;
} */
.global_wrap .global_map a.btn_land .pin_pos .pin{
  top: unset;
  bottom: 15px;
}
.global_wrap .global_map a.btn_land .pin_pos .name_tag{
  top: auto;
  bottom: 31px;
  font-family:'LatoBold';
  font-size:17px;
  color:#222;
  transition:font-size .3s;
}
/* 나라별 pin */
.global_wrap .global_detail a.btn_region {
  position: absolute;  
  z-index:3;      
  box-sizing:border-box;
  cursor: not-allowed;
  pointer-events: none;  
}
.global_wrap .global_detail.asia a.btn_region .pin_pos .pin {
  position: absolute;  
  z-index:3;      
  box-sizing:border-box;
  cursor: not-allowed;
  pointer-events: none;
}
.global_wrap .global_detail a.btn_region .name_tag{
  font-size: 15px;
  color: #222;
  font-weight: normal;
  white-space:nowrap;
}
.global_wrap .global_detail.asia a.btn_region .name_tag,
.global_wrap .global_detail.europe a.btn_region .name_tag{
  font-size: 13px;  
}
/* Type (1) - under */
.global_wrap .global_detail a.btn_region.type_under {
  border-color:orange;
}
.global_wrap .global_detail a.btn_region.type_under .name_tag{
  top: auto;
  bottom: 23px;
}
.global_wrap .global_detail a.btn_region.type_under .pin_pos{
  padding-top:0px;
  padding-bottom:33px;
}
/* Type (2) - red pin */
.global_wrap .global_detail a.btn_region.type_whitepin.hover .name_tag{
	color:#fff; 
}
.global_wrap .global_detail a.btn_region.type_whitepin.selected .pin_selected{
	background: url('../images/common/pc/map/map_selected_white.png');
	background-repeat:no-repeat;
	background-position:center 0px;    
} 
/* Type (3) - position */
.global_wrap .global_detail a.btn_region.type_position{
	height:60px;
	border-color:skyblue;
	/* cursor: not-allowed;
    pointer-events: none !important; */
}
.global_wrap .global_detail a.btn_region.type_position .pin_pos{
	padding-top:42px;
    background: url(../images/common/pc/map/position.png);
    background-repeat: no-repeat;
    background-position: center 0px;
}
.global_wrap .global_detail a.btn_region.type_position .pin_pos .pin{
	display:none;
}
.global_wrap .global_detail a.btn_region.type_position .pin_pos .pin_selected{
	display:none!important;
}
.global_wrap .global_detail a.btn_region.type_position .pin_pos .name_tag{
	top:38px;
}
.global_wrap .global_detail a.btn_region.type_position.selected .pin_pos{
	background: url(../images/common/pc/map/position_selected.png);
    background-repeat: no-repeat;
    background-position: center 0px;
}
/* Type (4) - black text */
.global_wrap .global_detail a.btn_region.type_black{
	/* border-color:pink; */
}
.global_wrap .global_detail a.btn_region.type_black.hover .name_tag,
.global_wrap .global_detail a.btn_region.type_black.selected .name_tag{
	/* color:#222; */
}
/* random special */
.global_wrap .btn_region:not(.hover).special .pin_pos .pin {
  background-color:#b53c24;   
} 
.global_wrap .btn_region:not(.hover).special .pin_pos .pin .bg-circle0 {
  background:rgba(201, 64, 37, 0.3);  
}
.global_wrap .btn_land:not(.hover).special .pin_pos .pin {
  background-color:#b53c24;
} 
.global_wrap .btn_land:not(.hover).special .pin_pos .pin .bg-circle0 {
  background:rgba(201, 64, 37, 0.3);       
}
/* hover */
.global_wrap .btn_land.hover .pin_pos .bg-circle0,
.global_wrap .btn_region.hover .pin_pos .bg-circle0,
.global_wrap .btn_region.others.hover .pin_pos .pin .bg-circle0{ 
  /* display:none!important; */
  opacity:0;
  background-color:transparent!important;
}
.global_wrap .btn_region.others.hover .pin_pos .pin{ 
  background-color:#b53c24;
}
.global_wrap .btn_land.hover .pin_pos .bg-circle1,
.global_wrap .btn_region.hover .pin_pos .bg-circle1{
  opacity:1;
  background:rgba(201, 64, 37, 0.3);
}
.global_wrap .btn_land.hover .pin_pos .bg-circle2,
.global_wrap .btn_region.hover .pin_pos .bg-circle2{
  opacity:1;
  background:rgba(201, 64, 37, 0.3);
}
.global_wrap .global_map a.btn_land.hover .pin_pos .name_tag{
  /* color:#fff; */
  font-size:19px;
}
.global_wrap .global_detail a.btn_region.hover .name_tag{
  /* color:#fff; */
  font-size:17px;
}
.global_wrap .global_detail.asia a.btn_region.hover .name_tag,
.global_wrap .global_detail.europe a.btn_region.hover .name_tag{  
  font-size:15px;
}
/* selected */
.global_wrap .btn_region .pin_selected{
  display:none;
  position:absolute;
  top:4px;
  width: 100%;
  height: 29px;
  background: url('../images/common/pc/map/map_selected_red.png');
  background-repeat:no-repeat;
  background-position:center 0px;    
}
.global_wrap .global_detail a.btn_region.selected .name_tag{
  font-size:17px;   
}
.global_wrap .global_detail.asia a.btn_region.selected .name_tag,
.global_wrap .global_detail.europe a.btn_region.selected .name_tag{
  font-size:17px;   
}
.global_wrap .global_detail a.btn_region.others .pin{
  background-color: #999999;
}
.global_wrap .global_detail a.btn_region.others .pin .bg-circle0{  
  opacity:0;
  animation: none;
  transform: scale(3);
}
.global_wrap .btn_region.selected .pin_pos .pin{
  display:none;	
}

@keyframes pinScaleAnimation {
  0% {transform: scale(1)}
  100% {transform: scale(1)}
}
@keyframes bgScaleAnimation {
  0% {transform: scale(1); opacity:0;}
  20% {opacity:0;}
  21% {opacity:0.1;}
  35% {opacity:0.8;} 
  50% {transform: scale(3); opacity:1;}
  65% {opacity:0.8;}
  79% {opacity:0.1;}
  80% {opacity:0;} 
  100% {transform: scale(1); opacity:0;}
}
@keyframes bgScaleAnimation1 {
  0% {transform: scale(1); opacity:0;}
  50% {transform: scale(2.75); opacity:1;}
  100% {transform: scale(1); opacity:0;}
} 
@keyframes bgScaleAnimation2 {
  0% {transform: scale(1); opacity:0;}
  50% {transform: scale(4.25); opacity:1;}
  100% {transform: scale(1); opacity:0;}
}
.global_wrap .global_detail a.all {
  position: absolute;
  background: #444;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  top: 3.3%;
  right: 620px;
  padding-left: 20px;
  padding-right: 40px;
  line-height: 2.14;
  border-radius: 16px;
  height: 30px;
  z-index:3;  
}
.global_wrap .global_detail a.all:before {
  display: none;
}
.global_wrap .global_detail a.all:after {
  display: block;
  content: '';
  width: 11px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 14px;
  right: 20px;
}
.global_wrap .global_detail a.donotuse {
  cursor: not-allowed;
  pointer-events: none;
}
.global_wrap .global_detail a.donotuse .pin_pos .pin{
  background-color:#999999;
}
.global_wrap .global_detail a.donotuse:before {
  background-position: -299px -280px;
}
.global_wrap .global_detail.africa .btn_region.Algeria {
  top: 12%;
  left: 24%;
}
.global_wrap .global_detail.africa .btn_region.Angola {
  top: 64%;
  left: 32.5%;
}
.global_wrap .global_detail.africa .btn_region.Botswana {
  top: 76%;
  left: 35.9%;
}
.global_wrap .global_detail.africa .btn_region.CotedIvoire {
  top: 42.2%;
  left: 10.1%;
}
.global_wrap .global_detail.africa .btn_region.Egypt {
  top: 14%;
  left: 39%;
}
.global_wrap .global_detail.africa .btn_region.Ghana {
  top: 44.8%;
  left: 14.7%;
}
.global_wrap .global_detail.africa .btn_region.Kenya {
  top: 55%;
  left: 41.8%;
}
.global_wrap .global_detail.africa .btn_region.Libya {
  top: 13%;
  left: 32%;
}
.global_wrap .global_detail.africa .btn_region.Madagascar {
  top: 73%;
  left: 47.6%;
}
.global_wrap .global_detail.africa .btn_region.Mali {
  top: 24.4%;
  left: 22%;
}
.global_wrap .global_detail.africa .btn_region.Mozambique {
  top: 66%;
  left: 42.9%;
}
.global_wrap .global_detail.africa .btn_region.Namibia {
  top: 76%;
  left: 31.5%;
}
.global_wrap .global_detail.africa .btn_region.Niger {
  top: 26%;
  left: 28.5%;
}
.global_wrap .global_detail.africa .btn_region.Nigeria {
  top: 36%;
  left: 26.5%;
}
.global_wrap .global_detail.africa .btn_region.Rwanda {
  top: 52.5%;
  left: 38.8%;
}
.global_wrap .global_detail.asia .btn_region.Cambodia {
  top: 61.5%;
  left: 35.5%;
}
.global_wrap .global_detail.asia .btn_region.China {
  top: 31.5%;
  left: 34.1%;
}
.global_wrap .global_detail.asia .btn_region.HongKong {
  top: 46.7%;
  left: 40.6%;  
}
.global_wrap .global_detail.asia .btn_region.India {
  top: 47%;
  left: 21.2%;
}
.global_wrap .global_detail.asia .btn_region.Jakarta {
  top: 80.4%;
  left: 40%;
}
.global_wrap .global_detail.asia .btn_region.Japan {
  top: 30.2%;
  left: 53.6%; 
}
.global_wrap .global_detail.asia .btn_region.Kazakhstan {
  top: 11%;
  left: 15.1%;  
}
.global_wrap .global_detail.asia .btn_region.Kyrgyzstan {
  top: 22%;
  left: 19.5%;
}
.global_wrap .global_detail.asia .btn_region.Malaysia {
  top: 72%;
  left: 40.4%;
}
/* .global_wrap .global_detail.asia .btn_region.Malaysia:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
} */
.global_wrap .global_detail.asia .btn_region.Myanmar {
  top: 48.1%;
  left: 30.8%;
}
.global_wrap .global_detail.asia .btn_region.Nepal {
  top: 40.5%;
  left: 23.6%; 
}
.global_wrap .global_detail.asia .btn_region.NorthKorea {
  top: 22.2%;
  left: 47.3%;
}
/* .global_wrap .global_detail.asia .btn_region.NorthKorea:before {
  display: none;
}
.global_wrap .global_detail.asia .btn_region.NorthKorea:after {
  display: block;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat -170px -280px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  width: 15px;
  height: 21px;
  margin: 0 auto;
} */
.global_wrap .global_detail.asia .btn_region.Pakistan {
  top: 41%;
  left: 15.1%;
}
.global_wrap .global_detail.asia .btn_region.Philippines {
  top: 56.1%;
  left: 44.3%; 
}
.global_wrap .global_detail.asia .btn_region.Seoul {
  top: 29.8%;
  left: 47%;
}
.global_wrap .global_detail.asia .btn_region.Singapore {
  top: 74%;
  left: 35%;
}
.global_wrap .global_detail.asia .btn_region.SriLanka {
  top: 68%;
  left: 22.7%;
}
.global_wrap .global_detail.asia .btn_region.Taiwan {
  top: 47.4%;
  left: 44.1%;
}
/* .global_wrap .global_detail.asia .btn_region.Taiwan:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
} */
.global_wrap .global_detail.asia .btn_region.Thailand {
  top: 56%;
  left: 33.8%;
}
.global_wrap .global_detail.asia .btn_region.Turkmenistan {
  top: 22%;
  left: 12%;
}
.global_wrap .global_detail.asia .btn_region.Hanoi {
  top: 49%;
  left: 36%;
}
.global_wrap .global_detail.asia .btn_region.Hochiminh {
  top: 62.5%;
  left: 38.2%;
}
.global_wrap .global_detail.asia .btn_region.Turkmenistan {
  top: 24%;
  left: 11%;
}
.global_wrap .global_detail.europe .btn_region.Azerbaijan {
  top: 75.5%;
  left: 53%;
}
.global_wrap .global_detail.europe .btn_region.Belgium {
  top: 53.6%;
  left: 22.5%;
}
.global_wrap .global_detail.europe .btn_region.Bulgaria {
  top: 70%;
  left: 37%;
}
.global_wrap .global_detail.europe .btn_region.Czech {
  top: 56%;
  left: 30%;
}
.global_wrap .global_detail.europe .btn_region.France {
  top: 63%;
  left: 21%;
}
.global_wrap .global_detail.europe .btn_region.Germany {
  top: 53.8%;
  left: 26.3%;  
}
.global_wrap .global_detail.europe .btn_region.Germany:before {
  display: inline-block;
  vertical-align: middle;
  vertical-align: bottom;
}
.global_wrap .global_detail.europe .btn_region.Greece {
  top: 77%;
  left: 35%;
}
.global_wrap .global_detail.europe .btn_region.Iceland {
  top: 18.5%;
  left: 6.5%;
}
.global_wrap .global_detail.europe .btn_region.Ireland {
  top: 47.8%;
  left: 14%;
}
.global_wrap .global_detail.europe .btn_region.Italy {
  top: 69.8%;
  left: 28.8%;
}
.global_wrap .global_detail.europe .btn_region.Norway {
  top: 28.5%;
  left: 26%;
}
.global_wrap .global_detail.europe .btn_region.Poland {
  top:47.5%;
  left:32%;
}
.global_wrap .global_detail.europe .btn_region.Romania {
  top: 63%;
  left: 37%;
}
.global_wrap .global_detail.europe .btn_region.Russia {
  top: 40%;
  left: 48%;
}
.global_wrap .global_detail.europe .btn_region.Slovakia {
  top: 58%;
  left: 33.1%;
}
.global_wrap .global_detail.europe .btn_region.Spain {
  top: 74.5%;
  left: 17%;
}
.global_wrap .global_detail.europe .btn_region.Sweden {
  top: 28.5%;
  left: 30%;
}
.global_wrap .global_detail.europe .btn_region.Switzerland {
  top: 62.5%;
  left: 25.2%;
}
.global_wrap .global_detail.europe .btn_region.TheNetherlands {
  top: 50.5%;
  left: 23.3%;
}
.global_wrap .global_detail.europe .btn_region.Turkey {
  top: 78%;
  left: 44%;
}
.global_wrap .global_detail.europe .btn_region.UK {
  top: 48.5%;
  left: 18.2%;
}
.global_wrap .global_detail.mena .btn_region.Israel {
  top: 35%;
  left: 22%;
}
.global_wrap .global_detail.mena .btn_region.Jordan {
  top: 32%;
  left: 24.5%;
}
.global_wrap .global_detail.mena .btn_region.Kuwait {
  top: 39.8%;
  left: 35.4%;
  /* z-index: 1; */
}
.global_wrap .global_detail.mena .btn_region.Oman {
  top: 57%;
  left: 36.3%;
}
.global_wrap .global_detail.mena .btn_region.Qatar {
  top: 45%;
  left: 33.7%;
}
.global_wrap .global_detail.mena .btn_region.SaudiArabia {
  top: 46%;
  left: 28.5%;
}
.global_wrap .global_detail.mena .btn_region.UAE {
  top: 47.9%;
  left: 36%;
}
.global_wrap .global_detail.mena .btn_region.Yemen {
  top: 62%;
  left: 30%;
}
.global_wrap .global_detail.north_america .btn_region.Canada {
  top: 29%;
  left: 32.5%;
}
.global_wrap .global_detail.north_america .btn_region.USA {
  top: 60%;
  left: 39%;
}
.global_wrap .global_detail.oceania .btn_region.Australia {
  top: 47%;
  left: 30%;
}
.global_wrap .global_detail.oceania .btn_region.NewCaledonia {
  top: 42%;
  left:53%;
}
.global_wrap .global_detail.oceania .btn_region.NewZealand {
  top: 68%;
  left: 49%;
}
.global_wrap .global_detail.oceania .btn_region.Fiji {
  top: 36.2%;
  left: 61.7%;
}
.global_wrap .global_detail.south_america .btn_region.Brazil {
  top: 39%;
  left: 41.5%;
}
.global_wrap .global_detail.south_america .btn_region.Chile {
  top: 50%;
  left: 33.5%;
}
.global_wrap .global_detail.south_america .btn_region.Haiti {
  top: 8.7%;
  left: 30.3%;
}
.global_wrap .global_detail.south_america .btn_region.Mexico {
  top: 2%;
  left: 19.7%;
}
.global_wrap .global_detail.south_america .btn_region.Peru {
  top: 35.4%;
  left: 30.9%;
}
.global_wrap .global_detail.south_america .btn_region.Panama {
  top: 19.7%;
  left: 25.2%;
}
.global_wrap .location_list_mo {
  display: none;
}
.contact_us span.tel {
  position: relative;
  padding-left: 0;
}
.contact_us span.tel:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 10;
  background: #fff;
  opacity: 0;
}
.contact_us .top_area {
  max-width: 1240px;
  margin: 0 auto;
  width: 94%;
  padding-bottom: 80px;
}
.contact_us .top_area ul.box_cont {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 40px 60px 40px 100px;
  background: #f2f2f2;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.contact_us .top_area ul.box_cont li {
  width: 15%;
}
.contact_us .top_area ul.box_cont li span {
  font-size: 20px;
  color: #222;
  font-weight: normal;
  position: relative;
}
.contact_us .top_area ul.box_cont li span a {
  color: #222;
}
.contact_us .top_area ul.box_cont li span:last-child {
  margin-left: 5px;
}
.contact_us .top_area ul.box_cont li span.tel {
  padding-left: 0 !important;
}
.contact_us .top_area ul.box_cont li:first-child span {
  margin-left: 0;
}
.contact_us .top_area ul.box_cont li:first-child span.title {
  font-family: 'NotoSansMedium' !important;
}
.contact_us .top_area ul.box_cont li + li {
  width: 22%;
}
.contact_us .top_area ul.box_cont li + li + li {
  width: 34%;
}
.contact_us .top_area ul.box_cont li + li + li + li {
  width: 33%;
}
.contact_us .top_area ul.box_cont + ul.box_cont {
  padding-top: 0;
  margin-top: -15px;
}
.contact_us .link_area {
  background: url('../images/common/pc/img_contact_bg.jpg') no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed;
}
.contact_us .link_area .inner_cont ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  width: 94%;
  padding: 60px 0 80px 0;
}
.contact_us .link_area .inner_cont ul li {
  width: calc(100%/2 - 10px);
  margin-top: 20px;
  max-height: 202px;
  background: #fff;
  border: 3px solid #fff;
  padding: 35px 37px;
  box-sizing: border-box;
}
.contact_us .link_area .inner_cont ul li .title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #000;
  font-weight: normal;
  font-family: 'NotoSansMedium' !important;
  margin-bottom: 12px;
}
.contact_us .link_area .inner_cont ul li .title span {
  font-size: 16px;
  color: #ba2e12;
  font-weight: normal;
  margin-left: 21px;
}
.contact_us .link_area .inner_cont ul li .text {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  line-height: 1.5;
  word-break: normal;
  padding-bottom: 30px;
}
.contact_us .link_area .inner_cont ul li:hover {
  border: 3px solid #ba2e12;
}
.contact_us .link_area .inner_cont ul li:hover .title {
  color: #ba2e12;
}
.contact_us .link_area .inner_cont ul li:hover a.btn_text_more {
  color: #ba2e12;
}
.contact_us .work_info {
  max-width: 1240px;
  margin: 0 auto;
  width: 94%;
  padding-top: 9px;
  padding-bottom: 70px;
}
.contact_us .work_info ul.info_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  min-width: 1240px;
}
.contact_us .work_info ul.info_list > li {
  width: 50%;
  display: table;
  padding-bottom: 30px;
}
.contact_us .work_info ul.info_list > li p.label {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  width: 136px;
  height: 136px;
  position: relative;
}
.contact_us .work_info ul.info_list > li p.label a {
  display: block;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  width: 100%;
}
.contact_us .work_info ul.info_list > li p.label a:before {
  display: block;
  content: '';
  width: 136px;
  height: 136px;
  box-sizing: border-box;
  background: #ba2e12;
  border-radius: 68px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.contact_us .work_info ul.info_list > li p.label:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 10;
  background: #fff;
  opacity: 0;
}
.contact_us .work_info ul.info_list > li .info_list_cont {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
  box-sizing: border-box;
}
.contact_us .work_info ul.info_list > li .info_list_cont ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  justify-content: flex-start;
}
.contact_us .work_info ul.info_list > li .info_list_cont ul li {
  margin-left: 42px;
}
.contact_us .work_info ul.info_list > li .info_list_cont ul li p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #222;
  font-weight: normal;
  margin-top: 8px;
  width: 105%;
}
.contact_us .work_info ul.info_list > li .info_list_cont ul li p.name {
  font-size: 18px;
  padding-bottom: 8px;
}
.contact_us .work_info ul.info_list > li .info_list_cont ul li p.name span {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  margin-left: 9px;
}
.contact_us .work_info ul.info_list > li .info_list_cont ul li p a {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  padding-left: 1.5%;
}
.contact_us .work_info ul.info_list > li .info_list_cont ul li:first-child {
  margin-left: 0;
}
.contact_us .work_info ul.info_list > li:after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
}
p.lang {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  position: relative;
  padding-left: 12px;
}
p.lang:before {
  display: block;
  content: '';
  background: #ba2e12;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 9px;
  left: 0;
}
.scroll_box {
  height: 3rem;
}
.scroll_box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
}
.scroll_box ul li {
  width: 33.3333%;
}
.scroll_box ul li a {
  display: block;
  text-align: center;
  line-height: 3rem;
  background: #000;
  color: #fff;
}
.scroll_box.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.menu_highlight ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
}
.menu_highlight ul li {
  width: 25%;
  height: 3rem;
  box-sizing: border-box;
}
.menu_highlight ul li a {
  display: block;
  text-align: center;
  line-height: 3rem;
  background: #999;
  color: #fff;
}
.menu_highlight ul li a[data-value="red"].on {
  background: red;
}
.menu_highlight ul li a[data-value="blue"].on {
  background: blue;
}
.menu_highlight ul li a[data-value="black"].on {
  background: black;
}
.menu_highlight ul li a[data-value="pink"].on {
  background: pink;
}
.box_highlight ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.box_highlight ul li {
  height: 4rem;
  box-sizing: border-box;
  transition: all .5s;
}
.box_highlight ul li a {
  display: block;
  line-height: 4rem;
}
.box_highlight ul li[data-value="red"].on {
  background: red;
}
.box_highlight ul li[data-value="blue"].on {
  background: blue;
}
.box_highlight ul li[data-value="black"].on {
  background: black;
}
.box_highlight ul li[data-value="pink"].on {
  background: pink;
}
.slide_wrap {
  position: relative;
  overflow: hidden;
}
.slide_wrap .slide_box {
  width: 100%;
  overflow: hidden;
  height: 10rem;
  box-sizing: border-box;
}
.slide_wrap .slide_box ul.slide_list {
  overflow: hidden;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.slide_wrap .slide_box ul.slide_list li {
  position: absolute;
  width: 100%;
  height: 10rem;
  box-sizing: border-box;
}
.slide_wrap .slide_box ul.slide_list li:nth-child(1) {
  background: red;
}
.slide_wrap .slide_box ul.slide_list li:nth-child(2) {
  background: blue;
}
.slide_wrap .slide_box ul.slide_list li:nth-child(3) {
  background: black;
}
.slide_wrap .slide_box ul.slide_list li:nth-child(4) {
  background: pink;
}
.slide_wrap .slide_box ul.slide_list li a {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #fff;
}
.slide_wrap .indecator {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 100;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.slide_wrap .indecator li a {
  display: block;
  padding: 10px;
  color: yellow;
}
.slide_wrap .indecator li.on a {
  font-size: 20px;
  color: #666;
  font-weight: normal;
}
/* img hover effect */
/*@media (min-width:768px) and (max-width:1024px){
  .container {
    .content {
      width:100%;
      box-sizing:border-box;
      overflow-x:hidden;
    }
  }
  .field_lawyer  {
    ul.lawyer_profile {
      li {
        p.img {
          .height(auto);
        }
      }
    }
  }
}*/
.cursorMove {
  cursor: pointer;
}
.layer.layer_global_location {
  display: none;
}
.member_more_view {
  text-align: center;
  padding: 0 1.667rem;
  background: #fff;
}
.member_more_view a {
  display: inline-block;
  width: 230px;
  font-size: 16px;
  height: 50px;
  box-sizing: border-box;
  margin-bottom: 50px;
  border: 1px solid #ba2e12;
  position: relative;
  vertical-align: middle;
  text-align: center;
  color: white;
  background-color: #ba2e12;
  padding: 14px 0 0 0;
}

.introduction_btn {
  display: inline-block;
  width: 220px;
  font-size: 16px;
  height: 50px;
  box-sizing: border-box;
  margin-bottom: 50px;
  border: 1px solid #ba2e12;
  position: relative;
  vertical-align: middle;
  text-align: center;
  color: white;
  background-color: #ba2e12;
  padding: 14px 0 0 0;
}
.btns .introduction_btn:first-of-type {
  margin-bottom: 10px;
}
.btns .introduction_btn:last-of-type {
  margin-bottom: 50px;
}

@media (min-width: 1025px) and (max-width: 1359px) {
  ul.lawyer_profile.wide li {
    margin-right: 1.333%;
    width: 24%;
  }
  .notice_news .notice_list li.hub_card a .notice_txt em {
  	display: inline;
  }
  .top_container .lawyer_top .member_img img + span.bg_bar {
    left: 9.5%;
    margin-left: 0;
  }
  /*.location .office_navi li {*/
  /*  width: 150px;*/
  /*  margin: 0 1%;*/
  /*}*/
}
@media screen and (max-width: 1600px) {
  .container.content_hub.ver2022 .top_visual_box .move_back{
    background-image: url(../images/common/pc/img_hub_top2022A_1600.jpg?ver=220706)!important;
  }
}
@media screen and (max-width: 900px) {
  .container.content_hub.ver2022 .top_visual_box .move_back{
    background-image: url(../images/common/pc/img_hub_top2022A_883.jpg)!important;
  }
}
@media screen and (max-width: 670px) {
  .container.content_hub.ver2022 .top_visual_box .move_back{
    background-image: url(../images/common/pc/img_hub_top2022A_652.jpg)!important;
  }
  .container .top_visual_box h2 strong{
    margin-bottom:18px;
  }
  .container .top_visual_box h2 div{
    padding:0 7rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 1360px) {
  .notice_slide.hub_slide4{
    width:calc(94% + 20px);
    transform: translate(-10px,0);
  }
}
@media screen and (max-width: 1359px) {
  .hub_video .video_list li .title{
    height:90px;
  }
}
@media screen and (max-width: 1340px) {
  .notice_news .notice_list li a .notice_title{
    height:33px;
  }
  .notice_news .notice_list li.hub_card .notice_txt_title {
  	height: 35px;
  }
}
@media screen and (max-width: 1180px) {
  .notice_news.hub_news2 .notice_list li a .notice_txt{
    height:105px;
  }
}
@media screen and (max-width: 1024px) {
  /* s:20200228 수정 */
  .office .visual_area.innovation {
    width: 100%;
    background: url('../images/common/mo/bg_innovation_mo.jpg') no-repeat center top;
    background-size: cover;
    
  }
  .notice_news .notice_list li.hub_card .notice_txt_title {
  	margin-bottom: 0; 
  }
  .notice_news .notice_list li.hub_card a .notice_txt em {
  	display: inline;
  }
  .notice_news .notice_list li.hub_card a {
  	background: url(../images/kli/2023/bg_main_hub2023.jpg) 50% 50% no-repeat;
  	background-size: 100% auto;
  }
  /* singapore page 추가 */
  .location .office_navi {
  	align-items: center; 
  	justify-content: center;
  	margin-top: -4rem;
  }
  .location .office_navi li {
    /*min-width: 100px;*/
    width: auto;
    flex: 1;
  	height: 4rem; 
  	line-height: 4rem;
  }
  .location .office_navi li a {
  	font-size: 1.426rem;
  }
  .location .office_singapore, 
  .location .office_seoul,
  .location .office_hongkong,
  .location .office_hochiminh,
  .location .office_hanoi,
  .location .office_jakarta{
    padding-top: 5.666rem;
  	height: 15rem;
  }
  .location .office_singapore strong, 
  .location .office_title strong {
  	font-size: 2.1666rem;
  }
  .location .office_singapore span, 
  .location .office_title span {
  	font-size: 1.333rem;
  }
  /* 배경 오른쪽위 파란원 */
  .office .visual_area.innovation:before {
    display:block;
    content:'';
    width:424px;
    height:612px;
    
    background: url('../images/common/mo/bg_innovation_circle.png') no-repeat;
    background-size: cover;
    position:absolute;
    right:0;
    top:0;
  }

  .office .text_box {
    position:relative;
  }

  /* e:20200228 수정 */

  .pc {
    display: none !important;
  }
  .mo {
    display: block !important;
  }
  .search_top {
    padding: 3.333rem 1.667rem 2.167rem;
    width: 100%;
    box-sizing: border-box;
  }
  .search_top span.big_input input {
    font-size: 1.167rem;
  }
  span.custom_input input[type='text'] {
    height: 4rem;
    font-size: 1.167rem;
    padding: 0 1.083rem;
  }
  span.big_input {
    border: 0.1667rem solid #222;
  }
  span.big_input input[type="text"] {
    height: 4.667rem;
    box-sizing: border-box;
    font-size: 1.167rem;
    padding: 1.667rem 1.083rem;
  }
  span.big_input a.btn_delete {
    position: absolute;
    top: 1.8rem;
    right: 3.5rem;
    width: 1.44375rem;
    height: 1.44375rem;
    box-sizing: border-box;
  }
  span.big_input a.btn_search {
    position: absolute;
    top: 1.5rem;
    right: 1.083rem;
    background: url('../images/common/mo/img_sprite.png') no-repeat right 0;
    -webkit-background-size: 25rem 25rem;
    -ms-background-size: 25rem 25rem;
    -moz-background-size: 25rem 25rem;
    -o-background-size: 25rem 25rem;
    background-size: 25rem 25rem;
    width: 1.625rem;
    height: 1.667rem;
    box-sizing: border-box;
  }
  h3 {
    font-size: 2rem;
    padding-top: 5rem;
    padding-bottom: 1.25rem;
  }
  h4 {
    font-size: 1.333rem;
  }
  h4.title {
    font-size: 1.333rem;
  }
  .btn_center_box {
    background: #fff;
    padding: 1.667rem 1.667rem 2.5rem 1.667rem;
  }
  .btn_center_box.bg {
    background: none;
  }
  .btn_white {
    font-size: 1.333rem;
    height: 4.083rem;
    width: calc(100%/2 - 0.4167rem);
    margin: 0 0.4167rem 0 0;
  }
  .btn_orange {
    font-size: 1.333rem;
    height: 4.083rem;
    width: calc(100%/2 - 0.4167rem);
    margin: 0 0 0 0.4167rem;
  }
  .btn_green {
    font-size: 1.25rem;
    height: unset;
    line-height: 3.5rem;
  }
  .btn_text_more {
    font-size: 1.167rem;
    color: #222;
    font-weight: normal;
    padding-right: 1.417rem;
  }
  .btn_text_more.white:after {
    background-position: -8.333rem -7.5rem;
  }
  .btn_text_more:after {
    background: url('../images/common/mo/img_sprite.png') no-repeat 0 -7.5rem;
    -webkit-background-size: 25rem 25rem;
    -ms-background-size: 25rem 25rem;
    -moz-background-size: 25rem 25rem;
    -o-background-size: 25rem 25rem;
    background-size: 25rem 25rem;
    width: 0.5833rem;
    height: 1rem;
    box-sizing: border-box;
    top: 0.2083rem;
  }
  .btn_view {
    font-size: 1.167rem;
    padding-right: 1.9rem;
  }
  .btn_view:after {
    background: url('../images/common/mo/img_sprite.png') no-repeat -8.333rem -5rem;
    -webkit-background-size: 25rem 25rem;
    -ms-background-size: 25rem 25rem;
    -moz-background-size: 25rem 25rem;
    -o-background-size: 25rem 25rem;
    background-size: 25rem 25rem;
    width: 0.8333rem;
    height: 0.8333rem;
    top: 0.5rem;
  }
  .btn_view.on:after {
    background-position: -7.083rem -5rem;
  }
  ul.bullet_list {
    padding-bottom: 1.25rem;
  }
  .bullet_list {
    padding-bottom: 1.25rem;
    line-height: 1.5;
  }
  .bullet_list li {
    font-size: 1.167rem;
    padding-bottom: 0.8333rem;
    padding-left: 0.8333rem;
  }
  .bullet_list li:before {
    width: 0.2083rem;
    height: 0.2083rem;
    top: 0.9011rem;
  }
  .bullet_list p {
    font-size: 1.167rem;
    padding-bottom: 0.8333rem;
    padding-left: 0.8333rem;
  }
  .bullet_list p:before {
    width: 0.2083rem;
    height: 0.2083rem;
    top: 0.9011rem;
  }
  ul.board_list li {
    padding: 1.667rem 1.667rem;
  }
  ul.board_list li a p.title {
    font-size: 1.333rem;
    height: 1.75rem;
    overflow: hidden;
  }
  ul.board_list li a p.tag_area {
    height: 1.5rem;
    overflow: hidden;
    margin-top: 0.4167rem;
  }
  ul.board_list li a p.tag_area span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    margin-right: 0.4167rem;
  }
  ul.board_list li a .date {
    font-size: 1rem;
  }
  .hub_line_topics ul.board_list.hub_board li{
    padding:1.667rem 1.667rem;
  }
  .hub_line_topics .topic_more{
    padding-top:20px;
  }
  .hub_line_topics .btn_version{
    font-size: 1.167rem;
    line-height: 3;
    height: auto;
    padding: 0px 3rem 0px 1.667rem;
    background-position-x: 92%;
    background-position-y: 52%;
  }
  .wide_box {
    background: #fff;
    width: 100%;
  }
  .wide_box h3 {
    margin-left: 1.667rem;
    margin-right: 1.667rem;
  }
  .wide_box.contact {
    padding: 0 1.667rem 1rem 1.667rem;
    box-sizing: border-box;
  }
  .wide_box.contact h3 {
    margin: 0;
  }
  .wide_box.contact ul.lawyer_profile li {
    margin-bottom: 1.667rem;
  }
  .wide_box.contact ul.lawyer_profile li:nth-of-type(even) {
    margin-right: 0;
  }
  .wide_box.contact ul.lawyer_profile li:nth-of-type(4n) {
    margin-right: auto;
  }
  .wide_box.contact ul.lawyer_profile:after {
    display: none;
  }
  ul.btn_group {
    position: relative;
    top: 0;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start;
    margin-left: 1.667rem;
  }
  ul.btn_group li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2.5rem;
    padding: 0;
  }
  ul.btn_group li a {
    font-size: 1.167rem;
    padding-bottom: 0.08333rem;
  }
  ul.btn_group li a.on {
    border-bottom: 0.08333rem solid #222;
  }
  ul.btn_group li:before {
    display: none;
  }
  ul.btn_group li:first-child:before {
    background: none;
  }
  ul.btn_group li:last-child {
    padding-right: 1.667rem;
  }
  ul.btn_group::-webkit-scrollbar {
    display: none;
  }
  .paging {
    padding-bottom: 5rem;
  }
  .paging a {
    font-size: 1.167rem;
    width: 2.833rem;
    height: 2.833rem;
    padding-top: 0.625rem;
    margin: 0;
  }
  .paging a.first {
    border-left: 0.08333rem solid #e6e6e6;
  }
  .paging a.prev_more:before {
    background: url('../images/common/mo/img_sprite.png') no-repeat -3.333rem -7.5rem;
    -webkit-background-size: 25rem 25rem;
    -ms-background-size: 25rem 25rem;
    -moz-background-size: 25rem 25rem;
    -o-background-size: 25rem 25rem;
    background-size: 25rem 25rem;
    width: 0.875rem;
    height: 0.875rem;
    margin-top: 0.9167rem;
  }
  .paging a.prev {
    margin-right: 0.625rem;
  }
  .paging a.prev:before {
    background: url('../images/common/mo/img_sprite.png') no-repeat -5rem -7.5rem;
    -webkit-background-size: 25rem 25rem;
    -ms-background-size: 25rem 25rem;
    -moz-background-size: 25rem 25rem;
    -o-background-size: 25rem 25rem;
    background-size: 25rem 25rem;
    width: 0.4583rem;
    height: 0.875rem;
    margin-top: 0.9167rem;
  }
  .paging a.next {
    margin-left: 0.625rem;
  }
  .paging a.next:before {
    background: url('../images/common/mo/img_sprite.png') no-repeat -5.833rem -7.5rem;
    -webkit-background-size: 25rem 25rem;
    -ms-background-size: 25rem 25rem;
    -moz-background-size: 25rem 25rem;
    -o-background-size: 25rem 25rem;
    background-size: 25rem 25rem;
    width: 0.4583rem;
    height: 0.875rem;
    margin-top: 0.9167rem;
  }
  .paging a.next_more:before {
    background: url('../images/common/mo/img_sprite.png') no-repeat -6.667rem -7.5rem;
    -webkit-background-size: 25rem 25rem;
    -ms-background-size: 25rem 25rem;
    -moz-background-size: 25rem 25rem;
    -o-background-size: 25rem 25rem;
    background-size: 25rem 25rem;
    width: 0.875rem;
    height: 0.875rem;
    margin-top: 0.9167rem;
  }
  .news .search_top a.btn_expertise {
    font-size: 1.333rem;
    width: auto;
    height: auto;
    border: none;
    padding: 1rem 2.083rem 2.5rem 0;
  }
  .news .search_top a.btn_expertise:after {
    display: block;
    content: '';
    background: url('../images/common/mo/img_sprite.png') no-repeat -11.25rem -5rem;
    -webkit-background-size: 25rem 25rem;
    -ms-background-size: 25rem 25rem;
    -moz-background-size: 25rem 25rem;
    -o-background-size: 25rem 25rem;
    background-size: 25rem 25rem;
    width: 1.125rem;
    height: 0.6667rem;
    top: 1.5rem;
    right: 0.2083rem;
  }
  .news .search_top a.btn_expertise.on {
    padding-bottom: 0;
  }
  .news .search_top a.btn_expertise.on:after {
    background-position: -9.583rem -5rem;
  }
  .news .category_area.on {
    padding-top: 3.333rem;
  }
  .news .notice_news li.last {
    margin-right: 0;
  }
  .top_container {
    height: auto;
  }
  .top_container .btn_box a:hover {
    background: #fff;
  }
  .top_container .member_top {
    position: relative;
    background: #fff;
    text-align: center;
    padding-top: 4.583rem;
  }
  .top_container .member_top .fixed_box {
    margin-bottom: 0.8333rem;
  }
  .top_container .member_top .btn_box {
    position: absolute;
    bottom: -2rem;
    right: 1.667rem;
    z-index: 10;
  }
  .top_container .member_top .tag_area {
    position: relative;
    background: #fff;
    text-align: left;
  }
  .top_container .member_top .tag_area p.title {
    margin: 0;
    padding: 0;
    font-size: 1.333rem;
    color: #222;
    font-weight: normal;
    padding-left: 1.667rem;
    padding-top: 1.875rem;
  }
  .top_container .member_top .left_tag {
    padding: 1.208rem 0 1.042rem 0;
  }
  .top_container .member_top .left_tag ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: auto;
    margin-left: 1.667rem;
  }
  .top_container .member_top .left_tag ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.625rem;
    margin-bottom: 0;
  }
  .top_container .member_top .left_tag ul li a {
    display: block;
    font-size: 1.25rem;
    border: 0.08333rem solid #e6e6e6;
    color: #666;
    padding: 0.8333rem 1.208rem;
    background: #f2f2f2;
  }
  .top_container .member_top .left_tag ul li a:hover {
    font-size: 1.25rem;
    border: 0.08333rem solid #ba2e12;
    background: #fff;
    color: #ba2e12;
  }
  .top_container .member_top .left_tag ul li:last-child {
    margin-right: 1.667rem;
  }
  .top_container .member_top .left_tag ul::-webkit-scrollbar {
    display: none;
  }
  .top_info_mo {
    display: block;
    top: 4.583rem;
    z-index: 10;
    margin: 0;
    padding: 0;
    text-align: center;
    height: auto;
    background: #fff;
    padding-bottom: 2.5rem;
    padding-top: 1.354rem;
  }
  .top_info_mo .name {
    margin: 0;
    padding: 0;
    font-size: 2.667rem;
    color: #000;
    font-weight: normal;
  }
  .top_info_mo .name span {
    font-size: 1.667rem;
    color: #666;
    font-weight: normal;
    display: block;
  }
  .top_info_mo .info {
    margin: 1rem 0 0 0;
  }
  .top_info_mo .info a,
  .top_info_mo .info span {
    display: inline-block;
    vertical-align: middle;
    vertical-align: top;
    font-size: 1.333rem;
    color: #000;
    font-weight: normal;
    margin: 0 0.625rem 0.625rem 0.625rem;
  }
  .top_info_mo .info a span,
  .top_info_mo .info span span {
    color: #666;
    display: inline-block;
    vertical-align: 0;
    margin: 0 0 0 0.4167rem;
  }
  .top_info_mo .info a[href^="mailto"],
  .top_info_mo .info span[href^="mailto"] {
    margin: 0 0.625rem 1.042rem 0.625rem;
  }
  .top_info_mo.fixed {
    top: 4.583rem;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 0.0833rem solid #f2f2f2;
  }
  .tag_member_area {
    position: relative;
    background: #fff;
    text-align: left;
  }
  .tag_member_area p.title {
    margin: 0;
    padding: 0;
    font-size: 1.333rem;
    color: #222;
    font-weight: normal;
    padding-left: 1.667rem;
    padding-top: 0;
  }
  .tag_member_area .left_tag {
    padding: 1.208rem 0 1.042rem 0;
  }
  .tag_member_area .left_tag ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: auto;
    margin-left: 1.667rem;
  }
  .tag_member_area .left_tag ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.625rem;
    margin-bottom: 0;
  }
  .tag_member_area .left_tag ul li a {
    display: block;
    font-size: 1.25rem;
    border: 0.08333rem solid #e6e6e6;
    color: #666;
    padding: 0.8333rem 1.208rem;
    background: #f2f2f2;
  }
  .tag_member_area .left_tag ul li a:hover {
    font-size: 1.25rem;
    border: 0.08333rem solid #ba2e12;
    background: #fff;
    color: #ba2e12;
  }
  .tag_member_area .left_tag ul li:last-child {
    margin-right: 1.667rem;
  }
  .tag_member_area .left_tag ul::-webkit-scrollbar {
    display: none;
  }
  .search_top {
    background: #fff;
  }
  .result_top {
    text-align: center;
    padding: 0 0 1.667rem 0;
    border-bottom: none;
  }
  .result_top .inner {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.042rem 0 1.667rem;
  }
  .result_top .inner::-webkit-scrollbar {
    display: none;
  }
  .result_top .tag {
    font-size: 1.167rem;
    padding: 0.8333rem 2.5rem 0.8333rem 1.208rem;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .result_top .tag a:after {
    background: url('../images/common/mo/img_sprite.png') no-repeat 0 -9.167rem;
    -webkit-background-size: 25rem 25rem;
    -ms-background-size: 25rem 25rem;
    -moz-background-size: 25rem 25rem;
    -o-background-size: 25rem 25rem;
    background-size: 25rem 25rem;
    width: 0.7917rem;
    height: 0.8333rem;
    top: 1.208rem;
    right: 1.167rem;
  }
  .result_top span.text_result {
    font-size: 1.25rem;
    vertical-align: middle;
    text-align: center;
    display: block;
  }
  .result_top span.text_result.on {
    display: block;
  }
  .search_result {
    background: #fff;
  }
  .search_result .mo_block {
    line-height: 1.61;
  }
  .search_result .result_text {
    font-size: 1.417rem;
    margin-bottom: 2.5rem;
  }
  .search_result .result_text .text_orange {
    font-family: 'NotoSansMedium' !important;
  }
  .search_result .no_data {
    text-align: center;
    background: #fff;
    font-size: 1.333rem;
    color: #222;
    font-weight: normal;
    padding-bottom: 5.833rem;
  }
  .search_result .no_data:before {
    background: url('../images/common/mo/img_sprite.png') no-repeat 0 -10.83rem;
    -webkit-background-size: 25rem 25rem;
    -ms-background-size: 25rem 25rem;
    -moz-background-size: 25rem 25rem;
    -o-background-size: 25rem 25rem;
    background-size: 25rem 25rem;
    width: 4.167rem;
    height: 4.167rem;
    box-sizing: border-box;
    margin-bottom: 1.25rem;
  }
  .search_result .no_data.type02 {
    padding: 4.667rem 0;
  }
  .search_result .result_area {
    padding-bottom: 2.5rem;
    width: 100%;
  }
  .search_result .result_area ul {
    flex-wrap: wrap;
    margin: 0 1.667rem;
  }
  .search_result .result_area ul li {
    width: 100%;
    margin-right: 0;
    height: 3.417rem;
    box-sizing: border-box;
    padding: 0 0.7917rem;
    margin-bottom: 0.08333rem;
    margin-left: 0;
  }
  .search_result .result_area ul li a {
    font-size: 1.167rem;
    padding: 0;
  }
  .search_result .result_area ul li a.moreView span {
    color: #b22c04;
  }
  .result_news ul.btn_group {
    margin-bottom: 1.667rem;
  }
  .result_news .news_tab {
    position: relative;
    z-index: 12;
    height: 4.583rem;
    box-sizing: border-box;
    padding: 0 1.667rem 0 1.667rem;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
  .result_news .news_tab li {
    height: 4.583rem;
    box-sizing: border-box;
    width: auto;
    border-bottom: none;
    margin-bottom: -0.08333rem;
    padding-right: 3.5rem;
    display: inline-block;
    vertical-align: middle;
  }
  .result_news .news_tab li a {
    font-size: 1.417rem;
    line-height: 3.08;
    padding-bottom: 0;
  }
  .result_news .news_tab li.on {
    border-bottom: none;
  }
  .result_news .news_tab li.on a {
    border-bottom: 0.25rem solid #ba2e12;
    padding-bottom: 0;
    box-sizing: border-box;
  }
  .result_news .news_tab::-webkit-scrollbar {
    display: none;
  }
  .result_news .board_list {
    margin: 0 1.667rem;
  }
  .result_news .board_list li.text {
    display: none;
  }
  .result_news .board_list.br_top {
    margin-top: -0.08333rem;
    border-top: 0.08333rem solid #ccc !important;
  }
  .fixed_mo_tab {
    position: relative;
    z-index: 25;
    width: 100%;
    background: #fff;
    border-bottom: 0.08333rem solid #ccc;
  }
  .fixed_mo_tab.fixed {
    position: fixed;
    top: 4.583rem;
    left: 0;
  }
  .fixed_mo_tab.tab_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 4.583rem;
  }
  .fixed_mo_tab .dimm_news {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    transition: all 1s ease-out;
    opacity: 0;
    display: none;
  }
  .fixed_mo_tab .dimm_news.on {
    display: block;
    opacity: 0.6;
  }
  .btn_menu_tab {
    display: block;
    background: url('../images/common/mo/bg_mask.png') no-repeat 0 0;
    -webkit-background-size: 5.375rem 4.542rem;
    -ms-background-size: 5.375rem 4.542rem;
    -moz-background-size: 5.375rem 4.542rem;
    -o-background-size: 5.375rem 4.542rem;
    background-size: 5.375rem 4.542rem;
    background: url('../images/common/mo/bg_mask.png') repeat-y left top;
    width: 4.333rem;
    height: 2.708rem;
    text-align: right;
    position: absolute;
    top: 1.25rem;
    right: 0;
    z-index: 65;
  }
  .result_news .fixed_mo_tab.arrow_tab .btn_menu_tab{
    width: 2rem;
    background:rgba(255, 255, 255, 0.85);
    box-shadow: -2rem 0px rgb(255 255 255 / 30%), 
    			-1.5rem 0px rgb(255 255 255 / 30%), 
    			-1rem 0px rgb(255 255 255 / 30%), 
    			-0.5rem 0px rgb(255 255 255 / 30%);
  }

  /* about tab 메뉴 */
  .container.office .btn_menu_tab {
    width: 2.4rem;
    height: 2.6rem;
  }

  .container.office .page_tab li:last-child {
    padding-right:25px;
  }


  .btn_menu_tab span {
    display: block;
    text-indent: -9999px;
    font-size: 0;
    width: 100%;
    height: 2.792rem;
  }
  .btn_menu_tab span:after {
    display: block;
    content: '';
    background: url('../images/common/mo/img_sprite.png') no-repeat -19.17rem -7.5rem;
    -webkit-background-size: 25rem 25rem;
    -ms-background-size: 25rem 25rem;
    -moz-background-size: 25rem 25rem;
    -o-background-size: 25rem 25rem;
    background-size: 25rem 25rem;
    width: 0.6667rem;
    height: 1.125rem;
    position: absolute;
    top: 0.4167rem;
    right: 1.333rem;
  }
  .btn_menu_tab a {
    display: block;
    text-indent: -9999px;
    font-size: 0;
    width: 100%;
    height: 2.792rem;
  }
  .btn_menu_tab a:after {
    display: block;
    content: '';
    background: url('../images/common/mo/img_sprite.png') no-repeat -11.25rem -5rem;
    -webkit-background-size: 25rem 25rem;
    -ms-background-size: 25rem 25rem;
    -moz-background-size: 25rem 25rem;
    -o-background-size: 25rem 25rem;
    background-size: 25rem 25rem;
    width: 1.125rem;
    height: 0.6667rem;
    position: absolute;
    top: 0.8333rem;
    right: 1.333rem;
  }
  .btn_menu_tab a.on:after {
    background-position: -9.583rem -5rem;
    top: 0.7083rem;
  }
  .menu_tab_all {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    background: #fff;
    border-top: 0.08333rem solid #e6e6e6;
    border-bottom: 0.08333rem solid #e6e6e6;
  }
  .menu_tab_all h3 {
    margin: 0;
    padding: 1.458rem 1.667rem 1.458rem 1.667rem;
    font-size: 1.417rem;
    color: #666;
    font-weight: normal;
    border-bottom: 0.08333rem solid #e6e6e6;
  }
  .menu_tab_all ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .menu_tab_all ul li {
    width: calc(50% - 0.08333rem);
    text-align: center;
    border-bottom: 0.08333rem solid #e6e6e6;
  }
  .menu_tab_all ul li a {
    display: block;
    font-size: 1.333rem;
    color: #222;
    font-weight: normal;
    padding: 1.458rem 0;
  }
  .menu_tab_all ul li:nth-child(odd) {
    border-right: 0.08333rem solid #e6e6e6;
  }
  .menu_tab_all ul li:last-child {
    border-bottom: none;
  }
  .menu_tab_all.on {
    display: block;
  }
  .slide_control,
  .location .related_p_info .field_lawyer .slide_control{
    left:unset;
    top: -3.125rem;
    right: 0.4167rem;
  }
  .slide_control span {
    margin-left: 0.8333rem;
  }
  .slide_control span a:before {
    background: url('../images/common/mo/img_sprite.png') no-repeat -12.08rem -7.5rem;
    -webkit-background-size: 25rem 25rem;
    -ms-background-size: 25rem 25rem;
    -moz-background-size: 25rem 25rem;
    -o-background-size: 25rem 25rem;
    background-size: 25rem 25rem;
    width: 0.5833rem;
    height: 0.9583rem;
  }
  .slide_control span a.disabled:before {
    background-position: -11.25rem -7.5rem;
  }
  .slide_control span a.bx-next:before {
    background-position: -12.92rem -7.5rem;
  }
  .slide_control span a.bx-next.disabled:before {
    background-position: -13.75rem -7.5rem;
  }
  .top_news .title_area {
    padding-top: 7.708rem;
    padding-bottom: 3.958rem;
  }
  .top_news .title_area .category {
    font-size: 1.167rem;
    padding-bottom: 0.8333rem;
  }
  .top_news .title_area .category:after {
    width: 1.667rem;
    height: 0.1667rem;
  }
  .top_news .title_area p.title {
    font-size: 1.917rem;
    line-height: 1.43;
    padding: 1.042rem 1.667rem 2.292rem 1.667rem;
  }
  .top_news .title_area .date {
    font-size: 1rem;
  }
  .top_news .btn_box {
    bottom: -3.133rem;
  }
  .category_area {
    background: #fff;
    padding-bottom: 4.167rem;
  }
  .category_area ul.top_tab {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
    margin: 0 1.667rem 0 1.667rem;
  }
  .category_area ul.top_tab li {
    position: relative;
    width: calc(33.33333333%);
    margin: 0;
    height: 7.375rem;
    box-sizing: border-box;
  }
  .category_area ul.top_tab li a {
    font-size: 1.583rem;
    color: #222;
    font-weight: normal;
    padding-top: 1.958rem;
    height: 7.375rem;
    box-sizing: border-box;
  }
  .category_area ul.top_tab li a span {
    font-size: 1rem;
    color: #999;
    font-weight: normal;
    margin-top: 0.2083rem;
  }
  .category_area ul.top_tab li span.bar,
  .category_area ul.top_tab li span.bar_up {
    display: none;
  }
  .category_area ul.top_tab li.on a {
    font-size: 1.583rem;
    color: #b22c04;
    font-weight: normal;
    border-bottom: 0.2083rem solid #b22c04;
    padding-top: 1.917rem;
  }
  .category_area ul.top_tab li.on a span {
    font-size: 1rem;
    color: #b22c04;
    font-weight: normal;
  }
  .category_area ul.top_tab li.on:before {
    display: block;
    content: '';
    background: url('../images/common/mo/bg_border_on.jpg') repeat-x left top;
    height: 0.2083rem;
    box-sizing: border-box;
  }
  .category_area ul.top_tab li:before {
    display: block;
    content: '';
    background: url('../images/common/mo/bg_border.jpg') repeat-x left top;
    width: 100%;
    height: 0.2083rem;
    box-sizing: border-box;
  }
  .category_area ul.top_tab.highLight_tab li a.on {
    border-bottom: 0.2083rem solid #b22c04;
    padding-bottom: 1.25rem;
  }
  .category_area ul.top_tab.highLight_tab li a.on:before {
    background: url('../images/common/mo/bg_border_on.jpg') repeat-x left top;
    height: 0.2083rem;
  }
  .category_area .tab_container {
    background: #fff;
  }
  .category_area .tab_container .tab_section {
    display: none;
    padding: 2.292rem 0 0 0 !important;
    width: auto !important;
    margin: 0 1.667rem 0 1.667rem !important;
  }
  .category_area .tab_container .tab_section a.select_box {
    display: block;
    position: relative;
    border: 0.08333rem solid #ccc;
    font-size: 1.167rem;
    color: #999;
    font-weight: normal;
    height: 3.5rem;
    box-sizing: border-box;
    width: 100%;
    padding: 1rem 0.8333rem;
  }
  .category_area .tab_container .tab_section a.select_box:after {
    display: block;
    content: '';
    background: url('../images/common/mo/img_sprite.png') no-repeat -15.83rem -5rem;
    -webkit-background-size: 25rem 25rem;
    -ms-background-size: 25rem 25rem;
    -moz-background-size: 25rem 25rem;
    -o-background-size: 25rem 25rem;
    background-size: 25rem 25rem;
    width: 0.7083rem;
    height: 0.375rem;
    position: absolute;
    top: 1.5rem;
    right: 0.75rem;
  }
  .category_area .tab_container .tab_section a.select_box.on:after {
    background-position: -16.67rem -5rem;
  }
  .category_area .tab_container .tab_section .scroll {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 15.83rem;
    height: 100%;
  }
  .category_area .tab_container .tab_section .scroll::-webkit-scrollbar {
    display: none;
  }
  .category_area .tab_container .tab_section .scroll ul.field_list li {
    background: #f2f2f2;
    border: none;
    height: 3.417rem;
    margin-right: 0;
  }
  .category_area .tab_container .tab_section .field_list {
    margin-bottom: 0;
  }
  .category_area .tab_container .tab_section .field_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.08333rem;
    height: 4.667rem;
    box-sizing: border-box;
    background: #f2f2f2;
    border: none;
  }
  .category_area .tab_container .tab_section .field_list li a {
    font-size: 1.167rem;
    color: #222;
    font-weight: normal;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 0.7083rem;
  }
  .category_area .tab_container .tab_section .field_list li.select {
    border: 0.1667rem solid #b22c04;
    box-sizing: border-box;
    background: #ba2e12;
  }
  .category_area .tab_container .tab_section .field_list li.select a {
    color: #fff !important;
  }
  .category_area .tab_container .tab_section .field_list li.select:after {
    background: url('../images/common/mo/img_sprite.png') no-repeat -9.167rem -7.5rem;
    -webkit-background-size: 25rem 25rem;
    -ms-background-size: 25rem 25rem;
    -moz-background-size: 25rem 25rem;
    -o-background-size: 25rem 25rem;
    background-size: 25rem 25rem;
    width: 1.083rem;
    height: 0.5rem;
    top: 1.875rem;
    right: 0.625rem;
  }
  .category_area .tab_container .tab_section .field_list li.on {
    border: none;
  }
  .category_area .tab_container .tab_section .field_list.mo {
    border-bottom: none;
  }
  .category_area .tab_container .tab_section .tab_box {
    border-bottom: 0.08333rem solid #e6e6e6;
  }
  .category_area .tab_container .tab_section .tab_box p {
    margin: 0;
    padding: 0;
    position: relative;
  }
  .category_area .tab_container .tab_section .tab_box p a.btn_toggle {
    padding: 2.292rem 0 2.083rem 0.8333rem;
    font-size: 1.417rem;
    color: #222;
    font-weight: normal;
    display: block;
  }
  .category_area .tab_container .tab_section .tab_box p a.btn_toggle:after {
    display: block;
    content: '';
    width: 1.375rem;
    height: 1.333rem;
    box-sizing: border-box;
    position: absolute;
    top: 2.5rem;
    right: 0;
    background: url('../images/common/mo/img_sprite.png') no-repeat -1.667rem -5rem;
    -webkit-background-size: 25rem 25rem;
    -ms-background-size: 25rem 25rem;
    -moz-background-size: 25rem 25rem;
    -o-background-size: 25rem 25rem;
    background-size: 25rem 25rem;
  }
  .category_area .tab_container .tab_section .tab_box p a.btn_toggle.first {
    padding-top: 0;
  }
  .category_area .tab_container .tab_section .tab_box p a.btn_toggle.first:after {
    top: 0.2083rem;
  }
  .category_area .tab_container .tab_section .tab_box .box_open {
    display: none;
    background: #fff;
    padding: 0 0 2.083rem 0;
  }
  .category_area .tab_container .tab_section .tab_box .box_open ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    background: #fff;
    width: 100%;
  }
  .category_area .tab_container .tab_section .tab_box .box_open ul li {
    width: 100%;
    height: 3.417rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    align-content: center;
  }
  .category_area .tab_container .tab_section .tab_box .box_open ul li a {
    display: block;
    width: 100%;
    font-size: 1.167rem;
    color: #222;
    font-weight: normal;
    padding: 1rem 0.7083rem;
    letter-spacing: -0.08em;
  }
  .category_area .tab_container .tab_section .tab_box .box_open ul li.on {
    background: #f2f2f2;
  }
  .category_area .tab_container .tab_section .tab_box.active p {
    color: #682c1a;
  }
  .category_area .tab_container .tab_section .tab_box.active p a.btn_toggle:after {
    background: url('../images/common/mo/img_sprite.png') no-repeat 0 -5rem;
    -webkit-background-size: 25rem 25rem;
    -ms-background-size: 25rem 25rem;
    -moz-background-size: 25rem 25rem;
    -o-background-size: 25rem 25rem;
    background-size: 25rem 25rem;
  }
  .category_area .tab_container .tab_section .tab_box.active .box_open {
    display: block;
  }
  .category_area .btn_center_box {
    padding-top: 3.333rem;
  }
  .field_infobox {
    background: #fff;
    padding: 2.5rem 1.667rem 0 1.667rem;
  }
  .field_infobox .border_top {
    border-top: 0.08333rem solid #222;
  }
  .field_infobox .top_text {
    padding-bottom: 0;
  }
  .field_infobox .top_text h2 {
    font-size: 1.333rem;
    margin-bottom: 1.333rem;
  }
  .field_infobox .top_text p {
    font-size: 1.25rem !important;
    margin-bottom: 1rem;
  }
  .field_infobox .top_text p strong {
    font-size: 1.417rem;
    line-height: 1.5;
    padding-bottom: 1.25rem;
  }
  .field_infobox .top_text dl.field_info_text {
    padding-top: 2.5rem;
  }
  .field_infobox .top_text dl.field_info_text dt {
    font-size: 1.25rem;
    margin-bottom: 1.083rem;
  }
  .field_infobox .top_text dl.field_info_text dd {
    font-size: 1.167rem;
  }
  .field_infobox .top_text dl.field_info_text dd:last-child {
    margin-bottom: 0;
  }
  .field_infobox .top_text ul li {
    font-size: 1.167rem;
    padding-left: 0.8333rem;
  }
  .field_infobox .top_text ul li:before {
    width: 0.2083rem;
    height: 0.2083rem;
    top: 0.7631rem;
  }
  .field_infobox .text_hidden_area p {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .field_infobox h4 {
    font-size: 1.417rem;
    padding: 1.875rem 0;
    margin-left: 0.8333rem;
  }
  .field_infobox .field_text {
    padding: 0;
  }
  .field_infobox .field_text ul {
    background: none;
    padding: 0;
  }
  .field_infobox .field_text ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.08333rem;
    height: 3.333rem;
    box-sizing: border-box;
    padding: 0 1.333rem;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    align-content: center;
  }
  .field_infobox .field_text ul li a {
    font-size: 1.167rem;
  }
  .field_infobox .field_text ul::-webkit-scrollbar {
    display: none;
  }
  .field_infobox .field_text ul li.link_moreip span {
  	padding-right: 32px;
  }
  .field_infobox .field_text ul li.link_moreip span::after {
  	top: -1px;
  	width: 26px; 
  	height: 26px; 
  	background: url(../images/common/mo/bg_link_moreip.svg) no-repeat 0 0;
  }
  .box_gray {
    padding-top: 1.875rem;
    padding-bottom: 0;
    border-bottom: 0.08333rem solid #e6e6e6;
  }
  .box_gray h4 {
    margin-left: 0.8333rem;
    padding: 0;
  }
  .box_gray h4 a.btn_toggle {
    font-size: 1.417rem;
    padding-bottom: 1.875rem;
  }
  .box_gray h4 a.btn_toggle:after {
    background: url('../images/common/mo/img_sprite.png') no-repeat -1.667rem -5rem;
    -webkit-background-size: 25rem 25rem;
    -ms-background-size: 25rem 25rem;
    -moz-background-size: 25rem 25rem;
    -o-background-size: 25rem 25rem;
    background-size: 25rem 25rem;
    width: 1.333rem;
    height: 1.333rem;
    top: 0.2917rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .box_gray h4.p_left {
    padding-left: 0;
  }
  .box_gray .box_open {
    border-top: 0.08333rem solid #f6f6f6;
    padding: 1.875rem 0 1.875rem 0.8333rem;
    margin-top: 0;
  }
  .box_gray .box_open h2 {
    font-size: 1.333rem;
    margin-bottom: 1.333rem;
  }
  .box_gray .box_open p {
    font-size: 1.25rem;
    margin-bottom: 0;
    line-height: 1.75;
    padding-bottom: 0.8333rem;
  }
  .box_gray .box_open ul li {
    font-size: 1.174rem;
    padding-left: 0.8333rem;
  }
  .box_gray .box_open ul li:before {
    width: 0.2083rem;
    height: 0.2083rem;
    top: 0.7631rem;
  }
  .box_gray h5 {
    font-size: 1.25rem;
    margin-bottom: 1.667rem;
  }
  .box_gray .info_text {
    font-size: 1.083rem;
    margin-bottom: 0;
    line-height: 1.75;
    padding-bottom: 0.8333rem;
  }
  .box_gray ul.field_history li {
    font-size: 1.174rem;
    padding-left: 0.8333rem;
  }
  .box_gray ul.field_history li:before {
    width: 0.2083rem;
    height: 0.2083rem;
    top: 0.7631rem;
  }
  .box_gray.active a.btn_toggle:after {
    background-position: 0 -5rem;
    top: 0.2917rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .box_gray.btn_center_box {
    padding-top: 0;
    padding: 1.667rem 1.667rem 2.5rem 1.667rem;
    width: auto;
  }

  .introduction {
    background: #fff;
    padding: 4.5rem 1.667rem 0.8333rem 1.667rem;
  }

  .introduction .introduction_btn {
    display: block;
    padding: 1.25rem 0;
    color: #fff;
    text-align: center;  
    background-color: #ba2e12;

  }



  .field_lawyer {
    background: #fff;
    padding: 2.5rem 1.667rem 0 1.667rem;
    margin-bottom: 0.8333rem;
  }
  .field_lawyer h3 {
    font-size: 2rem;
    padding-bottom: 1.583rem;
  }
  .field_lawyer h4 {
    font-size: 1.333rem;
    margin-bottom: 1.042rem;
  }
  .field_lawyer ul.lawyer_profile {
    flex-wrap: wrap;
  }
  .field_lawyer ul.lawyer_profile li {
    width: 48%;
    margin-right: 0;
    padding-bottom: 2.292rem;
  }
  .field_lawyer ul.lawyer_profile li p.lawyer_info {
    margin-top: 1.25rem;
  }
  .field_lawyer ul.lawyer_profile li p.lawyer_info span {
    font-size: 1.333rem;
  }
  .field_lawyer ul.lawyer_profile li p.lawyer_info span.name a {
    font-size: 1.5rem;
  }
  .field_lawyer ul.lawyer_profile li p.lawyer_info span.name a span {
    font-size: 1rem;
  }
  .lawyer_career {
    background: #fff;
    padding: 2.5rem 1.667rem 5rem 1.667rem;
    margin-top: 0.8333rem;
  }
  p.lang {
    font-size: 1.167rem;
    padding-left: 0.8333rem;
  }
  p.lang:before {
    width: 0.2083rem;
    height: 0.2083rem;
    top: 0.7rem;
  }
  ul.lawyer_profile li {
    transition: none !important;
  }
  ul.lawyer_profile li .lawyer_info {
    padding-top: 1.042rem;
    padding-bottom: 0.4167rem;
  }
  ul.lawyer_profile li .lawyer_info span {
    font-size: 1rem;
  }
  ul.lawyer_profile li .lawyer_info span.name a {
    font-size: 1.333rem;
  }
  ul.lawyer_profile li .lawyer_info span.name a span {
    font-size: 1rem;
    font-family: 'NotoSansDemiLight' !important;
  }
  ul.lawyer_profile li .lawyer_info span.telephone a {
    color: #ba2e12;
    text-decoration: underline;
  }
  ul.lawyer_profile li .lawyer_info a.email {
    top: -2.35rem !important;
    right: 0.34rem;
  }
  ul.lawyer_profile li .lawyer_info a.email:before {
    background: url('../images/common/mo/img_sprite.png') no-repeat -5rem -10.83rem;
    -webkit-background-size: 25rem 25rem;
    -ms-background-size: 25rem 25rem;
    -moz-background-size: 25rem 25rem;
    -o-background-size: 25rem 25rem;
    background-size: 25rem 25rem;
    width: 1.833rem;
    height: 1.833rem;
  }
  ul.lawyer_profile li .lawyer_info .hashtag {
    font-size: 1rem;
    line-height: 1.583;
  }
  ul.lawyer_profile li .lawyer_info .hashtag span {
    margin-bottom: 0.2083rem;
    margin-right: 0.4167rem;
  }
  ul.lawyer_profile li .lawyer_info .hashtag span a {
    font-size: 1rem;
  }
  ul.lawyer_profile li .lawyer_info:before {
    width: 0.2083rem;
    height: 1.417rem;
    top: -0.7083rem;
  }
  ul.lawyer_profile.wide li {
    max-width: inherit;
    width: 48%;
    margin-right: 4%;
  }
  ul.lawyer_profile.wide li .lawyer_info span.name a {
    font-size: 1.333rem;
  }
  ul.lawyer_profile.wide li .lawyer_info span.name a span {
    font-size: 1rem;
  }
  ul.lawyer_profile.wide li .lawyer_info a.email:before {
    background-position: -5rem -10.83rem;
    width: 1.833rem;
    height: 1.833rem;
  }
  ul.lawyer_profile.wide li .lawyer_info .hashtag {
    font-size: 1rem;
    line-height: 1.583;
  }
  ul.lawyer_profile.wide li .lawyer_info .hashtag span a {
    font-size: 1rem;
  }
  .thumnail_list ul.lawyer_profile {
    margin: 1.667rem 1.667rem 0 1.667rem;
  }
  .thumnail_list ul.lawyer_profile li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3.125rem;
  }
  .thumnail_list ul.lawyer_profile li:nth-of-type(even) {
    margin-right: 0;
  }
  .thumnail_list ul.lawyer_profile li:nth-of-type(5n) {
    margin-right: auto;
  }
  .thumnail_list ul.lawyer_profile li .lawyer_info a.email {
    top: -39px;
  }
  .thumnail_list ul.lawyer_profile:after {
    display: none;
  }
  .top_news .title_area {
    padding-bottom: 0;
  }
  .notice_news {
    background: #fff;
    padding: 2.5rem 1.667rem 2.5rem 1.667rem;
    margin-top: 0.8333rem;
  }
  .notice_news.bg_white {
  	padding-top:2.5rem;
  	padding-bottom:2.5rem;
  }
  .notice_news.bg_gray{
  	padding-top:2.5rem;
  	padding-bottom:2.5rem;
  }
  .notice_news h3 {
    padding-bottom: 1.458rem;
    padding-top: 0;
    font-size: 2rem;
  }
  .notice_news .notice_list {
    width: 100%;
  }
  .notice_news .notice_list li {
    width: 100%;
    margin-bottom: 1.25rem;
    margin-right: 0;
  }
  .notice_news .notice_list li a {
    padding: 1.875rem;
    border: 0.2083rem solid #e6e6e6;
  }
  .notice_news .notice_list li a .notice_title {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    margin-bottom: 1rem;
    border-bottom: 0.08333rem solid #ba2e12;
  }
  .notice_news .notice_list li a .notice_txt {
    font-size: 1.417rem;
    height: 4.25rem;
    box-sizing: border-box;
    line-height: 1.41;
  }
  .notice_news .notice_list li a span {
    font-size: 1rem;
    margin-top: 1.375rem;
  }
  .notice_news .notice_list li:hover a {
    border: 0.2083rem solid #ba2e12;
  }
  .notice_news .notice_list li:hover a:after {
    display: none;
  }   
  .notice_news .notice_list li p.notice_tag{
    margin-top: 1.375rem;
  } 
  .notice_news .notice_list li p.notice_tag span{
    font-size: 1rem;
  }
  .notice_news .notice_list li.hub_card a .notice_title{
  	margin-bottom:3px;
  }
  .notice_news .notice_list li.hub_card a .notice_txt {
    height:6.625rem;
    margin-bottom: .882rem;
  }
  .notice_news.hub_hero_news .notice_list li a{
  	padding-top:calc(140px + 1.875rem);
  }
  .notice_news.hub_hero_news .notice_list li .hub_title{
  	font-size:1.754rem;
  	line-height:1.4;
  	height:5.2rem;
  }
  .notice_news.hub_hero_news .notice_list li .hub_txt{
  	font-size:1.35rem;
  	line-height:1.8rem;
  	height:3.7rem;
  }
  .notice_news.hub_hero_news .notice_list li .img_group{
    height:140px;
  }
  .notice_news.hub_hero_news .notice_list li:hover a{
  	border: none;
  }
  .notice_news .slide_control {
    right: 1.667rem;
  }
  .notice_news.bg {
    background: #7899bc;
  }
  .notice_news.bg_field {
    background: url(../images/common/pc/img_field_bottom.jpg) 0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .notice_news.bg_type h3 {
    font-size: 2rem;
    padding-top: 3.958rem;
    padding-bottom: 1.667rem;
    padding-left: 1.667rem;
  }
  .notice_news.bg_type .notice_list {
    margin-bottom: 1.25rem;
  }
  .notice_news.bg_type .notice_list li {
    width: 100%;
    margin: 0 1.667rem 1.25rem 1.667rem;
    border: none;
  }
  .notice_news.bg_type .notice_list li a {
    padding: 1.875rem 1.667rem;
  }
  .notice_news.bg_type .notice_list li a .notice_title {
    font-size: 0.9167rem;
    margin-bottom: 0.8333rem;
  }
  .notice_news.bg_type .notice_list li a .notice_txt {
    font-size: 1.333rem;
    height: 3.583rem;
    box-sizing: border-box;
  }
  .notice_news.bg_type .notice_list li a span.notice_date {
    font-size: 0.9167rem;
    margin-top: 1.375rem;
  }
  .notice_news.bg_type .notice_list li:hover {
    display: none;
  }
  .notice_news.hub_news2 .notice_list li a{
    padding:1.875rem;
  }
  .notice_news.hub_news2 .notice_list li a .notice_title{
    height:auto;
    border-bottom:none;
    /*text-decoration: underline;*/
  }
  .notice_news.hub_news2 .notice_list li a .notice_txt{
    font-size: 1.417rem;
    min-height:4.25rem;
    height: auto;
  }
  .notice_news.hub_news3 {
    margin-top:0px;
  }
  .notice_news.hub_news3 .notice_list li a{
    border: none;
  }
  .notice_news.hub_news3 .notice_list li:hover a{
    border: none;
  }
  .notice_slide.hub_slide4 .notice_list li::after{
    display:none;
  }
  .hub_video {
    padding: 2.5rem 1.667rem 2.5rem 1.667rem;
    margin-top: 0.8333rem;
  }
  .hub_video .video_list li{
    width: 100%;
    margin-bottom: 1.25rem;
    margin-right: 0;
  }
  .hub_video .video_list li .thumbnail_area{
    height:300px;
  }
  .hub_video .video_list li .thumbnail_area img{
    transform: translateY(-15%);
  }
  .hub_video .video_list li:nth-of-type(3n){
    margin-right: 0;
  }
  .hub_video .video_list li .txt_area{
    padding-top:1.667rem;
    padding-bottom:1.667rem;
  }
  .hub_video .video_list li .title{
    height:auto;
    font-size: 1.333rem;
    margin-top:1rem;
    margin-bottom:1.375rem;
  }
  .news_content_area {
    background: #f2f2f2;
  }
  .news_content_area .content_box {
    padding: 0 1.667rem ;
    box-sizing: border-box;
  }
  .news_content_area ul.btn_group {
    margin-left: 0;
    margin-bottom: 1.75rem;
  }
  .news_content_area ul.btn_group li {
    padding-left: 1.667rem;
    margin-right: 1.667rem;
  }
  .news_content_area ul.btn_group li:before {
    display: block;
    content: '';
    width: 0.08333rem;
    height: 1rem;
    background: #999;
    position: absolute;
    top: 0.25rem;
    left: 0;
  }
  .news_content_area ul.btn_group li:first-child {
    padding-left: 0;
  }
  .news_content_area ul.btn_group li:first-child:before {
    display: none;
  }
  .news_content_area .btn_center_box {
    background: #f2f2f2;
    padding-bottom: 0;
  }
  .content_view .view_area {
    background: #fff;
    padding: 0 1.667rem 4rem 1.667rem;
  }
  .content_view .view_area h2 {
    font-size: 1.333rem;
    margin-bottom: 1.333rem;
  }
  .content_view .view_area h3 {
    font-size: 0.833rem;
    line-height: 1.75;
    margin-bottom: 1.333rem;
  }
  .content_view .view_area p {
    font-size: 1.208rem;
    margin-bottom: 0;
  }
  .content_view .view_area ul li {
    font-size: 1.208rem;
    padding-bottom: 0.8333rem;
    padding-left: 0.8333rem;
  }
  .content_view .view_area ul li:before {
    width: 0.2083rem;
    height: 0.2083rem;
    top: 1.057rem;
  }
  .content_view p.link {
    background: #fff;
    padding: 0 1.667rem 2.5rem 1.667rem;
  }
  .content_view p.attached_file {
    background: #fff;
    padding: 0 1.667rem 2.5rem 1.667rem;
  }
  .content_view p.attached_file strong {
    font-size: 1.25rem;
    padding-bottom: 1.125rem;
  }
  .content_view p.attached_file a {
    font-size: 1.167rem;
  }
  .content_view a.text {
    font-size: 1.25rem;
  }
  .content_view .tag_area {
    background: #fff;
    padding: 0 1.667rem 4.583rem 1.667rem;
  }
  .content_view .tag_area .tag_title {
    font-size: 1.25rem;
    padding-bottom: 1.125rem;
  }
  .content_view .tag_area .tag_box a {
    font-size: 1.167rem;
  }
  .content_view .paging {
    border: none;
    margin-top: 0.8333rem;
    box-sizing: border-box;
    padding: 3.333rem 1.667rem;
    background: #fff;
  }
  .content_view .paging a {
    font-size: 1.38rem;
    width: calc(100%/2 - 2.4rem);
    height: 3.333rem;
    padding-left: 3.9rem;
  }
  .content_view .paging a span {
    vertical-align: -1.208rem;
    height: 1.75rem;
    display: none;
  }
  .content_view .paging a.prev {
    border-left: none;
    margin-right: 0.225rem;
  }
  .content_view .paging a.prev:before {
    top: 0.4167rem;
    left: 1.375rem;
  }
  .content_view .paging a.prev:after {
    width: 3.333rem;
    height: 3.333rem;
  }
  .content_view .paging a.list {
    width: 3.333rem;
    height: 3.333rem;
    margin-left: 0.5rem;
  }
  .content_view .paging a.list:before {
    background: url('../images/common/mo/img_sprite.png') no-repeat -9.583rem -10.83rem;
    -webkit-background-size: 25rem 25rem;
    -ms-background-size: 25rem 25rem;
    -moz-background-size: 25rem 25rem;
    -o-background-size: 25rem 25rem;
    background-size: 25rem 25rem;
    width: 1.333rem;
    height: 1.167rem;
    top: 1.083rem;
    left: 1rem;
  }
  .content_view .paging a.next {
    border-left: none;
    padding-right: 3.667rem;
  }
  .content_view .paging a.next:before {
    top: 0.4167rem;
    right: 1.375rem;
  }
  .content_view .paging a.next:after {
    width: 3.333rem;
    height: 3.333rem;
  }
  .content_view .paging a:after {
    top: 0;
  }
  .search .search_result {
    background: #f2f2f2;
  }
  .search p.result_text {
    background: #fff;
    padding-bottom: 2.25rem;
    margin-bottom: 0.8333rem;
  }
  .search_cont_area {
    background: #fff;
  }
  .search_cont_area .fixed_mo_tab.fixed {
    top: 4.583rem;
  }
  .search_cont_area .search_tab {
    position: relative;
    height: 4.583rem;
    box-sizing: border-box;
    z-index: 12;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .search_cont_area .search_tab li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 1.667rem 0 1.667rem;
    width: auto;
    height: 4.583rem;
    box-sizing: border-box;
    border-bottom: none;
  }
  .search_cont_area .search_tab li a {
    font-size: 1.417rem;
    line-height: 3.08;
    padding-bottom: 0;
    padding-top: 0;
  }
  .search_cont_area .search_tab li.on {
    border-bottom: none;
  }
  .search_cont_area .search_tab li.on a {
    border-bottom: 0.25rem solid #ba2e12;
    padding-bottom: 0;
    box-sizing: border-box;
  }
  .search_cont_area .search_tab::-webkit-scrollbar {
    display: none;
  }
  .search_cont_area .search_content {
    border-top: 0.08333rem solid #ccc;
    margin-top: -0.08333rem;
    padding: 0 1.667rem;
    width: 100%;
    box-sizing: border-box;
  }
  .search_cont_area .search_content h3 {
    font-size: 1.417rem;
    padding-top: 2.917rem;
  }
  .search_cont_area .search_content .field_list li {
    width: 100%;
    height: 3.417rem;
    max-width: none;
    margin-bottom: 0.08333rem;
    margin-right: 0;
  }
  .search_cont_area .search_content .field_list li a {
    font-size: 1.167rem;
    box-sizing: border-box;
    padding: 1rem 0.7083rem;
  }
  .search_cont_area .search_content .thumnail_list ul.lawyer_profile {
    margin-left: 0;
    margin-right: 0;
  }
  .search_cont_area .search_content ul.bullet_list li a {
    font-size: 1.167rem;
  }
  .search_cont_area .no_data {
    margin-top: 5.833rem;
  }
  .search_cont_area .no_data span {
    font-size: 1rem;
  }
  .privacy {
    background: #fff;
  }
  .privacy .privacy_box {
    margin: 0;
    padding: 0;
    border-top: 0.08333rem solid #ccc;
    padding: 2.917rem 1.667rem 4.167rem 1.667rem;
  }
  .privacy .fixed_mo_tab.fixed {
    top: 4.583rem;
  }
  .privacy .menu_tab_all li {
    width: 100%;
  }
  .privacy h2 {
    font-size: 2.667rem;
    padding-bottom: 5.708rem;
  }
  .privacy ul.btn_tab {
    position: relative;
    z-index: 12;
    height: 4.708rem;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 0;
    padding-left: 1.667rem;
    justify-content: space-between;
  }
  .privacy ul.btn_tab li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 4.708rem;
    box-sizing: border-box;
    padding-right: 3.333rem;
  }
  .privacy ul.btn_tab li a {
    font-size: 1.417rem;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 1.583rem;
    position: relative;
  }
  .privacy ul.btn_tab li a.on {
    padding-bottom: 1.25rem;
    border-bottom: 0.2083rem solid #ba2e12;
  }
  .privacy ul.btn_tab::-webkit-scrollbar {
    display: none;
  }
  .privacy .privacy_tab {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 4.583rem;
  }
  .privacy p.title {
    margin: 0;
    padding: 0;
    margin-bottom: 1.333rem;
    line-height: 1.41;
    font-size: 1.417rem;
  }
  .privacy p.small_title {
    margin: 0;
    padding: 0;
    margin-bottom: 1.583rem;
    font-size: 1.333rem;
  }
  .privacy p.small_title2 {
    margin: 0;
    padding: 0;
    margin-bottom: 1.333rem;
    font-size: 1.25rem;
  }
  .privacy p.text {
    font-size: 1.167rem;
    line-height: 1.5;
    padding-bottom: 1.75rem;
  }
  .privacy ul.bullet_list li a {
    font-size: 1.167rem;
    color: #333;
    font-weight: normal;
  }
  .privacy ul.bullet_list li ul {
    margin-top: 0.6667rem;
  }
  .privacy ul.bullet_list li ul li {
    line-height: 1.5;
    padding-bottom: 1.083rem;
  }
  .privacy ul.bullet_list li ul li:before {
    top: -0.1667rem;
  }
  .privacy ul.bullet_list.decimal li {
    color: #666;
    padding-left: 0.2083rem;
  }
  .privacy ul.bullet_list.no_bullet li {
    line-height: 1.5;
  }
  .notice_slide .slide_control {
    right: 0;
  }
  .notice_slide .slide_control span a:before {
    background-position: -15.42rem -7.5rem;
  }
  .notice_slide .slide_control span a.disabled:before {
    background-position: -14.58rem -7.5rem;
  }
  .notice_slide .slide_control span a.bx-next:before {
    background-position: -16.25rem -7.5rem;
  }
  .notice_slide .slide_control span a.bx-next.disabled:before {
    background-position: -17.08rem -7.5rem;
  }
  .notice_news.hub_news3 .notice_slide .slide_control span a:before{
    background-position: -12.08rem -7.5rem;
  }
  .notice_news.hub_news3 .notice_slide .slide_control span a.disabled:before{
    background-position: -11.25rem -7.5rem;
  }
  .notice_news.hub_news3 .notice_slide .slide_control span a.bx-next:before{
    background-position: -12.92rem -7.5rem;
  }
  .notice_news.hub_news3 .notice_slide .slide_control span a.bx-next.disabled:before{
    background-position: -13.75rem -7.5rem;
  }
  .scroll_fixed {
    position: fixed !important;
    top: 4.583rem !important;
    left: 0 !important;
    z-index: 10;
    width: 100% !important;
    border-bottom: 0.0833rem solid #ccc !important;
    background: #fff;
    box-sizing: border-box;
  }
  .scroll_fixed.top {
    top: 10.708rem !important;
  }
  .location .office_top {
    position: relative;
  }
  .location .office_top li {
    width: 16%;
    height: 15rem;
    box-sizing: border-box;
    padding: 0;
  }
  .location .office_top li a {
    padding-top: 5.666rem;
  }
  .location .office_top li:first-child {
    position: absolute;
    top: 0;
    left: 0;
  }
  .location .office_top li:first-child a {
    right: 0;
    padding-top: 6.666rem;
  }
  .location .office_top li:nth-child(2) {
    padding: 0;
  }
  .location .office_top li:nth-child(2) a {
    font-size: 2.1666rem;
    color: #fff;
    font-weight: normal;
  }
  .location .office_top li:nth-child(2) a span {
    font-size: 1.333rem;
    color: #fff;
    font-weight: normal;
  }
  .location .office_top li:last-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 16%;
    background: none !important;
  }
  .location .office_top li:last-child a {
    left: 0;
    width: 100%;
    padding-top: 6.666rem;
  }
  .location .office_cont .office_tab {
    padding-top: 0;
    padding-left: 1.666rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    box-sizing: border-box;
  }
  .location .office_cont .office_tab li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 3.5rem;
  }
  .location .office_cont .office_tab li a {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    font-size: 1.426rem;
    color: #222;
    font-weight: normal;
    height: 4.375rem;
    box-sizing: border-box;
  }
  .location .office_cont .office_tab li:last-child {
    padding-right: 4.333rem;
  }
  .location .office_cont .office_container .office_section .location_info {
    flex-wrap: wrap;
    max-width: inherit;
  }
  .location .office_cont .office_container .office_section .location_info img {
    width: 100%;
    max-width: inherit;
  }
  .location .office_cont .office_container .office_section .location_info .google_wrap {
    width: 100%;
    max-width: inherit;
  }
  .location .office_cont .office_container .office_section .location_info .info_text {
    max-width: inherit;
    width: 100%;
    margin-left: 0;
    padding: 3.333rem 1.666rem;
    height: auto;
    box-sizing: border-box;
  }
  /* 구성원 추가 */
  .location .office_cont .office_container .office_section .related_p_info {
  	box-sizing: border-box; 
  	width: 100%;
  	flex-wrap: wrap;
  	padding: 20px; 
  }
  .location .related_p_info .field_lawyer {
  	padding: 0; 
  	background: transparent; 
  }
  .location .related_p_info .slide_control {
  	 display: block; 
  }
  /* //구성원 추가 */
  .location .office_cont .office_container .office_section .location_info .info_text .title {
    margin: 0;
    padding: 0;
    position: relative;
    padding-top: 1.916rem;
    font-size: 2.1666rem;
    color: #222;
    font-weight: normal;
  }
  .location .office_cont .office_container .office_section .location_info .info_text .title:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3.333rem;
    height: 0.25rem;
    box-sizing: border-box;
    background: #ba2e12;
  }
  .location .office_cont .office_container .office_section .location_info .info_text .map_text {
    font-size: 1.25rem;
    color: #222;
    font-weight: normal;
  }
  .location .office_cont .office_container .office_section .location_info .info_text .map_text span {
    display: none;
  }
  .location .office_cont .office_container .office_section .location_info .info_text dl {
    padding-top: 1.25rem;
  }
  .location .office_cont .office_container .office_section .location_info .info_text dl dd a {
    font-size: 1.1666rem;
    color: #666;
    font-weight: normal;
  }
  .location .office_cont .office_container .office_section .location_info .info_text dl dd span.tel:after {
    display: none;
  }
  .location .office_cont .office_container .office_section .location_info .info_text .btn_center_box {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    justify-content: flex-start;
    padding: 0;
    background: transparent;
  }
  .location .office_cont .office_container .office_section .location_info .info_text .btn_center_box a {
    padding: 0 12px 0 36px;
  }
  .location .office_cont .office_container .office_section .location_info .info_text .btn_center_box a.print {
    display: none;
  }
  .location .office_cont .office_container .office_section .location_info .info_text .btn_center_box a.naver:before {
    left: 13px !important;
  }
  .location .office_cont .office_container .office_section .location_info .info_text .btn_center_box a.google:before {
    left: 12px !important;
  }
  .location .office_cont .office_container .office_section .location_traffic {
    max-width: inherit;
    padding: 0 1.666rem;
    background: #fff;
    box-sizing: border-box;
  }
  .location .office_cont .office_container .office_section .location_traffic dl {
    display: block;
  }
  .location .office_cont .office_container .office_section .location_traffic dl dt {
    width: 100%;
    margin-bottom: 1.583rem;
    font-size: 1.526rem;
    color: #222;
    font-weight: normal;
  }
  .location .office_cont .office_container .office_section .location_traffic dl dd {
    width: 100%;
  }
  .location .office_cont .office_container .office_section .location_traffic dl dd ul li {
    font-size: 1.166rem;
    color: #666;
    font-weight: normal;
  }
  .location .office_cont .office_container .office_section .location_traffic dl dd ul li span {
    width: 1.5rem;
    height: 1.5rem;
    box-sizing: border-box;
    padding-top: 0;
    margin-right: 0.416rem;
    line-height: 1.5rem;
    font-size: 0.916rem;
    color: #fff;
    font-weight: normal;
  }
  .location .office_cont .office_container .office_section .location_traffic dl dd.subway ul li {
    position: relative;
    margin-bottom: 0;
    padding-left: 2.083rem;
    line-height: 1.5;
  }
  .location .office_cont .office_container .office_section .location_traffic dl dd.subway ul li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5rem;
  }
  .location .office_cont .office_container .office_section .location_traffic dl dd.subway ul li em.mob_block {
    font-style: normal;
    display: block;
  }
  .location .office_cont .office_container .office_section .location_traffic dl dd.bus li {
    text-indent: -3.7rem;
    padding-left: 3.7rem;
  }
  .location .office_cont .office_container .office_section .location_traffic dl dd.bus li span {
    width: 3.333rem;
    text-indent: 0;
  }
  .location .office_cont .office_container .office_section .location_traffic dl dd.car span {
    font-size: 1.166rem;
    color: #666;
    font-weight: normal;
  }
  .location .office_cont .office_container .office_section .location_traffic dl dd.car span.bold {
    width: inherit;
    height: inherit;
    box-sizing: border-box;
    font-size: 1.166rem;
    color: #222;
    font-weight: normal;
  }
  .location .office_cont .office_container .office_section .location_traffic dl dd.car span.arrow {
    margin-right: 0.416rem;
  }
  .contact_us .content {
    background: #fff;
  }
  .contact_us h3 {
    font-size: 1.583rem;
  }
  .contact_us span.tel {
    padding-left: 0;
  }
  .contact_us span.tel:after {
    display: none;
  }
  .contact_us .top_area {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.667rem 3.333rem 1.667rem;
    background: #fff;
  }
  .contact_us .top_area ul.box_cont {
    background: #f2f2f2;
    display: block;
    padding: 2.083rem 1.667rem 1.25rem 1.667rem;
  }
  .contact_us .top_area ul.box_cont li {
    margin: 0 0 0.8333rem 0;
    width: auto !important;
  }
  .contact_us .top_area ul.box_cont li span {
    font-size: 1.333rem;
  }
  .contact_us .top_area ul.box_cont li span.tel a {
    color: #ba2e12;
    text-decoration: underline;
  }
  .contact_us .top_area ul.box_cont li span:last-child {
    margin-left: 0.375rem;
  }
  .contact_us .top_area ul.box_cont + ul.box_cont {
    margin-top: 0;
  }
  .contact_us .link_area .inner_cont ul {
    width: 100%;
    padding: 3.75rem 1.667rem 5rem 1.667rem;
    box-sizing: border-box;
  }
  .contact_us .link_area .inner_cont ul li {
    width: 100%;
    margin-top: 1.25rem;
    border: 0.2083rem solid #e6e6e6;
    padding: 2.083rem;
  }
  .contact_us .link_area .inner_cont ul li .title {
    font-size: 1.417rem;
    margin-bottom: 0.5833rem;
  }
  .contact_us .link_area .inner_cont ul li .title span {
    font-size: 1rem;
    margin-left: 0.8333rem;
  }
  .contact_us .link_area .inner_cont ul li .text {
    font-size: 1.333rem;
    line-height: 1.58;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    padding-bottom: 1.083rem;
  }
  .contact_us .link_area .inner_cont ul li .btn_text_more {
    font-size: 1rem;
  }
  .contact_us .link_area .inner_cont ul li .btn_text_more:after {
    background-position: -18.33rem -7.5rem;
    width: 0.4583rem;
    height: 0.75rem;
    top: 0.25rem;
  }
  .contact_us .work_info {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.667rem 5rem 1.667rem;
  }
  .contact_us .work_info ul.info_list {
    border-top: 0.08333rem solid #222;
    min-width: auto;
  }
  .contact_us .work_info ul.info_list > li {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }
  .contact_us .work_info ul.info_list > li p.label {
    width: 100%;
    height: 5.417rem;
    box-sizing: border-box;
    position: relative;
    border-bottom: 0.08333rem solid #f6f6f6;
    display: flex;
    align-items: center;
  }
  .contact_us .work_info ul.info_list > li p.label a {
    color: #222;
    text-align: left;
    font-family: 'NotoSansMedium' !important;
    padding-left: 0.7917rem;
    font-size: 1.417rem !important;
  }
  .contact_us .work_info ul.info_list > li p.label a br {
    display: none;
  }
  .contact_us .work_info ul.info_list > li p.label a:before {
    background: url('../images/common/mo/img_sprite.png') no-repeat -1.667rem -5rem;
    -webkit-background-size: 25rem 25rem;
    -ms-background-size: 25rem 25rem;
    -moz-background-size: 25rem 25rem;
    -o-background-size: 25rem 25rem;
    background-size: 25rem 25rem;
    width: 1.333rem;
    height: 1.333rem;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    left: auto;
    margin-top: -0.6667rem;
  }
  .contact_us .work_info ul.info_list > li p.label a.on {
    color: #ba2e12;
  }
  .contact_us .work_info ul.info_list > li p.label a.on:before {
    background-position: 0 -5rem;
  }
  .contact_us .work_info ul.info_list > li p.label:after {
    display: none;
  }
  .contact_us .work_info ul.info_list > li .info_list_cont {
    display: none;
    width: 100%;
    padding-left: 0.7917rem;
    border-bottom: 0.08333rem solid #e6e6e6;
  }
  .contact_us .work_info ul.info_list > li .info_list_cont ul {
    padding-top: 0.8333rem;
    padding-bottom: 0.625rem;
    display: block;
  }
  .contact_us .work_info ul.info_list > li .info_list_cont ul li {
    padding: 1.25rem 0 1.667rem 0;
    margin-left: 0;
  }
  .contact_us .work_info ul.info_list > li .info_list_cont ul li p {
    font-size: 1rem;
  }
  .contact_us .work_info ul.info_list > li .info_list_cont ul li p span.tel a {
    color: #ba2e12;
    text-decoration: underline;
  }
  .contact_us .work_info ul.info_list > li .info_list_cont ul li p a {
    font-size: 1rem;
    margin-left: 0.4167rem;
  }
  .contact_us .work_info ul.info_list > li .info_list_cont ul li p.name {
    font-family: 'NotoSansMedium' !important;
    font-size: 1.333rem;
  }
  .contact_us .work_info ul.info_list > li .info_list_cont ul li p.name span {
    font-size: 1.042rem;
    margin-left: 0.375rem;
    font-family: 'NotoSansDemiLight' !important;
  }
  .office .visual_area {
    padding-top: 6.873rem;
    background-position: 0 4.583rem !important;
  }
  .office .visual_area .scrollwrap {
    width: 100%;
    position: fixed;
    top: 4.583rem;
    background-color: #fff;
    z-index: 13;
  }
  .office .visual_area .page_tab {
    background: #fff !important;
    height: unset;
    min-width: 100%;
    width:auto;
    overflow-x: auto;
    display: -webkit-box;
    position: relative;
  }
  .office .visual_area .page_tab li {
    margin: 0;
    /* white-space: nowrap; */
    white-space: normal;
    width:22%;
  }
  .office .visual_area .page_tab li a {
    height: 100%;
    padding-top: 0;
    font-size: 1.417rem;
    line-height: 3;
    color: #222;
  }
  .office .visual_area .page_tab li a.on {
    border-bottom: 3px solid #ba2e12;
    color: #ba2e12;
  }
  .office .visual_area.contribution {
    background: url(../images/common/pc/bg_office_contribution.jpg) repeat-y center 0;
    background-size: auto 100vh;
    background-position: bottom center !important;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
  }
  .office .visual_area.contribution .big_text {
    padding: 5.583rem 0.83rem 0 !important;
  }
  .office .visual_area.contribution .big_text span {
    font-size: 1.417rem;
  }

  .office .visual_area.global .big_text {
    padding: 5.583rem 0.83rem 0 !important;
  }
  .office .visual_area.global .big_text span {
    font-size: 1.417rem;
  }
  .office .visual_area.introduce + .content.bg {
    height: auto;
  }
  .office .visual_area .big_text {
    font-size: 2.66rem !important;
    padding: 5.583rem 0.83rem 0 !important;
  }
  .office .visual_area .big_text span {
    font-size: 1.417rem;
  }
  .office .visual_area .small_text {
    font-size: 1.166rem;
    margin-top: 1.417rem;
    padding: 0 0.83rem;
  }
  .office .visual_area .contribution_list {
    padding: 5.04rem 0.83rem;
  }
  .office .visual_area .contribution_list ul li {
    width: 94%;
    margin: 0 auto;
  }
  .office .visual_area .contribution_list ul li a {
    padding: 2.5rem 0;
  }
  .office .visual_area .contribution_list ul li + li {
    margin: 1.25rem auto 0;
  }

  /* 20191224 :s */
  /* .office .visual_area.innovation {
    background-position:center !important;
    background-size: 2000% 100% !important;
  } */

  .office .visual_area.innovation .text_box {
    padding-top: 6.583rem;
  }

  .office .visual_area.innovation .text_box h2 {
    font-size: 2.66rem;
    color: #fff;
    font-weight: normal;
    font-family: 'NotoSansMedium' !important;
    padding: 0;
    max-width: 1240px;
    margin: 0 auto;
    width: 96%;
    word-wrap: break-word;
  }
  .office .visual_area.innovation .text_box h2 span {
    display: block;
    font-size: 1.417rem;
    font-family: 'NotoSansDemiLight' !important;
    margin-top: 20px;
  }
  .office .visual_area.innovation .text_box h2:after {
    display: block;
    content: '';
    width: 3px;
    height: 2rem;
    background: #fff;
    margin: 1.3rem auto 1.2rem;
  }

  .office .visual_area.innovation .text_box .small_text {
    margin: 1rem 1.5rem 7.5rem;
  }
  
  .office .visual_area.innovation .text_box .small_text {
    padding: 0;
  }

  .office .visual_area.innovation .center {
    padding: 0;
  }

  .office .visual_area.innovation .center .big_text {
    padding: 0!important;
    font-size: 1.2rem !important;
    font-style: italic;
  }
  .office .visual_area.innovation .center .big_text span {
    display: block;
  }

  .office .visual_area.innovation .center .big_text br {
    display: none;
  }
  .office .visual_area.innovation .center .big_text:before {
    left: 0;
  }
  .office .visual_area.innovation .center .big_text:after {
    right: 0;
  }
  .office .visual_area.innovation .center .small_text {
    font-size: 1rem !important;
  }
  .office .visual_area .innovation_list ul {
    padding: 9.04rem 1.5rem;
  }
  .office .visual_area .innovation_list ul li {
    float: none;
    width: 100%;
    margin: 0 0 9.04rem 0;
    text-align: center;
    padding-left: 0;
  }
  .office .visual_area .innovation_list ul li:last-child {
    margin-bottom: 0;
  }
  .office .visual_area .innovation_list ul li span {
    letter-spacing: 0;
  }
  .office .visual_area .innovation_list ul li:nth-child(1):after {
    width: 60px;
  }
  .office .visual_area .innovation_list ul li:nth-child(2):after {
    width: 60px;
  }

  .office .visual_area .innovation_list ul li:nth-child(3):after {
    width: 70px;
  }

  .office .visual_area .innovation_list ul li:after {
    left: 56%;
    top: -85px;
    background-size: contain;
  }

  /* 20191224 :e */

  /* 20200108 :s */
  .office .visual_area.diversity .text_box {
    padding-top: 0;
  }
  .office .visual_area.diversity .big_text {
    padding: 5.583rem 0.83rem 0 !important;
  }

  .office .diversity_cnt {
    margin: 0;
    text-align: center;    
    box-sizing: border-box;
  }

  .office .diversity_cnt .cnt_box {
    padding:6.583rem 3.583rem;
  }
  .office .diversity_cnt .inner > div:nth-child(1) {
    float: none;
    width: 100%;
    margin: auto;
  }
  .office .diversity_cnt .inner > div:nth-child(2) {
    float: none;
    width: 100%;
  }
  .office .diversity_cnt .cnt_box .img_box {
    width: 80% !important;
    margin: auto;
  }

  .office .diversity_cnt .cnt_box .text_box {
    position: relative;
    top: inherit;
    right: inherit;
    transform: none;
  }
  .office .diversity_cnt .cnt_box.right_box .inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }
  .office .diversity_cnt .cnt_box.right_box .text_box {
    left: inherit;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  .office .diversity_cnt .cnt_box .text_box p {
    margin: 3.583rem 0;
    font-size: 20px;
  }
  .office .diversity_cnt .cnt_box .text_box p:after {
    left:50%;
    bottom: -20px;
    width: 10%;
    transform:translateX(-50%);
  }
  .office .diversity_cnt .cnt_box.right_box .text_box p:after {
    left:50%;
    right:inherit;
  }
  .office .diversity_cnt .cnt_box.right_box .text_box span br {
    display: none;
  }

  .office .diversity_cnt .cnt_box a {
    width: 50%;
    margin: 40px auto 0;
  }
  .office .diversity_cnt .link {
    /* margin: 0; */
    padding: 0 0 6.583rem 0;
  }

  .office .diversity_cnt .link a {
    display: block;
    width: 90%;
    margin: 20px auto 0;
  }
  .office .diversity_cnt .link > div:nth-child(2) {
    margin-top: 50px;
  }
  .hub_line_topics .topic_more > div{
    width: 100%;
  }
  .hub_line_topics .btn_version{
    display: block;
    width: 90%;
    background-size: 6px;
    background-position-y: 51%;
  }
  /* 20200108 :e */

  .office .content.bg {
    padding-top: 0;
    padding: 2.438rem 0.56rem;
    background-size: cover;
    height: auto;
  }
  .office .content ul.cont_list {
    display: none;
  }
  .office .content ul.cont_list.mobile {
    display: block;
    overflow: hidden;
    width: 100%;
  }
  .office .content ul.cont_list li {
    width: 100%;
    margin-left: 0;
    height: auto;
    float: none;
    padding: 2.7033rem 0;
  }
  .office .content ul.cont_list li a {
    padding-top: 0 !important;
  }
  .office .content ul.cont_list li a .title {
    font-size: 5.2308rem !important;
    margin-left: 0 !important;
  }
  .office .content ul.cont_list li a .title span {
    font-size: 1.2205rem;
  }
  .office .content ul.cont_list li a .title.img_title img {
    max-width: 48%;
    width: fit-content;
    height: 48%;
  }
  .office .content ul.cont_list li a .title.img_title:after {
    background: none;
    width: 0;
    height: 0;
    margin: 0;
  }
  .office .content ul.cont_list li a .text {
    font-size: 1.3949rem;
  }
  .office .content ul.cont_list li a .svgContainer {
    width: 48%;
    margin: 0 auto;
    position: static;
    height: 6rem;
  }
  .office .content ul.cont_list li.center a .text {
    margin: 1.2205rem auto 0;
    padding-top: 1.8rem;
  }
  .office .content ul.cont_list li.transparent {
    float: left;
    width: 49%;
    margin-right: 2%;
    padding: 0;
  }
  .office .content ul.cont_list li.transparent:nth-child(2n+1) {
    margin-right: 0;
  }
  .office .content ul.cont_list li.transparent a {
    display: block;
    width: 100%;
  }
  .office .content ul.cont_list li.transparent a .title.img_title {
    margin: 2.3rem auto 1.3rem;
  }
  .office .content ul.cont_list li.transparent a .title.img_title img {
    max-width: initial;
    width: auto;
    height: 6.25rem;
    vertical-align: middle;
  }
  .office .content ul.cont_list li.transparent a .text {
    width: 100%;
    margin: 0 auto 2.3rem !important;
  }
  .office .content ul.cont_list li.wide.bg4 {
    background: rgba(255, 255, 255, 0.95) url('../images/common/mo/bg_office_list04.png') no-repeat 50% 3.033rem;
    background-size: 80%;
  }
  .office .content ul.cont_list li.wide.bg1 {
    background: rgba(255, 255, 255, 0.95) url('../images/common/mo/bg_office_list01.png') no-repeat 50% 0;
    background-size: 100%;
  }
  .office .content ul.cont_list li.wide.bg2 {
    background: rgba(255, 255, 255, 0.95);
  }
  .global_wrap .global_map a {
    font-size: 0.85rem;
    cursor: default;
    pointer-events: none;
    padding-bottom: 0.7%;
  }
  .global_wrap .global_map {
    cursor: not-allowed;
    pointer-events: none;
  }
  .global_wrap .global_map a.btn_land{
  	transform: translateY(55%);
  }
  .global_wrap .global_map a.btn_land .pin_pos .pin {
    display: none;
  }
  /* .global_wrap .global_map a:after {
    display: none;
  } */
  /* .global_wrap .global_map a.asia {
    top: 50%;
    left: 37%;
  }
  .global_wrap .global_map a.mena {
    top: 45%;
    left: 22%;
  }   
  */
  .global_wrap .layer_map {
    display: none !important;
  }
  .global_wrap .global_map {   
    display: block !important;
    position:relative!important;
    opacity: 1 !important;
    transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    /* background-color:#fafafa; */
    background: url(../images/common/pc/map/n_bg_global_wrap_1920.jpg) no-repeat left top;
    background-size: cover;
    box-sizing: border-box;
  }
  .global_wrap .global_detail {
    display: none !important;    
  }
  .global_wrap .global_map a.btn_land .pin_pos .name_tag{
  	font-size:14px;  	
  }  
  .global_wrap .global_map a.asia{
    top:38%;
    left:32%;    
  }
  .global_wrap .global_map a.europe{
    top:32%;
  }
  .global_wrap .global_map a.mena{
    left:15%;
  }
  .global_wrap .global_map a.oceania{    
    top:72%;
    left:40%;
  }  
  .global_wrap .global_map a.south_america{
    left:81%;
  }
  .global_wrap .location_list_mo {
    display: block;
    background: #fff;
    padding: 0 2%;
  }
  .global_wrap .location_list_mo .box_gray .box_open {
    display: none;
    padding: 0;
  }
  .global_wrap .location_list_mo .box_gray .box_open ul li {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    border-bottom: 1px solid #fff;
    background: #f2f2f2;
  }
  .global_wrap .location_list_mo .box_gray .box_open ul li:before {
    background: none;
    width: 0;
    height: 0;
  }
  .global_wrap .location_list_mo .box_gray .box_open ul li button {
    outline: none;
    border: none;
    display: block;
    background: none;
    cursor: pointer;
    padding: 0.865rem 0.375rem;
    width: 100%;
    font-size: 1.167rem;
    color: #222;
    text-indent: 0.9375rem;
    text-align: left;
  }
  .global_wrap .location_list_mo .box_gray .box_open ul li button.donotuse {
    cursor: default;
    color: #999;
  }
  .global_wrap .location_list_mo .box_gray .box_open ul li button.position {
    cursor: default;
    color: #e37b00;
  }
  .global_wrap .location_list_mo .box_gray .box_open ul li button.orange {
    color: #e37b00;
  }
  .global_wrap .location_list_mo .box_gray h4 a.btn_toggle {
    font-size: 1.334rem;
    color: #222;
  }
  .layer .btn_layer_close {
    top: 1.53rem;
  }
  layer_dimm.layer_global_location {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    transition: all 1s ease-out;
    opacity: 0;
    display: none;
  }
  layer_dimm.layer_global_location.on {
    display: block;
    opacity: 0.6;
  }
  .layer.layer_global_location {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: scroll;
    border-top: 0.17rem solid #ba2e12;
    box-sizing: border-box;
    transition: all 0.5s ease-out;
    left: 0;
    top: 0;
    padding: 1.313rem 1.667rem;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .layer.layer_global_location.on {
    display: block;
  }
  .layer.layer_global_location .layer_cont {
    position: relative;
    padding-top: 0;
    overflow-y: scroll;
    height: 88%;
  }
  .layer.layer_global_location .layer_cont .layer_sub_title {
    margin-bottom: 1.75rem;
    font-size: 1.4266rem;
    color: #222;
    font-weight: normal;
    line-height: 1.4117;
  }
  .layer.layer_global_location .layer_cont .layer_desc {
    font-size: 1.25rem;
    color: #666;
    font-weight: normal;
    line-height: 1.466;
  }
  .layer.layer_global_location .layer_cont ul.lo_list {
    overflow: hidden;
    padding-left: 0;
  }
  .layer.layer_global_location .layer_cont ul.lo_list + ul {
    margin-top: 0;
  }
  .layer.layer_global_location .layer_cont ul.lo_list .nation_list {
    font-size: 1.5rem;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li {
    font-size: 1.307rem;
    line-height: 1.5;
    margin-top: 0.7rem;
    list-style-type: none;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl.ml8 {
    margin-left: 0.5rem;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl.ml8 dd ul {
    padding-left: 0 !important;
    margin-left: 0.8rem;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl dt {
    color: #ba2e12;
    position: relative;
    text-indent: 0.8rem;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl dt:before {
    content: '';
    background: #ba2e12;
    width: 0.2615rem;
    height: 0.2615rem;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl dd {
    margin-left: 0;
    color: #666;
    padding-left: 0.56rem;
    text-indent: -0.55rem;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl dd a.arrow{
    margin-right:5px;
  }
  .layer.layer_global_location .layer_cont ul.lo_list dl dd a.arrow:after{
    font-family: 'LatoBold';
    content:'>';
    margin-left:5px;
    display:inline-block;
    width:16px;
    height:16px;
    text-align:left;  
  }
  .layer.layer_global_location .layer_cont ul.lo_list dl dd.location a.arrow:after,
  .layer.layer_global_location .layer_cont ul.lo_list dl dd.news a.arrow:after{
	margin-left:13px;
  }  
  .layer.layer_global_location .layer_cont ul.lo_list li dl dd ul {
    padding-left: 0;
    padding-left: 0.8715rem;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl dd.location {
    margin-left: 0.73rem;
    margin-top: 0.7rem;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl dd.location a {
    color: #666;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl dd.news ul li a {
    color: #666;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl dd.professonals {
    text-indent: 0;
    padding-left: 0;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl dd.professonals ul {
    padding-left: 0.73rem;
    padding-top: 0.7rem;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl dd.professonals ul li {
    display: inline-block;
    width: auto;
    margin-right: 8px;
    margin-top: 0;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl dd.professonals ul li a {
    color: #666;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl dd.professonals ul li a span {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl dd.professonals ul li:first-of-type a span {
    display: none;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl dd.professonals ul li:last-of-type {
    margin-right: 0;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl dd.team {
    text-indent: 0;
    padding-left: 0;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl dd.team ul {
    padding-left: 0.73rem;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl dd.team ul li {
    display: inline-block;
    width: auto;
    margin-right: 8px;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl dd.team ul li a {
    color: #666;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl dd.team ul li a span {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl dd.team ul li:first-of-type a span {
    display: none;
  }
  .layer.layer_global_location .layer_cont ul.lo_list li dl dd.team ul li:last-of-type {
    margin-right: 0;
  }
  .layer.layer_global_location .layer_header h1 {
    margin: 0;
    padding: 0;
    font-family: 'NotoSansMedium' !important;
    padding-bottom: 1.688rem;
    padding-left: 2.3rem;
    font-size: 24px;
    color: #ba2f12;
    font-weight: normal;
  }
  .layer.layer_global_location .layer_header h1:before {
    display: inline-block;
    content: '';
    width: 1.8rem;
    height: 2.1rem;
    background: url(../images/common/pc/img_sprite.png) no-repeat -32.4rem 0;
    position: absolute;
    top: 1.7rem;
    left: 1.8rem;
    background-size: 37.500rem;
  }
  .layer.layer_global_location .layer_header h1.br_bottom {
    border-bottom: 1px solid #e6e6e6;
  }
  .history.visual_area {
    position: relative;
  }
  .history.visual_area .history_slide {
    position: relative;
    width: 100%;
  }
  .history.visual_area .history_slide ul.slide {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: flex-start;
  }
  .history.visual_area .history_slide ul.slide li {
    width: 100%;
  }
  .history.visual_area .history_slide ul.slide li .content_view {
    padding-top: 6.583rem;
    width: 100%;
    height: 966px;
    box-sizing: border-box;
  }
  .history.visual_area .history_slide ul.slide li .content_view h2 {
    font-size: 2.66rem;
    color: #fff;
    font-weight: normal;
    font-family: 'NotoSansMedium' !important;
    padding: 0;
    max-width: 1240px;
    margin: 0 auto;
    width: 96%;
    word-wrap: break-word;
  }
  .history.visual_area .history_slide ul.slide li .content_view h2 span {
    display: block;
    font-size: 1.417rem;
    font-family: 'NotoSansDemiLight' !important;
    margin-top: 20px;
  }
  .history.visual_area .history_slide ul.slide li .content_view h2:after {
    display: block;
    content: '';
    width: 3px;
    height: 2rem;
    background: #fff;
    margin: 1.3rem auto 1.2rem;
  }
  .history.visual_area .history_slide ul.slide li .content_view p.txt {
    font-size: 1.113rem;
    color: #fff;
    font-weight: normal;
    line-height: 1.67;
    text-align: center;
    max-width: 1024px;
    margin: 0 auto;
    width: 75%;
  }
  .history.visual_area .history_slide ul.slide li .content_view ul.sequence {
    margin: 13.375rem auto 0 auto;
    padding: 0 0.833rem;
  }
  .history.visual_area .history_slide ul.slide li .content_view ul.sequence li {
    position: relative;
    width: 94% !important;
    margin-left: 0;
    box-sizing: border-box;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .history.visual_area .history_slide ul.slide li .content_view ul.sequence li:before {
    display: block;
    content: '';
    width: 0.2083rem;
    height: 0.2083rem;
    background: #fff;
    position: absolute;
    top: 0.7333rem;
    left: 0;
  }
  .history.visual_area .history_slide ul.slide li .content_view ul.sequence li:nth-of-type(2n) {
    margin-left: 0;
  }
  .history.visual_area .history_slide ul.slide li .content_view ul.sequence.col3 li {
    width: 100% !important;
  }
  .history.visual_area .history_slide ul.slide li .content_view ul.sequence.col3 li + li {
    margin-left: 0;
  }
  .history.visual_area .history_slide ul.slide li .content_view.bg1 {
    background: url('../images/common/pc/bg_history_01.jpg') no-repeat left top;
    background-size: cover;
  }
  .history.visual_area .history_slide ul.slide li .content_view.bg2 {
    background: url('../images/common/pc/bg_history_02.jpg') no-repeat left top;
    background-size: cover;
  }
  .history.visual_area .history_slide ul.slide li .content_view.bg3 {
    background: url('../images/common/pc/bg_history_03.jpg') no-repeat left top;
    background-size: cover;
  }
  .history.visual_area .history_slide ul.slide li .content_view.bg4 {
    background: url('../images/common/pc/bg_history_04.jpg') no-repeat left top;
    background-size: cover;
  }
  .history.visual_area .history_slide ul.slide li .content_view.bg5 {
    background: url('../images/common/pc/bg_history_05.jpg') no-repeat left top;
    background-size: cover;
  }
  .history.visual_area .history_slide ul.slide li .content_view.bg6 {
    background: url('../images/common/pc/bg_history_06.jpg') no-repeat left top;
    background-size: cover;
  }
  .history.visual_area .history_slide ul.slide:after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    clear: both;
  }
  .history.visual_area .history_slide .slide_control {
    position: absolute;
    top: 15.9rem;
    left: 0;
    width: 100%;
  }
  .history.visual_area .history_slide .slide_control span {
    margin-left: 1rem;
    transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
  }
  .history.visual_area .history_slide .slide_control span a:before {
    background: url('../images/common/pc/img_sprite.png') no-repeat -40px -280px;
    -webkit-background-size: 600px 600px;
    -ms-background-size: 600px 600px;
    -moz-background-size: 600px 600px;
    -o-background-size: 600px 600px;
    background-size: 600px 600px;
    width: 31px;
    height: 59px;
  }
  .history.visual_area .history_slide .slide_control span a.disabled:before {
    background-position: 0 -280px;
  }
  .history.visual_area .history_slide .slide_control span a.bx-next:before {
    background-position: -80px -280px;
  }
  .history.visual_area .history_slide .slide_control span a.bx-next.disabled:before {
    background-position: -120px -280px;
  }
  .history.visual_area .history_slide .slide_control span.btn_next {
    float: right;
    margin-right: 1rem;
  }
  .history.visual_area .history_slide .slide_control:after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    clear: both;
  }
  .history.visual_area .history_slide .bx-controls {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-top: 3.483rem;
    width: 94%;
    margin: 0 2%;
    top: 29rem;
  }
  .history.visual_area .history_slide .bx-controls .bx-pager {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
  }
  .history.visual_area .history_slide .bx-controls .bx-pager .bx-pager-item {
    width: calc(100%/6);;
    text-align: center;
    position: relative;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
  }
  .history.visual_area .history_slide .bx-controls .bx-pager .bx-pager-item a {
    font-size: 1.33rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: bold;
    font-family: 'Lato' !important;
    margin-bottom: -26px;
    height: 78px;
  }
  .history.visual_area .history_slide .bx-controls .bx-pager .bx-pager-item a:after {
    display: block;
    content: '';
    width: 9px;
    height: 9px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 8px;
    margin: 0;
  }
  .history.visual_area .history_slide .bx-controls .bx-pager .bx-pager-item a.active {
    font-size: 1.7rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0;
  }
  .history.visual_area .history_slide .bx-controls .bx-pager .bx-pager-item a.active:before {
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -10px;
  }
  .history.visual_area .history_slide .bx-controls .bx-pager .bx-pager-item a.active:after {
    margin-top: 0;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: 22px;
  }
  .history.visual_area .history_slide .bx-controls .bx-pager:before {
    display: block;
    content: '';
    width: 100%;
    max-width: 1024px;
    height: 1px;
    box-sizing: border-box;
    background: #e6e6e6;
    opacity: 0.4;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -50%;
  }
  .detail.news .content_view .view_area p {
    margin-bottom: 0.883rem;
  }
  .global_wrap {
    background-size: contain;
  }
  .member_more_view {
    margin-top: -0.8333rem;
  }
  .member_more_view.pt0,
  .member_more_view.hochiminh {
		padding-top: 40px !important; 
  }
  /* 구성원 관련 */
  .member_more_view a {
    width: 100% !important;
    height: auto;
    margin: 0 auto 0.833rem;
    font-size: 1.167rem;
    padding: 1.25rem 0 1.25rem 0;
  }
  /* //구성원 관련 */

  .introduction_btn {
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 1.167rem;
    padding: 1.25rem 0 1.25rem 0;
  }


  .office .content ul.cont_list li.transparent.flip:hover a .title {
    margin: 2.3rem auto 1.3rem;
    line-height: 1.7;
  }
  .office .content ul.cont_list li.transparent.flip:hover a .text {
    margin: 0 auto 2.3rem !important;
    line-height: 1.35;
  }
  .result_news .arrow_tab .news_tab{
    display:block;
    text-align:center;
    padding-right:4rem;
  }
  .result_news .arrow_tab .news_tab li{   
    max-width: none;
    display:inline-block;
  } 
}
@media (min-width: 769px) and (max-width: 1024px) {
  .field_lawyer ul.lawyer_profile {
    flex-wrap: nowrap;
  }
  .field_lawyer ul.lawyer_profile li {
    width: 24%;
    margin-right: 1.33%;
  }
  ul.lawyer_profile.wide li {
    width: 24%;
    margin-right: 1.33%;
    max-width: inherit;
  }
  .thumnail_list ul.lawyer_profile li {
    width: 18%;
    margin-right: 2.5%;
  }
  .thumnail_list ul.lawyer_profile li .lawyer_info span.name a span {
    display: block;
  }
  .thumnail_list ul.lawyer_profile li:nth-of-type(even) {
    margin-right: 2.5%;
  }
  .thumnail_list ul.lawyer_profile li:nth-of-type(5n) {
    margin-right: 0;
  }
  .wide_box.contact ul.lawyer_profile li:nth-of-type(even) {
    margin-right: 1.33%;
  }
  .wide_box.contact ul.lawyer_profile li:nth-of-type(4n) {
    margin-right: 0;
  }
  .news .search_top span.big_input {
    width: calc(100% - 9.375rem);
  }
  .news .search_top a.btn_expertise {
    padding-bottom: 2.125rem;
  }
  .news .search_top a.btn_expertise.on {
    padding-bottom: 2.125rem;
  }
  .news .search_top a.btn_expertise:after {
    top: 1.563rem;
    right: 0.3125rem;
  }
  .search_cont_area .search_content .thumnail_list ul.lawyer_profile {
    margin-left: 0;
    margin-right: 0;
  }
  .search_cont_area .search_content .thumnail_list ul.lawyer_profile li:nth-child(5n) {
    margin-right: 0;
  }
  .search_cont_area .search_content .thumnail_list ul.lawyer_profile:after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    clear: both;
  }
  .search_cont_area .search_content ul.lawyer_profile.wide li {
    width: 18%;
  }
  .search_cont_area .search_content ul.lawyer_profile.wide li:last-child {
    margin-right: 0;
  }
  .result_news .board_list li.text {
    display: block;
  }
  .content_view .paging a span {
    height: 1.563rem;
    vertical-align: -1.5rem;
  }
  .privacy ul.btn_tab li {
    width: 50%;
  }
  .layer.layer_global_location .layer_header h1 {
    font-size: 31px;
  }
}
@media only screen and (max-height: 480px) and (min-width: 480px) and (orientation: landscape) {
  .top_info_mo {
    position: static !important;
  }
  .detail.member .aside_sticky {
    top: 4.583rem !important;
  }
  .office .visual_area.contribution {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 410px) {
  .location .office_cont .office_container .office_section .location_info .info_text .btn_center_box a.naver:before {
    left: 17px;
  }
  .location .office_cont .office_container .office_section .location_info .info_text .btn_center_box a.google:before {
    top: 15px;
    left: 17px;
  }
  .hub_video .video_list li .thumbnail_area{
    height:170px;
  }
}
/* s:20200309 추가 */
@media screen and (max-width: 871px) {
  .office .visual_area .page_tab li:nth-of-type(3) a {
    line-height:1.4;
  }
}
/* e:20200309 추가 */
@media screen and (max-width: 819px) {
  /* location 반응형 관련 css */
  .location .top_wrap {
    position: relative;
  }
  .location .pagination {
    display: block;
    position: absolute;
    bottom:8%;
    left: 50%;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
  }
  .location .office_navi {
    display: none;
  }
  .location .pagination li {
    display: inline-block;
    width: auto;
    margin-right: 10px;
  }
  .location .pagination li:last-child {
    margin-right: 0;
  }
  .location .pagination li a {
    display: block;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    border-radius: 100%;
    background-color:#aaa;
  }
  .location .pagination li.on a {
    background-color: #fff;
  }
  .location .arrow_navi {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4rem;
    font-size: 0;
    width: 4.332rem; height: 8rem;
  }
  .location .navi_prev {
    left: 1.5rem;
    background: url(/en/images/common/mo/ico_arrow_left.png) no-repeat center;
    background-size: 35%;
  }
  .location .navi_next {
    right: 1.5rem;
    background: url(/en/images/common/mo/ico_arrow_right.png) no-repeat center;
    background-size: 35%;
  }
}
@media screen and (max-width: 750px) {
  .contact_us .link_area .inner_cont ul li {
    padding: 1.3rem;
  }
  .contact_us .link_area .inner_cont ul li .text {
    padding-bottom: 0.5rem;
  }
  .office .visual_area .page_tab li a {
    font-size: 1rem;
  }

  /* 배경 오른쪽위 파란원 */
  .office .visual_area.innovation:before {
    display:block;
    content:'';
    /* width:212px;
    height:306px; */
    width:55%;
    height:21%;
    background: url('../images/common/mo/bg_innovation_circle.png') no-repeat;
    background-size: cover;
    position:absolute;
    right:0;
    top:0;
  }

  /* innvation 만년필 아이콘 모바일 위치 */
  .office .visual_area .innovation_list ul li:after {
    left: 64%;
    /* top: -85px;
    background-size: contain; */
  }

  /* about tab 메뉴 */
  .container.office .menu_tab_all .title {
    padding: 0.8rem 1.667rem;
    padding-bottom: 0.6rem;
  }
  .container.office .btn_menu_tab {
    top:50%;
    transform: translateY(-41%);
    
  }

  /* diversity 푸터 빈공간 생김 */
  .office .diversity_cnt .link {
    margin-bottom:0;
  }
}
@media screen and (min-width: 730px) and (max-width: 1024px) {
  .history.visual_area .history_slide ul.slide li .content_view ul.sequence {
    margin: 11.375rem auto 0 auto;
    padding: 0 0.833rem 3rem;
  }
}
@media screen and (max-width: 730px) and (orientation: landscape) {
  .history.visual_area .history_slide ul.slide li .content_view ul.sequence {
    margin: 20.375rem auto 0 auto;
    padding: 0 0.833rem 3rem;
  }
}
@media screen and (min-width: 634px) and (max-width: 750px) {
  span.big_input a.btn_delete {
    position: absolute;
    top: 1.7rem;
    right: 3.5rem;
    width: 1.4rem;
    height: 1.4rem;
    box-sizing: border-box;
    background-position: 0 -120px;
  }
}
@media screen and (min-width: 504px) and (max-width: 633px) {
  span.big_input a.btn_delete {
    position: absolute;
    top: 1.5rem;
    right: 3.2rem;
    width: 1.44375rem;
    height: 1.44375rem;
    box-sizing: border-box;
    background-position: 0 -120px;
  }
}
@media screen and (min-width: 361px) and (max-width: 503px) {
  span.big_input a.btn_delete {
    position: absolute;
    top: 1.7rem;
    right: 3.2rem;
    width: 1.44375rem;
    height: 1.44375rem;
    box-sizing: border-box;
    background-position: 0 -120px;
  }
  .field_infobox .field_text ul li.link_moreip span::after {
  	top: -5px;
  }
}
@media screen and (max-width: 360px) {
  span.big_input a.btn_delete {
    position: absolute;
    top: 1.7rem;
    right: 3.5rem;
    width: 1.44375rem;
    height: 1.44375rem;
    box-sizing: border-box;
    background-position: 0 -120px;
  }
  .field_infobox .field_text ul li.link_moreip span::after {
  	top: -5px;
  }
}
@media screen and (max-width: 1240px) {
  .office .content ul.cont_list li a .text {
    font-size: 16px;
  }
  .office .content ul.cont_list li a .text span {
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  .top_news .btn_box {
    bottom: -3.733rem;
  }
  .field_infobox .field_text ul li.link_moreip span::after {
  	top: -6px;
  }
}
@media screen and (min-width: 321px) and (max-width: 767px) {
  .top_news .btn_box {
    bottom: -3.533rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .top_news .btn_box {
    bottom: -3.233rem;
  }
}
@media only screen and (max-height: 480px) and (min-width: 480px) and (orientation: landscape) {
  .notice_news .notice_list li a span {
    font-size: 1rem !important;
  }
  ul.board_list li a .date {
    font-size: 1rem !important;
    padding-top: 0;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    left: auto;
  }
  ul.board_list li a .date {
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .layer_share .layer_cont ul {
    max-width: 297px;
  }
  .layer_share .layer_cont ul li {
    width: 21.2%;
  }
  .share-kakao {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .layer_share .layer_cont ul {
    max-width: 397px;
  }
  .layer_share .layer_cont ul li {
    width: 15.86%;
  }
  .share-kakao {
    display: block;
  }
  .history.visual_area .history_slide.wayN ul.slide li .content_view ul.sequence,
  .history.visual_area .history_slide.wayN ul.slide li .content_view ul.sequence.col3{
  	column-count: 1;
  }  
  .history.visual_area .history_slide.wayN ul.slide li .content_view ul.sequence.col3 li{
  	width:94%!important;
  }
  .history.visual_area .history_slide.wayN ul.slide li .content_view ul.sequence li.break_point{
  	margin-bottom:10px;
  }
  .office .content ul.cont_list li.transparent a .text span{
    line-height:1.45
  }
	.btn_half {
		width: auto !important; 
		padding: 0 15px !important; 
	}
}
@media screen and (max-width: 1185px) {
  .global_wrap .global_detail a.all {
    right: 53%;
  }
  .global_wrap .global_detail.oceania a.all {
    right: 45%;
  }
}
@media screen and (max-width: 1419px) {
  .location .office_cont .office_container .office_section .location_info .info_text .btn_center_box {
    width: 350px;
  }
}
@media screen and (min-width: 1601px) {
  .global_detail > img {
    max-width: initial;
  }
}
@media screen and (max-width: 768px) {
	.notice_news .notice_list li.hub_card a {
		background: url(../images/kli/2023/bg_insight_kli2023.jpg) no-repeat center center;
	   	background-size: 100% 101%;
	}
	.notice_news .notice_list li.hub_card a .notice_txt em {
		display: block;
	}
  .history.visual_area .history_slide ul.slide li .content_view.bg1 {
    background: url('../images/common/mo/bg_history_01.jpg') no-repeat left top;
    background-size: cover;
  }
  .history.visual_area .history_slide ul.slide li .content_view.bg2 {
    background: url('../images/common/mo/bg_history_02.jpg') no-repeat left top;
    background-size: cover;
  }
  .history.visual_area .history_slide ul.slide li .content_view.bg3 {
    background: url('../images/common/mo/bg_history_03.jpg') no-repeat left top;
    background-size: cover;
  }
  .history.visual_area .history_slide ul.slide li .content_view.bg4 {
    background: url('../images/common/mo/bg_history_04.jpg') no-repeat left top;
    background-size: cover;
  }
  .history.visual_area .history_slide ul.slide li .content_view.bg5 {
    background: url('../images/common/mo/bg_history_05.jpg') no-repeat left top;
    background-size: cover;
  }
  .history.visual_area .history_slide ul.slide li .content_view.bg6 {
    background: url('../images/common/mo/bg_history_06.jpg') no-repeat left top;
    background-size: cover;
  }
}
