@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
html,
body {
  height: 100%;
}
.wrap {
  min-height: 100%;
  background: url("../images/bg2_new.jpg");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.header_wrap {
  position: relative;
}
.header_wrap:after {
  display: block;
  content: "";
  clear: both;
}
.header_wrap .top1_wrap {
  width: 100%;
  height: 68px;
  background: url(../images/bg_top3.jpg) center top no-repeat;
  background-size: cover;
  border-bottom: 1px solid #000000;
}
.header_wrap .top1_box {
  margin: 0px auto;
  width: 98%;
}
.header_wrap .top1_box:after {
  display: block;
  content: "";
  clear: both;
}

.logo {
  float: left;
  display: flex;
  align-items: center;
  height: 68px;
  /* margin: 13px 0 0 0; */
}

.top_notice {
  float: left;
  width: 400px;
  height: 32px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 32px;
  margin: 18px 0 0 30px;
  padding: 0 20px 0 20px;
  color: #eae7ca;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -1px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.login {
  float: right;
  margin: 17px 0 0 0;
}

.login ul li {
  float: left;
  margin: 0 0 0 3px;
  line-height: 32px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -1px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}

.input_login {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 4px 0 4px 10px;
  width: 160px;
  height: 32px;
  border-radius: 0px;
  color: #222222;
  font-size: 14px;
}

.login_btn1 {
  background: linear-gradient(#ee4fd8 0%, #6011c2 50%, #ee4fd8 100%);
  min-width: 100px;
  min-height: 34px;
  padding: 0 15px 0 15px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 0px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0pt;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px -1px;
}

.login_btn1:hover {
  background: linear-gradient(to right, #6011c2 0%, #ee4fd8 100%);
}

.login_btn2 {
  background: linear-gradient(#5c5c5c 0%, #303030 50%, #5c5c5c 100%);
  min-width: 100px;
  min-height: 34px;
  padding: 0 15px 0 15px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 0px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0pt;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px -1px;
}

.login_btn2:hover {
  background: linear-gradient(to right, #5c5c5c 0%, #303030 100%);
}

.top2_wrap {
  float: left;
  width: 100%;
  height: 59px;
  background: #2b2b2b;
}

.top2_box {
  margin: 0px auto;
  width: 98%;
}

.gnb_left {
  float: left;
}

.gnb_left ul li {
  float: left;
  line-height: 57px;
  margin: 0 15px 0 0;
}

.gnb {
  float: right;
}

.gnb ul li {
  float: left;
  margin: 0 0 0 45px;
  line-height: 59px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-family: "GmarketSansLight";
}

.gnb ul li a {
  color: #ffffff;
}

.gnb ul li a:hover {
  color: #f600ff;
}

.title1 {
  height: 50px;
  line-height: 54px;
  text-align: center;
  background: url("../images/bg_top3.jpg") center center no-repeat;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px -1px;
  padding: 0 15px 0 15px;
  margin: 10px 0 0 0;
  font-family: "GmarketSansBold";
}

.title2 {
  text-align: center;
  background: url("../images/bg1_new2.jpg") center top no-repeat;
  box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 10px -1px;
  padding: 10px 15px 5px 15px;
}
