/* header */
body {
    background-color: white;
}

header {
    width: 100vw;
    height: 90px;
    background-color: #dddddb;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

@font-face {
    font-family: 'Makgeolli';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/Makgeolli.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

header>nav>.imgDiv {
    width: 150px;
    display: flex;
    justify-content: center;
}

/* nav 요소 flex */
header>nav {
    display: flex;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 98vw;
    margin: 10px;
}

/* navBar 요소 flex */
header>nav>.navBar>ul {
    display: flex;
    list-style: none;
    height: 100%;
    align-items: center;
    margin: 0px;
    padding: 0px;
    justify-content: space-evenly;
}

/* navBar 크기 넓히기*/
header>nav>.navBar {
    width: 80vw;
}

/* li요소 폰트 및 글씨 크기 */
header>nav>.navBar>ul {
    font-family: 'Makgeolli';
    font-size: 30px;
}

/* li에 a태그 밑줄, 색 변경 */
header>nav>.navBar>ul>li>a {
    text-decoration: none;
    color: black;
}

/* ----------searchLogin---------- */
/* navBar 요소 flex 및 세로정렬 */
header>nav>.searchLogin {
    display: flex;
    align-items: center;
    width: 250px;
}

/* 검색, 로그인 띄우기 */
header>nav>.searchLogin>.searchInput {
    margin-right: 15px;
    width: 200px;
}

/* 검색창 크기, 폰트, 테두리, 배경색 변경*/
header>nav>.searchLogin>.searchInput>input {
    width: 200px;
    height: 25px;
    font-size: 25px;
    border: none;
    background-color: #dddddb;
    border-bottom: 1px solid black;
    font-family: 'Makgeolli';
}

/* 포커스 테두리 삭제 */
header>nav>.searchLogin>.searchInput>input:focus {
    outline: none;
}

header>nav>.ham {
    display: none;
}

header>nav>.ham>* {
    background-color: #dddddb !important;
    font-family: 'Makgeolli' !important;
    font-size: 30px;
}

main {
    margin-top: 99px;
}

@media screen and (max-width: 900px) {

    header>nav>.navBar,
    header>nav>.searchLogin,
    header>nav>.imgDiv {
        display: none;
    }

    header>nav .ham {
        display: inline;
    }

    header>nav>div.ham>nav {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    }

    header {
        height: 75px;
    }

    div.ham > nav {
        padding-top: 0;
        height: 83px;
    }
}

/* ==========================header 끝 =============================== */

/* ============================= main 시작 =========================== */

@font-face {
    font-family: 'iceSotong-Rg';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-2@1.0/iceSotong-Rg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'YeongdeokBlueroad';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-1@1.1/YeongdeokBlueroad.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    background-color: white;
}

.sec1 {
    width: 100vw;
    height: 120px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.sec1 > span {
    font-family: 'YeongdeokBlueroad', 'iceSotong-Rg', cursive;
    font-size: 25px;
    margin: 5px;
    border: 3px solid #A1CCD1;
    background-color: #A1CCD1;
    color: white;
    border-radius: 10%;
    padding: 4px;
    cursor: pointer;
}

.sec1 > div > span {
    font-family: 'YeongdeokBlueroad', 'iceSotong-Rg', cursive;
    font-size: 25px;
    margin: 5px;
    border: 3px solid #A1CCD1;
    background-color: #A1CCD1;
    color: white;
    border-radius: 10%;
    padding: 4px;
    cursor: pointer;
}

.appear {
    display: none;
}

.sec2 {
    width: 100vw;
    display: flex;
}

.sec3 {
    width: 50vw;
    text-align: center;
    padding-left: 3vw;
}

.seoul {
    padding: 20px;
    width: 30vw;
}

.sec2 > .sec4 {
    width: 50vw;
    display: flex;
    align-items: center;
    padding-right: 10vw;
}

.sec2 > .sec4 > .list {
    width: 40vw;
    height: 45vw;
    border: 2px solid white;
    background-color: transparent;
}

.sec2 > .sec4 > .list > .alcoholList {
    width: 100%;
    height: 20%;
}

.subimg {
    width: 100%;
    height: 100%;
}

.sec5 > .sec51 {
    width: 100px;
    height: 100px;
    background-color: black;
    display: none;
}

@media screen and (max-width: 1050px) {
    main > .sec1 {
        word-break: keep-all;
    }
    .sec1 > span {
        font-size: 15px;
        padding: 4px;
        display: inline-block;
    }
    .sec2 {
        width: 100vw;
        display: block;
    }
    .seoul {
        padding: 20px;
        width: 50vw;
    }
    .sec3 {
        width: 100vw;
        text-align: center;
        padding-left: 0;
    }
    .sec2 > .sec4 {
        width: 100vw;
        padding-right: 0;
        margin-bottom: 20px;
        text-align: center;
        align-items: center;
    }
    .sec1 {
        display: none;
    }
    .appear {
        display: inline-block;
    }
    .appear > div > span {
        font-size: 13px;
        padding: 4px;
        display: inline-block;
    }
    .sec2 > .sec4 > .list {
        width: 40vw;
        height: 45vw;
        border: 2px solid white;
        background-color: transparent;
        margin: 0 auto;
    }
}

/* ========================== main 끝 =============================== */

/* =============================footer 시작 =========================== */
footer{
    background-color: rgb(16, 16, 16);
    width:100%;
    height:300px;
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    font-size:14px;
}
.footer-container{
    display:flex;
    justify-content: space-evenly;
    width:1200px;
    height:200px;
}
.footer-logo{
    width:100px;
    aspect-ratio:8/5;
    border-radius: 10px;
}
.footer-sec1 > span{
    color:gray;
}
.footer-sec-container{
    display:flex;
    justify-content: space-evenly;
}
.footer-sec2-1 > span{
    color:gray;
}
.footer-sec2-2 > span{
    color:gray;
}
.footer-sec2-2{
    display: none;
}
.footer2-center{
    color:white;
    font-size:15px;
}
.footer2-center-number{
    color:mediumturquoise ;
    font-size:20px;
    font-weight: bold;
}
.footer-sec3-helper{
    color:white;
    font-size: 15px;
    margin-bottom: 10px;
}
td{
    padding:3px;
}
td > a{
    text-decoration-line: none;
    color:gray;
}
@media screen and (max-width:1400px){
    footer{
        height:400px;
        align-items: normal;
        padding:30px;
        text-align: center;
        font-size:10px;
    }
    .footer-container{
        display:block;
        width:100%;
    }
    .footer-sec2{
        margin-left:0;
    }
    .footer-sec2-1{
        display:none;
    }
    .footer-sec2-2{
        display:block;
    }
    .footer-sec-container{
        width:100%;
    }
}
/* =====================footer css end===================== */