/* RESET.CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0;}
*{margin:0;padding:0;}
html,body,#fullheight,#map{margin:0;padding:0;height:100%;}
li{list-style:none;}
a{text-decoration:none;}
a, a:hover, a:visited{text-decoration:none;}
a:link{text-decoration:none;cursor:pointer;}
img,input{vertical-align:middle;}
select,fieldset{vertical-align:middle;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,fieldset{border:none;}
table{border-collapse:collapse;border-spacing:0;table-layout:fixed;}
caption{display:none;}
strong,em,address{font-style:normal;font-weight:normal;}
.hid{position:absolute;left:-9999px;font-size:0;width:0;height:0;text-indent:-9999px;overflow:hidden;}
img{max-width:100%;}

body {
    margin: 0;
    background: #fff;
}

/* 상단 */
.header {
    background: #f5b400;
    color: #000;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.profile img {
    width: 80px;
}

.profile-info h2 {
    margin: 0;
    font-size: 18px;
}

.profile-info p {
    margin: 0;
    font-size: 14px;
}

/* 버튼 */
.top-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.top-buttons button {
    padding: 10px;
    border: none;
    border-radius: 10px;
    background: #eee;
}

.tab {
    padding: 8px 15px;
    border-radius: 20px;
    border: 2px solid #f5b400;
    background: white;
}

.tab.active {
    background: #f5b400;
    color: white;
}

/* 카드 */
.card {
    background: white;
    margin: 10px;
    border-radius: 15px;
    border: 2px solid #f5b400;
    padding: 5px;
    height: 100%;
}

/* 아이콘 메뉴 */
.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 10px;
}

.grid-item {
    background: white;
    border-radius: 15px;
    text-align: center;
    padding: 4px;
    box-shadow: 0px 1px 0px gray;
}

/* 하단 버튼 */
.bottom-buttons {
    display: flex;
    gap: 10px;
    padding: 10px;
}

.bottom-buttons button {
    flex: 1;
    padding: 15px;
    border-radius: 20px;
    border: none;
    background: #f5b400;
    color: white;
    font-weight: bold;
}

.footer {
    text-align: center;
    font-size: 12px;
    padding: 10px;
    color: gray;
}

#header {
    height: 15%;
    padding: 20px;
}


#container {
    padding: 5px; background-color: #fff;
    border-radius: 30px 30px 0px 0px;
    height: 100%;
}

/* 공지사항 */
.notice{
    font-size: 75%;
    padding-bottom: 10px;
    border-bottom: dotted 2px #f5b400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 메인 스와이퍼 */
ul, li {list-style-type:none;margin:0;padding:0;}
.tabs > li { width: 20%; }
.tabs > li > a { color: inherit; padding: 22px 0 20px 0; display: block; background: #fff; text-align: center; text-decoration: none; font-size: 15px; line-height: 20px; border-bottom: 2px solid transparent; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.tabs > li.active > a { border-bottom: 2px solid #f5b400; color: #f5b400; }

.swiper-container-2 { overflow: hidden; }
.swiper-container-2 .swiper-slide { background:#fff; #ccc; padding: 20px 0px; font-size: 20px; box-sizing: border-box; }

/* 필수앱 */
.app_img {
    border-radius: 20%;
    width:150px;
    height:150px;
    overflow:hidden;
    margin:0 auto;
    text-align : left;
    box-shadow: 0px 0px 10px #E1E1E1;
}

.wa {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
}

.api_hide {
    width: 100%;
    padding: 4px 4px;
    border-radius: 10px;
    background-color: white;
    border: 1px solid silver;
    text-align: center;
    white-space: nowrap;
}

.district {
    font-size: 80%;
    font-weight: bold;
}

.count {
    font-size: 80%;
    font-weight: bold;
}