/* cafe24 surround font */
@font-face {
  font-family: "Cafe24Ssurround";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24Ssurround.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

/* gmarket sans font */
@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-style: normal;
}
@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-style: normal;
}
@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-style: normal;
}

/* ----------------------------------------------------------------
	font style
---------------------------------------------------------------- */
* {
  font-family: "Noto Sans KR", "맑은 고딕", helvetica, "Apple SD Gothic Neo",
    sans-serif;
}

.sur {
  font-family: "Cafe24Ssurround", sans-serif;
}
.gmarket {
  font-family: "GmarketSans", sans-serif;
}

/* ----------------------------------------------------------------
	common style
---------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (min-width: 1025px) {
  html {
    font-size: 78%;
  }
}

:root {
  --main-color: #662eff;
  --sub-color: #e7e7e7;
  --red-color: #ff0000;
  --purple-color: #5834b6;
  --main-font-color: #0c0c0c;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  background: #f5f5f5;
  font-size: 1.6rem;
  line-height: 1.42857143em;
  color: #2c2c2c;
  letter-spacing: -0.08rem;
  overflow-x: hidden;
}

#wrap {
  max-width: 960px;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  background: #fff;
  overflow: hidden;
}
#wrap.space {
  padding-bottom: 6.6rem;
}

/* 의뢰 받아 수정된 부분 입니다. (시작) */

/* #container {
    padding-top: 6rem;
} */

/* 의뢰 받아 수정된 부분 입니다. (끝) */

#skip-navigation,
.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  text-indent: -9999px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* icon */
.ico {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common/icon.png") no-repeat;
  background-size: 25rem;
}

.ico-search {
  width: 1.7rem;
  height: 1.7rem;
}

.ico-menu {
  width: 2.3rem;
  height: 1.6rem;
  background-position: -5rem 0;
}

.ico-estimate {
  width: 1.8rem;
  height: 1.8rem;
  background-position: 0 -5rem;
}

.ico-center {
  width: 2.1rem;
  height: 1.8rem;
  background-position: -5rem -5rem;
}

.ico-apply {
  width: 1.9rem;
  height: 1.6rem;
  background-position: -10rem -5rem;
}

.ico-ai {
  width: 1.8rem;
  height: 2.2rem;
  background-position: -15rem -5rem;
}

.ico-guide {
  width: 1.9rem;
  height: 1.4rem;
  background-position: -20rem -5rem;
}

.ico-phone {
  width: 1.8rem;
  height: 1.8rem;
  background-position: -10rem 0;
}

.ico-phone-white {
  width: 1.75rem;
  background-position: -10rem -10rem;
}

.ico-kakao-right {
  width: 1.7rem;
  height: 1.6rem;
  background-position: -15rem 0;
}

.ico-kakao-left {
  width: 1.6rem;
  height: 1.5rem;
  background-position: -20rem 0;
}

.ico-kakao-white {
  width: 2.25rem;
  background-position: -5rem -10rem;
}

.ico-esti-white {
  width: 1.9rem;
  background-position: -15rem -10rem;
}

.ico-float {
  width: 1.5rem;
  background-position: 0 -10rem;
}

.active .ico-float {
  background-position: -20rem -10rem;
}

/* ----------------------------------------------------------------
    search box
---------------------------------------------------------------- */
.search-box {
  display: none;
  position: absolute;
  top: 6rem;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
  box-shadow: 0 0 2.2rem rgba(0, 0, 0, 0.18);
}

.search-box a {
  display: block;
  padding: 2rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #383841;
  text-align: center;
}

.search-box a + a {
  border-top: 1px solid #e1e1e1;
}

.search-box .ico {
  margin: -0.2rem 0.5rem 0 0;
}

/* ----------------------------------------------------------------
    nav
---------------------------------------------------------------- */
.gnb-cont {
  position: fixed;
  right: -100%;
  top: 0;
  width: 28.65rem;
  height: 100%;
  padding: 6.25rem 3.2rem 1.9rem;
  font-size: 1.4rem;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  -ms-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all, 0.4s;
}

.gnb-cont.active {
  right: 0;
}

.gnb .transparency {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9990;
}

.gnb-close,
.btn-close {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  padding: 0.2rem 0.7rem;
  font-size: 1.9rem;
  line-height: 3.2rem;
}

.gnb-btn {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.gnb-btn a {
  display: table-cell;
  vertical-align: middle;
  padding: 1rem 0.4rem;
  border: 0.1rem solid #662eff;
  font-weight: 500;
  color: #662eff;
  line-height: 1.4rem;
  text-align: center;
}

.gnb-btn a:first-child {
  background: #662eff;
  color: #fff;
  border-radius: 50px 0 0 50px;
}

.gnb-btn a:last-child {
  border-radius: 0 50px 50px 0;
}

.gnb .menu-list {
  margin: 3.2rem 0;
}

.gnb .menu-list a {
  display: block;
  position: relative;
  padding: 1.7rem 0.7rem;
  border-bottom: 1px solid #e5e5e5;
}

.gnb .menu-list i {
  position: absolute;
  right: 0.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ----------------------------------------------------------------
    footer
---------------------------------------------------------------- */
footer {
  padding: 2.25rem 0;
  border-top: 1px solid #d5d5d5;
}

footer p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2rem;
  text-align: center;
}

footer p span + span {
  display: inline-block;
  margin-left: 0.7rem;
}

.floating {
  position: fixed;
  bottom: 2rem;
  right: 3rem;
  z-index: 100;
  width: 4.5rem;
}

.f-menu {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0.7rem;
  padding: 0.85rem 0;
  background: #662eff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0.3rem 1.1rem rgba(0, 0, 0, 0.28);
  overflow: visible;
}

.f-menu p {
  position: absolute;
  left: -5.5rem;
  color: #662eff;
  font-size: 1.2rem;
}

.f-menu .ico {
  height: 2.1rem;
}

.f-list {
  position: absolute;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}

.f-list .f-menu {
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}

.f-menu.all.active {
  background: #efefef;
}

.f-menu.all.active + .f-list {
  bottom: 5.2rem;
  z-index: 0;
  opacity: 1;
}

.f-menu.all.active + .f-list .f-menu {
  position: relative;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
