@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;
}
.mb0{
  margin-bottom:0px!important;
}
/* 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;
}
.regular {
  font-family: 'NotoSansRegular' !important;
}
.serif {
  font-family: 'NotoSerif' !important;
}
.serif_bold {
  font-family: 'NotoSerifBold' !important;
}
/* web font */
@font-face {
  font-family: "NotoSansBold";
  src: url('../../fonts/NotoSansKR-Bold-Hestia.eot');
  src: local('※'), url('../../fonts/NotoSansKR-Bold-Hestia.eot?#iefix') format('embedded-opentype'), url('../../fonts/NotoSansKR-Bold-Hestia.woff') format('woff'), url('../../fonts/NotoSansKR-Bold-Hestia.woff2') format('woff2');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "NotoSansMedium";
  src: url('../../fonts/NotoSans-Medium.eot');
  src: local('※'), url('../../fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'), url('../../fonts/NotoSans-Medium.woff') format('woff'), url('../../fonts/NotoSans-Medium.woff2') format('woff2');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "NotoSansDemiLight";
  src: url('../../fonts/NotoSans-DemiLight.eot');
  src: local('※'), url('../../fonts/NotoSans-DemiLight.eot?#iefix') format('embedded-opentype'), url('../../fonts/NotoSans-DemiLight.woff') format('woff'), url('../../fonts/NotoSans-DemiLight.woff2') format('woff2');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "NotoSansRegular";
  src: url('../../fonts/NotoSans-Regular.eot');
  src: local('※'), url('../../fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/NotoSans-Regular.woff') format('woff'), url('../../fonts/NotoSans-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "NotoSansLight";
  src: url('../../fonts/NotoSans-Light.eot');
  src: local('※'), url('../../fonts/NotoSans-Light.eot?#iefix') format('embedded-opentype'), url('../../fonts/NotoSans-Light.woff') format('woff'), url('../../fonts/NotoSans-Light.woff2') format('woff2');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Lato";
  src: url('../../fonts/lato-light.eot');
  src: local('※'), url('../../fonts/lato-light.eot?#iefix') format('embedded-opentype'), url('../../fonts/lato-light.woff') format('woff'), url('../../fonts/lato-light.woff2') format('woff2');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "LatoSemiBold";
  src: url('../../fonts/lato-light.eot');
  src: local('※'), url('../../fonts/lato-semibold.eot?#iefix') format('embedded-opentype'), url('../../fonts/lato-semibold.woff') format('woff'), url('../../fonts/lato-semibold.woff2') format('woff2');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "LatoBold";
  src: url('../../fonts/lato-bold.eot');
  src: local('※'), url('../../fonts/lato-bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/lato-bold.woff') format('woff'), url('../../fonts/lato-bold.woff2') format('woff2');
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "NotoSerif";
  src: url('../../fonts/noto-serif-kr-v3-latin-regular.eot');
  src: local('※'), url('../../fonts/noto-serif-kr-v3-latin-regular.woff') format('woff'), url('../../fonts/noto-serif-kr-v3-latin-regular.woff2') format('woff2');
  font-style: normal;
  font-weight: normal;
}
html {
  height: 100%;
  box-sizing: border-box;
}
body {
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'NotoSansDemiLight';
  line-height: 1.2;
  /* letter-spacing: -0.04em; */
  word-break: normal;
  word-wrap: break-word;
}
a {
  text-decoration: none;
}
img,
button {
  border: none;
}
input:focus,
textarea:focus,
select:focus {
  border: none;
  outline: none;
}
img {
  max-width: 100%;
}
caption {
  font-size: 0;
  text-indent: -9999px;
}
.mobile.hidden {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.skip_navi {
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 30px;
  box-sizing: border-box;
}
.skip_navi a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #222;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: normal;
}
.skip_navi a:focus {
  top: 30px;
}
body.hidden {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
header.header_wrap {
  z-index: 40;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 118px;
  box-sizing: border-box;
  transition: all 0.35s ease-out;
}
header.header_wrap .header_bar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 3px;
  box-sizing: border-box;
  background: #ba2e12;
}
header.header_wrap .gnb_wrap {
  width: 100%;
  height: 34px;
  box-sizing: border-box;
}
header.header_wrap .gnb_wrap .inner {
  max-width: 1440px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  width: 96%;
}
header.header_wrap .gnb_wrap .inner:after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
}
header.header_wrap .gnb_wrap .inner a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  margin-left: 12px;
  padding-left: 12px;
  line-height: 34px;
}
header.header_wrap .gnb_wrap .inner a:first-child {
  margin-left: 0;
  padding-left: 0;
}
header.header_wrap .gnb_wrap .inner a:first-child:before {
  display: none;
}
header.header_wrap .gnb_wrap .inner a:hover {
  color: #ba2e12;
}
header.header_wrap .gnb_wrap .inner .lang_wrap {
  float: left;
  vertical-align: top;
}
header.header_wrap .gnb_wrap .inner .family_site_wrap {
  float: right;
  vertical-align: top;
  display: flex; 
}
header.header_wrap .gnb_wrap .inner .family_site_wrap a {
  padding: 0 12px; 
  margin: 0; 
  color: #fff;
  font-family: 'NotoSansDemiLight' !important;
}
header.header_wrap .gnb_wrap .inner .family_site_wrap a:first-child {
  font-family: 'NotoSansMedium' !important;
  background: rgba(0,0,0,0.5);
}
header.header_wrap .gnb_wrap .inner .family_site_wrap a:hover {
  color: #ba2e12;
}
header.header_wrap .gnb_wrap:before {
  display: block;
  content: '';
  background: #000;
  width: 100%;
  height: 34px;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
header.header_wrap .header {
  position: relative;
  margin: 0;
  padding: 0;
  width: 96%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 27px;
}
header.header_wrap .header .btn_menu {
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 12;
  display: block;
  width: 28px;
  height: 25px;
  box-sizing: border-box;
  background: url('../images/common/pc/img_sprite.png') no-repeat -260px 0;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
}
header.header_wrap .header .logo {
  position: relative;
  display: block;
  z-index: 12;
  width: 250px;
  height: 25px;
  box-sizing: border-box;
  margin: 0 auto;
  background: url('../images/common/pc/img_sprite.png') no-repeat 0 0;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
}
header.header_wrap .header .search_top_area {
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 10;
  width: 414px;
  height: 54px;
  box-sizing: border-box;
  animation-name: opacityAni;
  animation-duration: 3s;
}
header.header_wrap .header .search_top_area .custom_input {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transform: translate(101%, 0);
  border: none;
  border-bottom: 2px solid #fff;
  transition: all 0.5s ease-out;
}
header.header_wrap .header .search_top_area .custom_input input[type="text"] {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: transparent;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  border: none;
}
header.header_wrap .header .search_top_area .custom_input input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
header.header_wrap .header .search_top_area .custom_input.on {
  transform: translate(0, 0);
}
header.header_wrap .header .search_top_area .btn_search {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 55;
  width: 29px;
  height: 29px;
  box-sizing: border-box;
  background: url('../images/common/pc/img_sprite.png') no-repeat -90px -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;
}
header.header_wrap .header:after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
}
header.header_wrap.bg_black {
  background: rgba(0, 0, 0, 0.8);
}
header.header_wrap.bg_black .gnb_wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header.header_wrap.bg_black .gnb_wrap:before {
  display: none;
}
header.header_wrap.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
header.header_wrap.fixed .gnb_wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header.header_wrap.fixed .gnb_wrap:before {
  display: none;
}
header.header_wrap span.header_line {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.3);
}
.top_container .relative .bg_box {
  background: #f6f6f6;
  height: 630px;
  box-sizing: border-box;
}
.top_container .wide_box {
  width: 96%;
  background: none;
}
.top_container .btn_box {
  bottom: -12px;
  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;
}
.page_wrapper {
  position: relative;
}
.page_wrapper:after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  /*clear: both;*/
}
.container {
  position: relative;
  width: 100%;
}
.container .top_visual_box {
  display: table;
  width: 100%;
  text-align: center;
  margin: 0 auto 60px auto;
  position: relative;
  height: 365px;
  box-sizing: border-box;
  background: #7899bc;
  line-height: 1;
}
.container .top_visual_box h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  font-family: 'NotoSansDemiLight' !important;
  padding-top: 118px;
  display: table-cell;
  vertical-align: middle;
}
.container .top_visual_box h2 strong {
  display: block;
  margin-bottom: 20px;
  font-size: 52px;
  color: #fff;
  font-weight: bold;
  font-family: "LatoBold";
}
.container .breadcrumb {
  display: none;
  position: absolute;
  top: 145px;
  left: 0;
  z-index: 10;
  width: 100%;
}
.container .breadcrumb ul {
  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;
  justify-content: flex-end;
  max-width: 1240px;
  margin: 0 auto;
  width: 96%;
}
.container .breadcrumb li {
  line-height: 1;
}
.container .breadcrumb li a {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #555;
  font-weight: normal;
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}
.container .breadcrumb li a:after {
  display: block;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat 0 0;
  width: 5px;
  height: 8px;
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  right: 0;
  background-size: 600px 600px;
  background-position: 0 -100px;
}
.container .breadcrumb li span {
  font-size: 13px;
  color: #ba2e12;
  font-weight: bold;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}
.container .breadcrumb.main {
  display: block;
  top: 145px;
}
.container .breadcrumb.main li a {
  color: #e6e6e6;
}
.container .breadcrumb.main li a:after {
  width: 5px;
  height: 7px;
  box-sizing: border-box;
  background-position: -7px -100px;
}
.container .breadcrumb.main li span {
  color: #fff;
}
.container.detail .breadcrumb {
  display: block;
}
.container.detail .breadcrumb.main {
  display: none;
}
.container.search .breadcrumb {
  display: block;
}
.container.search .breadcrumb.main {
  display: none;
}
.container.field .top_visual_box {
  background: url('../images/common/pc/img_field_top.jpg') no-repeat center 0;
  background-size: cover;
}
.container.member .top_visual_box {
  background: url('../images/common/pc/img_member_top.jpg') no-repeat center 0;
  background-size: cover;
}
.container.news .top_visual_box {
  background: url('../images/common/pc/img_news_top.jpg') no-repeat center 0;
  background-size: cover;
}
.container.content_hub .top_visual_box {
  background: url('../images/common/pc/img_hub_top.jpg') no-repeat center 0;
  background-size: cover;
}
.container.content_hub.ver2022{
  overflow: hidden;
}
.container.content_hub.ver2022 .top_visual_box {
  background: none;
  overflow: hidden;
  background:#fff;
}
.container.content_hub.ver2022 .top_visual_box .move_back{
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background:url('../images/common/pc/img_hub_top2022A.jpg?ver=220706') no-repeat center 0;
  background-size: cover;
  transition:transform 2s;
  transition-delay: 1.5s;
  transform: scale(1.07);
}
.container.content_hub.ver2022 .top_visual_box.active .move_back{
  transform: scale(1);
}
.container.content_hub.ver2022 .top_visual_box h2{
  position: relative;
}
.container.search .top_visual_box {
  background: #f2f2f2;
}
.container.search .top_visual_box h2 {
  color: #222;
}
.container.search .top_visual_box h2 strong {
  color: #222;
}
.container.location .top_visual_box {
  margin-bottom: 0;
  background: #fff;
}
.container.location .top_visual_box h2 {
  color: #222;
}
.container.location .top_visual_box h2 strong {
  color: #222;
}
.container.location .breadcrumb {
  display: block;
}
.container.contact_us .top_visual_box {
  background: #fff;
  margin: 0 auto;
}
.container.contact_us .top_visual_box h2,
.container.contact_us .top_visual_box h2 strong {
  color: #222;
}
.container h2 {
  font-family: 'NotoSansMedium' !important;
  margin: 0 auto;
  padding-top: 65px;
  padding-bottom: 55px;
  text-align: center;
  font-size: 38px;
  color: #000;
  font-weight: normal;
  width: 100%;
  line-height: 1;
}
.container h2 strong {
  display: block;
  margin-bottom: 20px;
}
.container h2 i.italic { 
  display: block;
  font-family: 'NotoSerif' !important;
  font-size: 24px;
  color: #222;
  font-weight: normal;
  margin: 0 auto;
  font-style: italic;
  letter-spacing: 0;
  word-break: normal;
  padding-top: 35px;
  text-align: center;
  line-height: 1.6;
}
.container h2 i.italic span {
  display: block;
  font-size: 16px;
  color: #666;
  font-weight: normal;
  margin-top: 8px;
  font-style: normal;
}
.container h2 i.italic:before {
  display: block;
  content: '';
  background: #ba2e12;
  width: 25px;
  height: 3px;
  margin: 0 auto 30px auto;
}
.container h2.bg {
  padding-top: 193px;
  background: url('../images/common/pc/img_field_detail_top.jpg') no-repeat center 0;
  background-size: cover;
}
.container .content_wrap {
  max-width: 1240px;
  margin: 0 auto;
  width: 94%;
  padding: 0 0 100px 0;
  box-sizing: border-box;
}
.container .content_wrap:after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
}
.container .content_wrap aside.aside {
  float: left;
  vertical-align: top;
  position: relative;
  padding-top: 55px;
  width: 13.75rem;
  z-index: 10;
}
.container .content_wrap aside.aside .lnb {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 69px;
}
.container .content_wrap aside.aside .lnb li a {
  font-size: 26px;
  color: #bbb;
  font-weight: normal;
  font-family: 'NotoSansMedium' !important;
  display: inline-block;
  position: relative;
  padding-left: 26px;
  height: 62px;
  box-sizing: border-box;
  line-height: 2.38;
}
.container .content_wrap aside.aside .lnb li a:before {
  display: block;
  content: '';
  width: 7px;
  height: 62px;
  box-sizing: border-box;
  background: #999;
  position: absolute;
  top: 0;
  left: 0;
}
.container .content_wrap aside.aside .lnb li.on a {
  color: #ba2e12;
}
.container .content_wrap aside.aside .lnb li.on a:before {
  display: block;
  content: '';
  width: 7px;
  height: 62px;
  box-sizing: border-box;
  background: #ba2e12;
  position: absolute;
  top: 0;
  left: 0;
}
.container .content_wrap aside.aside .title {
  margin: 0;
  padding: 0;
  font-family: 'NotoSansMedium' !important;
  font-size: 20px;
  color: #222;
  font-weight: normal;
  margin: 0 0 19px 0;
}
.container .content_wrap aside.aside .search_area {
  margin: 0;
  padding: 0;
}
.container .content_wrap aside.aside .search_area .custom_input {
  width: calc(100% - 2px);
  display: block;
  border: 1px solid #e6e6e6;
  margin-left: 1px;
}
.container .content_wrap aside.aside .search_area a.btn_select {
  margin-top: 5px;
  border: 1px solid #e6e6e6;
  padding: 17px 19px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #ba2e12;
  font-weight: normal;
  position: relative;
  font-family: 'NotoSansMedium' !important;
  width: 100%;
  box-sizing: border-box;
  word-break: break-all;
}
.container .content_wrap aside.aside .search_area a.btn_select:after {
  display: block;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat -14px -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;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 11px;
  box-sizing: border-box;
  margin-top: -5px;
}
.container .content_wrap aside.aside .search_area a.btn_search {
  display: inline-block;
  width: 47.5%;
  font-size: 16px;
  height: 55px;
  box-sizing: border-box;
  margin-top: 10px;
  border: 1px solid #ba2e12;
  position: relative;
  vertical-align: middle;
  text-align: center;
  color: white;
  background-color: #ba2e12;
  padding: 17px 0 0 0;
}
.container .content_wrap aside.aside .search_area a.btn_search span.icon {
  display: block;
  content: '';
  position: absolute;
  background: url('../images/common/pc/img_sprite.png') no-repeat -168px -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;
  top: 1.2rem;
  left: 4.2rem;
  width: 0;
  height: 0;
}
.container .content_wrap aside.aside .search_area a.btn_search:hover span.icon {
  background-position: -168px -60px;
}
.container .content_wrap aside.aside .search_area a.btn_search_reset {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  font-size: 16px;
  height: 55px;
  box-sizing: border-box;
  margin: 10px 2% 0 0;
}
.container .content_wrap aside.aside .left_member p.title {
  font-size: 20px;
  color: #222;
  font-weight: normal;
}
.container .content_wrap aside.aside .left_member ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.container .content_wrap aside.aside .left_member ul li {
  padding-bottom: 15px;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 15px;
}
.container .content_wrap aside.aside .left_member ul li img {
  margin: 0;
  padding: 0;
  float: left;
  width: 70px;
  height: 84px;
  box-sizing: border-box;
}
.container .content_wrap aside.aside .left_member ul li .member_info {
  margin: 0;
  padding: 0;
  position: relative;
  float: right;
  vertical-align: top;
  width: calc(100% - 88px);
}
.container .content_wrap aside.aside .left_member ul li .member_info .name {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  margin: 0;
  padding: 0;
  padding-top: 6px;
}
.container .content_wrap aside.aside .left_member ul li .member_info .name span {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  display: block;
  padding-top: 4px;
}
.container .content_wrap aside.aside .left_member ul li .member_info .telephone {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 16px;
  font-size: 13px;
  color: #222;
  font-weight: normal;
}
.container .content_wrap aside.aside .left_member ul li .member_info .telephone a {
  color: #666;
  margin-left: 3px;
}
.container .content_wrap aside.aside .left_member ul li .member_info .telephone:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0;
}
.container .content_wrap aside.aside .left_member ul li .member_info a.email {
  display: block;
  background: url('../images/common/pc/img_sprite.png') no-repeat -80px -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: 28px;
  height: 28px;
  position: absolute;
  bottom: -7px;
  right: -8px;
}
.container .content_wrap aside.aside .left_member ul li .member_info dl {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  font-size: 12px;
}
.container .content_wrap aside.aside .left_member ul li .member_info dl dt {
  margin: 0;
  padding: 0;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  vertical-align: 0;
  padding-bottom: 5px;
}
.container .content_wrap aside.aside .left_member ul li .member_info dl dd {
  margin: 0;
  padding: 0;
  color: #888;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  vertical-align: top;
  padding-bottom: 5px;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.container .content_wrap aside.aside .left_member ul li:last-child {
  margin-bottom: 0;
}
.container .content_wrap aside.aside .left_member ul li:after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
}
.container .content_wrap aside.aside.is_sticky {
  position: fixed;
  top: 0;
}
.container .content_wrap aside.aside.is_bottom {
  position: absolute;
  bottom: 0;
}
.container .content_wrap .content {
  float: right;
  vertical-align: top;
  padding-top: 55px;
  width: calc(100% - 19.37rem);
}
.container .content_wrap .left_tag {
  padding-bottom: 60px;
}
.container .content_wrap .left_tag ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.container .content_wrap .left_tag ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 5px 0;
}
.container .content_wrap .left_tag ul li a {
  font-size: 15px;
  color: #222;
  font-weight: normal;
  background: #f2f2f2;
  display: block;
  border: 1px solid #e6e6e6;
  padding: 9px 14px;
  box-sizing: border-box;
  letter-spacing: -0.02em;
}
.container .content_wrap .left_tag ul li a:hover {
  border: 1px solid #ba2e12;
  color: #ba2e12;
  background: #fff;
}
.container .content h2 {
  margin: 0;
  padding: 0;
  margin: 0 auto;
  padding-top: 50px;
  height: 160px;
  box-sizing: border-box;
  font-size: 48px;
  color: #000;
  font-weight: normal;
}
.container .content h2.arc_medi18b {
  font-size: 18px;
  line-height: 1.75;
  color: #000;
  margin-bottom: 20px;
  padding-top: 0;
  text-align: left;
  height: auto;
}
.container .content .arc_demi13 {
  font-size: 13px;
  line-height: 1.75;
  margin-bottom: 18px;
  padding-top: 0;
  text-align: left;
  height: auto;
}
.container .content ul.red_dot li:before {
  background: #ba2e12 !important;
}
.container:after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
}
footer.footer_wrap {
  position: relative;
  width: 100%;
  min-width: 320px;
  height: 150px;
  box-sizing: border-box;
  background: #333;
}
footer.footer_wrap .footer {
  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: 1240px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  background: #333;
  width: 94%;
}
footer.footer_wrap .footer .address {
  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;
  justify-content: flex-start;
}
footer.footer_wrap .footer .address li {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
}
footer.footer_wrap .footer .address li a {
  display: block;
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  opacity: .5;
}
footer.footer_wrap .footer .address li:first-child {
  margin-left: 0;
  padding-left: 0;
}
footer.footer_wrap .footer .address li:first-child:before {
  display: none;
}
footer.footer_wrap .footer .address li:before {
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 1px;
  height: 17px;
  box-sizing: border-box;
  background: #484848;
}
footer.footer_wrap .footer .copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: normal;
  opacity: 1;
  letter-spacing: 0;
  background: #333;
}
.btn_top {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 25px;
  background: rgba(255, 255, 255, 0.9);
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  z-index: 20;
  text-indent: -9999px;
  font-size: 0;
}
.btn_top:before {
  display: block;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat -119px -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: 16px;
  height: 18px;
  box-sizing: border-box;
  margin: 15px auto 0 auto;
}
.btn_top.show {
  display: block;
}
.layer {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  transform: translate(-50%, -50%);
  padding: 33px 60px;
}
.layer .layer_header h1,
.layer .layer_header .replace_h1 {
  margin: 0;
  padding: 0;
  font-family: 'NotoSansMedium' !important;
  padding-bottom: 34px;
  font-size: 28px;
  color: #000;
  font-weight: normal;
}
.layer .layer_header h1.br_bottom,
.layer .layer_header .replace_h1.br_bottom {
  border-bottom: 1px solid #e6e6e6;
}
.layer .layer_cont {
  position: relative;
  height: 88%;
  overflow: hidden;
}
.layer .layer_cont.scroll {
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}
.layer .btn_layer_close {
  position: absolute;
  top: 37px;
  right: 60px;
  width: 27px;
  height: 28px;
  box-sizing: border-box;
  background: url('../images/common/pc/img_sprite.png') no-repeat -20px -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;
}
.layer.on {
  display: block;
}
.layer_select {
	display: none; 
  z-index: 100;
  width: 1240px;
  height: 734px;
  box-sizing: border-box;
}
.layer_select .layer_cont .category_area ul.top_tab li {
  border-bottom: none;
}
.layer_select .layer_cont .category_area ul.top_tab li a {
  border-bottom: 1px solid #222;
}
.layer_select .layer_cont .category_area ul.top_tab li a: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;
}
.layer_select .layer_cont .category_area ul.top_tab li a.on {
  color: #b22c04;
  font-weight: bold;
  border-bottom: 3px solid #b22c04;
  padding-bottom: 31px;
  box-sizing: border-box;
}
.layer_select .layer_cont .category_area ul.top_tab li a.on:before {
  background: url('../images/common/pc/bg_border_on.jpg') repeat-x left top;
}
.layer_select .layer_cont .category_area ul.top_tab li:before {
  display: none;
}
.layer_select .layer_cont .category_area .tab_container {
  background: #fff;
  max-width: 1240px;
  margin: 0 auto;
}
.layer_select .layer_cont .category_area .tab_container .tab_section {
  padding: 40px 0 0 0;
  width: calc(100% - 20px);
  margin-left: 0;
}
.layer_select .layer_cont .category_area .tab_container .tab_section .field_list li {
  background: #f2f2f2;
}
.layer_select .layer_cont .category_area .tab_container .tab_section .field_list li.select {
  background: #ba2e12;
}
.layer_select .layer_cont .category_area .tab_container .tab_section .field_list li.select a {
  color: #fff;
}
.layer_select .layer_cont .category_area .tab_container .tab_section .field_list li.select:after {
  display: block;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat -300px -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: 24px;
  height: 8px;
  position: absolute;
  top: 19px;
  right: 14px;
}
.layer_select .layer_cont .category_area .tab_container.scroll_cont {
  overflow-y: auto;
  height: 88%;
  max-height: 457px;
  scrollbar-base-color: #999;
  scrollbar-face-color: #999;
  scrollbar-highlight-color: #999;
  scrollbar-track-color: #fff;
  scrollbar-arrow-color: #fff;
  scrollbar-shadow-color: #999;
  scrollbar-dark-shadow-color: #999;
}
.layer_member {
	display: none; 
  z-index: 100;
  width: 1240px;
  height: 734px;
  box-sizing: border-box;
}
.layer_member .layer_cont.scroll {
  height: 70%;
}
.layer_member .layer_member_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.layer_member .layer_member_list:after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
}
.layer_member .simple_member_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;
  margin-top: 50px;
}
.layer_member .simple_member_list li {
  background: #f2f2f2;
  width: 32.6%;
  margin-right: 1%;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 16px 15px;
  position: relative;
}
.layer_member .simple_member_list li a {
  display: inline-block;
  vertical-align: middle;
}
.layer_member .simple_member_list li a img {
  width: 70px;
  height: 84px;
  display: inline-block;
  vertical-align: middle;
}
.layer_member .simple_member_list li .member_info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  width: calc(100% - 88px);
}
.layer_member .simple_member_list li .member_info .name {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
.layer_member .simple_member_list li .member_info .name span {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  display: block;
  margin-top: 4px;
}
.layer_member .simple_member_list li .member_info .telephone {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 16px;
  font-size: 13px;
  color: #222;
  font-weight: normal;
}
.layer_member .simple_member_list li .member_info .telephone a {
  color: #666;
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
  margin-left: 3px;
}
.layer_member .simple_member_list li .member_info .telephone:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0;
}
.layer_member .simple_member_list li .member_info a.email {
  display: block;
  background: url('../images/common/pc/img_sprite.png') no-repeat -80px -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: 28px;
  height: 28px;
  position: absolute;
  bottom: 16px;
  right: 15px;
}
.layer_member .simple_member_list li:nth-child(3n) {
  margin-right: 0;
}
.layer_member .slide_control {
  position: absolute;
  top: 23px;
  right: 0;
}
.layer_member .bx-controls {
  position: absolute;
  top: 25px;
  left: 0;
  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;
}
.layer_member .bx-controls .bx-pager-item {
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  font-size: 0;
  position: relative;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.layer_member .bx-controls .bx-pager-item a {
  display: block;
}
.layer_member .bx-controls .bx-pager-item a:before {
  display: block;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat -410px -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: 12px;
  height: 12px;
  position: aboslute;
  top: 0;
  left: 0;
}
.layer_member .bx-controls .bx-pager-item a.active:before {
  background-position: -390px -160px;
}
.layer_member.mobile {
  display: none;
}
.layer_share {
	display: none; 
	max-width: 700px;
	height: auto;
	padding: 44px 60px 35px 60px;
}
.layer_share .layer_cont {
  height: auto;
}
.layer_share .layer_cont ul {
  overflow: hidden;
  max-width: 397px;
  margin: 79px auto 62px;
  padding: 0;
  font-size: 0;
}
.layer_share .layer_cont ul li {
  width: 15.86%;
  list-style: none;
  float: left;
}
.layer_share .layer_cont ul li + li {
  margin-left: 5%;
}
.layer_share .share_input {
  margin-top: 40px;
  border: 1px solid #999;
  height: 50px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 0.8333rem;
  width: calc(100% - 110px);
}
.layer_share .share_input a {
  font-size: 18px;
  color: #666;
  font-weight: normal;
  line-height: 2.77;
}
.layer_share .btn_orange {
  width: 100px;
  height: 50px;
  margin-right: 0;
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 18px;
  line-height: 2.77;
}
.layer_menu {
  width: 26%;
  height: 100%;
  box-sizing: border-box;
  left: 0;
  background: #fff;
  transition: all 0.5s ease-out;
  transform: translate(-100%, -50%);
  padding: 0;
}
.layer_menu .layer_cont {
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}
.layer_menu .layer_cont .layer_lang {
  display: none;
}
.layer_menu .menu_list {
  min-height: 400px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 46%;
}
.layer_menu .menu_list li {
  transition: all 0.5s;
  transform: translateX(-50px);
  opacity: 0;
}
.layer_menu .menu_list li:nth-child(1) {
  transition-delay: 0.2s;
}
.layer_menu .menu_list li:nth-child(2) {
  transition-delay: 0.4s;
}
.layer_menu .menu_list li:nth-child(3) {
  transition-delay: 0.6s;
}
.layer_menu .menu_list li:nth-child(4) {
  transition-delay: 0.8s;
}
.layer_menu .menu_list li a {
  padding: 2.96% 0;
  display: block;
  font-size: 40px;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.layer_menu .menu_list li a:hover {
  color: #ba2e12;
  text-decoration: underline;
}
.layer_menu .family_site {
  width: 100%;
  text-align: center;
  transition: all 0.5s;
  transform: translateX(-50px);
  opacity: 0;
  padding-bottom: 100px;
}
.layer_menu .family_site a {
  position: relative;
  display: block;
  font-size: 20px;
  color: #ba2e12;
  font-weight: normal;
  padding: 1.9% 0;
}
.layer_menu .family_site a:hover {
  text-decoration: underline;
}
.layer_menu .misc {
  margin: 0 auto;
  transition: all 0.5s;
  transform: translateX(-50px);
  opacity: 0;
  text-align: center;
}
.layer_menu .misc a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  padding: 0 20px;
}
.layer_menu .misc a + a {
  position: relative;
}
.layer_menu .misc a + a:before {
  display: block;
  content: "";
  width: 1px;
  height: 14px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 5px;
}
.layer_menu.on {
  display:block;
  left: 0;
  transform: translate(0, -50%);
}
.layer_menu.on .menu_list li {
  opacity: 1;
  transform: translateX(0);
}
.layer_menu.on .family_site {
  opacity: 1;
  transition-delay: 1.4s;
  transform: translateX(0);
}
.layer_menu.on .misc {
  opacity: 1;
  transition-delay: 1.6s;
  transform: translateX(0);
}
.layer_web_accessibility {
	display: none; 
  width: 700px;
  height: 485px;
  box-sizing: border-box;
  background: #fff;
  padding: 45px 60px;
}
.layer_web_accessibility .layer_header h1,
.layer_web_accessibility .layer_header .replace_h1 {
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
  font-size: 30px;
  color: #000;
  font-weight: normal;
}
.layer_web_accessibility .layer_header h1.br_bottom,
.layer_web_accessibility .layer_header .replace_h1.br_bottom {
  border-bottom: 1px solid #e6e6e6;
}
.layer_web_accessibility .layer_cont {
  padding-top: 42px;
  border-top: 1px solid #e6e6e6;
}
.layer_web_accessibility .layer_cont .layer_sub_title {
  margin: 0;
  padding: 0;
  margin-bottom: 22px;
  font-size: 22px;
  color: #222;
  font-weight: normal;
  line-height: 1.545;
  word-break: break-word;
}
.layer_web_accessibility .layer_cont .layer_desc {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #666;
  font-weight: normal;
  line-height: 1.666;
}
.layer_exemption {
	display: none; 
  width: 700px;
  height: 460px;
  box-sizing: border-box;
  background: #fff;
  padding: 45px 60px;
}
.layer_exemption .layer_header h1,
.layer_exemption .layer_header .replace_h1 {
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
  font-size: 30px;
  color: #000;
  font-weight: normal;
}
.layer_exemption .layer_header h1.br_bottom,
.layer_exemption .layer_header .replace_h1.br_bottom {
  border-bottom: 1px solid #e6e6e6;
}
.layer_exemption .layer_cont {
  padding: 42px 0;
  border-top: 1px solid #e6e6e6;
  height: 55%;
}
.layer_exemption .layer_cont .layer_sub_title {
  margin: 0;
  padding: 0;
  margin-bottom: 22px;
  font-size: 22px;
  color: #222;
  font-weight: normal;
  line-height: 1.545;
  word-break: break-word;
}
.layer_exemption .layer_cont .layer_desc {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #666;
  font-weight: normal;
  line-height: 1.666;
}

/* 법적고지 탭관련 */
.layer_tab_cont {
	border: 0 !important;
	padding: 0 0 22px 0 !important;
}
.tab_area_inlayer .tab {
	display: flex; 
	list-style: none; 
	margin: 0 0 35px 0;
	padding: 0;
}
.tab_area_inlayer .tab li {
	flex: 1;
	text-align: center; 
}
.tab_area_inlayer .tab li a {
	display: block;
	height: 56px;
	border: 1px solid #d4d4d4;
	border-right: 0;
	line-height: 56px;
	color: #222;
	font-size: 18px;
	font-family: 'NotoSansDemiLight';
}
.tab_area_inlayer .tab li.on a {
	border-color: #666;
	background: #666;
	color: #fff;
}
.tab_area_inlayer .tab li.on + li a {
	border-left: 0;
	border-right: 1px solid #d4d4d4;
}
.tab_cont_inlayer {
	display: none;
}
.tab_cont_inlayer .layer_desc {
	word-break: 
}
.layer_exemption .layer_header h1, .layer_exemption .layer_header .replace_h1 {
    margin: 0;
    padding: 0;
    padding-bottom: 2.4rem;
    font-size: 2rem;
    color: #000;
    font-weight: normal;
    font-family: 'NotoSansMedium' !important;
}
.layer_exemption .layer_cont .layer_desc a {
  color:#666;
  text-decoration: underline;
}
.layer_exemption {
	height: auto !important;
}
.layer_exemption .layer_cont {
	overflow-y: auto !important;
	max-height: 72vh; 
}
@media screen and (max-width: 1024px) {
	.layer.layer_exemption {
		border-top: 0 !important;
		width: 89.33% !important;
	}
	.tab_area_inlayer .tab li a {
		font-size: 1.25rem;
	}
}






.layer_map {
  display: none;
  border-top: 3px solid #ba2e12;
  width: 40%;
  height: 100%;
  max-width: 580px;
  z-index: 10;
  padding: 40px 3.4%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
.layer_map ul li.dp_none {
  display: none;
}
.layer_map ul li dl dt {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #000;
  font-weight: normal;
  padding-bottom: 35px;
}
.layer_map ul li dl dt:before {
  width: 4px;
  height: 4px;
  content: '';
  display: inline-block;
  background: #ba2e12;
  margin: 0 7px 3px 0;
}
.layer_map ul li dl dd {
  display: block;
  font-size: 16px;
  color: #666;
  font-weight: normal;
  margin-top: 10px;
}
.layer_map .map_scroll {
  height: 90%;
  overflow-y: auto;
}
.layer_map .map_scroll ul {
  padding: 0;
  margin: 0;
}
.layer_map .map_scroll ul li {
  list-style-type: :none;
  padding-bottom: 22px;
}
.layer_map .map_scroll ul li .nation_list {
  font-family: 'NotoSansMedium' !important;
  font-size: 24px;
  color: #222;
  font-weight: normal;
  line-height: 1.3;
  padding: 0;
  text-align: left;
}
.layer_map .map_scroll ul li dl {
  margin: 0;
}
.layer_map .map_scroll ul li dl.ml8 {
  margin-left: 8px;
}
.layer_map .map_scroll ul li dl dt {
  padding-bottom: 5px;
  font-size: 18px;
  color: #ba2e12;
}
.layer_map .map_scroll ul li dl dd {
  margin-left: 0;
  font-size: 16px;
  color: #666;
}
.layer_map .map_scroll ul li dl dd a.arrow{
  margin-right:5px;
}
.layer_map .map_scroll ul li dl dd a.arrow:after{
  font-family: 'LatoBold';
  content:'>';
  margin-left:5px;
  display:inline-block;
  width:16px;
  height:16px;
  text-align:left;
  /* width:20px;
  height:20px;
  border:solid 1px red;
  background: url('../images/common/mo/img_sprite.png') no-repeat -18.458rem -10.83rem; */
}
.layer_map .map_scroll ul li dl dd.news a.arrow:after{
  margin-left:13px;
}
.layer_map .map_scroll ul li dl dd ul li {
  line-height: 1.5;
  padding-bottom: 7px;
  text-indent: -8px;
  padding-left: 18px;
}
.layer_map .map_scroll ul li dl dd ul li a {
  color: #666;
}
.layer_map .map_scroll ul li dl dd ul li a:hover {
  text-decoration: underline;
}
.layer_map .map_scroll ul li dl dd ul li a.donotuse {
  pointer-events: none;
}
.layer_map .map_scroll ul li dl dd ul li a.donotuse:hover {
  text-decoration: none;
}
.layer_map .map_scroll ul li dl dd.location {
  padding-left: 11px;
  line-height: 1.5;
}
.layer_map .map_scroll ul li dl dd.location a {
  color: #666;
}
.layer_map .map_scroll ul li dl dd.location a:hover {
  text-decoration: underline;
}
.layer_map .map_scroll ul li dl dd.professonals ul {
  padding-left: 11px;
}
.layer_map .map_scroll ul li dl dd.professonals ul li {
  display: inline-block;
  width: auto;
  margin-right: 8px;
  text-indent: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.layer_map .map_scroll ul li dl dd.professonals ul li a span {
  display: inline-block;
  margin: 0 5px 0 0;
}
.layer_map .map_scroll ul li dl dd.professonals ul li:first-of-type a span {
  display: none;
}
.layer_map .map_scroll ul li dl dd.professonals ul li:last-of-type {
  margin-right: 0;
}
.layer_map .map_scroll ul li dl dd.team ul {
  padding-left: 11px;
}
.layer_map .map_scroll ul li dl dd.team ul li {
  display: inline-block;
  width: auto;
  margin-right: 8px;
  text-indent: 0;
  padding-left: 0;
}
.layer_map .map_scroll ul li dl dd.team ul li a span {
  display: inline-block;
  margin: 0 5px 0 0;
}
.layer_map .map_scroll ul li dl dd.team ul li:first-of-type a span {
  display: none;
}
.layer_map .map_scroll ul li dl dd.team ul li:last-of-type {
  margin-right: 0;
}
.layer_map .map_scroll ul li dl dd.news ul li a {
  line-height: 1.5;
}
.layer_map .map_scroll > ul {
  padding: 50px 20px 0 0;
}
.layer_map .map_scroll > ul + ul {
  padding: 5px 20px 0 0;
}
.layer_map h1 {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 30px;
  color: #ba2e12;
  font-weight: normal;
  font-family: 'NotoSansMedium' !important;
  padding-left: 37px;
  letter-spacing: 0;
  padding-bottom: 35px;
  border-bottom: 1px solid #e6e6e6;
}
.layer_map h1:before {
  display: block;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat -190px -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: 22px;
  height: 32px;
  position: absolute;
  top: 5px;
  left: 0;
}
.layer_map .btn_layer_close {
  position: absolute;
  top: 44px;
  right: 59px;
  text-indent: -9999px;
  background: url('../images/common/pc/img_sprite.png') no-repeat -260px -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: 29px;
  height: 27px;
}
.dimm {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 55;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  transition: all 1s ease-out;
  opacity: 0;
  display: none;
}
.dimm.on {
  display: block;
  opacity: 0.6;
}
.scroll_dimm {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 39;
  width: 100%;
  height: 244px;
  box-sizing: border-box;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  transition: all 1s ease-out;
}
.layer_dimm {
  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.on {
  display: block;
  opacity: 0.6;
}
@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    /*page-break-after: avoid;*/
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  header {
    display: none;
  }
  .bg_box {
    width: 960px !important;
    padding-top: 0 !important;
  }
  .lawyer_top {
    width: 960px !important;
  }
  aside.aside {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    display: inline-block !important;
    vertical-align: middle !important;
    width: 220px !important;
    float: left !important;
    vertical-align: top !important;
  }
  .btn_box {
    display: none !important;
  }
  .title_area {
    padding-top: 55px !important;
  }
  .title_area .btn_box {
    display: none !important;
  }
  .view_more_area h4.title {
    padding-top: 55px !important;
  }
  .container {
    width: 960px !important;
    float: left !important;
    vertical-align: top !important;
    padding-top: 0;
    padding-bottom: 35px;
  }
  .container .content_wrap {
    padding: 0 !important;
  }
  .container .content_wrap .content {
    float: left !important;
    vertical-align: top !important;
    width: 700px !important;
    margin-left: 250px !important;
  }
  .container .top_container {
    width: 960px !important;
  }
  .container .top_container .bg_box:before {
    display: none !important;
  }
  .container .lawyer_top .btn_box {
    display: none !important;
  }
  .breadcrumb {
    display: none !important;
  }
  .top_info.fixed {
    position: relative !important;
    top: auto !important;
  }
  .btn_center_box {
    display: none !important;
  }
  footer {
    display: none;
  }
  .container.location .top_visual_box {
    display: none !important;
  }
  .container.location .content .office_top {
    display: none !important;
  }
  .container.location .content .office_cont .office_container .office_section .location_info .info_text {
    margin-left: 19px !important;
  }
  .container .content_wrap aside.aside .left_member ul li .member_info .name {
    width: 132px;
  }
  .container .content_wrap aside.aside .left_member ul li .member_info .telephone {
    width: 132px;
  }
  .container .content_wrap aside.aside .left_member ul li .member_info .telephone a {
    white-space: nowrap;
  }
  .content_view .tag_area .tag_box a {
    white-space: nowrap;
  }
  .container .content_wrap aside.aside .left_member ul li:nth-child(1) {
    width: 220px;
  }
  .container .content_wrap aside.aside .left_member ul li:nth-child(2) {
    width: 220px;
  }
  .container .content_wrap aside.aside .left_member ul li:nth-child(3) {
    width: 220px;
  }
  .container .content_wrap aside.aside .left_member ul li:nth-child(4) {
    width: 220px;
  }
  .container .content_wrap aside.aside .left_member ul li:nth-child(5) {
    width: 220px;
  }
}
/*@media (min-width:768px) and (max-width:1024px){
  header.header_wrap .header {.fullWidth;}
  .container {
    .content_wrap {
      .fullWidth; box-sizing:border-box;
      .p_basic(0, 7.5342%);
      aside.aside {
        width:8.902rem;
      }
      .content {
        width:75%;
      }
    }
    &.news {
      .content_wrap {
        aside.aside {
          width:13.75rem;
        }
        .content {
          .m_left(14.58rem); width:63%;
        }
      }
    }
  }
  footer.footer_wrap {
    .footer {.fullWidth;}
  }
}*/
@media screen and (max-width: 1024px) {
  body.mobile {
    background: #222;
  }
  .skip_navi {
    display: none;
  }
  header.header_wrap {
    height: 4.583rem;
    box-sizing: border-box;
    padding: 0 1.666rem;
  }
  header.header_wrap span.header_bar {
    height: 0.25rem;
    box-sizing: border-box;
  }
  header.header_wrap .gnb_wrap {
    display: none;
  }
  header.header_wrap .header {
    padding-top: 1.5rem;
  }
  header.header_wrap .header .btn_menu {
    left: 0;
    top: 1.458rem;
    width: 1.75rem;
    height: 1.5rem;
    box-sizing: border-box;
    background: url('../images/common/mo/img_sprite.png') no-repeat -14.17rem 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;
  }
  header.header_wrap .header .logo {
    width: 13.42rem;
    height: 1.375rem;
    background: url('../images/common/mo/img_sprite.png') no-repeat 0 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;
  }
  header.header_wrap .header .search_top_area {
    top: 0;
    right: 0;
    width: 100%;
    height: 4.332rem;
    box-sizing: border-box;
  }
  header.header_wrap .header .search_top_area .custom_input {
    transform: translate(101%, 0);
  }
  header.header_wrap .header .search_top_area .custom_input input[type="text"] {
    font-size: 1.25rem;
    color: #fff;
    font-weight: normal;
  }
  header.header_wrap .header .search_top_area .btn_search {
    top: 1.5rem;
    width: 1.8333rem;
    height: 1.7916rem;
    box-sizing: border-box;
    background: url('../images/common/mo/img_sprite.png') no-repeat -16.67rem 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;
  }
  .container {
    background: #fff;
  }
  .container .breadcrumb {
    display: none;
  }
  .container .breadcrumb.main {
    display: none;
  }
  .container.detail .breadcrumb {
    display: none;
  }
  .container.detail.field .top_container {
    height: auto;
    background: #fff;
  }
  .container.search .breadcrumb {
    display: none;
  }
  .container.search .breadcrumb.main {
    display: none;
  }
  .container.location .breadcrumb {
    display: none;
  }
  .container.location .breadcrumb.main {
    display: none;
  }
  .container.privacy h2.bg {
    padding-top: 10.25rem;
  }
  .container .top_visual_box {
    height: 19.17rem;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .container .top_visual_box h2 {
    font-size: 1.25rem;
    padding-top: 4.583rem;
  }
  .container .top_visual_box h2 strong {
    font-size: 2.667rem;
  }
  .container h2 {
    text-align: center;
    font-size: 2.333rem;
    padding: 3.333rem 1.667rem 3.542rem 1.667rem;
    height: auto;
    box-sizing: border-box;
  }
  .container h2 i.italic {
    font-size: 1.167rem;
    color: #000;
    font-weight: normal;
  }
  .container h2 i.italic span {
    font-size: 1rem;
    margin-top: 1.583rem;
  }
  .container h2 i.italic:before {
    width: 1.583rem;
    height: 0.2083rem;
  }
  .container h2.bg {
    padding-top: 7.917rem;
    height: auto;
  }
  .container .content_wrap {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .container .content_wrap aside.aside {
    position: static;
    float: none;
    width: 100%;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .container .content_wrap aside.aside .lnb {
    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: 0 1.667rem;
    margin-bottom: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
  .container .content_wrap aside.aside .lnb li {
    margin: 0;
    text-align: center;
    width: 33%;
    padding-top: 0;
  }
  .container .content_wrap aside.aside .lnb li a {
    font-size: 1.625rem;
    height: auto;
    box-sizing: border-box;
    padding: 1.583rem 0;
    line-height: 1;
  }
  .container .content_wrap aside.aside .lnb li a:before {
    display: none;
  }
  .container .content_wrap aside.aside .lnb li.on a {
    font-size: 1.625rem;
    padding-left: 0;
    font-family: 'NotoSansMedium' !important;
  }
  .container .content_wrap aside.aside .lnb li.on a:before {
    width: 100%;
    height: 0.2083rem;
    bottom: 0;
    top: inherit;
  }
  .container .content_wrap aside.aside .lnb.fixed {
    top: 4.583rem;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 10;
  }
  .container .content_wrap aside.aside .title {
    margin: 0;
    padding: 0;
    font-size: 1.583rem;
    margin: 0 1.917rem 0 1.667rem;
    padding-top: 3.125rem;
  }
  .container .content_wrap aside.aside .tag_area .title {
    padding-top: 2.5rem;
  }
  .container .content_wrap aside.aside .tag_area .left_tag {
    padding-bottom: 0;
  }
  .container .content_wrap aside.aside .left_member p.title {
    font-size: 1.583rem;
    padding-bottom: 1.25rem;
  }
  .container .content_wrap aside.aside .left_member ul {
    margin: 0 1.667rem;
  }
  .container .content_wrap aside.aside .left_member ul li {
    padding-bottom: 1.417rem;
    width: 100%;
    margin-bottom: 1.25rem;
    border-bottom: 0.08333rem solid #f6f6f6;
  }
  .container .content_wrap aside.aside .left_member ul li a img {
    width: 7.75rem;
    height: 9.167rem;
  }
  .container .content_wrap aside.aside .left_member ul li .member_info {
    width: calc(100% - 9.417rem);
  }
  .container .content_wrap aside.aside .left_member ul li .member_info .name {
    font-size: 1.583rem;
    padding-top: 0.625rem;
    padding-bottom: 2.5rem;
  }
  .container .content_wrap aside.aside .left_member ul li .member_info .name span {
    font-size: 1.25rem;
    padding-top: 0.7917rem;
  }
  .container .content_wrap aside.aside .left_member ul li .member_info .telephone {
    font-size: 1.25rem;
    margin-top: 0;
  }
  .container .content_wrap aside.aside .left_member ul li .member_info .telephone a {
    text-decoration: underline;
    margin-left: 0.4167rem;
  }
  .container .content_wrap aside.aside .left_member ul li .member_info .telephone:after {
    display: none;
  }
  .container .content_wrap aside.aside .left_member ul li .member_info a.email {
    background: url('../images/common/mo/img_sprite.png') no-repeat -5rem -13.33rem;
    -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: 2.5rem;
    height: 2.5rem;
    bottom: -0.4167rem;
  }
  .container .content_wrap aside.aside .left_member ul:after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    clear: both;
  }
  .container .content_wrap aside.aside .search_area {
    display: none;
  }
  .container .content_wrap aside.aside.is_sticky {
    top: 5.417rem;
  }
  .container .content_wrap aside.aside.aside_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 4.583rem;
  }
  .container .content_wrap article.content {
    float: none;
    padding-top: 0;
    width: auto;
  }
  .container .content_wrap article.content .search_area {
    background: #fff;
    padding: 1.875rem 1.667rem 2.167rem 1.667rem;
    margin-top: 0.8333rem;
  }
  .container .content_wrap article.content .search_area .title {
    margin: 0;
    padding: 0;
    font-size: 1.333rem;
    color: #222;
    font-weight: normal;
    padding-bottom: 1.042rem;
  }
  .container .content_wrap article.content .search_area span.custom_input {
    width: 100%;
    border: 0.08333rem solid #e6e6e6;
  }
  .container .content_wrap article.content .search_area .btn_select {
    display: inline-block;
    vertical-align: middle;
    border: 0.08333rem solid #e6e6e6;
    font-size: 1.167rem;
    color: #ba2e12;
    font-weight: normal;
    padding: 1.25rem 1.083rem 1.25rem 1.083rem;
    margin-top: 0.4222rem;
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
  .container .content_wrap article.content .search_area .btn_select:after {
    display: block;
    content: '';
    background: url('../images/common/mo/img_sprite.png') no-repeat -1.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;
    position: absolute;
    top: 50%;
    right: 1.167rem;
    color: white;
    width: 1.125rem;
    height: 0.6667rem;
  }
  .container .content_wrap article.content .search_area .btn_search {
    width: 49%;
    margin-top: 0.8333rem;
    position: relative;
    font-size: 1.167rem;
    text-align: center;
    padding: 1.25rem 0 1.25rem 0;
    background: #ba2e12;
    float: right;
    vertical-align: top;
    color: white;
  }
  .container .content_wrap article.content .search_area .btn_search:after {
    display: block;
    content: '';
    background: url('../images/common/mo/img_sprite.png') no-repeat right -2.083rem;
    -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;
    height: 0;
    position: absolute;
    top: 1.098rem;
    left: 39%;
  }
  .container .content_wrap article.content .search_area .btn_search_reset {
    width: 49%;
    margin: 0.8333rem 2% 0 0;
    position: relative;
    font-size: 1.167rem;
    text-align: center;
    padding: 1.25rem 0 1.25rem 0;
    height: unset;
    line-height: 1.2;
  }
  .container .content_wrap article.content .search_area:after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    clear: both;
  }
  .container .content_wrap .tag_area {
    position: relative;
    background: #fff;
  }
  .container .content_wrap .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;
  }
  .container .content_wrap .left_tag {
    padding: 1.208rem 0 1.042rem 0;
  }
  .container .content_wrap .left_tag ul {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: auto;
    margin-left: 1.667rem;
    padding-bottom: 1rem;
  }
  .container .content_wrap .left_tag ul li {
    margin-right: 0.625rem;
    margin-bottom: 0;
  }
  .container .content_wrap .left_tag ul li a {
    font-size: 1.25rem;
    border: 0.08333rem solid #e6e6e6;
    color: #666;
    padding: 0.8333rem 1.208rem;
  }
  .container .content_wrap .left_tag ul li a:hover {
    font-size: 1.25rem;
    border: 0.08333rem solid #ba2e12;
  }
  .container .content_wrap .left_tag ul li:last-child {
    margin-right: 1.667rem;
  }
  .container .content_wrap .left_tag ul::-webkit-scrollbar {
    display: none;
  }
  .container .content {
    background: #f2f2f2;
  }
  .container .content h2 {
    font-size: 2.5rem;
    font-weight: normal;
    height: auto;
    box-sizing: border-box;
    padding-top: 4.375rem;
    margin-bottom: 3.125rem;
  }
  .container .content h2.arc_medi18b {
    font-size: 1.333rem;
    margin-bottom: 1.333rem;
  }
  .container .content .arc_demi13 {
    font-size: 0.833rem;
    line-height: 1.75;
    margin-bottom: 1.333rem;
  }
  .container.news .top_container {
    background: #fff;
    padding-bottom: 5rem;
  }
  .container.news .content_wrap aside.aside {
    position: relative;
    background: #fff;
    margin-top: 0.8333rem;
    padding-bottom: 2rem;
  }
  .container.news .content_wrap aside.aside .tag_title {
    margin: 0;
    padding: 0;
    font-size: 1.583rem;
    margin: 0 1.917rem 0 1.667rem;
    padding-top: 3.125rem;
  }
  .container.news .content_wrap .content {
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
  .container.content_hub .content_wrap .content {
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
  .top_container .btn_box {
    position: relative;
    left: auto;
    right: auto;
    margin-left: 0;
    bottom: 2.083rem;
  }
  .top_container .btn_box a {
    width: 4rem;
    height: 4rem;
    border-radius: 2rem;
    background: #ba2e12;
    border: 0.125rem solid #ba2e12;
  }
  .top_container .btn_box a.vcard:before {
    background: url('../images/common/mo/img_sprite.png') no-repeat -18.458rem -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: 2.042rem;
    height: 1.75rem;
    margin-top: 0.9583rem;
  }
  .top_container .btn_box a.pdf:before {
    background: url('../images/common/mo/img_sprite.png') no-repeat -16.3797rem -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.5rem;
    height: 1.875rem;
    margin-top: 0.9583rem;
  }
  .top_container .btn_box a.share {
    background: #fff;
  }
  .top_container .btn_box a.share:before {
    background: url('../images/common/mo/img_sprite.png') no-repeat -7.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.792rem;
    height: 2.083rem;
    margin-top: 0.875rem;
  }
  .top_container .btn_box a.print {
    display: none;
  }
  .top_container .btn_box a:first-child {
    margin-left: 0;
  }
  .top_container .btn_box a:hover {
    background: #fff;
  }
  .top_container .btn_box a:hover.vcard:before {
    background-position: -13.75rem -10.83rem;
  }
  .top_container .btn_box a:hover.pdf:before {
    background-position: -11.67rem -10.83rem;
  }
  .top_container .btn_box a:hover.share {
    background: #ba2e12;
  }
  .top_container .btn_box a:hover.share:before {
    background-position: -21.0833rem -10.83rem;
  }
  .top_info_mo .btn_box {
    position: relative;
  }
  .top_info_mo .btn_box a {
    width: 4rem;
    height: 4rem;
    border-radius: 2rem;
    background: #ba2e12;
    border: 0.125rem solid #ba2e12;
  }
  .top_info_mo .btn_box a.vcard:before {
    background: url('../images/common/mo/img_sprite.png') no-repeat -18.458rem -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: 2.042rem;
    height: 1.75rem;
    margin-top: 0.9583rem;
  }
  .top_info_mo .btn_box a.pdf:before {
    background: url('../images/common/mo/img_sprite.png') no-repeat -16.3797rem -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.5rem;
    height: 1.875rem;
    margin-top: 0.9583rem;
  }
  .top_info_mo .btn_box a.share {
    background: #fff;
  }
  .top_info_mo .btn_box a.share:before {
    background: url('../images/common/mo/img_sprite.png') no-repeat -7.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.792rem;
    height: 2.083rem;
    margin-top: 0.875rem;
  }
  .top_info_mo .btn_box a.print {
    display: none;
  }
  .top_info_mo .btn_box a:first-child {
    margin-left: 0;
  }
  .top_info_mo .btn_box a:hover {
    background: #fff;
  }
  .top_info_mo .btn_box a:hover.vcard:before {
    background-position: -13.75rem -10.83rem;
  }
  .top_info_mo .btn_box a:hover.pdf:before {
    background-position: -11.67rem -10.83rem;
  }
  .top_info_mo .btn_box a:hover.share {
    background: #ba2e12;
  }
  .top_info_mo .btn_box a:hover.share:before {
    background-position: -21.0833rem -10.83rem;
  }
  footer.footer_wrap {
    height: 7.583rem;
    box-sizing: border-box;
  }
  footer.footer_wrap .footer {
    display: block;
    padding-top: 2.25rem;
    height: unset;
    width: auto;
  }
  footer.footer_wrap .footer .address {
    justify-content: center;
    display: block;
    width: 15.5rem;
    margin: 0 auto;
    overflow: hidden;
  }
  footer.footer_wrap .footer .address li {
    margin-left: 0.875rem;
    padding-left: 0.875rem;
    display: inline-block;
    vertical-align: middle;
  }
  footer.footer_wrap .footer .address li:before {
    top: 0.2917rem;
    width: 0.08333rem;
    height: 0.7083rem;
    box-sizing: border-box;
  }
  footer.footer_wrap .footer .address li:nth-child(4) {
    margin-left: 0;
  }
  footer.footer_wrap .footer .address li:nth-child(4):before {
    height: 0;
    box-sizing: border-box;
  }
  footer.footer_wrap .footer .address li:nth-child(n+4) {
    margin-top: 1.188rem;
  }
  footer.footer_wrap .footer .address li a {
    font-size: 1.046rem;
    color: #fff;
    font-weight: normal;
    opacity: 1;
  }
  footer.footer_wrap .footer .copyright {
    padding-top: 1.4166rem;
    padding-bottom: 2.25rem;
    font-size: 0.8333rem;
    color: #fff;
    font-weight: normal;
    text-align: center;
  }
  .btn_top {
    bottom: 5.9583rem;
    right: 0.8333rem;
    width: 2.9166rem;
    height: 2.9166rem;
    box-sizing: border-box;
  }
  .btn_top:before {
    width: 0.916rem;
    height: 1.375rem;
    box-sizing: border-box;
    margin-top: 0.916rem;
    background: url('../images/common/mo/img_sprite.png') no-repeat -14.7916rem -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;
  }
  .layer {
    padding: 2.083rem 1.667rem;
    width: 100%;
    height: 100%;
  }
  .layer .layer_header h1,
  .layer .layer_header .replace_h1 {
    padding-bottom: 2.083rem;
    font-size: 2rem;
  }
  .layer .layer_cont {
    padding-top: 1.667rem;
  }
  .layer .layer_cont.scroll {
    height: 70%;
  }
  .layer .btn_layer_close {
    top: 2.5rem;
    right: 2.5rem;
    width: 1.75rem;
    height: 1.75rem;
    box-sizing: border-box;
    background: url('../images/common/mo/img_sprite.png') no-repeat 0 -15.7083rem;
    -webkit-background-size: 25rem 25rem;
    -ms-background-size: 25rem 25rem;
    -moz-background-size: 25rem 25rem;
    -o-background-size: 25rem 25rem;
    background-size: 25rem 25rem;
  }
  .layer.layer_web_accessibility {
    width: 89.33%;
    height: auto;
    box-sizing: border-box;
  }
  .layer.layer_web_accessibility .layer_cont .layer_sub_title {
    margin-bottom: 1.75rem;
    font-size: 1.4266rem;
    color: #222;
    font-weight: normal;
    line-height: 1.4117;
  }
  .layer.layer_web_accessibility .layer_cont .layer_sub_title:last-child {
    margin-bottom: 0;
  }
  .layer.layer_web_accessibility .layer_cont .layer_desc {
    font-size: 1.25rem;
    color: #666;
    font-weight: normal;
    line-height: 1.466;
  }
  .layer.layer_exemption {
    width: 89.33%;
    height: auto;
    box-sizing: border-box;
  }
  .layer.layer_exemption .layer_cont .layer_sub_title {
    margin-bottom: 1.75rem;
    font-size: 1.4266rem;
    color: #222;
    font-weight: normal;
    line-height: 1.4117;
  }
  .layer.layer_exemption .layer_cont .layer_desc {
    font-size: 1.25rem;
    color: #666;
    font-weight: normal;
    line-height: 1.466;
  }
  .layer_menu {
    width: 80%;
    padding: 0;
  }
  .layer_menu .layer_cont .layer_lang {
    display: block;
    position: absolute;
    top: 1.916rem;
    left: 1.666rem;
  }
  .layer_menu .layer_cont .layer_lang ul {
    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: 0;
    padding: 0;
    list-style-type: none;
  }
  .layer_menu .layer_cont .layer_lang ul li {
    margin-left: 0.875rem;
  }
  .layer_menu .layer_cont .layer_lang ul li a {
    display: block;
    position: relative;
    font-size: 0.916rem;
    color: #444;
    font-weight: normal;
    padding-left: 0.875rem;
  }
  .layer_menu .layer_cont .layer_lang ul li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 0.166rem;
    left: 0;
    width: 0.0833rem;
    height: 0.8333rem;
    box-sizing: border-box;
    background: #b2b2b2;
  }
  .layer_menu .layer_cont .layer_lang ul li:first-child {
    margin-left: 0;
  }
  .layer_menu .layer_cont .layer_lang ul li:first-child a {
    padding-left: 0;
  }
  .layer_menu .layer_cont .layer_lang ul li:first-child a:before {
    display: none;
  }
  .layer_menu .menu_list {
    min-height: 310px;
    padding-top: 8.666rem;
  }
  .layer_menu .menu_list li a {
    font-size: 2.5rem;
    color: #333;
    font-weight: normal;
  }
  .layer_menu .family_site {
    padding-bottom: 50px;
    box-sizing: border-box;
  }
  .layer_menu .family_site a {
    display: block;
    margin-left: 0;
    padding-left: 0;
    font-size: 1.125rem;
    color: #ba2e12;
    font-weight: normal;
  }
  .layer_menu .family_site a:before {
    display: none;
  }
  .layer_menu .misc {
    position: absolute;
    bottom: 1.916rem;
    left: 0;
    width: 100%;
    display: block;
  }
  .layer_menu .misc a {
    font-size: 1rem;
  }
  .layer_menu .misc a + a:before {
    top: 0.125rem;
    height: 1rem;
  }
  .layer_menu.on .misc {
    left: 50%;
    transform: translateX(-50%);
  }
  .layer_top_search .inner {
    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%;
    padding: 0 2rem;
  }
  .layer_top_search .inner .custom_input {
    width: 100%;
  }
  .layer_select .layer_cont.scroll {
    padding-top: 0;
  }
  .layer_select .category_area {
    padding-bottom: 0;
  }
  .layer_select .category_area ul.top_tab {
    margin: 0;
  }
  .layer_select .category_area ul.top_tab li a:before {
    background: url('../images/common/mo/bg_border.jpg') repeat-x left top;
    height: 0.2083rem;
  }
  .layer_select .category_area ul.top_tab li a.on:before {
    background: url('../images/common/mo/bg_border_on.jpg') repeat-x left top;
  }
  .layer_select .category_area .tab_container {
    padding-top: 2.083rem;
  }
  .layer_select .category_area .tab_container .tab_section {
    margin: 0;
    padding: 0;
  }
  .layer_select .category_area .tab_container .tab_section .field_list .tab_box {
    width: 100%;
  }
  .layer_select .category_area .tab_container .tab_section .field_list li {
    width: 100%;
    margin-bottom: 0.08333rem;
    border: none;
  }
  .layer_select .category_area .tab_container .tab_section .field_list li.select {
    border: none;
  }
  .layer_select .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;
  }
  .layer_select .category_area .tab_container .tab_section .field_list li.on {
    border: none;
  }
  .layer_select .category_area .tab_container .tab_section .scroll {
    max-height: 27.67rem;
  }
  .layer_select .category_area .tab_container .tab_section .tab_box .scroll {
    max-height: 15.83rem;
  }
  .layer_select .category_area .tab_container.scroll_cont {
    margin: 0;
    padding: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 30rem;
    height: 80%;
    margin: 0 auto;
  }
  .layer_select .category_area .tab_container.scroll_cont::-webkit-scrollbar {
    display: none;
  }
  .layer_member .simple_member_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .layer_member .simple_member_list li {
    padding-bottom: 1.417rem;
    width: 100%;
    margin-bottom: 1.25rem;
    border-bottom: 0.08333rem solid #f6f6f6;
    background: #fff;
  }
  .layer_member .simple_member_list li a img {
    width: 7.75rem;
    height: 9.167rem;
  }
  .layer_member .simple_member_list li .member_info {
    width: calc(100% - 9.417rem);
  }
  .layer_member .simple_member_list li .member_info .name {
    font-size: 1.417rem;
    padding-top: 0.625rem;
    padding-bottom: 2.917rem;
  }
  .layer_member .simple_member_list li .member_info .name span {
    font-size: 1rem;
  }
  .layer_member .simple_member_list li .member_info .telephone {
    font-size: 1.25rem;
  }
  .layer_member .simple_member_list li .member_info .telephone a {
    text-decoration: underline;
  }
  .layer_member .simple_member_list li .member_info .telephone:after {
    display: none;
  }
  .layer_member .simple_member_list li .member_info a.email {
    background: url('../images/common/mo/img_sprite.png') no-repeat -5rem -13.33rem;
    -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: 2.5rem;
    height: 2.5rem;
    bottom: 1.833rem;
    right: 0;
  }
  .layer_member.mobile.on {
    display: block;
  }
  .layer_share {
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0%);
    max-width: none;
    height: auto;
    box-sizing: border-box;
    padding: 22px 30px 17px 30px;
  }
  .layer_share .layer_header h1,
  .layer_share .layer_header .replace_h1 {
    padding-bottom: 17px;
  }
  .layer_share .share_input {
    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;
    border: 0.125rem solid #999;
    height: 4.167rem;
    box-sizing: border-box;
    padding-left: 0.8333rem;
    padding-right: 0.8333rem;
    width: calc(100% - 7.042rem);
    margin-top: 0;
  }
  .layer_share .share_input a {
    font-size: 1.167rem;
    color: #666;
    font-weight: normal;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    width: 90%;
    overflow: hidden;
  }
  .layer_share .btn_orange {
    width: 6.208rem;
    height: 4.167rem;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.167rem;
    line-height: 3.6;
  }
  .layer_share .layer_cont {
    padding: 0;
  }
  .layer_share .layer_cont ul {
    padding: 0 25px;
    margin: 35px auto 31px;
  }
  .detail.member .aside_sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
.error_wrap {
  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;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-around;
}
.error_wrap .inner {
  width: 1024px;
  margin: 0 auto;
}
.error_wrap h1.h1_error {
  margin: 0;
  padding: 0;
}
.error_wrap h1.h1_error a {
  display: block;
  width: 200px;
  height: 20px;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  background: url('../images/common/pc/img_sprite.png') no-repeat -300px -30px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  text-indent: -9999px;
}
.error_wrap .error_title {
  margin: 0;
  padding: 0;
  margin-top: 80px;
  font-size: 30px;
  color: #313131;
  font-weight: normal;
  line-height: 1.4;
}
.error_wrap .error_desc {
  position: relative;
  margin-top: 40px;
  padding-top: 30px;
}
.error_wrap .error_desc:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 30px;
  box-sizing: border-box;
  background: #ba2e12;
  margin-left: -1px;
}
.error_wrap .error_desc p {
  margin: 0;
  padding: 0;
  margin-top: 40px;
  font-size: 18px;
  color: #7d7d7d;
  font-weight: normal;
  line-height: 1.666;
}
.error_wrap .error_desc p .text_orange {
  text-decoration: underline;
}
.error_wrap .error_btn_wrap {
  margin-top: 60px;
  text-align: center;
}
.error_wrap .error_btn_wrap .btn_link {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 14px;
  color: #222;
  font-weight: normal;
  padding: 14px 37px;
  text-align: center;
  border: 1px solid #e6e6e6;
  margin: 0 10px;
}
.error_wrap .error_btn_wrap .btn_link span {
  position: relative;
  padding-right: 17px;
}
.error_wrap .error_btn_wrap .btn_link span:after {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 7px;
  height: 11px;
  box-sizing: border-box;
  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;
}
.landscape {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  background: #fff;
}
.notice_news_js {
  transition: all 1s;
  opacity: 0;
  transform: translateY(100px);
}
.notice_news_js.fade_in {
  opacity: 1;
  transform: translateY(0);
}
.hub_news_js {
  transition: all 1s;
  opacity: 0;
  transform: translateY(100px);
}
.hub_news_js.fade_in {
  opacity: 1;
  transform: translateY(0);
}
/* animation */
.animated {
	animation-duration: 1.5s;
	animation-fill-mode: both;
}
.animated.delay-03s{
	animation-delay:0.3s;
}
.animated.delay-05s{
	animation-delay:0.5s;
}
.animated.delay-1s{
	animation-delay:1s;
}
.animated.delay-13s{
  animation-delay:1.3s;
}
.animated.delay-15s{
  animation-delay:1.5s;
}
.slideInDown {
	animation-name: slideInDown;
}
.slideInRight {
	animation-name: slideInRight;
}
.fadeIn {
	animation-name: fadeIn;
}
@keyframes slideInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -2rem, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translate3d(-2rem, 0, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
		visibility: visible;
	}
	to {
		opacity: 1;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container .content_wrap aside.aside .left_member ul {
    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;
  }
  .container .content_wrap aside.aside .left_member ul li {
    width: 48%;
    margin-right: 2%;
  }
  .container .content_wrap aside.aside .left_member ul li .member_info a.email {
    bottom: -0.08333rem;
  }
}
@media only screen and (max-height: 480px) and (min-width: 480px) and (orientation: landscape) {
  html {
    font-size: 12px !important;
  }
  .layer_menu {
    width: 40%;
  }
  .layer_menu .menu_list {
    min-height: 160px;
    padding-top: 3rem !important;
  }
  .layer_menu .menu_list li a {
    padding: 1.5% 0;
    font-size: 1.55rem !important;
    color: #333 !important;
    font-weight: normal !important;
  }
  .layer_menu .family_site {
    padding-bottom: 20px;
  }
  .layer_menu .family_site a {
    font-size: 1rem !important;
  }
  .landscape {
    right: 0;
    background: #222;
  }
  .landscape:before {
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50vh;
    margin-top: -24px;
    font-size: 32px;
    line-height: 1;
  }
  .layer .layer_cont {
    overflow-y: scroll;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container .content_wrap aside.aside .left_member ul {
    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;
  }
  .container .content_wrap aside.aside .left_member ul li {
    width: 48%;
    margin-right: 2%;
  }
  .container .content_wrap aside.aside .left_member ul li .member_info a.email {
    bottom: -0.08333rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 845px) { 
	.layer_menu {
		width: 50%;
	}
	.layer_menu .menu_list li a {
		font-size: 1.5rem;
		padding: 2% 0;
	}
	.layer_menu .menu_list {
		padding-top: 5rem;
		min-height: 240px;
	}
	.layer_menu .family_site a {
		font-size: 1rem;
	}
}
@media screen and (max-width: 674px) {
	.layer_menu .menu_list {
		min-height: 350px;
	}
	.layer_menu .menu_list li a {
		font-size: 1.8rem;
		padding: 5% 0;
	}
}