
/* 공통 */
.sub_bg{background-color: #fafafa; padding:10rem 0}

/* 인사말 */
.greetings{display: flex; gap:5rem; }
.greetings p{width:50%; position: relative; padding:5rem 0 0 5rem ;}
.greetings p img{border-bottom-right-radius: 10rem;}
.greetings p::before{content: ''; width: 50%; height: 50%; background: var(--main_color); position:absolute; border-top-left-radius: 5rem; top: 0; left: 0; z-index: -1}
.greetings dl{flex:1}
.greetings dl dt{font-weight: bold; font-size:2.4rem; padding-bottom: 2rem;}
.greetings dl dt span{color:var(--main_color)}
.greetings dl dd span{display: block; text-align: right; font-weight: bold; font-size: 2.6rem;}
.bg_circle{display: inline-block; margin-right: 1rem;  color: var(--sub_color);}
.greeting_sign{text-align: right; display: block;}
.greeting_sign span{display: block; font-weight: bold; font-size: 2,4rem;}


/* 법인소개 */
.info{display: flex; gap:5rem;}
.info dt{flex:1}
.info dd{flex:2}


/* 비전 */
.vision{background:#fcf8ef url(../images/about/vision.jpg) no-repeat top right; background-size: 30%; padding:10rem 0; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 3rem; border-radius: 2rem; overflow: hidden;}
.vision p{font-weight: bold;}
.vision p span{color:var(--sub_color)}
.vision_list{display: flex; gap:2rem; text-align: center; justify-content: space-between;}
.vision_list li p{width: 20rem; height: 20rem; border-radius: 20rem; overflow:hidden; margin-bottom: 2rem;}

/* 연혁 */

.history_con{display: flex; flex-wrap: wrap; position: relative; padding:5rem 0}
.history_con::before{content: ''; width: 1px; height: 100%; background:#ccc; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.history_con dl{width:50%; /*display: flex; gap:3rem; align-items: center; */position: relative; padding:0 10rem;  margin-top:15rem;}
.history_con dl::before{content: ''; width: 1rem; height: 1rem; background: var(--sub_color); border-radius: 100%; position: absolute; top: 0; left:-.5rem;}
.history_con dl::after{content: ''; width: 5rem; height:1px; background: var(--sub_color); position: absolute; top:.5rem; left: 0; }
.history_con dl dt{font-weight: bold; font-size:2.4rem; display: inline-block; margin-bottom: 1rem; border-radius: 2rem; background: var(--point_color); color:#fff;  padding:0 1rem; text-align: center;}
.history_con dl:nth-child(odd){text-align:right;  margin-top:5rem;}
.history_con dl:nth-child(odd)::before{left:auto; right:-.5rem}
.history_con dl:nth-child(odd)::after{left:auto; right: 0;}
.history_con dl dd p{padding:2rem 0}



/* 오시는길 */
.map{display: flex; gap:5rem}
.map_info{flex-basis:30%; display: flex; flex-direction: column; gap:2rem}
.map_info dl{border-bottom: 1px solid #ccc; padding-bottom: 2rem;}
.map_info dl dt{font-weight: bold; font-size: 2.5rem;}
.map_info li{display: flex; gap:2rem; align-items: center; padding:1rem 0}
.map_info li span{display: inline-flex; width:30%; font-weight: bold;}
.map_info li span i{color:var(--main_color); display: inline-block; margin-right: 1rem;}
.map_area{flex-basis:70%}
.map_area #daumRoughmapContainer1736751297828{width: 100% !important;}

/* 사업안내 */
.business_top{display: flex; background: #fafafa; border-top-right-radius: 3rem; border-bottom-left-radius: 3rem; overflow: hidden; position: relative; padding:3rem 0 0 3rem;}
.business_top::before{content: ''; width: 40rem; height: 20rem; background: var(--main_color); position: absolute; top:0; left: 0; }
.business_top p{flex:2; position: relative;}
.business_top dl{flex:3; padding:3rem 5rem}
.business_top dl dt{font-weight: bold; font-size: 3rem; margin-bottom: 2rem; position: relative; display: inline-block; z-index: 1;}
.business_top dl dt::before{content: ''; width: 100%; height: 2rem; background: var(--main_color); opacity: .5; position: absolute; bottom: 0; left: 0; z-index: -1;}


.tel_box{display: flex; gap:5rem; border-radius: 2rem; background: #f2f8f3 url(../images/business/tel_bg.png) no-repeat bottom right; padding:3rem; margin-bottom: 10rem; align-items: center;}
.tel_box dl dt{font-weight: bold; color:var(--main_color)}
.tel_box dl dd{ font-size: 4rem; font-weight: bold; }

.photo_list{display: flex; gap:3rem}
.photo_list li{flex:1; overflow: hidden; box-shadow: 0 1rem 0 #d1e0f1; border-radius: 2rem;}
.photo_list li img{border-radius: 2rem}

.photo_list_wrap{flex-wrap: wrap; margin-right: -3rem;}
.photo_list_wrap li{flex:none; width: calc(20% - 3rem); text-align: center; box-shadow: none;}
.photo_list_wrap li img{margin-bottom: 2rem; box-shadow: 0 1rem 0 #d1e0f1; border-radius: 2rem;}



/* 후원안내 */
.info_list{display: flex; gap:3rem}
.info_list li{flex:1; padding:3rem; border-radius: 2rem; border: 1px solid #ccc; text-align: center;}
.info_list li p{margin-bottom: 2rem;}
.info_list li dl dt{font-weight: bold; background: var(--main_color); color:#fff; padding: 1rem 2rem; margin-bottom: 2rem; border-radius: 10rem;}


/* 온라인문의 */
.online_form{display: flex; gap:5rem}
.online_form h3{flex-basis: 30%;  font-size:1.6rem; font-weight: normal; padding:0 0 2rem 0}
.online_form h3 span{display: block; font-weight: bold; color:var(--main_color); font-size: 3rem;}
.online_form h3 p{position: relative;}

/* 라디오버튼 */
.radio_wrap {display: inline-block; position: relative; padding-left: 3rem; margin-right: 1rem; margin-bottom: 1.2rem; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.radio_wrap input {position: absolute; opacity: 0; cursor: pointer;}
.checkmark {position: absolute; top: 0;left: 0; height: 2rem; width: 2rem; background-color: #eee; border-radius: 50%;}
.radio_wrap:hover input ~ .checkmark {background-color: #ccc;}
.radio_wrap input:checked ~ .checkmark {background-color:var(--sub_color);}
.checkmark:after {content: ""; position: absolute; display: none; }
.radio_wrap input:checked ~ .checkmark:after { display: block;  }
.radio_wrap .checkmark:after { top: 50%; left: 50%; transform: translate(-50%, -50%);  width: 8px;  height: 8px; border-radius: 50%; background: white; }

.form_area{width: 70%;}
.online_form p{padding-top: 2rem;}
.online_form dl{display:flex; align-items: center; padding:3rem 0; border-bottom:1px dotted #ccc}
.online_form dl dt{width:20%; text-align: center;}
.online_form dl dd{width: 80%;}
.form_input{border: 1px solid #ccc; padding:1rem; width:100%; font-size:1.4rem}
.form_text{border: 1px solid #ccc; padding:2rem; width:100%; height: 30rem; overflow-y: auto;  font-size:1.4rem}
#btn_submit{background: var(--main_color); color:#fff; padding:1rem 2rem}



/* 아코디언 */
.beefup {margin: 1em 0; border: 1px solid #ddd; border-radius: 4px; }
.beefup:hover {border-color: #ccc;}
.beefup:first-child {margin-top: 0;}
.beefup__head, .beefup__body {padding: 2rem;}
.beefup__head {cursor: pointer; position: relative; margin: 0; padding-right: 50px;}
.beefup__head span{display: inline-flex; justify-content: center; align-items: center; width: 5rem; height: 5rem; margin-right: 3rem; border-radius: 100%; background: var(--sub_color); color:#fff; font-family: var(--font-eng);}
button.beefup__head, .beefup__head > button { cursor: pointer; display: block; width: 100%; background: none; border: 0; font: inherit; text-align: inherit;}
button.beefup__head[aria-disabled], .beefup__head > button[aria-disabled] {cursor: default; outline: 0; }
.beefup__head > button{position: relative; z-index: 1; margin: -10px -50px -10px -20px; padding: inherit; width: calc(100% + 70px); background: inherit; border: inherit;}
.beefup__head::after {transition: transform 0.2s ease-out; content: ""; transform: translate(0, -50%) rotate(45deg); position: absolute; top: 50%; right: 20px; z-index: 0; margin-top: -2px; padding: 3px; border-width: 0 2px 2px 0; border-style: solid; color: #ccc;}
.beefup.is-open > .beefup__head::after {transform: translate(0, -50%) rotate(225deg); margin-top: 2px;}
.mockup{background: #fafafa; padding:2rem}  






