@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700;800&display=swap');
@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css');

@font-face {
  font-family: 'NEXON Lv2';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'NEXON Lv2';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'NEXON Lv2';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NEXON Lv2';
  src: url('../font/NEXON Lv2 Gothic Medium.ttf') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'applegothic';
  src: url('../font/applegothic.ttf') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

/* common */
html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none !important;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 16px;
  outline: none;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

ul>li>a {
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
  ;
}

a:focus, a:active, a:hover, a:visited, a:checked {
  text-decoration: none !important;
  ;
}

ul>li>a:focus, ul>li>a:active, ul>li>a:hover, ul>li>a:visited, ul>li>a:checked {
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

.blind {
  position: absolute !important;
  visibility: hidden !important;
  top: 0 !important;
  left: 0 !important;
  height: 0 !important;
  width: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
}

.clear::after {
  clear: both;
  content: '';
  display: block;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

caption {
  display: none;
}

p, strong, span {
  letter-spacing: -0.5px;
}

i {
  display: inline-block;
}

em {
  font-style: normal;
  letter-spacing: -1px;
}

input {
  box-sizing: border-box;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text]::-ms-clear {
  display: none;
}

button {
  box-sizing: border-box;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

textarea {
  box-sizing: border-box;
  resize: none;
}

select {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* LAYOUT */
#A_Wrap {
  width: 100%;
  height: 100%;
}

#A_Container_Wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.inner {position: relative; width: 1200px;margin: 0 auto;}
.clear::after{display: block; content: ''; clear: both;}


/* header */
#A_Header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  background-color: transparent;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
  z-index: 90;
  transition: all 0.3s ease-in-out;
}

#A_Header .inner {
  width: 95%;
  position: relative;
  margin: 0 auto;
}

#A_Header:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}

#A_Header .logo {
  /* position: absolute;
  top: 10px;
  left: 45px;
  margin-top: 0; */
  float: left;
}

#A_Header .logo a {
  display: block;
  width: 120px;
  transition: all 0.3s ease-in-out;
  font-size: 0;
  line-height: 100px;
}

#A_Header .logo a img {
  width: 120px;
  vertical-align: middle;
}

#A_Header .eng_go {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}

#A_Header .m_menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}

#A_Header .pc_menu {
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

#A_Header .gnb {
  width: 850px;
  margin: 0 auto;
  /* float: right; */
}

#A_Header .gnb>li {
  position: relative;
  display: inline-block;
/* margin-right: 90px; */
float:left;
}

#A_Header .gnb>li>a {
  position: relative;
  display: inline-block;
  line-height: 100px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  padding:0 50px;
}

#A_Header .eng_go02 {
  display: none;
}

#A_Header .gnb>li>.eng_go {
  font-size: 14px;
  font-weight: 500;
}

#A_Header .eng_go {
  font-size: 14px;
  font-weight: 500;
}

#A_Header .gnb>li>.eng_go img {
  margin-right: 3px;
  vertical-align: middle;
}

#A_Header .eng_go img {
  margin-right: 3px;
  vertical-align: middle;
}

#A_Header.on .gnb>li:hover a:after {
  display: block;
}

#A_Header .gnb>li:hover a:after {
  display: block;
}
.go_lang{display: none; }
.go_lang li{background: #fff; color: #333;border-bottom:1px solid #ddd;border: 1px solid
#ddd;text-align: left;}
.go_lang li:nth-child(1){border-bottom: none;}
.go_lang li a{font-family:'Montserrat'; color: #333; font-weight: 500; font-size: 14px;height: 45px; line-height: 45px; display: block; padding-left: 5px;}

#A_Header .gnb>li.lang {
  text-align: right;
  position:absolute;
  right:10px;
  top:35px;
  color:#fff;
  /* border:1px solid #fff;
  border-radius:30px; */
  /* background: url(../images/sub/select.png) no-repeat right 5px center; */
}
#A_Header .gnb>li.lang >div:nth-child(1){margin-bottom: 27px;}
#A_Header .gnb>li.lang select{
  border:none;
  background: none;
  color:#fff;
  margin-right: 7px;
}
#A_Header .gnb>li.lang .go_lang{
  display: none;
  z-index: 9;
  position:relative;
}
#A_Header .gnb>li.lang p{
  border: 1px solid #fff;
  background: url(../images/sub/select.png) no-repeat 84% center;
border-radius: 30px;
  padding: 8px 15px;
  padding-right: 40px;
  cursor: pointer;
  font-family:'Montserrat';
  font-size: 14px;
  width: 94px;
  height: 36px;

}
#A_Header .lnb_wrap {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
#A_Header .lnb_wrap .inner{
  width: 1440px;;
}

#A_Header .lnb_wrap .lnb {
  width: 90%;
  margin: 0 auto;
  margin-left: 292px;
}

#A_Header .lnb_wrap .lnb:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}

#A_Header .lnb_wrap .lnb>li {
  position: relative;
  float: left;
  width: calc(100% / 7.9);
  padding: 35px 0;
  padding-left: 8px
}

#A_Header .lnb_wrap .lnb>li ul li {
  text-align: center;
}

#A_Header .lnb_wrap .lnb>li ul li+li {
  margin: 15px 0 0;
}

#A_Header .lnb_wrap .lnb>li ul li a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 16px;
  color: #666;
  transition: all 0.3s;
}

#A_Header .lnb_wrap .lnb>li ul li a:hover {
  color: #65a147;
}

#A_Header.header_scroll {
  background-color: #fff;
  border-bottom:1px solid #ddd;
}

#A_Header.header_scroll .gnb>li>a {
  color: #333;
}
#A_Header.header_scroll .gnb>li.lang{
  color:#333;
}
#A_Header.header_scroll .gnb>li>a:hover {
  color: #65a147;
}

#A_Header.header_scroll .gnb>li>.eng_go:hover {
  color: #333;
}

#A_Header.header_scroll .gnb>li.lang:hover {
  color: #333;
}

#A_Header.header_scroll .gnb>li.lang {
  color: #333;
}
#A_Header.header_scroll .gnb>li.lang p{
  border: 1px solid #333;
  background: url(../images/sub/select_bl.png) no-repeat 87% center;
}
#A_Header.header_scroll .gnb>li.lang  select{
  color:#333;
}

#A_Header.header_scroll .gnb>li.active>a {
  color: #65a147;
  position: relative;
}

/* #A_Header.header_scroll .gnb>li.active>a::after {
  position: absolute;
  content: '';
  background: #65a147;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
} */
#A_Header.header_scroll .menubar li {
  background: #333;
}
#A_Header .m_lang{
  display:none;
}

.menubar {
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 23px;
  height: 20px;
  z-index: 11;
  cursor: pointer;
}

.menubar li {
  position: absolute;
  right: 0;
  width: 80%;
  height: 1px;
  background-color: #fff;
}

.menubar li:nth-child(1) {
  top: 0;
}

.menubar li:nth-child(2) {
  top: 9px;
  width: 100%;
}

.menubar li:nth-child(3) {
  top: 19px;
}

/* footer */
#A_Footer {width: 100%; background-color: #333;}
#A_Footer .inner{position: relative; margin:0 auto; width: 1200px;}
.f_logo{position: absolute;right: 0; top: 50%; transform: translateY(-50%);}
.ft_info {padding: 50px 0; border-top: 2px solid #444;}
.ft_info .ft_txt p {font-size: 20px;color: #808080; font-weight: 600;margin-bottom: 20px;}
.ft_info .ft_txt p span {display: inline-block; line-height: 1.5; font-size: 16px; font-weight: 300; color: #666;}
.ft_info .ft_txt p span + span {margin: 0 0 0 20px;}
.ft_info .ft_txt p.copy { line-height: 1.5; font-size: 0.875rem; font-weight: 300; color: #666; margin-bottom: 0;}


.gnb_wrap .gnb>li>.gnb_tit {
  box-sizing: border-box;
  line-height: 50px;
  padding: 0 15px;
  font-size: 22px;
  color: #333;
  cursor: pointer;
  background-image: url('../images/common/m_menu.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 95% 60%;
  padding-top: 10px;
}

.gnb_wrap .gnb>li>.gnb_tit.open {
  background-image: url('../images/common/m_menu_up.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 95% 60%;
}
.lang02{display: none;position: absolute;right: -20px; top: 0;z-index: 99;}
.go_lang{
  display: none;
  z-index: 9;
  position:absolute;
  /* top: 80px; right: 100px; */
  width: 80px;
  top:1px;
}
.go_lang02{
  right:102px;
  top:80px;
}
.lang02 p{
  border: 1px solid #fff;
  background: url(../images/sub/select.png) no-repeat 84% center;
border-radius: 30px;
  padding: 4px 15px;
  padding-right: 40px;
  cursor: pointer;
  font-family:'Montserrat';
  font-size: 14px;
  color: #fff;
}
  #A_Header.header_scroll .lang02 p{
    border: 1px solid #333;
    background: url(../images/sub/select_bl.png) no-repeat 87% center;
    color: #333;
  }
@media screen and (max-width: 1440px) {
  #A_Header .inner {
    width: 100%;
  }

  #A_Header .gnb {
    width: 100%;
  }

  #A_Header .logo {
    margin-left: 10px;
  }

  #A_Header .logo a img {
    width: 100px;
    vertical-align: middle;
    margin-top: 5px;
  }

  #A_Header .lnb_wrap .lnb {
    width: 85%;
    margin-left: 8%;
  }
  #A_Header .lnb_wrap .lnb>li{
    width: calc(100%/6.9);
  }
  #A_Header .lnb_wrap .lnb>li ul li a {
    font-size: 14px;
  }

  #A_Header .gnb>li>a {
    font-size: 18px;
  }

  /*푸터*/
  #A_Footer .inner {
    width: 95%;
  }
}

/* tablet */
@media screen and (max-width: 1023px) {
  .inner {
    box-sizing: border-box;
    width: 100%;
  }
  #A_Header{height: 80px;}

  #A_Header .lnb_wrap {
    top: -150%;
  }
  #A_Header .logo a img{
    margin-top: -20px;
  }

  #A_Header .eng_go02 {
    display: block;
    position: absolute;
    top: 27px;
    right: 70px;
    z-index: 99;
    font-size: 18px;
  }

  #A_Header .eng_go02 img {
    vertical-align: middle;
  }

  #A_Header .lang{
    display:block;
    right:100px;
    top:28px;
    position: absolute;
  }
  #A_Header .lang a{
    margin-right:10px;
  }

  #A_Header .m_menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
  }

  #A_Header .m_menu.on {
    display: block;
  }

  #A_Header .gnb {
    width: 100%;
  }

  #A_Header .gnb_wrap img {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 115px;
    height: auto;
  }

  #A_Header .gnb>li {
    position: relative;
    display: block;
    width: 100%;
  }

  #A_Header .gnb>li>a {
    color: #333;
    padding-left: 10px;
    background: #fff;
  }

  #A_Header .gnb>li:last-child {
    text-align: left;
  }

  .menubar {
    display: block;
  }

  .my {
    display: block;
  }

  .pc_menu {
    display: none;
  }

  .pc_menu .gnb_wrap {
    display: none;
  }

  .lnb_wrap {
    display: none;
  }

  .gnb_wrap {
    position: absolute;
    top: 0;
    right: -68.75%;
    bottom: 0;
    box-sizing: border-box;
    height: 100vh;
    padding: 80px 0 0;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }

  .gnb_wrap.on {
    right: 0;
    width: 70%;
  }

  .gnb_wrap img {
    position: absolute;
    top: 11.5px;
    left: 30px;
    width: 41px;
    height: 57px;
  }

  .gnb_wrap .gnb {
    margin: 0;
    border-top: 1px solid #ddd;
  }

  .gnb_wrap .gnb>li {
    float: none;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #ddd;
  }

  .gnb_wrap .gnb>li>.gnb_tit {
    box-sizing: border-box;
    line-height: 50px;
    padding: 0 15px;
    font-size: 22px;
    color: #333;
    cursor: pointer;
    background-image: url('../images/common/m_menu.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 95% 60%;
    padding-top: 10px;
  }

  .m_menu .lnb {
    display: none;
  }

  .gnb_wrap .gnb>li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #ddd;
  }

  .gnb_wrap .gnb .lnb {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    padding: 20px 30px;
    background-color: #f6f6f6;
    border: 0;
    border-top: 2px solid #65a147;
    display: none;
  }

  .gnb_wrap .gnb .lnb li a {
    line-height: 60px;
    height: 40px;
    padding: 0;
    color: #333;
  }

  /*푸터*/
  #A_Footer .line {
    padding: 0 5px;
  }
  .f_logo{top: 10px ;right:10px;}
  .lang02{display: block}
}

@media screen and (max-width:767px) {
  .inner {
    box-sizing: border-box;
    width: 100%;
  }

  #A_Header .eng_go02 {
    right: 55px;
  }

  #A_Header .logo a {
    width: 120px;
    height: 46px;
  }

  #A_Header .m_menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
  }

  #A_Header .m_menu.on {
    display: block;
  }

  #A_Header .lnb_wrap {
    top: -150%;
  }

  #A_Header .gnb_wrap img {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 115px;
  }

  #A_Header .gnb>li {
    position: relative;
    display: block;
    width: 100%;
  }

  #A_Header .gnb>li>a {
    color: #333;
    padding-left: 10px;
    line-height: 60px;
    background: #fff;
  }

  #A_Header .gnb>li:nth-child(2) {
    width: 100%;
  }

  #A_Header .gnb>li:nth-child(3) {
    width: 100%;
  }

  .pc_menu {
    display: none;
  }

  .menubar {
    display: block;
    top: 25px;
    right: 15px;
  }

  .my {
    display: block;
    top: 22px;
    right: 45px;
  }

  .pc_menu {
    float: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
  }

  .pc_menu .gnb_wrap {
    display: none;
  }

  .pc_menu .search_form {
    margin: 0;
  }

  .gnb_wrap {
    position: absolute;
    top: 0;
    right: -400px;
    width: 400px;
    bottom: 0;
    box-sizing: border-box;
    height: 100vh;
    padding: 80px 0 0;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }

  .gnb_wrap.on {
    right: 0;
  }

  .m_menu .lnb {
    display: none;
  }

  .gnb_wrap img {
    position: absolute;
    top: 11px;
    left: 25px;
    width: 35px;
    height: 48px;
  }

  .gnb_wrap .gnb {
    margin: 0;
    border-top: 1px solid #ddd;
  }

  .gnb_wrap .gnb>li {
    float: none;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #ddd;
  }

  .gnb_wrap .gnb>li>.gnb_tit {
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 22px;
    color: #333;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url('../images/common/m_menu.png');
    background-size: 20px;
    padding-top: 10px;
  }

  .gnb_wrap .gnb>li>.gnb_tit.open {
    background-image: url('../images/common/m_menu_up.png');
    background-size: 20px;
  }

  .gnb_wrap .gnb .lnb {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    padding: 0;
    background-color: #f6f6f6;
    border: 0;
    border-top: 2px solid #65a147;
  }

  .gnb_wrap .gnb .lnb li a {
    line-height: 60px;
    height: 40px;
    padding: 20px;
    color: #333;
  }


    /* Footer */

    .ft_info {padding: 15px 0 25px;}
    .ft_info .ft_txt {margin: 15px 0 0;}
    .ft_info .ft_txt p span {font-size: 0.8125rem; letter-spacing:-1px;}
    .ft_info .ft_txt p span + span {margin: 0 0 0 10px; }
    .ft_info .ft_txt p.copy {margin: 10px 0 0; font-size: 0.8125rem;}

}

/* mobile */
@media screen and (max-width: 480px) {
  input {
    font-size: 0.875rem;
  }

  select {
    font-size: 0.875rem;
  }

  textarea {
    font-size: 0.875rem;
  }

  .inner {
    box-sizing: border-box;
    width: 100%;
  }
#A_Header .logo{margin-left: 0;}
  #A_Header .logo a {
    line-height: 60px;
  }

  #A_Header .logo a img {
    width:80px;
    margin-top: 0;
  }

  #A_Header .eng_go02 {
    top: 21px;
    font-size: 14px;
  }

  #A_Header {
    height: 60px;
  }

  #A_Header .gnb_wrap img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 77px;
    height: auto;
  }

  #A_Header .m_menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
  }

  #A_Header .m_menu.on {
    display: block;
  }

  #A_Header .lnb_wrap {
    top: -150%;
  }

  #A_Header .gnb>li {
    position: relative;
    display: block;
    width: 100%;
  }

  #A_Header .gnb>li>a {
    color: #333;
    padding-left: 10px;
    font-size: 1rem;
    line-height: 45px;
    background: #fff;
  }

  #A_Header .gnb>li:nth-child(2) {
    width: 100%;
  }

  #A_Header .gnb>li:nth-child(3) {
    width: 100%;
  }

  .menubar {
    display: block;
    top: 19px;
    right: 15px;
  }

  .pc_menu {
    display: none;
  }

  .pc_menu .gnb_wrap {
    display: none;
  }

  .gnb_wrap {
    position: absolute;
    top: 0;
    right: -250px;
    bottom: 0;
    box-sizing: border-box;
    width: 250px;
    height: 100vh;
    padding: 60px 0 0;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }

  .gnb_wrap.on {
    right: 0;
    width: 100%;
  }

  .m_menu .lnb {
    display: none;
  }

  .gnb_wrap img {
    position: absolute;
    top: 11px;
    left: 15px;
    width: 20px;
    height: 28px;
  }

  .gnb_wrap .gnb {
    margin: 0;
    border-top: 1px solid #ddd;
  }

  .gnb_wrap .gnb>li {
    float: none;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #ddd;
  }

  .gnb_wrap .gnb>li>.gnb_tit {
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 18px;
    line-height: 50px;
    color: #333;
    background-image: url('../images/common/m_menu.png');
    background-position: 95% 60%;
    background-size: 15px;
    background-repeat: no-repeat;
    cursor: pointer;
    /* padding-top: 10px; */
  }

  .gnb_wrap .gnb>li>.gnb_tit.open {
    background-size: 15px;
  }

  .gnb_wrap .gnb .lnb {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    padding: 0;
    /* padding-left: 25px; */
    background-color: #f6f6f6;
    font-size: 0.9rem;
  }

  .gnb_wrap .gnb .lnb li {
    margin: 10px 0 0;
  }

  .gnb_wrap .gnb .lnb li a {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    color: #333;
  }

  .gnb_wrap .gnb .lnb li a:before {
    display: none;
  }
  #A_Header .lang{right: 80px; top: 17px;}
  .go_lang{top: 60px; right: 80px;}

  .ft_info {padding: 15px 0 25px;}
  .ft_info .ft_txt {margin: 15px 0 0;}
  .ft_info .ft_txt p span {font-size: 0.8125rem;}
  .ft_info .ft_txt p span + span {margin: 0 0 0 10px; }
  .ft_info .ft_txt p.copy {margin: 10px 0 0; font-size: 0.8125rem;}

}
