﻿@charset "UTF-8";

/* 폰트적용 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");

@font-face {
  font-family: "GmarketSansLight";
  src: url("../fonts/GmarketSansLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GmarketSansMedium";
  src: url("../fonts/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GmarketSansBold";
  src: url("../fonts/GmarketSansBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  min-width: 1280px;
  height: 100%;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: #404040;
}
body,div,h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,p,form,fieldset,table,tr,th,td {
  margin: 0;
  padding: 0;
}
ul,ol,li {
  list-style: none;
}
img,fieldset {
  border: none;
  vertical-align: top;
}
legend,caption {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: -1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table img {
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: top;
  border-radius: 0;
}
textarea,button,select,label {
  vertical-align: middle;
}
button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  overflow: visible;
  white-space: nowrap;
  font-size: 16px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", sans-serif;
}
select {
  cursor: pointer;
}
a {
  text-decoration: none;
  color: #404040;
}
input[type="text"],
input[type="email"],
input[type="password"],
select {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.6px;
  color: #000;
}

.blind {
  font-size: 0;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.blink{
  -webkit-animation:blink 2s ease-in-out infinite alternate;
  -moz-animation:blink 2s ease-in-out infinite alternate;
  animation:blink 2s ease-in-out infinite alternate;
}

br{
  font-family: dotum;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

@-webkit-keyframes blink{
  50% {opacity:0.5;}
  100% {opacity:1;}
}
@-moz-keyframes blink{
  50% {opacity:0.5;}
  100% {opacity:1;}
}
@keyframes blink{
  50% {opacity:0.5;}
  100% {opacity:1;}
}
/* 공통 영역 */

#wrapper {
  position: relative;
}

.inner {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.font_gl {
  font-family: GmarketSansLight, "GmarketSansLight", sans-serif;
}

.font_gm {
  font-family: GmarketSansMedium, "GmarketSansMedium", sans-serif;
}

.font_gb {
  font-family: GmarketSansBold, "GmarketSansBold", sans-serif;
}

.mt10{
  margin-top: 10px;
}

/* 헤더영역 */

.top_banner {
  height: 90px;
  background-color: #071326;
  font-size: 30px;
  color: #f5ff54;
  text-align: center;
  line-height: 90px;
}
.header_top {
  border-bottom: 2px solid #e4e4e4;
}
.header_top .inner {
  height: 80px;
}
.header_top .logo {
  float: left;
  margin-top: 28px;
}
.header_top .logo span{
  position: absolute; top: 22px; left: 25%;
}
.header_top .logo span:before{
  content: '';
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -14px;
  width: 1px;
  height: 28px;
  background: #e4e4e4;

}
.header_top .util_menu {
  float: right;
  margin-top: 16px;
}
.header_top .util_menu .btn {
  display: inline-block;
  position: relative;
  min-width: 120px;
  margin-right: 10px;
  padding: 9px 0;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  vertical-align: middle;
  font-size: 18px;
}
.header_top .util_menu .btn:last-child {
  margin-right: 0;
}
.header_top .util_menu .btn:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  vertical-align: middle;
}
.header_top .util_menu .btn_apply {
  background-color: #fff;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
}
.header_top .util_menu .btn_apply:before {
  background-image: url(../images/home/remote_fill.png);
}
.header_top .util_menu .btn_join,
.btn_login {
  background-color: #d1beff;
  color: #fff;
}
.header_top .util_menu .btn_join:before {
  background-image: url(../images/home/join.png);
}
.header_top .util_menu .btn_login:before {
  background-image: url(../images/home/login.png);
}
.header_bot {
  position: relative;
  width: 100%;
  height: 75px;
}
.header_bot::after {
  content: "";
  display: block;
  clear: both;
}
.header_bot .gnb:after {
  content: "";
  display: block;
  clear: both;
}
.header_bot .gnb {
  position: absolute;
  width: 100%;
  height: 75px;
  z-index: 30;
}
.header_bot .gnb.active {
  height: 380px;
  border-bottom: 2px solid #8276f4;
  background-color: #fff;
}
.header_bot .gnb .gnb_wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 75px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.header_bot .gnb .gnb_wrap .gnb_dep1 {
  display: table;
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
.header_bot .gnb .gnb_wrap .gnb_dep1:after {
  content: "";
  display: block;
  clear: both;
}
.header_bot .gnb .gnb_wrap .gnb_dep1 > li {
  display: table-cell;
  position: relative;
  float: left;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.header_bot .gnb .gnb_wrap .gnb_dep1 > li > a {
  display: inline-block;
  padding: 27px 36px;
  color: #000;
}
.header_bot .gnb .gnb_wrap .gnb_dep1 > li > ul {
  height: 293px;
  display: none;
  padding-top: 10px;
  border-left: 1px solid #e5e5e5;
}
.header_bot .gnb.active .gnb_wrap .gnb_dep1 > li > ul {
  display: block;
}
.header_bot .gnb .gnb_wrap .gnb_dep1 > li:last-child > ul {
  border-right: 1px solid #e5e5e5;
}
.header_bot .gnb .gnb_wrap .gnb_dep1 > li > ul > li {
  margin-bottom: 5px;
  text-align: center;
}
.header_bot .gnb .gnb_wrap .gnb_dep1 > li > ul > li a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
}
.header_bot .gnb .gnb_wrap .gnb_dep1 > li > ul > li a:hover {
  color: #8276f4;
}



/* 푸터 */
#footer .footer_top {
  height: 45px;
  background-color: #767676;
}
#footer .footer_top a {
  display: inline-block;
  color: #2d2d2d;
  margin-top: 15px;
  margin-right: 20px;
}
#footer .footer_top a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #2d2d2d;
  margin-right: 15px;
}
#footer .footer_top a:first-child:before {
  display: none;
}
#footer .footer_bot {
  height: 200px;
  background-color: #222;
}
#footer .footer_bot h5 {
  margin-top: 40px;
}
#footer .footer_bot div p {
  color: #838383;
  line-height: 1.5;
}
#footer .footer_bot div p:first-child {
  margin-top: 15px;
}

/* 사이드 퀵메뉴 */
#side_quick{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
}
#side_quick .list_wrap ul{
  background-color: #f3f2f7;
  width: 140px;
  height: 556px;
  border: 1px solid #c5c5c5;
  box-sizing: border-box;
}
#side_quick .list_wrap ul li{
  width: 100%;
  height: 50px;
  color: #474747;
  font-size: 14px;
  line-height: 50px;
  display: inline-block;
  padding-left: 10px;
  box-sizing: border-box;
  text-align: center;
}
#side_quick .list_wrap ul li a img{
  width: 21%;
  display: inline-block;
  margin-top: 10px;
}
#side_quick .list_wrap ul li p{
  width: 71%;
  display: inline-block;
}
#side_quick .side_quick_bot{
  background-color: #c5c5c5;
  height: 295px;
}
#side_quick .btn_side_quick{
  display: block;
  position: absolute;
  top: 20px;
  left: -37px;
  width: 37px;
  height: 51px;
  background: url(../images/home/btn_side_quick.png) no-repeat 0 0;
}
#side_quick .btn_side_quick.on{
  background-position: 0 -51px;
}
/* 로그인 */
#login_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}
#login_popup .login_wrap {
  width: 780px;
  height: 416px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -208px 0 0 -390px;
  box-sizing: border-box;
  padding: 28px 40px;
}
#login_popup .login_wrap .title {
  padding-bottom: 18px;
  border-bottom: 2px solid #c5c5c5;
}
#login_popup .login_wrap .title p {
  font-size: 30px;
  color: #1a1a1a;
}
#login_popup .login_wrap .title .btn_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
}
#login_popup .login_wrap .title .btn_close:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: url(../images/home/btn_close.svg) no-repeat;
  background-size: 50px;
}
#login_popup .login_wrap .login_box {
  font-size: 0;
  padding: 35px 0;
  width: 100%;
  display: table;
  table-layout: fixed;
}
#login_popup .login_wrap .login_box > * {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 5px;
}
#login_popup .login_box .common_login {
  width: 55.5%;
  position: relative;
  border-right: 1px dotted #c5c5c5;
}
#login_popup .login_box .common_login .box {
  width: 320px;
  margin: 0 auto;
}
#login_popup .login_box p {
  font-size: 20px;
  margin-bottom: 24px;
}
#login_popup .login_box .common_login .login_cont {
  width: 100%;
  display: table;
  table-layout: fixed;
  height: 100%;
}
#login_popup .login_box .common_login .login_cont > * {
  display: table-cell;
  vertical-align: middle;
}
#login_popup .login_box .common_login .login_cont .input_wrap {
  width: 210px;
}
#login_popup .login_box .common_login .login_cont .input_wrap input[type="text"] {
  margin-bottom: 10px;
}
#login_popup .login_box .common_login .login_cont .input_wrap input[type="text"],
#login_popup .login_box .common_login .login_cont .input_wrap input[type="password"] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  text-indent: 10px;
}
#login_popup .login_wrap .login_box .common_login .login_cont .id_save {
  position: absolute;
  bottom: -10px;
  left: 35px;
}
#login_popup .login_wrap .login_box .common_login .login_cont .id_save label input[type="checkbox"] {
  top: 0;
  left: 0;
  font-size: 0;
  overflow: hidden;
  margin-right: 10px;
}
#login_popup .login_wrap .login_box .common_login .login_cont .id_save span {
  font-size: 15px;
}
#login_popup .login_wrap .login_box .common_login .login_cont .btn_common_login {
  width: 100px;
  height: 100px;
  background-color: #8276f4;
  display: block;
  margin-left: 10px;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
}
#login_popup .login_wrap .find_wrap {
  padding-top: 20px;
  position: relative;
}
#login_popup .login_wrap .find_wrap a {
  position: absolute;
  right: 0;
  text-decoration: underline;
  font-size: 15px;
}
#login_popup .login_wrap .login_box:after {
  content: "";
  display: block;
  clear: both;
}
#login_popup .login_wrap .login_box .celti_login {
  width: 45.5%;
  position: relative;
}
#login_popup .login_wrap .login_box .celti_login .box {
  width: 240px;
  margin: 0 auto;
}
#login_popup .login_wrap .login_box .celti_login .cel_btn_wrap .cel_btn_login {
  width: 100%;
  height: 45px;
  background-color: #af8eff;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 14px 50px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
}
#login_popup .login_wrap .login_box .celti_login .cel_btn_wrap .cel_btn_login a {
  color: #fff;
}
#login_popup .login_wrap .login_box .celti_login .cel_btn_wrap .cel_btn_option a {
  display: inline-block;
  width: 47%;
  height: 45px;
  background-color: #c5c5c5;
  font-size: 15px;
  padding: 14px 9px;
  text-align: center;
  background-color: #c5c5c5;
  overflow: hidden;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 5px;
}
#login_popup .login_wrap .login_box .celti_login .cel_btn_wrap .cel_btn_option a:first-child {
  margin-right: 14px;
}
#login_popup .login_wrap .login_box .celti_login .cel_btn_wrap .cel_btn_option a span {
  margin-bottom: 2px;
}
#login_popup .login_wrap .join_box {
  width: 30%;
  height: 45px;
  margin: 0 auto;
  background-color: #f3f2f7;
  text-align: center;
  padding: 12px 20px;
  box-sizing: border-box;
  margin-top: 15px;
  border-radius: 10px;
  font-size: 18px;
}

/* 화면 767px 이하로 작아질시 사이드 퀵메뉴 안보이게 처리 */
@media (max-width:767px){
  #side_quick{display: none;}
}
