@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;
}
.theme {
  color: #d0a65c;
}
.theme-bg {
  background: #d0a65c;
}

.theme2 {
  color: #a0ca93;
}
.theme2-bg {
  background: #a0ca93;
}

.theme3 {
  color: #5f6496;
}
.theme3-bg {
  background: #5f6496;
}

.theme4 {
  color: #f56771;
}
.theme4-bg {
  background: #f56771;
}

.fade {
  color: #666;
}
.fade-bg {
  background: #666;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

.df {
  display: flex;
}

@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GMarketSans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "GMarketSans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "GMarketSans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
.gmarket {
  font-family: "GMarketSans", sans-serif;
}

.scd {
  font-family: "Escoredream", sans-serif;
}

#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: 107px;
}

.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;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
@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: 5px 0;
  border-bottom: 1px solid #ddd;
  background: #002368;
}
#header .header-top ul {
  width: 95%;
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .header-top ul li a {
  font-size: 14px;
  color: white;
  font-weight: 300;
}
#header .header-top ul li a b {
  color: white;
  font-weight: 600;
}
#header .header-top ul .div-col {
  width: 1px;
  height: 12px;
  background: white;
  margin: 0 12px;
}
#header .headerwrap {
  width: 95%;
  max-width: 1680px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1280px) {
  #header .headerwrap {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  #header .headerwrap {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  #header .headerwrap {
    height: auto;
    padding: 16px 0;
    flex-direction: column;
  }
}
#header .headerwrap h1.logo {
  height: 60%;
}
@media (max-width: 1280px) {
  #header .headerwrap h1.logo {
    height: 50%;
  }
}
@media (max-width: 480px) {
  #header .headerwrap h1.logo {
    height: 48px;
  }
}
#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;
}
#header .headerwrap nav {
  height: 100%;
}
@media (max-width: 1200px) {
  #header .headerwrap nav {
    display: none;
  }
}
#header .headerwrap nav ul.gnb {
  height: 100%;
  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: 100%;
  transition: color 0.5s, background 0.5s;
  padding: 0 30px;
  font-size: 1.25rem;
  font-weight: 600;
}
@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: #003fbd;
}
#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;
}
#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;
}
@media (max-width: 480px) {
  #header .headerwrap .wrap {
    width: 100%;
    height: auto;
  }
}
#header .headerwrap .wrap > form {
  position: relative;
  flex: 0 0 auto;
  width: 320px;
  height: 44px;
  margin-right: 20px;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  background: #f0f0f0;
  border-radius: 10000rem;
}
@media (max-width: 1280px) {
  #header .headerwrap .wrap > form {
    width: 300px;
    height: 40px;
    margin-right: 16px;
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  #header .headerwrap .wrap > form {
    width: 280px;
    margin-right: 12px;
    padding: 0 12px;
  }
}
@media (max-width: 480px) {
  #header .headerwrap .wrap > form {
    width: auto;
    flex: 1 1 auto;
  }
}
#header .headerwrap .wrap > form label {
  position: relative;
  flex: 1 1 auto;
}
#header .headerwrap .wrap > form label input {
  width: 100%;
  height: auto;
  background: transparent;
  border: none;
  outline: none;
}
@media (max-width: 1280px) {
  #header .headerwrap .wrap > form label input {
    font-size: 15px;
  }
}
#header .headerwrap .wrap > form label input::-moz-placeholder {
  color: #707070;
}
#header .headerwrap .wrap > form label input::placeholder {
  color: #707070;
}
#header .headerwrap .wrap > form button[type=submit] {
  width: 36px;
  height: 36px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: none;
  outline: none;
  border: none;
}
#header .headerwrap .wrap > form button[type=submit] i {
  font-size: 28px;
  line-height: 1;
  color: black;
}
#header .headerwrap .wrap .pc-menu {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  display: flex;
}
@media (max-width: 1280px) {
  #header .headerwrap .wrap .pc-menu {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  #header .headerwrap .wrap .pc-menu {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 480px) {
  #header .headerwrap .wrap .pc-menu {
    width: 40px;
    height: 40px;
  }
}
#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: black;
  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;
}
@media (max-width: 1280px) {
  #notice {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  #notice {
    padding: 40px 0;
  }
}
#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;
}
@media (max-width: 1280px) {
  #notice .inner .wrap .left article {
    padding: 24px 28px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  #notice .inner .wrap .left article {
    padding: 16px 20px;
    margin-bottom: 12px;
  }
}
#notice .inner .wrap .left article figure {
  margin-right: 25px;
}
@media (max-width: 1280px) {
  #notice .inner .wrap .left article figure {
    margin-right: 20px;
  }
}
#notice .inner .wrap .left article div.banner-txt h4 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 1280px) {
  #notice .inner .wrap .left article div.banner-txt h4 {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  #notice .inner .wrap .left article div.banner-txt h4 {
    font-size: 1.15rem;
  }
}
#notice .inner .wrap .left article div.banner-txt p {
  color: #fff;
  font-size: 0.875rem;
  margin-top: 12px;
}
@media (max-width: 768px) {
  #notice .inner .wrap .left article div.banner-txt p {
    font-size: 0.8rem;
    margin-top: 8px;
  }
}
#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;
}
@media (max-width: 768px) {
  #notice .inner .wrap .left article div.banner-txt a {
    font-size: 0.8rem;
    max-width: 100px;
    margin-top: 12px;
  }
}
#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;
}

.m-menu-bg {
  position: fixed;
  z-index: 400;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.m-menu-bg.active {
  visibility: visible;
  opacity: 1;
}

.m-menu {
  position: fixed;
  z-index: 401;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 400px;
  background: white;
  transform: translateX(100%);
  transition: all 0.2s ease-in-out;
}
.m-menu.active {
  transform: translateX(0);
}
.m-menu .layer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  transition: all 0.2s ease-in-out;
}
.m-menu .layer.layer02 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 2;
}
.m-menu .layer.layer02.on {
  transform: translateX(0);
}
.m-menu .layer .layer-head {
  flex: 0 0 auto;
  width: 100%;
  height: 50px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.m-menu .layer .layer-head > a {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.m-menu .layer .layer-head > a i {
  font-size: 32px;
  line-height: 1;
  color: #3D3D3D;
}
.m-menu .layer .layer-head > div {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.m-menu .layer .layer-head > div i {
  font-size: 32px;
  line-height: 1;
  color: #3D3D3D;
}
.m-menu .layer .layer-body {
  flex: 1 1 auto;
  width: 100%;
  padding: 24px 0;
  overflow: auto;
}
.m-menu .layer .layer-body .layer-menu {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.m-menu .layer .layer-body .layer-menu li {
  width: 100%;
  height: auto;
}
.m-menu .layer .layer-body .layer-menu li > a {
  width: 100%;
  height: 52px;
  padding: 0 4%;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #3D3D3D;
  word-break: keep-all;
}
.m-menu .layer .layer-body .layer-menu li p {
  width: 100%;
  height: 52px;
  padding: 0 4%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.m-menu .layer .layer-body .layer-menu li p span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #3D3D3D;
  word-break: keep-all;
}
.m-menu .layer .layer-body .layer-menu li p i {
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 1;
  color: #3D3D3D;
}

#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;
}
#footer .inner div.footer-info .bot p.copy span {
  color: inherit;
  font-size: inherit;
}
@media (max-width: 768px) {
  #footer .inner div.footer-info .bot p.copy {
    text-align: center;
  }
}/*# sourceMappingURL=common.css.map */