/* Font import */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css");

/*NanumSquare*/
@font-face {
  font-family: "NanumSquare";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/NanumSquareL.woff") format("woff"),
    url("../fonts/NanumSquareL.ttf") format("truetype"),
    url("../fonts/NanumSquareL.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "NanumSquare";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/NanumSquareR.woff") format("woff"),
    url("../fonts/NanumSquareR.ttf") format("truetype"),
    url("../fonts/NanumSquareR.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "NanumSquare";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/NanumSquareB.woff") format("woff"),
    url("../fonts/NanumSquareB.ttf") format("truetype"),
    url("../fonts/NanumSquareB.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "NanumSquare";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/NanumSquareEB.woff") format("woff"),
    url("../fonts/NanumSquareEB.ttf") format("truetype"),
    url("../fonts/NanumSquareEB.otf") format("opentype");
  font-display: swap;
}

/*PlayfairDisplay*/
@font-face {
  font-family: "Playfair";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/PlayfairDisplay-ExtraBold.woff2") format("woff2"),
    url("../fonts/Playfair-ExtraBold.woff") format("woff"),
    url("../fonts/Playfair-ExtraBold.ttf") format("truetype");
  font-display: swap;
}

/* Font START */
#fullpage h1 {
    word-break: keep-all;
    font-size: 3rem;
}
h1 {
    font-family: "NanumSquare", "Nanum Gothic", "Dotum", sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 4.6rem;
    text-transform: uppercase;
    color: #262c33;
}
#section1 .s1 h1 {
  font-size: 4.6rem;
  line-height: 5.4rem;
  font-weight: 700;
  text-transform: none;
  color: #25528a;
  font-family: "Playfair", serif;
  margin: 1.6rem;
}
#section1 .s1 h2 {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 500;
  color: #647ca6;
  font-family: "NanumSquare", "Nanum Gothic", "Dotum", sans-serif;
  word-break: keep-all;
}
#section1 .s1 span {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 300;
  color: #3f6e8c;
  font-family: "NanumSquare", "Nanum Gothic", "Dotum", sans-serif;
  word-break: keep-all;
}
#section1 .s2 h1 {
    font-size: 12rem;
    line-height: 12rem;
    font-weight: 900;
    text-transform: none;
    color: #5e9495;
    font-family: "Playfair", serif;
    margin: 0;
}
#section1 .s2 span {
    font-size: 10rem;
    line-height: 10rem;
    font-weight: 700;
    color: 5e9495;
    font-family: serif;
}
#section1 .s3 h1 {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 700;
  color: #d09e05;
  font-family: "NanumSquare", "Nanum Gothic", "Dotum", sans-serif;
  text-align: left;
}
#section1 .s3 p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 300;
  color: #3c4766;
  font-family: "NanumSquare", "Nanum Gothic", "Dotum", sans-serif;
  text-align: left;
  padding-bottom: 20px;
}
#section1 .s3 strong{
  line-height: 3.2rem;
}
#section1 .s3 em {
  padding-top: 10px;
  display: block;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 200;
  color: #3c4766;
  font-family: "NanumSquare", "Nanum Gothic", "Dotum", sans-serif;
  text-align: left;
}
#section1 .s3 ul {
  list-style-type: disc;
  padding-left: 20px;
}
#section1 .s3 li {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 200;
  color: #3c4766;
  font-family: "NanumSquare", "Nanum Gothic", "Dotum", sans-serif;
  text-align: left;
}
#section5 h1 {
  text-transform: none;
}
#fullpage h2 {
  font-family: "NanumSquare", "Nanum Gothic", "Dotum", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #a2c0dd;
}
p {
  font-family: "NanumSquare", "Nanum Gothic", "Dotum", sans-serif;
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 3rem;
  word-break: keep-all;
  color: #2a2c2e;
}

/* Layout START */
.wrap {width: 100%;max-width: 1410px;margin: auto;}
.mb { display: none;}
.tb {display: none;}
.sect4-tb {display: none;}
.tb-v {display: block;}
.mini-v {display: block;}

.btn-vm {width: 180px;height: 50px;background: url(../../images/main/btn.png) no-repeat center/contain;}
.btn-vm a {text-align: center;display: block;}

/* Header START */
.header_fwr {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 8000;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  padding: 0 35px;
  background: #ffffff;
}
header .btn_nav {display: none;}
header .btn_nav .hamburger-lines {position: static;}
header .btn_lang {font-size: 1.6rem;color: #999;width: 50px;text-align: center;}
header .logo {display: inline-block;margin: 0;}
header .logo img {width: 160px;padding-top: 10px;}
header nav {display: inline-block;}
header nav > ul {display: flex;display: -webkit-flex;}
header nav > ul > li {margin: 0 25px;font-size: 1.7rem;font-weight: 100;position: relative;color: #6a7381;padding-right: 10px;}
header nav > ul > li:last-child {padding: 0;}
header nav > ul > li > ul {display: none;position: absolute;width: 100%;left: 0;font-weight: 400;font-size: 1.5rem;color: #313942;padding-top: 20px;}
header nav > ul > li > ul > li {box-sizing: border-box;padding: 10px;padding-left: 0;font-size: 1.4rem;}
header nav > ul > li > a {font-weight: 500;}
header nav > ul > li > ul > li > a {padding: 0;word-break: keep-all;line-height: 2rem;}

header .gnb_menu_layer {height: 160px;background: #fff;display: none;width: 100%;border-top: 1px solid #eee;border-bottom: 1px solid #eee;}

header .hamburger-lines {display: block;height: 26px;width: 32px;position: absolute;z-index: 9500;display: flex;flex-direction: column;justify-content: space-between;margin-top: -5px;}
header .hamburger-lines .line {display: block;height: 4px;width: 100%;border-radius: 10px;background: #87a7ba;}

.hamburger-lines .line1 {transform-origin: 0% 0%;transition: transform 0.4s ease-in-out;}
.hamburger-lines .line2 {transition: transform 0.2s ease-in-out;}
.hamburger-lines .line3 {transform-origin: 0% 100%;transition: transform 0.4s ease-in-out;}

.hamburger-lines.active .line1 {transform: rotate(45deg);}
.hamburger-lines.active .line2 {transform: scaleY(0);}
.hamburger-lines.active .line3 {transform: rotate(-45deg);}

.lang_wrap {display: flex;justify-content: center;align-items: center;}
.btn_lang.active {font-weight: bold;color: #007bff;}

/* Header END */

/* Footer START */
footer {
  width: 100%;
  background: #c6dcef;
  color: #5d6d7d;
  font-size: 1.6rem;
  line-height: 2.6rem;
  word-break: keep-all;
  letter-spacing: -0.5px;
  margin: 0 auto;
  padding: 30px 0 20px;
}
footer img {
  display: block;
  margin: 0 auto 20px;
}
footer .wrap {
  display: flex;
  width: 100%;
  max-width: 1410px;
}
footer .wrap .left-box {
  width: 40%;
}
footer .wrap .left-box .logo img {
  width: 240px;
  margin: 0;
}
footer .wrap .right-box {
  display: flex;
  width: 60%;
  flex-direction: column;
  gap: 30px;
}
footer .wrap .right-box .copy-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
footer .wrap .right-box .copy-box .sns {
  display: flex;
  gap: 30px;
}
footer .wrap .right-box .copy-box .sns li a {
  display: block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
}
footer .wrap .right-box .copy-box .sns .youtube a {
  background-image: url(../../../images/ico_youtube.png);
}
footer .wrap .right-box .copy-box .sns .insta a {
  background-image: url(../../../images/ico_insta.png);
}
footer .wrap .right-box .copy-box .sns .nstore a {
  background-image: url(../../../images/ico_nstore.png);
}
footer .wrap .right-box .copy-box .sns a {
  background-position: center;
  background-repeat: no-repeat;
}
footer .right-box b {
  font-weight: 300;
}
footer .right-box .ceo_name {
    word-break: keep-all;
}
/* Footer END */

/* Responsible START */
@media (max-width: 1410px) {
    #menu {
        display: none;
      }
    header nav > ul > li {
      margin: 0 15px;
    }
}
@media screen and (max-width: 1150px) {
    header nav > ul > li {
      margin: 0 15px;
    }
    header .btn_lang {
      right: 20px;
    }
}
@media (max-width: 1024px) {
    .tb {
      display: block;
    }
    .tb-v {
      display: none;
    }
    .btn_nav {
      display: block;
      position: absolute;
      left: 30px;
      top: 30px;
    }
    .wrap {
        box-sizing: border-box;
        padding: 0 30px;
    }
    .header_fwr {
      justify-content: center;
      flex-wrap: wrap;
    }
    .header_fwr > a{
      display: block; margin: 0 auto;
    }
    header .btn_nav {
      display: block;
      position: absolute;
      left: 30px;
      top: 30px;
    }
    header .btn_site {
      display: none;
    }
    header nav {
      display: none;
      width: 100%;
      position: relative;
    }
    header nav > ul {
      width: 100%;
      flex-wrap: wrap;
    }
    header nav > ul li {
      border-top: 1px solid #eee;
    }
    header nav > ul > li {
      width: 100%;
      padding-right: 0;
      margin: 0;
      font-size: 17px;
    }
    header nav > ul > li a {
      padding: 10px 0;
      display: block;
    }
    header nav > ul > li > ul {
      display: none;
      position: relative;
      padding-top: 0;
    }
    header nav > ul > li > ul > li {
      padding: 0;
      color: #666;
    }
    header {
      justify-content: center;
      flex-wrap: wrap;
    }
    header nav {
      display: none;
    }
    header .logo {
      margin: 5px 0;
    }
    header .logo img {
      width: auto;
      height: 40px;
    }
    header nav > ul > li a {
      padding: 30px 0;
    }
    header nav > ul > li > ul > li > a {
      padding: 15px;
    }
}
@media (max-width: 760px) {
    .mb {
      display: block;
    }
    .mb-n {
      display: none;
    }
    header nav > ul > li > ul {
      padding-top: 0;
    }
    header .btn_lang {
      top: 10px;
    }
    header .btn_lang img {
      height: 30px;
      width: 30px;
    }
    .tab_menu ul {
      display: none;
    }
}
@media screen and (max-width: 480px) {
    .btn-vm {
      width: 100px;
      margin-bottom: 15px;
    }
    .mini-n {
      display: none;
    }
    body {
      font-size: 1.4rem;
    }
    p {
      font-size: 1.4rem;
      line-height: 2.8rem;
    }
    .wrap {
       padding: 0 16px;
    }
    header .logo img {
        height: auto;
    }
    header .btn_nav{
      top: 24px;
      left: 16px;
    }
    .header_fwr{ 
      padding: 0 16px;
    }
    .hamburger-lines {
      width: 26px;
      height: 20px;
    }
    footer {
      font-size: 10px;
      padding: 0;
    }
    footer .wrap {
      text-align: center;
      flex-direction: column;
      padding: 30px 20px 10px;
    }
    footer .wrap .left-box {
        width: 100%;
    }
    /* footer .wrap .left-box .logo {
        height: auto;
        margin: 0 auto;
    } */
    footer .wrap .left-box .logo img {
        height: 50px;
        margin: 0 auto;
    }
    footer .wrap .right-box {
        width: 100%;
    }
    footer img {
      height: 20px;
      margin-bottom: 5px;
    }
    footer .copy {
      font-size: 10px;
    }
    footer .wrap .right-box .info p {
      font-size: 1.4rem;
      line-height: 2.6rem;
    }
    footer .wrap .right-box .copy-box {
      gap: 10px;
    }
}