@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


body,html{height:100%; font-family: 'Noto Sans KR', sans-serif;}
body {letter-spacing: -0.5px;}
body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, input, table, tr, th, td, textarea, pre {margin:0; padding:0;}
header, footer, nav, menu, article, section{display:block; margin:0; padding:0;}
table {margin:0; padding:0; border-spacing:0; border-collapse:collapse; border:0;}
h1, h2, h3, h4, h5, h6{font-weight: normal; font-size: 12px;}
ul, ol, li{list-style: none}
img{max-width:100%;}
a{text-decoration: none; color: #757575}
a:hover{text-decoration: none; color: #757575}

.area {
    max-width: 1200px;
    min-width: 1260px;
    margin: 0 auto;
}

#gnb{
    position: relative;
    width: 100%;
    z-index: 99;
    margin: 0 auto;
    height: 120px;
    text-align: center;
    
}

#gnb .gnb-wrapper > ul > li > a > span {
    padding:15px 30px !important;
    transition-duration: 0.1s;
    overflow: hidden;
    display: block;
    font-size: 18px;
}

.gnb-wrapper span:hover {
    border-bottom: 3px solid #427ff6;
    font-weight: 700;
    color: #427ff6;
}

#gnb .gnb-wrapper > ul {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content:center;
    padding-top: 15px;
}

#gnb .gnb-wrapper > ul > li {
    padding: 15px;
    position: relative;
}

#gnb .gnb-wrapper > ul > li:last-child {
    padding: 15px 0px;
}


/*
#gnb .gnb-wrapper > ul > li > a {
    z-index: 100;
    height: 67px;
    line-height: 77px;
    color: #757575;
    font-size: 20px;
    font-weight: 400;
}
*/


/*레벨 색상*/

.n-grey{
    background-color: #454545;
}

.n-blue{
    background-color: #427ff6;
}

.n-orange{
    background-color: #f69242;
}

.n-red{
    background-color: #f04c4c;
}

.n-green{
    background-color: #3dce5f;
}

.n-purple{
    background-color: #9850ea;
}

/* 구글 아이콘 */
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 100,
  'GRAD' 0,
  'opsz' 48
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 48
}


/* input, select */

.Mypage input{
/*    width: 700px;
    height: 40px;*/
    margin-bottom: 0px;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    padding-left: 10px;
}
.input {
    width: 700px;
    height: 40px;
    margin-bottom: 0px;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    padding-left: 10px;
}

::placeholder{
    color: #d5d5d5;
    /*padding-left: 10px;*/
}

input:focus {outline: 1px solid #3e84fb;} /* outline 테두리 속성 수정 */

select {
    height: 40px;
    width: 180px;
    border: 1px solid #d5d5d5;
    padding-left: 5px;
    margin-left: 7px;
    font-family: inherit;
    background: url(http://appdata.hungryapp.co.kr/images/scp/arrow.png)no-repeat 95% 50%;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #454545;
}

select::-ms-expand {
    display: none;
}

@media screen and (max-width: 800px) {
    .gnb-wrapper {
        overflow: hidden; 
        display: block; 
        width: 100%;
    }
    
   #gnb .gnb-wrapper > ul {
        display: flex;
        justify-content: space-around;
    }
    
    #gnb .gnb-wrapper > ul > li > a > span {
        padding: 15px 10px !important;
        font-size: 17px;
    }
        
    #gnb .gnb-wrapper > ul > li {
        padding: 15px 5px;
    }


}
@media screen and (max-width: 600px) {
    #gnb .gnb-wrapper > ul {
        width: auto;
        padding: 15px 10px
    }
    
    #gnb .gnb-wrapper > ul > li > a > span {
        padding: 15px 0px !important;
        font-size: 15px;
    }
}

@media screen and (max-width: 500px) {
    #gnb .gnb-wrapper > ul > li > a > span {
        font-size: 15px;
    }
}

@media screen and (max-width: 385px) {
    #gnb .gnb-wrapper > ul > li > a > span {
        font-size: 14px;
    }
}

@media screen and (max-width: 361px) {
    #gnb .gnb-wrapper > ul > li > a > span {
        font-size: 13px;
    }
}










