@import url(./animate.css);
a:visited, a:link {
  color: black;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

body, html, div, ul, li, figure, h1 {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
}

.pop {
  display: block;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.pop .con {
  transform: scale(0);
  transition: 2s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pop img {
  width: 45px;
  height: 45px;
  margin: 145px auto 14px;
  cursor: pointer;
  transform: scale(0);
  transition: 2s;
}
.pop .wrap {
  border-radius: 175px 175px 0 0;
  background: white;
  width: 350px;
  height: 523px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 63px 0;
  position: relative;
  margin-bottom: 15px;
}
.pop .wrap img {
  width: 42px;
  height: 51px;
  margin: 0px auto 60px;
  transform: scale(1);
}
.pop .wrap .t1 {
  width: 85%;
  border: none;
  font-family: "Noto Sans KR", sans-serif;
  border-bottom: 1px solid rgb(203, 197, 197);
  line-height: 220%;
  text-align: center;
  margin-bottom: 35px;
}
.pop .wrap button {
  width: 85%;
  height: 53px;
  line-height: 200%;
  font-size: 19px;
  background: white;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop .wrap button p {
  position: relative;
  z-index: 3;
  transition: 0.3s;
}
.pop .wrap button:hover .bb {
  position: absolute;
  top: -120%;
  left: 0;
  transform: rotate(-20deg);
}
.pop .wrap button:hover p {
  color: white;
}
.pop .wrap button .bb {
  width: 110%;
  height: 220px;
  background: #333;
  position: absolute;
  top: -120%;
  left: -120%;
  transform: rotate(-20deg);
  transition: 0.3s;
  border: none;
  font-size: 0;
}
.pop .wrap .join {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  font-size: 15px;
  background: white;
  text-align: center;
  transform: translateY(86px);
  border-top: 2px solid rgb(203, 197, 197);
  cursor: pointer;
}
.pop .pop2 {
  display: flex;
  width: 350px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.pop .pop2 label {
  color: white;
  cursor: pointer;
  font-size: 12px;
}
.pop .pop2 label input {
  background: transparent;
  transform: translateY(1px);
  margin-right: 7px;
  border-radius: 50%;
}
.pop .pop2 .idp {
  flex-direction: column;
  justify-content: baseline;
  align-items: flex-end;
}
.pop .pop2 .idp p {
  color: white;
  text-align: right;
  margin-top: 0;
  cursor: pointer;
  font-size: 12px;
}

.is_off {
  display: none;
}

header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  background: white;
  padding: 0 30px;
  border-bottom: 1px solid #E0E0E0;
}
header .headcon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 240px;
  height: 70px;
  transform: translateX(14px);
}
header ul li {
  padding: 19px 0;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 33.3%;
  transition: 1s;
  padding-left: 5px;
  transition: 0.5s;
  cursor: pointer;
}
header ul li:hover {
  opacity: 0.5;
}
header ul li a, header ul li .jojo {
  width: 90%;
  height: 100%;
  border: none;
  position: relative;
  display: block;
  padding: 0 20px 0;
  height: 100%;
}
header ul .open_menu {
  height: 70px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 0 24px 20px;
}
header ul .open_menu:hover span:nth-child(3) {
  width: 40px;
}
header ul .open_menu span {
  display: block;
  width: 40px;
  height: 3px;
  background: black;
  position: relative;
  transition: 0.4s;
}
header ul .open_menu span:nth-child(2) {
  transition-delay: 0.1s;
}
header ul .open_menu span:nth-child(3) {
  width: 25px;
  transition-delay: 0.2s;
}

footer {
  border-top: rgb(212, 209, 209) 1px solid;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
footer div.top {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 10px 15px;
  display: flex;
  justify-content: space-between;
  color: #545454;
}
footer div.top p.tit_group {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 13px;
  line-height: 150%;
  font-weight: 800;
  margin-bottom: 30px;
  color: black;
}
footer div.top a:visited, footer div.top a:link {
  color: #545454;
}
footer div.top div.contact_info {
  width: 30%;
}
footer div.top div.contact_info p.addr {
  line-height: 130%;
  text-align: left;
}
footer div.top div.contact_info p.addr span {
  display: block;
  font-size: 12px;
  padding-left: 2px;
  margin-bottom: 10px;
}
footer div.top div.contact_info p.addr span a:link {
  text-decoration: underline;
}
footer div.top div.sitemap {
  width: 25%;
}
footer div.top div.sitemap ul {
  line-height: 130%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer div.top div.sitemap ul li {
  width: 50%;
  display: block;
  font-size: 12px;
  padding-left: 1px;
  margin-bottom: 20px;
}
footer div.top div.certification {
  width: 35%;
}
footer div.top div.certification ul {
  line-height: 130%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer div.top div.certification ul li {
  display: block;
  width: 24%;
  height: 90px;
  font-size: 12px;
  padding-left: 1px;
}
footer div.top div.certification ul li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  padding: 0 10px;
}
footer div.top div.certification ul li a img {
  width: 70%;
}
footer div.top ul.sns {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  width: 6%;
}
footer div.top ul.sns li {
  width: 40px;
  height: 40px;
  margin-bottom: 50px;
  background: #E0E0E0;
  border-radius: 50%;
}
footer div.top ul.sns li a {
  width: 100%;
  height: 100%;
  display: block;
}
footer div.top ul.sns li a span.hidden {
  visibility: hidden;
}
footer div.top ul.sns li a.sns01 {
  background: url(../img/ico_sns.png);
  background-size: 39px;
  width: 39px;
}
footer div.top ul.sns li a.sns02 {
  background: url(../img/ico_sns.png);
  background-size: 39px;
  width: 39px;
  background-position: 0 -78px;
}
footer div.bottom {
  width: 100%;
  background: #004438;
}
footer div.bottom div.inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 15px;
  color: #fff;
  font-size: 12px;
  font-family: "Noto Sans KR", sans-serif;
  display: flex;
  justify-content: space-between;
}
footer div.bottom div.inner address {
  font-style: normal;
}
footer div.bottom div.inner div.terms {
  color: #fff;
  font-size: 12px;
  font-family: "Noto Sans KR", sans-serif;
  display: flex;
}
footer div.bottom div.inner div.terms a {
  margin-right: 20px;
  position: relative;
}
footer div.bottom div.inner div.terms a:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -11px;
  width: 1px;
  height: 100%;
  background: white;
}
footer div.bottom div.inner a:visited, footer div.bottom div.inner a:link {
  color: white;
}

@media (min-width: 480px) and (max-width: 767px) {
  header {
    padding: 0 10px;
  }
  header h1#logo {
    transform: scale(0.8);
  }
  header ul {
    width: 200px;
    transform: scale(0.8);
  }
  header ul li {
    padding: 15px 0;
    padding-left: 5px;
  }
  header ul .open_menu {
    padding: 18px 0 28px 18px;
  }
  footer {
    border-top: rgb(212, 209, 209) 1px solid;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  footer div.top {
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px 15px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #545454;
  }
  footer div.top a:visited, footer div.top a:link {
    color: #545454;
  }
  footer div.top div.contact_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer div.top div.contact_info p.tit_group {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 10px;
    line-height: 150%;
    font-weight: 800;
    margin-bottom: 10px;
    color: black;
    width: 80px;
  }
  footer div.top div.contact_info p.addr {
    line-height: 130%;
    text-align: left;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    width: 400px;
  }
  footer div.top div.contact_info p.addr span {
    display: block;
    font-size: 9px;
    padding-left: 2px;
    margin-bottom: 5px;
    text-align: right;
  }
  footer div.top div.contact_info p.addr span a:link {
    text-decoration: underline;
  }
  footer div.top div.sitemap {
    display: none;
  }
  footer div.top div.certification {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer div.top div.certification p.tit_group {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 10px;
    line-height: 150%;
    font-weight: 800;
    margin-bottom: 10px;
    color: black;
    width: 80px;
  }
  footer div.top div.certification ul {
    width: 400px;
    line-height: 130%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer div.top div.certification ul li {
    display: block;
    width: 24%;
    height: 90px;
    font-size: 10px;
    padding-left: 1px;
  }
  footer div.top div.certification ul li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding: 0 5px;
  }
  footer div.top div.certification ul li a img {
    width: 50%;
  }
  footer div.top ul.sns {
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
  }
  footer div.top ul.sns li {
    width: 40px;
    height: 40px;
    margin: 10px 0 0 10px;
    background: #E0E0E0;
    border-radius: 50%;
  }
  footer div.top ul.sns li a {
    width: 100%;
    height: 100%;
    display: block;
  }
  footer div.top ul.sns li a span.hidden {
    visibility: hidden;
  }
  footer div.top ul.sns li a.sns01 {
    background: url(../img/ico_sns.png);
    background-size: 39px;
    width: 39px;
  }
  footer div.top ul.sns li a.sns02 {
    background: url(../img/ico_sns.png);
    background-size: 39px;
    width: 39px;
    background-position: 0 -78px;
  }
  footer div.bottom {
    width: 100%;
    background: #004438;
  }
  footer div.bottom div.inner {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    font-size: 10px;
    font-family: "Noto Sans KR", sans-serif;
    display: flex;
    justify-content: space-between;
  }
  footer div.bottom div.inner address {
    font-style: normal;
  }
  footer div.bottom div.inner div.terms {
    color: #fff;
    font-size: 10px;
    font-family: "Noto Sans KR", sans-serif;
    display: flex;
  }
  footer div.bottom div.inner div.terms a {
    margin-right: 20px;
    position: relative;
  }
  footer div.bottom div.inner div.terms a:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -11px;
    width: 1px;
    height: 100%;
    background: white;
  }
  footer div.bottom div.inner div.terms a:nth-child(2) {
    margin-right: 0;
  }
  footer div.bottom div.inner a:visited, footer div.bottom div.inner a:link {
    color: white;
  }
}
@media (min-width: 280px) and (max-width: 480px) {
  header {
    padding: 0;
  }
  header h1#logo {
    transform: scale(0.7);
    width: 108px;
  }
  header ul {
    width: 180px;
    height: 70px;
    transform: scale(0.7) translateX(20px);
  }
  header ul li {
    padding: 15px 0;
    padding-left: 5px;
  }
  header ul .open_menu {
    padding: 18px 0 28px 10px;
  }
  .pop {
    display: block;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .pop .con {
    transform: scale(0);
    transition: 2s;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pop .con img {
    width: 30px;
    height: 30px;
    margin: 60px auto 14px;
    cursor: pointer;
    transform: scale(0);
    transition: 2s;
  }
  .pop .wrap {
    border-radius: 175px 175px 0 0;
    background: white;
    width: 280px;
    height: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0 0;
    position: relative;
    margin-bottom: 10px;
  }
  .pop .wrap img {
    width: 30px;
    height: 40px;
    margin: 0px auto 40px;
    transform: scale(1);
  }
  .pop .wrap .t1 {
    width: 85%;
    border: none;
    font-family: "Noto Sans KR", sans-serif;
    border-bottom: 1px solid rgb(203, 197, 197);
    line-height: 220%;
    text-align: center;
    margin-bottom: 35px;
  }
  .pop .wrap button {
    width: 85%;
    height: 50px;
    line-height: 200%;
    font-size: 19px;
    background: white;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pop .wrap button p {
    position: relative;
    z-index: 3;
    transition: 0.3s;
  }
  .pop .wrap button:hover .bb {
    position: absolute;
    top: -120%;
    left: 0;
    transform: rotate(-20deg);
  }
  .pop .wrap button:hover p {
    color: white;
  }
  .pop .wrap button .bb {
    width: 110%;
    height: 220px;
    background: #333;
    position: absolute;
    top: -120%;
    left: -120%;
    transform: rotate(-20deg);
    transition: 0.3s;
    border: none;
    font-size: 0;
  }
  .pop .wrap .join {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    background: white;
    text-align: center;
    transform: translateY(86px);
    border-top: 2px solid rgb(203, 197, 197);
    cursor: pointer;
  }
  .pop .pop2 {
    display: flex;
    width: 280px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .pop .pop2 label {
    color: white;
    cursor: pointer;
    font-size: 12px;
  }
  .pop .pop2 label input {
    background: transparent;
    transform: translateY(1px);
    margin-right: 7px;
    border-radius: 50%;
  }
  .pop .pop2 .idp {
    flex-direction: column;
    justify-content: baseline;
    align-items: flex-end;
  }
  .pop .pop2 .idp p {
    color: white;
    text-align: right;
    margin-top: 0;
    cursor: pointer;
    font-size: 12px;
  }
  .is_off {
    display: none;
  }
  footer {
    border-top: rgb(212, 209, 209) 1px solid;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  footer div.top {
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px 15px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #545454;
  }
  footer div.top a:visited, footer div.top a:link {
    color: #545454;
  }
  footer div.top div.contact_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer div.top div.contact_info p.tit_group {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 10px;
    line-height: 150%;
    font-weight: 800;
    margin-bottom: 10px;
    color: black;
    width: 80px;
  }
  footer div.top div.contact_info p.addr {
    line-height: 130%;
    text-align: left;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    width: 400px;
  }
  footer div.top div.contact_info p.addr span {
    display: block;
    font-size: 9px;
    padding-left: 2px;
    margin-bottom: 5px;
    text-align: right;
  }
  footer div.top div.contact_info p.addr span a:link {
    text-decoration: underline;
  }
  footer div.top div.sitemap {
    display: none;
  }
  footer div.top div.certification {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer div.top div.certification p.tit_group {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 10px;
    line-height: 150%;
    font-weight: 800;
    margin-bottom: 10px;
    color: black;
    width: 80px;
  }
  footer div.top div.certification ul {
    width: 400px;
    line-height: 130%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer div.top div.certification ul li {
    display: block;
    width: 24%;
    height: 90px;
    font-size: 10px;
    padding-left: 1px;
  }
  footer div.top div.certification ul li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding: 0 5px;
  }
  footer div.top div.certification ul li a img {
    width: 50%;
  }
  footer div.top ul.sns {
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
  }
  footer div.top ul.sns li {
    width: 40px;
    height: 40px;
    margin: 10px 0 0 10px;
    background: #E0E0E0;
    border-radius: 50%;
  }
  footer div.top ul.sns li a {
    width: 100%;
    height: 100%;
    display: block;
  }
  footer div.top ul.sns li a span.hidden {
    visibility: hidden;
  }
  footer div.top ul.sns li a.sns01 {
    background: url(../img/ico_sns.png);
    background-size: 39px;
    width: 39px;
  }
  footer div.top ul.sns li a.sns02 {
    background: url(../img/ico_sns.png);
    background-size: 39px;
    width: 39px;
    background-position: 0 -78px;
  }
  footer div.bottom {
    width: 100%;
    background: #004438;
  }
  footer div.bottom div.inner {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    font-size: 10px;
    font-family: "Noto Sans KR", sans-serif;
    display: flex;
    justify-content: space-between;
  }
  footer div.bottom div.inner address {
    font-style: normal;
  }
  footer div.bottom div.inner div.terms {
    color: #fff;
    font-size: 10px;
    font-family: "Noto Sans KR", sans-serif;
    display: flex;
  }
  footer div.bottom div.inner div.terms a {
    margin-right: 20px;
    position: relative;
  }
  footer div.bottom div.inner div.terms a:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -11px;
    width: 1px;
    height: 100%;
    background: white;
  }
  footer div.bottom div.inner div.terms a:nth-child(2) {
    margin-right: 0;
  }
  footer div.bottom div.inner a:visited, footer div.bottom div.inner a:link {
    color: white;
  }
}/*# sourceMappingURL=common.css.map */