@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

body{font-family:'Roboto' ,'Noto Sans KR', 'sans-serif';}
.contain{background-color:#181433; }
.contain:before{display: table; content: '';}
.banner-wrap{width: 100%; margin: 20px auto 5px; padding: 0 25px;}
.banner-wrap img{width: 100%;}


.content{padding: 5px;min-height: calc(100vh - 28.5vw - 24px);display: flex;flex-direction: column;}
.main-menu{display: flex;align-items: stretch;height: calc((100vh - 28.5vw - 34px) / 3);min-height: 140px;}
.main-menu .items{ flex-grow: 1; border-radius: 8px; margin: 5px; width: 100%; position: relative; cursor: pointer; padding: 0;}
.main-menu .items a{width: 100%; height: 100%; display: block; padding: 6.4vw 3.8vw 5.1vw; }
.main-menu .items span{font-size: 3.6vw; font-weight: 400;}
/*.main-menu .items .menu-image{width: auto; height: auto; position: absolute; right: 15px; bottom: 20px;}*/
/*.main-menu .items .menu-image img{object-fit: contain; width: 100%; height: 100%; content: '';}*/
.items .menu-image{width: 10.3vw; height: 9.5vw; background-repeat: no-repeat; background-position: center; background-size: contain;  position: absolute; right: 15px; bottom: 20px;}

.item01{background-color: #fff;}
.item01 span{color: #E02B6C;}
.item01 .menu-image{background-image: url("/image/program_glance.svg")}

.item02{background-color: #DEF3FF;}
.item02 span{color: #008CDE;}
.item02 .menu-image{background-image: url("/image/icon_facitiy.svg")}

.item03{background-color: #FFF0DE;}
.item03 span{color: #DE7800;}
.item03 .menu-image{background-image: url("/image/icon_favorite.svg")}

.item04{background-color: #FFEBF7;}
.item04 span{color:#F6537A;}
.item04 .menu-image{background-image: url("/image/icon_ongoing.svg")}

.item05{background-color: #C6F9EF;}
.item05 span{color: #0B8F40;}
.item05 .menu-image{background-image: url("/image/icon_program.svg")}

.item06{background-color: #FFE8CC;}
.item06 span{color: #D27E00;}
.item06 .menu-image{background-image: url("/image/icon_sponsorship.svg")}

.item07{background-color: #EFEAFF;}
.item07 span{color: #DE5FF2;}
.item07 .menu-image{background-image: url("/image/icon_floorplan.svg")}

.item08{background-color: #E3EEFF;}
.item08 span{color: #1E6ECC;}
.item08 .menu-image{background-image: url("/image/icon_notice.svg")}

.tab-bar{width: 100%; height: 84px; padding: 10px 15.5px 0; background-color: #fff;  position: fixed; bottom: 0; left:0;  display: flex; align-items: flex-start; justify-content: space-between; transition: all 0.5s;}
.tab-bar.btm {bottom: -100%;}
.tab-menu-btn{width: 54px; height:55px; display: flex; flex-direction: column; justify-content: space-evenly;}
.tab-menu-btn span{font-size: 11px; text-align: center; display: block; margin-top:8px; color: #B0B0B0;}

.tab-menu-btn::before{display: block; content: ''; margin: 0 auto;}
.t-btn01::before{width: 20px; height: 20px; background: url("/image/icon_back_btn.svg") no-repeat 50% 50%; background-size: auto 100%;}
.t-btn02 span{color: #FF1531;}
.t-btn02::before{width: 21px; height: 23px; background: url("/image/icon_now_btn.svg") no-repeat 50% 50%; background-size: auto 100%;}
.t-btn03::before{width: 20px; height: 20px; background: url("/image/icon_home_btn.svg") no-repeat 50% 50%; background-size: auto 100%;}
.t-btn03 span{color: #1E6ECC;}
.t-btn04::before{width: 25px; height: 21px; background: url("/image/icon_program_btn.svg") no-repeat 50% 50%; background-size: auto 100%;}
.t-btn05::before{width: 20px; height: 20px; background: url("/image/icon_favorite_btn.svg") no-repeat 50% 50%; background-size: auto 100%;}
.t-btn06::before{width: 20px; height: 20px; background: url("/image/icon_tab_menu_btn.svg") no-repeat 50% 50%; background-size: auto 100%;}


/* 공지사항 css */
 button{border:none;}
.sub-header{background-color:#181433; height: 76px; display: flex; align-items: center; justify-content: center; color: #fff;}
.sub-header h2{margin: 0; font-weight: 700; font-size: 20px;}

.qna-list{background-color: #fff;}
.qna-list .qna-header {border-bottom: 1px solid #dbdbdb; padding: 30px 20px 20px;}
.qna-list .qna-header .row{margin: 0;}
.qna-list .qna-header .cate{display: flex; justify-content: space-between; align-items: center;}
.qna-list .qna-header .cate button{width: 10px; height: 5px; content: ''; display: block; background: url("/image/icon_arrow_down.png") no-repeat 50% 50%; transition: all 0.7s; }
.qna-title .q-tit{font-size: 15px; font-weight: 700; margin: 0 0 7px;}
.qna-title .q-tit.pin{display: flex; text-indent:7px; }
.qna-title .q-tit.pin::before{content: ''; display: block; background: url("/image/icon_pin.svg") no-repeat 50% 50%; padding-right: 10px; margin-right: 7px;}
.q-date{font-size: 14px; color: #acacac; font-weight: 400;}

.qna-list .qna-con{min-height: 100px;  background-color: #fff; padding: 0 20px 30px; border-bottom: 1px solid #dbdbdb; position: relative; font-size: 14px; display: none;}
.qna-txt{white-space: pre-line; line-height: 16px;}
.qna-list .qna-con .con-btn{display: flex; justify-content: flex-end; align-items: center;}
.qna-list .qna-con .con-btn button{ color: #777; font-size: 15px;}

.space{display: inline-flex; margin: 0 10px; width: 1px; height: 10px; background-color: #dbdbdb;}
.space-s{display: inline-flex; margin: 0 10px; width: 1px; height: 8px; background-color: #dbdbdb; align-self: center;}

.qna-list .qna-box.active .qna-header{border-bottom: none;}
.qna-list .qna-box.active .cate button{color: #007bff; transform: rotateZ(180deg)}

.qna-txt{font-weight: 400; font-size: 14px; color: #666;}
.attch-file{width: fit-content; margin-top: 30px;}
.attch-file-name a{font-size: 14px; font-weight: 400; color: #3E67B7; text-decoration: underline; display: flex; align-items: center;}
.attch-file-name a::after{width: 13px; height: 15.5px; content: ''; display: block; background: url("/image/icon_file_download.svg")no-repeat 50% 50%; margin-left: 5px;}


/* 광고 이미지 정렬 수정 */
.advertisement_wrap{height: 100vh; display: flex; align-items: center; justify-content: center;}
.advertisement{width: 100%; display: flex; align-content: center; justify-content: center;}