@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
#wrap {
  overflow: hidden;
}

html {
  overflow-x: hidden;
}

body,
* {
  font-family: "Pretendard-Regular";
  color: #232323;
  box-sizing: border-box;
}

.no-scroll {
  overflow: hidden;
}

#container {
  padding-top: 200px;
}

.inner {
  width: calc(100% - 20px);
  max-width: 1280px;
  margin: 0 auto;
}

.sec-tit {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .sec-tit {
    margin-bottom: 20px;
  }
}
.sec-tit h2 {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-tit h2 {
    font-size: 1.5rem;
  }
}
.sec-tit p {
  margin-top: 10px;
  font-size: 0.875rem;
  color: #AAAAAA;
  text-align: center;
}

.more {
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 20px);
  max-width: 250px;
  height: 60px;
  color: #888;
  font-size: 1.25rem;
  border: 1px solid #888;
}
@media (max-width: 768px) {
  .more {
    font-size: 1rem;
    max-width: 200px;
    height: 50px;
  }
}

#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  background: #fff;
}
@media (max-width: 768px) {
  #header {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  }
}
#header .header-popup {
  background: #00afdd;
}
#header .header-popup div.wrap {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  padding: 10px 0;
  font-weight: 200;
  position: relative;
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
}
#header .header-popup div.wrap a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #header .header-popup div.wrap a {
    right: 5px;
  }
}
#header .header-popup div.wrap a i {
  color: #fff;
}
@media (max-width: 768px) {
  #header .header-popup div.wrap a i {
    display: none;
  }
}
#header .header-popup div.wrap a img {
  margin-left: 10px;
}
#header .header-top {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
#header .header-top ul {
  width: calc(100% - 20px);
  max-width: 1720px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .header-top ul li {
  margin-left: 10px;
}
#header .header-top ul li a {
  font-size: 0.875rem;
}
#header .headerwrap {
  width: calc(100% - 20px);
  max-width: 1720px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .headerwrap h1.logo {
  height: 100%;
  padding: 20px 0;
}
#header .headerwrap h1.logo a {
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  #header .headerwrap h1.logo a {
    max-width: 140px;
  }
}
#header .headerwrap h1.logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  #header .headerwrap nav {
    display: none;
  }
}
#header .headerwrap nav ul.gnb {
  display: flex;
  align-items: center;
}
#header .headerwrap nav ul.gnb > li {
  position: relative;
  height: 100%;
}
#header .headerwrap nav ul.gnb > li > a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  transition: color 0.5s, background 0.5s;
  padding: 0 30px;
  font-size: 1.25rem;
}
@media (max-width: 1370px) {
  #header .headerwrap nav ul.gnb > li > a {
    font-size: 1rem;
  }
}
@media (max-width: 1300px) {
  #header .headerwrap nav ul.gnb > li > a {
    font-size: 0.875rem;
    padding: 0 20px;
  }
}
#header .headerwrap nav ul.gnb > li > a:hover {
  color: #00afdd;
}
#header .headerwrap nav ul.gnb > li ul.depth2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 150%;
  background: #fff;
  display: none;
}
#header .headerwrap nav ul.gnb > li ul.depth2 li {
  width: 100%;
}
#header .headerwrap nav ul.gnb > li ul.depth2 li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  transition: 0.5s;
  color: #000;
}
#header .headerwrap nav ul.gnb > li ul.depth2 li a:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#header .headerwrap .m_wrapper_btn {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  display: none;
}
@media (max-width: 1200px) {
  #header .headerwrap .m_wrapper_btn {
    display: flex;
  }
}
#header .headerwrap .m_wrapper_btn .m_menu_ico {
  position: relative;
  width: 30px;
  height: 20px;
  margin: auto;
  display: flex;
  align-items: center;
  transform: rotate(0);
  transition: 0.3s;
}
#header .headerwrap .m_wrapper_btn .m_menu_ico span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #00afdd;
  border-radius: 30px;
  transition: 0.3s;
}
#header .headerwrap .m_wrapper_btn .m_menu_ico span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(0);
}
#header .headerwrap .m_wrapper_btn .m_menu_ico span:nth-child(2) {
  width: 100%;
  transform: scaleX(1);
  opacity: 1;
}
#header .headerwrap .m_wrapper_btn .m_menu_ico span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  transform: rotate(0);
}
#header .headerwrap .m_wrapper_btn .m_menu_ico.active {
  transform: rotate(45deg);
}
#header .headerwrap .m_wrapper_btn .m_menu_ico.active span:nth-child(1) {
  width: 100%;
  transform: translateY(4px);
}
#header .headerwrap .m_wrapper_btn .m_menu_ico.active span:nth-child(2) {
  transform: scaleX(0);
  opacity: 0;
}
#header .headerwrap .m_wrapper_btn .m_menu_ico.active span:nth-child(3) {
  width: 100%;
  transform: rotate(90deg);
  bottom: 13px;
}
#header .headerwrap .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .headerwrap .wrap label {
  position: relative;
  margin-right: 20px;
}
@media (max-width: 768px) {
  #header .headerwrap .wrap label {
    margin-right: 5px;
  }
}
#header .headerwrap .wrap label::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/img/ico-search.png") no-repeat center center/contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
}
@media (max-width: 768px) {
  #header .headerwrap .wrap label::after {
    width: 15px;
    height: 15px;
  }
}
#header .headerwrap .wrap label input {
  height: 40px;
  border-radius: 30px;
  border: none;
  border: 1px solid #ddd;
  padding-left: 15px;
  outline: none;
}
@media (max-width: 768px) {
  #header .headerwrap .wrap label input {
    width: 140px;
  }
}
#header .headerwrap .wrap .pc-menu {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  display: flex;
}
@media (max-width: 1200px) {
  #header .headerwrap .wrap .pc-menu {
    display: none;
  }
}
#header .headerwrap .wrap .pc-menu .m_menu_ico {
  position: relative;
  width: 30px;
  height: 20px;
  margin: auto;
  display: flex;
  align-items: center;
  transform: rotate(0);
  transition: 0.3s;
}
#header .headerwrap .wrap .pc-menu .m_menu_ico span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #00afdd;
  border-radius: 30px;
  transition: 0.3s;
}
#header .headerwrap .wrap .pc-menu .m_menu_ico span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(0);
}
#header .headerwrap .wrap .pc-menu .m_menu_ico span:nth-child(2) {
  width: 100%;
  transform: scaleX(1);
  opacity: 1;
}
#header .headerwrap .wrap .pc-menu .m_menu_ico span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  transform: rotate(0);
}
#header .headerwrap .wrap .pc-menu .m_menu_ico.active {
  transform: rotate(45deg);
}
#header .headerwrap .wrap .pc-menu .m_menu_ico.active span:nth-child(1) {
  width: 100%;
  transform: translateY(4px);
}
#header .headerwrap .wrap .pc-menu .m_menu_ico.active span:nth-child(2) {
  transform: scaleX(0);
  opacity: 0;
}
#header .headerwrap .wrap .pc-menu .m_menu_ico.active span:nth-child(3) {
  width: 100%;
  transform: rotate(90deg);
  bottom: 13px;
}

.mgnb_wrap {
  position: fixed;
  left: 0;
  top: 170px;
  width: 100vw;
  height: calc(100vh - 170px);
  background: rgba(35, 35, 35, 0.5);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 987;
}
.mgnb_wrap.on {
  pointer-events: auto;
  opacity: 1;
}
.mgnb_wrap nav {
  width: 100%;
  height: 100%;
  position: relative;
}
.mgnb_wrap nav ul.mgnb {
  width: 80%;
  height: 100%;
  background: #eee;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.5s;
}
.mgnb_wrap nav ul.mgnb.on {
  right: 0;
}
.mgnb_wrap nav ul.mgnb > li {
  width: 100%;
}
.mgnb_wrap nav ul.mgnb > li > a {
  padding: 20px 0;
  padding-left: 20px;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.mgnb_wrap nav ul.mgnb > li .depth2 {
  display: none;
  width: 100%;
}
.mgnb_wrap nav ul.mgnb > li .depth2 li {
  width: 100%;
  border-bottom: 1px solid #232323;
}
.mgnb_wrap nav ul.mgnb > li .depth2 li a {
  padding-left: 30px;
  display: flex;
  margin: 10px 0;
}

#notice {
  padding: 80px 0;
  background: #F7F7F7;
}
#notice .inner .wrap {
  display: flex;
  height: 370px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #notice .inner .wrap {
    flex-direction: column;
    height: auto;
  }
}
#notice .inner .wrap .left {
  width: calc(100% - 20px - 60%);
  height: 100%;
}
@media (max-width: 768px) {
  #notice .inner .wrap .left {
    width: 100%;
  }
}
#notice .inner .wrap .left article {
  display: flex;
  height: calc((100% - 20px) / 2);
  margin-bottom: 20px;
  padding: 35px 40px;
}
#notice .inner .wrap .left article figure {
  margin-right: 25px;
}
#notice .inner .wrap .left article div.banner-txt h4 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
#notice .inner .wrap .left article div.banner-txt p {
  color: #fff;
  font-size: 0.875rem;
  margin-top: 12px;
}
#notice .inner .wrap .left article div.banner-txt a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  border-radius: 20px;
  border: 1px solid #fff;
  height: 30px;
  max-width: 120px;
  margin-top: 20px;
}
#notice .inner .wrap .left article.deli {
  background: #00afdd;
}
#notice .inner .wrap .left article.qna {
  margin: 0;
  background: #1F2227;
}
#notice .inner .wrap .right {
  height: 100%;
  width: 60%;
  background: #fff;
  padding: 40px;
}
@media (max-width: 768px) {
  #notice .inner .wrap .right {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
  }
}
#notice .inner .wrap .right h3 {
  font-size: 1.5rem;
  margin-bottom: 51px;
}
#notice .inner .wrap .right ul li {
  padding: 20px 0;
  padding-left: 30px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
#notice .inner .wrap .right ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1F2227;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#notice .inner .wrap .right ul li a {
  display: flex;
  justify-content: space-between;
}
#notice .inner .wrap .right ul li a em {
  color: #555555;
}
#notice .inner .wrap .right ul li a i {
  color: #AAAAAA;
  font-size: 0.875rem;
}

#footer {
  padding: 40px 0 60px;
  background: #171717;
}
#footer .inner ul.footer-link {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #footer .inner ul.footer-link {
    justify-content: center;
  }
}
#footer .inner ul.footer-link li {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  #footer .inner ul.footer-link li {
    border: none;
    font-size: 0.875rem;
    padding: 0;
    margin: 0 10px;
  }
}
#footer .inner ul.footer-link li:last-child {
  border: none;
}
#footer .inner ul.footer-link li a {
  color: #fff;
}
#footer .inner div.footer-info {
  font-size: 0.875rem;
  opacity: 0.5;
}
#footer .inner div.footer-info .top {
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
}
#footer .inner div.footer-info .top ul li {
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #footer .inner div.footer-info .top ul li {
    text-align: center;
  }
}
#footer .inner div.footer-info .top ul li:last-child {
  display: flex;
}
@media (max-width: 768px) {
  #footer .inner div.footer-info .top ul li:last-child {
    flex-direction: column;
  }
}
#footer .inner div.footer-info .top ul li:last-child p {
  color: #fff;
  border-right: 1px solid #fff;
  padding-left: 5px;
  padding-right: 10px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  #footer .inner div.footer-info .top ul li:last-child p {
    margin-bottom: 10px;
    border: none;
  }
}
#footer .inner div.footer-info .top ul li:last-child p:last-child {
  border: none;
}
#footer .inner div.footer-info .bot {
  padding-top: 40px;
}
#footer .inner div.footer-info .bot p.copy {
  color: #fff;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  #footer .inner div.footer-info .bot p.copy {
    text-align: center;
  }
}/*# sourceMappingURL=common.css.map */