/******전체 공통 설정********/

@font-face {
  font-family: 'Cafe24AnemoneAir';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2202@1.0/Cafe24Ohsquareair.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Impact Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Impact Regular'), url('impact.woff') format('woff');
}

@font-face {
  font-family: 'Cafe24Anemone';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/Cafe24Ohsquare.woff') format('woff');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cafe24ProSlim';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2511-1@1.0/Cafe24PROSlim-Light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Cafe24ProSlim';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2511-1@1.0/Cafe24PROSlim-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Cafe24ProSlim';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2511-1@1.0/Cafe24PROSlim-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}



* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a:any-link {
  text-decoration: none;
  /* 글자의 장식(밑줄) 제거 */
  color: #000;
}

img {
  vertical-align: top;
  /* img 태그의 기본 행간 제거 */
}

address {
  font-style: normal;
  /*font-family: ;*/
}


/*** 전체 설정 ***/

#wrap {
  min-width: 1280px;
  overflow-x: hidden;
}

.hidden {
  position: absolute;
  left: -9999px;
}

/**헤더영역**/
header {
  font-family: 'Cafe24Anemone';
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #fff3;
  backdrop-filter: blur(3.5px);
  border-bottom: 1px solid #96221E;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s;
}

#top {
  min-width: 1240px;
  padding: 0 20px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}

header:hover {
  height: 356px;
}

h1 {
  position: absolute;
  left: 20px;
  top: 25px;
}

/**주 메뉴**/


#lnb {
  margin: 0 auto;
}

.main_menu {
  display: flex;
  height: 100%;
  justify-content: center;

}

.main_menu a {
  display: block;
  padding: 0 35px;
  line-height: 100px;
  color: #96221E;
}

.sub_menu a {
  line-height: 70px;
  text-align: center;
}

.sub_menu a:hover {
  color: #b46565;
}

#gnb {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}


#gnb .login {
  background-color: #fff;
  border-radius: 19px;
  height: 38px;
  margin: 6px;
}

#gnb .login>a {
  color: #96221E;
  font-family: Inter, sans-serif;
  display: block;
  padding: 0 14px;
  height: 100%;
  font-size: 16px;
  line-height: 34px;
}

#gnb .signup {
  background-color: #96221E;
}

#gnb .signup a {
  color: #fff;
}


#gnb .search {
  padding: 15px 0 0 0;
}

#gnb>ul>li {
  float: left;
}

#gnb>ul>li a {
  display: block;
  font-size: 18px;
  padding: 0 10px;
}



/**콘텐츠 영역**/


/*푸터 영역*/
footer {
  width: 100%;
  border-top: 1px solid #96221E;
}

#fnb {
  width: 1240px;
  margin: 20px auto;
  padding: 0 20px;
  font-family: 'Cafe24Anemone';
}

#fnb>ul {
  display: flex;
  justify-content: center;
  padding: 0;
  font-size: 17pt;
  bottom: 100px;
}

#fnb>ul>li>a {
  display: block;
  line-height: 50px;
  color: #96221E;
  padding: 0 45px;
}

#fnb>ul>li>a:hover {
  color: #b46565;
}


#footerBottom {
  width: 1240px;
  margin: 140px auto 40px auto;
  padding: 150px 20px auto auto;
  display: grid;
  grid-template-columns: 190px auto 190px;
  gap: 20px;
  font-family: 'Cafe24ProSlim';
  font-size: 16px;
  color: #96221E;
  font-weight: 50;
  line-height: 1.5;
}

#footerBottom>h2 {
  padding-top: 25px;
  padding-left: 35px;
}

small {
  font-family: 'Jost', sans-serif;
  display: block;
  line-height: 2;
  color: #96221E;
  font-weight: 320;
}

.sns {
  padding-bottom: 45px;
  font-family: 'Impact Regular';
  font-size: 32px;
}




/* 본문 이미지 연결 (코딩 완료 후 삭제)*/


section>h2 {
  text-align: center;
  height: 455px;
  background-position: center;
  background-size: cover;
  line-height: 455px;
  color:#fff;
  font-family: 'Cafe24Anemone';
  font-size: 38px;
}