@charset "utf-8";

@font-face {
    font-family: 'Hahmlet-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2110@1.0/Hahmlet-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'SUIT';
	font-weight: 300;
	src: url('font/SUIT-woff2/SUIT-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 400;
	src: url('font/SUIT-woff2/SUIT-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 500;
	src: url('font/SUIT-woff2/SUIT-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 600;
	src: url('font/SUIT-woff2/SUIT-SemiBold.woff2') format('woff2');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 700;
	src: url('font/SUIT-woff2/SUIT-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 800;
	src: url('font/SUIT-woff2/SUIT-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 900;
	src: url('font/SUIT-woff2/SUIT-Heavy.woff2') format('woff2');
}
*{
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

body {
    line-height: 1;
    color: #333;
    background-color: #FFFCF8;
    font-family: 'SUIT';
}

h2 {
    font-family: 'Hahmlet-Regular';
    color: #A88248;
}
.header {
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.header .inner {
    width: 1440px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .inner h1 {

    width: 78px;
    height: 31px;
}
.header .inner h1 a {
    width: 100%;
    height: 31px;
}
.header .inner h1 a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header .inner .nav {
    height: 100%;
    font-weight: 500;
    color: #fff;
}

.header .inner .util {
    display: flex;
    justify-content: space-between;
}

.header .inner .util li {
    margin-right: 20px;
    width: 22px;
    height: 22px;
}


.header .inner .util li a {
    width: 100%;
    height: 22px;
}
.header .inner .util li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header .inner .nav .gnb {
    display: flex;
    justify-content: space-between;
  }

  .header .inner .nav .gnb > li .depth01 {
    line-height: 100px;
    padding: 0 40px;
  }
  .header .inner .nav .gnb > li .depth01:hover{
    color: #fadf9fd0;
  }
  
  .header .inner .nav .gnb .depth02 {
    background-color: #a8a6a61c;
    text-align: center;
    display: none;
  }
  
  .header .inner .nav .gnb .depth02 li {
    padding: 10px 0;
  }
  
  .header .inner .nav .gnb > li:hover .depth02 {
    display: block;
  }
  
  .header .inner .nav .gnb > li:hover .depth02 li:hover {
    color: #fadf9fd0;
  }

.main-visual {
    height: 800px;
    position: relative;
}

.main-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(80%)
}

.con01 {
    width: 1440px;
    margin: 130px auto;
}

.con01 h2 {
    font-size: 40px;
    margin-bottom: 40px;
}

.con01 .ops-menu {
    display: flex;
}

.con01 .ops-menu li {
    height: 44px;
   background-color: #ffffff;
   border: 1px solid #A88248; 
   line-height: 45px;
   padding: 0 50px;
   margin-right: 15px;
   border-radius: 30px;
}

.con01 .ops-menu li:nth-child(1) {
    color: #fff;
    background-color: #DBB67F;
    border: none;
}

.con01 .list {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.con01 .list .item {
    width: 343px;
    height: 412px;
    background-color: #FBF3E8;
    border-radius: 15px;
}
.con01 .list .item .txt-box{
    display: flex;
    justify-content: space-between;
    margin: 20px 10px 0;
}
.con01 .list .item .txt-box .txt{
    font-size: 25px;
}
.con01 .list .item .txt-box .txt h3 {
    font-weight: normal;
    margin-bottom: 10px;
}
.con01 .list .item .txt-box .txt strong {
    font-weight: 700;
}

.con01 .list .item .txt-box .icon{
    width: 41px;
    height: 41px;
    background-color: #fff;
    border-radius: 50%; 
    position: relative;
}

.con01 .list .item .txt-box .icon img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

}

.con01 .list .item > img{
    width: 324px;
    height: 310px;
    border-radius: 15px;
    object-fit: cover;
    margin: 10px;
}


.con02 {
    margin: 130px auto;
    width: 1440px;
}

.con02 .list {
    display: flex;
    
    align-content: space-between;
    justify-content: space-between;
}

.con02 .list .left-img {
    width: 342px;
    height: 1023px;
   
}
.con02 .list .left-img figure {
    width: 100%;
    height: 1023px;
}
.con02 .list .left-img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.con02 .list .R-item .youtube {
    width: 1074px;
 
}

.con02 .list .R-item .youtube div {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

.con02 .list .R-item .youtube div iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.con02 .list .R-item {
    width: 1074px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.con02 .list .R-item .item {
    width: 342px;
    height: 400px;
}
.con02 .list .R-item .item img{
    width: 100%;
    height: 328px;
    object-fit: cover;
    border-radius: 15px;
}

.con02 .list .R-item .item .img-txt {
 margin-top: 10px;
 font-size: 25px;
}
.con02 .list .R-item .item .img-txt strong {
    font-weight: 700;
}

.con02 .list .R-item .item .img-txt h4 {
    font-weight: normal;
    margin-bottom: 10px;
    
}

.con03 {
    width: 1440px;
    margin: 130px auto;
}

.con03 h2 {
    font-size: 40px;
    margin-bottom: 40px;
}

.con03 .review-list {
    display: flex;
    justify-content: space-between;
    
}

.con03 .review-list .review {
    width: 342px;
    height: 451px;
    background-color: #FBF3E8;
    border-radius: 15px;
 
}

.con03 .review-list .review .review-txt {
    margin: 10px;
    line-height: 1.3;
}
.con03 .review-list .review .review-txt li:nth-child(1) {
    margin-bottom: 10px;

}
.con03 .review-list .review .review-txt li:nth-child(2) {
    font-size: 25px;
    font-weight: bold;
}
.con03 .review-list .review .review-txt li:nth-child(3) {
    text-align: end;
}
.con03 .review-list .review img {
    width: 100%;
    height: 315px;
    object-fit: cover;
    border-radius: 0 0 15px 15px;
   
}

.con04 {
    margin: 130px auto;
    position: relative;
}
.con04 .shop-img {
    height: 400px;
   
}

.con04 .shop-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(70%)
}

.con04 .search-store {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.con04 .search-store .tit {
    font-size: 40px;
    font-family: 'Hahmlet-Regular';
    color: #fff;
    font-weight: normal;
}

.con04 .search-store .tit p{
    font-size: 25px;
    font-weight: normal;
    margin-top: 15px;
}

.con04 .search-store .search-area {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    width: 500px;
    height: 50px;
    background-color: #fff;
    border-radius: 30px;
    
}
.con04 .search-store .search-area .bar {
    line-height: 50px;
    margin-left: 15px;
    color: #747474;
}
.con04 .search-store .search-area .circle {
    width: 40px;
    height: 40px;
    margin: 2px 4px;
    background-color: #ADD9EC;
    border-radius: 50%;
    position: absolute;
    top: 72.5%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con04 .search-store .search-area .circle img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.con05 {
    width: 1440px;
    margin: 130px auto 0;
}

.con05 .story {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con05 .story .story-info .tit h2 {
    margin-bottom: 10px;
    font-size: 40px;
}

.con05 .story .story-info .tit p{
    font-size: 25px;
}

.con05 .story .story-info a {
    margin-top: 45px;
    background-color: #ADD9EC;
    display: block;
    text-align: center;
    line-height: 48px;
    width: 270px;
    height: 48px;
    border-radius: 30px;
    color: #fff;
}

.con05 .story .img-box {
    width: 950px;
    display: flex;
    flex-wrap:nowrap;
    justify-content: space-between;
}

.con05 .story .img-box figure {
    width: 340px;
    height: 555px;
}

.con05 .story .img-box figure:nth-child(3) {
    width: 222px;
    height: 555px;
}
.con05 .story .img-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.footer {
    color: #fff;
    background-color: #333;
    height: 300px;
    font-size: 14px;
}

.footer .warp {
    width: 1440px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.footer .warp .txt-box .top {
    margin-top: 45px;
}


.footer .warp .txt-box .top a img {
    width: 70px;
    height: 27px;
    object-fit: cover;
}

.footer .warp .txt-box .top ul{
    margin-top: 18px;
    display: flex;
}
.footer .warp .txt-box .top ul li {
   margin-right: 20px;
    position: relative;
}

.footer .warp .txt-box .top ul li::after {
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.footer .warp .txt-box .top ul li:last-child::after{
    display: none;
} 

.footer .warp .txt-box .info {
    margin-top: 30px;
    line-height: 1.3;
}
.footer .warp .txt-box .capy {
    margin-top: 35px;
}

.footer .warp .R-box {
    text-align: end;
    position: absolute;
    bottom: 1px;
    right: 0;
}

.footer .warp .R-box .icon{
    display: flex;
    justify-content: end;
    position: relative;
    gap: 15px;
    margin-bottom: 15px;
}

.footer .warp .R-box .cs-txt {
    line-height: 1.3;
}

.footer .warp .R-box .cs-txt li:nth-child(1){
    font-size: 16px;
    margin-bottom: 5px;
}
.footer .warp .R-box .cs-txt li:nth-child(2){
    font-size: 18px;
    margin-bottom: 5px;
}