@charset "utf-8";

/* top 버튼 스크롤 */
html {
  scroll-behavior: smooth;
}

/* HEADER */
header, footer {width: 100%;}
header {
  position: absolute;
  width: 100%;
  /* background: rgba(255,255,255,0.7); */
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0.7) 100px, rgba(212,232,230,1) 100px);
  /* opacity: 0.7; */
  z-index: 100;
}

.h_wrap {
  height: 100px;
  overflow: hidden;

}
.h_inner {
  width: 1300px;
  margin: 0 auto;
  justify-content: start;
  gap: 70px;
  position: relative;
}
.h_inner> h1 {
  padding-top: 10px;
}
.nav_wrap {
  width: 100%;
  height: 100px;
}
.gnb> ul {
  display: flex;
  position: relative; top: 35px;
}
.h_wrap:hover{
  background: linear-gradient(180deg, rgba(255,255,255,1) 100px, rgba(212,232,230,1) 100px);
}

.sub li:hover {
  text-decoration: underline;
}

.gnb> ul> li {
  height: 330px;
  line-height: 45px;
  margin: 0 5px;
  position: relative;
}
.gnb> ul> li> a {
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
  margin: 0 5px;
}


.sub {
  padding-top: 30px;
  position:absolute;
  top: 50px;
  width: 100%; height: 250px;
  text-align: center;
}
.sub li {
  line-height: 50px;
  font-size: 14px;
}
.random {
  /* float: right; */
  padding: 100px 60px 0 0;
  position: absolute;
  right: 0; top: 40px;
}
.random> p{
  display: inline-block;
  font-size: 15px;
  font-family: 'Cafe',sans-serif;
  color: #271919;
}
.h_inner fieldset {
  position: absolute;
  right: 150px;
  top: 25px;
}
.search {
  border-bottom: 1px solid #333;
  padding: 6px 0;
}
.search input:focus {
  /* border: none; */
  outline: none;
}
.search .fa-search {
  font-size: 25px;
  padding: 6px;
}

.lnb {
  position: absolute;
  right: 0;
  margin-top: 30px;
}
.lnb> ul {
  gap: 20px;
}
.lnb> ul> li {
  font-size: 30px;
}
.lnb> ul> li> a> span {font-size: 35px;}

/* MAIN */

/* FOOTER */
footer {
  height: 300px;
  padding-top: 30px;
  background: var(--acctent-color);
  color: #fff;
  position: relative;
}
.f_top, .f_bottom {
  width: 1300px;
  margin: 0 auto;
}
.f_top {justify-content: space-between;}
.f_top> nav> ul {gap: 25px}
.f_top> nav> ul> li> a {
  color: #fff;
}
.sns {transform: translateY(-15px);}
.sns li a{
  display: block;
  margin: 0 5px;
}
.f_top {
  border-bottom: 1px solid #fff;
}
.f_top nav ul li::before{
  content: '';
  display: inline-block;
  margin-right: 17px;
  width: 1px;height: 12px;
  background: #fff;
  transform: translateY(1px);
}
.f_top> nav li:first-child:before{display: none;}
.f_top> nav li a span{
  color: #9BE7DF;
  font-weight: bold;
}

.f_bottom {
  padding-top: 15px;
  justify-content: start;
  gap: 30px;
  position: relative;
}
.f_bottom h2 img {width: 100px;}
.f_bottom address {
  font-style: normal;
  line-height: 25px;
  font-size: 14px;
  position: relative;
}

.family_btn{
  position: absolute;
  right: 0;
}
button{
  width: 200px; height: 40px;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #3D2D29;
  text-indent: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  cursor: pointer;
  outline: none;
}
button> span{
  vertical-align: middle;
  transform: translateX(10px);
}
.family{
  position: relative;
  top: -5px;
  display: none;
  width: 190px;
  margin: 5px auto;
  border: 1px solid #fff;
  border-radius: 10px;
}
.family li{
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.family li:first-child::after{
  content: '';
  display: block;
  margin: 0 auto;
  width: 180px;height: 1px;
  background: #fff;
}   
.family li:hover{
  font-weight: bold;
}
.family li a {
  color: #fff;
}
.number {
  gap:20px;
  position: absolute;
  left: 430px;
  top: 170px;
}
.number dl {line-height: 30px;}
.number dt {font-size: 16px;}
.number dd {font-size: 18px;}
.number .tell {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
.copy {
  position: absolute;
  left: 50%; transform: translateX(-50%);
  bottom: 20px;
  font-size: 12px;
}

/* SPRITE - SNS */
.sns i.sprite{
  background-size: 427px 433px;
  background-repeat: no-repeat;
  width: 37px; height: 37px;
  display: block;
}
i.f-face{background-position: 0 -116px;}
i.f-youtube{background-position: -46px -115px;}
i.f-insta{background-position: -93px -115px;}
i.f-blog{background-position: -139px -115px;}

/* TOP BUTTON */
#top_btn{
  position: fixed;
  width: 60px; height: 60px;
  right: 30px;bottom: 50px;
  background: #3D2D29;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  z-index: 100;
}




