/* font asset*/
@font-face {
  font-family: 'Microsoft YaHei', 'Source Han Sans SC','Noto Sans CJK SC','sans-serif';
  font-weight: 300;
  font-style: normal;
  src: url(../font/notosanskr/NotoSansKR-Light.woff2) format("woff2"), url(../font/notosanskr/NotoSansKR-Light.woff) format("woff"), url(../font/notosanskr/NotoSansKR-Light.otf) format("opentype");
}
@font-face {
  font-family: 'Microsoft YaHei', 'Source Han Sans SC','Noto Sans CJK SC','sans-serif';
  font-weight: 500;
  font-style: normal;
  src: url(../font/notosanskr/NotoSansKR-Medium.woff2) format("woff2"), url(../font/notosanskr/NotoSansKR-Medium.woff) format("woff"), url(../font/notosanskr/NotoSansKR-Medium.otf) format("opentype");
}
@font-face {
  font-family: 'Microsoft YaHei', 'Source Han Sans SC','Noto Sans CJK SC','sans-serif';
  font-weight: 600;
  font-style: normal;
  src: url(../font/notosanskr/NotoSansKR-Bold.woff2) format("woff2"), url(../font/notosanskr/NotoSansKR-Bold.woff) format("woff"), url(../font/notosanskr/NotoSansKR-Bold.otf) format("opentype");
}
@font-face {
  font-family: 'Microsoft YaHei', 'Source Han Sans SC','Noto Sans CJK SC','sans-serif';
  font-weight: 300;
  font-style: normal;
  src: url("../font/hknova/HKNova-Light.eot"), url("../font/hknova/HKNova-Light.eot?#iefix") format("embedded-opentype"), url("../font/hknova/HKNova-Light.woff") format("woff"), url("../font/hknova/HKNova-Light.woff2") format("woff2");
}
@font-face {
  font-family: 'Microsoft YaHei', 'Source Han Sans SC','Noto Sans CJK SC','sans-serif';
  font-weight: 500;
  font-style: normal;
  src: url("../font/hknova/HKNova-Medium.eot"), url("../font/hknova/HKNova-Medium.eot?#iefix") format("embedded-opentype"), url("../font/hknova/HKNova-Medium.woff") format("woff"), url("../font/hknova/HKNova-Medium.woff2") format("woff2");
}
@font-face {
  font-family: 'Microsoft YaHei', 'Source Han Sans SC','Noto Sans CJK SC','sans-serif';
  font-weight: 700;
  font-style: normal;
  src: url("../font/hknova/HKNova-Bold.eot"), url("../font/hknova/HKNova-Bold.eot?#iefix") format("embedded-opentype"), url("../font/hknova/HKNova-Bold.woff") format("woff"), url("../font/hknova/HKNova-Bold.woff2") format("woff2");
}
@font-face {
  font-family: 'Microsoft YaHei', 'Source Han Sans SC','Noto Sans CJK SC','sans-serif';
  font-weight: 900;
  font-style: normal;
  src: url("../font/hknova/HKNova-Heavy.eot"), url("../font/hknova/HKNova-Heavy.eot?#iefix") format("embedded-opentype"), url("../font/hknova/HKNova-Heavy.woff") format("woff"), url("../font/hknova/HKNova-Heavy.woff2") format("woff2");
}
/**scss value**/
/**font :: gotham **/
/**font :: hknova **/
/**font :: hk-nova **/
.hkn300 {
  font-family: 'Microsoft YaHei', 'Source Han Sans SC','Noto Sans CJK SC','sans-serif';
  font-weight: 300;
}

.hkn500 {
  font-family: 'Microsoft YaHei';
  font-weight: 500;
}

.hkn700 {
  font-family: 'hknova';
  font-weight: 700;
}

.hkn900 {
  font-family: 'hknova';
  font-weight: 900;
}

/**font :: noto-sans **/
.ns300 {
  font-family: 'Microsoft YaHei';
  font-weight: 300;
}

.ns500 {
  font-family: 'Microsoft YaHei';
  font-weight: 500;
}

.ns600 {
 font-family: 'Microsoft YaHei';
  font-weight: 600;
}

/*color asset*/
/**primary**/
/**grayscale**/
html {
  font-size: 18px;
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Microsoft YaHei', 'Source Han Sans SC','Noto Sans CJK SC','sans-serif';
  font-size: 17px;
  font-weight: 500;
  z-index: 0;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: auto;
  color: #636569;
  background-color: #fff;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
body.lock {
  overflow: hidden !important;
  overflow-y: hidden !important;
}

a {
  font-weight: inherit;
  color: inherit;
}

button {
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button, input, select, select {
  font-family: 'Noto Sans KR';
}

br.mo {
  display: none;
}
@media (max-width: 1024px) {
  br.mo {
    display: block;
  }
  br.pc {
    display: none;
  }
}

.align-c {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wrapper {
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  width: 100%;
  overflow-y: hidden;
}

.gnb_wrap {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100px;
  background: transparent;
}
@media (max-width: 1650px) {
  .gnb_wrap {
    width: calc(100% - 100px);
    padding: 0 50px;
  }
}
@media (max-width: 1024px) {
  .gnb_wrap {
    width: calc(100% - 50px);
    height: 60px;
    padding: 0 25px;
    background: #fff;
  }
}
.gnb_wrap .inner {
  width: 100%;
  max-width: 1590px;
  margin: auto;
}
.gnb_wrap .inner a.logo {
  float: left;
  width: 194px;
  height: 32px;
  padding: 34px 0 34px 0;
  background: url(../images/common/logo.png) no-repeat center;
}
@media (max-width: 1024px) {
  .gnb_wrap .inner a.logo {
    width: 78px;
    height: 23px;
    padding: 18px 0;
    background: url(../images/common/logo@2x.png) no-repeat center;
    background-size: 100%;
  }
}
.gnb_wrap .inner nav {
  position: absolute;
  top: 0;
  left: 50%;
  width: 780px;
  margin-left: -350px;
}
@media (max-width: 1024px) {
  .gnb_wrap .inner nav {
    display: none;
  }
}
.gnb_wrap .inner ul.gnbgrid {
  display: table;
  clear: both;
  margin: auto;
}
.gnb_wrap .inner ul.gnbgrid li.depth1 {
  font-size: 18px;
  line-height: 26px;
  position: relative;
  float: left;
  padding: 37px 0;
  cursor: pointer;
  text-align: center;
  color: #121212;
}
.gnb_wrap .inner ul.gnbgrid li.depth1:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  margin-left: -70px;
  content: '';
  transition: all ease .3s;
  background: #c00;
  z-index: 5;
}
.gnb_wrap .inner ul.gnbgrid li.depth1.active {
  color: #c00;
}
.gnb_wrap .inner ul.gnbgrid li.depth1.active:before {
  width: 140px;
  transition: all ease .3s;
}
.gnb_wrap .inner ul.gnbgrid li.depth1 + .depth1 {
  margin-left: 40px;
}
@media (max-width: 1279px) {
  .gnb_wrap .inner ul.gnbgrid li.depth1 + .depth1 {
    margin-left: 53px;
  }
}
.gnb_wrap .inner ul.gnbgrid li.depth1 a {
  font-weight: inherit;
  width: 100%;
  height: 100%;
  display:inline-block;
  min-width:76px;
}
.gnb_wrap .inner ul.gnbgrid li.depth1:hover, .gnb_wrap .inner ul.gnbgrid li.depth1:focus {
  color: #c00;
}
.gnb_wrap .inner .gnb_depth2_grid {
  position: absolute;
  top: 100px;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  background: #fff;
}
@media (max-width: 1024px) {
  .gnb_wrap .inner .gnb_depth2_grid {
    display: none;
  }
}
.gnb_wrap .inner .gnb_depth2_grid .innerbx {
  display: table;
  margin: auto;
  padding: 27px 0 0 76px;
}
.gnb_wrap .inner .gnb_depth2_grid .innerbx .depth2grid {
  float: left;
  width: 115px;
}
.gnb_wrap .inner .gnb_depth2_grid .innerbx .depth2grid:nth-child(4){visibility: hidden;}
.gnb_wrap .inner .gnb_depth2_grid .innerbx .depth2grid:nth-child(5){visibility: hidden;}
.gnb_wrap .inner .gnb_depth2_grid .innerbx .depth2grid:nth-child(6){visibility: hidden;}
.gnb_wrap .inner .gnb_depth2_grid .innerbx .depth2grid:nth-child(7){visibility: hidden;}
@media (max-width: 1279px) {
  .gnb_wrap .inner .gnb_depth2_grid .innerbx .depth2grid {
    width: 118px;
  }
}
.gnb_wrap .inner .gnb_depth2_grid .innerbx .depth2grid .depth2 {
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  color: #636569;
}
.gnb_wrap .inner .gnb_depth2_grid .innerbx .depth2grid .depth2:hover, .gnb_wrap .inner .gnb_depth2_grid .innerbx .depth2grid .depth2:focus {
  
  color: #c00;
}
.gnb_wrap .inner .gnb_depth2_grid .innerbx .depth2grid .depth2:hover a:before, .gnb_wrap .inner .gnb_depth2_grid .innerbx .depth2grid .depth2:focus a:before {
  width: 100%;
  transition: all ease .3s;
}
.gnb_wrap .inner .gnb_depth2_grid .innerbx .depth2grid .depth2 a {
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  display: inline;
  width: 100%;
  height: 100%;
}
/*
.gnb_wrap .inner .gnb_depth2_grid .innerbx .depth2grid .depth2 a:before {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 1px;
  content: '';
  background: #c00;
}
*/
.gnb_wrap .inner .gnb_depth2_grid .bnbx {
  display: block;
  width: 980px;
  margin: auto;
}
.gnb_wrap .inner .hdutil {
  float: right;
  padding-top: 31px;
}
@media (max-width: 1024px) {
  .gnb_wrap .inner .hdutil {
    display: none;
  }
}
.gnb_wrap .inner .hdutil a {
  font-size: 15px;
  line-height: 22px;
  color: #636569;
}
.gnb_wrap .inner .hdutil a:hover, .gnb_wrap .inner .hdutil a:focus {
  color: #c00;
}
.gnb_wrap .inner .hdutil a.lang:before {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  content: '';
  background: url(../images/common/icon_lang.png) no-repeat;
}
.gnb_wrap .inner .hdutil a.lang:hover:before, .gnb_wrap .inner .hdutil a.lang:focus:before {
  background: url(../images/common/icon_lang_on.png) no-repeat;
}
.gnb_wrap .inner .hdutil a + a {
  margin-left: 25px;
}
.gnb_wrap .inner .lnbbtn {
  position: relative;
  top: 21px;
  right: 0;
  display: none;
  float: right;
  width: 23px;
  height: 21px;
  background: url(../images/common/momenu@2x.png) no-repeat;
  background-size: 23px 21px;
}
@media (max-width: 1024px) {
  .gnb_wrap .inner .lnbbtn {
    display: block;
  }
}
.gnb_wrap .inner .lnb_grid {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
}
.gnb_wrap .inner .lnb_grid .lnb_wrap {
  position: absolute;
  z-index: 50;
  right: calc(-100% - 76px);
  overflow: auto;
  width: calc(100% - 76px);
  height: 100%;
  transition: all ease .3s;
  background: #fff;
}
.gnb_wrap .inner .lnb_grid .lnb_wrap .lnb_hd {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 60px;
}
.gnb_wrap .inner .lnb_grid .lnb_wrap .lnb_hd .lang_sele {
  display: block;
  width: auto;
  height: 60px;
  margin-left: 33px;
}
.gnb_wrap .inner .lnb_grid .lnb_wrap .lnb_hd .lang_sele a.lang {
  font-size: 12px;
  line-height: 60px;
  display: block;
  float: left;
  color: #636569;
}
.gnb_wrap .inner .lnb_grid .lnb_wrap .lnb_hd .lang_sele a.lang.active {
  color: #c00;
}
.gnb_wrap .inner .lnb_grid .lnb_wrap .lnb_hd .lang_sele a.lang + .lang {
  margin-left: 9px;
}
.gnb_wrap .inner .lnb_grid .lnb_wrap .lnb_hd .cls {
  position: absolute;
  z-index: 50;
  top: 22px;
  right: 25px;
  width: 18px;
  height: 18px;
  background: url(../images/common/close.png) no-repeat;
  background-size: 18px;
}
.gnb_wrap .inner .lnb_grid .lnb_wrap nav {
  position: relative;
  left: 0;
  display: block;
  width: calc(100% - 32px);
  margin: auto;
  padding-top: 22px;
  padding-left: 32px;
}
.gnb_wrap .inner .lnb_grid .lnb_wrap .linkbox {
  width: 100%;
  height: auto;
}
.gnb_wrap .inner .lnb_grid .lnb_wrap .linkbox + .linkbox {
  margin-top: 8px;
}
.gnb_wrap .inner .lnb_grid .lnb_wrap .linkbox.active button.dp1:after {
  transition: all ease .4s;
  transform: rotate(135deg);
  opacity: 0;
}
.gnb_wrap .inner .lnb_grid .lnb_wrap .linkbox.active button.dp1:before {
  transition: all ease .4s;
  transition-delay: .2s;
  transform: rotate(0deg);
  opacity: 1;
}
.gnb_wrap .inner .lnb_grid .lnb_wrap .linkbox button.dp1 {
  font-size: 18px;
  line-height: 39px;
  position: relative;
  color: #121212;
}
.gnb_wrap .inner .lnb_grid .lnb_wrap .linkbox button.dp1:after {
  position: absolute;
  top: 50%;
  right: -32px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  content: '';
  transition: all ease .4s;
  transform: rotate(0);
  opacity: 1;
  background-image: url(../images/common/plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.gnb_wrap .inner .lnb_grid .lnb_wrap .linkbox button.dp1:before {
  position: absolute;
  top: 50%;
  right: -32px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  content: '';
  transition: all ease .4s;
  transform: rotate(-135deg);
  opacity: 0;
  background-image: url(../images/common/minus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.gnb_wrap .inner .lnb_grid .lnb_wrap .linkbox ul.dp2 {
  font-size: 16px;
  line-height: 36px;
  overflow: hidden;
  height: 0;
  padding-left: 20px;
}
.gnb_wrap .inner .lnb_grid .lnb_wrap .linkbox ul.dp2 li {
  font-size: 16px;
  line-height: inherit;
  color: #636569;
}
.gnb_wrap .inner .lnb_grid .lnb_wrap .linkbox ul.dp2 li:nth-child(1) {
  /* margin-top: 13px; */
}
.gnb_wrap.main {
  position: absolute;
  top: 0;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.1) 0%, rgba(18, 18, 18, 0) 100%);
}
.gnb_wrap.main a.logo {
  width: 194px;
  height: 32px;
  padding: 34px 0 34px 0;
  background: url(../images/common/logo_w.png) no-repeat center;
}
.gnb_wrap.main ul.gnbgrid li.depth1 {
  color: #fff;
}
.gnb_wrap.main ul.gnbgrid li.depth1:before {
  bottom: 0px;
}
.gnb_wrap.main .hdutil a {
  color: #fff;
}
.gnb_wrap.main .hdutil a.lang:before {
  background: url(../images/common/icon_lang_w.png);
}
.gnb_wrap.sub:after {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #ebebeb;
}
.gnb_wrap.active {
  transition: all ease .3s;
  background: #fff;
}
.gnb_wrap.active:after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #ebebeb;
}
.gnb_wrap.active a.logo {
  background: url(../images/common/logo.png) no-repeat center;
}
.gnb_wrap.active ul.gnbgrid li.depth1 {
  color: #121212;
}
.gnb_wrap.active .hdutil a {
  color: #636569;
}
.gnb_wrap.active .hdutil a:hover, .gnb_wrap.active .hdutil a:focus {
  color: #c00;
}
.gnb_wrap.active .hdutil a.lang:before {
  background: url(../images/common/icon_lang.png) no-repeat;
}
.gnb_wrap.scr_up {
  position: fixed;
  top: 0;
  left: 0;
}

section {
  position: relative;
  z-index: 0;
  width: 100%;
}

footer {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 300px;
  margin-bottom: 0;
  -webkit-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
  background: #fff;
}
footer.sub {
  background: #fff;
}
@media (max-width: 1650px) {
  footer {
    width: calc(100% - 100px);
    padding: 0 50px;
  }
}
@media (max-width: 1279px) {
  footer {
    height: 366px;
  }
}
@media (max-width: 1024px) {
  footer {
    display: table;
    width: calc(100% - 50px);
    padding: 0 25px 60px 25px;
    height: auto;
  }
}
footer.active {
  z-index: 10;
}
footer .inner {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: auto;
}
@media (max-width: 1650px) {
  footer .inner {
    width: 100%;
    max-width: 100%;
  }
}
footer .inner .ft_logo {
  position: absolute;
  top: 60px;
}
footer .inner .ft_logo img {
  width: 100%;
}
@media (max-width: 1024px) {
  footer .inner .ft_logo {
    display: none;
  }
}
footer .inner .ft_group {
  padding: 65px 0 0 200px;
  display: table;
}
@media (max-width: 1279px) {
  footer .inner .ft_group {
    padding: 65px 0 0 150px;
  }
}
@media (max-width: 1024px) {
  footer .inner .ft_group {
    padding: 45px 0 25px 0;
  }
}
footer .inner .ft_group ul.ft_qs {
  display: table;
  width: 100%;
}
footer .inner .ft_group ul.ft_qs li {
  font-size: 15px;
  line-height: 22px;
  position: relative;
  float: left;
  color: #636569;
}
@media (max-width: 1024px) {
  footer .inner .ft_group ul.ft_qs li {
    float: none;
  }
}
footer .inner .ft_group ul.ft_qs li.impact {
  color: #121212;
}
footer .inner .ft_group ul.ft_qs li.impact a:before {
  background: #1e1e1e;
}
footer .inner .ft_group ul.ft_qs li:hover, footer .inner .ft_group ul.ft_qs li:focus {
  color: #c00;
}
footer .inner .ft_group ul.ft_qs li a {
  position: relative;
  display: inline-block;
  height: 100%;
}
footer .inner .ft_group ul.ft_qs li + li {
  margin-left: 20px;
}
@media (max-width: 1024px) {
  footer .inner .ft_group ul.ft_qs li + li {
    margin-top: 13px;
    margin-left: 0;
  }
}
footer .inner .ft_group ul.ft_qs li + li:before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 2px;
  height: 2px;
  content: '';
  background: #85878a;
}
@media (max-width: 1024px) {
  footer .inner .ft_group ul.ft_qs li + li:before {
    display: none;
  }
}
footer .inner .ft_group .ft_info {
  margin: 30px 0 10px;
}
@media (max-width: 1024px) {
  footer .inner .ft_group .ft_info {
    margin: 22px 0 10px;
  }
}
footer .inner .ft_group .ft_info p {
  font-size: 13px;
  font-weight: inherit;
  line-height: 19px;
  position: relative;
  display: inline-block;
  color: #636569;
}
@media (max-width: 1024px) {
  footer .inner .ft_group .ft_info p {
    font-size: 12px;
    line-height: 21px;
  }
}
footer .inner .ft_group .ft_info p + p {
  margin-left: 10px;
}
@media (max-width: 1024px) {
  footer .inner .ft_group .ft_info p + p {
    margin-left: 0;
  }
}
footer .inner .ft_group .ft_info p + p:before {
  position: absolute;
  left: -8px;
  display: none;
  width: 1px;
  height: 100%;
  content: '';
  background: #ddddde;
}
footer .inner .ft_group .copyright {
  font-size: 13px;
  line-height: 17px;
  display: table;
  text-transform: capitalize;
  color: #808080;
}
@media (max-width: 1024px) {
  footer .inner .ft_group .copyright {
    font-size: 12px;
    line-height: 21px;
  }
}
footer .inner .ft_group .sns_group {
  position: relative;
  margin-top: 40px;
  display: table;
}
@media (max-width: 1024px) {
  footer .inner .ft_group .sns_group {
    margin-top: 28px;
  }
}
footer .inner .ft_group .sns_group a {
  display: block;
  float: left;
  width: 30px;
  height: 22px;
}
footer .inner .ft_group .sns_group a.snsico {
  background-repeat: no-repeat;
  background-position: center;
}
footer .inner .ft_group .sns_group a.snsico.lnkdin {
  width: 23px;
  background-image: url(../images/common/sns_ico_lnkd@2x.png);
  background-size: 23px 22px;
}
footer .inner .ft_group .sns_group a.snsico.ytb {
  width: 31px;
  background-image: url(../images/common/sns_ico_ytb@2x.png);
  background-size: 31px 22px;
}
footer .inner .ft_group .sns_group a.snsico.fb {
  width: 12px;
  background-image: url(../images/common/sns_ico_fb@2x.png);
  background-size: 12px 22px;
}
footer .inner .ft_group .sns_group a.snsico.nvblog {
  width: 26px;
  background-image: url(../images/common/sns_ico_nvblog@2x.png);
  background-size: 26px 22px;
}
footer .inner .ft_group .sns_group a.snsico.ins {
  width: 22px;
  background-image: url(../images/common/sns_ico_ins@2x.png);
  background-size: 22px 22px;
}
footer .inner .ft_group .sns_group a.snsico.tw {
  width: 22px;
  background-image: url(../images/common/sns_ico_tw@2x.png);
  background-size: 26px 22px;
}
footer .inner .ft_group .sns_group a + a {
  margin-left: 30px;
}
@media (max-width: 1024px) {
  footer .inner .ft_group .sns_group a + a {
    margin-left: 25px;
  }
}
footer .inner .fmsitebx {
  position: absolute;
  z-index: 5;
  top: 130px;
  right: 0;
  display: block;
  width: 180px;
  height: 26px;
  padding-bottom: 9px;
  transition: all ease .3s;
  border-bottom: 1px solid #d3d3d3;
}
@media (max-width: 1279px) {
  footer .inner .fmsitebx {
    position: relative;
    float: left;
    top: 55px;
    left: 150px;
  }
}
@media (max-width: 1024px) {
  footer .inner .fmsitebx {
    float: none;
    top: auto;
    bottom: -18px;
    left: 0;
    width: 155px;
  }
}
footer .inner .fmsitebx.active ul {
  padding: 10px 106px 80px 12px;
  border: 1px solid #d3d3d3;
}
footer .inner .fmsitebx.active:after {
  transition: all ease .3s;
  transform: rotate(-180deg);
}
@media (max-width: 1279px) {
  footer .inner .fmsitebx.active:after {
    transform: rotate(0deg);
  }
}
@media (max-width: 1024px) {
  footer .inner .fmsitebx.active:after {
    transform: rotate(-180deg);
  }
}
footer .inner .fmsitebx button {
  font: inherit;
  font-size: 13px;
  line-height: 17px;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: left;
  color: #808080;
  border: 0;
  outline: none;
  background: transparent;
}
@media (max-width: 1024px) {
  footer .inner .fmsitebx button {
    display: none;
  }
}
footer .inner .fmsitebx select {
  font-size: 14px;
  line-height: 18px;
  display: none;
  width: 100%;
  height: 100%;
  color: #808080;
  border: 0;
  outline: 0;
  background: transparent;
}
@media (max-width: 1024px) {
  footer .inner .fmsitebx select {
    display: block;
  }
}
footer .inner .fmsitebx:after {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 12px;
  height: 7px;
  content: '';
  transform: rotate(0deg);
  background: url(../images/common/dropdown.png);
  background-size: 100%;
}
@media (max-width: 1279px) {
  footer .inner .fmsitebx:after {
    transform: rotate(-180deg);
  }
}
@media (max-width: 1024px) {
  footer .inner .fmsitebx:after {
    display: block;
    width: 9px;
    height: 5px;
    background-size: 100%;
    transform: rotate(0deg);
  }
}
footer .inner .fmsitebx ul {
  position: absolute;
  top: 34px;
  overflow: hidden;
  height: 0;
  padding: 0 20px 0 21px;
  border: 2px solid #d3d3d3;
  border-top: 0;
  border-bottom: 0;
  background: #fff;
}
@media (max-width: 1279px) {
  footer .inner .fmsitebx ul {
    top: auto;
    bottom: 40px;
  }
}
footer .inner .fmsitebx ul li {
  font-size: 15px;
  font-weight: inherit;
  line-height: 28px;
  color: #808080;
}
footer .inner .fmsitebx ul li:hover, footer .inner .fmsitebx ul li:focus {
  color: #121212;
}
footer .inner .fmsitebx ul li:hover a:before, footer .inner .fmsitebx ul li:focus a:before {
  width: 100%;
  transition: all ease .3s;
}
footer .inner .fmsitebx ul li a {
  font-weight: inherit;
  position: relative;
  z-index: 0;
  display: inline-block;
  height: 100%;
  color: inherit;
}
footer .inner .fmsitebx ul li a:before {
  position: absolute;
  z-index: 1;
  bottom: 3px;
  width: 0;
  height: 1px;
  content: '';
  transition: all ease .3s;
  background: #121212;
  font-family: 'hknova', 'Noto Sans KR';
}

a.goto_pharmacy {
  display:none !important;
  font-size: 18px;
  line-height: 80px;
  position: fixed;
  z-index: 15;
  right: 50px;
  bottom: 50px;
  display: none;
  width: 60px;
  height: 60px;
  transition: all ease .3s;
  color: #fff;
  border-radius: 50%;
  background-color: #333;
  background-image: url(../images/common/icon_sch.png);
  background-repeat: no-repeat;
  background-position: center 16px;
  background-size: 22px 28px;
}
a.goto_pharmacy.active {
  bottom: 120px;
  transition: ease all .3s;
}
@media (max-width: 1024px) {
  a.goto_pharmacy.active {
    bottom: 110px;
  }
}
a.goto_pharmacy p.guidebox {
  font-size: 13px;
  line-height: 19px;
  position: absolute;
  top: -80px;
  right: 0;
  width: 150px;
  height: 54px;
  padding-top: 16px;
  padding-left: 19px;
  text-align: left;
  color: #fff;
  border-radius: 10px;
  background: #333;
}
a.goto_pharmacy p.guidebox:after {
  position: absolute;
  top: 16px;
  right: 9px;
  width: 12px;
  height: 1px;
  content: '';
  transform: rotate(45deg);
  background: #636569;
}
a.goto_pharmacy p.guidebox:before {
  position: absolute;
  top: 16px;
  right: 9px;
  width: 12px;
  height: 1px;
  content: '';
  transform: rotate(-45deg);
  background: #636569;
}
@media (max-width: 1024px) {
  a.goto_pharmacy {
    line-height: 60px;
    right: 25px;
    bottom: 15px;
    left: auto;
    width: 48px;
    height: 48px;
    padding-left: 0;
    transition: all ease 0s;
    text-align: center;
    border-radius: 50%;
    background-image: url(../images/common/icon_sch@2x.png);
    background-position: center center;
    background-size: 18px 23px;
  }
  a.goto_pharmacy:hover, a.goto_pharmacy:focus {
    width: 48px;
    height: 48px;
    background-position: center;
  }
  a.goto_pharmacy:hover p.small, a.goto_pharmacy:focus p.small {
    display: none;
  }
  a.goto_pharmacy:hover p.wide, a.goto_pharmacy:focus p.wide {
    display: none;
  }
  a.goto_pharmacy p.small {
    display: none;
  }
  a.goto_pharmacy p.wide {
    position: relative;
    left: 0;
    display: none;
  }
  a.goto_pharmacy p.wide:before {
    position: relative;
    top: 0;
    left: -10px;
    display: inline-block;
    width: 14px;
    height: 14px;
    content: '';
    background-image: url(../images/common/icon_search.png);
    background-position: center;
    background-size: 14px;
  }
}

.motion_txt1 {
  transform: matrix(1, 0, 0, 1, 0, 80);
  opacity: 0;
}
@media (max-width: 1024px) {
  .motion_txt1 {
    transform: matrix(1, 0, 0, 1, 0, 60);
  }
}
.motion_txt1.active {
  transition: all ease .6s;
}

.motion_txt2 {
  transform: matrix(1, 0, 0, 1, 0, 60);
  opacity: 0;
}
.motion_txt2.active {
  transition: all ease .8s;
}

.motion_obj {
  transform: matrix(1, 0, 0, 1, 0, 80);
  opacity: 0;
}
.motion_obj.active {
  transition: all ease .8s;
}

.motion.active {
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
  opacity: 1 !important;
}

.hidden_text {
  font-size: 0;
  width: 0;
  height: 0;
  text-indent: -9999px;
}

.btn {
  display: block;
}
.btn.goto {
  font-size: 15px;
  line-height: 36px;
  color: #fff;
}
.btn.goto:before {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 10px;
  margin-right: 8px;
  content: '';
  background: url("../images/common/w_arrow@2x.png") no-repeat;
  background-size: 23px 10px;
  transition: all ease .3s;
}
@media (max-width: 1024px) {
  .btn.goto {
    font-size: 14px;
    line-height: 18px;
  }
}
.btn.goto:hover:before, .btn.goto:focus:before {
  background: url("../images/common/w_arrow_on@2x.png") no-repeat;
  background-size: 33px 10px;
  width: 33px;
  transition: all ease .3s;
}
.btn.artc {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  margin-top: 20px;
  color: #333;
}
.btn.artc1 {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  top: 0;
  right: 0;
  text-align: center;
  margin-top: 24px;
  color: #333;
}
.btn.artc2 {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  top: 0;
  right: 0;
  text-align: center;
  margin-top: 45px;
  color: #333;
}


.myDIV {
	/*animation:mymove 1.5s infinite;*/
	/*-webkit-animation:mymove 1.5s infinite;*/
}

@keyframes mymove{
	0% {transform: translate(0px, 0px);}
    50% {transform: translate(0px, -10px);}
	100% {transform: translate(0px, 0px);}
	
}

@media (max-width: 1024px) {
  .btn.artc {
    font-size: 14px;
    line-height: 18px;
  }
}
.btn.artc.news {
  position: absolute;
  top: -7px;
  margin-top: 0;
  right: 0;
  transition: all ease .3s;
}
.btn.artc.news:hover, .btn.artc.news:focus {
  right: -10px;
  transition: all ease .3s;
}
@media (max-width: 1279px) {
  .btn.artc.news {
    right: 50px;
  }
}
@media (max-width: 1024px) {
  .btn.artc.news {
    position: relative;
    left: 0;
    margin-top: 20px;
  }
}
.btn.artc:before {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 10px;
  margin-right: 8px;
  content: '';
  transition: all ease .3s;
  background: url("../images/common/arrow@2x.png") no-repeat;
  background-size: 100%;
}
.btn.artc1:before {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
  margin-right: 0;
  content: '';
  transition: all ease .3s;
  background: url("../images/common/down@2x.png") no-repeat;
  background-size: 100%;
}
.btn.artc2:before {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 10px;
  margin-right: 8px; 
  transition: all ease .3s;  
  background-size: 100%;
}
@media (max-width: 1024px) {
  .btn.artc:before {
    width: 23px;
    height: 10px;
  }
}
.btn.artc:hover:before, .btn.artc:focus:before {
  width: 33px;
  height: 10px;
  transition: all ease .3s;
  background: url("../images/common/arrow_on@2x.png") no-repeat;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .btn.artc:hover:before, .btn.artc:focus:before {
    width: 23px;
    height: 10px;
    background: url("../images/common/arrow@2x.png") no-repeat;
    background-size: 100%;
  }
}

.topbtn {
  position: fixed;
  z-index: 50;
  right: 40px;
  bottom: 50px;
  display: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: all ease .3s;
  opacity: 0;
  background: url(../images/common/top_btn.png);
}
.topbtn.active {
  display: block;
  transition: all ease .3s;
  opacity: 1;
}
.topbtn:hover, .topbtn:focus {
  transition: all ease .3s;
  background: url(../images/common/top_btn_on.png);
}
@media (max-width: 1024px) {
  .topbtn {
    right: 25px;
    bottom: 50px;
    width: 48px;
    height: 48px;
    background-size: 48px;
  }
  .topbtn:hover, .topbtn:focus {
    background: url(../images/common/top_btn.png);
    background-size: 48px;
  }
}

.page-transition {
  position: absolute;
  z-index: 5;
  top: 0;
  left: -100%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.page-transition span {
  position: absolute;
  z-index: 5;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transform: translate3d(100%, 0, 0);
  background-color: #fafbf5;
}
.page-transition.out span {
  animation: anim-effect-1-out 1s cubic-bezier(0.59, 0.08, 0.39, 0.95) forwards;
}
@-webkit-keyframes anim-effect-1-out {
  0% {
    transform: translate3d(300%, 0, 0);
    opacity: 1;
  }
  50%, 60% {
    transform: translate3d(200%, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
}
@media all and (min-width: 750px) and (max-width: 1024px) {
  .gnb_wrap,
  section,
  footer {
    zoom: 1.4;
  }

  .hd_wrap,
  .visualbx,
  .ft_qsbx,
  .ft_bnbx {
    zoom: 1.4;
  }

  .goto_pharmacy {
    zoom: 1.4;
  }

  .mvclsbtn {
    zoom: 1.4;
  }
}
table.prd_view_table{
width:100%;
border-left:1px solid #ddd;
border-top:1px solid #ddd;
}
table.prd_view_table tr th{
background:gray;
padding:10px;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
color:#fff;
}
table.prd_view_table tr td{
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
padding:10px;
}
.version_sel{
	max-width:1180px;
	width:100%;
	margin:0 auto;
	position:relative;
}

.version_sel > select{
	position:absolute;
	right:0;
	top:30px;
	margin:0!important;
	z-index:1;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	outline:none !important;
	font-size: 14px;
    padding: 10px 40px 10px 7px;
    color: #333;
    border: none;
    background: url(../images/common/sel_arrow.png) 95% 20px;
    background-repeat: no-repeat;
	border-bottom:1px solid #333;
	

}

/* 2022-05-02 */

footer .inner .fmsitebx {top:105px}
.footer__certimark {position:absolute;bottom:-10px ;right:0}
.footer__certimark > img {max-width:100%}
@media (max-width: 1279px) {
	footer .inner .fmsitebx {top:55px}
	.footer__certimark {bottom:auto}
}
@media (max-width: 1024px) {
	footer .inner .fmsitebx {top:auto}
	.footer__certimark {width:80px;bottom:-18px}
}

