/* 0101 */
#greeting .banner{width: 100%; height: 43rem; background-color: var(--point2); border-radius: 5rem; padding: 7rem 6rem;
    background-image: url('/theme/prix/img/sub/greeting_banner_bg.png'); background-size: 125rem 67.5rem; background-position: center bottom -22rem; background-repeat: no-repeat;
}
#greeting .banner .textArea{color: #fff;}
#greeting .banner .textArea h4{font-size: 5rem; line-height: 1; color: inherit; font-weight: bold; margin: 0 0 3rem;}
#greeting .banner .textArea p{font-size: 2rem; line-height: 1.25;}

.greeting_info{display: flex; gap: 2rem; flex-wrap: wrap; margin: 8rem 0; counter-reset: greetingInfo;}
.greeting_info li{width: calc((100% - 2rem)/2); text-align: center; border: 1px solid #ddd; border-radius: 5rem; padding: 6.5rem 4rem;}
.greeting_info li .title{position: relative; font-size: 3rem; line-height: 1; color: #111; font-weight: bold; padding: 4.5rem 0 3rem;}
.greeting_info li .title::before{position: absolute; counter-increment: greetingInfo; content: '0'counter(greetingInfo); top: 0; left: 0; width: 100%; font-size: 1.8rem; line-height: 1; color: var(--point); font-weight: bold;}
.greeting_info li .title::after{position: absolute; content: ''; left: calc(50% - 5rem); bottom: 0; width: 10rem; height: 1px; background-color: #ddd;}

.greeting_info li .icon{height: 8.5rem; display: flex; align-items: center; justify-content: center; margin: 4rem auto;}

.greeting_info li .text{font-size: 2rem; line-height: 1.5; color: #666666;}
.greeting_info li .text b{color: #111;}

.greeting_history{text-align: center;}
.greeting_history .since{font-size: 5rem; line-height: 1; color: var(--point3); font-weight: bold; margin: 0 0 2rem;}
.greeting_history .text{max-width: 84rem; font-size: 2.2rem; line-height: 3rem; color: #111; font-weight: bold; margin: 0 auto;}
.greeting_history .history{position: relative; display: flex; gap: 12rem; align-items: center; justify-content: center;}
.greeting_history .history::before{position: absolute; content: ''; top: calc(50% - 0.5px); left: 0; width: 100%; height: 1px; background-color: #dddddd;}

.greeting_history .history li{position: relative; max-width: 25px; width: calc((100% - 60rem)/6); padding: 35px 0; cursor: pointer;}
.greeting_history .history li span{display: block;  width: 100%; aspect-ratio: 1/1; background-color: #ddd; border-radius: 50%;}
.greeting_history .history li::after{position: absolute; content: attr(data-year); left: 50%; bottom: 0;  display: inline-block; font-size: 18px; line-height: 26px; color: #111; text-align: center; transform: translateX(-50%);}

.greeting_history .history li.active{max-width: 30px; }
.greeting_history .history li.active span{background-color: var(--point3);}
.greeting_history .history li.active::after{font-size: 26px; font-weight: bold;}

.greeting_history .btn{display: inline-block; font-size: 2rem; line-height: 1; color: #fff; font-weight: bold; background-color: #666666; border-radius: 1000px; padding: 1.5rem 3rem; margin: 6rem auto 0;}

/* 0102 */
#milky{width: 100%; background-image: url('/theme/prix/img/sub/milky_bg.png'); background-position: top center; background-size: contain; background-repeat: no-repeat; padding: 15rem 0 0;}
.milky_logo{position: relative; max-width: 50rem; width: 100%; display: flex; align-items: center; justify-content: center; padding: 3rem 0; margin: 0 auto 8rem;}
.milky_logo img{} 
.milky_logo .ab{position: absolute; width: 30rem; height: 1px; background-color: var(--point2);}
.milky_logo .ab.top{top: 0; left: -20rem;}
.milky_logo .ab.bottom{bottom: 0; right: -20rem;}
.milky_logo .ab.top::after{position: absolute; content: ''; width: 1rem; height: 1rem; top: calc(50% - 0.5rem); right: 0; background-color: var(--point2); border-radius: 50%;}
.milky_logo .ab.bottom::after{position: absolute; content: ''; width: 1rem; height: 1rem; top: calc(50% - 0.5rem); left: 0; background-color: var(--point2); border-radius: 50%;}

.milky_textArea{font-size: 2rem; line-height: 1.7; color: #111111; text-align: center;}
.milky_textArea h4{font-size: 2.8rem; line-height: 1.5; color: #16416a; font-weight: bold;}
.milky_textArea h4 span{font-size: 6rem; line-height: 1; color: #00aeff;}
.milky_textArea p{margin: 4rem 0 0;}
.milky_textArea p.end{font-weight: bold;}

/* event */
.eventNav{margin: 0 0 6rem;}
.eventNav ul{display: flex; gap: 1rem; justify-content: center;}
.eventNav ul > li{max-width: 18rem; width: calc((100% - 2rem)/3);}
.eventNav ul > li a{display: block; font-size: 2rem; line-height: 1; color: #666666; text-align: center; background-color: #dddddd; border-radius: 1rem; padding: 2rem 1rem;}
.eventNav ul > li.active a{color: #fff; background-color: var(--point3);}

input:focus-visible,
select:focus-visible{outline: none;}

select{-webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url('/theme/prix/img/sub/arr_down_gray.svg');  
    background-repeat: no-repeat; background-position: right 2rem center; background-size: 1rem; background-color: #fff;
}
.eventForm{max-width: 102.4rem; width: 100%; margin: 0 auto 6rem;}
.eventForm select,
.eventForm input,
.eventForm button,
.eventForm .btn{width: 100%; font-size: 1.8rem; line-height: 1.5; color: #666666; font-weight: 500; border: 1px solid #ddd; border-radius: 0.5rem; box-sizing: border-box; padding: 1.5rem 2rem;}
html textarea{border: 1px solid #ddd; box-sizing: border-box; resize: none}

.eventForm form{display: flex; gap: 1rem 2rem; justify-content: center;}
.eventForm form .selectBox{width: 14rem; }
.eventForm form .dateBox{width: 45rem; display: flex; gap: 2rem; align-items: center;}
.eventForm form .dateBox .dateSelectBox{position: relative; width: 20rem;}
.eventForm form .dateBox .dateSelectBox input{width: 15rem;}
.eventForm form .dateBox .dateSelectBox label{position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-image: url('/theme/prix/img/sub/icon_calendar.svg'); background-position: center right; background-repeat: no-repeat; background-size: 3rem;
}
.eventForm form .dateBox > p{width: 1rem; font-size: 1.8rem; line-height: 1.5; color: #666; text-align: center;}

.eventForm form .searchBox{width: 39rem; display: flex; gap: 1rem;}
.eventForm form .searchBox .btn{min-width: 10rem; width: 10rem; color: #fff; text-align: center; background-color: #666;}


.eventList{}
.eventList > ul{display: flex; gap: 6rem; flex-wrap: wrap;}
.eventList > ul li{position: relative; width: calc((100% - 12rem)/3); cursor: pointer;}
.eventList > ul li::before{position: absolute; content: ''; top: 0; left: 0; width: 8rem; height: 4rem; font-size: 1.8rem; line-height: 4rem; color: #fff; font-weight: bold; text-align: center; border-radius: 1.5rem 0 1.5rem 0;; z-index: 3;}
.eventList > ul li.ing::before{content: '진행중'; background-color: #ff7321;}
.eventList > ul li.end::before{content: '종료'; background-color: #111;}

.eventList > ul li.empty_list{width: 100%; text-align: center;}

.eventList > ul li .thumb{width: 100%; aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; border-radius: 1.5rem 1.5rem 0 0; overflow: hidden;}
.eventList > ul li .thumb img{max-width: initial; max-height: initial; width: 100%; height: 100%; transform: scale(1); transition: all ease 0.3s;}
.eventList > ul li:hover .thumb img{transform: scale(1.05);}

.eventList > ul li .textArea{margin: 2rem 0 0;}
.eventList > ul li .textArea .title{/* height: 5rem;  */font-size: 2rem; line-height: 1.5; color: #111; font-weight: bold; margin: 0 0 2rem;
    display: block; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.eventList > ul li .textArea .desc{display: flex; gap: 1rem; flex-wrap: wrap; align-items: flex-start; font-size: 1.8rem; line-height: 1.5; color: #666666;}
.eventList > ul li .textArea .desc + .desc{margin: 1rem 0 0;}
.eventList > ul li .textArea .desc .head{width: 5rem; color: #333333; font-weight: 500; text-align: center; background-color: #eceff2; border-radius: 0.5rem;}
.eventList > ul li .textArea .desc.participation .head{color: #fff; background-color: #ffb31d;}
.eventList > ul li .textArea .desc .body{width: calc(100% - 5rem - 1rem);}

.boardList_top{font-size: 1.4rem; line-height: 1; color: #666; margin: 0 0 2rem;}

.boardList_contents{}
.boardList_contents table{width: 100%; border-collapse: collapse; border-top: 3px solid #111;}
.boardList_contents table tr{border-bottom: 1px solid #ddd;}
.boardList_contents table thead{background-color: #f7f7f9;}
.boardList_contents table thead td{font-size: 1.8rem; line-height: 1.5; color: #111; font-weight: 500; text-align: center; padding: 2rem 0.5rem;}

.boardList_contents table tbody td{font-size: 1.8rem; line-height: 1.5; color: #444; text-align: center; padding: 1.5rem 0.5rem;}
.boardList_contents table tbody td a{width: 100%; display: block; text-align: left;}
.boardList_contents table tbody td .notice{display: inline-block; font-size: 1.8rem; line-height: 1.5; color: #fff; background-color: var(--point3); border-radius: 0.3rem; padding: 0 0.5rem;}

.notice .boardList_contents table tbody td.notis{position: relative;}
.notice .boardList_contents table tbody td.notis::after{position: absolute; content: '공지'; left: 50%; top: 50%; display: inline-block; font-size: 1.8rem; line-height: 1.5; color: #fff; background-color: var(--point3); border-radius: 0.3rem; padding: 0 0.5rem; transform: translate(-50%,-50%);}
.notice .boardList_contents table tbody td{font-size: 2rem; line-height: 1.5; color: #111; padding: 5rem 0;}
.notice .boardList_contents table tbody td a.title{display: block; font-size: 2.2rem; line-height: 1.5; color: #111; font-weight: bold; margin: 0 0 2rem;}
.notice .boardList_contents table tbody td .text{font-size: 1.8rem; line-height: 1.5; color: #666666; text-align: left;
    display: block; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}

.notice .boardList_contents table tbody td{font-size: 1.8rem; line-height: 1.5; color: #666;}

.board_pagination{margin: 4rem auto 0;}
.board_pagination .paging{display: flex; gap: 1rem; justify-content: center;}
.board_pagination .paging .btns{width: 4rem; aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; border: 1px solid #ddd;}
.board_pagination .paging .pg_page{background-position: center; background-size: auto 2rem; background-repeat: no-repeat;}
.board_pagination .paging .first{background-image: url('/theme/prix/img/sub/icon_pagination_first.svg');}
.board_pagination .paging .prev{background-image: url('/theme/prix/img/sub/icon_pagination_prev.svg');}
.board_pagination .paging .next{background-image: url('/theme/prix/img/sub/icon_pagination_next.svg');}
.board_pagination .paging .last{background-image: url('/theme/prix/img/sub/icon_pagination_last.svg');}

.board_pagination .paging_num{display: flex; font-size: 1.8rem; line-height: 1;}
.board_pagination .paging_num > *{width: 4rem; aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; border: 1px solid #ddd;}
.board_pagination .paging_num .pg_current{color: #fff; background-color: #111;}


/* boardView */
.boardView{
    font-size: 1.8rem;
    line-height: 1.6;
    color: #555; 
    border-top: 2px solid #111;}
.boardView_top .title{font-size: 4rem; line-height: 1.25; color: #111; font-weight: bold; text-align: center; padding: 3.5rem 0;}
.boardView_top .info{display: flex; gap: 2rem; flex-wrap: wrap; align-items: center; justify-content: space-between; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 1.5rem 0;}
.boardView_top .info .desc{display: inline-flex; gap: 0.5rem 2rem; flex-wrap: wrap;}
.boardView_top .info .desc li{display: flex; gap: 1rem; align-items: flex-start; font-size: 1.8rem; line-height: 1.5; color: #111;}
.boardView_top .info .desc li .head{color: #fff; font-weight: bold; text-align: center; background-color: #111; border-radius: 0.5rem; padding: 0 1.5rem;}

.boardView_top .info .writen{display: flex; gap: 2rem;}
.boardView_top .info .writen li{display: flex; gap: 0.5rem; font-size: 1.8rem; line-height: 1.5; color: #666666; }
.boardView_top .info .writen li .head{position: relative; color: #333; font-weight: 500;}
.boardView_top .info .writen li .head::after{position: relative; content: ':'; display: inline-block; padding: 0 0 0 0.5rem;}

.boardView_contents{padding: 6rem 0; border-bottom: 2px solid #111;}
.boardView_btn{width: max-content; display: block; font-size: 2rem; line-height: 1; color: #fff; font-weight: bold; text-align: center; background-color: var(--point3); border-radius: 100px; padding: 2rem 4rem; margin: 6rem auto 0;}

/* 댓글 */
.comment_write{padding: 2rem;}
.comment_write .title{font-size: 2.2rem; line-height: 1; color: #111; font-weight: 550; margin: 0 0 2rem;}

.basicCheckBox{position: relative;}
.basicCheckBox input{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}
.basicCheckBox label{position: relative; display: block; font-size: 1.8rem; line-height: 1; padding: 0 0 0 2.5rem; transition: all ease 0.3s;}
.basicCheckBox label::before{position: absolute; content: ''; top: 50%; left: 0; width: 2rem; height: 2rem; border: 1px solid #ddd; transform: translateY(-50%); transition: all ease 0.3s;}
.basicCheckBox label::after{position: absolute; content: ''; top: 50%; left: 0.2rem; width: 1.6rem; aspect-ratio: 23/15; background-image: url('/theme/prix/img/sub/icon_check.svg'); background-size: cover; transform: translateY(-50%); opacity: 0; transition: all ease 0.3s;}
.basicCheckBox input:checked + label{color: #111;}
.basicCheckBox input:checked + label::before{border-color: #111;}
.basicCheckBox input:checked + label::after{opacity: 1;}

.comment_write_input{display: flex; gap: 1rem; margin: 2rem 0 0;}
.comment_write_input textarea{width: calc(100% - 1rem - 12rem); height: 10rem; font-size: 1.8rem; line-height: 1.25; color: #666; padding: 1.5rem;}
.comment_write_input button{width: 12rem; height: auto; font-size: 1.8rem; color: #fff; text-align: center; background-color: #666666;}

.comment_list{}
.comment_list li{padding: 2rem; border-top: 1px solid #dddddd;}
.comment_list li:last-child{border-bottom: 1px solid #ddd;}

.comment_list_info{display: flex; gap: 2rem; align-items: flex-start; justify-content: space-between;}
.comment_list_info_writen{display: flex; gap: 1rem; font-size: 1.8rem; line-height: 1.2; color: #666;}
.comment_list_info_writen p{position: relative;}
.comment_list_info_writen p + p::before{position: absolute; content: ''; top: 10%; left: calc(-0.5rem - 0.5px); width: 1px; height: 80%; background-color: #666;}

.comment_list_info_btns{display: inline-flex; gap: 1rem;}
.comment_list_info_btns a{display: inline-block; font-size: 1.8rem; line-height: 1.2; color: #666666; border: 1px solid #666; padding: 1rem 1.2;}

.comment_list_value input{width: auto; font-size: 1.8rem; line-height: 1.2; color: #666; }
.comment_list_value.hidden input{color: #cccccc;}

.boardView_end{text-align: center; margin: 6rem auto 0;}
.boardView_end a{display: flex; align-items: center; justify-content: center; width: 14rem; height: 5rem; font-size: 1.8rem; line-height: 1.2; color: #fff; font-weight: 500; background-color: #000; border-radius: 1rem; margin: 0 auto;}

/* popup 팝업 */
.popup{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); z-index: 999; display: none;}
.popup.open{display: block;}
.popupInner{position: relative; top: 20px; left: 50%; max-width: 540px; width: calc(100% - 40px); height: calc(100% - 40px); background-color: #fff; border-radius: 3rem; transform: translateX(-50%); overflow: hidden;}

.popupInner .popup_head{position: relative; width: 100%; height: 7rem; display: flex; align-items: center; background-color: var(--point3); padding: 0 3rem;
    background-image: url('/theme/prix/img/sub/popup_bg.jpg'); background-position: right bottom;
}
.popupInner .popup_head > h4{font-size: 2.6rem; line-height: 3rem; color: #fff; font-weight: bold;}
.popupInner .popup_head .btn_close{position: absolute; top: calc(50% - 1.5rem); right: 3rem; width: 3rem; aspect-ratio: 1/1; font-size: 0; line-height: 0;}
.popupInner .popup_head .btn_close img{max-width: initial; max-height: initial; width: 100%; height: 100%;}

.popupInner .popup_body{width: 100%; height: calc(100% - 7rem); padding: 3rem; overflow-x: hidden; overflow-y: auto;}

.require{position: relative; }
.require::after{position: absolute; content: '*'; top: 0; right: -1.25rem; color: #ff0000;}
.require.front::after{display: none;}
.require.front::before{position: relative; content: '*'; top: 0; left: 0; display: inline-block; color: #ff0000; padding: 0 0.25rem 0 0;}

.popup_title{font-size: 2.4rem; line-height: 1.5; color: #111; font-weight: bold; text-align: center; margin: 0 0 3rem;}

.popup_tip{font-size: 1.6rem; line-height: 2rem; color: #999; border-bottom: 1px solid #ddd; padding: 0 0 2rem; margin: 0 0 2rem;}

.popup_inputArea{}
.popup_inputArea .inputBox{margin: 0 0 2rem;}

input, label, textarea{box-sizing: border-box;}
/* input:disabled{background-color: #f5f5f5;} */

.popup_inputArea .inputBox > label{position: relative; display: inline-block; font-size: 1.8rem; line-height: 1.2; color: #444; padding: 0 0 0 10px; margin: 0 0 1rem;}
.popup_inputArea .inputBox > label::before{position: absolute; content: ''; top: calc(50% - 3.5px); left: 0; width: 4px; height: 7px; 
    background-image: url('/theme/prix/img/sub/popup_label.svg'); background-size: cover;
}
.popup_inputArea .inputBox input{width: 100%; display: block; font-size: 1.8rem; line-height: 1.2; color: #333; border: 1px solid #ddd; padding: 1rem;}
.popup_inputArea .inputBox input::placeholder{color: #999;}
.popup_inputArea .inputBox textarea{width: 100%; height: 10rem; resize: none; display: block; font-size: 1.8rem; line-height: 1.2; color: #333; border: 1px solid #ddd; padding: 1rem;}

.popup_inputArea .inputBox .inputFileBox{display: flex; gap: 1rem;}
.popup_file_value{width: calc(100% - 9rem - 1rem); display: block; font-size: 1.8rem; line-height: 1.2; color: #333; border: 1px solid #ddd; padding: 1rem;}
.btn_file{position: relative; width: 9rem; }
.btn_file input{position: absolute; width: 100%; height: 100%; opacity: 0;}
.btn_file label{width: 100%; display: block; font-size: 1.8rem; line-height: 1.2; color: #fff; font-weight: 500; text-align: center; background-color: #666666; border-radius: 0.3rem; padding: 1rem;}

.policyArea{}
.policyArea .policy_title{font-size: 1.8rem; line-height: 1.2; color: #8a0e0e; font-weight: 500; margin: 0 0 1rem;}
.policyArea .policy_box{width: 100%; height: 10rem; display: block; /* font-size: 1.8rem; line-height: 2rem; color: #333; */ border: 1px solid #ddd; padding: 0 2rem 2rem; margin: 0 0 2rem; overflow-x: hidden; overflow-y: auto;}
.policyArea .basicCheckBox{width: max-content; display: block; margin-left: auto;}

.popup_btns{display: flex; gap: 1rem; justify-content: center; margin: 3rem auto 0;}
.popup_btns > a{max-width: 14rem; width: calc((100% - 1rem)/2); display: flex; align-items: center; justify-content: center; font-size: 1.8rem; line-height: 2rem; color: #fff; font-weight: bold; text-align: center; background-color: #111; border-radius: 0.5rem; padding: 1.5rem 1rem;}
.popup_btns > a.submit{background-color: var(--point3);}
.popup_btns > button{max-width: 14rem; width: calc((100% - 1rem)/2); display: flex; align-items: center; justify-content: center; font-size: 1.8rem; line-height: 2rem; color: #fff; font-weight: bold; text-align: center; background-color: #111; border-radius: 0.5rem; padding: 1.5rem 1rem;}
.popup_btns > button[type="submit"]{background-color: var(--point3);}


.contact_tip{font-size: 1.6rem; line-height: 1.2; color: #999; border-bottom: 3px solid #111; padding: 0 0 2rem; margin: 0 0 5rem;}

#contact .inputBox{position: relative; display: flex; gap: 1rem 2rem; align-items: center; justify-content: space-between; margin: 2rem 0 0;}
#contact .inputBox > label{max-width: 17rem; width: auto; font-size: 1.8rem; line-height: 1; color: #444; }
#contact .inputBox > input,
#contact .inputBox > select,
#contact .inputBox > textarea,
#contact .inputBox textarea,
#contact .inputBox .wr_content,
#contact .inputBox .inputFileBox{width: calc(100% - 17rem - 1rem); display: block; font-size: 1.8rem; line-height: 1; color: #666; border: 1px solid #ddd; padding: 1rem;}

#contact .inputBox textarea{height: 30rem;}

#contact .inputBox .wr_content{border: none; padding: 0;}

#contact .inputBox .inputFileBox{display: flex; gap: 1rem; border: none; padding: 0;}

/* 회원탈퇴 */

.my_page .memb_table{min-width:140rem;width:100%;text-align:center;border-collapse: collapse;}
.my_page .memb_table thead{border-bottom:0.1rem solid #ddd;}
.my_page .memb_table thead th{height:6rem;font-size:2rem;font-weight:700;background-color: #f9f9f9;}
.my_page .memb_table tbody td{border-bottom:0.1rem solid #ddd;}

.my_page .myPg_tit{font-size:2.4rem;font-weight:700;color:#333;padding-bottom:2rem;border-bottom:0.1rem solid #111;}

.memb_quit .mb_quit_tit{padding:4rem 0 2rem;font-size:2.4rem;color:#333;text-align:center;font-weight:700;}
.memb_quit .mb_quitCont{padding:5rem 6rem;border-radius:1rem;background-color:#f5f5f5;font-family:var(--prtd);}
.memb_quit .mb_quitCont em{font-size:2.2rem;font-weight:700;color:var(--point3);}
.memb_quit .mb_quitCont ol{list-style-type:decimal;padding-left:2rem;}
.memb_quit .mb_quitCont ol>li{font-size:1.8rem;line-height:2.8rem;font-weight:500;color:#666;padding:0.5rem 0 0.5rem 0.5rem;list-style:auto}

.memb_quit .mb_quitBtns{display:flex;justify-content:center;gap:1rem;margin-top:6rem;}
.memb_quit .mb_quitBtns li a{display:inline-block;width:14rem;height:5rem;line-height:5rem;border-radius:0.4rem;font-size:1.8rem;text-align:center;}
.memb_quit .mb_quitBtns li .bef_btn{color:#fff; background-color:#000;}
.memb_quit .mb_quitBtns li .cancel_btn{color:#fff; background-color: var(--point3);}


@media only screen and (max-width : 1600px){
}
@media only screen and (max-width : 1440px){
}
@media only screen and (max-width : 1320px){
}
@media only screen and (max-width : 1280px){
    .eventList > ul{gap: 4rem 2rem;}
    .eventList > ul > li{width: calc((100% - 4rem)/3);}
}
@media only screen and (max-width : 1024px){
    .greeting_info li{padding: 4rem 2rem;}

    .eventForm form .dateBox .dateSelectBox label{background-position: center right 1rem;}

    .eventForm form{flex-wrap: wrap;}
    .eventForm form .selectBox{width: auto; flex: 1 1 14rem;}
    .eventForm form .dateBox{width: auto; flex: 1 1 45rem;}
    .eventForm form .dateBox .dateSelectBox{width: auto; flex: 1 1 20rem;}
    .eventForm form .dateBox .dateSelectBox input{width: 100%; flex: 1 1 15rem;}
    .eventForm form .searchBox{width: 100%;}
}
@media only screen and (max-width : 840px){
}
@media only screen and (max-width : 640px){
    .greeting_history .history{gap: 8rem;}
    .greeting_history .history li{width: calc((100% - 40rem)/6);}

    .eventList > ul > li{width: calc((100% - 2rem)/2);}

    #contact .inputBox > label{max-width: 12rem; }
    #contact .inputBox > input,
    #contact .inputBox > select,
    #contact .inputBox > textarea,
    #contact .inputBox .inputFileBox{width: calc(100% - 12rem - 1rem); display: block; font-size: 2rem; line-height: 1; color: #666; border: 1px solid #ddd; padding: 1rem;}
    #contact .inputBox .inputFileBox{display: flex; padding: 0; border: none;}
}
@media only screen and (max-width : 480px){
    #greeting .banner{padding: 4rem;}
    #greeting .banner .textArea h4{margin: 0 0 2rem;}

    .greeting_info li{width: 100%;}

    .greeting_history .history{gap: 4rem;}
    .greeting_history .history li{width: calc((100% - 20rem)/6);}

    .greeting_history .history li{padding: 25px 0;}
    .greeting_history .history li span{max-width: 20px;}
    .greeting_history .history li::after{font-size: 14px;}

    .greeting_history .history li.active{max-width: 20px; }
    .greeting_history .history li.active::after{font-size: 18px; font-weight: bold;}

    .boardView_top .info .desc li{width: 100%;}
}
@media only screen and (max-width : 400px){

}