/* wire-frame  ³ªÁß¿¡ ²À Áö¿ì±â*/
.wire-frame {
  background-color: #ccc;
}
#wrap {
  width: 100%;
}


.inner {
  width: 85%;
  margin: 0 auto;
  max-width: 1300px;
}
/* s:: main-container */
.main-container {
  padding: 50px 0;
}
/* e:: main-container */




/* s:: header */
header {
  z-index: 999;
}
.header-container {
  max-width: 100%;
  width: 100vw;
  height: 80px;
  position: fixed;
  top: 0;
  border-bottom: 2px solid #419de8;
  transition: all 0.3s;
  background-color: #565656;
}


/* s:: on */
/* .header-container.on {
  background-color: #419de8;
} */




/* .header-container.on .main-nav-box > li.main-nav > a:after,
.header-container.on .main-nav-box > li.main-nav > a::before {
  background-color: #419de8;
} */
/* e:: on */
.nav-wrap {
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 5em;
}
.header-container .logo-container {
  margin: 0 5em;
  width: 142px;
}
.main-nav-container {
  width: 80%;
  height: 100%;
  min-width: 1520px;
  justify-content: space-between;
}


.mobile-nav-container {
  display: none;
}
.main-nav-container .left-nav {
  /* width: 65%; */
  /* width: 72%; */
  width: 80%;
  margin-left: 5vw;
  height: 100%;
  min-width: 1100px;
  max-width: 1400px;
}


.main-nav-box {
  justify-content: space-between;
}
.main-nav-box > li.main-nav {
  height: 80px;
  line-height: 80px;
  width: calc(100% / 6);
  text-align: center;
  /* min-width: 175px; */
  position: relative;
  font-size: 1.8rem;
}
.main-nav-box > li.main-nav {
  /* background-color: yellow; */
}


.main-nav-box > li.main-nav > a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #fff;
  position: relative;
  text-transform: capitalize;
}


.main-nav-box > li.main-nav:hover > a {
  /* text-decoration: underline; */
  font-weight: bold;
  /* background-color: skyblue; */
  position: relative;
  /* transition: all 0.5s; */
}


/* .main-nav-box > li.main-nav > a:after,
.main-nav-box > li.main-nav > a::before */


.main-nav-box > li.main-nav::after,
.main-nav-box > li.main-nav::before {
  display: inline-block;
  width: 0px;
  height: 5px;
  left: 50%;
  content: '';
  background-color: #419de8;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s;
}




.main-nav-box > li.main-nav:hover::before {
  left: 0;
  width: 50%;
  opacity: 1;
  height: 5px;
}


.main-nav-box > li.main-nav:hover::after {
  right: 0;
  width: 50%;
  opacity: 1;
}
/*  ¸¶Áö¸· ¾ÆÀÌÄÜ ¸Þ´º ¶§¹®¿¡ °ø°£Àº ¸¸µé°í hover½Ã »ý±â´Â ¶óÀÎ ¾ø¾Ö±âÀ§ÇØ ³ÖÀ½ */
.main-nav-box > li.main-nav:last-child:hover::before {
  opacity: 0;
}
.main-nav-box > li.main-nav:last-child:hover::after {
  opacity: 0;
}


.main-nav-box > li:last-child {display: flex; align-items: center; justify-content: flex_end; }
.main-nav-box > li > span {width:80px; height: 24px; border-radius: 12px; line-height: 24px; text-align: center; background-color:#419de8; font-size: 14px;}
.main-nav-box > li .btn_lang {background-color:#419de8;  margin-left:24px;}
.main-nav-box > li .btn_lang a {color:#ffffff;}
.main-nav-box > li .btn_admin {background-color:#ffffff; color:#565656; margin-left:7px;}


.sub-nav-container {
  position: absolute;
  top: 80px;
  width: 100%;
  height: 500px !important;
  padding-top: 1em;
  display: none;
  transition: all 0.3s;
}


.sub-nav-container:hover {
  background-color: #f5f5f5;
}


.sub-nav-container > li {
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
}


.sub-nav-container > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  text-transform: capitalize;
}


.sub-nav-container > li:hover > a {
  font-weight: bold;
  text-decoration: underline;
}
.nav-bg-container {
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  width: 100%;
  /* height: 430px; */
  /* height: 470px; */
  /* height: 400px; ¸Þ´º´Ã¸®¸é¼­ »çÀÌÁî ´Ã¸²*/
  height: 500px;
  z-index: -1;
  display: none;
}


.right-nav-container {
  width: 18%;
  display: none;
  height: 100%;
}


.right-nav-container ul {
  width: 100%;
  height: 80px;
  line-height: 80px;
  justify-content: space-between;
}


.right-nav-container li {
  width: 30%;
  text-align: left;
  min-width: 80px;
  color: #fff;
}


.right-nav-container li a {
  color: #fff;
}
/* e:: header */


/* s::footer */
footer {
  background-color: #1c1c1c;
  padding: 5vh 0;
  margin-top: 0;
}


footer .up-container {
  border-bottom: 1px solid #6e6e6e;
  justify-content: space-between;
  padding-bottom: 0.5em;
}


footer .office-info {
  color: #6e6e6e;
  font-size: 1.4rem;
  /* text-align: right; */
}


footer .up-container .office-info {
  text-align: right;
}


footer .office-info li {
  margin-bottom: 0.2em;
}


footer .office-info li.contact-info {
  color: #aaa;
}


footer .office-info li.contact-info span {
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
}


footer .office-info li.contact-info span:after {
  content: '';
  display: inline-block;
  background-color: #aaa;
  width: 1px;
  height: 70%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
footer .office-info li.contact-info span.fax {
  padding-right: 0;
}
footer .office-info li.contact-info span.fax:after {
  display: none;
}
footer .under-container {
  padding-top: 1.5em;
  justify-content: space-between;
}




footer .under-container li:first-child span {
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
}


footer .under-container li:first-child span:first-child {
  padding-left: 0;
}


footer .under-container li:first-child span::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #6e6e6e;
  content: '';
}


footer .under-container li:first-child span:last-child:after {
  display: none;
}
footer .under-container .copyright {
  color: #6a6a6a;
  font-size: 1.4rem;
}
footer .copyright .sns_icon ul {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 5px;
}
/* e::footer */


/* s::go-top-container */
.gotop {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #419de8;
  border-radius: 50%;
  position: fixed;
  bottom: 5vh;
  right: 3vw;
  z-index: 999;
  background-image: url('/default/img/gotop.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% auto;
  display: none;
}
/* e::go-top-container */


/* s::popup */
.popup-container {
  background-color: rgba(3, 3, 3, 0.9);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
.popup-container .popup-box {
  background-color: #fff;
  position: relative;
  width: 30%;
  height: 30%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  overflow: hidden;
}


.popup-container .title-content {
  background-color: #419de8;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding: 0.3em 0;
  text-transform: uppercase;
}




.popup-container .text {
  padding: 2em 2em 1em;
  font-size: 2rem;
  text-align: center;
}




.btn-container {
  padding: 0.5em 0;
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}




.btn-container a {
  font-size: 1.6rem;
  padding: 0.5em 1em;
  min-width: 150px;
  text-align: center;
  border-radius: 20px;
  font-weight: 500;
}




.btn-container a.home-btn {
  background-color: #419de8;
  color: #fff;
}




.mobie-menu-container,
.mobile-nav-wrap {
  display: none;
}




/* e::popup */




/* s::³ëÆ®ºÏ¹èÀ² */
@media (max-width: 1560px) {
  .header-container .logo-container {
    margin: 0 1em;
  }




  .header-container .logo-container img {
    width: 190px;
  }
  .main-nav-container {
    min-width: 1100px;
    display: flex;
    justify-content: center;
  }




  .main-nav-container .left-nav {
    width: 85%;
    margin-left: 3vw;
  }




  .main-nav-box > li.main-nav {
    font-size: 1.6rem;
  }




  .main-nav-box > li.main-nav {
    /* min-width: 140px; */
    min-width: initial;
    padding: 0 0.2em;
  }








  .main-nav-box > li.main-nav > a {
    letter-spacing: -0.5px;
  }
    
  .sub-nav-container > li {
    font-size: 1.4rem;
  }




  .popup-container .popup-box {
    height: 40%;
  }
}
/* e:: ³ëÆ®ºÏ¹èÀ² */




/* s:: È­¸é Àý¹Ý ¹èÀ² */
@media (max-width: 1280px) {
  .inner {
    min-width: 1200px;
  }




  .popup-container .popup-box {
    width: 50%;
  }
}




/* ¹Ì´ÏÇÇ¾¾ */
@media (min-width: 992px) and (max-width: 1279px) {
  .inner {
    min-width: 750px;
    width: 90%;
  }
}




/* ¹Ì´ÏÇÇ¾¾ */
@media (max-width: 1024px) {
  /******************* 1214 s:: header  ¸ð¹ÙÀÏÇì´õ Ã³¸®*******************************/
  .inner {
    width: 85%;
    min-width: initial;
  }




  .header-container {
    height: 60px;
  }
  .web-nav-wrap {
    display: none;
  }




  .mobile-nav-wrap {
    display: flex;




    width: 90%;
    height: 60px;
    margin: 0 auto;
    max-width: 900px;
    justify-content: space-between;
    align-items: center;
  }




  .m-logo-container {
    height: 80%;
    /* background-color: saddlebrown; */
  }




  .m-logo-container img {
    height: 100%;
  }




  .m-btn-container {
    /* background-color: salmon; */
    width: 35px;
    height: 25px;
    position: relative;
    cursor: pointer;
  }




  .m-btn-container .btn-bar {
    width: 100%;
    height: 3px;
    display: inline-block;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    transition: all 0.5s;
  }




  .m-btn-container .btn-bar:nth-child(1) {
    top: 0;
  }




  .m-btn-container .btn-bar:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }




  .m-btn-container .btn-bar:nth-child(3) {
    bottom: 0;
  }




  .m-btn-container.close-btn {
    width: 30px;
  }




  .m-btn-container.close-btn .btn-bar:nth-child(2) {
    opacity: 0;
  }




  .m-btn-container.close-btn .btn-bar:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .m-btn-container.close-btn .btn-bar:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  .mobie-menu-container {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: 999;
  }
  .mobile-menu {
    background-color: rgba(3, 3, 3, 0.9);
    padding: 2em 0;
    min-height: 100vh;
  }




  .mobile-menu li.m-main a {
    font-size: 2rem;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
  }




  .mobile-menu li.m-main .m-sub {
    display: none;
  }




  .mobile-menu li.m-main > a {
    padding: 0.5em 0;
  }








  .mobile-menu li.m-main .btn_lang {
      border-radius: 20px;
      padding:2px 20px;
      background-color: #419de8;
  }
    
  .mobile-menu li.m-main .btn_admin {
      border-radius: 20px;
      padding:2px 20px;
      background-color: #ffffff;
      color:#565656;
  }








  .mobile-menu ul.m-sub a {
    font-size: 1.6rem;
    padding: 0.3em 0;
    font-weight: 400;
  }




  .mobile-main-menu {
    height: 80%;
    max-height: 500px;
    overflow-y: scroll;
  }




  .popup-container .popup-box {
    height: 50%;
  }
}




@media (max-width: 820px) {
  .popup-container .popup-box {
    height: 30%;
    max-height: 300px;
  }
}
@media (max-width: 768px) {
  .inner {
    width: 85%;
    min-width: initial;
  }




  .mobile-main-menu {
    max-height: initial;
  }




  .popup-container .popup-box {
    width: 70%;
  }
}
@media (max-width: 650px) {
  /******************* s:: header *******************************/
  .header-container {
    height: 50px;
  }




  .mobile-nav-wrap {
    height: 50px;
  }




  .mobile-main-menu {
    max-height: 500px;
    -webkit-overflow-scrolling: touch;
  }
  /************************** e:: header ********************/




  /*********************** s:: nav ******************************/
  .main-nav-container,
  .nav-bg-container {
    display: none;
  }




  .header-container .logo-container {
    width: 30%;
    margin: 0 2em 0 1em;
    /* height: 50%; */
    /* max-height: 30px; */
    max-height: 40px;
  }




  .m-btn-container {
    height: 20px;
  }




  .mobie-menu-container {
    top: 50px;
  }




  .header-container .logo-container h1,
  .header-container .logo-container a {
    height: 40px;
    width: 100%;
    /* background-color: salmon; */
    display: inline-block;
    text-align: center;
  }




  .header-container .logo-container a img {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }




  .nav-wrap {
    justify-content: space-between;
    position: relative;
    margin-left: 0;
  }
  /****************** s::mobile-nav-container *********************/
  .mobile-nav-container {
    display: flex;
    height: 50%;
    width: auto;
    margin-right: 1.5em;
    /* justify-content: flex-end; */
  }




  .mobile-nav-container a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }




  .mobile-nav-container a img {
    height: 100%;
    width: auto;
  }
  .mobile-menu-container {
    position: fixed;
    /* position: relative; */
    top: 0;
    right: -100vw;
    /* width: 100%;
    height: 100%; */
    width: 100vw;
    height: 100vh;
    /* padding-bottom: 1em; */
    background-color: #fff;
    overflow-y: auto;
    /* white-space: nowrap; */
  }




  .mobile-nav-header {
    height: 50px;
    /* left: 0; */
    /* background-color: #419de8; */
    background-color: #565656;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
  }




  .mobile-nav-header .close-btn {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 2em;
  }
  .mobile-menu-box {
    width: 100%;
    height: 100%;
    overflow: scroll;
    white-space: nowrap;
    position: relative;
    /* top: 50px; */
  }
  .mobile-menu-box a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }




  .mobile-menu-container .m-main-menu p {
    padding: 1em 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    background-color: #fcfcfc;
    cursor: pointer;
  }




  .mobile-menu-container .m-main-menu.on p,
  .mobile-menu-container .m-main-menu.on p > a {
    background-color: #419de8;
    color: #fff;
  }




  .mobile-menu-container .m-sub-menu {
    font-size: 1.4rem;
    padding: 0.7em 0;
    text-align: center;
    background-color: #fefefe;
    border-bottom: 1px solid #e9e9e9;
    overflow: scroll;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 50px;
  }
  .m-sub-menu-wrap {
    display: none;
  }




  /* .mobile-menu-container .m-sub-menu:last-child {
    border-bottom: 0;
  } */
  /****************** e::mobile-nav-container *********************/
  /*********************** e:: nav ******************************/




  /*********************** s:: footer ******************************/
  .f-logo-container {
    width: 50%;
  }
  .f-logo-container img {
    width: 100%;
  }
  footer .up-container {
    display: block;
  }




  footer .up-container .office-info {
    text-align: left;
    padding-top: 1em;
    font-size: 1.1rem;
  }
  footer .office-info li.contact-info span {
    padding: 0 0.3em;
  }
  footer .office-info li.contact-info span:first-child,
  footer .under-container li:first-child span:last-child {
    padding-left: 0;
  }




  footer .office-info li.contact-info span:after {
    height: 50%;
    right: -1px;
  }




  footer .under-container {
    display: block;
    font-size: 1.1rem;
  }




  footer .office-info,
  footer .under-container .copyright {
    font-size: 1.1rem;
  }




  footer .under-container .copyright {
    padding-top: 0.5em;
  }
  /*********************** e:: footer ******************************/
}




/* mobile */
@media (max-width: 650px) {
  .inner {
    width: 90%;




    min-width: initial;
  }




  .popup-container .popup-box {
    width: 90%;
    top: 40%;
    height: 32%;
    max-height: 220px;
  }




  .popup-container .title-content {
    font-size: 2rem;
  }




  .popup-container .text {
    font-size: 1.4rem;
  }




  .btn-container a {
    font-size: 1.4rem;
    min-width: 100px;
  }
}
/* wire-frame  ³ªÁß¿¡ ²À Áö¿ì±â*/
.wire-frame {
  background-color: #ccc;
}
#wrap {
  width: 100%;
}




.inner {
  width: 85%;
  margin: 0 auto;
  max-width: 1300px;
}
/* s:: main-container */
.main-container {
  padding: 50px 0;
}
/* e:: main-container */




/* s:: header */
header {
  z-index: 999;
}
.header-container {
  max-width: 100%;
  width: 100vw;
  height: 80px;
  position: fixed;
  top: 0;
  border-bottom: 2px solid #419de8;
  transition: all 0.3s;
  background-color: #565656;
}




/* s:: on */
/* .header-container.on {
  background-color: #419de8;
} */




/* .header-container.on .main-nav-box > li.main-nav > a:after,
.header-container.on .main-nav-box > li.main-nav > a::before {
  background-color: #419de8;
} */
/* e:: on */
.nav-wrap {
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 5em;
}
.header-container .logo-container {
  margin: 0 5em;
  width: 142px;
}
.main-nav-container {
  width: 80%;
  height: 100%;
  min-width: 1520px;
  justify-content: space-between;
}




.mobile-nav-container {
  display: none;
}
.main-nav-container .left-nav {
  /* width: 65%; */
  /* width: 72%; */
  width: 80%;
  margin-left: 5vw;
  height: 100%;
  min-width: 1100px;
  max-width: 1400px;
}




.main-nav-box {
  justify-content: space-between;
}
.main-nav-box > li.main-nav {
  height: 80px;
  line-height: 80px;
  width: calc(100% / 6);
  text-align: center;
  /* min-width: 175px; */
  position: relative;
  font-size: 1.8rem;
}




.main-nav-box > li.main-nav {
  /* background-color: yellow; */
}




.main-nav-box > li.main-nav > a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #fff;
  position: relative;
  text-transform: capitalize;
}




.main-nav-box > li.main-nav:hover > a {
  /* text-decoration: underline; */
  font-weight: bold;
  /* background-color: skyblue; */
  position: relative;
  /* transition: all 0.5s; */
}




/* .main-nav-box > li.main-nav > a:after,
.main-nav-box > li.main-nav > a::before */




.main-nav-box > li.main-nav::after,
.main-nav-box > li.main-nav::before {
  display: inline-block;
  width: 0px;
  height: 5px;
  left: 50%;
  content: '';
  background-color: #419de8;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s;
}




.main-nav-box > li.main-nav:hover::before {
  left: 0;
  width: 50%;
  opacity: 1;
  height: 5px;
}




.main-nav-box > li.main-nav:hover::after {
  right: 0;
  width: 50%;
  opacity: 1;
}
.sub-nav-container {
  position: absolute;
  top: 80px;
  width: 100%;
/*  height: 400px !important; ¸Þ´ºÃß°¡ÇÏ¸é¼­ ´Ã¸²*/




  height: 500px !important;
  padding-top: 1em;
  display: none;
  transition: all 0.3s;
}




.sub-nav-container:hover {
  background-color: #f5f5f5;
}




.sub-nav-container > li {
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
}




.sub-nav-container > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  text-transform: capitalize;
}




.sub-nav-container > li:hover > a {
  font-weight: bold;
  text-decoration: underline;
}
.nav-bg-container {
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  width: 100%;
  /* height: 430px; */
/*  height: 400px; ¸Þ´º Ãß°¡ÇÏ¸é¼­ ´Ã¸² */
  height: 500px;
  /* height: calc(290px + 1em); */
  z-index: -1;
  display: none;
}




.right-nav-container {
  width: 18%;
  display: none;
  height: 100%;
}




.right-nav-container ul {
  width: 100%;
  height: 80px;
  line-height: 80px;
  justify-content: space-between;
}




.right-nav-container li {
  width: 30%;
  text-align: left;
  min-width: 80px;
  color: #fff;
}




.right-nav-container li a {
  color: #fff;
}
/* e:: header */




/* s::footer */
footer {
  background-color: #1c1c1c;
  padding: 5vh 0;
  margin-top: 0;
}




footer .up-container {
  border-bottom: 1px solid #6e6e6e;
  justify-content: space-between;
  padding-bottom: 0.5em;
}




footer .office-info {
  color: #6e6e6e;
  font-size: 1.4rem;
  /* text-align: right; */
}




footer .up-container .office-info {
  text-align: right;
}




footer .office-info li {
  margin-bottom: 0.2em;
}




footer .office-info li.contact-info {
  color: #aaa;
}




footer .office-info li.contact-info span {
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
}




footer .office-info li.contact-info span:after {
  content: '';
  display: inline-block;
  background-color: #aaa;
  width: 1px;
  height: 70%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
footer .office-info li.contact-info span.fax {
  padding-right: 0;
}
footer .office-info li.contact-info span.fax:after {
  display: none;
}
footer .under-container {
  padding-top: 1.5em;
  justify-content: space-between;
}




footer .under-container li:first-child span {
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
}




footer .under-container li:first-child span:first-child {
  padding-left: 0;
}




footer .under-container li:first-child span::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #6e6e6e;
  content: '';
}




footer .under-container li:first-child span:last-child:after {
  display: none;
}
footer .under-container .copyright {
  color: #6a6a6a;
  font-size: 1.4rem;
}
/* e::footer */




/* s::go-top-container */
.gotop {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #419de8;
  border-radius: 50%;
  position: fixed;
  bottom: 5vh;
  right: 3vw;
  z-index: 999;
  background-image: url('/default/img/gotop.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% auto;
  display: none;
}
/* e::go-top-container */




/* s::popup */
.popup-container {
  background-color: rgba(3, 3, 3, 0.9);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}




.popup-container .popup-box {
  background-color: #fff;
  position: relative;
  width: 30%;
  height: 30%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  overflow: hidden;
}




.popup-container .title-content {
  background-color: #419de8;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding: 0.3em 0;
  text-transform: uppercase;
}




.popup-container .text {
  padding: 2em 2em 1em;
  font-size: 2rem;
  text-align: center;
}




.btn-container {
  padding: 0.5em 0;
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}




.btn-container a {
  font-size: 1.6rem;
  padding: 0.5em 1em;
  min-width: 150px;
  text-align: center;
  border-radius: 20px;
  font-weight: 500;
}




.btn-container a.home-btn {
  background-color: #419de8;
  color: #fff;
}




.mobie-menu-container,
.mobile-nav-wrap {
  display: none;
}




/* e::popup */




/* s::³ëÆ®ºÏ¹èÀ² */
@media (max-width: 1560px) {
  .header-container .logo-container {
    margin: 0 1em;
  }




  .header-container .logo-container img {
    width: 190px;
  }
  .main-nav-container {
    min-width: 1100px;
    display: flex;
    justify-content: center;
  }




  .main-nav-container .left-nav {
    width: 85%;
    margin-left: 3vw;
  }




  .main-nav-box > li.main-nav {
    font-size: 1.6rem;
  }




  .main-nav-box > li.main-nav {
    /* min-width: 140px; */
    min-width: initial;
    padding: 0 0.2em;
  }




  .sub-nav-container > li {
    font-size: 1.4rem;
  }




  .popup-container .popup-box {
    height: 40%;
  }
}
/* e:: ³ëÆ®ºÏ¹èÀ² */




/* s:: È­¸é Àý¹Ý ¹èÀ² */
@media (max-width: 1280px) {
  .inner {
    min-width: 1200px;
  }




  .popup-container .popup-box {
    width: 50%;
  }
}




/* ¹Ì´ÏÇÇ¾¾ */
@media (min-width: 992px) and (max-width: 1279px) {
  .inner {
    min-width: 750px;
    width: 90%;
  }
}




/* ¹Ì´ÏÇÇ¾¾ */
@media (max-width: 1024px) {
  /******************* 1214 s:: header  ¸ð¹ÙÀÏÇì´õ Ã³¸®*******************************/
  .inner {
    width: 85%;
    min-width: initial;
  }




  .header-container {
    height: 60px;
  }
  .web-nav-wrap {
    display: none;
  }




  .mobile-nav-wrap {
    display: flex;




    width: 90%;
    height: 60px;
    margin: 0 auto;
    max-width: 900px;
    justify-content: space-between;
    align-items: center;
  }




  .m-logo-container {
    height: 80%;
    /* background-color: saddlebrown; */
  }




  .m-logo-container img {
    height: 100%;
  }




  .m-btn-container {
    /* background-color: salmon; */
    width: 35px;
    height: 25px;
    position: relative;
    cursor: pointer;
  }




  .m-btn-container .btn-bar {
    width: 100%;
    height: 3px;
    display: inline-block;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    transition: all 0.5s;
  }




  .m-btn-container .btn-bar:nth-child(1) {
    top: 0;
  }




  .m-btn-container .btn-bar:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }




  .m-btn-container .btn-bar:nth-child(3) {
    bottom: 0;
  }




  .m-btn-container.close-btn {
    width: 30px;
  }




  .m-btn-container.close-btn .btn-bar:nth-child(2) {
    opacity: 0;
  }




  .m-btn-container.close-btn .btn-bar:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .m-btn-container.close-btn .btn-bar:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  .mobie-menu-container {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: 999;
  }
  .mobile-menu {
    background-color: rgba(3, 3, 3, 0.9);
    padding: 2em 0;
    min-height: 100vh;
  }




  .mobile-menu li.m-main a {
    font-size: 2rem;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
  }




  .mobile-menu li.m-main .m-sub {
    display: none;
  }




  .mobile-menu li.m-main > a {
    padding: 0.5em 0;
  }




  .mobile-menu ul.m-sub a {
    font-size: 1.6rem;
    padding: 0.3em 0;
    font-weight: 400;
  }




  .mobile-main-menu {
    height: 80%;
    max-height: 500px;
    overflow-y: scroll;
  }




  .popup-container .popup-box {
    height: 50%;
  }
}




@media (max-width: 820px) {
  .popup-container .popup-box {
    height: 30%;
    max-height: 300px;
  }
}
@media (max-width: 768px) {
  .inner {
    width: 85%;
    min-width: initial;
  }




  .mobile-main-menu {
    max-height: initial;
  }




  .popup-container .popup-box {
    width: 70%;
  }
}
@media (max-width: 650px) {
  /******************* s:: header *******************************/
  .header-container {
    height: 50px;
  }




  .mobile-nav-wrap {
    height: 50px;
  }




  .mobile-main-menu {
    max-height: 500px;
    -webkit-overflow-scrolling: touch;
  }
  /************************** e:: header ********************/




  /*********************** s:: nav ******************************/
  .main-nav-container,
  .nav-bg-container {
    display: none;
  }




  .header-container .logo-container {
    width: 30%;
    margin: 0 2em 0 1em;
    /* height: 50%; */
    /* max-height: 30px; */
    max-height: 40px;
  }




  .m-btn-container {
    height: 20px;
  }




  .mobie-menu-container {
    top: 50px;
  }




  .header-container .logo-container h1,
  .header-container .logo-container a {
    height: 40px;
    width: 100%;
    /* background-color: salmon; */
    display: inline-block;
    text-align: center;
  }




  .header-container .logo-container a img {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }




  .nav-wrap {
    justify-content: space-between;
    position: relative;
    margin-left: 0;
  }
  /****************** s::mobile-nav-container *********************/
  .mobile-nav-container {
    display: flex;
    height: 50%;
    width: auto;
    margin-right: 1.5em;
    /* justify-content: flex-end; */
  }




  .mobile-nav-container a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }




  .mobile-nav-container a img {
    height: 100%;
    width: auto;
  }
  .mobile-menu-container {
    position: fixed;
    /* position: relative; */
    top: 0;
    right: -100vw;
    /* width: 100%;
    height: 100%; */
    width: 100vw;
    height: 100vh;
    /* padding-bottom: 1em; */
    background-color: #fff;
    overflow-y: auto;
    /* white-space: nowrap; */
  }




  .mobile-nav-header {
    height: 50px;
    /* left: 0; */
    /* background-color: #419de8; */
    background-color: #565656;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
  }




  .mobile-nav-header .close-btn {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 2em;
  }
  .mobile-menu-box {
    width: 100%;
    height: 100%;
    overflow: scroll;
    white-space: nowrap;
    position: relative;
    /* top: 50px; */
  }
  .mobile-menu-box a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }




  .mobile-menu-container .m-main-menu p {
    padding: 1em 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    background-color: #fcfcfc;
    cursor: pointer;
  }




  .mobile-menu-container .m-main-menu.on p,
  .mobile-menu-container .m-main-menu.on p > a {
    background-color: #419de8;
    color: #fff;
  }




  .mobile-menu-container .m-sub-menu {
    font-size: 1.4rem;
    padding: 0.7em 0;
    text-align: center;
    background-color: #fefefe;
    border-bottom: 1px solid #e9e9e9;
    overflow: scroll;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 50px;
  }
  .m-sub-menu-wrap {
    display: none;
  }




  /* .mobile-menu-container .m-sub-menu:last-child {
    border-bottom: 0;
  } */
  /****************** e::mobile-nav-container *********************/
  /*********************** e:: nav ******************************/




  /*********************** s:: footer ******************************/
  .f-logo-container {
    width: 50%;
  }
  .f-logo-container img {
    width: 100%;
  }
  footer .up-container {
    display: block;
  }




  footer .up-container .office-info {
    text-align: left;
    padding-top: 1em;
    font-size: 1.1rem;
  }
  footer .office-info li.contact-info span {
    padding: 0 0.3em;
  }
  footer .office-info li.contact-info span:first-child,
  footer .under-container li:first-child span:last-child {
    padding-left: 0;
  }




  footer .office-info li.contact-info span:after {
    height: 50%;
    right: -1px;
  }




  footer .under-container {
    display: block;
    font-size: 1.1rem;
  }




  footer .office-info,
  footer .under-container .copyright {
    font-size: 1.1rem;
  }




  footer .under-container .copyright {
    padding-top: 0.5em;
  }




  /*********************** e:: footer ******************************/
}




/* mobile */
@media (max-width: 650px) {
  .inner {
    width: 90%;




    min-width: initial;
  }




  .popup-container .popup-box {
    width: 90%;
    top: 40%;
    height: 32%;
    max-height: 220px;
  }




  .popup-container .title-content {
    font-size: 2rem;
  }




  .popup-container .text {
    font-size: 1.4rem;
  }




  .btn-container a {
    font-size: 1.4rem;
    min-width: 100px;
  }
}