:root{
    /* 사용법 var(--color-brand); */
    --color-brand: #2FB476;
}

@font-face {
    font-family: 'MangoDdobak-B';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2405-3@1.1/MangoDdobak-B.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

*{font-family: 'Pretendard-Regular';}
#header .header_inner .logo h1{color: #fff;}
#header .header_inner #nav>ul.gnb_wrap>li>a {color: #fff;}
#header .header_inner .kr_en>a{font-size: 18px; color: #fff;}
#header #moWrap .header_inner .kr_en>a{font-size: 18px; color: #111;}
#header #moWrap .header_inner .kr_en>a.on{color: var(--color-brand);}
#header .header_inner .kr_en>a.on{font-weight: bold; color: var(--color-brand);}
#header.nav-hover .header_inner .kr_en>a{font-size: 18px; color: #111;}
#header.nav-hover .header_inner .kr_en>a.on{font-weight: bold; color: var(--color-brand);}

/* 팝업 */
.popWrap { position: fixed; left: 0; top: 0; display: none; width: 100%; height: 100vh; z-index: 9999; }
.popWrap.active {display: block;}
.popWrap .popBg {width: 100%; height: 100%; background-color: rgba(0,0,0,0.6);}
.popWrap .popItem { position: absolute; left: 50%; top: 50%; width: 60%; height: 60%; transform: translate(-50%,-50%);  background-color: #fff;}
.popWrap .popItem .popup_list { position: relative; display: none;}
.popWrap .popItem .popup_list img{width: 100%;}
.popWrap .popItem .popup_list.active {display: block; width: 100%; height: 100%; overflow-y: scroll;}
.popWrap .popItem .popup_list .close { position: absolute; right: 0; top: 0; padding: 10px 18px; font-size: 16px; font-weight: bold; background-color: var(--color-brand); color: #fff; border-radius: 0 0 0 10px; cursor: pointer;}
.popWrap .popItem .popup_list .info{padding: 56px 42px; box-sizing: border-box; font-size: 14px; line-height: 20px;}
.popWrap .popItem .popup_list .info span{font-weight: bold; font-size: 16px;}
.popWrap .popItem .popup_list .info table{margin-top: 24px; width: 100%;}
.popWrap .popItem .popup_list .info table{width: 100%; border-collapse : collapse;}
.popWrap .popItem .popup_list .info table thead{background-color: #F2F2F2;}
.popWrap .popItem .popup_list .info table tbody{height: 280px;}
.popWrap .popItem .popup_list .info table tr{min-height: 56px; text-align: center;}
.popWrap .popItem .popup_list .info table tr td{ width: calc(100%/3); padding: 20px 24px; font-size: 16px; line-height: 24px; color: #686868; box-sizing: border-box; border: 1px solid #e5e5e5;}
.popWrap .popItem .popup_list .info span.caption{display: block; margin-top: 16px; color: #787878; font-weight: 500;}

/* 서브 페이지 */
.sub_visual{display: flex; position: relative; width: 100%; height: 600px; background-size: cover; background-repeat: no-repeat; background-position: center; overflow: hidden;}
/* .sub_visual.intro{ background-image: url(../img/greenwave/sub/intro.png);}
.sub_visual.business{background-image: url(../img/greenwave/sub/business.png);}
.sub_visual.donation{background-image: url(../img/greenwave/sub/donation.png);}
.sub_visual.center{background-image: url(../img/greenwave/sub/center.png);}
.sub_visual.res{background-image: url(../img/greenwave/sub/center.png);} */


.sub_visual .sub_tit{ display: flex; flex-direction: column; justify-content: center; width: 100%; text-align: center;}
.sub_visual .sub_tit>span{font-size: 48px; color: #FFFFFF; font-weight: bold;}
.sub_visual .sub_tit>span br.mo{display: none;}
.sub_visual .sub_tit>p{display: flex; justify-content: center; align-items: center; gap: 24px;  margin-top: 16px; font-size: 16px; color: #FFFFFF;}
.sub_visual .tab_wrap{position: absolute; bottom: 0; width: 100%; height: 80px; background-color: rgba(0, 0, 0, 0.1); backdrop-filter: blur(5px); z-index: 999;}
.sub_visual .tab_wrap ul{display: flex; justify-content: center; height: 100%;}
.sub_visual .tab_wrap ul>li{width: 250px; height: 100%;}
.sub_visual .tab_wrap ul>li a{display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: #fff; font-size: 18px; }
.sub_visual .tab_wrap ul>li.on a{background-color: #fff; color: #2FB476;  font-weight: bold;}
.sub_visual .tit_bg{position: absolute; left: 0; width: 100%; height: 100%;  background-size: cover; transform: scale(1.2); transition: transform 5s ease-in-out; z-index: -1;}
.sub_visual.on .tit_bg{ transform: scale(1);}
.sub_visual.intro .tit_bg{ background-image: url(../img/greenwave/sub/intro.png);}
.sub_visual.business .tit_bg{background-image: url(../img/greenwave/sub/business.png);}
.sub_visual.donation .tit_bg{background-image: url(../img/greenwave/sub/donation.png);}
.sub_visual.center .tit_bg{background-image: url(../img/greenwave/sub/center.png);}
.sub_visual.res .tit_bg{background-image: url(../img/greenwave/sub/center.png);}

/* 게시판 공통 */
.sub_wrap{width: 100%; padding: 120px 0; box-sizing: border-box;}
.sub_wrap>.tit{position: relative; text-align: center; font-size: 32px; font-weight: bold; line-height: 46px;}
.sub_wrap>.tit::before{content: ""; position: absolute; top: -24px; left: calc(50% - 12px); transform: translateX(-50%); width: 24px; height: 6px; background-color: var(--color-brand);}
.sub_wrap>.tit::after{content: ""; position: absolute; top: -24px; left: calc(50% + 12px); transform: translateX(-50%); width: 24px; height: 6px; background-color: #0992D5;}
#bo_list{margin:0 auto; width: 1400px !important;}
#bo_gall{margin:0 auto; width: 1400px !important;}
#bo_v{margin:0 auto; width: 1400px !important;}
#bo_cate{margin: 0 0 108px;}
#bo_cate ul{display: flex; justify-content: center;}
#bo_cate ul>li{min-width: 160px; height: 48px;}
#bo_cate ul>li a{display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; border: 0; box-shadow: none; color: #111; font-size: 18px;}
#bo_cate #bo_cate_on{background-color: #f4f4f4; color: var(--color-brand); border: 0; box-shadow: none;}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active{background-color: var(--color-brand);}
.tbl_wrap table{border-top: 1px solid #111;}
.tbl_head01 thead th{font-size: 18px;}
#bo_list tbody tr td{font-size: 16px;}
/* .tbl_head01 thead th.num{width: 160px;}
.tbl_head01 thead th.date{width: 280px;} */
#bo_list tbody tr td.td_subject{padding: 0 24px !important; box-sizing: border-box;}
.bo_notice td{background-color: transparent !important;}
#bo_gall li.empty_list{font-size: 18px;}
.sub_wrap .section{width: 1600px; margin: 120px auto 0;}
.sub_wrap .section.flex{display: flex;}
.sub_wrap .section.w1400{width: 1400px;}
.sub_wrap .section.w100{width: 100%; margin-top: 136px;}
#bo_w{width: 1400px; margin: 76px auto 0;}
#btn_autosave{display: none;}
#bo_gall .gall_info{display: none;}
.bo_cate_link{display: none;}
#bo_gall #gall_ul{margin: 10px 0 !important;}
/* .bo_tit{overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: keep-all; font-weight: 500;} */
.bo_tit{  text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; font-weight: 500;}
.bo_v_nb{display: none;}
/* 인사말 */
.sub_wrap.greeting .section01{position: relative; width: 100%; margin-top: 0;}


.sub_wrap.greeting .section01 .item_wrap{display: flex;  position: relative; width: 100%;}
.sub_wrap.greeting .section01 .item_wrap .inner{display: flex; flex-direction: row; flex-wrap: wrap; gap: 96px; width: 1400px; margin: 0 auto;}
/* .sub_wrap.greeting .section01 .item_wrap .img_wrap{width: calc(100% - 896px);}
.sub_wrap.greeting .section01 .item_wrap .img_wra img{width: 100%;} */
.sub_wrap.greeting .section01 .item_wrap .text_wrap{ display: flex; flex-direction: column; justify-content: flex-end;}
.sub_wrap.greeting .section01 .item_wrap .text_wrap::before{content: ""; position: absolute; left: 0; bottom: 0; z-index: -1; width: 100%; height: 478px; background-color: #F7F8FA;}
.sub_wrap.greeting .section01 .item_wrap .text_wrap span{ font-size: 38px; line-height: 54px;}
.sub_wrap.greeting .section01 .item_wrap .text_wrap span b{color: var(--color-brand);}
.sub_wrap.greeting .section01 .item_wrap .text_wrap p{ font-size: 16px; line-height: 24px; padding: 56px 0; box-sizing: border-box;}
.sub_wrap.greeting .section02 .tit{font-size: 32px; font-weight: bold; color: var(--color-brand); text-align: center;}
.sub_wrap.greeting .section02 .item_wrap{display: flex; flex-wrap: wrap; gap: 118px 36px; width: 100%; margin-top: 96px;}
.sub_wrap.greeting .section02 .item_wrap .item{position: relative; display: flex; flex-direction: column; justify-content: flex-end;  width: calc((100% - 36px)/2); height: 680px;}
.sub_wrap.greeting .section02 .item_wrap .item .img_wrap{position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 346px;}
.sub_wrap.greeting .section02 .item_wrap .item .img_wrap img{width: 100%;}
.sub_wrap.greeting .section02 .item_wrap .item .text_wrap{display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 507px; padding: 209px 30px 16px; background-color: #F7F8FA;}
.sub_wrap.greeting .section02 .item_wrap .item .text_wrap p{display: flex; justify-content: center; align-items: center; font-size: 20px; color: #2e2e2e; text-align: center;}
.sub_wrap.greeting .section02 .item_wrap .item .text_wrap p:nth-child(1){height: 48px;}
.sub_wrap.greeting .section02 .item_wrap .item .text_wrap span{display: block; margin-top: 24px; font-size: 36px; color: #111; font-weight: bold;}
.sub_wrap.greeting .section02 .item_wrap .item .text_wrap p.info{display: flex; justify-content: center; align-items: center; margin-top: 27px; width: 100%; height: 164px; background-color: #fff; border-radius: 10px; font-size: 24px; line-height: 35px; color: var(--color-brand); font-weight: bold; text-align: center;}

/* 그린웨이브철학 */
.sub_wrap.ci .section:first-child{margin: 0 auto;}
.sub_wrap.ci .section01 .item_wrap .inner{width: 100%;}
.sub_wrap.ci .section01 .item_wrap .inner>span{font-size: 20px; color: var(--color-brand); font-weight: bold;}
.sub_wrap.ci .section01 .item_wrap .inner .text_wrap{display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; margin-top: 36px;}
.sub_wrap.ci .section01 .item_wrap .inner .text_wrap span{font-size: 64px; font-weight: bold;}
.sub_wrap.ci .section01 .item_wrap .inner .text_wrap p{font-size: 24px; line-height: 32px; color: #787878;}
.sub_wrap.ci .section01 .item_wrap .inner .img_wrap{width: 100%; margin-top: 136px;}
.sub_wrap.ci .section01 .item_wrap .inner .img_wrap img{width: 100%;}

.sub_wrap.ci .section02 .item_wrap{width: 100%;}
.sub_wrap.ci .section02 .item_wrap .tit{text-align: center;}
.sub_wrap.ci .section02 .item_wrap .tit span{font-size: 24px; line-height: 24px; line-height: 36px;}
.sub_wrap.ci .section02 .item_wrap .tit span b{font-size: 32px; font-weight: bold;}
.sub_wrap.ci .section02 .item_wrap .img_wrap{display: flex; flex-wrap: wrap; width: 100%; margin-top: 72px;}
.sub_wrap.ci .section02 .item_wrap .img_wrap .img_box{position: relative; display: flex; justify-content: center; align-items: center;  width: calc(100%/3); height: 800px; /* filter: grayscale(1); */ background-color: rgba(0, 0, 0, 0.1);}
.sub_wrap.ci .section02 .item_wrap .img_wrap .img_box::before{content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5);}
.sub_wrap.ci .section02 .item_wrap .img_wrap .img_box.one{background-image: url(../img/greenwave/sub/prob01.png);}
.sub_wrap.ci .section02 .item_wrap .img_wrap .img_box.two{background-image: url(../img/greenwave/sub/prob02.png);}
.sub_wrap.ci .section02 .item_wrap .img_wrap .img_box.three{background-image: url(../img/greenwave/sub/prob03.png);}
.sub_wrap.ci .section02 .item_wrap .img_wrap .img_box span{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; font-size: 24px; color: #fff; text-align: center; line-height: 42px;}

.sub_wrap.ci .section03 .item_wrap{width: 100%;}
.sub_wrap.ci .section03 .item_wrap .tit{text-align: center;}
.sub_wrap.ci .section03 .item_wrap .tit span{font-size: 32px; font-weight: bold; color: var(--color-brand);}
.sub_wrap.ci .section03 .item_wrap .ci_wrap{ width: 100%; margin-top: 72px;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .box{display: flex; flex-wrap: wrap; align-items: center; gap: 72px; width: 100%; margin-top: 72px;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .img_wrap{width: 40%;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .img_wrap table{width: 100%; border-collapse : collapse;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .img_wrap table tbody{width: 100%;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .img_wrap table tr{display: flex; flex-direction: column; min-height: 56px; text-align: center;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .img_wrap table tr td{display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; padding: 56px; font-size: 16px; line-height: 24px; color: #686868; box-sizing: border-box;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(1) .img_wrap table tr td:first-child{border-bottom: 1px solid #e5e5e5;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .img_wrap table tr td span b{color: var(--color-brand);}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .img_wrap table tr td img{width: 250px;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .text_wrap{width: calc(60% - 72px);}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .text_wrap span{font-size: 42px; font-weight: bold;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .text_wrap p{font-size: 24px; margin-top: 36px; line-height: 42px; color: #787878;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .text_wrap p.caption{margin-top: 4px; font-size: 16px; line-height: normal;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(2){gap: 0; background-color: #F7F8FA;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(2) .img_wrap{width: 100%; }
.sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(2) .img_wrap table{height: 100%;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(2) .img_wrap table tr{flex-direction: row;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(2) .img_wrap table tr td{border: 1px solid #fff;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(2) .img_wrap table tr td .color_wrap{width: 100%; display: flex; flex-wrap: wrap; gap:  16px 0;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(2) .img_wrap table tr td .color_wrap .color{display: flex; flex-direction: column; align-items: center; width: 50%;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(2) .img_wrap table tr td .color_wrap .color .color_bg{width: 80%; height: 36px;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(2) .img_wrap table tr td .color_wrap .color .color_bg.one{background-color: #0992d5;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(2) .img_wrap table tr td .color_wrap .color .color_bg.two{background-color: #00a0b2;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(2) .img_wrap table tr td .color_wrap .color .color_bg.three{background-color: #2fb476;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(2) .img_wrap table tr td .color_wrap .color .color_bg.four{background-color: #5e6060;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(2) .img_wrap:first-child table tr td{font-size: 32px; line-height: 42px; color: #111;}
.sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(2) .img_wrap table tr td img{width: 100%;}






/* 사업소개 */
.sub_wrap.business .section .item_wrap{display: flex; flex-direction: column; width: 100%;}
.sub_wrap.business .section .item_wrap .item{display: flex; flex-direction: row; flex-wrap: wrap;}
.sub_wrap.business .section .item_wrap .item.reversed{display: flex; flex-direction: row-reverse; flex-wrap: wrap;}
.sub_wrap.business .section .item_wrap .item .img_wrap{width: 50%; height: 320px; }
.sub_wrap.business .section .item_wrap .item .img_wrap img{width: 100%; height: 100%;}
.sub_wrap.business .section .item_wrap .item .text_wrap{display: flex; flex-direction: column; justify-content: center; width: 50%; padding: 0 46px;}
.sub_wrap.business .section .item_wrap .item.reversed .text_wrap{text-align: right;}
.sub_wrap.business .section .item_wrap .item .text_wrap span{font-size: 30px; font-weight: bold;}
.sub_wrap.business .section .item_wrap .item .text_wrap p{font-size: 20px; line-height: 32px; margin-top: 12px;}
 

/* 환경지원 */
.sub_wrap.business .section .button_wrap{position: relative; display: flex; justify-content: center; margin-top: 72px;}
.sub_wrap.business .section .button_wrap a{position: relative; display: block; width: 100%;}
button.learn-more { width: 14rem; height: auto; background-color: transparent; border: 0;}
button.learn-more .circle { transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1); position: relative; display: block; margin: 0; width: 3rem; height: 3rem; background: var(--color-brand); border-radius: 1.625rem;}
button.learn-more .circle .icon { transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1); position: absolute; top: 0; bottom: 0; margin: auto; background: #fff;}
button.learn-more .circle .icon.arrow {transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1); left: 0.625rem; width: 1.125rem;  height: 0.125rem; background: none;}
button.learn-more .circle .icon.arrow::before { position: absolute; content: ''; top: -0.25rem;  right: 0.0625rem; width: 0.625rem; height: 0.625rem; border-top: 0.125rem solid #fff; border-right: 0.125rem solid #fff; transform: rotate(45deg);}
button.learn-more .button-text { display: flex; justify-content: center; align-items: center; transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1); position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 0.75rem 0; margin: 0 0 0 0.85rem; color: #282936; font-weight: 700; line-height: 1.6; text-align: center; text-transform: uppercase; font-size: 16px; width: 100%;}
button.learn-more:hover .circle { width: 100%;}
button.learn-more:hover .circle .icon.arrow { background: #fff; transform: translate(1rem, 0);}
button.learn-more:hover .button-text { color: #fff;}


/*기부신청 */
.sub_wrap.donation #bo_w{border-top: 1px solid #e5e5e5; box-sizing: border-box;}
.sub_wrap.donation .text_wrap{ width: 100%;}
.sub_wrap.donation .text_wrap span{font-size: 26px; line-height: 48px; font-weight: bold;}
.sub_wrap.donation .inquiry_wrap{display: flex; flex-direction: column; justify-content: center; flex-wrap: wrap; gap: 24px; width: 100%; margin-top: 72px;}
.sub_wrap.donation .inquiry_wrap .input_wrap{width: 100%; padding-bottom: 48px;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box{display: flex; flex-direction: row; flex-wrap: wrap; gap: 24px; width: 100%;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item{display: flex; width: calc(50% - 24px); height: 64px;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item.donation{width: 100%;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item.ad{width: 100%; height: fit-content;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item:last-child{height: fit-content;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item:last-child label{height: 64px;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item>label{display: flex;  align-items: center; width: 160px; height: 100%; padding-left: 16px; box-sizing: border-box; font-size: 18px;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item>input{width: calc(100% - 160px); height: 100%; padding-left: 16px; box-sizing: border-box; outline: 0; border: 1px solid #e5e5e5;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item .agree{display: flex; align-items: center; width: 100%; height: 100%; gap: 16px; font-size: 16px;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item .agree .button{padding: 8px 16px; background-color: #e5e5e5; color: #787878; cursor: pointer; font-size: 14px; margin-left: 36px;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item .wr_content{width: calc(100% - 160px); height: 64px;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item .wr_content textarea{resize: none; width: 100% !important; height: 100% !important; border: 1px solid #e5e5e5; outline: 0; box-shadow: none; border-radius: 0; padding: 0 0 0 16px; line-height: 64px; overflow-y: hidden;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item .item{width: calc(100% - 160px);}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item .select-box{ width: 100%; }
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item>span{font-size: 18px;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item>.address{width: calc(100% - 160px);}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item>.address .address_input_wrap{display: flex; flex-wrap: wrap; gap: 3%; width: 100%; height: fit-content;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item>.address .address_input_wrap>div{display: flex; flex-wrap: wrap; width: 100%; gap: 16px;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item>.address .address_input_wrap>div>input{width: 100%; min-height: 64px; border: 1px solid #e5e5e5; font-size: 16px; padding:0 16px; box-sizing: border-box;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item>.address .address_input_wrap>div>input#address{width: calc(100% - 136px); font-size: 16px;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item>.address .address_input_wrap .address_btn{width: 120px; min-height: 64px; font-size: 16px;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item>.address .address_input_wrap .address_btn>input{width: 100%; background-color: var(--color-brand); color: #fff; font-weight: bold; height: 100%; border: 0; border-radius: 8px; font-size: 16px; cursor: pointer;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item>.address .address_input_wrap .address_btn>input:hover{background-color: #0992D5;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .bot{display: flex; flex-direction: column; width: 100%; border-top: 1px solid #313131; border-bottom: 1px solid #313131; margin-top: 32px;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .bot .input_item{width: 100%; height: 96px;}
.sub_wrap.donation .inquiry_wrap .input_wrap .input_box .bot .input_item:first-child{border-bottom: 1px solid #e5e5e5;}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus{outline: 0; box-shadow: none; border-color: #e5e5e5 !important;}
.select-box{z-index:999;position:relative;display:block;width:100%;margin:0 auto;font-family:"Pretendard Variable",sans-serif;font-size:16px;color:#60666d;border-radius:8px}
.select-box__current{position:relative;cursor:pointer;outline:0;height:100%;border:1px solid #e5e5e5}
.select-box__current.active+.select-box__list{opacity:1;animation-name:none;display:block}
.select-box__current.active+.select-box__list .select-box__option{cursor:pointer}
.select-box__current.active .select-box__icon{transform:translateY(-50%) rotate(180deg)}
.select-box__icon{position:absolute;top:50%;right:15px;transform:translateY(-50%);width:20px;opacity:.3;transition:.2s}
.select-box__value{display:flex}
.select-box__input {display: none;}
.select-box__input:checked+.select-box__input-text{display:flex;min-height:64px;align-items:center}
.select-box__input-text{display:none;width:100%;margin:0;padding:16px;background-color:#fff;border-radius:4px;color:#60666d}
.select-box__list{position:absolute;width:100%;padding:0;list-style:none;opacity:0;animation-name:HideList;animation-duration:.5s;animation-delay:.5s;animation-fill-mode:forwards;animation-timing-function:step-start;box-shadow:0 15px 30px -10px rgba(0,0,0,.1);display:none; border: 1px solid var(--color-brand);}
.select-box__option{display:block;padding:15px;background-color:#fff}
.select-box__option:focus,.select-box__option:hover{color:#546c84;background-color:var(--color-brand); color: #fff;}
.sub_wrap.donation .btn_confirm{text-align: center; margin: 46px 0 0 !important;}
.sub_wrap.donation .btn_confirm #btn_submit{font-size: 18px; min-width: 180px; padding: 16px 24px; box-sizing: border-box; background-color: var(--color-brand); color: #fff; border-radius: 200px; border: 0; outline: 0;}
.sub_wrap.donation .btn_confirm #btn_submit:hover{background-color: #0992D5;}
.sub_wrap.donation .tit b{color: var(--color-brand);}
.sub_wrap.donation .qr_wrap{display: flex; flex-direction: column; gap: 36px; width: 1400px; margin: 108px auto 0;}
.sub_wrap.donation .qr_wrap .qr_box{width: 100%;}
.sub_wrap.donation .qr_wrap .qr_box>span{font-size: 20px; font-weight: bold;}
.sub_wrap.donation .qr_wrap table{margin-top: 24px; width: 100%;}
.sub_wrap.donation .qr_wrap table{width: 100%; border-collapse : collapse;}
.sub_wrap.donation .qr_wrap table tr{display: flex; min-height: 56px; text-align: center;}
.sub_wrap.donation .qr_wrap table tr td{display: flex; flex-direction: column; justify-content: center; align-items: center; width: calc(100%/2); padding: 48px 24px; font-size: 16px; line-height: 24px; color: #686868; box-sizing: border-box; border: 1px solid #e5e5e5;}
.sub_wrap.donation .qr_wrap table tr td span b{color: var(--color-brand);}
.sub_wrap.donation .qr_wrap table tr td p{margin-top: 24px;}
.sub_wrap.donation .qr_wrap table tr td p b{font-size: 18px; color: #111;}
.sub_wrap.donation .qr_wrap table tr td img{width: 120px; margin-top: 24px;}
.sub_wrap.donation .qr_wrap table tr td .button{width: 180px;}
.sub_wrap.donation .qr_wrap table tr td .button a{display: flex; justify-content: center; align-items: center; width: 100%; height: 56px; margin-top: 16px; background-color: var(--color-brand); color: #fff; border-radius: 100px; font-size: 18px; font-weight: bold; cursor: pointer;}
.sub_wrap.donation .qr_wrap table tr td .button a:hover{background-color: #0992D5;}




/* .address{width: calc(100% - 160px);}
.address .address_input_wrap{width: 100%;}
.address .address_input_wrap>div{width: 100%;}
.address .address_input_wrap>div input{height: 64px !important;}
.address .address_input_wrap>div #address{width: calc(100% - 100px); height: 64px;}
.address .address_input_wrap>div .address_btn{width: 100px;}
.address .address_input_wrap>div .address_btn>input{width: 100%; height: 100%;} */

/* 발자취 */

.sub_wrap.center  #bo_gall #gall_ul{display: flex; flex-wrap: wrap; gap: 24px;}
.sub_wrap.center .gall_row .col-gn-5{width: calc((100% - 48px)/3);}
.sub_wrap.center .gall_row .col-gn-5 .gall_img{overflow: hidden; height: fit-content !important;}
.sub_wrap.center .gall_row .col-gn-5 .gall_img img{width: 100%;}
.sub_wrap.center .gall_row .gall_text_href a.bo_tit{font-size: 18px; margin-top: 8px; text-align: center; width: 100%; justify-content: center; overflow:hidden; vertical-align:top; text-overflow: ellipsis; word-break:break-all; -webkit-box-orient:vertical; -webkit-line-clamp:1;}
/* 푸터 */
/* footer.sub{background-color: #F5F5F5;}
footer.sub .footer_wrap .footer_top ul.text>li a{color: #111;}
footer.sub .footer_wrap .footer_bot .left ul.text>li{color: #111;}
footer.sub .footer_wrap .footer_bot .left ul.text>li>ul>li{color: #111;}
footer.sub .footer_wrap .footer_bot .right ul>li{color: #111;} */
#bo_w .input_item.bot .checkbox-wrapper-13{justify-content: center;}
#bo_w .checkbox-wrapper-13{display: flex; align-items: center; width: 100%; height: 100%; background-color: #fff; padding: 16px; box-sizing: border-box;}
.checkbox-wrapper-13 span{margin-left: 8px;}
#bo_w .checkbox-wrapper-13:nth-child(2){border-right: 0;}
#bo_w .checkbox-wrapper-13:nth-child(3){border-left: 0;}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper-13 input[type=checkbox] {
      --active: #275EFE;
      --active-inner: #fff;
      --focus: 2px rgba(39, 94, 254, .3);
      --border: #BBC1E1;
      --border-hover: #275EFE;
      --background: #fff;
      --disabled: #F6F8FF;
      --disabled-inner: #E1E6F9;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 21px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      cursor: pointer;
      border: 1px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    .checkbox-wrapper-13 input[type=checkbox]:after {
      content: "";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    .checkbox-wrapper-13 input[type=checkbox]:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9;
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled:checked {
      --b: var(--disabled-inner);
      --bc: var(--border);
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled + label {
      cursor: not-allowed;
    }
    .checkbox-wrapper-13 input[type=checkbox]:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover);
    }
    .checkbox-wrapper-13 input[type=checkbox]:focus {
      box-shadow: 0 0 0 var(--focus);
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
      width: 21px;
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
      opacity: var(--o, 0);
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
      --o: 1;
    }
    .checkbox-wrapper-13 input[type=checkbox] + label {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-left: 4px;
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
      border-radius: 7px;
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      transform: rotate(var(--r, 20deg));
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
      --r: 43deg;
    }
  }

  .checkbox-wrapper-13 * {
    box-sizing: inherit;
  }
  .checkbox-wrapper-13 *:before,
  .checkbox-wrapper-13 *:after {
    box-sizing: inherit;
  }



@media screen and (max-width:1600px){
    /* 공통 */
    .sub_visual{height: 520px;}
    .sub_wrap .section.w1400{width: 90%;}
    
    .sub_visual .tab_wrap ul>li a{font-size: 16px;}
    .sub_visual .sub_tit>span{font-size: 36px;}
    .sub_visual .tab_wrap{height: 60px;}
    .sub_wrap .section{width: 90%;}
    #bo_v{width: 90% !important;}
    .sub_wrap>.tit{font-size: 32px;}
    #bo_w{width: 90%;}
    .sub_wrap.inquiry .inquiry_wrap{flex-direction: column-reverse;}
    .sub_wrap.inquiry .inquiry_wrap .text_wrap{width: 100%; background-position: center center;}
    .sub_wrap.inquiry .inquiry_wrap .input_wrap{width: 100%;}
    #bo_list{width: 90%  !important;}
    #bo_gall{width: 90% !important;}
    
}

@media screen and (max-width:1400px){
    
  
  .sub_wrap.greeting .section01 .item_wrap .inner{width: 90%; justify-content: space-evenly; gap: 0; justify-content: flex-start;}
  .sub_wrap.greeting .section01 .item_wrap .inner .img_wrap{display: flex;}
  .sub_wrap.greeting .section01 .item_wrap .inner .img_wrap img{width: 245px;}
  .sub_wrap.greeting .section01 .item_wrap .text_wrap span{font-size: 30px; line-height: 42px; margin-top: 36px;}
  .sub_wrap.greeting .section01 .item_wrap .text_wrap span{font-size: 30px; line-height: 42px;}
  .sub_wrap.greeting .section02 .item_wrap .item{height: 580px;}
  .sub_wrap.greeting .section02 .item_wrap .item .img_wrap{width: 246px;}
  .sub_wrap.greeting .section02 .item_wrap .item .text_wrap p{font-size: 16px;}
  .sub_wrap.greeting .section02 .item_wrap .item .text_wrap span{font-size: 28px;}
  .sub_wrap.greeting .section02 .item_wrap .item .text_wrap p.info{font-size: 18px; line-height: 26px;}
  /* .sub_wrap.greeting .section02 .item_wrap .item .text_wrap{padding: 0;} */
  
    /* 비즈니스1 */
    .sub_wrap.business .section .item_wrap .item .text_wrap p{font-size: 18px;}


    /* 철학 */
    .sub_wrap.ci .section01 .item_wrap .inner .text_wrap span{font-size: 42px;}
    .sub_wrap.ci .section01 .item_wrap .inner .text_wrap p{font-size: 16px; line-height: 26px;}
    .sub_wrap.ci .section02 .item_wrap .tit span{font-size: 20px; line-height: 32px;}
    .sub_wrap.ci .section02 .item_wrap .tit span b{font-size: 28px;}
    .sub_wrap.ci .section02 .item_wrap .img_wrap .img_box{height: 400px;}
    .sub_wrap.ci .section02 .item_wrap .img_wrap .img_box span{font-size: 18px; line-height: 32px;}
    .sub_wrap.ci .section03 .item_wrap .ci_wrap .img_wrap table tr td{padding: 24px;}
    .sub_wrap.ci .section03 .item_wrap .ci_wrap .text_wrap span{font-size: 36px;}
    .sub_wrap.ci .section03 .item_wrap .ci_wrap .text_wrap p{font-size: 20px; line-height: 36px;}
    .sub_wrap.ci .section03 .item_wrap .ci_wrap .text_wrap p br{display: none;}
    .sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(2) .img_wrap:first-child table tr td{font-size: 20px;}
    .sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(2) .img_wrap:nth-child(2) table tr td img{width: 65%;}
    .sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(2) .img_wrap:first-child table tr{flex-direction: column;}
    .sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(2) .img_wrap:first-child table tr td img{width: 60%;}
/*     .sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(2) .img_wrap:nth-child(2) table tr{flex-direction: column;}
    .sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(2) .img_wrap table tr td .color_wrap .color{width: calc(100%/4);} */
}

@media screen and (max-width:1024px){

    
    /* 인사말 */
    .sub_wrap.greeting .section02 .item_wrap{gap: 72px 36px;}
    .sub_wrap.greeting .section02 .item_wrap .item{width: 100%;}
    .sub_wrap.greeting .section02 .item_wrap .item .text_wrap p.info{padding: 0 36px; box-sizing: border-box;}


  
    /* 비즈니스1 */
    .sub_wrap>.tit{font-size: 24px; line-height: 32px;}
    .sub_wrap.business .section .item_wrap .item .img_wrap{width: 100%;}
    .sub_wrap.business .section .item_wrap .item .text_wrap{width: 100%; padding: 46px;}
    .sub_wrap.business .section .item_wrap .item .text_wrap span{font-size: 22px;}
    .sub_wrap.business .section .item_wrap .item .text_wrap p{font-size: 16px; line-height: 28px;}
    .sub_wrap.business .section .item_wrap .item.reversed .text_wrap{text-align: left;}

    /* 기부신청 */
    .popWrap .popItem{width: 80%;}
    .sub_wrap.donation .qr_wrap{width: 90%;}
    .sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item{width: 100%;}
    

    /* 철학 */
    .sub_wrap.ci .section03 .item_wrap .ci_wrap .box{flex-direction: column;}
    .sub_wrap.ci .section03 .item_wrap .ci_wrap .img_wrap table tr{flex-direction: row; width: 100%;}
    .sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(1) .img_wrap table tr td:first-child{border-bottom: 0; border-right: 1px solid #e5e5e5;}
    .sub_wrap.ci .section03 .item_wrap .ci_wrap .img_wrap{width: 100%;}
    .sub_wrap.ci .section03 .item_wrap .ci_wrap .text_wrap{width: 100%;}
    .sub_wrap.ci .section03 .item_wrap .ci_wrap .box:first-child .img_wrap table tr td{width: 50%;}
    .sub_wrap.ci .section03 .item_wrap .ci_wrap .img_wrap table tr td img{width: 80%;}

}


@media screen and (max-width:768px){
    /* 공통 */
    br.mo{display: none;}

    .sub_wrap>.tit{text-align: left; width: 90%; margin: 0 auto;}
    /* 비즈니스1 */

    .sub_wrap.business .section .item_wrap .item .text_wrap{padding: 24px 0px;}

    /* 기부신청 */
    .popWrap .popIem .popup_list .info table tr td{padding: 10px; font-size: 14px;}
    .sub_wrap.donation .qr_wrap table tr{flex-direction: column;}
    .sub_wrap.donation .qr_wrap table tr td{width: 100%;}
    .sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item{flex-wrap: wrap; height: fit-content; gap: 12px;}
    .sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item>label{width: 100%; padding-left: 0; font-weight: bold;}
    .sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item>input{width: 100%; height: 64px;}
    .sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item .item{width: 100%;}
    .sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item>.address{width: 100%;}
    .sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item .wr_content{width: 100%;}
    #bo_w .checkbox-wrapper-13{flex-wrap: wrap; padding: 0;}
    .checkbox-wrapper-13 span{font-size: 13px;}
    .sub_wrap.donation .inquiry_wrap .input_wrap .input_box .input_item .agree .button{width: 100%; margin-left: 0; margin-top: 8px; height: 56px; display: flex; justify-content: center; align-items: center;}
    .sub_wrap.donation .inquiry_wrap .input_wrap .input_box .bot .input_item{height: 120px;}
    .sub_wrap.donation .inquiry_wrap .input_wrap .input_box .bot .input_item .agree .button{margin-top: 0;}
 
    
    /* 발자취 */
    .sub_wrap.center  #bo_gall #gall_ul{display: flex; flex-wrap: wrap; gap: 24px;}
    .sub_wrap.center .gall_row .col-gn-5{width: calc((100% - 24px)/2);}


    /* 철학 */
    .sub_wrap.ci .section03 .item_wrap .ci_wrap .box:nth-child(2) .img_wrap table tr{flex-direction: column;}
    .sub_wrap.ci .section02 .item_wrap .img_wrap .img_box{width: 100%; height: 240px; background-size: cover;}
    .sub_wrap.ci .section01 .item_wrap .inner .text_wrap p{margin-top: 36px;}
}
@media screen and (max-width:475px){
.sub_wrap.greeting .section02 .item_wrap .item .text_wrap{padding: 209px 16px 16px;}
.sub_wrap.greeting .section02 .item_wrap .item .text_wrap p.info{padding: 0 16px;}
}