@charset "utf-8";
/* 공통 */
.sub-tab { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 40px; }
.sub-tab li { width: auto; background: #f6f6f6; border-radius: 7px; overflow: hidden; transition: .2s;}
.sub-tab li a { display: block; line-height: 1em; font-size: 16px; font-weight: 500; white-space: nowrap; color: #aaa; padding: 15px 20px;}
.sub-tab li.active { background: #6e2a32; }
.sub-tab li.active a { color: #fff; }
.sub-tab li:hover { background: #6e2a32; }
.sub-tab li:hover a { color: #fff; }

/* About */
.ab-fx { display: flex; align-items: flex-start;}
.ab-fx.fe { align-items: flex-end; margin-bottom: 120px; }
.ab-fx.ce { align-items: center; position: relative; z-index: 1; top: -80px; }
.ab-fx.rv { flex-direction: row-reverse;}
.ab-fx .left { flex: 1 1 auto; min-width: 0; width: 1%; }
.ab-fx .left.ml { margin-left: -20%; }
.ab-fx .left.wt { width: 52%; flex: none;}
.ab-fx .left.tr { text-align: right; }
.ab-fx .right { padding-left: 80px; }
.ab-fx .right h2 { text-transform: uppercase; font-family:'Noto Serif Display'; color: #6e2a32; line-height: 1.1em; font-size: 100px; font-weight: 900; margin-bottom: 15px;}
.ab-fx .right h4 { font-size: 40px; font-weight: 700; color: #242424; line-height: 1.3em; }
.ab-fx .right h3 { font-size: 32px; line-height: 1.3em; color: #242424; font-weight: 300; margin-bottom: 20px; } 
.ab-fx .right h3 strong { color: #6e2a32; font-size: 48px; font-weight: 700; }
.ab-fx .right h5 { font-size: 28px; font-weight: 300; line-height: 1.4em; color: #242424; margin-bottom: 70px; }
.ab-fx .right h5 strong { font-weight: 700; }
.ab-fx .right p { font-size: 18px; line-height: 1.5em; color: #242424; }
.ab-fx .right .tit { font-size: 48px; line-height: 1.2em; font-weight: 300; color: #242424; margin-bottom: 30px; }
.ab-fx .right .tit strong { font-weight: 700; color: #6e2a32; }
.ab-fx.rv .right { padding-left: 0; padding-right: 80px; }

/* 매장안내 */
.sub2-1-big { margin-bottom: 120px; }
.sub2-fx { display: flex; align-items: center; margin-bottom: 60px; }
.sub2-fx:last-child { margin-bottom: 0; }
.sub2-fx.rv { flex-direction: row-reverse;}
.sub2-fx .info { flex: 1 1 auto; min-width: 0; width: 1%; padding-left: 100px; }
.sub2-fx .info.pl { padding-left: 260px;}
.sub2-fx.rv .info { padding-right: 25px; padding-left: 220px; }
.sub2-fx.rv .img { text-align: right; }
.sub2-fx .info h3 { position: relative; display: inline-block; font-size: 28px; font-weight: 700; color: #242424; line-height: 1em; margin-bottom: 10px; }
.sub2-fx .info h3::before { width: 40px; height: 40px; border-radius: 100%; position: absolute; left: -20px; top: -17px; background: #6e2a32; opacity: 0.2; z-index: -1; content: "";}
.sub2-fx .info p { line-height: 2em; color: #242424; }
.sub2-fx .info ul { margin-top: 35px; }
.sub2-fx .info ul li { display: flex; margin-bottom: 25px; }
.sub2-fx .info ul li:last-child { margin-bottom: 0; }
.sub2-fx .info ul li .tit { font-weight: 700; color: #6e2a32; width: 115px; }
.sub2-fx .info ul li .txt { flex: 1 1 auto; min-width: 0; width: 1%; padding-top: 2px;}
.sub2-fx .info ul li strong { font-weight: 600; color: #454545; line-height: 1.2em; margin-bottom: 6px; display: block;}
.sub2-fx .info ul li p { font-weight: 300;  line-height: 1.556em; }
.sub2-img { display: flex; flex-wrap: wrap; gap: 20px; align-items: flex-start;}
.sub2-list { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;}
.sub2-list li { width: auto;}
.sub2-list img {margin-bottom: 20px; width: auto; display: block; }
.sub2-list img:last-child { margin-bottom: 0; }
.room-box { text-align: center; margin-bottom: 60px; }
.room-box .fx { display: flex; gap: 15px; flex-wrap: wrap;justify-content: center;}
.room-box h3 { color: #3d0020; font-size: 20px; font-weight: 600; line-height: 1.2em; margin-bottom: 20px; }
.room-box:last-child { margin-bottom: 0; }

/* 예약안내 */
.rv-gray { background: #f6f6f6; margin-bottom: 80px; padding: 25px 40px 22px;}
.rv-gray p { position: relative; color: #242424; line-height: 1.8em; padding-left: 10px; }
.rv-gray p::before { content: ""; position: absolute; left: 0; width: 5px; height: 1px; background: #242424; top: 12px; }
.rv-box { margin-bottom: 100px; }
.rv-box:last-child { margin-bottom: 0; }
.rv-tit { line-height: 1em; color: #242424; font-size: 28px; font-weight: 700; margin-bottom: 35px; }
.rv-list { display: flex; justify-content: center; gap: 39px; flex-wrap: wrap;}
.rv-list li { border: 1px solid #ddd; width: calc(100%/3 - 26px); text-align: center; padding: 40px 10px 35px;}
.rv-list li .tit { font-size: 20px; font-weight: 700; line-height: 1em; color: #242424; margin: 38px 0 13px;}
.rv-list li img { border-radius: 16px; }

/* 오시는 길 */
.map { margin-bottom: 40px; }
.lct-info { margin-bottom: 80px; }
.lct-info h4 { line-height: 1em; color: #6e2a32; font-weight: 700; }
.lct-info h2 { font-size: 28px; font-weight: 700; line-height: 1.4em; color: #242424; margin: 17px 0 13px;}
.lct-info h3 { font-size: 24px; line-height: 1em; font-weight: 700; color: #242424; margin-bottom: 40px; }
.lct-info p span { display: inline-block; padding-right: 20px; }
.lct-info p span:last-child { padding-right: 0; }
.lct-info.mg { margin-bottom: 0; }
.lct-info ul { display: flex; flex-wrap: wrap; gap: 40px 10px;}
.lct-info ul li { width: calc(100%/2 - 5px); display: flex; align-items: center; }
.lct-info ul li .circle { width: 120px; height: 120px; border-radius: 100%; border: 2px solid #6e2a32; display: flex; align-items: center; justify-content: center; margin-right: 40px; }
.lct-info ul li .txtbox { flex: 1 1 auto; min-width: 0; width: 1%; }
.lct-info ul li .txtbox .tit { line-height: 1em; font-size: 20px; font-weight: 700; color: #242424; margin-bottom: 18px; }