
@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* 초기화 S ------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  font-family: "GmarketSansMedium";
  background: #fff;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
  font-size: 1em;
}
input,
button {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
input[type="submit"] {
  cursor: pointer;
}
button {
  cursor: pointer;
}

textarea,
select {
  font-size: 1em;
}
select {
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
hr {
  display: none;
}
pre {
  overflow-x: scroll;
  font-size: 1.1em;
}
a {
  color: #fff;
  text-decoration: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li,
ul {
  list-style: none;
}
/* 초기화 E ------------------------------------- */

/* main S ------------------------------------- */
#wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#container_wr {
  height: 100%;
}

#container {
  display: flex;
  flex-direction: column;
}
/* main E ------------------------------------- */
/* header S ------------------------------------ */
/* 헤더 스타일 */
#hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}
#hd .hd_contain {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  padding: 30px 10px;
  font-weight: 200;
  background-color: rgba(0, 0, 0, 0.3);
}
#hd .logo {
  width: 200px;
}
#hd .logo img {
  width: 100%;
}
.gnb_wrap {
  width: 1200px;
  margin: 0 50px;
}
.gnb_wrap > ul {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 3%;
}
.gnb_wrap ul li {
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 2%;
}
.gnb_wrap ul li a {
  color: #fff;
}
.gnb_submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1200;
  width: 100%;
  vertical-align: top;
  transition: all 0.4s ease;
}
.gnb_submenu a {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  color: #000;
  padding: 16px 0;
  font-weight: 200;
  background-color: rgba(0, 0, 0, 0.3);
}
.gnb_wrap li:hover .gnb_submenu,
.gnb_wrap li:focus-within .gnb_submenu {
  display: block;
}
/* header E ------------------------------------ */

/* footer S ------------------------------------ */
#ft {
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.85);
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

#ft_wr {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

#ft_wr .ft_item {
  display: flex;
  padding: 5px 0;
}

#ft_wr .ft_item:nth-child(1) {
  justify-content: space-between;
}

#ft_wr .ft_item:nth-child(1) .ft_logo {
  width: max-content;
  padding: 15px 0;
}

#ft_wr .ft_item:nth-child(1) .ft_logo a img {
  width: 200px;
}

#ft_wr .ft_item:nth-child(1) .ft_menu {
  display: flex;
  gap: 20px;
}

#ft_wr .ft_item:nth-child(1) .ft_menu div {
  display: flex;
  border: 1px solid #dddddd;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

#ft_wr .ft_item:nth-child(1) .ft_menu div a {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
}

#ft_wr .ft_item:nth-child(2) {
  gap: 1%;
  flex-direction: row-reverse;
}

#ft_wr .ft_item:nth-child(3) {
  gap: 5%;
}
#ft_wr .ft_item:nth-child(3) div {
  display: flex;
  flex-direction: column;
  gap: 5%;
  padding: 5px 0;
}
.copyinfo-box{
  width: 100%;
}
.copyinfo-item{
  padding: 5px;
}
/* footer E ------------------------------------ */

#pop-up-1 {
  width: 700px;
  scrollbar-width: none;
}

#pop-up-1 > p {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bolder;
  padding: 0 30px;
}

#pop-up-1 div p {
  margin-bottom: 20px;
  font-size: 16px;
  padding: 0 30px;
}

#pop-up-2 {
  width: 700px;
  scrollbar-width: none;
}

#pop-up-2 > p {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bolder;
  padding: 0 30px;
}

#pop-up-2 div p {
  margin-bottom: 20px;
  font-size: 16px;
  padding: 0 30px;
  letter-spacing: -1px;
}
