@charset "UTF-8";

.br { display:none; }

/* psd contents : 1160, 1440기준 여백 좌+우=120일 경우 : 1320 */
.container.ty-2 { padding-top:60px; }
.contents { max-width:1480px; padding:0 20px; margin:48px auto 59px; }
/* content Max Width */
.max-w { margin-left:auto; margin-right:auto; max-width:960px; }

/* sub visual */
.sub-vis.vis-mypage { background-color:#f1f4f4; }
.sub-vis.vis-mypage::before { display:none; }
.sub-vis.vis-mypage .sub-title { text-align:center; }
.sub-vis.vis-mypage .sub-title .text { margin-right:0; }

/* title */
.g-title, .g-title-4 { font-size:18px; font-family:'NanumSquare'; font-weight:800; color:#000; }
.g-title.ty-2 { font-size:24px; }
.g-title .i-title::before { margin-right:11px; }
.g-title.ty-2 .i-title::before { display:block; margin-bottom:6px; }
.g-title-sub { margin-top:8px; font-size:14px; line-height:1.42; }
.g-title-2 { margin-bottom:11px; font-size:14px; color:#000; font-weight:700; }
.g-title-2.cmgt { margin-top:40px; }
.g-title-3, .g-title-5 { margin-bottom:9px; font-size:12px; color:#000; font-weight:bold; }
.g-title-3 > .tb-ps-top{display: inline-block; margin-left: 10px; font-weight: normal;}
.g-title-3 + .etc{font-size: 9px; color: #999999;margin-bottom: 10px;}
.g-title-4 .i-title-2::before { margin-right:11px; }
.g-title-wrap { position:relative; display:flex; justify-content:space-between; }
.g-title-wrap.cmgt, .g-title-3.cmgt { margin-top:18px; }
.g-title-wrap.cmgt-2, .g-title-3.cmgt-2, .g-title-5.cmgt-2 { margin-top:35px; }
.g-title-wrap .side { font-size:0; }
.g-title-wrap-2 > .g-title { display:inline-block; vertical-align:middle; }
.g-title-wrap-2 > .tooltip { display:inline-block; vertical-align:middle; }
.g-title-wrap-2 > .g-title + .tooltip{line-height: 2}
.g-title-6 { margin-top:22px; font-size:21px; font-family:'NanumSquare'; font-weight:800; }
.g-title-6.cmgt { margin-top:30px; font-size:24px; }
.g-title-6.cmgt-2 { margin-top:46px; font-size:24px; }
.g-title-6.cmgt-3 { margin-top:86px; font-size:24px; }
.g-title-6.cmgt-4 { margin-top:98px; font-size:24px; }
.g-title-7 { margin:36px 0 12px; font-size:21px; line-height:1.2; font-family:'NanumSquare'; font-weight:800; }
.g-title-7.cmgt { margin:75px 0 35px; font-size:24px; }
.g-title-7.cmgt-2 { margin:55px 0 25px; font-size:24px; }
.g-title-7.cmgt-3 { margin:55px 0 13px; font-size:24px; }
.g-title-7.cmgt-4 { margin:85px 0 13px; font-size:20px; }
.g-title-7 .g-stitle { margin-bottom:4px; }
.g-title-8 { margin:36px 0 15px; font-size:19px; line-height:1.2; font-family:'NanumSquare'; font-weight:700; }
.g-title-9 { margin:53px 0 37px; font-size:20px; font-family:'NanumSquare'; font-weight:700; }
.g-title-sub-2 { margin-top:8px; font-size:12px; }
.g-title-sub-3 { margin-top:24px; font-size:14px; line-height:1.6; font-family:'NanumSquare'; font-weight:400; color:#333; }
.g-stitle { display:block; font-family:'Noto Sans KR'; font-size:12px; font-weight:400; color:#666; }

/* tab */
.swipe-initialized { position:relative; overflow:hidden; cursor:move; }
.swipe-initialized .swipe-cont { position:relative; white-space:nowrap; }

.tab { position:relative; margin:15px -20px 15px; font-size:0; font-weight:700; color:#999; }
.contents > .tab:first-child { margin-top:-12px; }
.tab::before { content:''; position:absolute; left:0; right:0; bottom:0px; height:1px; background:#c8c8c8; }
.tab .item { position:relative; display:inline-block; font-size:14px; line-height:40px; text-align:center; }
.tab a { display:block; padding:0 20px; }
.tab .item.active { color:#000; }
.tab .item.active::before { content:''; position:absolute; left:0; right:0; bottom:0px; height:2px; background:#ff5000; }
.tab:not([data-swipe]) { margin-left:0; margin-right:0; }
.tab:not([data-swipe]) ul { display:flex; }
.tab:not([data-swipe]) .item { flex:1; }

.tab-2 { position:relative; margin:25px -20px 30px; font-size:0; color:#888; text-align:center; }
.tab-2:first-child { margin-top:-39px; margin-bottom:36px; }
.tab-2:first-child::before { content:''; position:absolute; left:-100vw; right:-100vw; height:1px; background:#c8c8c8; }
.tab-2.cmgt { margin-top:0 !important; }
.tab-2::before { content:''; position:absolute; left:0; right:0; bottom:0; height:1px; background:#c8c8c8; }
.tab-2 .item { flex:auto; position:relative; display:inline-block; font-size:15px; text-align:center; }
.tab-2 a { display:block; padding:5px 15px; height:100%; }
.tab-2 .item a::before { content:''; display:inline-block; width:1px; min-height:33px; height:100%; margin-right:-1px; vertical-align:middle; }
.tab-2 .item .in { display:inline-block; vertical-align:middle; padding-bottom:3px; }
.tab-2 .item.active { z-index:2; color:#000; font-weight:700; }
.tab-2 .item.active::before { content:''; position:absolute; left:0; right:0; bottom:0; height:2px; background:#ff5000; }
.tab-2.fixed ul { position:fixed; z-index:100; max-width:1400px; }
.tab-2.fixed ul::before { content:''; position:absolute; left:-50vw; right:-50vw; bottom:0; top:0; border-bottom:1px solid #c8c8c8; background:#fff; }
.tab-2:not([data-swipe]) ul { display:flex; }

/* defind */
.def-target { margin-top:28px; padding:15px 27px 21px; background:#ff5000; color:#fff; }
.def-target dt { display:inline-block; margin-bottom:19px; padding:0 0 9px; font-size:12px; font-weight:bold; border-bottom:2px solid #fff; }
.def-target dd { font-size:16px; font-weight:bold; line-height:1.5; }

/* popup */
body .fixed-scroll { position:fixed; left:0; top:0; width:100%; height:100%; overflow:auto; -webkit-overflow-scrolling:touch; }
.uipop-container { display:none; position:absolute; text-align:center; }
.uipop-container iframe { vertical-align:top; }
.uipop-container .accessibility-btns { position:absolute; top:0; right:0; opacity:0; white-space:nowrap; width:1px; height:1px; overflow:hidden; }
.uipop-container.dim { position:fixed; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,.7); z-index:900; overflow:auto; -webkit-overflow-scrolling:touch; }
.uipop-container.dim .uipop-track { display:table-cell; width:100vw; height:100vh; vertical-align:middle; }
.uipop-container.dim:not(.full) .uipop-track::before, .uipop-container.dim:not(.full) .uipop-track::after { content:''; display:block; height:30px; }
.uipop-container.trans { background:transparent; }
.uipop-container .pop-wrap.dim { position:static; left:0; top:0; right:0; bottom:0; background:none; overflow:visible; -webkit-overflow-scrolling:touch; }
.uipop-container .pop-layer { position:relative; width:100%; max-width:660px; min-height:100px; height:auto; max-height:none; top:0; left:0; margin:0 auto; transform:none; background:#fff; box-sizing:border-box; }
.uipop-container .pop-layer.pop-admin { display:inline-block !important; max-width:86.1vw; min-height:0; width:auto; }
.uipop-container .pop-layer.pop-admin .swiper-wrapper {cursor: default;}
@media all and (min-width: 1200px) {
	/* .uipop-container .pop-layer.pop-admin .swiper-wrapper {transform: none !important;} */
	.uipop-container .pop-layer.pop-admin .swiper-slide { width: auto !important; }
}
.uipop-container .pop-layer.pop-sgm{max-width: 1053px}
.uipop-container .pop-layer.pop-sgm > .pop-cont{max-height: calc(100% - 70px); }
.pop-layer { display:none; text-align:left; }
.pop-layer .pop-btn-close { position:absolute; right:23px; top:21px; z-index:100; padding:0; }
.pop-layer .pop-btn-close .i-close { position:relative; width:24px; height:24px; }
.pop-layer .pop-btn-close .i-close::before { content:''; display:block; position:absolute; top:50%; margin-top:-1px; width:100%; height:2px; background:#000; transform:rotate(-45deg); transition:transform 0.2s; }
.pop-layer .pop-btn-close .i-close::after { content:''; display:block; position:absolute; top:50%; margin-top:-1px; width:100%; height:2px; background:#000; transform:rotate(45deg); transition:transform 0.2s; }
.pop-layer .pop-btn-close .i-close.white::before, .pop-layer .pop-btn-close .i-close.white::after { background-color:#fff; }
.pop-layer .pop-btn-close:hover .i-close::before, .pop-layer .pop-btn-close:hover .i-close::after { transform:rotate(0); }
.pop-head { padding:25px 20px; border-bottom:1px solid #e8e8e8; }
.pop-head.ty-2 { padding-top:40px; padding-bottom:25px; background:#ededed; border-color:#ededed; }
.pop-head-2 { position:relative; height:300px; background-position:center center; background-repeat:no-repeat; background-size:cover; }
.pop-head-2 .pop-title { position:absolute; left:0; right:0; top:50%; margin-top:-10px; transform:translateY(-50%); text-align:center; }
.pop-head-2 .pop-title img { height:45px; }
.pop-head-2 .pop-title .ps { display:block; margin-top:10px; font-size:16px; color:#fff; }
.pop-title { font-size:18px; font-family:'NanumSquare'; line-height:1; font-weight:700; }
.pop-layer .admin-img { max-width:310px; font-size:0; }
.pop-layer .admin-img img, .pop-layer .admin-img a { display:block; max-width:100%; }
.pop-today { position:relative; background:#000; padding:10px; color:#fff; font-size:10px; }
.pop-today .pop-btn-close { top:3px; right:10px; }
.pop-today .fm-chk + .checked-i.txt { padding-left:23px; }
.pop-cont, .pop-cont-2 { padding:37px 20px 30px; }
.pop-cont .msg .text-ty { font-size:13px; font-weight:700; line-height:1.38; }
.pop-cont .msg .text-ty-2 { font-size:10px; color:#666; line-height:1.4; }
.pop-cont .msg .text-ty + .text-ty { margin-top:7px; }
.pop-cont .msg .text-ty + .text-ty-2 { margin-top:13px; }
.pop-cont .btit{font-size: 28px; font-weight: 500; color: #ff5000; text-align: center}
.pop-cont .charity_info{padding-top: 20px}
.pop-cont .charity_info > .subj{color: #b5b4b4; font-size: 16px; position: relative; line-height: 40px; height: 40px;}
.pop-cont .charity_info > .subj::after{content: ''; height: 1px; width: 100%; background-color: #e0e0e0; position: absolute; bottom: 0; left: 0;}
.pop-cont .charity_info > .desc{padding: 0px 28px; border-bottom: 1px solid #e0e0e0;margin-bottom: 10px;}
.pop-cont .charity_info > .desc > p{color: #666666; font-size: 16px; padding: 15px 0px 10px}
.pop-cont .charity_info > .desc > p > strong{color: #ff5000; font-size: 24px;}
.pop-cont .charity_info .name{font-size: 13px; line-height: 30px; height: 30px; margin-bottom: 10px}
.pop-cont .charity_info .name ul li{float: left}
.pop-cont .charity_info .name ul li:last-child{padding-left: 100px}
.pop-cont .charity_info .service{padding: 15px 0px 40px; border-bottom: 1px solid #e0e0e0;}
.pop-cont .charity_info .service ul li{padding-left: 10px; font-size: 13px; position: relative; color: #666666}
.pop-cont .charity_info .service ul li::before{content: ''; width: 3px; height: 3px; background-color: #ff5000; position: absolute; top: 7px; left: 0px;}
.pop-cont .charity_info .service > .fm-rc-g{    padding: 20px 0px 5px;}
.pop-cont .charity_info .service .tit{color: #000000; font-size: 14px; font-weight: bold; float: left;    margin: 8px 0px 8px 0; line-height: 22px; padding: 0px 80px;}
.pop-cont .charity_info .service > .fm-rc-g > .fm-item{float: left; margin-right: 50px}
.pop-cont .charity_info .view{font-size: 12px; color: #ff5000}
.pop-cont .charity_info .btnarea{margin: 15px}
.pop-cont .btnarea .btn-7.small{min-width: 130px; font-weight: normal; margin-top: 10px}

.pop-cont.result_area{padding: 41px 30px 30px;}
.pop-cont.result_area .result_info{width: 440px; max-height: 440px; min-height: 30px; overflow-y: auto; overflow-x: hidden; padding: 0px; margin-bottom: 20px; text-align: center}
.pop-cont.result_area .result_info > img{width: 100%}

.pop-foot { margin-top:-30px; padding:30px 20px; }
/* tooltip */
.tooltip { position:relative; margin-left:7px; font-size:12px; line-height:1.33; text-align:center; }
.tooltip-cont { display:none; position:absolute; left:50%; z-index:10; width:570px; max-width:80vw; padding:26px 15px; margin-top:11px; border:1px solid #ccc; background:#fff; transform:translateX(-50%); border-radius:10px; box-shadow:0px 4px 13px rgba(0,0,0,0.14); }
.tooltip-cont::after { content:''; position:absolute; top:-8px; left:calc(50% - 8px); width:0; height:0; border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:8px solid #fff; }
.tooltip-cont::before { content:''; position:absolute; top:-9px; left:calc(50% - 9px); width:0; height:0; border-left:9px solid transparent; border-right:9px solid transparent; border-bottom:9px solid #aaa; }
.confirm-msg { padding-top:10px; padding-bottom:28px; text-align:center; }
.confirm-msg .subj { display:block; font-size:18px; font-weight:400; font-family:'NanumSquare'; }
.confirm-msg .desc { margin-top:16px; font-size:10px; }
.confirm-msg .desc-left { margin-top:16px; font-size:15px; text-align: left; line-height:25px; }

/* grid */
.sub-grid.ty-2 { display:flex; }
.sub-grid.ty-2 .grid-item { flex:1; }
.sub-grid-2 .g-title-8 { color:#ff5400; }

/* table */
.tb-data .date { color:#666; }
.tb-data .state { color:#000;position: relative;}
.tb-data .state > span{width: 100px; text-align: center; display: inline-block; float: left; line-height: 30px}
.tb-data .state > .btn_info{float: right}
.tb-data .state > .btn_info > .btn-1{min-width: 56px; padding: 0px 5px;}
.tb-data .state.ty-1 { color:#64cc36; }
.tb-data .state.ty-2 { color:#ff5000; }

.tb-data td.subj{text-align: left}
.tb-ps-top { margin-bottom:11px; font-size:9px; color:#666; }
.tb-data .mini, .tb-data-2 .mini { font-size:8px; }

.tb-data { border-top:1px solid #e0e0e0; font-size:12px; color:#000; text-align:center; }
.tb-data thead th { padding-top:11px; padding-bottom:11px; font-size:10px; color:#999; background:#f7f7f7; }
.tb-data th, .tb-data td { padding:14px 10px; border-bottom:1px solid #e0e0e0; }
.tb-data .date { font-size:9px; line-height:1.33; }
.tb-data tr.no-data { padding:0 !important; }
.tb-data .no-data:not(tr), .tb-data tr.no-data td { padding:100px 0; text-align:center; font-size:18px; font-family:'NanumSquare'; color:#999; }

.tb-data-2 { border-top:1px solid #e0e0e0; font-size:11px; color:#000; }
.tb-data-2.noline-t { border-top:0; }
.tb-data-2.cmgt { margin-top:12px; }
.tb-data-2 tr { height:56px; }
.tb-data-2 th { padding:20px 0; color:#666; border-bottom:1px solid #e0e0e0; text-align:left; vertical-align:top; }
.tb-data-2 > dt { margin:21px 0 8px; color:#666; line-height:18px; }
.tb-data-2 > dt:first-child { margin-top:0; }
.tb-data-2 > dt > .num { display:inline-block; height:18px; padding:0 6px; margin-right:7px; line-height:18px; color:#fff; font-size:10px; background:#999; border-radius:4px; }
.tb-data-2 td { padding:10px 0; border-bottom:1px solid #e0e0e0; text-align:left; }
.tb-data-2.noline { border-top-width:0; }
.tb-data-2.noline tr { height:45px; }
.tb-data-2.noline th { padding:13px 0; border-bottom:0; font-weight:normal; }
.tb-data-2.noline td { padding:5px 0; border-bottom:0; }
.tb-data-2.noline .fm-row + .fm-row { margin-top:10px; }

.answer-grid {
    position: relative;
    margin-top: 30px;
}
.answer-grid .tb-ps-top {
    position: absolute;
    right: 0;
    top: -25px;
}
.tb-data-2.noline .tb-answer th {
    text-align: center;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    background-color: #f7f7f7;
}
.tb-answer th,
.tb-answer td {
    border: 1px solid #ddd;
}
.tb-data-2.noline .tb-answer td {
    padding: 5px 8px;
    border: 1px solid #ddd;
}
.tb-answer td .fm-ipt {
    height: 33px;
    background-color: #fff;
}
.tb-answer td:last-child .fm-ipt {
    width: calc(100% - 33px);
}
/* .tb-answer td .fm-ipt:invalid {
    border-color: #f00;
} */
.tb-answer td:last-child button {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    padding: 0;
    outline: 0;
    font-size: 0;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #000;
}
.tb-answer td:last-child button::before,
.tb-answer td:last-child button::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 7px;
    width: 9px;
    height: 1px;
    background: #fff;
}
.tb-answer td:last-child button::before {
    transform: rotate(-45deg);
}
.tb-answer td:last-child button::after {
    transform: rotate(45deg);
}
.answer-grid .btn-wrap {

    margin-top: 8px;
    padding: 0;
}
.answer-grid .btn-wrap button {
    position: relative;
    min-width: 65px;
    padding-left: 24px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
}
.answer-grid .btn-wrap button::before,
.answer-grid .btn-wrap button::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 13px;
    width: 8px;
    height: 1px;
    background: #fff;
}
.answer-grid .btn-wrap button::before {
    transform: rotate(-90deg);
}
.answer-grid .btn-wrap button::after {
    transform: rotate(0deg);
}

/* board */
.grid-sch { margin:50px 0 30px; }
.grid-sch.board { margin:30px 0 30px; }
.grid-sch.mgt_small { margin:30px 0 30px; }
.grid-sch .grid-item + .grid-item { margin-left:10px; }

.grid-link { display:block; height:100%; }
.grid-list { margin-top:30px; }
.grid-list .list::after { content:''; display:block; clear:both; }
.grid-list .grid-item { margin:27px 0 0; }
.grid-list .grid-item:first-child { margin-top:0; }
.grid-list .grid-item .grid-img{ position: relative; height: 330px; overflow: hidden; }
.story.grid-list .grid-item .grid-img{height: 247px; overflow: hidden}
.grid-list .grid-item .grid-img img { width:100%; height: 100% }
.grid-list .grid-item .grid-img + .grid-txt { margin-top:11px;  }
.grid-list .grid-item .grid-img .flag-ing { position:absolute; left:-60px; top:-60px; z-index:2; width:121px; height:121px; line-height:1; padding-top:94px; overflow:hidden; font-size:16px; font-family:'Montserrat'; font-weight:700; color:#fff; transform:rotate(-45deg); background:#ff5000; text-align:center; }
.grid-list .grid-item .grid-img .flag-close { position:absolute; left:-60px; top:-60px; z-index:2; width:121px; height:121px; line-height:1; padding-top:94px; overflow:hidden; font-size:16px; font-family:'Montserrat'; font-weight:700; color:#fff; transform:rotate(-45deg); background:#808080; text-align:center; }

.grid-list .grid-item .grid-img.no-img{background-color: #f4f7fa; position: relative;}
.grid-list .grid-item .grid-img.no-img > img{width: 215px; height: 20px; position: absolute; transform: center; display: block; left: calc(50% - 107px);top: calc(50% - 10px);}
.grid-list .grid-item .title { font-size:16px; color:#222; font-weight:bold; }
.grid-list .grid-item .info { margin-top:2px; font-size:11px; color:#999; }

.board-view { position:relative; max-width: 1200px; margin: 0 auto; }
.board-view > .btnarea { position:relative; margin-top:50px; padding:20px 0 0; border-top:1px solid #e7e7e7; text-align:left; }
.board-view > .btnarea > a.btn-5{position: absolute; left: calc(50% - 70px);}
.board-title { position:relative; margin:0 0 30px; padding:16px 0 20px; border-bottom:1px solid #e7e7e7; }
.board-title .cate { display:block; margin-bottom:6px; font-size:14px; color:#ff5000; font-weight:700; }
.board-title .title { font-size:22px; color:#000; font-weight:700; line-height:1.45; font-family:'NanumSquare'; }
.board-title .info { margin-top:13px; font-size:14px; color:#666; line-height:25px; }
.board-title .ico-txt { display:inline-block; padding:0 13px; margin-right:5px; font-size:12px; color:#fff; background:#77ca00; border-radius:25px; }
.board-title > .control { position:absolute; right:0; bottom:19px; }
.board-title > .control .share .btn { padding:10px; }

.board-side .subj { margin-bottom:12px; font-size:18px; font-family:'NanumSquare'; font-weight:800; color:#000; }
.board-side .text { font-size:14px; color:#000; line-height:1.28; }
.board-side .text dt { margin:22px 0 9px; font-size:12px; color:#ff5000; font-weight:700; }
.board-side .text dt:first-child { margin-top:0; }
.board-side .control { display:flex; }
.board-side .control .share { flex:none; }
.board-side .control .btn-4 { flex:1; }
.board-side .control .btn-4.btn_closed[disabled]{background-color: #666;border: 1px solid #666;}

/* 2022-03-02 수정 :: S */
.board-content { font-size:16px; line-height:1.42; min-height: 60px;}
.board-view.ty-2 .board-content {min-height: 750px;}
.board-img img, .board-content img, .board-content table { max-width:100% !important; }
/* .board-content figcaption { margin-top:11px; font-size:13px; line-height:1.5; } */
.board-content > h1:first-child, .board-content > h2:first-child, .board-content > h3:first-child, .board-content > h4:first-child { margin-top:0; }
.board-content h1 { font-size: 2em; font-weight:400; /*margin:1.8em 0 8px;*/ }
.board-content h2 { font-size: 1.5em; font-weight:400; /*margin:1.5em 0 8px;*/ }
.board-content h3 { font-size: 1.17em; font-weight:400; /*margin:1.3em 0 8px;*/ }
.board-content h4 { font-size: 20px; font-weight:400; /*margin:1em 0 8px;*/ }
.board-content h5 {font-size: 16px;}
.board-content h6 {font-size: 0.67em;}
.board-content a:link { color: #0000EE; cursor: pointer; text-decoration: underline; }
.board-content a:visited { color: #551A8B !important; }
.board-content a:active { color: #EE0000 !important; }
.board-content strong { font-weight: bold !important; }
/* .board-content h5, .board-content h6,
.board-content div, .board-content dl, .board-content dt, .board-content dd, .board-content ul, .board-content ol, .board-content li, .board-content pre, .board-content code, .board-content form, .board-content fieldset, .board-content legend, .board-content input, .board-content textarea, .board-content p, .board-content blockquote, .board-content th, .board-content td, .board-content article, .board-content aside, .board-content footer, .board-content header, .board-content nav, .board-content section, .board-content figcaption, .board-content main { margin:8px 0; }
.board-content div, .board-content td{margin:0px;}
.board-content figure { margin:1em 0 8px; } */
/* 2022-03-02 수정 :: E */
.board-img { margin-bottom:34px; }
.board-view .photo-list ul { max-width:1038px; margin:0 auto; font-size:0; text-align:center; }
.board-view .photo-list ul::after { content:''; display:block; clear:both; }
.board-view .photo-list ul li { margin-top:15px; height: 300px; overflow: hidden;}
.board-view .photo-list ul li:first-child { margin-top:0; }
.board-view .photo-list img { max-width:100%; min-width: 100% }
.board-view .video { position:relative; padding-top:56.25%; }
.board-view .video iframe, .board-view .video video { position:absolute; left:0; top:0; width:100% !important; height:100% !important; }

.board-content em{font-style: italic}
.board-content table tbody tr th, .board-content table tbody tr td {
    -webkit-print-color-adjust: exact !important;
    text-align: center;
    border-left: 1px solid #d9dee2;
    border-right: 1px solid #d9dee2;
    border-top: 1px solid #d9dee2;
    border-bottom: 1px solid #d9dee2;
    vertical-align: middle;
    font-size: 14px;
    height: 40px;
    line-height: 1.5;
    padding: 5px 10px;
}

.share-cont { display:none; color:#666; font-size:0; text-align:center; }
.share-cont .item { display:inline-block; font-size:12px; }
.share-cont .item + .item { margin-left:30px; }
.share-cont .item .ir-b { display:block; margin:0 auto 7px; }
.share-cont .copy { display:block; position:relative; width:100%; height:35px; line-height:32px; margin-top:22px; border:1px solid #dbdbdb; background:#f7f7f7; font-size:10px;overflow: hidden;}
.share-cont .copy::before { content:attr(title); color:#8b8b8b; }
.share-cont .copy .in-btn { position:absolute; top:0; right:0; bottom:0; width:69px; border-left:1px solid #dbdbdb; background:#fff; }

.step-area { margin:-48px -20px 24px; padding:40px 0 22px; background-color:#ededed; }
.step { counter-reset:number; font-size:0; text-align:center; }
.step li { position:relative; display:inline-block; width:80px; counter-increment:number; font-size:12px; color:#999999; font-weight:700; }
.step li::before { content:counter(number); position:relative; z-index:2; display:block; margin:0 auto 2px; width:50px; height:50px; line-height:48px; font-size:18px; background: #fff; border:1px solid #999999; color: #999; border-radius:100%; text-align:center; box-sizing:border-box; }
.step li:not(:first-child)::after { content:''; position:absolute; top:25px; right:50%; width:100%; height:1px; background:#cfcfcf; }
.step li.active { color:#ff5000; }
.step li.active::before { border-color:#ff5000; background-color:#ff5000; color:#fff; }
.step li.prev { color:#222; }
.step li.prev::before { border-color:#222; background-color:#222; color:#fff; }
.btnarea .subject{overflow: hidden; height: 35px; width: 100%;display: inline-block; text-overflow: ellipsis; white-space: nowrap;}

/* About */
.space { position:relative; overflow:hidden; margin-top:30px; width:100%; height:240px; text-align:center; }
.space img { position:absolute; left:50%; top:50%; min-width:100%; min-height:100%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }

.tour-apply { display:block; margin-top:25px; height:70px; line-height:69px; font-size:19px; background-color:#ff5000; font-family:'NanumSquare'; font-weight:800; color:#fff; text-align:center; }
.tour-apply::before { content:''; display:inline-block; margin-right:17px; vertical-align:middle; width:30px; height:38px; background:url("../images/sub/i-tour-mo.png") 0 0 no-repeat; background-size:30px 38px; }

.map-area { margin-top:14px; height:270px; }
.map-area img { width:100%; height:100%; }

.space-list { margin:12px 0 0; overflow:visible; }
.space-list .swiper-slide { width:100%; }
.space-list .swiper-slide img { width:100%; }
.swiper-container-horizontal > .swiper-scrollbar{height: 5px; background-color: #e9e9e9; bottom: -20px; left: 0px; width: 100%}
.swiper-scrollbar-drag{background: #ff5000;}

.vision { position:relative; font-family:'NanumSquare'; color:#5f5f5f; }
.vision .type { position:absolute; left:50%; top:0; width:75px; line-height:75px; text-align:center; font-family:"Montserrat"; font-weight:600; font-size:12px; color:#ff5000; }
.vision .subj { position:absolute; left:50%; top:0; width:175px; line-height:31px; font-family:"Montserrat"; font-weight:600; font-size:24px; color:#000; }
.vision .subj .white { color:white; }
.vision-mission { z-index:2; }
.vision-mission .s-title .iblock { padding:0 12px 0 8px; background:rgba(0,0,0,.8); }

/* About - History */
.history-head { margin-bottom:117px; font-size:14px; text-align:center; }
.history-anchors { position:absolute; left:0; right:0; font-size:0; margin-top:-95px; overflow:hidden; }
.history-anchors .inner { max-width:1480px; margin:0 auto; padding:15px 20px 10px; }
.history-anchors .inner::before { content:''; position:absolute; left:-50vw; right:-50vw; top:0; height:100%; background:#fff; }
.history-anchors .inner::after { content:''; position:absolute; left:-50vw; right:-50vw; top:18px; height:1px; background:#eee; }
.history-anchors .pos { position:relative; z-index:2; top:3px; display:block; height:1px; margin-bottom:-1px; }
.history-anchors .pos .in { display:block; width:0; height:100%; background:#ff5000; transition:width .3s, padding .3s; box-sizing:content-box; }
.history-anchors .anchors { display:flex; }
.history-anchors .anchor { position:relative; z-index:2; flex:1; font-size:10px; transition:color .3s; }
.history-anchors .anchor:last-child { flex:none; }
.history-anchors .anchor a { position:relative; display:block; width:3em; text-align:center; margin:0 -1.5em; padding:15px 0 0; }
.history-anchors .anchor::before { content:''; position:absolute; left:-3px; top:0; width:6px; height:6px; background:#111; border:0 solid #ff5000; border-radius:100%; transition:all .3s; }
.history-anchors .anchor.active { color:#ff5000; }
.history-anchors .anchor.active::before { left:-5px; top:-2px; background:#fff; border-width:2px; }
.history-anchors.fixed .inner { position:fixed; top:60px; left:0; right:0; z-index:100; }
.history-anchors.fixed .inner::before { box-shadow:0px 5px 10px rgba(0,0,0,0.05); }
.history-group .photo { position:relative; height:140px; overflow:hidden; margin:39px 0 5px; color:#fff; text-align:center; background-position:center center; background-size:cover; }
.history-group .photo.bg-2017 { background-image:url("../images/sub/history-2017.jpg"); }
.history-group .photo.bg-2010 { background-image:url("../images/sub/history-2010.jpg"); }
.history-group .photo img { width:100%; }
.history-group .photo .year { position:absolute; left:0; right:0; bottom:50%; font-size:12px; font-weight:700; }
.history-group .photo .text { position:absolute; left:0; right:0; top:50%; font-size:18px; font-family:'NanumSquare'; font-weight:800; }
.history-group .history { margin:0 -20px; padding:24px 20px 0; }
.history-group .history + .history { margin-top:29px; padding-top:24px; border-top:1px solid #e1e1e1; }
.history-group .history dt { margin:0 0 12px; color:#ff5000; font-size:16px; font-weight:700; }
.history-group .history dt:first-child { margin-top:0; }
.history-group .history dd { position:relative; padding-left:14px; font-size:12px; }
.history-group .history dd + dd { margin-top:8px; }
.history-group .history dd::before { content:''; position:absolute; left:0; top:0.6em; width:3px; height:3px; background:#000; border-radius:100%; }

/* Contact */
.contact-wrap { margin-top:33px; }
.contact-wrap .item { position:relative; font-size:14px; }
.contact-wrap .item .subj { font-size:16px; margin-bottom:18px; }
.contact-wrap .item + .item { padding-top:40px; margin-top:40px; }
.contact-wrap .item + .item::before { content:''; display:block; position:absolute; top:0; left:0; right:0; height:1px; background-color:#e7e7e7; }
.contact-wrap .mail-wrap p { display:inline-block; width:calc(100% - 100px); vertical-align:middle; }
.contact-wrap .i-mail { font-size:21px; }
.contact-wrap .text { font-size:13px; }
.contact-wrap .text .br { display:none; }
.contact-wrap .i-chfuturelab::before { margin-bottom:13px; display: none;} /* 2021-10-12 display 추가 */
/* 2021-10-12 추가 :: S */
.contact-wrap .i-chfuturelab .chfuturelab_btn {display: block; position: relative; font-size: 0; background-image: url('../images/common/sprite-mo.png'); margin-bottom: 13px; background-size: 500px 500px; background-position: -193px -19px; width: 251px; height: 51px;}
.contact-wrap .i-chfuturelab .chfuturelab_btn a {display: block; position: absolute; left: 55px; top: 0; right: 0; bottom: 6px;}
/* 2021-10-12 추가 :: E */
.contact-wrap .step-wrap { position:relative; margin-top:33px; padding-left:120px; font-weight:700; }
.contact-wrap .i-qrcode::before { position:absolute; top:0; left:0; }
.contact-wrap .step-num { position:relative; margin-top:13px; counter-reset:number; line-height:18px; font-weight:700; }
.contact-wrap .step-num li { counter-increment:number; }
.contact-wrap .step-num li::before { content:counter(number); display:inline-block; width:18px; height:18px; margin-right:6px; font-size:12px; font-weight:700; color:#fff; background:#000; border-radius:100%; text-align:center; }
.contact-wrap .step-num li + li { margin-top:7px; }

/* Business */
.envir-highlight { font-size:12px; line-height:15px; text-align:center; }
.envir-highlight .subj { display:block; margin:23px 0 10px; font-size:24px; color:#333; font-family:'NanumSquare'; font-weight:800; line-height:1; }
.envir-highlight .img { display:block; margin:0 auto; max-width:278px; max-height:278px; padding:16px; border-radius:100%; background:url('../images/sub/list-envir-1-bg-2.jpg') center center no-repeat; background-size:cover; }
.envir-highlight .img img { width:100%; height:100%; border-radius:100%; }
.envir-list { overflow:hidden; }
.envir-list.cmgt { margin-top:72px; }
.envir-list > ul > li + li { margin-top:38px; }
.envir-list .img img { width:100%; }
.envir-list .subj { display:block; margin:36px 0 10px; font-size:20px; font-weight:700; }
.envir-list .subj.logo img { height:21px; }
.envir-list .img { margin-top:18px; }
.envir-list .img.col-2 img { width:calc(50% - 10px); }
.envir-list .img.col-2 img + img { margin-left:20px; }
.envir-list .img .txt { display:block; margin-top:6px; font-size:10px; }
.envir-list .con { font-size:12px; line-height:1.5; }
.envir-list .con + .con { margin-top:8px; }
.envir-list .con.logo img { height:30px; }
.envir-list .con.logo img + img { margin-left:20px; }
.envir-list .btn { margin-top:20px; }
.envir-list.ty-2 .subj { font-size:16px; }
.envir-list.ty-3 li { padding-bottom:25px; width:100%; border-bottom:1px solid #e2e2e2; }
.envir-list.ty-3 li + li { margin-top:21px; }
.envir-list.ty-3 li .subj { margin-top:0; }
.envir-list.ty-4 .subj { margin-bottom:13px; font-size:20px; }
.envir-list.ty-4 .subj img { display:inline-block; margin:-10px 0 0 15px; width:45px; vertical-align:middle; }

.envir-Info .g-title-sub-2 { font-size:12px; }
.envir-Info .g-title-sub-2 + .g-title-sub-2 { margin-top:11px; }
.envir-Info .challenge { overflow:hidden; margin:36px 0 38px; padding-bottom:18px; padding-right:15px; background-color:#000; color:#fff; font-size:10px; }
.envir-Info .challenge dt { margin-top:14px; float:left; padding-left:13px; width:63px; line-height:19px; font-size:9px; font-weight:700; }
.envir-Info .challenge dd { margin-top:14px; float:left; width:calc(100% - 63px); }
.envir-Info .challenge dd.fs { font-size:14px; font-weight:800; }

.envir-Info-2 { margin-top:39px; }
.envir-Info-2 .img .pc { display:none; }
.envir-Info-2 .img .mo { display:block; margin:32px auto 0; max-width:332px; width:100%; }

.envir-Info-3 .info-list li { position:relative; padding-left:72px; }
.envir-Info-3 .info-list li::before { content:''; position:absolute; top:0; left:53px; bottom:-34%; width:2px; background-color:#ff5508; }
.envir-Info-3 .info-list li .title { display:block; font-size:12px; font-weight:800; }
.envir-Info-3 .info-list li .num { display:inline-block; margin-right:13px; width:19px; height:19px; line-height:19px; background-color:#000; border-radius:19px; color:#fff; text-align:center; }
.envir-Info-3 .info-list li .date { position:absolute; top:0; left:0; width:40px; font-size:11px; }
.envir-Info-3 .info-list li + li { margin-top:24px; }
.envir-Info-3 .info-title { margin:24px 0 0 49px; font-size:17px; font-weight:800; color:#ff5000; }
.envir-Info-3 .info-title::before { content:''; display:inline-block; margin-right:17px; width:10px; height:10px; border-radius:10px; background-color:#ff5000; }
.envir-Info-3 .info-title br { display:none; }
.envir-Info-3 .info-list-2 { overflow:hidden; margin-top:30px; padding:7px 0 30px; border-radius:16px; background-color:#ececec; font-size:14px; }
.envir-Info-3 .info-list-2 li { float:left; margin-top:17px; width:calc(100% / 3); text-align:center; }
.envir-Info-3 .info-list-2 li strong { display:block; font-size:32px; font-weight:800; color:#ff5400; }
.envir-Info-3 .bllet-list { margin:12px 0 0 9px; }
.envir-Info-3 .bllet-list li { position:relative; padding-left:22px; font-size:11px; }
.envir-Info-3 .bllet-list li::before { content:''; position:absolute; top:6px; left:0; display:inline-block; width:3px; height:3px; border-radius:1px; background-color:#000; }
.envir-Info-3 .bllet-list li + li { margin-top:10px; }

.envir-Info-4 { margin-top:-30px; }
.envir-Info-4 .envir-list.ty-4 .subj { margin-top:50px; }
.envir-Info-4 .Info-list { overflow:hidden; margin:12px auto 0; width:285px; }
.envir-Info-4 .Info-list li { position:relative; display:inline-block; vertical-align:top; margin-top:15px; font-size:11px; text-align:center; font-weight:700; }
.envir-Info-4 .Info-list li + li { margin-left:16px; }
.envir-Info-4 .Info-list li:nth-child(4) { margin-left:50px; }
.envir-Info-4 .Info-list li::before { content:''; display:block; margin-bottom:7px; width:80px; height:80px; border-radius:80px; background-color:#000; text-align:center; }
.envir-Info-4 .Info-list li::after { content:''; display:block; position:absolute; top:19px; left:50%; transform:translateX(-50%); width:50px; height:40px; background:url("../images/sub/envir-Info.png") 0 0 no-repeat; background-size:50px 280px; }
.envir-Info-4 .Info-list li:nth-child(2)::after { background-position:0 -40px; }
.envir-Info-4 .Info-list li:nth-child(3)::after { background-position:0 -80px; }
.envir-Info-4 .Info-list li:nth-child(4)::after { background-position:0 -120px; }
.envir-Info-4 .Info-list li:nth-child(5)::after { background-position:0 -160px; }
.envir-Info-4 .Info-list.ty-2 li::before { background-color:#ff5400; }
.envir-Info-4 .Info-list.ty-2 li:nth-child(2)::after { background-position:0 -200px; }
.envir-Info-4 .Info-list.ty-2 li:nth-child(4) { margin-left:0; }
.envir-Info-4 .Info-list.ty-2 li:nth-child(6)::after { background-position:0 -240px; }
.sgm-btn { display:block; margin-top:10px; width:100%; height:46px; border-radius:10px; line-height:44px; text-align:center; font-size:14px; font-weight: normal; background: url(../images/sub/sgb_btn_bg.png) calc(50% + 80px) center no-repeat #ff5400; color: #fff; background-size: 22px; }

.sgm-info li { position:relative; padding-left:126px; min-height: 90px;}
.sgm-info li + li { margin-top:27px; }
.sgm-info .thum { position:absolute; top:0; left:0; display:inline-block; width:110px; height:92px; border:1px solid #ccc; overflow: hidden}
.sgm-info .thum img { width:100%; height: 100%}
.sgm-info .subj { font-size:16px; font-weight:700; }
.sgm-info .date { font-size:12px; color:#999; margin-top:5px; }
.sgm-info .txt { font-size:11px; color:#666; margin-top:5px; }

/* Program */
.program-info { position:relative; z-index:2; margin:-87px 0 50px; padding:20px; background:#fff; box-shadow:0px 9px 15px rgba(0,0,0,0.11); }
.program-info .des { font-size:14px; }
.program-info .des dt { margin-bottom:17px; font-size:18px; font-family:'NanumSquare'; font-weight:800; color:#000; }
.program-info .text { font-size:14px; color:#000; line-height:1.28; font-weight:700; }
.program-info .text dt { display:inline-block; margin:22px 0 9px; padding:0 0 5px; font-size:12px; color:#ff5000; border-bottom:2px solid #ff5000; }
.donation-head { margin:0 0 20px; }
.donation-head .title { font-size:18px; font-weight:bold; }
.donation-head .info { display:block; margin-top:3px; font-size:10px; color:#666; }
.donation-cont { margin:0 0 27px; }
.donation-cont img{ max-width: 100%; }
.donation-cont iframe { max-width: 100%; }
.donation-price { padding:8px 0 6px; color:#ff5000; font-size:16px; }
.regist-complete { padding:38px 0 18px; font-size:12px; line-height:1.5; text-align:center; }
.regist-complete dt { margin-bottom:17px; font-size:18px; font-family:'NanumSquare'; line-height:1.33; }
.regist-complete .i-complete { margin-bottom:29px; }
.regist-complete dd { margin-top:7px; }
.regist-complete.leave{text-align: left}
.regist-complete.leave .leave_info{border: 1px solid #e8e8e8; padding: 20px; margin-bottom: 20px}
.regist-complete.leave .chk{text-align: center; display: block;}
.regist-complete.leave .chk .fm-chk + .checked-i.txt{font-size: 13px}
.regist-complete.leave .leave_info > dt{font-weight: bold; font-size: 14px}
.request .btnarea { margin-top:33px; }
.request .grid-item [class*="btn-"] { min-width:calc((100% - 20px) / 3); }
.data_no{border: 1px solid #e0e0e0; line-height: 100px; text-align: center; color: #999;font-size: 16px}

/* Archive */
.hightlight-list { position:relative; padding:20px; margin:9px -20px 0; box-shadow:1px 5px 20px rgba(0,0,0,0.14); }
.hightlight-list .swiper-container { padding:0 0 20px; }
.hightlight-list .thumb { margin:0 0 16px; }
.hightlight-list .thumb img { width:100%; max-height: 450px; height: 450px}
.story.hightlight-list .thumb img { width:100%; max-height: 376px; height: 376px}
.hightlight-list .thumb.no-img{background-color: #f4f7fa; position: relative;height: 450px}
.story.hightlight-list .thumb.no-img{background-color: #f4f7fa; position: relative;height: 376px}
.hightlight-list .thumb.no-img img{width: 215px; height: 20px; position: absolute; display: block; left: calc(50% - 107px); top: calc(50% - 10px);}
.hightlight-list .txt .date { display:block; margin-bottom:4px; font-size:13px; line-height:1; color:#666; }
.hightlight-list .txt .subj { display:block; font-size:16px; font-weight:700; line-height:1.4; }
.hightlight-list .txt .hash { display:block; margin-top:3px; font-size:11px; line-height:1.4; color:#ff5000; }
.hightlight-list .txt .hash .item { display:inline-block; margin-right:1em; }
.hightlight-list .swiper-pagination { position:absolute; bottom:-4px; left:50%; width:auto; font-size:0; transform:translateX(-50%); }
.hightlight-list .swiper-pagination::before { content:''; position:absolute; left:5px; right:5px; bottom:50%; height:1px; background:#ccc; }
.hightlight-list .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet,
.hightlight-list .swiper-pagination-bullet { position:relative; width:17px; height:17px; background:transparent !important; opacity:1; font-size:0; margin:0; }
.hightlight-list .swiper-pagination-bullet::before { content:''; display:inline-block; width:7px; height:7px; border-radius:13px; position:absolute; left:50%; top:50%; background:#ccc; box-sizing:border-box; transform:translate(-50%,-50%); transition:background .3s ease; }
.hightlight-list .swiper-pagination-bullet-active::before { background:#ff5000; }
.subject{overflow: hidden; height: 35px; width: 100%; display: inline-block;}

/* 마이페이지 */
.user-summary { position:relative; margin:27px 0 0; }
.user-summary .info { position:relative; min-height:100px; margin-bottom:33px; font-size:0; }
.user-summary .info::before { content:''; display:inline-block; width:1px; height:77px; margin-right:-1px; vertical-align:middle; }
.user-summary .info .inner { display:inline-block; vertical-align:middle; }
.user-summary .info .badge { position:relative; left:-10px; top:-11px; width:120px; }
.user-summary .info .badge:hover + [class^="tooltip"] {
    display: block;
    transform: translate(-10%, 0);
    left: 8px;
    top: 100px;
}
.user-summary .info .badge-name { display:block; font-size:14px; color:#ff5000; font-weight:700; }
.user-summary .info .name { display:block; font-size:20px; font-weight:800; font-family:'NanumSquare'; }
.user-summary .info .total { display:block; margin-top:14px; font-size:12px; }
.user-summary .info .total strong { color:#ff5000; font-weight:700; }


.user-summary .info .summary__badge-collect {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
}
.user-summary .info .summary__badge-collect > p {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
}
.text-underline {
    position: relative;
    background-image: -webkit-gradient(linear,left top,right top,from(#6ff2a7),to(#6ff2a7));
    background-image: linear-gradient(
90deg
,#6ff2a7,#6ff2a7);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 5px;
}
.user-summary .info .summary__badge-collect > p {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
}
.user-summary .info .summary__badge-collect ul li {
    position: relative;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
}
.user-summary .info .summary__badge:hover + [class^="tooltip"] {
    display: block;
    transform: translate(-10%, 0);
}
.user-summary [class^="tooltip"] {
    display: none;
    position: absolute;
    z-index: 10;
    min-width: 95px;
    padding: 5px;
    font-size: 11px;
    font-weight: normal;
    color: #666;
    line-height: 18px;
    border: 1px solid #f50;
    background: #fff;
    box-shadow: 5px 5px 5px 0px rgb(50 50 50 / 10%);
    top: 45px;
}
.user-summary [class^="tooltip"]::before {
    content: '';
    display: block;
    position: absolute;
    transform: rotate(-45deg) translateX(-50%);
    width: 15px;
    height: 15px;
    border: 1px solid #f50;
    border-width: 1px 1px 0 0;
    background: #fff;
}
.tooltip--top::before {
    left: 50%;
    top: -15px;
}

.tooltip--bottom::before {
    left: 20px;
    bottom: -9px;
    transform: rotate(135deg);
}
.user-summary [class^="tooltip"] {
    transform: translate(-28%, 0);
}
.badge-image:hover + [class^="tooltip"] {
    display: block;
}

/* 220920 마이페이지 휴대폰 인증번호 레이아웃 수정 :: S */
.fm-row#trPhone {
	display: flex;
	align-items: center;
}
.fm-row#trPhone .btn-2 {
	flex: 0 0 auto;
}
/* 220920 마이페이지 휴대폰 인증번호 레이아웃 수정 :: E */

.badge-list::after { content:''; display:block; clear:both; }
.badge-list .item { position:relative; margin:10px 0 0; }
.badge-list .item .fm-etc { position:absolute; display:none; }
.badge-list .item .checked-i { display:block; border:1px solid #ddd; border-radius:9px; cursor: pointer}
.badge-list .item .checked-i:hover{border: 1px solid #ff5000}
.badge-list .item .fm-etc:not(:disabled):checked + .checked-i { border-color:#ff5000; }
.badge-list .item span.checked-i { opacity:0.2; }
.badge-list .item span.checked-i:hover {border:1px solid #ddd;}
.badge-list .item .badge { display:block; text-align:center; font-size:0; }
.badge-list .item .badge img { max-width:100%; }
.badge-list .item .name { display:block; font-size:13px; color:#ff5000; font-weight:700; }
.badge-list .item .desc { display:block; margin-top:1px; font-size:7px; }
.badge-def { padding:13px 0 24px; text-align:center; }
.badge-def .badge { display:block; margin:0 0 12px; text-align:center; font-size:0; }
.badge-def .badge img { max-width:140px; }
.badge-def .name { display:block; font-size:13px; color:#ff5000; font-weight:700; }
.badge-def .desc { display:block; margin-top:12px; font-size:12px; line-height:1.5; }
.smailmate { max-width:720px; text-align:center; margin:23px auto 0; padding:0 10px; }
.smailmate .msg { font-size:10px; line-height:1.5; }
.smailmate .ps { margin-top:9px; font-size:9px; color:#999; }
.smailmate .stage { max-width:600px; margin:15px auto 0; font-size:9px; color:#999; }
.smailmate .stage img { width:100%; }
.mascot-list { font-size:0; text-align:center; }
.mascot-list .item { display:inline-block; width:33%; margin-top:25px; font-size:12px; line-height:1.33; }
.mascot-list .photo { position:relative; display:block; margin-bottom:10px; text-align:center; }
.mascot-list .photo::before { content:''; display:block; padding-top:63%; }
.mascot-list img { position:absolute; left:50%; top:0; height:100%; transform:translateX(-50%); }
.mascot-list .ko { display:block; }
.mascot-list .en { display:block; margin-top:2px; font-size:10px; color:#666; }

.terms-box { height:70px; overflow:auto; padding:9px; font-size:9px; line-height:1.66; color:#666; border:1px solid #e7e7e7; }
.terms-box.h-2 { height:110px; }
.terms-agree { position:relative; display:flex; justify-content:space-between; margin-top:6px; font-size:11px; }
.terms-agree .side { font-size:0; }
/* 240415 추가 :: S */
.terms-cont + .terms-cont {margin-top: 20px;}
.terms-cont .g-title-5 {margin-bottom: 5px;}
.terms-cont .terms-desc {font-size: 14px;}
.terms-cont .red {color: red;}
.terms-indent-list {margin-top: 5px;}
.terms-desc + .terms-indent-list {margin-top: 10px;}
.terms-indent-list li {display: flex;}
.terms-indent-list li + li {margin-top: 5px;}
.terms-indent-list li .terms-list-text {padding-left: 5px;}
/* 240415 추가 :: E */

.donate-policy { margin-top: 10px; }
.donate-policy a { border-bottom: 1px solid #ff5000; color: #ff5000; text-decoration: none; }

.editor_area{width: 100%;border: solid 1px #ddd;; padding: 13px}

.faq-accordion {margin: 30px -20px 0; border-bottom: 1px solid #ddd;}
.faq-accordion .acc-title {position: relative; width: 100%; padding: 23px 14px 24px 14px; line-height: 1.428; color: #000; border-top: 1px solid #ddd; text-align: left;}
.faq-accordion .acc-title .in {display: inline-block; width: 100%; vertical-align: middle;}
.faq-accordion .acc-cont {display: none; margin: -12px 0 0; padding: 0 20px 29px; font-size: 15px; line-height: 1.46; color: #555; font-weight: 300;}


/* 2022-10-06 약관 관련 css 추가 :: S */
/* 약관 관련 공통 */
.terms_box {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
}
.terms_box .toggle_btn {
    display: none;
}
.terms_box .terms_cont {
    padding: 5px 10px 12px;
    border-top: 2px solid #000;
    font-size: 16px;
    font-weight: 350;
    color: #666;
    letter-spacing: -0.5px;
    line-height: 1.7;
    word-break: keep-all;
    overflow-y: auto;
}
.terms_box .terms_cont.bordernone {
    border-top: none;
}
.terms_box .terms_cont .terms_ele {
    padding-top: 20px;
}
.terms_box .terms_cont .mainhead {
	margin: 0;
    padding-top: 20px;
    font-size: 22px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.8px;
    line-height: 1.3;
}
.terms_box .terms_cont .subhead {
    display: flex;
    align-items: flex-start;
	margin: 0;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    line-height: 1.7;
    letter-spacing: -0.8px;
}
.terms_box .terms_cont .subhead .num {
    margin-right: 4px;
    flex: 0 0 auto;
}
.terms_box .terms_cont .list.indent {
    padding-left: 18px;
}
.terms_box .terms_cont .list li {
    display: flex;
    align-items: flex-start;
}
.terms_box .terms_cont .list li .desc {
    margin-left: 4px;
    flex: 1;
}
.terms_box .terms_cont .dot_list li {
    position: relative;
    padding-left: 18px;
}
.terms_box .terms_cont .dot_list li::before {
    position: absolute;
    top: 9px;
    left: 8px;
    width: 3px;
    height: 3px;
    background: #666;
    border-radius: 50%;
    content: '';
}
.terms_box .terms_cont .dot_list li span {
    color: #111;
}
.terms_box .terms_cont .dot_list li .f14 {
    color: #999;
    font-weight: 350;
    font-size: 14px;
}
.terms_box .terms_cont .terms_table { /* 231010 추가 */
	margin-top: 10px;
	margin-bottom: 5px;
}
.terms_box .terms_cont table {
    border-top: 2px solid #000;
}
.terms_box .terms_cont table tr {
    border-bottom: 1px solid #EAEAEA;
}
.terms_box .terms_cont table th {
    padding: 5px;
    height: 50px;
    border-right: 1px solid #EAEAEA;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    letter-spacing: -0.5px;
    background: #F9F9F9;
}
.terms_box .terms_cont table td { /* 231010 수정 */
    padding: 25px 5px;
    border-right: 1px solid #EAEAEA;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    line-height: 1.5;
    vertical-align: middle;
}
.terms_box .terms_cont table th:last-of-type,
.terms_box .terms_cont table td:last-of-type {
    border-right: 0;
}
.terms_box .terms_cont table td strong {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}
.terms_box .terms_cont table td li {
    line-height: 2;
    font-weight: 350;
    color: #666;
}
.terms_box .terms_cont table td li span {
    color: #FF5000;
}
.terms_box .terms_cont table td p {
    margin-top: 23px;
    color: #999;
    letter-spacing: -0.5px;
}
.terms_box .terms_bookmark li a { /* 231010 추가 */
	display: flex;
	align-items: flex-start;
	gap: 5px;
}
.terms_box .terms_bookmark li a span { /* 231010 추가 */
	display: block;
	width: 25px;
	flex: 0 0 auto;
}

/* 이용약관 북마크 관련 */
.terms_box .terms_depth01 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
    flex: 0 0 auto;
}
.terms_box .terms_depth01 li {
    margin: 0 7px 5px;
}
.terms_box .terms_depth01 a {
    display: block;
    border-bottom: 1px solid transparent;
    font-size: 18px;
    font-weight: 350;
    color: #999;
    background: none;
    line-height: 1.625;
}
.terms_box .terms_depth01 a.on {
    border-color: #000;
    color: #222;
}
.terms_box .terms_depth02 {
    margin-bottom: 20px;
    border: 1px solid #222;
    padding: 15px 20px;
    flex: 0 0 auto;
}
.terms_box .terms_depth02 ul {
    display: none;
}
.terms_box .terms_depth02 ul.on {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.terms_box .terms_depth02 ul li {
    width: 33.333%;
}
.terms_box .terms_depth02 ul li:nth-of-type(n+4) {
    margin-top: 5px;
}
.terms_box .terms_depth02 ul li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.7;
    letter-spacing: -0.8px;
}

/* 개인정보 수집 및 이용동의 탭 관련 */
.terms_box .privacy_tab_box {
    margin-bottom: 35px;
    flex: 0 0 auto;
}
.terms_box .privacy_tab {
    display: flex;
    align-items: center;
}
.terms_box .privacy_tab li {
    flex: 1;
}
.terms_box .privacy_tab li + li {
    margin-left: -1px;
}
.terms_box .privacy_tab button {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #D4D4D4;
    font-size: 14px;
    color: #666;
    background: #fff;
}
.terms_box .privacy_tab button.on {
    color: #fff;
    background: #222;
}
.terms_box .tab_cont_box {
    display: none;
}
.terms_box .tab_cont_box.on {
    display: block;
}
/* 2022-10-06 약관 관련 css 추가 :: E */

/* 2025-05-12 개인정보처리방침 버전 관련  :: S */
.terms-order.ty-2 .dep > li.on a { color:#000; text-decoration:underline; }
/* 2025-05-12 개인정보처리방침 버전 관련  :: E */



/* wll 캠페인 :: S */
.wll_content {
	/* margin-top: 100px; */
	font-family:'NanumSquare', sans-serif;
	letter-spacing: -0.04em;
}
.wll_content .only_web { display: block !important; }
.wll_content .only_mo { display: none !important; }
.wll_content img {
	display: block;
	max-width: 100%;
}
.wll_content .wll_in {
	max-width: 1400px;
	width: calc(100% - 30px);
	margin: 0 auto;
}
.wll_content .ttl {
	font-size: 84px;
	font-weight: 600;
	font-family: 'IBM Plex Sans KR', sans-serif;
	line-height: 1.1;
}
.wll_content .sub_ttl {
	font-size: 56px;
	font-weight: 700;
	font-family: 'NanumSquareRound', sans-serif;
	line-height: 1.3;
}
.wll_content .sub_ttl02 {
	font-size: 36px;
	line-height: 1.6;
}
.wll_content .sub_ttl02 strong {
	font-size: inherit;
	font-family: inherit;
}
.wll_content .body01 {
	line-height: 1.7;
	font-size: 28px;
}
.wll_content .body01 strong {
	font-size: inherit;
	font-family: inherit;
}
.wll_content .body02 {
	line-height: 1.7;
	font-size: 24px;
}
.wll_content .body02 strong {
	font-size: inherit;
	font-family: inherit;
}
.wll_content .body_en {
	font-size: 24px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.25;
	letter-spacing: 0;
}
.wll_link_banner {
	display: block;
	position: fixed;
	top: 150px;
	right: 20px;
	z-index: 1111;
}
.wll_link_banner a {
	display: block;
}
.wll_link_banner .wll_link_banner_close {
	position: absolute;
	top: 0;
	right: 0;
}
.wll_fix {
	display: flex;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 760px;
	width: calc(100% - 30px);
	text-align: center;
	background: #fff;
	border-radius: 30px 30px 0 0;
	box-shadow: 0 -4px 20px 0 rgba(0,0,0,0.08), 0 0 5px 0 rgba(0,0,0,0.08);
	z-index: 1112;
}
.wll_fix .link_survey {
	display: block;
	max-width: 440px;
	width: 57.894%;
	color: #fff;
	background: #FF5000;
	border-top-left-radius: 30px;
}
.wll_fix .link_educator {
	display: block;
	max-width: 320px;
	width: 42.105%;
	border-top-right-radius: 30px;
}
.wll_fix a .body01 {
	display: inline-block;
	line-height: 88px;
}
.wll_fix .link_survey .body01 {
	padding-right: 48px;
	background: url('../images/sub/wll_survey_link.svg') right 0 center no-repeat;
}
.wll_visual {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100vh;
	text-align: center;
	background: #FBF9F9 url('../images/sub/wll_visual_bg.png') center center no-repeat;
}
.wll_visual .body02 {
	display: inline-block;
	padding: 0 24px;
	background: #FF5000;
	color: #fff;
	line-height: 56px;
	border-radius: 34px;
}
.wll_visual .ttl {
	margin-top: 24px;
}
.wll_visual .cross {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 48px;
	color: #333;
}
.wll_visual .cross img {
	margin: 0 8px;
}
.wll_goals {
	padding: 180px 0;
	text-align: center;
	background: url('../images/sub/wll_goals_bg.png') center center no-repeat;
	background-size: cover;
}
.wll_goals .wll_goals_ttl {
	margin: 120px auto 0;
}
.wll_goals .goal_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.wll_goals .goal_list li {
	width: 11.11%;
	margin-top: -1px;
}
.wll_goals .goal_list li img {
	width: 100%;
}
.wll_video {
	padding: 180px 0;
	background: #FBF9F9;
}
.wll_video .video_frame {
	max-width: 850px;
	margin: 0 auto;
	border: 40px solid #ff5000;
	border-radius: 40px;
}
.wll_video .question_list {
	display: flex;
	align-items: flex-start;
	margin-top: 120px;
}
.wll_video .question_list li {
	flex: 1;
	text-align: center;
}
.wll_video .question_list li + li {
	margin-left: 40px;
}
.wll_video .question_list li img {
	margin: 0 auto 32px;
}
.wll_survey {
	padding: 180px 0;
	text-align: center;
}
.wll_survey .sub_ttl {
	color: #ff5000;
}
.wll_survey .sub_desc {
	margin-top: 24px;
	color: #333;
}
.wll_survey .survey_about {
	display: flex;
	align-items: flex-start;
	margin-top: 100px;
}
.wll_survey .survey_about li {
	position: relative;
	flex: 1;
	padding: 0 20px;
	color: #333;
}
.wll_survey .survey_about li + li::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 160px;
	background: #E0E0E0;
	content: '';
}
.wll_survey .survey_about li img {
	margin: 0 auto 24px;
}
.wll_survey .survey_about li .body02 {
	margin-top: 4px;
}
.wll_survey .wll_survey_link_row {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}
.wll_survey .wll_survey_link_row a {
	display: block;
	width: 50%;
	max-width: 440px;
	border-radius: 100px;
	transition: all .3s ease;
}
.wll_survey .wll_survey_link_row a + a {
	margin-left: 30px;
}
.wll_survey .wll_survey_link_row a strong {
	display: inline-block;
	padding-right: 48px;
	color: #fff;
	line-height: 88px;
	background: url('../images/sub/wll_survey_link.svg') right 0 center no-repeat;
}
.wll_survey .wll_survey_link {
	background: #ff5000;
}
.wll_survey .wll_survey_link:hover,
.wll_survey .wll_survey_link:focus {
	background: #E34700;
}
.wll_survey .wll_survey_link2 {
	background: #000;
}
.wll_review {
	padding: 80px 0;
	text-align: center;
	background: #FBF9F9;
}
.wll_review .sub_ttl02 {
	color: #FF5000;
}
.wll_review .body01 {
	color: #333;
}
.wll_review .wll_review_link {
	display: block;
	width: 173px;
	line-height: 60px;
	margin: 48px auto 0;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background: #333;
	border-radius: 30px;
	transition: all .3s ease;
}
.wll_review .wll_review_link:hover,
.wll_review .wll_review_link:focus {
	background: #FF5000;
}
.wll_change {
	padding: 120px 0;
	background: #E34700;
}
.wll_change .sub_ttl {
	color: #fff;
}
.wll_change .wll_change_slider {
	margin-top: 60px;
	overflow: visible;
}
.wll_change .swiper-wrapper {
	/* transition-delay: 0ms !important;
	transition-timing-function: linear !important; */
	cursor: default;
}
.wll_change .swiper-slide {
	width: 440px;
	min-height: 360px;
	padding: 40px;
	border: 3px solid #fff;
	font-size: 28px;
	color: #fff;
	line-height: 1.7;
	word-break: keep-all;
	border-radius: 30px;
	transition: all .5s;
}
.wll_change .swiper-slide:hover {
	color: #E34700;
	background: #fff;
}
.wll_active {
	padding: 180px 0;
}
.wll_active .wll_active_list {
	display: flex;
	align-items: flex-start;
}
.wll_active .wll_active_list li {
	flex: 1;
}
.wll_active .wll_active_list li + li {
	margin-left: 40px;
}
.wll_active .wll_active_list li a {
	display: block;
	margin-bottom: 32px;
}
.wll_active .wll_active_list li .body01 {
	margin-top: 12px;
	color: #333;
}
.wll_active .wll_active_list li .body01 strong {
	display: block;
	margin-bottom: 8px;
}
.wll_guide {
	padding: 80px 0;
	background: #FBF9F9;
	text-align: center;
}
.wll_guide .wll_guide_notice {
	display: inline-block;
	margin-top: 60px;
	text-align: left;
}
.wll_guide .wll_guide_notice li {
	display: flex;
	align-items: flex-start;
}
.wll_guide .wll_guide_notice li + li {
	margin-top: 24px;
}
.wll_guide .wll_guide_notice li .num {
	display: block;
	width: 32px;
	margin-top: 6px;
	margin-right: 12px;
	line-height: 32px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background: #333;
	border-radius: 16px;
	flex: 0 0 auto;
}
.wll_guide .wll_guide_notice li .body01 {
	color: #333;
}
.wll_guide .wll_guide_notice li a {
	text-decoration: underline;
	color: #FF5000;
}
.wll_guide .wll_guide_link {
	display: block;
	width: 440px;
	margin: 60px auto 0;
	border: 3px solid #FF5000;
	border-radius: 100px;
	transition: all .3s;
}
.wll_guide .wll_guide_link strong {
	display: inline-block;
	padding-right: 48px;
	line-height: 82px;
	color: #FF5000;
	background: url('../images/sub/wll_guide_link.svg') right 0 center no-repeat;
}
.wll_guide .wll_guide_link:hover,
.wll_guide .wll_guide_link:focus {
	background: rgba(255, 80, 0, 0.1);
}
/* wll 캠페인 :: E */

/* project :: S */
.project_cont {
	margin-top: 28px;
}
.project_cont br.only_web {
	display: block !important;
}
.project_cont br.only_mo {
	display: none !important;
}
.project_cont .main_desc {
	font-size: 18px;
	font-weight: 500;
	color: #333;
}
.project_cont .desc {
	margin-top: 7px;
	font-size: 16px;
	color: #333;
	line-height: 1.7;
	word-break: keep-all;
}
.project_cont .desc strong {
	font-weight: 500;
}
.project_cont .sub_ttl {
	font-size: 22px;
	font-weight: 500;
	color: #333;
	letter-spacing: -0.02em;
}
.project_cont .sub_ttl2 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: #333;
}
.project_cont .link {
	display: inline-block;
	margin-top: 40px;
	border-bottom: 1px solid #ff5000;
	padding-bottom: 1px;
	font-size: 18px;
	font-weight: 500;
	color: #ff5000;
}
.project_cont .txt_box {
	margin-top: 60px;
}
.project_cont .txt_box + .txt_box {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #d8d8d8;
}
.project_cont .how_list li {
	margin-top: 40px;
}
.project_cont .cat_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
	border-top: 1px solid #d8d8d8;
}
.project_cont .cat_list li {
	display: flex;
	width: calc(50% - 70px);
	margin-right: 140px;
	margin-top: 80px;
}
.project_cont .cat_list li:nth-of-type(2n) {
	margin-right: 0;
}
.project_cont .cat_list li a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.project_cont .cat_list li a .subject {
	height: auto;
	margin-bottom: 19px;
	font-size: 28px;
	font-weight: 500;
	color: #000;
}
.project_cont .cat_list li a .desc {
	margin-bottom: 40px;
}
.project_cont .cat_list li a img {
	display: block;
	max-width: 100%;
	margin-top: auto;
}
.project_cont .cat_list li a img.only_web {
	display: block !important;
}
.project_cont .cat_list li a img.only_mo {
	display: none !important;
}
.project_cont .iframe_box {
	height: 590px;
}
.project_cont .iframe_box.project_map {
	height: 950px;
}
.project_cont .iframe_box.project_octoplay {
	height: 890px;
}
.project_cont .iframe_box iframe {
	display: block;
	width: 100%;
	height: 100%;
}
/* project :: E */

/* 240703 기부금 영수증 발급 팝업 추가 :: S */
#receiptWritePopup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	background: rgba(0,0,0,.7);
	z-index: 10001;
	overflow: auto;
}
#receiptWritePopup .pop-box {
	position: relative;
    width: 100%;
    max-width: 660px;
    min-height: 100px;
    height: auto;
    max-height: none;
    top: 0;
    left: 0;
    margin: 0 auto;
    transform: none;
    background: #fff;
    box-sizing: border-box;
}
/* 240703 기부금 영수증 발급 팝업 추가 :: E */

/****************************** PC ******************************/
@media all and (min-width:1200px) {
	.br { display:block; }
	/* LAYOUT */
	.container.ty-2 { padding-top:100px; }
	.contents { margin-top:137px; margin-bottom:200px; }
	/* sub visual */
	.sub-vis.vis-about { background-image:url("../images/sub/vis-about.jpg"); }
	.sub-vis.vis-archive { background-image:url("../images/sub/vis-archive.jpg"); }
	.sub-vis.vis-business { background-image:url("../images/sub/vis-business.jpg"); }
	.sub-vis.vis-news { background-image:url("../images/sub/vis-news.jpg"); }
	.sub-vis.vis-program { background-image:url("../images/sub/vis-program.jpg"); }
	.vis-program-seed { height:400px; background-image:url("../images/sub/program-seed.jpg"); }
	.sub-vis.vis-mypage { background-image:url("../images/sub/vis-mypage.png"); }

	/* title */
	.g-title, .g-title.ty-2 { font-size:34px; }
	.g-title .i-title::before { margin-right:31px; }
	.g-title.ty-2 .i-title::before { margin-bottom:27px; }
	.g-title-sub { margin-top:22px; font-size:22px; line-height:1.45; }
	.g-title-2 { margin-bottom:17px; font-size:18px; font-weight:400; font-family:'NanumSquare'; }
	.g-title-2.cmgt { margin-top:53px; }
	.g-title-3 { margin-bottom:11px; font-size:16px; color:#000; }
	.g-title-4 { margin-bottom:17px; font-size:24px; font-weight:700; font-family:'NanumSquare'; }
	.g-title-4 .i-title-2::before { margin-right:20px; }
	.g-title-5 { margin-bottom:16px; font-size:18px; font-weight:800; font-family:'NanumSquare'; }
	.g-title-5.pc-line-t { padding-top:35px; margin-top:25px; border-top:1px solid #e7e7e7; }
	.g-title-6 { margin-top:45px; font-size:48px; }
	.g-title-6.cmgt { margin-top:81px; font-size:48px; }
	.g-title-6.cmgt-2 { margin-top:109px; font-size:48px; }
	.g-title-6.cmgt-3 { margin-top:95px; font-size:48px; }
	.g-title-6.cmgt-4 { margin-top:183px; font-size:48px; }
	.g-title-7 { margin:90px 0 30px; font-size:36px; }
	.g-title-7.cmgt { margin-top:184px; font-size:36px; }
	.g-title-7.cmgt-2 { margin:140px 0 60px; font-size:36px; }
	.g-title-7.cmgt-3 { margin:147px 0 50px; font-size:36px; }
	.g-title-7.cmgt-4 { margin:165px 0 30px; font-size:32px; }
	.g-title-7 .g-stitle { margin-bottom:9px; }
	.g-title-8 { margin:84px 0 18px; font-size:36px; font-weight:400; }
	.sub-grid-2 .g-title-8 { margin:53px 0 30px; }
	.g-title-9 { margin:140px 0 60px; font-size:32px; font-weight:700; }
	.g-title-sub-2 { margin-top:22px; font-size:20px; line-height:1.6; font-family:'NanumSquare'; font-weight:400; }
	.g-title-sub-2.fs { font-size:18px; }
	.g-title-sub-3 { margin-top:83px; font-size:24px; line-height:1.6; font-family:'NanumSquare'; font-weight:400; color:#333; }
	.g-stitle { font-size:24px; font-family:'NanumSquare'; }

	/* tab */
	.tab { margin:54px 0 50px; }
	.contents > .tab:first-child { margin-top:-41px; }
	.tab > ul { display:flex; }
	.tab .item { flex:1; font-size:20px; font-family:'NanumSquare'; line-height:74px; }
	.tab .item.active::before { height:4px; }

    .tab-2 { margin:43px 0 50px; }
	.tab-2 ul { display:flex; }
	.tab-2.fixed { height:58px; }
	.tab-2.fixed ul { top:90px; width:100%; max-width:1400px; }
	.contents > .tab-2:first-child { margin-top:-88px; margin-bottom:88px; }
	.tab-2 .item { font-size:20px; }
	.tab-2 .item .in.ty-2 { font-size:18px; line-height:20px; }
	.tab-2 .item.active::before { height:3px; }
	.tab-2 .item a::before { min-height:48px; }


	/* defind */
	.def-target { padding:46px 53px 44px; }
	.def-target dt { margin-bottom:41px; font-size:18px; font-family:'NanumSquare'; font-weight:800; border-bottom-width:3px; }
	.def-target dd { font-size:20px; font-family:'NanumSquare'; font-weight:800; line-height:1.75; }

	/* popup */
	.uipop-container.pc-scnone { overflow:inherit; }
	.pop-layer.pop-w { width:500px; }
    .pop-layer.w700 { width:700px; max-width:calc(100vw - 40px); }
	.pop-layer.pop-w-2 { width:1280px; max-width:calc(100vw - 60px); }
	.pop-layer .pop-btn-close { right:24px; top:18px; }
	.pop-layer .pop-btn-close .i-close { width:28px; height:28px; }
	.pop-layer .pop-btn-close .i-close::before, .pop-layer .pop-btn-close .i-close::after { height:4px; }
	.pop-title { font-size:24px; }
	.pop-head { padding:27px 30px; }
	.pop-head.ty-2 { padding-top:55px; padding-bottom:35px; }
	.pop-head-2 .pop-title { margin-top:-34px; }
	.pop-head-2 .pop-title img { height:auto; }
	.pop-head-2 .pop-title .ps { margin-top:20px; font-size:20px; font-family:'NanumSquare'; font-weight:400; }
	.pop-layer .admin-img { max-width:calc(100vw - 50px); }
	.pop-layer .admin-img .item { display:inline-block; }
	.pop-layer .admin-img .item:first-child:last-child img { max-width:calc(100vw - 100px); }
	.pop-layer .admin-img .item img { max-width:calc(50vw - 100px); }
	.pop-today { padding:16px 20px; font-size:14px; }
	.pop-today .pop-btn-close { top:11px; right:20px; }
	.pop-today .fm-chk + .checked-i.txt { padding-left:26px; }

	.pop-cont { padding:41px 30px 60px; }
	.pop-cont.sc-ty { max-height:calc(100vh - 384px); overflow:auto; padding-bottom:11px; }
	.pop-cont > .hr-line { margin-left:-30px; margin-right:-30px; }
	.pop-cont-2 { padding:68px 60px 60px; }
	.pop-cont > .msg { margin:0 -10px; }
	.pop-cont .msg .text-ty { font-size:18px; font-family:'NanumSquare'; font-weight:800; }
	.pop-cont .msg .text-ty-2 { font-size:14px; }
	.pop-cont .msg .text-ty + .text-ty { margin-top:4px; }
	.pop-cont .msg .text-ty + .text-ty-2 { margin-top:9px; }
    .uipop-container .pop-layer.pop-sgm > .pop-cont .sgm-info{max-height: 500px; overflow-y: scroll;}

	.pop-foot { margin-top:0; padding-bottom:60px; }
	/* tooltip */
	.tooltip { margin-left:17px; font-size:16px; line-height:1.75; }
	.tooltip-cont { margin-top:18px; padding:27px 35px 35px; }
	.confirm-msg { padding-top:37px; padding-bottom:40px; text-align:center; }
	.confirm-msg .subj { font-size:24px; }
	.confirm-msg .desc { margin-top:20px; font-size:14px; }

	/* grid */
	.sub-grid { display:flex; justify-content:space-between; } /* Program */
	.sub-grid .grid-item { flex:1; }
	.sub-grid .grid-item.ty-2 { flex:auto; width:70%; }
	.sub-grid .grid-item.ty-2 + .grid-item.ty-2 { width:30%; }
	.sub-grid .def-target { max-width:360px; margin:45px 0 0 auto; }
	.sub-grid-2 .g-title-sub-2 { margin-top:0; font-size:18px; }
	.g-title-sub-2.ty-2 { margin-top:80px; }

	/* table */
	.tb-ps-top { font-size:12px; }
    .g-title-3 + .etc{font-size: 12px;}
	.tb-data .mini, .tb-data-2 .mini { font-size:10px; }

	.tb-data { font-size:16px; }
	.tb-data thead th { padding-top:15px; padding-bottom:15px; font-size:14px; }
	.tb-data th, .tb-data td { padding:18px 23px; }
	.tb-data .date { font-size:14px; }
	.tb-data .no-data:not(tr), .tb-data tr.no-data td { padding:210px 0; text-align:center; font-size:24px; }

    .tb-data .state > span{line-height: 46px}
    .tb-data .state > .btn_info > .btn-1 {min-width: 90px; padding: 0px 10px;}

	.tb-data-2.cmgt { margin-top:19px; }
	.tb-data-2 tr { height:71px; font-size:14px; }
	.tb-data-2 th { padding:25px 15px 25px 36px; }
	.tb-data-2 td { padding:15px; }
    .tb-data-2 th.right {padding-left: 35px; }
	.tb-data-2 td.right {text-align: right;}
	.tb-data-2.noline tr { height:50px; }
	dl.tb-data-2 { font-size:14px; }
	.tb-data-2 > dt { line-height:24px; }
	.tb-data-2 > dt > .num { padding:0 8px; height:24px; line-height:24px; font-size:12px; }
	.tb-data-3 { margin-top:22px; border-top:1px solid #cfcfcf; border-right:1px solid #cfcfcf; font-size:13px; color:#666; }
	.tb-data-3 thead th { padding-top:14px; padding-bottom:15px; font-size:14px; font-weight:700; background:#f0f0f0; border-left:1px solid #cfcfcf; text-align:center; }
	.tb-data-3 th, .tb-data-3 td { padding:17px 15px; border-left:1px solid #cfcfcf; border-bottom:1px solid #cfcfcf; }

    .tb-data-2.noline .tb-answer th {
        font-size: 14px;
    }

	/* board */
	.grid-sch { margin-top:100px; display:flex; }
    .grid-sch.board { margin-top:60px; display:flex; }
    .grid-sch.mgt_small { margin-top:60px; display:flex; }
	.grid-sch .grid-row-m { flex:1; }
	.grid-sch .w-1, .grid-sch .w-2 { display:inline-block; width:auto; }
	.grid-sch .w-3 { display:block; width:480px; margin-left:auto; }
    .grid-sch .w-3, .grid-sch .keyword {display: block; width: 480px; margin-left: auto;}
    .grid-sch .keyword {display: flex;}
    .grid-sch .keyword .btn-sch {flex: none; width: 52px; height: 40px; font-size: 0; border: 1px solid #ddd; border-left-width: 0; margin-left: -1px; background: #f7f7f7;}
    .grid-sch .keyword .btn-sch.ty-2 {height: 50px;}
    .i-search {background-image: url(../images/common/icon_search.png); width: 20px; height: 20px; background-size: auto;display: inline-block}

	.grid-list.cmgt { margin-top:40px; }
	.grid-list .grid-item { float:left; width:calc((100% - 50.5px) / 3); margin:37px 0 0 25px; }
	.grid-list .grid-item:nth-child(3n+1) { clear:left; margin-left:0; }
	.grid-list .grid-item:nth-child(-n+3) { margin-top:0; }
	.grid-list .grid-item .grid-img + .grid-txt { margin-top:11px;  }
	.grid-list .grid-item .title { font-size:20px; font-family:'NanumSquare'; }
	.grid-list .grid-item .info { margin-top:2px; font-size:14px; color:#999; }
	.grid-list .grid-item .grid-img .flag-ing { left:-71px; top:-71px; width:141px; height:141px; padding-top:110px; font-size:16px; }
	.grid-list .grid-item .grid-img .flag-close { left:-71px; top:-71px; width:141px; height:141px; padding-top:110px; font-size:16px; }

	.board-view.ty-2 { padding-right:360px; }
	.board-view > .btnarea { margin-top:70px; padding-top:29px; text-align:center; }
	/*.board-view.ty-2 > .btnarea { margin-right:-360px; }*/
	.board-title { margin:0 0 60px; padding:0 0 20px; }
	.board-title .cate { position:absolute; margin-top:-31px; font-family:'NanumSquare'; font-size:18px; font-weight:700; }
	.board-title .title { font-size:32px; }
	.board-title .info { margin-top:7px; font-size:16px; line-height:40px; }
	.board-title .ico-txt { padding:0 27px; font-size:16px; }
	.board-title > .control { bottom:15px; }
	.board-title > .control .share .btn { padding:20px; }
	.board-side { width:320px; margin:-90px -360px 90px auto; }
	.board-view.ty-2 { position:relative; }
	.board-view.ty-2 .board-title { position:static; }
	.board-view.ty-2 .board-side .inner { position:absolute; top:0; padding-top:5px; width:320px; }
    .board-view.ty-2 .board-side .inner img{max-width: 320px}
	.board-view.ty-2 .board-side:not([data-grid]) { position:absolute; right:0; top:0; padding-top:5px; width:320px; margin:0; }
	.board-view.ty-2 .board-side.fixed .inner { position:fixed; padding-top:50px; }
	.board-view.ty-2 .board-side.limit .inner { position:absolute; top:auto; bottom:150px; }
    .board-view.ty-2 .board-content{min-height: 270px;}
	.board-side .subj { margin-bottom:26px; font-size:28px; }
    .board-side .text {font-size: 16px; line-height: 1.6;}
	.board-side .text dt { margin-top:30px; font-size:16px; }
	.board-side .control { position:relative; margin-top:54px; }
	.board-side .control .share { flex:none; margin-right:16px; }

	.board-img { margin-bottom:50px; }
	.board-preview { position:absolute; left:0; right:0; top:29px; line-height:50px; font-size:14px; color:#666; overflow:hidden; }
	.board-preview > li { width:33%; }
	.board-preview .prev::before, .board-preview .next::before { position:absolute; top:50%; margin-top:-8px; font-size:16px; line-height:0.99; font-weight:bold; color:#000; }
	.board-preview .prev::after, .board-preview .next::after { content:''; position:absolute; top:50%; margin-top:-4px; width:8px; height:8px; border:0 solid #666; transform:rotate(45deg); }
	.board-preview .prev { float:left; text-align:left; padding-left:84px; }
	.board-preview .prev::before { content:'이전'; left:0; padding:0 15px 0 25px; border-right:1px solid #d1d1d1; }
	.board-preview .prev::after { left:3px; border-width:0 0 1px 1px; }
	.board-preview .next { float:right; text-align:right; padding-right:84px; }
	.board-preview .next::before { content:'다음'; right:0; padding:0 25px 0 15px; border-left:1px solid #d1d1d1; }
	.board-preview .next::after { right:3px; border-width:1px 1px 0 0; }

	.board-content { font-size:16px; line-height:1.6; }
	.board-content figcaption { margin-top:20px; }

    .board-content table tbody tr th, .board-content table tbody tr td {font-size: 16px;}

    .board-content a {cursor: pointer !important;}

	.share-cont { position:absolute; right:0; top:100%; z-index:9999; width:320px; padding:30px 19px 20px; background:#fff; border:1px solid #d8d8d8; }
	.board-side .control .share-cont { top:auto; bottom:100%; margin-bottom:16px; }
	.share-cont .item { font-size:14px; }
	.share-cont .item + .item { margin-left:20px; }
	.share-cont .copy { height:35px; line-height:32px; margin-top:16px; font-size:12px; }
	.share-cont .close { display:none; }

	.step-area { margin:0 0 70px; padding:0; background-color:transparent; }
	.step li { width:200px; font-size:16px; }
	.step li::before { width:60px; height:60px; line-height:58px; margin-bottom:9px; font-size:24px; }
	.step li:not(:first-child)::after { top:30px; }

	/* paging */
	.paging { margin:94px 0 0; font-size:0; text-align:center; }
	.paging.cmgt { margin-top:73px; }
	.paging a, .paging span.active { display:inline-block; font-size:16px; min-width:36px; height:36px; padding:0 8px; line-height:35px; border-radius:100%; margin:0 3px 0 2px; vertical-align:middle; box-sizing:border-box; -webkit-transition:all 0.3s ease; transition:all 0.3s ease; }
	.paging .num { display:inline-block; padding:0 5px 0 6px; white-space:nowrap; }
	.paging .num a, .paging .num .active { color:#999; text-decoration:none !important; box-sizing:border-box; }
	.paging .num a.active, .paging .num .active { background-color:#222; color:#fff; }
	.pag-prev::before, .pag-next::before, .pag-first::before, .pag-last::before, .pag-first::after, .pag-last::after { content:''; display:inline-block; vertical-align:middle; }
	.pag-first::before { width:1px; height:12px; background:#666; margin-right:5px; }
	.pag-prev::before, .pag-first::after { width:7px; height:7px; border:0 solid #666; border-width:0 0 1px 1px; transform:rotate(45deg); }
	.pag-next::before, .pag-last::before { width:7px; height:7px; border:0 solid #666; border-width:1px 1px 0 0; transform:rotate(45deg); }
	.pag-last::after { width:1px; height:12px; background:#666; margin-left:5px; }

	/* About */
	.space { margin-top:40px; height:650px; }
	.space img { min-width:100%; min-height:100%; }

	.tour-apply { position:relative; margin:137px 0 0 auto; padding:28px 0 0 104px; width:280px; height:120px; font-size:24px; line-height:1.5; text-align:left; }
	.tour-apply::before { position:absolute; top:39px; left:33px; margin:0; width:40px; height:49px; background:url("../images/sub/i-tour.png") 0 0 no-repeat; background-size:40px 49px; }

	.map-area { margin-top:38px; height:480px; }

	.space-list { margin-top:45px; overflow:visible; }
	.space-list .swiper-slide { width:680px; }
	.space-list .swiper-slide + .swiper-slide { margin-left:40px; }

	.vision-mission { min-height:1253px; margin:-137px -12px 0; background:url("../images/sub/vision.png") center 0 no-repeat; }
	.vision-mission .type { top:300px; margin:0 0 0 -199px; width:170px; line-height:170px; font-size:26px; }
	.vision-mission .subj { top:574px; margin:0 0 0 93px; width:490px; line-height:81px; font-size:62px; }
	.vision-mission .subj .white { margin-top:5px; }
	.vision-mission > .in { max-width:580px; margin:0 auto; padding:1078px 0 0 0; font-size:20px; line-height:36px; font-weight:700; }
	.vision-mission .s-title { margin-bottom:29px; font-size:42px; line-height:60px; color:#fff; font-weight:400; }
	.vision-mission .s-title .iblock { padding:0 19px 0 15px; }
	.vision-vision { height:1646px; margin:-218px -12px 0; padding:1242px 0 0; background:url("../images/sub/vision-2.png") center 0 no-repeat; }
	.vision-vision .type { top:293px; margin:0 0 0 72px; width:166px; line-height:166px; font-size:24px; }
	.vision-vision .subj { left:auto; right:50%; top:563px; width:500px; margin:0 63px 0 0; font-size:58px; line-height:66px; text-align:right; color:#ff5000; }
	.vision-vision .s-title { max-width:487px; margin:0 auto; text-align:center; font-size:40px; line-height:65px; }
	.vision-vision .s-title strong { font-size:52px; font-weight:800; color:#000; }

	/* About - History */
	.history-head { margin-bottom:291px; font-size:36px; font-family:'NanumSquare'; }
	.history-anchors { margin-top:-199px; }
	.history-anchors .inner { padding-top:25px; padding-bottom:20px; }
	.history-anchors .inner::after { top:29px; height:2px; }
	.history-anchors .pos { top:4px; margin-bottom:-2px; height:2px; }
	.history-anchors .anchor { font-size:16px; font-weight:700; }
	.history-anchors .anchor a { padding-top:31px; transition:padding .3s; }
	.history-anchors .anchor::before { left:-5px; width:10px; height:10px; }
	.history-anchors .anchor.active::before { left:-10px; top:-5px; border-width:5px; }
	.history-anchors.fixed .inner { top:50px; }
	.history-anchors.fixed .inner a { padding-top:15px; }
	.history-group .photo { margin:95px 0 30px; }
	.history-group .photo .year { font-size:18px; font-weight:800; }
	.history-group .photo .text { font-size:36px; }
	.history-group .history { position:relative; margin:0; padding:50px 0 0; padding-left:273px; }
	.history-group .history + .history { margin-top:45px; }
	.history-group .history dt { position:absolute; left:0; margin:-6px 0 0 !important; font-size:24px; font-family:'NanumSquare'; font-weight:800; }
	.history-group .history dd { padding-left:26px; font-size:18px; font-family:'NanumSquare'; }
	.history-group .history dd + dd { margin-top:15px; }
	.history-group .history dd::before { top:0.5em; width:6px; height:6px; }
	.history-group .photo { height:350px; }

	/* Contact */
	.contact-wrap { display:flex; margin-top:92px; padding:58px 60px 61px; font-family:'NanumSquare'; background-color:#f1f1f1; }
	.contact-wrap .item { flex:1;  font-size:18px; }
	.contact-wrap .item .subj { font-size:24px; margin-bottom:39px; font-weight:700; }
	.contact-wrap .item + .item { padding-top:0; padding-left:59px; margin-top:0; margin-left:59px; }
	.contact-wrap .item + .item::before { top:2px; left:0; right:auto; bottom:-4px;  height:100%; width:1px; background-color:#c8c6c5; }
	.contact-wrap .i-mail { margin-top:102px; font-size:36px; font-weight:700; text-align:center; }
	.contact-wrap .i-mail::before { display:block; margin:0 auto 45px; }
	.contact-wrap .text { font-size:18px; line-height:1.6; }
	.contact-wrap .text .br { display:block; }
	.contact-wrap .i-chfuturelab::before { margin-bottom:17px; }
	/* 2021-10-12 추가 :: S */
	.contact-wrap .i-chfuturelab .chfuturelab_btn {margin-bottom:17px; background-image: url('../images/common/sprite.png'); background-size: 500px 650px; background-position: 0 -346px; width: 334px; height: 68px;}
	.contact-wrap .i-chfuturelab .chfuturelab_btn a {left: 73px; top: 0; right: 0; bottom: 9px;}
	/* 2021-10-12 추가 :: E */
	.contact-wrap .step-wrap { margin-top:45px; padding-left:172px; font-weight:400; }
	.contact-wrap .step-num { margin-top:13px; font-size:16px; line-height:22px; font-weight:400; }
	.contact-wrap .step-num li::before { width:20px; height:20px; margin-right:10px; }
	.contact-wrap .step-num li + li { margin-top:8px; }
	.contact-wrap .mail-wrap { margin-top:100px; }
	.contact-wrap .mail-wrap p{ display:block; margin:0 auto; width:100%; }

	/* Business */
	.envir-highlight { position:relative; margin:86px -20px 0; display:flex; font-size:16px; line-height:24px; }
	.envir-highlight::before { content:''; position:absolute; left:50%; top:50%; z-index:-1; width:122.9166666666667%; height:1000px; background:url('../images/sub/list-envir-1-bg.png') center center no-repeat; transform:translate(-50%, -50%); background-size:contain; }
	.envir-highlight li { flex:1; position:relative; padding:0 10px; }
	.envir-highlight li:nth-child(even) { padding-top:220px; }
	.envir-highlight li:nth-child(even) .text { position:absolute; left:10px; right:10px; bottom:302px; }
	.envir-highlight .subj { margin:47px 0 22px; font-size:28px; }
	.envir-list { display:flex; flex-wrap:wrap; }
	.envir-list.cmgt { margin-top:90px; }
	.envir-list > li { width:calc((100% - 40px) / 2); }
	.envir-list > li + li { margin-top:0; }
	.envir-list > li:nth-child(2n) { margin-left:40px; }
	.envir-list .subj { margin:73px 0 13px; font-size:32px; }
	.envir-list .subj.logo img { height:auto; }
	.envir-list .img { margin-top:32px; }
	.envir-list .img .txt { margin-top:15px; font-size:16px; }
	.envir-list .con { font-size:18px; }
	.envir-list .con + .con { margin-top:29px; }
	.envir-list .con.logo img { height:38px; }
	.envir-list .btn { margin-top:33px; }
	.envir-list .min-h-2 { min-height:3em; }
	.envir-list .min-h-3 { min-height:6em; }
	.envir-list.ty-2 li.full { width:100%; }
	.envir-list.ty-2 .subj { font-size:32px; }
	.envir-list.ty-2 .img-2 { display:flex; flex-wrap:wrap; align-items: flex-end; margin-top:32px; font-size:16px; line-height:24px; }
	.envir-list.ty-2 .img-2 .img { margin:0; }
	.envir-list.ty-2 .img-2 .txt { flex:1; margin:0 20px 41px 18px; }
	.envir-list.ty-2 .img-2 .img img { width:auto; height:282px; }
	.envir-list.ty-2 .img-2 .logo { display:block; max-width:173px; width:100%; margin-bottom:29px; }
	.envir-list.ty-3 li { display:flex; flex-wrap: wrap; width:50%; padding:0 20px 58px 0; }
	.envir-list.ty-3 li.col-1 { display:block; }
	.envir-list.ty-3 li:nth-child(even) { padding:0 0 58px 20px; }
	.envir-list.ty-3 li:nth-child(n+3) { margin-top:50px; }
	.envir-list.ty-3 li + li { margin:0; }
	.envir-list.ty-3 .item {  }
	.envir-list.ty-3 .img { margin-top:47px; }
	.envir-list.ty-3 .img img { border-radius:18px; }
	.envir-list.ty-3 .subj { margin-bottom:27px; }
	.envir-list.ty-4 .subj { margin-bottom:30px; font-size:32px; }
	.envir-list.ty-4 .subj img { margin:-10px 0 0 25px; width:71px; }
	.envir-list.ty-4 .con-wrap { min-height:191px; }
	.envir-list.ty-4 > li { width:calc((100% - 95px) / 2); }
	.envir-list.ty-4 > li:nth-child(2n) { margin-left:95px; }

	.envir-Info .g-title-sub-2 { margin-top:0; font-family:'NanumSquare'; font-size:18px; line-height:1.4; }
	.envir-Info .g-title-sub-2 + .g-title-sub-2 { margin-top:27px; }
	.envir-Info .sub-grid { margin-bottom:60px; }
	.envir-Info .challenge { margin:-68px 0 0 40px; padding:20px 10px 32px 2px; font-size:18px; }
	.envir-Info .challenge dt { margin-top:6px; padding-left:37px; width:126px; line-height:32px; font-size:14px; font-weight:700; }
	.envir-Info .challenge dd { margin-top:6px; float:left; width:calc(100% - 126px); line-height:1.7; }
	.envir-Info .challenge dd.fs { font-family:'NanumSquare'; font-size:20px; }

	.envir-Info-2 { margin-top:130px; }
	.envir-Info-2 .img .pc { display:block; margin:50px auto 0; }
	.envir-Info-2 .img .mo { display:none; }

	.envir-Info-3 { position:relative; margin:0 -140px; padding:0 140px; }
	.envir-Info-3::before { content:''; position:absolute; top:93px; left:0; right:31%; bottom:auto; width:auto; height:2px; background-color:#ff5000; }
	.envir-Info-3 .item { overflow:hidden; }
	.envir-Info-3 .item + .item { margin:0 -140px 0 -60px; }
	.envir-Info-3 .info-list { overflow:hidden; float:left; width:75%; }
	.envir-Info-3 .info-list > li { padding-left:0; float:left; width:calc((100% - 100px) / 3); }
	.envir-Info-3 .info-list > li::before { display:none; }
	.envir-Info-3 .info-list > li .title { padding:6px 0 4px 50px; font-family:'NanumSquare'; font-size:20px; }
	.envir-Info-3 .info-list > li .num { position:absolute; top:0; left:0; margin-right:15px; width:36px; height:36px; line-height:36px; border-radius:36px; }
	.envir-Info-3 .info-list > li .date { position:relative; margin:5px 0 0 50px; width:auto; font-size:16px; color:#999; }
	.envir-Info-3 .info-list > li + li { margin-top:0; margin-left:50px; }
	.envir-Info-3 .info-title { position:relative; float:left; width:25%; padding-left:37px; margin:63px 0 0 -21px; font-family:'NanumSquare'; font-size:24px; line-height:1.3; }
	.envir-Info-3 .info-title::before { position:absolute; top:25px; left:0; content:''; display:inline-block; margin-right:17px; width:12px; height:12px; border-radius:12px; background-color:#ff5000; }
	.envir-Info-3 .info-title::after { content:''; position:absolute; top:30px; left:-13px; right:100%; bottom:auto; width:auto; height:2px; background-color:#ff5000; }
	.envir-Info-3 .info-title br { display:block; }
	.envir-Info-3 .info-list-2 { margin-top:73px; padding:50px 0 0 40px; height:220px; border-radius:110px 0 0 110px; font-family:'NanumSquare'; font-size:20px; }
	.envir-Info-3 .info-list-2 li { margin-top:0; width:calc((100% - 140px) / 5);  }
	.envir-Info-3 .info-list-2 li strong { margin-bottom:3px; font-size:60px; }
	.envir-Info-3 .bllet-list { margin:68px 0 0 34px; }
	.envir-Info-3 .bllet-list li { padding-left:16px; font-size:16px; }
	.envir-Info-3 .bllet-list li + li { margin-top:13px; }
	.envir-Info-3 .bllet-list li::before { top:10px; display:inline-block; width:2px; height:2px; border-radius:2px; }

	.envir-Info-4 { margin-top:0; }
	.envir-Info-4 .envir-list.ty-4 .subj { margin-top:115px; }
	.envir-Info-4 .Info-list { margin:12px auto 0; width:560px; }
	.envir-Info-4 .Info-list li { margin-top:44px; font-size:16px; }
	.envir-Info-4 .Info-list li + li { margin-left:36px; }
	.envir-Info-4 .Info-list li:nth-child(4) { margin-left:99px; }
	.envir-Info-4 .Info-list li::before { margin-bottom:13px; width:160px; height:160px; border-radius:160px; }
	.envir-Info-4 .Info-list li::after { top:42px; width:100px; height:80px; background-size:100px 560px; }
	.envir-Info-4 .Info-list li:nth-child(2)::after { background-position:0 -80px; }
	.envir-Info-4 .Info-list li:nth-child(3)::after { background-position:0 -160px; }
	.envir-Info-4 .Info-list li:nth-child(4)::after { background-position:0 -240px; }
	.envir-Info-4 .Info-list li:nth-child(5)::after { background-position:0 -320px; }
	.envir-Info-4 .Info-list.ty-2 li:nth-child(2)::after { background-position:0 -400px; }
	.envir-Info-4 .Info-list.ty-2 li:nth-child(6)::after { background-position:0 -480px; }
	.sgm-btn {height:56px; line-height:54px; font-size:24px; margin-top: 0px; padding: 0px 50px 0px 10px; float: right; width: auto; background-size: auto; background-position: right 10px center;}

	.sgm-info li { padding-left:199px; padding-top:5px;  min-height: 150px}
	.sgm-info li + li { margin-top:47px; }
	.sgm-info .thum { width:180px; height:150px; border:1px solid #ccc; }
	.sgm-info .thum img { width:100%; }
	.sgm-info .subj { display:block; font-size:18px; }
	.sgm-info .date { font-size:14px; margin-top:14px; }
	.sgm-info .txt { font-size:14px; margin-top:9px; }

	/* Program */
	.program-info { display:flex; margin-top:-136px; margin-bottom:82px; padding:48px 45px 48px 55px; }
	.program-info .des { flex:1; font-size:16px; line-height:1.5; }
	.program-info .des dt { margin-bottom:36px; font-size:28px; line-height:1.28; }
	.program-info .text { flex:0.6; font-size:18px; margin-left:12%; }
	.program-info .text dt { font-size:14px; margin:40px 0 17px; padding-bottom:10px; border-bottom-width:3px; }
	.program-info .text dt:first-child { margin-top:0; }
	.program-info .text dd { font-family:'NanumSquare'; line-height:1.55; }
	.donation-head { margin:-15px 0 15px; }
	.donation-head .title { font-size:20px; }
	.donation-head .info { margin-top:6px; font-size:14px; }
	.donation-cont { margin-bottom:15px; }
	.regist-complete { padding:16px 0 0; font-size:14px; line-height:1.28; }
	.regist-complete dt { margin-bottom:26px; font-size:24px; }
	.regist-complete .i-complete { margin-bottom:24px; }
	.regist-complete dd { margin-top:11px; }
	.request { max-width:960px; margin:65px auto 0; }
	.request .btnarea { margin-top:70px; }

    .regist-complete.leave{padding-top: 0px}
    .regist-complete.leave .leave_info{padding: 45px 0px 45px 50px; margin-bottom: 30px}
    .regist-complete.leave .leave_info > dt{font-size: 18px}
    .regist-complete.leave .chk .fm-chk + .checked-i.txt{font-size: 18px}
    .data_no{line-height: 150px; font-size: 20px}

	/* Archive */
	.hightlight-list {position: relative; padding: 40px; margin: 12px -40px 80px; line-height: 1.55; box-shadow: 2px 10px 40px rgb(0 0 0 / 14%);}	.hightlight-list .swiper-container { padding:0; }
	.hightlight-list .swiper-slide { display:flex; }
	.hightlight-list .thumb { flex:1.0495; margin:0; overflow: hidden; height: 450px;}
    .story.hightlight-list .thumb { flex:1.0495; margin:0; overflow: hidden; height: 376px;}
    .hightlight-list .thumb img{max-height: 450px;}
    .story.hightlight-list .thumb img{max-height: 376px;}
	.hightlight-list .txt { position:relative; flex:1; margin:40px 0 40px 60px; }
	.hightlight-list .txt .date { margin-bottom:17px; font-size:20px; font-weight:700; font-family:'NanumSquare'; }
	.hightlight-list .txt .subj { font-size:32px; line-height:1.5; font-weight:800; font-family:'NanumSquare'; }
	.hightlight-list .txt .hash { margin-top:21px; font-size:18px; font-family:'NanumSquare'; }
	.hightlight-list .txt .btn-8 { position:absolute; left:0; bottom:19%; transition:bottom .3s; }
	.hightlight-list .swiper-pagination { left:auto; right:-9px; bottom:-9px; transform:none; }
	.hightlight-list .swiper-pagination::before { left:10px; right:10px; }
	.hightlight-list .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet,
	.hightlight-list .swiper-pagination-bullet { width:33px; height:33px; }
	.hightlight-list .swiper-pagination-bullet::before { width:13px; height:13px; border-radius:13px; }

	/* 마이페이지 */
	.user-summary { margin:-4px 0 0; padding-bottom:54px; border-bottom:1px solid #e7e7e7; }
	.user-summary.noline { border-width:0; }
	.user-summary .info { padding:5px 0 0 170px; min-height:114px; margin-bottom:0; }
	.user-summary .info.cmgt { margin-top:95px; }
	.user-summary .info::before { height:110px; }
	.user-summary .info .badge {position: absolute; left:19px; top:-13px; width:140px; }

    .user-summary .info .badge:hover + [class^="tooltip"] {left: 30px;}
	.user-summary .info .badge-name { margin-bottom:-2px; font-size:20px; font-family:'NanumSquare'; }
	.user-summary .info .name { font-size:32px; }
	.user-summary .info .name .btn-3 { margin-left:13px; }
	.user-summary .info .total { margin-top:18px; font-size:16px; }
	.user-summary .control { position:absolute; right:0; bottom:54px; font-size:0; }
	.user-summary .control .fm-sel { width:160px; margin-right:10px; }

    .user-summary .info .summary__badge-collect > p {font-size: 18px;}
    .text-underline {background-size: 100% 9px;}
    .user-summary .info .summary__badge-collect > p {font-size: 18px;}
    .user-summary .info ul {line-height: 36px;}
    .user-summary .info .summary__badge-collect ul li {margin-right: 8px; margin-bottom: 8px;}
    .user-summary [class^="tooltip"] {transform: translate(-35%, -10px);}
    .user-summary [class^="tooltip"] {min-width: 140px; padding: 15px; font-size: 12px; top: 55px}


	.badge-list .item { float:left; width:calc((100% - 80.2px) / 6); margin:20px 0 0 16px; text-align:center; }
	.badge-list .item .checked-i { padding:21px 0; }
	.badge-list .item:nth-child(6n+1) { clear:left; margin-left:0; }
	.badge-list .item .badge { width:100px; height:144px; margin:0 auto 7px; padding:23px 0 0; }
	.badge-list .item .name { font-size:18px; font-family:'NanumSquare'; }
	.badge-list .item .desc { margin-top:3px; font-size:12px; }
	.badge-def { padding-top:49px; padding-bottom:64px; }
	.badge-def .badge { margin-bottom:32px; }
	.badge-def .name { display:block; font-size:18px; font-weight:800; font-family:'NanumSquare'; }
	.badge-def .desc { margin-top:5px; font-size:16px; }
	.smailmate { margin-top:65px; }
	.smailmate .msg { font-size:18px; line-height:1.55; font-family:'NanumSquare'; }
	.smailmate .stage { margin-top:21px; }
	.smailmate .ps { margin-top:24px; font-size:14px; }
	.mascot-list .item { width:20%; margin-top:30px; padding:0; font-size:16px; line-height:1.75; }
	.mascot-list .photo { margin-bottom:9px; }
	.mascot-list .en { margin-top:-2px; font-size:13px; }

	/* terms */
	.terms-box { height:140px; padding:19px; font-size:13px; line-height:1.53; }
	.terms-box.h-2 { height:151px; }
	.terms-agree { margin-top:20px; font-size:14px; }

	.tab + .terms-order { margin-top:-23px; }
	.terms-order { padding:30px 0 30px 20px; background-color:#f2f2f2; }
	.terms-order .dep { overflow:hidden; }
	.terms-order .dep > li { float:left; width:223px; min-height:225px; }
	.terms-order .dep > li >a { font-size:15px; }
	.terms-order .dep2 { margin-top:19px; }
	.terms-order .dep2 > li { font-size:13px; color:#666; }
	.terms-order .dep2 > li + li { margin-top:5px; }
	.terms-order .dep2 > li > a:hover, .terms-order .dep2 > li > a:active { text-decoration:underline; }
	.terms-title { margin-top:43px; font-family:'NanumSquare'; font-size:18px; font-weight:700; }
	.terms-title-2 { margin-top:30px; font-size:16px; }
	.terms-con { margin-top:14px; font-size:13px; color:#666; }
	.terms-con + .terms-con { margin-top:30px; }
	.terms-list { margin-top:15px; font-size:13px; color:#666; }
	.terms-list > li + li { margin-top:13px; }
	.terms-list > li > .terms-list { margin-left:22px; margin-bottom:16px; }
	.terms-list > li > .terms-list > li > .terms-list { margin-top:5px; margin-bottom:5px; }
	.terms-list > li > .terms-list > li + li { margin-top:5px; }
	.terms-list .terms-con { margin-top:5px; line-height:1.5; }
	.terms-list.ty-2 > li { padding-left:16px; }
	.terms-list.ty-2 > li + li { margin-top:20px !important; }
	.terms-list.ty-2 > li .num { margin-left:-16px; }
	.terms-list.ty-3 .terms-list { margin-left:0 !important; }
	.terms-list.ty-3 { font-size:16px; color:#000; }
	.terms-order.ty-2 { }
	.terms-order.ty-2 .dep > li { width:auto; min-height:auto; }
	.terms-order.ty-2 .dep > li + li { margin-left:42px; }
	.terms-order.ty-2 .dep > li > a { color:#999; }
	.terms-order.ty-2 .dep > li > a:hover, .terms-order.ty-2 .dep > li > a:active, .terms-order.ty-2 .dep > li.on a { color:#000; text-decoration:underline; }

    .request .grid-item [class*="btn-"] {width: 180px; min-width: auto}
    .editor_area{padding: 16px}

    .faq-accordion {margin: 60px 0 0;}
    .faq-accordion .acc-title {padding: 21px 18px 20px 18px; font-size: 18px; line-height: 1.44;}
    .faq-accordion .acc-title::before {content: ''; display: inline-block; margin-right: 4px; width: 5px; height: 5px; border: 0 solid #333; border-width: 0 2px 2px 0; transform: translateY(0) rotate(-45deg); vertical-align: middle;}
    .faq-accordion .acc-title .in{width: calc(100% - 15px)}


}
@media all and (min-width:1200px) and (max-width:1799px) {
	.contents { padding:0 60px; }
	/* About - History */
	.history-anchors .inner { max-width:1560px; padding-left:60px; padding-right:60px; }
}
@media all and (min-width:1200px) and (max-width:1400px) {
	.hightlight-list .txt .btn-8 { bottom:3%; }
}
@media all and (min-width:1024px) {
	.board-view .photo-list ul li { float:left; width:calc((100% - 40px) / 2); margin-left:40px; margin-top:40px;}
    .board-view .photo-list ul li > img{height: 333px}
	.board-view .photo-list ul li:nth-child(2n+1) { clear:left; margin-left:0; }
	.board-view .photo-list ul li:nth-child(-n+2) { margin-top:0; }
}

/****************************** MO ******************************/
@media all and (max-width:1199px) {
	/* sub visual */
	.sub-vis.vis-about { background-image:url("../images/sub/vis-about-mo.jpg"); }
	.sub-vis.vis-archive { background-image:url("../images/sub/vis-archive-mo.jpg"); }
	.sub-vis.vis-business { background-image:url("../images/sub/vis-business-mo.jpg"); }
	.sub-vis.vis-news { background-image:url("../images/sub/vis-news-mo.jpg"); }
	.sub-vis.vis-program { background-image:url("../images/sub/vis-program-mo.jpg"); }
	.sub-vis.vis-mypage { background-image:url("../images/sub/vis-mypage-mo.png"); }
	.vis-program-seed { background-image:url("../images/sub/program-seed.jpg"); }

	/* popup */
	.uipop-container .pop-layer { width:500px; max-width:calc(100vw - 40px); }
	.uipop-container.mo-full { background:#fff; }
	.uipop-container.mo-full .uipop-track { display:block; width:100%; height:100%; }
	.uipop-container.mo-full .uipop-track::before, .uipop-container.mo-full .uipop-track::after { display:none !important; }
	.uipop-container.mo-full .pop-layer { width:100%; height:100%; max-width:100%; padding:0; -webkit-box-shadow:unset; -moz-box-shadow:unset; box-shadow:unset; }
	.uipop-container.mo-full .pop-layer iframe { width:100%; height:calc(100% + 1px); border:0; }
	.pop-head-2 { max-height:300px; overflow:hidden; }
    .pop-layer.w700{ width:100%; height:100%; border:0; max-width: 100%; padding: 0px}

    .pop-cont .btit{font-size: 16px}
    .pop-cont .charity_info{padding-top: 10px}
    .pop-cont .charity_info > .desc > p{font-size: 14px}
    .pop-cont .charity_info > .desc > p > strong{font-size: 20px;}
    .pop-cont .charity_info .name{height: auto; line-height: normal; font-size: 12px}
    .pop-cont .charity_info .name ul li{float: none}
    .pop-cont .charity_info .name ul li:last-child{padding-left: 0px}
    .pop-cont .charity_info > .subj{font-size: 14px; line-height: 35px; height: 35px}
    .pop-cont .charity_info .service .tit{float: none;display: block; padding: 0px;}
    .pop-cont .charity_info .service ul li{font-size: 12px}
    .pop-cont .charity_info > .desc{padding: 0px}
    .pop-cont .btnarea .btn-7.small{min-width: 100px}
	/* tooltip */
	.tooltip-cont { width:285px; }

	/* table */
	.tb-data:not(.tb-to-li) th:first-child, .tb-data:not(.tb-to-li) td:first-child { padding-left:20px; }
	.tb-data:not(.tb-to-li) th:last-child, .tb-data:not(.tb-to-li) td:last-child { padding-right:20px; }
	.tb-data { margin:0 -20px; }
	.tb-data:not(.tb-to-li) { width:calc(100% + 40px) }
	.tb-data .state { font-size:11px; }
	.tb-data.tb-to-li .date { margin-top:2px; font-size:9px; }
	.tb-data.tb-to-li { display:block; width:auto; text-align:left; border-top-width:0; }
	.tb-data.tb-to-li tr { position:relative; display:block; padding:14px 20px 13px; border-bottom:1px solid #e0e0e0; }
	.tb-data.tb-to-li.pd-case tr { padding-left:50px; padding-right:95px; }
    .tb-data.tb-to-li.pd-case.state_info tr { padding-left:20px; padding-right:20px; }
	.tb-data.tb-to-li tbody, .tb-data.tb-to-li th, .tb-data.tb-to-li td { display:block; padding:0; border:0; }
	.tb-data.tb-to-li .chk { position:absolute; left:20px; top:50%; margin-top:-8px; }
	.tb-data.tb-to-li .state { position:absolute; right:0px; top:25%; margin-top:-5px; line-height:1; }
    .tb-data.tb-to-li.pd-case.state_info tr td.state{right: 20px}
    .tb-data .state > .btn-1{height: 25px; line-height: 24px; top: 15px}
	.tb-data.tb-to-li .date { margin-top:2px; }

	.tb-data-2.ty-2, .tb-data-2.ty-2 tr, .tb-data-2.ty-2 tbody, .tb-data-2.ty-2 thead, .tb-data-2.ty-2 th, .tb-data-2.ty-2 td { display:block; padding:0; height:auto; }
	.tb-data-2.ty-2 th, .tb-data-2.ty-2 > dt { margin-bottom:3px; margin-top:12px; }
	.tb-data-2.ty-2 tr:first-child th, .tb-data-2.ty-2 > dt:first-child { margin-top:0; }
    .tb-data-2.ty-2 tr:first-child th.mgt12{ margin-top:12px; }
	.tb-data-2.ty-2 .fm-rc-g .fm-item { margin-top:6px; margin-bottom:6px; }

	/* board */
	.grid-sch .grid-row-m { display:flex; }
	.grid-sch .grid-row-m + .grid-row-m { margin-top:10px; }
	.grid-sch .w-1 { flex:0.6; }
	.grid-sch .w-2 { flex:1; }
	.grid-sch .w-3 { flex:1; }

	.board-side { padding:23px 20px 28px; margin:20px -20px -21px; background:#f1f1f1; }
	.board-side .control { position:fixed; left:0; bottom:-55px; right:0; z-index:1000; transition:bottom .3s; }
	.board-side.fixed .control { bottom:0; z-index: 1112; }
	.board-preview { display:none; }

	.share-cont { position:fixed; left:0; top:0; z-index:9999; width:100%; height:100%; background:rgba(0,0,0,.7); }
	.share-cont .share-in { position:absolute; left:50%; top:50%; width:300px; padding:45px 25px 25px; background:#fff; transform:translate(-50%, -50%); }
	.share-cont .close { display:block; position:absolute; right:9px; top:9px; width:30px; height:30px; white-space:nowrap; text-indent:-100px; overflow:hidden; }
	.share-cont .close::before { content:''; display:block; position:absolute; top:50%; left:50%; margin:-1px 0 0 -11px; width:22px; height:2px; background:#000; transform:rotate(-45deg); transition:transform 0.2s; }
	.share-cont .close::after { content:''; display:block; position:absolute; top:50%; left:50%; margin:-1px 0 0 -11px; width:22px; height:2px; background:#000; transform:rotate(45deg); transition:transform 0.2s; }
	.share-cont .close:hover .i-close::before, .share-cont .close:hover .i-close::after { transform:rotate(0); }

	/* paging */
	.paging { margin:30px 0 0; font-size:0; text-align:center; }
	.paging.cmgt { margin-top:45px; }
	.paging .num a:not(.active), .paging .num span:not(.active) { display:none; }
	.paging .num { display:inline-block; width:calc(100% - 164px); white-space:nowrap; font-size:16px; color:#666; }
	.pag-prev, .pag-next, .pag-first, .pag-last { display:inline-block; width:36px; height:36px; line-height:34px; border:1px solid #e1e1e1; background:#f2f2f2; border-radius:100%; }
	.pag-prev::before, .pag-next::before, .pag-first::before, .pag-last::before, .pag-first::after, .pag-last::after { content:''; display:inline-block; vertical-align:middle; }
	.pag-first::before, .pag-prev::before, .pag-first::after { width:7px; height:7px; border:0 solid #666; border-width:0 0 1px 1px; transform:rotate(45deg); }
	.pag-last::after, .pag-next::before, .pag-last::before { width:7px; height:7px; border:0 solid #666; border-width:1px 1px 0 0; transform:rotate(45deg); }
	.pag-prev { margin-left:9px; }
	.pag-next { margin-right:9px; }
	.pag-first::before { margin:0 -3px 0 4px; }
	.pag-prev::before { margin-left:4px; }
	.pag-next::before { margin-right:4px; }
	.pag-last::after { margin:0 4px 0 -3px; }

	/* About */
	.space-list .swiper-wrapper { margin-top:-20px; display:block; width:auto !important; height:auto !important; transform:none !important;cursor: default }
	.space-list .swiper-slide { padding-top:20px; width: 100% !important;}
	.space-list .swiper-slide.swiper-slide-duplicate { display:none; }
    .swiper-scrollbar{display: none}
	.vision-mission { min-height:556px; margin:-4px -20px 0; background:url("../images/sub/vision-mo.png") center 0 no-repeat; background-size:317px auto; }
	.vision-mission .type { top:18px; margin:0 0 0 -132px; }
	.vision-mission .subj { top:128px; margin:0 0 0 -17px; }
	.vision-mission > .in { max-width:317px; margin:0 auto; padding:349px 0 0 79px; font-size:12px; line-height:19px; font-weight:700; }
	.vision-mission .s-title { margin-bottom:17px; font-size:17px; line-height:26px; color:#fff; font-weight:400; }
	.vision-vision { height:696px; margin:39px -20px 0; padding:539px 0 0; background:url("../images/sub/vision-2-mo.png") center 0 no-repeat; background-size:317px auto; }
	.vision-vision .type { top:26px; margin:0 0 0 58px; width:72px; line-height:72px; }
	.vision-vision .subj { left:auto; right:50%; top:136px; width:190px; line-height:27px; margin:0 -32px 0 0; text-align:right; color:#ff5000; }
	.vision-vision .s-title { max-width:190px; margin:0 auto; text-align:center; font-size:16px; line-height:25px; }
	.vision-vision .s-title strong { font-size:20px; font-weight:800; color:#000; }

	/* Business */
	.envir-highlight { margin-top:50px; padding-bottom:63px; border-bottom:1px solid #e2e2e2; }
	.envir-highlight li + li { padding-top:37px; margin-top:12px; background:url('../images/sub/list-envir-1-bg-3.png') center 0 no-repeat; background-size:6px 27px; }
	.envir-list .con + .con.logo { margin-top:14px; }
	.envir-list.ty-2 .img-2 { margin-top:0; font-size:12px; line-height:18px; }
	.envir-list.ty-2 .img-2 .img { display:block; text-align:center; }
	.envir-list.ty-2 .img-2 .img img { width:auto; max-width:100%; zoom:0.5; }
	.envir-list.ty-2 .img-2 .txt { display:block; margin-top:17px; text-align:center; }
	.envir-list.ty-2 .img-2 .txt + .img { margin-top:43px; }
	.envir-list.ty-2 .img-2 .logo { display:block; height:48px; margin:21px auto 17px; }

	/* 마이페이지 */
	.user-summary .info.pd-case { padding-bottom:79px; margin-bottom:0; }
	.user-summary .mo-abs { position:absolute; left:120px; bottom:0; }
	.user-summary .mo-abs-2 { position:absolute; left:-20px; bottom:-18px; right:-20px; }
	.user-summary .mo-abs-2 .btn-6 { width:100%; height:50px; font-size:16px; }
	.user-summary .control { display:flex; }
	.user-summary .control .fm-sel { flex:1; margin-right:10px; }
	.user-summary .control .btn-6 { flex:1; }
	.badge-list { margin-top:50px; }
	.badge-list .item .checked-i { padding:24px 0 23px 86px; }
	.badge-list .item .badge { position:absolute; left:10px; top:50%; width:60px; transform:translateY(-50%); }
	.badge-def .badge img { max-width:100px; }

    .grid-list .grid-item .grid-img{height: 300px;}
    .board-view > .btnarea > a.btn-5{position: absolute; left: calc(50% - 50px);}

	/* wll 캠페인 :: S */
	.wll_link_banner {
		display: none !important;
	}
	.wll_content .ttl {
		font-size: 74px;
	}
	.wll_content .sub_ttl {
		font-size: 46px;
	}
	.wll_content .sub_ttl02 {
		font-size: 26px;
	}
	.wll_content .body01 {
		font-size: 22px;
	}
	.wll_content .body02 {
		font-size: 18px;
	}
	.wll_content .body_en {
		font-size: 18px;
	}
	.wll_survey .wll_survey_link {
		width: 300px;
	}
	.wll_change .swiper-slide {
		min-height: 300px;
		font-size: 20px;
	}
	.wll_guide .wll_guide_link {
		width: 300px;
	}
	/* wll 캠페인 :: E */

	/* project :: S */
	.project_cont {
		margin-top: 25px;
	}
	.project_cont br.only_web {
		display: none !important;
	}
	.project_cont br.only_mo {
		display: block !important;
	}
	.project_cont .main_desc {
		font-size: 12px;
	}
	.project_cont .desc {
		margin-top: 4px;
		font-size: 12px;
		line-height: 1.4;
	}
	.project_cont .sub_ttl {
		margin-bottom: 16px;
		font-size: 18px;
	}
	.project_cont .sub_ttl2 {
		font-size: 14px;
	}
	.project_cont .link {
		margin-top: 28px;
		padding-bottom: 0;
		border-bottom: none;
		font-size: 15px;
		text-decoration: underline;
		line-height: 1.4;
	}
	.project_cont .txt_box {
		margin-top: 40px;
	}
	.project_cont .txt_box + .txt_box {
		padding-top: 0;
		border-top: none;
	}
	.project_cont .how_list li {
		margin-top: 20px;
	}
	.project_cont .cat_list {
		display: block;
		margin-top: 1px;
		border-top: none;
	}
	.project_cont .cat_list li {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-top: 40px;
	}
	.project_cont .cat_list li a {
		display: block;
	}
	.project_cont .cat_list li a .subject {
		margin-bottom: 0;
		font-size: 18px;
	}
	.project_cont .cat_list li a .desc {
		margin-top: 0;
		margin-bottom: 14px;
	}
	.project_cont .cat_list li a img {
		margin: 0 auto;
	}
	.project_cont .cat_list li a img.only_web {
		display: none !important;
	}
	.project_cont .cat_list li a img.only_mo {
		display: block !important;
	}
	.project_cont .iframe_box,
	.project_cont .iframe_box.project_map,
	.project_cont .iframe_box.project_octoplay {
		height: 60vh;
	}

	/* project :: E */

	/* 240703 기부금 영수증 발급 팝업 추가 :: S */
	#receiptWritePopup {
		padding: 0;
	}
	#receiptWritePopup .pop-box {
		width: 100%;
        height: 100%;
        max-width: 100%;
        padding: 0;
	}
	/* 240703 기부금 영수증 발급 팝업 추가 :: E */

}
@media all and (min-width:800px) and (max-width:1199px) {
	/* board */
	.grid-list .grid-item { float:left; width:calc((100% - 20.5px) / 3); margin:27px 0 0 10px; }
	.grid-list .grid-item:nth-child(3n+1) { clear:left; margin-left:0; }
	.grid-list .grid-item:nth-child(-n+3) { margin-top:0; }
    .grid-list .grid-item .grid-img{height: 250px;}
    .story.grid-list .grid-item .grid-img{height: 196px;}
}

@media all and (max-width: 768px) {
	/* 약관 관련 공통 */
    .terms_box .toggle_btn {
        display: block;
        width: 100%;
        height: 53px;
        padding: 0 33px 0 18px;
        border-top: 1px solid #EAEAEA;
        border-bottom: 1px solid #EAEAEA;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        color: #ff5000;
        background-color: #F9F9F9;
        background-position: right 18px center;
        background-repeat: no-repeat;
        background-image: url('../images/common/toggle_btn.svg');
        background-size: 15px;
    }
    .terms_box .toggle_btn.on {
        background-image: url('../images/common/toggle_btn_on.svg');
    }
    .terms_box .toggle_list {
        display: none;
        position: absolute;
        top: 100%;
        left: 1px;
        right: 1px;
        margin: 0;
        padding: 20px 18px;
        border-bottom: 1px solid #d4d4d4;
        background: rgba(250, 250, 250, 0.95);
        z-index: 111;
    }
    .terms_box .terms_top_txt {
        margin: 25px 15px 30px;
    }
    .terms_box .terms_cont {
        max-height: none;
        padding: 0;
        margin: 0 15px;
		font-size: 14px;
    }
    .terms_box .terms_cont.bordernone {
        margin-top: 25px;
    }
	.terms_box .terms_cont .mainhead {
		font-size: 20px;
	}
	.terms_box .terms_cont .subhead {
		font-size: 16px;
	}
	.terms_box .terms_cont .terms_ele,
	.terms_box .terms_cont .list li .desc,
	.terms_box .terms_cont .list,
	.terms_box .terms_cont .list li { /* 231010 추가 */
		overflow: hidden;
	}
    .terms_box table {
        table-layout: fixed;
    }
    .terms_box table tr {
        border-bottom: 1px solid #111;
    }
    .terms_box table td {
        padding: 0;
        font-weight: 350;
        letter-spacing: -1px;
    }
    .terms_box table td .td_cont {
        padding: 20px 5px;
    }
    .terms_box table td .td_cont + .td_cont {
        border-top: 1px solid #EAEAEA;
    }
    .terms_box table td p {
        margin-top: 5px;
    }
    .terms_box .terms_cont .terms_table {/* 231010 추가 */
		overflow-x: auto;
	}
	.terms_box .terms_cont .terms_table table {/* 231010 추가 */
		min-width: 500px;
	}

    /* 이용약관 북마크 관련 */
    .terms_box .terms_depth01_box {
        position: relative;
        padding: 0 1px;
    }
    .terms_box .terms_depth01 {
        display: block;
    }
    .terms_box .terms_depth01 a {
        border: none;
        padding: 9px 0;
        color: #1e1e1e;
		font-size: 16px;
        font-weight: 700;
    }
    .terms_box .terms_depth02 {
        margin: 25px 15px 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 0;
        padding: 15px 5px;
    }
    .terms_box .terms_depth02 ul.on {
        display: block;
    }
    .terms_box .terms_depth02 ul li {
        width: 100%;
    }
    .terms_box .terms_depth02 ul li:nth-of-type(n+4) {
        margin-top: 0;
    }
    .terms_box .terms_depth02 ul li a {
		font-size: 14px;
        font-weight: 500;
        color: #444;
        letter-spacing: -1px;
        line-height: 2.5;
        text-align: center;
    }

    /* 개인정보 수집 및 이용동의 탭 관련 */
    .terms_box .privacy_tab_box {
        position: relative;
        margin-bottom: 0;
        padding: 0 1px;
    }
    .terms_box .privacy_tab {
        display: block;
    }
    .terms_box .privacy_tab button {
        border: none;
        height: auto;
        font-weight: 500;
        color: #444;
        letter-spacing: -1px;
        line-height: 2.5;
        text-align: left;
        background: none;
    }
    .terms_box .privacy_tab button.on {
        color: #444;
        background: none;
    }
    .terms_box .tab_cont {
        display: flex;
        height: 100%;
        overflow: hidden;
    }
    .terms_box .tab_cont_box.on {
        display: flex;
        flex-direction: column;
    }

	/* wll 캠페인 :: S */
	.wll_content .only_web { display: none !important; }
	.wll_content .only_mo { display: block !important; }
	.wll_content .wll_in {
		width: calc(100% - 40px);
	}
	.wll_content .ttl {
		font-size: 32px;
		line-height: 1.25;
	}
	.wll_content .sub_ttl {
		font-size: 20px;
	}
	.wll_content .sub_ttl02 {
		font-size: 16px;
		line-height: 1.5;
	}
	.wll_content .body01 {
		font-size: 14px;
		line-height: 1.4;
	}
	.wll_content .body02 {
		font-size: 12px;
		line-height: 1.3;
	}
	.wll_content .body_en {
		font-size: 10px;
	}
	.wll_fix {
		width: 100%;
		border-radius: 0;
	}
	.wll_fix .link_survey {
		width: 58.675%;
		border-radius: 0;
	}
	.wll_fix .link_educator {
		width: 41.324%;
		border-radius: 0;
	}
	.wll_fix a .body01 {
		line-height: 60px;
	}
	.wll_fix .link_survey .body01 {
		padding-right: 26px;
		background-size: 20px;
	}
	.wll_visual {
		max-height: 540px;
		background-image: url('../images/sub/wll_visual_bg_mo.png');
		background-size: cover;
	}
	.wll_visual .body02 {
		padding: 6px 48px;
	}
	.wll_visual .ttl {
		margin-top: 12px;
	}
	.wll_visual .cross {
		margin-top: 16px;
	}
	.wll_visual .cross img {
		width: 8px;
		margin: 0 2px;
	}
	.wll_goals {
		padding: 120px 0 64px;
		background-image: url('../images/sub/wll_goals_bg_mo.png');
		background-position: center top;
	}
	.wll_goals .wll_goals_ttl {
		width: 160px;
		margin-top: 64px;
	}
	.wll_goals .goal_list {
		margin: 32px -20px 0;
	}
	.wll_goals .goal_list li {
		width: 16.666%;
	}
	.wll_video {
		padding: 0;
		background: #FF5000;
	}
	.wll_video .video_frame {
		border-width: 20px;
		border-left: 0;
		border-right: 0;
		border-radius: 0;
	}
	.wll_video .question_list {
		display: block;
		margin: 0;
		padding: 48px 0;
	}
	.wll_video .question_list li + li {
		margin-left: 0;
		margin-top: 48px;
	}
	.wll_video .question_list li img {
		margin-bottom: 12px;
	}
	.wll_survey {
		padding: 64px 0;
	}
	.wll_survey .survey_about {
		display: block;
		margin-top: 48px;
		background: #FBF9F9;
		border-radius: 12px;
	}
	.wll_survey .survey_about li {
		padding: 24px 10px;
	}
	.wll_survey .survey_about li + li {
		border-top: 1px solid #E0E0E0;
	}
	.wll_survey .survey_about li + li::before {
		display: none;
	}
	.wll_survey .survey_about li img {
		width: 48px;
		margin-bottom: 8px;
	}
	.wll_survey .survey_about li .body02 {
		margin-top: 2px;
	}
	.wll_survey .wll_survey_link_row {
		display: block;
		margin-top: 48px;
	}
	.wll_survey .wll_survey_link_row a {
		max-width: 277px;
		width: 100%;
		margin: 0 auto;
	}
	.wll_survey .wll_survey_link_row a + a {
		margin-left: auto;
		margin-top: 15px;
	}
	.wll_survey .wll_survey_link_row a strong {
		padding-right: 26px;
		line-height: 60px;
		background-size: 20px;
	}
	.wll_review {
		padding: 32px 0;
	}
	.wll_review .body01 {
		margin-top: 4px;
	}
	.wll_review .wll_review_link {
		width: 104px;
		margin-top: 16px;
		line-height: 36px;
		font-size: 12px;
	}
	.wll_change {
		padding: 64px 0;
	}
	.wll_change .wll_in {
		width: calc(100% - 80px);
	}
	.wll_change .sub_ttl {
		text-align: center;
	}
	.wll_change .wll_change_slider {
		margin-top: 24px;
	}
	.wll_change .swiper-slide {
		width: 240px;
		min-height: 240px;
		padding: 32px;
		border-width: 2px;
		font-size: 12px;
		border-radius: 12px;
	}
	.wll_active {
		padding: 48px 0;
	}
	.wll_active .wll_active_list {
		display: block;
	}
	.wll_active .wll_active_list li + li {
		margin-left: 0;
		margin-top: 64px;
	}
	.wll_guide {
		padding: 32px 0;
	}
	.wll_guide .wll_guide_notice {
		margin-top: 32px;
	}
	.wll_guide .wll_guide_notice li {
		display: block;
		text-align: center;
	}
	.wll_guide .wll_guide_notice li .num {
		width: 24px;
		height: 24px;
		margin: 0 auto 8px;
		line-height: 25px;
		font-size: 12px;
	}
	.wll_guide .wll_guide_link {
		max-width: 277px;
		width: 100%;
		margin-top: 32px;
		border-width: 2px;
	}
	.wll_guide .wll_guide_link strong {
		padding-right: 26px;
		line-height: 56px;
		background-size: 20px;
	}
	/* wll 캠페인 :: E */
}

@media all and (max-width:570px) {
	/* About */
	.space img { height:100%; }
    .board-view.ty-2 .board-content {min-height: 150PX}
    .grid-list .grid-item .grid-img{height: 200px;}
    .tb-data.tb-to-li.pd-case.state_info tr{padding-right: 14px}
    .tb-data.tb-to-li .state{position: relative; margin-top: 0px; line-height: 30px; height: 30px; display: block;}
    .tb-data.tb-to-li.pd-case.state_info tr td.state{left: 0px;}
    .tb-data .state > span{text-align: left}
    .pop-cont.result_area .result_info{width: 100%}
    .hightlight-list .thumb img{max-height: 300px; height: 300px}
    .story.hightlight-list .thumb img{max-height: 178.6px; height: 178.6px}
    .story.hightlight-list .thumb.no-img img{height: auto}
    .story.grid-list .grid-item .grid-img{height: 178.6px;}
    .hightlight-list .thumb.no-img{height: 300px}
    .story.hightlight-list .thumb.no-img{height: 178.6px}
}

/*  퓨처랩 고도화 본인인증,SMS,가족 css 박서진추가  */

.tb-data-2 .terms-agree.tp_01 {margin:10px 0;}
.md_gary_box {padding:20px;background:#f9f9f9;}
.md_gary_box.tp_msg {margin-bottom:15px;font-size:12px;}
.md_gary_box.tp_msg .txt_pt {font-size:12px;}
.terms-agree.tp_01 {justify-content: left;}
.terms-agree.tp_01 .side + .side {margin-left:20px;}
.tb-data-2 .terms-agree.tp_01 {margin:10px 0;}
.tb-data-2 .fm-flex + .fm-flex {margin:5px 0 0 0;}
.tb-data-2 .fm-flex.tp_btn .grid-item {flex: auto;}
.tb-data-2 .fm-flex.tp_btn .grid-item:first-child {width:100%;}
.tb-data-2 .fm-flex.tp_btn .grid-item:nth-child(2) {margin-left:5px;}
.md_box.age_1419 .g-title-4 {padding:0 0 10px 0;font-size:12px;}
.md_box.age_1419 .col_right .g-title-4 {padding-top:30px;}

.tb-data-2.tp_02 tr:first-child th {padding-top:0px;}
.tb-data-2.tp_02 th {padding: 0px 0;vertical-align: middle;}

.verify_tab ul {display: flex;background:#eaeaea;}
.verify_tab ul li {flex: 1;text-align: center;}
.verify_tab ul li a {padding:0 0 0 0;display: block;font-size:12px;line-height: 4;}
.verify_tab ul li.active a {background:#ff5000;color:#fff;}
.verify_tab + .tp_flex {margin-top:30px;}

.f_orange {color:#ff5000 !important;}
.ess_info {padding:0 0 5px 0;font-size:12px;color:#666;}
.ess {color:#ff5000 !important;font-weight:700 !important;}
[class*="btn-"].btn_black_line {border:1px solid #000;background: #fff;color:#000;}

.md_gary_box.parent_box {padding:30px;text-align: center;position: relative;}
.md_gary_box.parent_box ul:after { content:''; display:block;clear:both; }
.md_gary_box.parent_box ul li {width:50%;float:left;font-size:12px;color:#666;line-height: 1.8;}
.md_gary_box.parent_box ul li:first-child {width:100%;}
.md_gary_box.parent_box .btn_re {position: absolute;}
.md_gary_box.parent_box .btn_re {position: absolute;right: 30px;top: 30px;}

.tb-data.tp_01 {width:100% !important;border-top:2px solid #000;margin:0 !important;}
.tb-data.tp_01 th,
.tb-data.tp_01 td {font-size:12px;padding:10px 0;text-align: center;}
.tb-data.tp_01 th {color:#000;}
.tb-data.tp_01 td .hd_tit {display: none;}
.tb-data.tp_01 .not td {color: #ddd;} /* 2022-01-25 추가 */

.verify_wrap .tb-data.tp_01 + .btn_wrap {padding:20px 0 0 0;text-align: right;}
.verify_wrap .tit_parent + .tb-ps-top {line-height: 1.5;}
.verify_wrap .tit_parent + .tb-ps-top .link {text-decoration: underline;}
[class*="btn-"].tp_line {background: #fff;color:#ff5000;}
[class*="btn-"].btn_sm {height: 32px;line-height: 30px}

.my_children .tb-data.tp_01 th,
.my_children .tb-data.tp_01 td {font-size:14px;}
.my_children .tb-data.tp_01 ._btn_mod,
.my_children .tb-data.tp_01 ._btn_del {width:auto;height: auto;min-width: auto;padding:0px 10px;font-size:12px;line-height: 2;}
.my_children .tb-data.tp_01 ._btn_mod {}
.my_children .tb-data.tp_01 ._btn_del {background:#000;color:#fff;}
.my_children > .g-title-wrap {margin-bottom:10px;}

.w_auto {width:auto !important;}
.w_wide {width:100% !important;}



@media all and (max-width:990px) {
    .table_change {border:none !important;}
    .table_change thead {display: none;}
    .table_change tbody, .table_change tr, .table_change td {display:block;border:none;}
    .table_change tr {padding: 8px 15px 15px 35px;position: relative;border: 1px solid #e0e0e0;}
    .table_change tr + tr {margin-top:-1px;}
    .table_change tr:after { content:''; display:block;clear:both; }
    .table_change tr td {padding:5px !important;float:left;text-align: left !important;font-size: 12px !important;}
    .table_change tr td.name {font-size:14px !important;font-weight: 700;}
    .table_change tr td._chk,
    .table_change tr td._btn_g {position: absolute;}
    .table_change tr td._chk {top: 10px;left: 10px;}
    .table_change tr td._btn_g {top: 10px;right: 0px;}
    .table_change tr td._wd {width:100%;}
    .table_change tr td._wd + td {width:50%;}
    .tb-data.tp_01 td .hd_tit {display: inline-block;}
}

@media all and (min-width:1200px) {

    .md_box {padding:50px;border: 1px solid #e7e7e7;}
    .md_box.tp_flex {padding:0px;display: flex;}
    .md_box.tp_flex > div {width:100%;padding:40px;position:relative;}
    .md_box.tp_flex > div:first-child {width: 80%;border-right:1px solid #e7e7e7;}
    .md_box.age_1419 .col_right .terms-box {height:calc(100% - 100px);background:#f7f7f7;}
    .md_box.age_1419 .col_right .g-title-4 {padding-top:0px;}
    .md_box.age_1419 .ess_info {position:absolute;right:30px;top:45px;}
    .md_box.age_1419 .g-title-4 {font-size:24px;}
    .md_gary_box {padding:50px;}
    .md_gary_box.tp_how {color:#666;font-size:14px;line-height: 1.8;}
    .md_gary_box.tp_stxt {color:#666;font-size:14px;line-height: 1.8;}
    .md_gary_box.tp_msg {padding:25px;color:#666;font-size:14px;background: #fff6f2;}
	.md_box.age_1419 .col_right .terms-box.privacy {height: 350px; overflow: auto;} /* 240415 추가 */

    .md_gary_box.tp_msg .txt_pt {font-size:18px;}
    .md_gary_box.parent_box ul li {font-size:14px;}

    .verify_tab ul li a {font-size:16px;}




    .age_less_14 .g-title-3 {margin-top:40px;}
    .tb-data-2.tp_01 {border-top:2px solid #000;}
    .tb-data-2.tp_01 tr {height:auto;}
    .tb-data-2.tp_01 th {padding: 10px 15px 10px 20px;background:#f7f7f7;color:#000;vertical-align: middle;}
    .tb-data-2.tp_01 td {padding: 10px 15px 10px 15px;}

    .tb-data-2.tp_02 {border-top:none;}
    .tb-data-2.tp_02, .tb-data-2.tp_02 tbody, .tb-data-2.tp_02 th, .tb-data-2.tp_02 td  {display: block;}
    .tb-data-2.tp_02 th, .tb-data-2.tp_02 td {padding:0 0 0 0;border-bottom:none;}
    .tb-data-2.tp_02 th {padding:20px 0 5px 0;color:#666;font-size:16px;font-weight:500;}

    .tit_parent {margin:0;}

}

/* 2024-11-27 S */
.terms_contents_labeling {
	padding: 24px 0;
	font-size: 0
  }
  
  .terms_contents_labeling .terms_labeling {
	display: inline-block;
	position: relative;
	height: 160px;
	margin-left: 19px;
	text-align: center;
	cursor: pointer;
	vertical-align: top;
  }
  
  .terms_contents_labeling .terms_img {
	display: block;  
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
  
  }
  
  .terms_contents_labeling .lst_labeling {
	margin-top: 8px;
	font-size: 12px;
	font-weight: 400;
	color: #242424;
	line-height: 18px;
  }
  
  .terms_contents_labeling .tooltip_labeling {
	display: none;
	position: absolute;
	top: 154px;
	left: 0;
	z-index: 1;
	width: 256px;
	padding: 10px;
	border: 1px solid #FC5F20;
	border-radius: 10px;
	background: #fff;
	text-align: left;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px 0px #EFDFD8;
  }
  
  .terms_contents_labeling .tooltip_labeling.align_right {
	left: auto;
	right: 0
  }
  
  .terms_contents_labeling .tooltip_txt {
	font-size: 12px;
	color: #000;
  }
  
  .terms_contents_labeling .terms_labeling:hover .lst_labeling {
	font-weight: 700
  }
  
  .terms_contents_labeling .terms_labeling:hover .terms_img {
	  box-shadow: 0px 0px 15px 0px #EFDFD8;
	  border-radius: 10px;
	  overflow: hidden;
  }
  
  .terms_contents_labeling .terms_labeling:hover .tooltip_labeling {
	display: block
  }

/* 241121 알기쉬운 개인정보처리방침 */

@font-face {
    font-family: 'Cafe24Ssurround';
    font-style: normal;
    font-weight: 400;
    src: url('../font/Cafe24Ssurround-v2.0.woff2') format("woff2"), url('../font/Cafe24Ssurround.woff') format("woff");
  }


  .privacy-wrap * {
    word-break: keep-all !important;
  }

  .privacy-wrap .ui-tab .ui-nav {
    display: flex;
    align-items: center;
    padding: 0 30px;
    margin: 80px 0 20px;
  }


  .privacy-wrap .privacy-cont .top-text h1 {
    color: #333;
    font-family: 'Cafe24Ssurround';
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: -0.02em;
    margin: 30px 0 40px;
  }

  .privacy-wrap .privacy-cont .top-text h1 .obj1 {
    background: url('../images/privacy/title-obj1.png') no-repeat;
	background-size: 100%;
	background-position: 0 100%;
  }

  .privacy-wrap .privacy-cont .top-text h1 .obj2 {
    background: url('../images/privacy/title-obj2.png') bottom no-repeat;
	background-size: calc(100% - 10px);
	background-position: 10px 100%;
    display: inline-block;
    padding: 15px 45px 0 0;
  }

  .privacy-wrap .privacy-cont .top-text strong {
    display: block;
    font-family: 'Cafe24Ssurround';
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    margin: 20px 0 30px;
    color: #333;
  }

  .privacy-wrap .privacy-cont .top-text strong span {
    color: #FF7333;
  }

  .privacy-wrap .privacy-cont .top-text p {
    font-size: 18px;
    line-height: 34px;
    color: #333;
  }

  .privacy-wrap .privacy-cont ul.privacy-list {
    display: grid;
    grid-template-rows: repeat(7, 30px);
    grid-template-columns: 300px 535px;
    grid-auto-flow: column;
    grid-gap: 5px 80px;
    justify-content: center;
    margin: 60px 0 50px;
    padding: 60px 0;
    background: #F6F7F9;
  }

  .privacy-wrap .privacy-cont ul.privacy-list li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #333;
  }

  .privacy-wrap .privacy-cont ul.privacy-list li span {
    display: inline-block;
    text-align: center;
    width: 30px;
    font-weight: 700;
    color: #FF7333;
  }

  .privacy-wrap .privacy-sec {
    position: relative;
    padding-left: 380px;
    padding-top: 50px;
    min-height: 375px;
  }

  .privacy-wrap .privacy-sec + .privacy-sec {
    margin-top: 50px;
    border-top: 1px dashed #e9e9e9;
  }

  .privacy-wrap .privacy-sec .img {
    position: absolute;
    top: 50px;
    left: 0;
	width: 325px;
	height: 325px;
  }
  .privacy-wrap .privacy-sec .img img {
	width: 100%;
  }

  .privacy-wrap .privacy-sec h2.privacy-title {
    display: flex;
    font-family: 'Cafe24Ssurround';
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: #FF7333;
    margin-bottom: 30px;
  }

  .privacy-wrap .privacy-sec h2.privacy-title span {
    margin-right: 10px;
  }

  .privacy-wrap .privacy-sec p {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    color: #333;
    margin: 16px 0;
  }

  .privacy-wrap .privacy-sec p span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #828282;
  }

  .privacy-wrap .privacy-sec ul.list li {
    position: relative;
    padding-left: 25px;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    color: #333;
    margin: 16px 0;
  }

  .privacy-wrap .privacy-sec ul.list li .num {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #FF7333;
  }

  .privacy-wrap .privacy-sec ul.list li span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #828282;
  }


  .privacy-wrap .privacy-sec ul.list li span.bar {
    padding-left: 20px;
    display: flex;
  }

  .privacy-wrap .privacy-sec ul.list li span.bar em {
    margin-right: 5px;
  }

  .privacy-wrap .privacy-sec ul.list li span.flex {
    display: flex;
  }

  .privacy-wrap .privacy-sec ul.list li span.flex em {
    margin-right: 5px;
    font-size: 16px;
  }

  .privacy-wrap .privacy-sec ul.list li p {
    margin: 10px 0 3px;
  }

  .privacy-wrap .privacy-cont {
    padding-bottom: 310px;
    background: url('../images/privacy/privacy-bg.png') bottom center no-repeat;
    background-size: 100%;
  }

  .privacy-wrap .tab-cont2 ._privacy-terms__history {
    margin-top: -80px;
    margin-left: 410px;
    position: relative;
    z-index: 2;
  }

  .privacy-wrap .privacy-sec .fc-green {
    color: #FF7333;
  }

  .privacy-wrap .privacy-sec a.fc-green {
    text-decoration: underline;
  }


  @media all and (max-width:1200px) {
	.privacy-wrap .privacy-cont ul.privacy-list {
		display: block;
        margin: 25px 0;
        padding: 15px 25px;
		border-radius: 8px;
        background: #F6F7F9;
      }
	  .privacy-wrap .privacy-cont ul.privacy-list li + li {
        margin-top: 10px;
      }
  }

  @media all and (max-width:768px) {
    .privacy-wrap * {
        word-break: keep-all !important;
      }

      .privacy-wrap .ui-tab .ui-nav {
        display: flex;
        align-items: center;
        margin: 40px 0 0;
        padding: 0 1.6rem;
      }

      .privacy-wrap .ui-tab .ui-nav button {
        width: 100%;
        height: 27px;
        border: 1px solid #D9D9D9;
        background: #F6F6F6;
        font-size: 12px;
        letter-spacing: -0.025em;
      }

      .privacy-wrap .ui-tab .ui-nav button.active {
        width: 100%;
        border: 2px solid #111;
        border-width: 2px 2px 0 2px;
        background: #fff;
      }

      .privacy-wrap .privacy-cont .top-text h1 {
        color: #333;
        font-family: 'Cafe24Ssurround';
        font-size: 25px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.02em;
        margin: 30px 0;
      }

      .privacy-wrap .privacy-cont .top-text h1 span {
        display: inline-block;
      }

      .privacy-wrap .privacy-cont .top-text h1 .obj1 {
      }

      .privacy-wrap .privacy-cont .top-text h1 .obj2 {
        display: inline-block;
        padding: 8px 25px 0 0;
      }

      .privacy-wrap .privacy-cont .top-text strong {
        display: block;
        font-family: 'Cafe24Ssurround';
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        margin: 20px 0 30px;
        color: #333;
      }

      .privacy-wrap .privacy-cont .top-text strong span {
		display: block;
        color: #FF7333;
      }

      .privacy-wrap .privacy-cont .top-text p {
        font-size: 10px;
        line-height: 16px;
        color: #333;
      }

      .privacy-wrap .privacy-cont ul.privacy-list {
		display: block;
        margin: 25px 0;
        padding: 15px 25px;
		border-radius: 8px;
        background: #F6F7F9;
      }

      .privacy-wrap .privacy-cont ul.privacy-list li + li {
        margin-top: 10px;
      }

      .privacy-wrap .privacy-cont ul.privacy-list li a {
        display: flex;
        font-size: 10px;
        font-weight: 500;
        line-height: 16px;
        color: #333;
      }

      .privacy-wrap .privacy-cont ul.privacy-list li span {
        display: inline-block;
        text-align: center;
        width: 30px;
        font-weight: 700;
        color: #FF7333;
      }

      .privacy-wrap .privacy-sec {
        position: relative;
		margin-top: 50px;
        padding: 0;
		min-height: auto;
      }

      .privacy-wrap .privacy-sec + .privacy-sec {
        margin-top: 25px;
		padding-top: 25px;
        border-top: 1px dashed #e9e9e9;
      }

      .privacy-wrap .privacy-sec .img {
		position: relative;
		top: auto;
		left: auto;
		width: 117.5px;
		height: 117.5px;
		margin: 0 auto;
        text-align: center;
      }

      .privacy-wrap .privacy-sec h2.privacy-title {
        display: flex;
        font-family: 'Cafe24Ssurround';
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        color: #FF7333;
        margin: 16px 0 12px;
      }

      .privacy-wrap .privacy-sec h2.privacy-title span {
        margin-right: 10px;
      }

      .privacy-wrap .privacy-sec p {
        position: relative;
        font-size: 10px;
        font-weight: 500;
        line-height: 16px;
        color: #333;
        margin: 5px 0;
      }

      .privacy-wrap .privacy-sec p span {
        display: block;
        font-size: 10px;
        font-weight: 400;
        line-height: 16px;
        color: #828282;
      }

      .privacy-wrap .privacy-sec ul.list li {
        position: relative;
        padding-left: 15px;
        font-size: 10px;
        font-weight: 500;
        line-height: 16px;
        color: #333;
        margin: 5px 0;
      }

      .privacy-wrap .privacy-sec ul.list li .num {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 10px;
        font-weight: 700;
        line-height: 16px;
        color: #FF7333;
      }

      .privacy-wrap .privacy-sec ul.list li span {
        display: block;
        font-size: 9px;
        font-weight: 400;
        line-height: 14px;
        color: #828282;
      }

      .privacy-wrap .privacy-sec ul.list li span em {
        font-size: 6px;
        vertical-align: top;
      }

      .privacy-wrap .privacy-sec ul.list li span.bar {
        padding-left: 12px;
        display: flex;
      }

      .privacy-wrap .privacy-sec ul.list li span.bar em {
        margin-right: 5px;
      }

      .privacy-wrap .privacy-sec ul.list li span.flex {
        display: flex;
      }

      .privacy-wrap .privacy-sec ul.list li span.flex em {
        margin-right: 5px;
      }

      .privacy-wrap .privacy-sec ul.list li p {
        margin: 10px 0 3px;
      }
	  
	  .privacy-wrap .privacy-cont {
		padding-bottom: 200px;
		background: url('../images/privacy/mo-privacy-bg.png') bottom center no-repeat;
		background-size: 100%;
	  }


      .privacy-wrap .privacy-sec .fc-green {
        color: #FF7333;
      }

      .privacy-wrap .privacy-sec a.fc-green {
        text-decoration: underline;
      }

  }

