* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Gothic A1", sans-serif;
}
/* 한국눈누 */
@font-face {
    font-family: 'GowunBatang-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunBatang-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* 영어눈누 */
@font-face {
    font-family: 'ChosunGs';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunGs.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    background-color: #edece8;
}
/* 슬라이드 */
a {
    text-decoration: none;
    color: inherit;
}
#wrap {
    max-width: 100%;
    overflow: hidden;
}
.mySw11 {
    height: 800px;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 50000;
}
.topimg {
    text-align: center;
}
.topimg .hos {
    font-size: 18px;
    color: #ffffff;
}
.topimg p {
    font-size: 15px;
    color: #ffffff;
}
.topimg img {
    width: 60px;
}

.mo-menubar {
    display: none;
}


.swbg {
    z-index: 80000;
    display: none;
}
header {
    width: 100%;
    max-width: 100%;
}
.pc-menubar {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
nav {
    position: absolute;
    top: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 60000;
}
.slide-font {
    position: relative;
    width: 1280px;
    height: 800px;
    margin: 0 auto;
}
.leftbg {
    width: 100%;
    position: absolute;
    bottom: 5em;
}
.text2 {
    color: #ffffff;
}
.menu2 {
    text-align: center;
    display: flex;
    align-items: center;
    list-style: none;
    font-size: 18px;
}
.menu2>li a {
    width: 200px;
    padding: 10px;
    display: inline-block;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:"wdth" 100;
}
.menu2>li a:hover {
    font-weight: bold;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.s1 {
    background-image: url('../img/breen22-1.jpg');
}
.s2{
    background-image: url('../img/breen22-2.jpg'); 
}
.s3 {
    background-image: url('../img/breen22-3.jpg');
}
.s4 {
    background-image: url('../img/breen22-4.jpg');
}
.text2 h3 {
    padding-bottom: 15px;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 550;
    font-style: normal;
}
.text2 p {
    font-size: 20px;
    padding-top: 25PX;
    font-family: "Gowun Dodum", sans-serif;
    font-weight: 450;
    font-style: normal;
}
.text2 h2 {
    font-size: 40px;
    font-family: "Gowun Dodum", sans-serif;
    font-weight: 550;
    font-style: normal;
}
.fa-xmark {
    display: none;
}
.fa-bars {
    display: none;
    height: 30px;
    color: #ffffff;
    margin-top: 15px;
    z-index: 6000;
    font-size: 30px;
    cursor: pointer;
}
@media(max-width:1300px) {
    #wrap {
        max-width: 100%;
    }
    .leftbg {
        max-width: 100%;
        left: 2em;
    }
    .slide-font {
        max-width: 100%;
    }
    .topimg .hos {
        font-size: 10px;
    }
    .topimg p {
        font-size: 12px;
    }
    .menu2>li a {
        width: 180px;
        max-width: 100%;
        padding: 3px;
    }
}
@media(max-width:1000px) {
    #wrap {
        max-width: 100%;
    }
    .menu2 {
        max-width: 100%;
    }
    .pc-menubar {
        max-width: 100%;
    }
    .slide-font {
        max-width: 100%;
        margin: 0 auto;
    }
    .menu2>li a {
        width: 152px;
        max-width: 100%;
        padding: 3px;
    }
    .leftbg {
        max-width: 100%;
    }
    .topimg p {
        font-size: 12px;
    }
    .topimg .hos {
        font-size: 10px;
    }
    .text2 h2 {
        font-size: 35px;
    }
    .text2 p {
        font-size: 23px;
    }
}
@media(max-width:600px){
    .mySw11 {
        height: 670px;
    }
    #wrap {
        position: relative;
    }
    /* 반응형 메뉴바 버전 */
    .mo-menubar {
        height: 100%;
        position: absolute;
        width: 45%;
        background-color: #8b7e73;
        color: #ffffff;
        top: 0;
        right: -100%;
        display: block;
        transition: 1.5s;
        z-index: 80000;
        overflow: auto;
    }
    .mo-menubar>h2 {
        font-family: "Gowun Dodum", sans-serif;
        font-weight: 550;
        font-style: normal;
        padding: 10px;
        text-align: center;
    }
    .mo-menubar .menu3 {
        text-align: center;
        font-size: 13px;
        list-style: none;
        padding: 5px 0;
    }
    .mo-menubar .menu3>li .mumom {
        width: 100%;
        padding: 10px 0;
        display: inline-block;
        text-align: center;
        font-size: 13px;
    }

    .mo-menubar .menu3>li>.sbmu {
        list-style: none;
        display: inline-block;
        width: 100%;
        padding: 5px 0;
    }
    .mo-menubar .menu3>li .sid {
        width: 100%;
        display: inline-block;
        text-align: left;
        padding: 13px 10px;
        font-size: 12px;
    }
    .mo-menubar .menu3>li .sid:hover {
        font-size: 13px;
    }
    .mo-menubar .menu3>li .muu:hover {
        font-size: 14px;
    }
    .text2 p {
        font-size: 13px;
    }

    nav {
        max-width: 100%;
        padding: 0 20px;
        justify-content: space-between;
    }
    nav>div {
        width: 20%;
    }
    .menu2 {
        display: none;
    }
    .swbg {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0; 
        z-index: 80000;
    }
    .fa-bars {
        display: block;
    }
    .topimg p {
        font-size: 7px;
    }
    .topimg .hos {
        font-size: 11px;
    }
    .topimg img {
        width: 40px;
    }
    .leftbg {
        position: absolute;
        left: 1em;
        bottom: 12em;
        z-index: 2000;
    }
    .text2 {
        max-width: 100%;
    }
    .text2 h2 {
        font-size: 18px;
    }
    .text2 h4 {
        padding-bottom: 5px;
        font-size: 13px;
    }
    
}





/* 호시담 */
.content {
    margin: 0 auto;
}
#home {
    width: 1280px;
    margin: 0 auto;
}
.home22 {
    height: 750px;
    margin: 0 auto;
    background-color: #edece8;
}

.rive>h2 {
    font-size: 15px;
    font-family: 'ChosunGs';
}
.rive .hom {
    max-width: 100%;
    font-size: 25px;
    color: #775c28;
    margin-bottom: 20px;
}
.rive .hom>span {
    font-weight: 600;
    font-family: 'GowunBatang-Regular';
}
.sw20 {
    padding: 0 70px;
    padding-top: 50px;
    height: 525px;
    z-index: 200;
}
.swslide {
    margin-left: 20px;
    align-items: center;
}
.sw1 {
    width: 250px;
    max-width: 100%;
    margin-top: 7em;
    opacity: 0.7;
}
.sw1 img {
    width: 280px;
    max-width: 100%;
    height: 380px;
}
.sw20 .swiper-slide-active{
    transform: scale(1.4);
    transition: .4s;
    margin-left: 35px;
    opacity: 1;
}
.home22 .btnN1 {
    margin-right: 3em;
    color: #000000;
}
.home22 .btnP1 {
    margin-left: 3em;
    color: #000000;
}
.sw1 .swiper-slider-prev, 
.sw1 .swiper-slider-next {
    position: absolute;
    top: 50%;
}
.btnN1 {
    margin-right: 100px;
}
.btnP1 {
    margin-left: 80px;
}
.homebett {
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
}
.homebett p {
    font-family: "Gowun Dodum", sans-serif;
    font-weight: 450;
    font-style: normal;
}
@media(max-width:1300px) {
    #home {
        max-width: 100%;
    }
    .sw20 {
        padding: 0px;
        max-width: 100%;
    }
}
@media(max-width:1000px) {
    #home {
        max-width: 100%;
        margin: 0 auto;
    }
    .rive .hom {
        max-width: 100%;
        font-size: 24px;
    }
    .home22 {
        max-height: 100%;
    }
    .rive {
        max-width: 100%;
    }
    .sw20 {
        padding-top: 0px;
        height: 435px;
        max-width: 100%;
    }
    .swslide {
        margin-left: 0px;
        margin-top: 10px;
    }
    .sw1 {
        width: 200px;
        max-width: 100%;
        margin-top: 8em;
    }
    .sw1 img {
        width: 200px;
        height: 290px;
    }
    .sw20 .swiper-slide-active{
        margin-left: 44px;
        padding-top: 25px;
    }
    .home22 .btn11 {
        border: 2px solid #ffffff;
        color: #ffffff;
        width: 30px;
        height: 30px;
    }
    .btnN1 {
        margin-right: -10px;
    }
    .btnP1 {
        margin-left: -10px;
    }
    .homebett {
        padding-top: 0;
    }
    .homebett p {
        font-size: 18px;
    }
    .sw20 {
        padding: 0px;
    }
    :root {
        --swiper-navigation-size: 20px;
    }
}
@media(max-width:600px) {
    .sw20 .swiper-slide-active{
        margin-left: 130px;
        padding-top: 0px;
    }
    .rive {
        padding: 5px 0;
        max-width: 100%;
    }
    .home22 {
        height: 600px;
    }
    .content {
        max-width: 100%;
    }
    #home {
        max-width: 100%;
    }
    .sw1 img {
        width: 200px;
        height: 280px;
    }
    .rive .hom>span {
        max-width: 100%;
        font-size: 20px;
    }
    .home22 .btn11 {
        width: 30px;
        height: 30px;
        margin-right: 60px;
    }
    :root {
        --swiper-navigation-size: 20px;
    }
    .sw20 {
        height: 380px;
        max-width: 100%;
    }
    .homebett p {
        font-size: 14px;
    }
}




.blank {
    height: 80px;
    background-color: #edece8;
}







/* 방 세번째 */
.roommom {
    width: 1920px;
    margin: 0 auto;
    height: 795px;
    max-width: 100%;
    background-color: #edece8;
}
.rive {
    text-align: center;
}
.rive img {
    width: 50px;
}
.rive>h2 {
    font-size: 17px;
    font-weight: 200;
    font-family: 'GowunBatang-Regular';
} 
.rive .ro {
    font-size: 13px;
    padding-bottom: 5px;
}
.roon {
    padding: 0 40px;
}
.roon img{
    width: 100%;
    height: 700px;
    object-fit: cover;
    cursor: pointer;
}
.mySw21 {
    max-width: 100%;
    position: relative;
}
.roonbg {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    width: 30%;
    height: 700px;
    background-color: rgb(182, 176, 163, 0.8);
    z-index: 5000;
    display: flex;
    align-items: center;
}
.roonbg>div {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 20px;
}
.roonbg>div>h1 {
    font-family: 'ChosunGs';
    color: #000000;
    font-size: 50px;
}
.roonbg .swiper-button-next,
.swiper-button-prev {
    color: #000000;
}
.roonbg .n21 {
    margin-right: 5em;
}
.roonbg .p21 {
    margin-left: 5em;
} 
.roonbg .room-cove {
    position: absolute;
    top: 10em;
    right: 0;
    z-index: 8000;
    color: #000000;
}
.roonbg .room-cove span {
    font-family: "Gowun Dodum", sans-serif;
    font-weight: 450;
    font-style: normal;
    font-size: 18px;
}
.roonbg .room-cove h3 {
    font-family: 'ChosunGs';
    margin-bottom: 5px;

}
.roonbg .room-cove hr {
    width: 400px;
    margin: 20px auto;
}
.roonbg .roomfont {
    padding: 0 50px;
    text-align: left;
    color: #000000;
    height: 200px;
    position: absolute;
    top: 18em; 
}
.roonbg .roomfont p {
    font-family: "Gowun Dodum", sans-serif;
    font-weight: 450;
    font-style: normal;
    font-size: 20px;
}
.roonbg .roomfont a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid rgb(0, 0, 0);
    position: absolute;
    right: 60px;
    top: 10em;
    display: inline-block;
}
.roonbg .roomfont>a>i{
    line-height: 30px;
    width: 100%;
    font-size: 20px;
}
@media(max-width:1300px) {
    .roonbg .n21 {
        margin-right: 0em;
    }
    .roonbg .p21 {
        margin-left: 0em;
    } 
    .roonbg {
        position: absolute;
        right: 40px;
        top: 0;
        bottom: 0;
        width: 45%;
    }
    
}
@media(max-width:1000px) {
    .roommom {
        height: 500px;
    }
    .rive {
        max-width: 100%;
    }
    .rive .hom {
        max-width: 100%;
        font-size: 24px;
    }
    .rive img {
        width: 40px;
    }
    .rive>h2 {
        font-size: 14px;
    } 
    .rive .ro {
        font-size: 13px;
        padding-bottom: 5px;
    }

    .mySw21 {
        max-width: 100%;
    }
    .roon {
        padding: 5px;
    }
    .roon img{
        width: 100%;
        max-width: 100%;
        height: 380px;
        object-fit: cover;
        cursor: pointer;
    }
    .roonbg {
        height: 380px;
        right: 5px;
        top: 5px;
        width: 50%;
        max-width: 100%;
    }
    .roonbg>div {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 5px;
    }
    .my21 {
        max-width: 100%;
    }
    .roonbg>div>h1 {
        font-family: "Playfair Display", serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        color: #000000;
        font-size: 40px;
    }
    .roonbg .swiper-button-next,
    .swiper-button-prev {
        color: #000000;
    }
    .roonbg .n21 {
        margin-right: 0;
    }
    .roonbg .p21 {
        margin-left: 0;
    } 
    .roonbg .room-cove {
        max-width: 100%;
        top: 5em;
        right: 0;
    }
    .roonbg .room-cove span {
        font-size: 14px;
        padding: 0 5px;
    }
    .roonbg .room-cove h3 {
        font-size: 17px;
    }
    .roonbg .room-cove hr {
        width: 200px;
        margin: 15px auto;
    }
    .roonbg .roomfont {
        padding: 0 5px;
        top: 10em; 
    }
    .roonbg .roomfont p {
        font-size: 15px;
        padding: 0 5px;
    }
    .roonbg .roomfont a {
        width: 30px;
        height: 30px;
        padding: 5px 0px;
        right: 10px;
        top: 7em;
    }
    .roonbg .roomfont>a>i{
        line-height: 0px;
        width: 100%;
        font-size: 15px;
    }
}
@media(max-width:600px) {
    .roonbg {
        height: 380px;
        right: 5px;
        top: 5px;
        width: 60%;
        max-width: 100%;
    }

    .roommom {
        height: 500px;
    }
    .rive {
        max-width: 100%;
    }
    .rive .hom {
        max-width: 100%;
        font-size: 24px;
    }
    .rive img {
        width: 40px;
    }
    .rive>h2 {
        font-size: 14px;
    } 
    .rive .ro {
        font-size: 13px;
        padding-bottom: 5px;
    }

    .mySw21 {
        max-width: 100%;
    }
    .roon {
        padding: 5px;
    }
    .roon img{
        width: 100%;
        max-width: 100%;
        height: 380px;
        object-fit: cover;
        cursor: pointer;
    }
    .roonbg>div {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 5px;
    }
    .my21 {
        max-width: 100%;
    }
    .roonbg>div>h1 {
        font-family: "Playfair Display", serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        color: #000000;
        font-size: 30px;
    }
    .roonbg .swiper-button-next,
    .swiper-button-prev {
        color: #000000;
    }
    .roonbg .n21 {
        margin-right: 0;
    }
    .roonbg .p21 {
        margin-left: 0;
    } 
    .roonbg .room-cove {
        max-width: 100%;
        top: 5em;
        right: 0;
    }
    .roonbg .room-cove span {
        font-size: 13px;
        padding: 0 5px;
    }
    .roonbg .room-cove h3 {
        font-size: 15px;
    }
    .roonbg .room-cove hr {
        width: 200px;
        margin: 15px auto;
    }
    .roonbg .roomfont {
        padding: 0 5px;
        top: 12em; 
    }
    .roonbg .roomfont p {
        font-size: 13px;
    }
    .roonbg .roomfont a {
        width: 25px;
        height: 25px;
        padding: 5px 0px;
        right: 10px;
        top: 7em;
    }
    .roonbg .roomfont>a>i{
        line-height: 0px;
        width: 100%;
        font-size: 20px;
    }
}

/* 유튜브 */
.move {
    width: 1280px;
    margin: 0 auto;
}
.blank1 {
    height: 80px;
    background-color: #edece8;
}
.youtube {
    width: 100%;
    height: 750px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.youtube p {
    font-size: 25px;
    text-align: center;
    padding: 0 0 30px 0;
    width: 900px;
    font-family: "Gowun Dodum", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.youtube p>span {
    font-size: 20px;
    font-family: "Gowun Dodum", sans-serif;
    font-weight: 450;
    font-style: normal;
}
.viewmorebox {
    position: relative;
    width: 160px;
    padding: 15px;
    text-align: center;
    background-color: #4e4944;
    border-radius: 10px;
    color: #fff;
    font-family: 'ChosunGs';
    font-size: 20px;
    margin-top: 30px;
    z-index: 1;
}
.viewmorebox::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #000000;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.viewmorebox:hover::after {
    left: 0;
    width: 100%;
}
@media(max-width:1300px) {
    .move {
        max-width: 100%;
    }
}
@media(max-width:1000px) {
    .youtube {
        max-width: 100%;
        height: 700px;
        padding: 5px;
    }
    .youtube p {
        font-size: 22px;
        width: 900px;
        max-width: 100%;
        line-height: 18px;
    }
    .youtube p>span {
        line-height: 27px;
        font-size: 17px;
    }
    .move {
        max-width: 100%;
    }
    .youtu {
        max-width: 100%;
    }
}
@media(max-width:600px) {
    .blank1 {
        height: 40px;
    }
    .youtu {
        width: 375px;
        max-width: 100%;
    }
    .youtube {
        padding: 5px;
        max-width: 100%;
        height: 750px;
    }
    .youtube p>span {
        font-size: 14px;
    }
    .viewmorebox {
        width: 140px;
        padding: 12px;
    }
} 









/* cafe */
.cafemom {
    background-color: #edece8;
    position: relative;
}
.rive2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 8000;
}
.rive2 img {
    width: 55px;
}
.rive2>h2 {
    font-size: 17px;
    font-family: 'GowunBatang-Regular';
    font-weight: 200;
    width: 150px;  
}
.cafemm {
    display: grid;
    grid-template-columns: 60% 40%;
}
.cafemm .cafe-font {
    background-color: #e0deda;
    text-align: center;
    color: #4e4944;
    padding: 0 40px;
    max-width: 100%;
}
.cafe-font>.cafe-inner {
    width: 850px;
    margin: 0 auto;
    max-width: 100%;
}
.cafe-fonbox1 {
    line-height: 25px;
}
.cafe-fonbox2 {
    line-height: 25px;
}
.cafemm .cafe-font p {
    font-family: "Gowun Dodum", sans-serif;
    font-weight: 450;
    font-style: normal;
    font-size: 15px;
}
.cafe-font>div p:nth-child(1) {
    padding-top: 20px;
    margin-bottom: 10px;
}
.cafe-fonbox2>.olli ol {
    padding: 15px;
}
.cafe-fonbox2>.olli li {
    text-align: left;
    font-family: "Gowun Dodum", sans-serif;
    font-weight: 450;
    font-style: normal;
    font-size: 15px;
    padding: 5px;
}

/* 실시간 예약 호버 애니메이션 */
.cafe-fonbox2 .right15 {
    position: relative;
    width: 200px;
    padding: 10px 15px;
    border-radius: 5px;
    color: #4e4944;
    z-index: 1;
}
.right15::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 5px;
    background-color: #4e4944;
    transition: all 0.3s ease;
}
.right15:hover {
    color: #ffffff;
}
.right15:hover::after {
    left: 0;
    width: 100%;
}
.cafemm .cafe-font p>span {
    font-family: 'ChosunGs';
    font-weight: 200;
    font-size: 40px;
}
.cafe-img {
    height: 600px;
    width: 100%;
}
.cafe-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

:root {
    --swiper-navigation-size: 35px;
}
@media(max-width:1300px) {
    .cafemm .cafe-font p>span {
        font-size: 30px;
    }
    .cafe-img {
        height: 680px;
        max-width: 100%;
        max-height: 100%;
    }
}
@media(max-width:1000px) {
    .cafe-font>.cafe-inner {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
    }
    .content {
        max-width: 100%;
    }
    .rive2 {
        transform: translateX(0%);
    }
    .rive2 img {
        width: 40px;
    }
    .rive2 h2 {
        font-size: 15px;
        width: 150px;
        max-width: 100%;  
        color: #000000;
    }
    .cafemm {
        max-width: 100%;
        grid-template-columns: 1fr;
    }
    .cafemm .cafe-font {
        max-width: 100%;
        padding: 10px;
    }

    .cafemm .cafe-font p {
        font-size: 15px;
        line-height: 24px;
    }
    .cafe-fon>div p:nth-child(1) {
        padding-top: 35px;
        margin-bottom: 10px;
    }
    .cafe-fonbox2>.olli ol {
        padding: 15px;
    }
    .cafe-fonbox2>.olli li {
        font-size: 15px;
        line-height: 24px;
    }
    .cafemm .cafe-font p>span {
        font-size: 24px;
    }
    .cafe-img {
        height: 515px;
        max-width: 100%;
        max-height: 100%;
    }
    .cafe-img>img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        height: 100%;
    }
    :root {
        --swiper-navigation-size: 15px;
    }
    .cafe-fonbox2 {
        padding: 5px 0 20px 0;
    }
}
@media(max-width:600px) {
    .cafe-img {
        height: 495px;
        max-width: 100%;
        max-height: 100%;
    }
    .cafemm .cafe-font {
        max-width: 100%;
        padding: 0 15px;
        line-height: 24px;
    }
    .cafe-font>.cafe-inner {
        width: 100%;
    }
    .cafe-fonbox2>.olli ol {
        padding: 15px;
    }
    .cafe-fonbox2>.olli li {
        font-size: 14px;
    }
    .cafemm .cafe-font p {
        font-size: 14px;
        line-height: 24px;
    }
    .cafe-img>img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
    }
    .rive2 {
        max-width: 100%;
        transform: translateX(0%);
    }
    :root {
        --swiper-navigation-size: 20px;
    }
}




/* 호시담 공간 */
#special {
    background-color: #e0deda;
}
.specmom {
    padding-bottom: 20px;
    margin: 0 auto;
}
marquee {
    background-color: #4e4944;
    color: #ffffff;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    line-height: 50px;
}
.special-fon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 22px;
}
.special-box {
    display: grid;
    grid-template-columns: 1fr 70%;
    margin: 0 auto;
    width: 1280px;
    background-color: #e0deda;
    color: #3e3a37;
}
.special-fon .spfon {
    font-size: 17px;
    font-weight: 450;
    font-family: "Gowun Dodum", sans-serif;
    font-style: normal;
    text-align: center;
}
.special-fon p {
    font-family: 'ChosunGs';
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 35px;
    padding: 10px;
    text-align: center;
}
.special-fon p>span {
    font-family: "Gowun Dodum", sans-serif;
    font-weight: 450;
    font-style: normal;
    font-size: 15px;
}
.mySw22 {
    margin-top: 25px;
}
.myside {
    width: 1180px;
    height: 530px;
}
.spsi img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.spbox1 {
    width: 190px;
    padding: 0px 5px;
    border: 1px solid #333;
    position: absolute;
    left: 50%;
    bottom: 5em;
    transform: translateX(-50%);
    z-index: 1;
}
.spbox1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #333;
    transition: all 0.3s ease;
}
.spbox1:hover::after {
    left: 0;
    width: 100%;
}
.spbox1 p:hover {
    color: #ffffff;
}
.spbox1 p {
    font-size: 17px;
    font-family: "Gowun Dodum", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.pagination_container {
    color: #ffffff;
}
@media(max-width: 1300px) {
    .special-box {
        max-width: 100%;
        display: grid;
    }
}
@media(max-width: 1000px) {
    .content {
        max-width: 100%;
    }
    #special {
        max-width: 100%;
    }
    .specmom {
        max-width: 100%;
    }
    .special-fon {
        height: 350px;
        justify-content: flex-start;
    }
    .specmom>marquee {
        font-size: 25px;
        height: 50px;
    }
    .special-box {
        max-width: 100%;
        display: grid;
        grid-template-columns: 1fr 60%;
    }
    .special-fon .spfon {
        font-size: 15px;
        text-align: left;
        line-height: 25px;
    }
    .special-fon p {
        font-size: 35px;
        padding: 12px;
    }
    .mySw22 {
        width: 100%;
        max-width: 100%;
        height: 420px;
        margin-top: 0px;

    }
    .myside {
        max-width: 100%;
        height: 400px;
        padding: 10px;
    }
    .spsi {
        width: 200px;
    }
    .spsi img {
        height: 100%;
        width: 100%;
    }
    .spbox1 {
        width: 190px;
        padding: 0px;
        font-weight: 500;
        bottom: 1em;
        left: 50%;
        transform: translateX(-50%);
    }
    .spbox1 p {
        font-weight: 550;
        font-size: 18px;
    }

}
@media(max-width: 600px) {
    .content {
        max-width: 100%;
    }
    #special {
        max-width: 100%;
    }
    .specmom {
        max-width: 100%;
    }
    .specmom>marquee {
        font-size: 25px;
        line-height: 45px;
    }
    marquee {
        max-width: 100%;
        font-size: 25px;
        line-height: 39px;
    }
    .special-fon {
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .special-box {
        position: relative;
        max-width: 100%;
        display: grid;
        grid-template-columns: 1fr;
    }
    .special-fon .spfon {
        max-width: 100%;
        font-size: 14px;
        text-align: center;
    }
    .special-fon p {
        font-size: 30px;
        padding: 15px;
        text-align: center;
    }
    .special-fon p>span {
        font-size: 15px;
    }
    .spsi img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .spbox1 {
        width: 150px;
        padding: 0px 0px;
        left: 50%;
        bottom: 0em;
        transform: translateX(-50%);
        z-index: 1;
    }
    .spbox1:hover::after {
        left: 0;
        width: 100%;
    }
    .spbox1 p:hover {
        color: #ffffff;
    }
    .spbox1 p {
        font-size: 15px;
        font-family: "Gowun Dodum", sans-serif;
        font-weight: 500;
        font-style: normal;
    }
    .pagination_container {
        color: #ffffff;
    }
    .myside {
        max-width: 100%;
        height: 400px;
        padding: 10px;
    }
    .mySw22 {
        width: 100%;
        max-width: 100%;
        margin-top: 0px;
    }
}







/* 하단메뉴부분 */
footer {
    max-width: 100%;
    background-color: #4e4944;
}
.footrmom{
    max-width: 100%;
    width: 1280px;
    height: 380px;
    color: #e0deda;
    margin: 0 auto;
}
.inner {
    padding: 40px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.inner img {
    width: 80px;
}
.inner p {
    padding-top: 20px;
    font-size: 13px;
    font-family: "Gowun Dodum", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.inner h1 {
    font-size: 45px;
    font-family: 'ChosunGs';
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.footrmom .foorico {
    max-width: 100%;
    width: 1280px;
    text-align: center;
}
.footrmom .foorico>i {
    font-size: 30px;
    color: #ffffff;
    padding-right: 10px;
}
/* 하단메뉴 pc버전 */

@media(max-width:1000px) {
    #wrap {
        max-width: 100%;
    }
    footer {
        max-width: 100%;
    }
    .foormom{
        max-width: 100%;
        height: 400px;
    }
    .inner {
        max-width: 100%;
        padding: 20px;
        line-height: 22px;
    }
    .inner img {
        width: 70px;
    }
    .inner p {
        padding-top: 15px;
        font-size: 14px;
    }
    .inner h1 {
        font-size: 35px;
    }
    .foormom .foorico {
        right: 5px;
    }
    .foormom .foorico>i {
        font-size: 35px;
        padding-right: 20px;
    }
}

@media(max-width: 600px) {
    #wrap {
        max-width: 100%;
    }
    footer {
        max-width: 100%;
    }
    .footrmom{
        height: 400px;
        max-width: 100%;
    }
    .inner {
        padding: 10px;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .inner img {
        max-width: 100%;
        width: 45px;
    }
    .inner p {
        padding-top: 20px;
        font-size: 12px;
    }
    .inner h1 {
        font-size: 30px;
    }
    .footrmom .foorico {
        max-width: 100%;
    }
    .footrmom .foorico>i {
        font-size: 25px;
        color: #ffffff;
        padding-right: 10px;
    }
}
