@charset "UTF-8";
/* variable */
/* background */
/* reset */
.r_mp {
  margin: 0;
  padding: 0;
}
.r_li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* font */
/* line height */
/* size */
.full {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.fullWidth {
  width: 100%;
}
/* margin */
/* padding */
/* border */
/* align */
.center {
  text-align: center;
}
.flex {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
}
/* display */
.block {
  display: block;
}
.i_block {
  display: inline-block;
  vertical-align: middle;
}
/* overflow hidden */
.hidden {
  overflow: hidden;
}
/* table */
/* design */
/* position */
/* float */
.clear {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
}
/* font family */
.lato {
  font-family: 'Lato' !important;
}
.light {
  font-family: 'NotoSansLight' !important;
}
.demi_light {
  font-family: 'NotoSansDemiLight' !important;
}
.medium {
  font-family: 'NotoSansMedium' !important;
}
.serif {
  font-family: 'NotoSerif' !important;
}
.serif_bold {
  font-family: 'NotoSerifBold' !important;
}
@media screen and (min-width: 760px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 23.98px;
  }
}
@media screen and (max-width: 740px) {
  html {
    font-size: 23.66px;
  }
}
@media screen and (max-width: 730px) {
  html {
    font-size: 23.33px;
  }
}
@media screen and (max-width: 720px) {
  html {
    font-size: 23.01px;
  }
}
@media screen and (max-width: 710px) {
  html {
    font-size: 22.69px;
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 22.36px;
  }
}
@media screen and (max-width: 690px) {
  html {
    font-size: 22.04px;
  }
}
@media screen and (max-width: 680px) {
  html {
    font-size: 21.72px;
  }
}
@media screen and (max-width: 670px) {
  html {
    font-size: 21.39px;
  }
}
@media screen and (max-width: 660px) {
  html {
    font-size: 21.07px;
  }
}
@media screen and (max-width: 650px) {
  html {
    font-size: 20.75px;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 20.42px;
  }
}
@media screen and (max-width: 630px) {
  html {
    font-size: 20.1px;
  }
}
@media screen and (max-width: 620px) {
  html {
    font-size: 19.77px;
  }
}
@media screen and (max-width: 610px) {
  html {
    font-size: 19.45px;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 19.13px;
  }
}
@media screen and (max-width: 590px) {
  html {
    font-size: 18.8px;
  }
}
@media screen and (max-width: 580px) {
  html {
    font-size: 18.48px;
  }
}
@media screen and (max-width: 570px) {
  html {
    font-size: 18.17px;
  }
}
@media screen and (max-width: 560px) {
  html {
    font-size: 17.84px;
  }
}
@media screen and (max-width: 550px) {
  html {
    font-size: 17.53px;
  }
}
@media screen and (max-width: 540px) {
  html {
    font-size: 17.21px;
  }
}
@media screen and (max-width: 530px) {
  html {
    font-size: 16.89px;
  }
}
@media screen and (max-width: 520px) {
  html {
    font-size: 16.57px;
  }
}
@media screen and (max-width: 510px) {
  html {
    font-size: 16.25px;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 15.93px;
  }
}
@media screen and (max-width: 490px) {
  html {
    font-size: 15.62px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 15.29px;
  }
}
@media screen and (max-width: 470px) {
  html {
    font-size: 14.98px;
  }
}
@media screen and (max-width: 460px) {
  html {
    font-size: 14.66px;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 14.34px;
  }
}
@media screen and (max-width: 440px) {
  html {
    font-size: 14.02px;
  }
}
@media screen and (max-width: 430px) {
  html {
    font-size: 13.71px;
  }
}
@media screen and (max-width: 420px) {
  html {
    font-size: 13.38px;
  }
}
@media screen and (max-width: 410px) {
  html {
    font-size: 13.07px;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 12.75px;
  }
}
@media screen and (max-width: 390px) {
  html {
    font-size: 12.43px;
  }
}
@media screen and (max-width: 380px) {
  html {
    font-size: 12.11px;
  }
}
@media screen and (max-width: 370px) {
  html {
    font-size: 11.79px;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 11.47px;
  }
}
@media screen and (max-width: 350px) {
  html {
    font-size: 11.16px;
  }
}
@media screen and (max-width: 340px) {
  html {
    font-size: 10.83px;
  }
}
@media screen and (max-width: 330px) {
  html {
    font-size: 10.52px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 10.2px;
  }
}
/* web font */
@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: "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: "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: "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;
}
body {
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  word-break: normal;
  word-wrap: break-word;
  font-family: 'NotoSansDemiLight';
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.wrap {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-user-drag: none;
  touch-action: pan-y;
}
a {
  text-decoration: none;
}
img,
button {
  border: none solid #ccc;
}
input:focus,
textarea:focus,
select:focus {
  border: none;
  outline: none;
}
/* caption */
caption {
  font-size: 0;
  text-indent: -9999px;
}
.hidden_text {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.text_orange {
  color: #ba2e12 !important;
  text-decoration: underline;
}
.mobile.hidden {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
::placeholder {
  color: #999;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999 !important;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
}
.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: #000;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: normal;
}
.skip_navi a:focus {
  top: 30px;
}
header.header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 25;
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  transition: all 0.5s;
}
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 {
  position: absolute;
  top: 0;
  left: 0;  
  z-index: 25;
  width: 100%;
  height: 34px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.2);
  animation-name: gnbAni;
  animation-duration: 2s;
}
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: #bcbcbc;
  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 a:before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 1px;
  height: 10px;
  box-sizing: border-box;
  background: #e6e6e6;
}
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 {
  color: #fff;
  padding: 0 12px; 
	margin: 0; 
}
header.header_wrap .gnb_wrap .inner .family_site_wrap a:hover {
  color: #ba2e12;
}
header.header_wrap .gnb_wrap .inner .family_site_wrap a:first-child {
  background: rgba(0,0,0,.5);
}
header.header_wrap .gnb_wrap .inner .family_site_wrap a:nth-of-type(2)::before {
	display: none; 
}
header.header_wrap .header {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 60px;
  width: 96%;
}
header.header_wrap .header .btn_menu {
  position: absolute;
  top: 62px;
  left: 0;
  z-index: 12;
  display: block;
  width: 28px;
  height: 25px;
  box-sizing: border-box;
  background: url(../images/main/main_sprite_pannel.png) -95px -152px no-repeat;
  animation-name: opacityAni;
  animation-duration: 3s;
}
header.header_wrap .header .main_logo {
  display: block;
  position: relative;
  width: 250px;
  height: 25px;
  box-sizing: border-box;
  margin: 0 auto;
  background: url(../images/main/main_sprite_pannel.png) -330px -61px no-repeat;
}
header.header_wrap .header .search_top_area {
  overflow: hidden;
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 10;
  width: 414px;
  height: 54px;
  box-sizing: border-box;
  animation-name: opacityAni;
  animation-duration: 1s;
}
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(100%, 0);
  border-bottom: 2px solid #fff;
  transition: all 0.5s;
}
header.header_wrap .header .search_top_area .custom_input input[type="text"] {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: transparent;
  padding-right: 35px;
  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: 10;
  width: 30px;
  height: 29px;
  box-sizing: border-box;
  background: url(../images/main/main_sprite_pannel.png) 0 -152px no-repeat;
}
header.header_wrap .header:after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
}
header.header_wrap.active .main_logo {
  display: block;
}
header.header_wrap.active .search_top_area {
  display: block;
}
header.header_wrap.bg_black {
  background: rgba(0, 0, 0, 0.8);
}
.visual_wrap {
  height: 372px;
  box-sizing: border-box;
  background: url(../images/main/bg_visual_main.jpg) 0 0 no-repeat;
  background-size: cover;
}
.visual_wrap h2 {
  margin: 0;
  padding: 0;
  padding-top: 240px;
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
  box-sizing: border-box;
}
.banner_wrap {
  position: relative;
  padding-top: 50px;
}
.banner_wrap:after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
}
.banner_wrap > div {
  float: left;
  vertical-align: top;
}
.banner_wrap > div.banner_big {
    position: absolute; 
	left: 0; top: 50px; 
  	width: 32%;
  	height: 248px;
  	box-sizing: border-box;
  	background: url(../images/main/bg_banner_big_new.jpg) 33% 75% no-repeat;
    background-size: 160%;
}
/* 2109 ip view more 관련 수정 */
.banner_wrap > div.banner_big a {
	display: block; 
	padding: 33px 45px;
	height: 100%;
    box-sizing: border-box;
}
.banner_wrap > div.banner_big strong.title {
  display: block;
  margin-bottom: 12px;
  font-size: 39px;
  color: #fff;
  font-weight: bold;
}
.banner_wrap > div.banner_big span.desc {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  word-break: normal;
}
.banner_wrap > div.banner_big .btn_more {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 49px;
  padding-right: 16px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
.banner_wrap > div.banner_big .btn_more:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  content: "";
  width: 7px;
  height: 12px;
  box-sizing: border-box;
  background: url(../images/main/main_sprite_pannel.png) -195px -199px no-repeat;
  background-size: 600px 600px;
}
.banner_wrap > div.banner_list {
  box-sizing: border-box;
  display: flex; 
  flex-wrap: wrap; 
  justify-content: flex-end; 
}
.banner_wrap > div.banner_list:after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
}
.banner_wrap > div.banner_list > div {
  float: left;
  vertical-align: top;
  width: 48%;
  height: 250px;
  box-sizing: border-box;
}
.banner_wrap > div.banner_list > div:first-child {
  width: calc(68% - 20px);
  margin-bottom: 20px;
}
.banner_wrap > div.banner_list > div:nth-of-type(2) {
	width: calc(68% - 20px);
	margin-right: 20px;
}
.banner_wrap > div.banner_list > div:last-child {
  width: 32%;
}
.banner_wrap > div.banner_list > div a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 34px 40px;
  background: #f2f2f2;
  border: 3px solid #f2f2f2;
}
.banner_wrap > div.banner_list > div a .notice_title {
  margin-bottom: 13px;
  font-size: 15px;
  color: #ba2e12;
  font-weight: normal;
  text-decoration: underline;
}
.banner_wrap > div.banner_list > div a .notice_txt {
  overflow: hidden;
  height: 114px;
  box-sizing: border-box;
  word-break: break-word;
}
.banner_wrap > div.banner_list > div a .notice_txt span.title {
  height: 70px;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  margin-bottom: 13px;
  font-size: 26px;
  color: #222;
  font-weight: bold;
  line-height: 1.307;
  word-break: normal !important;
  display: inline-block;
}
.banner_wrap > div.banner_list > div a .notice_txt span.desc {
  display: block;
  height: 48px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  font-weight: normal;
  line-height: 1.5;
  word-break: normal !important;
  display: inline-block;
}
.banner_wrap > div.banner_list > div a .btn_go {
  display: none;
  background: url(../images/main/main_sprite_pannel.png) -95px -200px no-repeat;
  background-size: 600px 600px;
  width: 7px;
  height: 11px;
  box-sizing: border-box;
  position: absolute;
  bottom: 37px;
  right: 37px;
}
.banner_wrap > div.banner_list > div a:hover {
  background: #fff url('../images/common/bg.png') no-repeat 0 0;
  border: 3px solid #ba2e12;
}
.banner_wrap > div.banner_list > div a:hover span.title {
  color: #ba2e12;
}
.banner_wrap > div.banner_list > div a:hover span.desc {
  color: #ba2e12;
}
.banner_wrap > div.banner_list > div a:hover .btn_go {
  display: block;
}
.bottom_box {
  margin: 0;
  padding: 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;
  height: 145px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}
.bottom_box a {
  display: block;
  width: 50%;
  box-sizing: border-box;
  text-align:center;
}
.bottom_box a span.info {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  padding-left: 31px;
  padding-bottom: 3px;
  font-size: 28px;
  color: #222;
  font-weight: bold;
  position: relative;
}
.bottom_box a span.info.location:before {
  display: block;
  content: '';
  background: url(../images/main/main_sprite_pannel.png) 0 -363px no-repeat;
  background-size: 600px 600px;
  width: 20px;
  height: 27px;
  box-sizing: border-box;
  position: absolute;
  top: 4px;
  left: 0;
}
.bottom_box a span.info.telephone:before {
  display: block;
  content: '';
  background: url(../images/main/main_sprite_pannel.png) -55px -363px no-repeat;
  background-size: 600px 600px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  left: 0;
}
.btn_hover {
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}
.btn_hover span {
  position: relative;
}
.btn_hover:before {
  display: block;
  content: "";
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}
.btn_hover:hover:before {
  transform: translateY(0);
}
.btn_hover.bg_red:hover {
  color: #fff !important;
  border: 1px solid #ba2e12 !important;
}
.btn_hover.bg_red:before {
  background: #ba2e12;
}
.btn_hover.bg_black:hover {
  color: #fff !important;
  border: 1px solid #222 !important;
}
.btn_hover.bg_black:before {
  background: #222;
}
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;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-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: #fff;
  font-weight: normal;
  opacity: 0.4;
  letter-spacing: 0;
  margin-left: auto;
}
.btn_top {
  display: none;
  position: fixed;
  bottom: 20px;
  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/main/main_sprite_pannel.png) -516px -34px no-repeat;
  background-size: 600px 600px;
  width: 16px;
  height: 18px;
  box-sizing: border-box;
  margin: 15px auto 0 auto;
}
.btn_top.show {
  display: block;
}
.dimm {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  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;
}
.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;
}
.search_dimm {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  transition: all 1s ease-out;
  opacity: 0;
  display: none;
}
.search_dimm.on {
  display: block;
  opacity: 0.6;
}
.btn_main_top {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.5s ease-out;
  transform: translate(-100%, 0);
}
.layer .layer_cont {
  position: relative;
}
.layer .btn_layer_close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  background: url(../images/main/main_sprite_pannel.png) 0 -264px no-repeat;
}
.layer.on {
  transform: translate(0, 0);
}
.layer_web_accessibility {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 700px;
  height: 500px;
  box-sizing: border-box;
  background: #fff;
  padding: 45px 60px;
  transform: translate(-50%, -50%) !important;
}
.layer_web_accessibility .layer_header h1 {
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
  font-size: 30px;
  color: #000;
  font-weight: normal;
}
.layer_web_accessibility .layer_header 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_web_accessibility.on {
  display: block;
}
.layer_exemption {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 700px;
  height: 460px;
  box-sizing: border-box;
  background: #fff;
  padding: 45px 60px;
  transform: translate(-50%, -50%) !important;
}
.layer_exemption .layer_header h1 {
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
  font-size: 30px;
  color: #000;
  font-weight: normal;
}
.layer_exemption .layer_header 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: normal;
}
.layer_exemption .layer_cont .layer_desc {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #666;
  font-weight: normal;
  line-height: 1.666;
}
.layer_exemption.on {
  display: block;
}
.layer_menu {
  width: 26%;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
}
.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 .menu_list li afirst-child {
  padding-top: 0;
}
.layer_menu .family_site {
  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;
}
.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_top_search {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 165px;
  box-sizing: border-box;
  background: rgba(46, 46, 46, 0.95);
  transition: all 0.5s ease-out;
  transform: translate(0, -100%);
}
.layer_top_search .inner {
  position: relative;
  width: 1440px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 45px;
}
.layer_top_search .inner .custom_input {
  position: relative;
  display: block;
  width: 823px;
  height: 60px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-right: 30px;
  border-bottom: 2px solid #fff;
}
.layer_top_search .inner .custom_input input[type="text"] {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: transparent;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  border: none;
}
.layer_top_search .inner .custom_input .btn_top_search {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 29px;
  box-sizing: border-box;
  background: url(../images/main/btn_search.png) 0 0 no-repeat;
}
.layer_top_search .inner .btn_top_search_close {
  display: block;
  position: absolute;
  top: 60px;
  right: 0;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  background: url(../images/main/btn_top_search_close.png) 0 0 no-repeat;
}
.layer_top_search.on {
  transform: translate(0, 0);
}
@keyframes textAni {
  from {
    transform: translate(-50%, -20%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -62%);
    opacity: 1;
  }
}
@keyframes moTextAni {
  from {
    transform: translate(-50%, -60%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -110%);
    opacity: 1;
  }
}
@keyframes gnbAni {
  from {
    top: -34px;
  }
  to {
    top: 0;
  }
}
@keyframes logoAni {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes opacityAni {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .skip_navi {
    display: none;
  }
  header.header_wrap {
    height: 4.5416rem;
    box-sizing: border-box;
    padding: 0 1.666rem;
  }
  header.header_wrap .gnb_wrap {
    display: none;
  }
  header.header_wrap .header {
    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-top: 0;
    transition: all 0.5s;
  }
  header.header_wrap .header .btn_menu {
    top: 1.541rem;
    width: 1.75rem;
    height: 1.5rem;
    box-sizing: border-box;
    background-position: -5.865rem -6.333rem;
    background-size: 25rem 25rem;
  }
  header.header_wrap .header .main_logo {
    width: 13.458rem;
    height: 1.5rem;
    box-sizing: border-box;
    background-position: 0 -4.5rem;
    background-size: 25rem 25rem;
    animation-name: none;
    transform: none;
    animation-duration: 1s;
    position: absolute;
    top: 1.541rem;
    left: 50%;
    margin-left: -6.779rem;
  }
  header.header_wrap .header .search_top_area {
    top: 0;
    right: 0;
    width: 100%;
    height: 4.5416rem;
    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-position: -1.625rem -6.333rem;
    background-size: 25rem 25rem;
  }
  .visual_wrap {
    position: relative;
    height: 19.1666rem;
    box-sizing: border-box;
  }
  .visual_wrap h2 {
    padding-top: 8.75rem;
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.233;
    word-break: break-word;
  }
  .visual_wrap h2 .mob_block {
    display: block;
  }
  .content {
    position: relative;
    width: 100%;
    padding: 2.5rem 1.666rem 0 1.666rem;
  }
  .banner_wrap {
    padding-top: 0;
  }
  .banner_wrap > div {
    float: none;
    vertical-align: top;
  }
  .banner_wrap > div.banner_big {
    position: relative;
    top: auto;
    width: 100%;
    height: 17.5rem;
    box-sizing: border-box;
  	padding: 0; 
  }
  .banner_wrap > div.banner_big a {
    padding: 2.5rem 2.083rem;
  }
  .banner_wrap > div.banner_big strong.title {
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
  }
  .banner_wrap > div.banner_big span.desc {
    font-size: 1.1666rem;
    color: #fff;
    font-weight: normal;
    line-height: 1.5;
  }
  .banner_wrap > div.banner_big .btn_more {
    left: 1.666rem;
    bottom: 2.5rem;
    font-size: 1.1666rem;
    color: #fff;
    font-weight: normal;
  }
  .banner_wrap > div.banner_list {
    width: 100%;
    padding-left: 0;
  }
  .banner_wrap > div.banner_list > div {
    float: none;
    vertical-align: top;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0;
    margin-top: 0.833rem;
  }
  .banner_wrap > div.banner_list > div:first-child {
    width: 100%;
    margin: 0;
    margin-top: 0.833rem;
  }
  .banner_wrap > div.banner_list > div:nth-of-type(2) {
  	width: 100%; 
  	margin: .8333rem 0;
  }
  .banner_wrap > div.banner_list > div:last-child {
    width: 100%; 
  	margin: 0;
  }
  .banner_wrap > div.banner_list > div a {
    padding: 1.083rem 1.666rem 1.458rem 1.666rem;
  }
  .banner_wrap > div.banner_list > div a .notice_title {
    font-size: 1rem;
    color: #ba2e12;
    font-weight: normal;
  }
  .banner_wrap > div.banner_list > div a .notice_txt {
    height: auto;
    box-sizing: border-box;
  }
  .banner_wrap > div.banner_list > div a .notice_txt span.title {
    width: 90%;
    overflow: hidden;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 0;
    line-height: 1.666;
    font-size: 1.25rem;
    color: #222;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
  }
  .banner_wrap > div.banner_list > div a .notice_txt span.title br {
    display: none;
  }
  .banner_wrap > div.banner_list > div a .notice_txt span.desc {
    display: block;
    width: 90%;
    overflow: hidden;
    height: auto;
    box-sizing: border-box;
    font-size: 1.2rem;
    color: #666;
    font-weight: normal;
    line-height: 1.353;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
    word-break: normal !important;
  }
  .banner_wrap > div.banner_list > div a .notice_txt span.desc br {
    display: none;
  }
  footer.footer_wrap {
    height: 7.583rem;
    box-sizing: border-box;
  }
  footer.footer_wrap .footer {
    display: block;
    padding-top: 2.25rem;
    width: 100%;
  }
  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;
    background: #333;
    opacity: 1;
    font-size: 0.8333rem;
    color: rgba(255, 255, 255, .5);
    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;
  }
  .bottom_box {
    display:flex;
    overflow: hidden;
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6.25rem;
    box-sizing: border-box;
    margin: 0 0 !important;
    padding-top: 0;
    background: #fff;
  }
  .bottom_box a {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    padding: 0 0 0 0;
    text-align: center;
    -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;
  }
  .bottom_box a span.info {
    padding: 0 0 0 2.25rem;
    font-size: 1.5rem;
    color: #222;
    font-weight: normal;
  }
  .bottom_box a span.info span.mo_none {
    display: none;
  }
  .bottom_box a span.info.location:before {
    top: 0;
    width: 1.333rem;
    height: 1.833rem;
    box-sizing: border-box;
    background: url(../images/main/main_sprite_pannel.png) 0 -12.75rem no-repeat;
    background-size: 25rem 25rem;
  }
  .bottom_box a span.info.telephone:before {
    top: 0;
    width: 1.625rem;
    height: 1.7083rem;
    box-sizing: border-box;
    background: url(../images/main/main_sprite_pannel.png) -1.666rem -12.75rem no-repeat;
    background-size: 25rem 25rem;
  }  
  .bottom_box a:first-child:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0.0833rem;
    height: 1.833rem;
    box-sizing: border-box;
    background: #e6e6e6;
  }
  .layer {
    padding: 2.083rem 1.667rem;
    width: 100%;
    height: 100%;
  }
  .layer .layer_header h1 {
    padding-bottom: 2.083rem;
    font-size: 2rem;
  }
  .layer .layer_cont {
    padding-top: 1.667rem;
  }
  .layer .layer_cont.scroll {
    height: 90%;
  }
  .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;
    word-break: normal;
  }
  .layer.layer_web_accessibility .layer_cont .layer_desc {
    font-size: 1.25rem;
    color: #666;
    font-weight: normal;
    line-height: 1.466;
    word-break: normal;
  }
  .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;
    word-break: normal;
  }
  .layer.layer_exemption .layer_cont .layer_desc {
    font-size: 1.25rem;
    color: #666;
    font-weight: normal;
    line-height: 1.466;
    word-break: normal;
  }
  .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%;
  }
}
.landscape {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  background: #fff;
}

/* 법적고지 탭관련 */
.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;
	}
}


@media only screen and (max-height: 480px) and (min-width: 480px) and (orientation: landscape) {
  html {
    font-size: 12px !important;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  .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: 0.7rem !important;
  }
  .landscape {
    top: 0;
    right: 0;
    background: #222;
  }
  .landscape:before {
    content: '모바일에서는 세로로 감상해주세요';
    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;
  }
}

/* samsung fold 커버 */
@media screen and (max-width: 280px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 640px) and (max-width: 845px) { 
	html {
		font-size: 16px !important; 
	}
	.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;
	}
	.container .content .section_wrap > section .promotion_area .slide_wrap .inner ul.slide_list li .slide_box > div.text .title {
		padding-top: 1rem;
	}
	.container .content .section_wrap > section .promotion_area .slide_wrap .inner ul.slide_list li .slide_box > div.text .txt {
		font-size: 1.1rem;
	}
	.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;
	}
}
/* mobile footer update */
.internal_link {
	display: none;
}
@media screen and (max-width: 1023px){
	footer.footer_wrap {
		height: auto;
	}
	.internal_link {
		display: flex;
		align-items: center;
		justify-content: center; 
		margin: 1.48rem 2.4rem 0 2.4rem;
		padding: 1.18rem 0;
		border-top: 1px solid rgba(255,255,255, .1);
		list-style: none
	}
	.internal_link li {
		position: relative;
		margin: 0 1rem 0 0.2rem;
		padding: 0 1.35rem 0 0.875rem;
		background: url(../../images/common/footer_arrow.svg) no-repeat right 1px center;
		background-size: .7rem auto;
		list-style: none;
	}
	.internal_link a {
		display: block;
		color: #fff;
		opacity: .5;
	}
	.internal_link li::before {
		display: block;
	    position: absolute;
	    top: 0.2917rem;
	    left: 0;
        width: 0.08333rem;
        height: 0.7083rem;
        box-sizing: border-box;
	    background: #484848;
	    opacity: 1;
	    content: "";
	}
	.internal_link li:first-of-type::before {
		display: none;
	}
	.fo_wrap {
		background: #333;
	}
}