@charset "utf-8";
.info-modal {
  position: fixed;
  z-index: 10;
  width: 64%;
  min-height: 90px;
  bottom: 5%;
  left: 17%;
  padding: 30px;
  background: rgba(0, 22, 67, 0.85);
  border-radius: 20px;
  animation: appear 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.info-modal i:before {
  content: '\f00d';
  position: absolute;
  right: 24px;
  top: 15px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  cursor: pointer;
}
.info-modal p.info-modal-tit {
  padding-top: 5px;
  padding-bottom: 12px;
  color: #FFD633;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  letter-spacing: 1px;
}
.info-modal p.info-modal-tit a {
  color: #FFD633;
  text-decoration: underline;
}
.info-modal p.info-modal-tit span {
  color: #fe8834;
}
.info-modal p.info-modal-sub {
  margin-bottom: 8px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 300;
}
.info-modal p.info-modal-sub a {
  color: #fff;
  text-decoration: underline;
}
.info-modal p.info-modal-sub span.info-modal-product2 {
  color: #51A2FF;
}
.info-modal p.info-modal-sub span.info-modal-product3 {
  color: #BC70FF;
}
.info-modal p.info-modal-detail {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 15px;
  font-weight: 300;
  padding-top: 5px;
  opacity: 0.7;
  letter-spacing: 0;
}
.info-modal.info-modal-out {
  animation: dissappear 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
@keyframes appear {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dissappear {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(150px);
  }
}
.fixed-nav {
  position: fixed;
  bottom: 5%;
  left: 30px;
  z-index: 9999;
}
.fixed-nav > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
}
.fixed-nav > span a {
  position: relative;
  z-index: 9999;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 18px;
  box-sizing: border-box;
}
.fixed-nav > span.demo-nav {
  position: relative;
  background: linear-gradient(45deg, #2979ef, #29c9ef);
  transition: 0.3s all;
  overflow: hidden;
}
.fixed-nav > span.demo-nav ul.sublink {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 70px;
  opacity: 0;
}
.fixed-nav > span.demo-nav ul.sublink li {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  color: #fff;
  padding-left: 20px;
  box-sizing: border-box;
  text-align: center;
  height: 100%;
  padding: 10px 0;
}
.fixed-nav > span.demo-nav ul.sublink li:before {
  position: absolute;
  right: 0;
  left: 0;
  display: inline-block;
  width: 46px;
  height: 31px;
  margin: 0 auto;
  background: url(/resources/images/demo-nav.png) no-repeat;
  text-align: center;
  content: '';
}
.fixed-nav > span.demo-nav ul.sublink li:hover {
  background: #2979ef;
  border-radius: 20px;
}
.fixed-nav > span.demo-nav ul.sublink li:hover a {
  padding-top: 36px;
  color: #fff;
  font-size: 14px;
  color: #93faff;
}
.fixed-nav > span.demo-nav ul.sublink li .demo-link {
  color: #fff;
}
.fixed-nav > span.demo-nav:hover {
  background: #2979ef;
  width: 150px;
  border-radius: 20px;
  transition: 0.3s all;
}
.fixed-nav > span.demo-nav:hover img {
  display: none;
}
.fixed-nav > span.demo-nav:hover ul.sublink {
  opacity: 1;
}
.fixed-nav > span.kakao-nav {
  position: relative;
  background: linear-gradient(45deg, #ffbe32, #ffe942);
  transition: 0.3s all;
  overflow: hidden;
}
.fixed-nav > span.kakao-nav ul.sublink {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 70px;
  opacity: 0;
}
.fixed-nav > span.kakao-nav ul.sublink li {
  position: relative;
  display: inline-block;
  float: left;
  width: 100px;
  color: #000;
  padding-left: 20px;
  box-sizing: border-box;
  text-align: center;
  height: 100%;
  padding: 10px 0;
}
.fixed-nav > span.kakao-nav ul.sublink li:before {
  position: absolute;
  right: 0;
  left: 0;
  display: inline-block;
  width: 33px;
  height: 29px;
  margin: 0 auto;
  background: url(/resources/images/subkakao.png) no-repeat;
  text-align: center;
  content: '';
}
.fixed-nav > span.kakao-nav ul.sublink li:first-child {
  border-right: 1px solid #ffef71;
}
.fixed-nav > span.kakao-nav ul.sublink li:last-child {
  padding-right: 0;
}
.fixed-nav > span.kakao-nav ul.sublink li a {
  display: block;
  font-size: 14px;
  padding-top: 2px;
}
.fixed-nav > span.kakao-nav ul.sublink li a span {
  display: inline-block;
  padding-top: 30px;
}
.fixed-nav > span.kakao-nav ul.sublink li:hover {
  background: #ffc932;
}
.fixed-nav > span.kakao-nav ul.sublink li:hover a {
  text-shadow: 0.5px 0 0 black;
}
.fixed-nav > span.kakao-nav:hover {
  background: #ffd541;
  width: 200px;
  border-radius: 20px;
  transition: 0.3s all;
}
.fixed-nav > span.kakao-nav:hover img {
  display: none;
}
.fixed-nav > span.kakao-nav:hover ul.sublink {
  opacity: 1;
}
.fixed-nav .kakao-nav {
  margin-top: 12px;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 85px;
  z-index: 9999;
}
header .header-wrap {
  max-width: 1170px;
  margin: 0 auto;
}
header .header-wrap:after {
  display: block;
  clear: both;
  content: '';
}
header .header-wrap .logo {
  float: left;
  width: 170px;
  height: 40px;
  margin-top: 25px;
  background: url(/resources/images/logo_hover.png) no-repeat;
  text-indent: -9999px;
}
header .header-wrap .logo > a {
  display: block;
  width: 100%;
  height: 100%;
}
header .header-wrap .gnb {
  float: right;
}
header .header-wrap .gnb:after {
  display: block;
  clear: both;
  content: '';
}
header .header-wrap .gnb > li {
  float: left;
}
header .header-wrap .gnb > li > a {
  display: block;
  padding: 0 40px;
  color: #131313;
  font-size: 19px;
  line-height: 85px;
  letter-spacing: -1px;
}
header .header-wrap .gnb > li > .sub-gnb {
  display: none;
}
header .header-wrap .gnb > li > .sub-gnb > li {
  padding: 5px 0;
}
header .header-wrap .gnb > li > .sub-gnb > li > a {
  color: #3b3b3b;
  font-size: 16px;
}
header .header-wrap .menu-icon {
  float: right;
  width: 36px;
  height: 24px;
  margin-top: 28px;
  cursor: pointer;
  display: none;
}
header .header-wrap .menu-icon i {
  font-size: 32px;
  color: #2c313a;
}
.menu-hover {
  position: fixed;
  top: 0;
  width: 100%;
  background: #2c313a;
  z-index: 9999;
  display: none;
  box-shadow: 1px 1px 10px #272727;
}
.menu-hover .menu-hover-wrap {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
.menu-hover .menu-hover-wrap .close-btn {
  display: none;
}
.menu-hover .menu-hover-wrap .gnb {
  float: right;
  padding-bottom: 20px;
  z-index: 9999;
}
.menu-hover .menu-hover-wrap .gnb:after {
  display: block;
  clear: both;
  content: '';
}
.menu-hover .menu-hover-wrap .gnb > li {
  float: left;
}
.menu-hover .menu-hover-wrap .gnb > li > a {
  position: relative;
  display: block;
  padding: 0 40px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 19px;
  line-height: 85px;
  letter-spacing: -1px;
}
.menu-hover .menu-hover-wrap .gnb > li > a:hover {
  color: #78afff;
}
.menu-hover .menu-hover-wrap .gnb > li > i {
  display: none;
}
.menu-hover .menu-hover-wrap .gnb > li > .sub-gnb {
  padding-top: 10px;
}
.menu-hover .menu-hover-wrap .gnb > li > .sub-gnb > li > a {
  display: block;
  padding: 0 0 13px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 200;
}
.menu-hover .menu-hover-wrap .gnb > li > .sub-gnb > li > a:hover {
  color: #78afff;
  text-shadow: 0.5px 0;
}
.menu-hover .menu-hover-wrap .gnb > li:hover > a:after {
  position: absolute;
  display: inline-block;
  width: 80%;
  height: 2px;
  bottom: 13px;
  content: '';
  z-index: 9999;
  background: #78afff;
  left: 0;
  text-align: center;
  margin: 0 auto;
  right: 0;
}
.menu-hover .menu-hover-wrap > span {
  position: absolute;
  top: 25px;
  left: 0;
}
.menu-hover:after {
  position: absolute;
  top: 79px;
  display: block;
  width: 100%;
  height: 1px;
  background: #4a5465;
  content: '';
}
footer {
  width: 100%;
  padding: 50px 0;
  background: #2c313a;
  box-sizing: border-box;
}
footer .footer-wrap {
  max-width: 1170px;
  margin: auto;
}
footer .footer-wrap .footer-gnb {
  display: inline-table;
  width: 650px;
  float: right;
  padding-bottom: 20px;
}
footer .footer-wrap .footer-gnb:after {
  display: block;
  clear: both;
  content: '';
}
footer .footer-wrap .footer-gnb > li {
  display: table-cell;
  width: 25%;
  table-layout: fixed;
  text-align: center;
}
footer .footer-wrap .footer-gnb > li > a {
  color: #fff;
  font-size: 19px;
  letter-spacing: -1px;
}
footer .footer-wrap .footer-gnb > li .sub-gnb {
  padding-top: 20px;
}
footer .footer-wrap .footer-gnb > li .sub-gnb:after {
  display: block;
  clear: both;
  content: '';
}
footer .footer-wrap .footer-gnb > li .sub-gnb > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  line-height: 28px;
  letter-spacing: 1px;
}
footer .footer-wrap .footer-gnb > li .sub-gnb > li > a:hover {
  color: #78afff;
}
footer .footer-wrap .footer-info {
  display: inline-table;
  width: 520px;
  padding-bottom: 20px;
  /*justify-content: space-between;align-items: center;width: 100%;padding: 52px 0 30px 0;*/
  box-sizing: border-box;
  vertical-align: top;
}
footer .footer-wrap .footer-info h3 {
  display: inline-block;
  width: 177px;
  height: 42px;
  background: url(../images/f-logo.png) no-repeat;
  text-indent: -9999px;
  vertical-align: top;
}
footer .footer-wrap .footer-info h3 a {
  display: block;
  width: 100%;
  height: 100%;
}
footer .footer-wrap .footer-info .sns {
  display: block;
  /*justify-content: space-between;width:200px;*/
  overflow: hidden;
  padding: 20px 0;
  padding-top: 40px;
  box-sizing: border-box;
}
footer .footer-wrap .footer-info .sns li {
  float: left;
  height: 25px;
  padding-right: 20px;
  transition: 0.3s;
  background-size: contain ;
}
footer .footer-wrap .footer-info .sns li.kakao {
  background: url(../images/f-kakao.png) no-repeat;
  height: 25px;
  background-size: contain;
}
footer .footer-wrap .footer-info .sns li.kakao:hover {
  background: url(../images/f-kakao-hover.png) no-repeat;
  height: 25px;
  background-size: contain;
}
footer .footer-wrap .footer-info .sns li.facebook {
  background: url(../images/f-facebook.png) no-repeat;
  height: 25px;
  background-size: contain;
}
footer .footer-wrap .footer-info .sns li.facebook:hover {
  background: url(../images/f-facebook-hover.png) no-repeat;
  height: 25px;
  background-size: contain;
}
footer .footer-wrap .footer-info .sns li.blog {
  background: url(../images/f-blog.png) no-repeat;
  height: 25px;
  background-size: contain;
}
footer .footer-wrap .footer-info .sns li.blog:hover {
  background: url(../images/f-blog-hover.png) no-repeat;
  height: 25px;
  background-size: contain;
}
footer .footer-wrap .footer-info .sns li > a {
  display: block;
  width: 100%;
  height: 100%;
}
footer .footer-wrap .footer-info .sns li span {
  display: block;
  padding-top: 5px;
  padding-left: 41px;
  color: #fff;
}
footer .footer-wrap .footer-info .sns li span a {
  color: #fff;
}
footer .footer-wrap .footer-info .sns li span a:hover {
  text-decoration: underline;
  color: #9da7b9;
}
footer .footer-wrap .footer-info .family {
  display: block;
  vertical-align: top;
  width: calc(100% - 177px);
  padding-top: 38px;
  box-sizing: border-box;
  overflow: hidden;
}
footer .footer-wrap .footer-info .family li {
  float: left;
  display: inline-block;
  padding-right: 33px;
}
footer .footer-wrap .footer-info .family li img {
  height: 30px;
}
footer .footer-wrap .footer-info .family li span {
  padding-left: 35px;
  color: #fff;
}
footer .footer-wrap address {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  border-top: 1px solid #61656d;
  padding-top: 40px;
}
footer .footer-wrap .copyright {
  color: #A7A7A7;
  font-size: 12px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  footer .footer-wrap .footer-gnb {
    display: none;
  }
  footer .footer-wrap .footer-info {
    width: 100%;
    text-align: center;
  }
  footer .footer-wrap .footer-info .family {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  footer .footer-wrap .footer-info .family li {
    float: none;
  }
  footer .footer-wrap .footer-info .sns li {
    float: none;
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  header > .header-wrap {
    width: 96.09375%;
  }
  header > .header-wrap > .logo {
    background: url(/resources/images/logo_hover_768.png) no-repeat;
  }
  header > .header-wrap .gnb {
    display: none;
  }
  header > .header-wrap .menu-icon {
    display: block;
  }
  .fixed-nav > a {
    width: 60px;
    height: 60px;
  }
  .fixed-nav > a img {
    display: block;
  }
  .kakao-nav > img {
    height: 35px;
  }
  .demo-nav > img {
    height: 30px;
  }
  .menu-hover .menu-hover-wrap {
    position: relative;
    width: 100%;
  }
  .menu-hover .menu-hover-wrap > span {
    display: none;
  }
  .menu-hover .menu-hover-wrap .close-btn {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
  }
  .menu-hover .menu-hover-wrap .close-btn > i {
    position: absolute;
    top: 13px;
    right: 19px;
    color: #fff;
    cursor: pointer;
  }
  .menu-hover .menu-hover-wrap .gnb {
    float: none;
    width: 100%;
    padding: 0;
    z-index: 9999;
  }
  .menu-hover .menu-hover-wrap .gnb > li {
    position: relative;
    float: none;
    width: 100%;
    line-height: 45px;
    border-top: 1px solid #4f4f63;
  }
  .menu-hover .menu-hover-wrap .gnb > li > a {
    display: block;
    width: 50%;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    box-sizing: border-box;
  }
  .menu-hover .menu-hover-wrap .gnb > li > i {
    position: absolute;
    top: 4px;
    right: 10px;
    display: block;
    padding: 10px;
    color: #fff;
    z-index: 9999;
    cursor: pointer;
  }
  .menu-hover .menu-hover-wrap .gnb > li > i.close {
    display: none;
  }
  .menu-hover .menu-hover-wrap .gnb > li > .sub-gnb {
    width: 100%;
    display: none;
  }
  .menu-hover .menu-hover-wrap .gnb > li > .sub-gnb > li {
    width: 100%;
    line-height: 40px;
  }
  .menu-hover .menu-hover-wrap .gnb > li > .sub-gnb > li > a {
    display: block;
    width: 100%;
    padding: 0;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
  }
  .menu-hover .menu-hover-wrap .gnb > li > .sub-gnb > li > a:hover {
    color: #0088FF;
  }
  .menu-hover .menu-hover-wrap .gnb > li:hover > a:after {
    display: none;
  }
  .menu-hover:after {
    display: none;
  }
  footer .footer-wrap .footer-info {
    flex-direction: column;
  }
  footer .footer-wrap .footer-info .sns,
  footer .footer-wrap .footer-info .family {
    margin-top: 16px;
  }
  footer .footer-wrap address {
    font-size: 16px;
  }
  footer .footer-wrap address span {
    display: block;
    margin-top: 5px;
    font-size: 16px;
  }
  footer .footer-wrap .copyright {
    font-size: 14px;
  }
  .info-modal {
    min-height: 100px;
  }
  .info-modal p.info-modal-tit {
    font-size: 16px;
    padding: 0 70px;
  }
  .info-modal p.info-modal-tit span {
    color: #fe9134;
  }
  .info-modal p.info-modal-sub {
    margin-top: 8px;
    line-height: 20px;
    font-size: 14px;
  }
  .info-modal p.info-modal-detail {
    padding: 5px 43px;
    line-height: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
  }
  header > .header-wrap .logo {
    width: 110px;
    height: 26px;
    margin-top: 18px;
    background: url(/resources/images/logo_hover_320.png) no-repeat;
  }
  header .header-wrap .menu-icon {
    margin-top: 18px;
  }
  header .header-wrap .menu-icon i {
    font-size: 28px;
  }
  .info-modal {
    min-height: 180px;
    width: 58%;
  }
  .info-modal p.info-modal-tit {
    padding: 0;
  }
  .info-modal p.info-modal-sub {
    line-height: 20px;
    padding: 10px 0;
  }
  .info-modal p.info-modal-detail {
    padding: 0;
  }
}
@media screen and (max-width: 466px) {
  footer .footer-wrap .footer-info .sns li.blog {
    margin-top: 10px;
  }
  .info-modal {
    min-height: 220px;
    width: 58%;
  }
  .info-modal p.info-modal-tit {
    line-height: 20px;
    padding: 0;
  }
  .info-modal p.info-modal-sub {
    line-height: 20px;
    padding: 10px 0;
  }
  .info-modal p.info-modal-detail {
    padding: 0;
  }
}
