@charset "utf-8";

/* ***** sub layout ***** */
#container > .inner{display:flex;justify-content:space-between;}

.sub-top{position:relative;height:262px;color:#fff;text-align:center;box-sizing:border-box;overflow:hidden;}
.sub-top .bg{position:absolute;left:0;top:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center top;background-size:cover;animation:subVisual 5s 0s both;}
.sub-top .inner{display:flex;flex-direction:column;justify-content:center;padding-left:210px;height:100%;}
.sub-top h3{margin-bottom:14px;font-weight:400;font-family: 'yg-jalnan';font-size:40px;line-height:1.3em;}
.sub-top .location{display:flex;justify-content:center;align-items:center;}
.sub-top .location li{display:block;position:relative;padding:0 12px;color:#fff;line-height:1.5em;}
.sub-top .location li + li:before{display:block;content:'';position:absolute;left:-3px;top:8px;width:6px;height:11px;background:url('/care/images/sub/ico_bar.png') no-repeat center;}
.sub-top .location li.home a{display:block;width:22px;height:20px;text-indent:-9999px;background:url('/care/images/sub/ico_home.png') no-repeat center;}
.sub-top .location li:last-child{font-weight:700;}

@keyframes subVisual{
	from{transform:scale(1.2);}
	to{transform:scale(1);}
}

.side-menu{flex-shrink:0;position:relative;margin:-180px 0 100px;width:300px;box-sizing:border-box;}
.side-menu h2{display:flex;align-items:center;justify-content:center;position:relative;padding:26px 20px 20px 20px;height:180px;font-family: 'yg-jalnan';font-weight:400;font-size:37px;color:#fff;line-height:1.4em;background:url('/care/images/sub/bg_h2.png') no-repeat center;text-align:center;z-index:2;box-sizing:border-box;}
.side-menu .menu{padding:0 10px;width:300px;box-sizing:border-box;}
.side-menu .menu > li > a{display:flex;align-items:center;padding:2px 20px 0 3px;height:56px;font-weight:400;font-size:19px;color:#151515;border-bottom:1px solid #e2e2e2;}
.side-menu .menu > li.active > a{font-weight:700;color:#eb8a00;border-bottom:2px solid #eb8a00;background:url('/care/images/sub/bg_dep2_on.png') no-repeat right 3px center;}
.side-menu .menu > li > a:hover{font-weight:700;color:#eb8a00;}
.side-menu .menu .dep2{display:none;padding:20px;background:#fef9f2;border-bottom:1px solid #e1e1e1;}
.side-menu .menu .dep2 > li{position:relative;margin-bottom:12px;padding-left:10px;}
.side-menu .menu .dep2 > li:last-child{margin-bottom:0;}
.side-menu .menu .dep2 > li:before{display:block;content:'';position:absolute;left:0;top:9px;width:3px;height:3px;background:#656565;border-radius:50%;}
.side-menu .menu .dep2 > li > a{display:inline-block;line-height:1.2em;font-weight:400;font-size:16px;color:#383838;letter-spacing:-0.1px;}
.side-menu .menu .dep2 > li.active:before{background:#eb8a00;}
.side-menu .menu .dep2 > li.active > a{font-weight:700;color:#eb8a00;border-bottom:1px solid #eb8a00;}
.side-menu .menu > li.has-child.active > a{background:url('/care/images/sub/bg_dep2_on.png') no-repeat right 3px center;}
.side-menu .menu > li.has-child.active .dep2{display:block;}

.sub-contents{position:relative;padding:60px 0 200px;width:calc(100% - 350px);box-sizing:border-box;}

#btnTop{display:block;position:fixed;right:60px;bottom:60px;padding:8px;background:rgba(235,138,0,0.4);border-radius:50%;transform:scale(0);transition-duration:0.2s;z-index:99;}
#btnTop span{display:inline-block;width:44px;height:44px;text-indent:-9999px;background: #eb8a00 url('/care/images/common/ico_top.png') no-repeat center;border-radius:50%;}
#btnTop:hover{box-shadow: 1px 1px 10px rgba(0,0,0,0.05);}
#btnTop.active{transform:scale(1);}

/* ***** sub common ***** */
.h4-title{margin-bottom:20px;font-weight:700;font-size:30px;color:#151515;line-height:1.4em;letter-spacing:-0.25px;}
.h5-title{position:relative;margin:28px 0 17px;padding-left:35px;font-weight:700;font-size:26px;color:#151515;line-height:1.3em;background: url('/care/images/sub/bg_h5.png') no-repeat left center;}
.h5-title.mt0{margin-top:0 !important;}
.h6-title{margin:20px 0 12px;font-weight:600;font-size:21px;color:#383838;line-height:1.3em;}
.h4-content{margin-bottom:62px;}
.h5-content{margin-bottom:50px;}
.h5-content.pdl{padding-left:35px;}
.h4-content.btm,
.h5-content.btm{margin-bottom:0 !important;}
.h4-content p,
.h5-content p{margin:10px 0;line-height:1.5em;letter-spacing:-0.25px;}
.h4-content .btn-area,
.h5-content .btn-area{margin:30px 0;}

.tab-link,
.link .tab-bar{display:flex;gap:4px;margin-bottom:55px;}
.tab-link li,
.link .tab-bar li{flex:1;}
.tab-link li a,
.link .tab-bar li a{display:flex;justify-content:center;align-items:center;width:100%;height:58px;font-size:18px;color:#383838;text-align:center;background:#f6f6f6;border:1px solid #d8d8d8;border-radius:10px;box-sizing:border-box;}
.tab-link li.active a,
.link .tab-bar li.active a{font-weight:700;color:#eb8a00;background:#fff;border:2px solid #eb8a00;}

.tab-link2{text-align:center;margin-bottom:20px;}
.tab-link2 li{display:inline-block;position:relative;margin-bottom:5px;padding:0 20px;}
.tab-link2 li a{display:inline-block;position:relative;padding:0 1px;font-weight:700;font-size:21px;color:#979797;}
.tab-link2 li.active a{font-weight:700;color:#151515;}
.tab-link2 li.active a:before{content:'';position:absolute;left:0;right:0;bottom:-2px;height:2px;background:#151515;z-index:-1;}

.tab-link + .tab-link2{margin:-25px 0 40px;}

.info-box{display:flex;align-items:center;gap:30px;margin-bottom:68px;padding:25px 38px;background:url('/care/images/sub/bg_infobox.png') repeat-y left center;border-radius:10px 10px 70px 10px;box-sizing:border-box;}
.info-box i{flex-shrink:0;}
.info-box i img{width:123px;height:auto;}
.info-box .con{padding:7px 0;}
.info-box .con p{margin:7px 0 0 0;font-size:17px;line-height:1.5em;}
.info-box .con .desc{font-size:16px;}
.info-box .con p b{font-weight:700;}
.info-box .con p b.big{font-size:24px;letter-spacing:-0.25px;}
.info-box .con p.title{font-weight:700;font-size:24px;color:#151515;letter-spacing:-0.25px;line-height:1.4em;}
.info-box .con p.sub-title{font-weight:700;font-size:21px;color:#151515;letter-spacing:-0.25px;line-height:1.4em;}
.info-box .con p + a{margin-top:15px;}
.info-box .con .btn-grp{margin-top:15px;}
.info-box .con .list-con > li{margin-bottom:1px;font-size:17px;}
.info-box.top{align-items:flex-start;}

.btn-area{margin:60px 0;text-align:center;}
.btn-area:after{display:block;content:'';clear:both;}
.btn-area.btm{margin-bottom:0;}
.btn-area.left{text-align:left;}
.btn-area.right{text-align:right;}
.btn-area .left{float:left;}
.btn-area .right{float:right;}
.btn{display:inline-flex;justify-content:center;align-items:center;margin:2px;padding:10px 30px;min-width:160px;min-height:60px;line-height:1em;font-size:19px;color:#fff;text-align:center;vertical-align:middle;background:#383838;border:1px solid #383838;border-radius:10px;box-sizing:border-box;}
.btn.small{padding:10px 15px;min-width:inherit;min-height:44px;font-size:17px;}
.btn.middle{min-height:54px;font-size:18px;}
.btn.wide{min-width:300px;}

.btn.orange{background-color:#d48c1b;border-color:#d48c1b;}
.btn.green{background-color:#249a5b;border-color:#249a5b;}
.btn.red{background-color:#d43b3b;border-color:#d43b3b;}
.btn.yellow{background-color:#d8a315;border-color:#d8a315;}
.btn.blue{background-color:#0677cd;border-color:#0677cd;}
.btn.purple{background-color:#664bc0;border-color:#664bc0;}
.btn.navy{background-color:#3e4c80;border-color:#3e4c80;}
.btn.gray{background-color:#bbb;border-color:#bbb;}
.btn.sky{background-color:#51acb2;border-color:#51acb2;}

.btn.inline{padding:2px 14px;min-width:80px;min-height:46px;font-size:17px;color:#fff;background:#666;border-color:#666;border-radius:7px;}
.btn.inline.orange{background-color:#d48c1b;border-color:#d48c1b;}
.btn.inline.green{background-color:#249a5b;border-color:#249a5b;}
.btn.inline.red{background-color:#d43b3b;border-color:#d43b3b;}
.btn.inline.yellow{background-color:#d8a315;border-color:#d8a315;}
.btn.inline.blue{background-color:#0677cd;border-color:#0677cd;}
.btn.inline.navy{background-color:#3e4c80;border-color:#3e4c80;}
.btn.inline.purple{background-color:#664bc0;border-color:#664bc0;}
.btn.inline.gray{background-color:#bbb;border-color:#bbb;}
.btn.inline.sky{background-color:#51acb2;border-color:#51acb2;}

.btn.line{color:#383838;background-color:#fff !important;}
.btn.orange.line{color:#d48c1b;}
.btn.green.line{color:#249a5b;}
.btn.red.line{color:#d43b3b;}
.btn.yellow.line{color:#d8a315;}
.btn.blue.line{color:#0677cd;}
.btn.navy.line{color:#3e4c80;}
.btn.purple.line{color:#664bc0;}
.btn.gray.line{color:#bbb;}
.btn.sky.line{color:#51acb2;}

.btn.down:after{display:inline-block;content:'';margin-left:12px;width:18px;height:20px;background:url('/care/images/sub/ico_down2.png') no-repeat center;}
.btn.link:after{display:inline-block;content:'';margin-left:12px;width:18px;height:18px;background:url('/care/images/sub/ico_link2.png') no-repeat center;}

.btn-down{display:inline-flex;justify-content:center;align-items:center;margin:1px 3px;padding:5px 20px;min-width:150px;min-height:48px;line-height:1.1em;font-weight:700;font-size:17px;color:#fff;text-align:center;vertical-align:middle;background:#383838;border:1px solid #383838;border-radius:10px;box-sizing:border-box;transition-duration:0.2s;}
.btn-down:after{display:inline-block;content:'';margin-left:12px;width:18px;height:20px;background-image:url('/care/images/sub/ico_down2.png');background-repeat:no-repeat;background-position:center;}

.btn-link{display:inline-flex;justify-content:center;align-items:center;margin:1px 3px;padding:5px 20px;min-width:150px;min-height:48px;line-height:1.1em;font-weight:700;font-size:17px;color:#fff;text-align:center;vertical-align:middle;background:#383838;border:1px solid #383838;border-radius:10px;box-sizing:border-box;transition-duration:0.2s;}
.btn-link:after{display:inline-block;content:'';margin-left:12px;width:18px;height:18px;background-image:url('/care/images/sub/ico_link2.png');background-repeat:no-repeat;background-position:center;}

.btn:hover,
.btn-link:hover,
.btn-down:hover{box-shadow:0 0 20px rgba(0,0,0,0.2);}

/* ***** toy ***** */
#toyFree{margin-top:-100px;padding-top:100px;}
.toy-join{display:flex;gap:22px;}
.toy-join .box{flex:1;display:flex;flex-direction:column;align-items:center;padding:60px 20px;text-align:center;border:1px solid #d8d8d8;border-radius:10px;box-sizing:border-box;}
.toy-join .title{display:block;margin-bottom:30px;font-weight:700;font-size:26px;color:#151515;}
.toy-join .img{display:block;margin-bottom:28px;}
.toy-join .link{position:relative;margin-top:25px;display:inline-block;font-size:17px;color:#383838;line-height:24px;text-decoration:underline;}
.toy-join .link:after{display:inline-block;content:'';position:absolute;top:4px;margin-left:8px;width:9px;height:15px;background:url('/care/images/sub/ico_arrow.png') no-repeat center;}
.toy-join .link:hover{font-weight:700;border-width:2px;}

.process-grp > div{display:flex;align-items:center;gap:25px;position:relative;padding:28px 80px;background:#fff;border:1px solid #eb8a00;border-radius:10px;}
.process-grp > div:after{content:'';position:absolute;left:calc(50% - 10px);bottom:-11px;width:20px;height:11px;background:url('/care/images/sub/bg_arrow.png') no-repeat center;}
.process-grp > div:last-child:after{display:none;}
.process-grp > div + div{margin-top:18px;}
.process-grp .row3,
.process-grp .row4{align-items:flex-start;}
.process-grp .num{display:inline-block;position:absolute;left:14px;top:0;width:38px;height:34px;line-height:34px;font-size:16px;color:#fff;letter-spacing:-0.25px;background:#eb8a00;text-align:center;border-radius:0 0 10px 10px;}
.process-grp i{flex-shrink:0;width:60px;}
.process-grp .con{color:#151515;letter-spacing:-0.25px;}
.process-grp .title{font-weight:700;font-size:20px;}
.process-grp .list-con > li{margin-bottom:0;}

.toy-list{margin-bottom:30px;border-top:2px solid #7e7a71;}
.toy-list ul{display:flex;flex-wrap:wrap;overflow:hidden;}
.toy-list ul li{position:relative;padding:40px 10px 35px;width:25%;box-sizing:border-box;}
.toy-list ul li:nth-child(4n+1):after,
.toy-list ul li.empty:after{display:block;content:'';position:absolute;left:0;width:1500px;bottom:0;border-bottom:1px solid #d8d8d8;}
.toy-list ul li a{display:flex;flex-direction:column;align-items:center;padding:0 10px;height:356px;text-align:center;background:#fff;}
.toy-list ul li .img{display:block;margin:0 auto 24px;width:210px;height:200px;background:#f2f2f2 url('/care/images/sub/noimg.png') no-repeat center / 50% auto;border-radius:15px;}
.toy-list ul li .img img{max-width:100%;height:100%;transition-duration:0.3s;border-radius:15px;overflow:hidden;}
.toy-list ul li .title{display:block;display:-webkit-box;max-width:99.9%;max-height:56px;line-height:28px;font-weight:700;font-size:20px;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;overflow:hidden;transition-duration:0.3s;}
.toy-list ul li .desc{display:block;font-size:16px;color:#666;line-height:28px;}
.toy-list ul li .status{margin:auto 0 0;}
.toy-list ul li.empty{display:block;padding:100px 0;width:100%;font-size:20px;text-align:center;}
.toy-list ul li a:hover .img img{-webkit-transform:scale(1.05);transform:scale(1.05);}

.status{display:inline-flex;justify-content:center;align-items:center;margin:2px;padding:5px 12px;min-width:104px;height:38px;font-size:16px;color:#fff;letter-spacing:-0.5px;line-height:1.1em;text-align:center;background:#383838;border:1px solid #383838;border-radius:20px;box-sizing:border-box;}
.status.green{background:#6cae41;border-color:#6cae41;}
.status.blue{background:#4067c8;border-color:#4067c8;}
.status.red{background:#cc0000;border-color:#cc0000;}
.status.gray{background:#979797;border-color:#979797;}
.status.line{color:#383838;background:#fff !important;}
.status.green.line{color:#6cae41;}
.status.blue.line{color:#4067c8;}
.status.red.line{color:#cc0000;}
.status.gray.line{color:#979797;}

.toy-view{display:flex;gap:60px;margin-bottom:70px;}
.toy-view .img{flex-shrink:0;width:370px;height:352px;background:#f2f2f2 url('/care/images/sub/noimg.png') no-repeat center / 50% auto;text-align:center;border-radius:15px;overflow:hidden;}
.toy-view .img img{max-width:100%;height:100%;}
.toy-view .table-form th,
.toy-view .table-form td{height:62px;}
.toy-view .table-form.view tbody tr:first-child th,
.toy-view .table-form.view tbody tr:first-child td{border-top:2px solid #7e7a71;}
.toy-wrap .btn-area{margin-top:75px;}

/* ***** play ***** */
.play-info{display:flex;margin-bottom:60px;}
.play-info i{position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:18px 10px 0;width:172px;height:153px;font-family: 'yg-jalnan';font-weight:400;font-size:24px;color:#eb8a00;line-height:1.4em;text-align:center;background:url('/care/images/sub/bg_play_info.png') no-repeat center;box-sizing:border-box;z-index:2;}
.play-info .con{flex-grow:1;margin:4px 0 0 -87px;padding:40px 20px 40px 120px;border:1px dotted #efa032;border-radius:10px 10px 10px 40px;box-sizing:border-box;}
.play-info .con p{font-size:19px;color:#383838;line-height:1.5em;letter-spacing:-0.25px;}
.play-info .con p b{font-weight:700;font-size:21px;color:#eb8a00;}
.play-info .con .btn-link{margin-top:10px;}
.play-info.time i{font-size:20px;}

.play-wrap{position:relative;}
#playSlider{position:static;margin:0 auto 70px;width:990px;}
#playSlider li{border-radius:20px;overflow:hidden;}
#playSlider li img{display:block;height:570px;}
#playSlider .swiper-button-prev{left:0;margin-top:-40px;width:80px;height:80px;background:url('/care/images/sub/ico_play_prev.png') center no-repeat;background-size:16px auto;}
#playSlider .swiper-button-next{right:0;margin-top:-40px;width:80px;height:80px;background:url('/care/images/sub/ico_play_next.png') center no-repeat;background-size:16px auto;}
#playSlider .swiper-grp{position:absolute;left:50%;bottom:-1px;display:flex;padding:14px 25px 0;background:#fff;border-radius:20px 20px 0 0;transform:translateX(-50%);z-index:10;}
#playSlider .swiper-grp button{position:static;flex-shrink:0;width:25px;height:25px;background-size:auto 11px;}
#playSlider .swiper-pagination{display:inline-block;position:static;vertical-align:middle;}
#playSlider .swiper-pagination-fraction{display:flex;align-items:center;position:relative;bottom:0;margin-right:15px;width:auto;font-weight:700;font-size:17px;color:#979797;background:transparent;opacity:1;box-sizing:border-box;}
#playSlider .swiper-pagination-fraction .swiper-pagination-current{color:#333;}
#playSlider .swiper-pagination-fraction .line{display:block;margin:0 10px;position:relative;width:70px;height:1px;background:#d9d9d9;}
#playSlider .swiper-pagination-fraction .line:after{display:block;content:'';position:absolute;left:0;top:0;width:0;height:1px;background:#000;z-index:2;}
#playSlider .swiper-pagination-fraction .line.on:after{animation:mainLine 5s ease 0s both;}
#playSlider .swiper-auto{display:block;position:static;}
#playSlider .swiper-auto button{background-size:auto 11px;}
#playSlider .swiper-auto .swiper-button-start{display:none;background:#f1f1f1 url('/care/images/sub/ico_play_start.png') center no-repeat;border-radius:50%;}
#playSlider .swiper-auto .swiper-button-stop{display:inline-block;background:#f1f1f1 url('/care/images/sub/ico_play_stop.png') center no-repeat;border-radius:50%;}
#playSlider.active .swiper-auto .swiper-button-start{display:inline-block;}
#playSlider.active .swiper-auto .swiper-button-stop{display:none;}

@keyframes mainLine{
	from{width:0%;}
	to{width:100%;}
}

.play-top{margin-bottom:50px;padding:52px 70px 50px;background:url('/care/images/sub/bg_play.png') no-repeat center / cover;border-radius:10px 10px 10px 40px;}
.play-top p{line-height:1.6em;letter-spacing:-0.25px;}
.play-top .title{margin-bottom:12px;font-weight:800;font-size:30px;color:#151515;letter-spacing:-0.1px;line-height:1.32em;}
.play-top .title b{color:#eb8a00;}
.play-top .sub-title{margin-bottom:20px;font-weight:700;font-size:21px;color:#151515;letter-spacing:-0.1px;line-height:1.4em;}

.icon-box{display:flex;flex-wrap:wrap;gap:23px;}
.icon-box > li{padding:30px 20px;width:calc(25% - 19px);font-weight:700;font-size:19px;line-height:1.4em;letter-spacing:-0.25px;text-align:center;background:#fef9f2;border-radius:10px;box-sizing:border-box;}
.icon-box > li i{display:block;margin-bottom:17px;}

.icon-grp{display:flex;flex-wrap:wrap;gap:14px;margin:24px 0;}
.icon-grp > li{display:flex;align-items:center;gap:20px;padding:24px 35px;width:calc(100% / 3 - 10px);line-height:1.6em;letter-spacing:-0.25px;background:#fff;border:1px solid #d8d8d8;border-radius:10px;box-sizing:border-box;}
.icon-grp > li i{display:block;flex-shrink:0;}

.layer-wrap{display:none;position:fixed;left:50%;top:50px;bottom:50px;padding:24px 50px;width:1150px;background:#fff;border-radius:15px;transform:translateX(-50%);box-sizing:border-box;z-index:101;}
.layer-wrap.active{display:block;}
.layer-wrap .layer{height:calc(100vh - 150px);overflow-y:auto;}
.layer-wrap .layer-title{display:flex;align-items:center;margin-bottom:45px;padding:5px 0;height:80px;font-weight:700;font-size:30px;color:#151515;letter-spacing:-0.25px;border-bottom:1px solid #151515;box-sizing:border-box;}
.layer-wrap .btn-layer-close{position:absolute;right:-7px;top:-7px;width:60px;height:60px;text-indent:-9999px;background:#eb8a00 url('/care/images/sub/ico_layer_close.png') no-repeat center;border-radius:50%;}
.layer-wrap .h4-title{font-size:26px;}
.layer-wrap .h4-content{margin-bottom:50px;}
.layer-wrap .h5-title{margin-bottom:12px;padding-left:0;font-size:21px;color:#eb8a00;background:none;}
.layer-wrap .h5-content{margin-bottom:30px;}
.layer-wrap .h5-content.pdl{padding-left:0;}
.layer-wrap .list-con.num > li{margin-bottom:0;}

.rent-list ul{display:flex;flex-wrap:wrap;gap:30px 35px;}
.rent-list ul li{width:calc(100% / 3 - 26px);text-align:center;border:1px solid #d8d8d8;border-radius:15px;}
.rent-list ul li a{display:block;padding:20px 5px 40px;overflow:hidden;}
.rent-list ul li .img{display:block;margin:0 auto 30px;max-width:320px;border-radius:15px;overflow:hidden;}
.rent-list ul li .img img{max-width:100%;height:100%;transition-duration:0.3s;}
.rent-list ul li .title{display:block;margin-bottom:20px;font-weight:700;font-size:21px;letter-spacing:-0.25px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.rent-list ul li .btn{min-width:120px;min-height:48px;font-size:18px;}
.rent-list ul li.empty{display:block;padding:100px 0;width:100%;font-size:20px;text-align:center;border:none;}
.rent-list ul li a:hover .img img{transform:scale(1.05);}
.rent-list ul li a:hover .btn{box-shadow:0 0 20px rgba(0,0,0,0.2);}

/* ***** time ***** */
.gray-con{margin:10px 0 15px;padding:10px 30px;line-height:1.4em;letter-spacing:-0.25px;background:#f6f6f6;border-radius:10px;}
.gray-box{margin-bottom:40px;padding:30px 20px;background:#f5f5f5;}

.table-data{position:relative;margin-bottom:30px;border-top:2px solid #7e7a71;}
.table-data:before{display:block;content:'';position:absolute;right:0;top:0;bottom:0;width:1px;background:#fff;}
.table-data th,
.table-data td{padding:17px 10px;height:62px;line-height:1.4em;text-align:center;letter-spacing:-0.25px;background:#fff;border-bottom:1px solid #d8d8d8;border-right:1px solid #d8d8d8;text-align:center;box-sizing:border-box;}
.table-data th{font-weight:700;color:#151515;background:#fafaf9;letter-spacing:0;}
.table-data th{font-weight:700;color:#151515;background:#fafaf9;letter-spacing:0;}
.table-data th.bg{background:#fff;}
.table-data td .list-con{margin:0;}
.table-data td .list-con > li{margin-bottom:2px;}
.table-data td.txt-left{padding-left:30px;}
.table-data td.txt-right{padding-right:30px;}
.table-data td b{font-weight:600;}
.table-data td .list-con + .list-con{margin-top:5px;}
.table-data td .step-list{margin:20px 30px;}
.table-data td .step-box + .list-con{margin-top:15px;padding-left:10px;}
p + .table-data{margin-top:17px;}

.img-flex{display:flex;justify-content:space-between;gap:50px;margin-bottom:40px;}
.img-flex .img{margin-top:-62px;display:flex;gap:15px;}
.icon-list{margin:10px 0;}
.icon-list li{margin-bottom:2px;padding:5px 0 5px 48px;line-height:1.5em;letter-spacing:-0.25px;background:url('/care/images/sub/ico_branch.png') no-repeat left top;}
.icon-list li.map{background-image:url('/care/images/sub/ico_map.png');}
.img-flex .icon-list{margin:0;}

.faq-list{margin-bottom:10px;border-top:2px solid #7e7971;}
.faq-list > li{border-bottom:1px dashed #d8d8d8;}
.faq-list > li .title{display:flex;gap:20px;padding:21px 25px;line-height:1.5em;}
.faq-list > li .title em{display:block;flex-shrink:0;width:38px;font-weight:700;font-size:21px;color:#eb8a00;text-align:center;}
.faq-list > li .con{display:none;}
.faq-list > li .con > div{display:block;position:relative;padding:32px 25px 32px 83px;font-size:19px;line-height:1.6em;background:#fafaf9;border-top:1px dashed #d8d8d8;}
.faq-list > li .con em{display:block;position:absolute;left:25px;top:32px;width:38px;height:38px;line-height:38px;font-weight:700;font-size:21px;color:#fff;text-align:center;background:#eb8a00;border-radius:50%;}
.faq-list > li.active .title{font-weight:700;color:#eb8a00;}
.faq-list > li.empty{padding:100px 0;text-align:center;font-size:20px;}

/* ***** edu ***** */
.category{display:inline-block;margin:3px;padding:2px 4px;min-width:50px;font-size:15px;color:#fff;line-height:1.2em;text-align:center;background:#555;border:1px solid #555;border-radius:10px;box-sizing:border-box;word-break:break-all;}
.category.type1{background-color:#d43b3b;border-color:#d43b3b;}/* 빨강 */
.category.type2{background-color:#d48c1b;border-color:#d48c1b;}/* 주황 */
.category.type3{background-color:#51acb2;border-color:#51acb2;}/* 하늘 */
.category.type4{background-color:#4668ca;border-color:#4668ca;}/* 파랑 */
.category.type5{background-color:#664bc0;border-color:#664bc0;}/* 보라 */
.category.type6{background-color:#249a5b;border-color:#249a5b;}/* 초록 */
.category.type7{background-color:#90573b;border-color:#90573b;}/* 갈색 */
.category.type8{background-color:#8bb74b;border-color:#8bb74b;}/* 연두 */
.category.type9{background-color:#c33da2;border-color:#c33da2;}/* 자주 */
.category.type10{background-color:#3e4c80;border-color:#3e4c80;}/* 남색 */
.category.type11{background-color:#888;border-color:#888;}/* 회색 */

.category.line{color:#555;background-color:#fff !important;}
.category.type1.line{color:#d43b3b;}
.category.type2.line{color:#d48c1b;}
.category.type3.line{color:#51acb2;}
.category.type4.line{color:#4668ca;}
.category.type5.line{color:#664bc0;}
.category.type6.line{color:#249a5b;}
.category.type7.line{color:#90573b;}
.category.type8.line{color:#8bb74b;}
.category.type9.line{color:#c33da2;}
.category.type10.line{color:#3e4c80;}
.category.type11.line{color:#888;}

.category.radius{padding:6px;font-size:17px;border-radius:7px;}
.category.end{color:#ededed;background:#bcbcbc;border-color:#bcbcbc;}

.calendar-wrap{margin-bottom:50px;}
.calendar-title{display:flex;align-items:center;justify-content:center;margin-bottom:30px;}
.calendar-title a{display:inline-block;width:50px;height:50px;text-indent:-9999px;background:url('/care/images/sub/ico_prev.png') no-repeat center;}
.calendar-title a.btn-next{background-image:url('/care/images/sub/ico_next.png');}
.calendar-title b{margin:0 10px;font-family: 'yg-jalnan';font-weight:400;font-size:30px;color:#151515;}

.calendar-control{display:flex;justify-content:center;align-items:center;margin-bottom:50px;}
.calendar-control a.btn-prev,
.calendar-control a.btn-next{display:inline-block;width:50px;height:50px;text-indent:-9999px;background:url('/care/images/sub/ico_prev.png') no-repeat center;}
.calendar-control a.btn-next{background-image:url('/care/images/sub/ico_next.png');}
.calendar-control .calendar-select{position:relative;margin:0 20px 0 5px;font-family: 'yg-jalnan';font-weight:400;font-size:30px;color:#151515;}
.calendar-control a.btn-prev + .calendar-select{margin:0 5px 0 20px;}
.calendar-control .calendar-select > a{padding-right:20px;background:url('/care/images/sub/icon_calendar_ar.gif') no-repeat right center;}
.calendar-control .calendar-select > div{display:none;position:absolute;left:0;right:0;top:45px;background:#fff;border:1px solid #ebebeb;z-index:100;box-shadow: 0px 0px 2px 0px #ececec;}
.calendar-control .calendar-select > div.active{display:block;}
.calendar-control .calendar-select > div a{display:block;font-family: 'yg-jalnan';font-weight:400;font-size:20px;color:#151515;line-height:40px;text-align:center;}
.calendar-control .calendar-select > div a:hover{background:#0c538f;color:#fff;}

.calendar-list{position:relative;}
.calendar-list th,
.calendar-list td{padding:12px;height:46px;line-height:1.15em;border-bottom:1px solid #d8d8d8;border-right:1px solid #d8d8d8;box-sizing:border-box;}
.calendar-list th{font-weight:700;font-size:17px;color:#fff;background:#925f29;border-bottom:none;border-right:1px solid rgba(216,216,216,0.3);}
.calendar-list td{height:160px;vertical-align:top;}
.calendar-list thead th:first-child{border-top-left-radius:10px;}
.calendar-list thead th:last-child{border-top-right-radius:10px;border-right:none;}
.calendar-list tbody td:first-child{border-left:1px solid #d8d8d8;}
.calendar-list tbody tr:last-child td:first-child{border-bottom-left-radius:10px;}
.calendar-list tbody tr:last-child td:last-child{border-bottom-right-radius:10px;}
.calendar-list td .day{display:block;padding:0 3px;font-size:16px;color:#666;}
.calendar-list td.sun .day{color:#cc0000;}
.calendar-list td .holiday{display:flex;color:#cc0000;}
.calendar-list td .holiday b{margin-left:auto;font-weight:400;color:#cc0000;}
.calendar-list td .schedule{display:block;padding:5px 0;}
.calendar-list td .subject{display:block;padding:3px;font-size:17px;color:#383838;letter-spacing:-0.25px;line-height:1.3em;}
.calendar-list td .title{display:block;padding:0 3px;}
.calendar-list td .title span{display:block;padding:1px 8px;font-size:16px;}
.calendar-list td .title em + span{margin-top:3px;}
.calendar-list td .number{display:block;padding:5px 3px 3px;font-weight:700;font-size:16px;color:#383838;letter-spacing:-0.25px;line-height:1.3em;}
.calendar-list td .desc{display:block;padding:5px 7px 3px;font-weight:700;font-size:16px;color:#383838;letter-spacing:-0.25px;line-height:1.3em;}
.calendar-list td :hover .subject,
.calendar-list td .title:hover span{text-decoration:underline;}

.state{display:inline-block;min-width:84px;padding:8px;font-size:16px;color:#666;line-height:1.25em;text-align:center;letter-spacing:-0.5px;border-color:#666;border:1px solid #666;border-radius:30px;box-sizing:border-box;}
.state.red{color:#cc0000; background:#fff; border-color:#cc0000;}
.state.green{color:#05998d; background:#fff; border-color:#05998d;}
.state.gray{color:#bababa;background:#fff;border-color:#bababa;}
.state.orange{color:#de8722;background:#fff;border-color:#de8722;}
.state.blue{color:#0ca498;background:#fff;border-color:#0ca498;}
a.state:hover{box-shadow:0 0 20px rgba(0,0,0,0.2);}

.calendar-area{display:flex;justify-content:space-between;gap:30px;}
.calendar-area > div{width:calc(50% - 15px);}
.calendar-top{display:flex;align-items:center;justify-content:center;margin-bottom:15px;min-height:38px;}
.calendar-top .time{min-width:172px;font-size:15px;}
.calendar-top .time b{font-weight:700;color:#cc0000;line-height:1.4em;}
.calendar-top .calendar-title{margin-bottom:0;}
.calendar-top .calendar-title a{width:35px;height:35px;background-image:url('/edu/images/sub/ico_cal_prev.png');}
.calendar-top .calendar-title .btn-next{background-image:url('/edu/images/sub/ico_cal_next.png');}
.calendar-top .calendar-title b{margin:0 15px;font-family: 'yg-jalnan';font-weight:400;font-size:28px;line-height:35px;}
.calendar-top .cate-list{display:flex;margin-left:auto;}
.cate-list{display:flex;justify-content:flex-end;}
.cate-list li{position:relative;margin:0 7px;padding-left:24px;font-size:16px;color:#666;}
.cate-list li.ing{color:#4066c7;}
.cate-list li:before{display:block;content:'';position:absolute;left:0;top:1px;width:16px;height:16px;background:#fff;box-sizing:border-box;}
.cate-list li.ing:before{border:2px solid #4066c7;border-radius:50%;}
.cate-list li.end:before{background:#efefef;border-radius:50%;}
.cate-list li.today:before{border:2px solid #828282;}
.calendar-small{position:relative;margin-bottom:15px;}
.calendar-small th,
.calendar-small td{padding:5px;height:75px;font-size:18px;color:#383838;letter-spacing:-0.5px;text-align:center;border-bottom:1px solid #d8d8d8;border-right:1px solid #d8d8d8;box-sizing:border-box;}
.calendar-small th{height:50px;font-weight:700;font-size:17px;color:#fff;background:#925f28;border-bottom:none;border-right:1px solid rgba(216,216,216,0.2);}
.calendar-small thead th:first-child{border-top-left-radius:10px;}
.calendar-small thead th:last-child{border-top-right-radius:10px;border-right:none;}
.calendar-small tbody td:first-child{border-left:1px solid #d8d8d8;}
.calendar-small tbody tr:last-child td:first-child{border-bottom-left-radius:10px;}
.calendar-small tbody tr:last-child td:last-child{border-bottom-right-radius:10px;}
.calendar-small .sun{color:#cc0000;}
.calendar-small td.today{position:relative;}
.calendar-small td.today:after{content:'';position:absolute;left:-1px;right:-1px;top:-1px;bottom:-1px;border:2px solid #828282;}
.calendar-small td .end{display:inline-block;width:49px;height:49px;line-height:49px;background:#efefef;border:1px solid #efefef;border-radius:50%;box-sizing:border-box;}
.calendar-small td .day{position:relative;width:49px;height:49px;box-sizing:border-box;}
.calendar-small td .day input,
.calendar-small td .day input:before{display:none;}
.calendar-small td .day input + label{display:flex;justify-content:center;align-items:center;margin:0 auto;width:49px;height:49px;font-weight:700;font-size:18px;color:#4066c7;letter-spacing:-0.5px;background-color:#fff;border:2px solid #4066c7;border-radius:50%;box-sizing:border-box;cursor:pointer;}
.calendar-small td .day input:checked + label{color:#fff;background:#4066c7;}
.calendar-small td .holiday p{margin-top:3px;font-size:12px;}

.calendar-date{display:block;margin-bottom:15px;font-family: 'yg-jalnan';font-weight:400;font-size:26px;color:#262626;line-height:38px;text-align:center;}
.calendar-table{position:relative;}
.calendar-table th,
.calendar-table td{padding:10px;height:75px;font-size:19px;color:#151515;line-height:1.3em;text-align:center;text-align:center;box-sizing:border-box;}
.calendar-table th{height:50px;font-weight:700;font-size:17px;color:#fff;background:#7e7971;}
.calendar-table th:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px;}
.calendar-table th:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px;}
.calendar-table td{border-bottom:1px solid #d8d8d8;border-left:1px solid #d8d8d8;}
.calendar-table td:first-child{border-left:none;}
.calendar-table td b{font-weight:700;}

.edu-list{margin:25px 0;display:flex;gap:15px;}
.edu-list > div{flex:1;padding:35px 40px 25px;background:url('/images/sub/ico_edu1.png') no-repeat right 30px top 30px;border:1px solid #b1d199;border-radius:7px;box-sizing:border-box;}
.edu-list > div.grp2{background-image:url('/images/sub/ico_edu2.png');border-color:#b2c7b6;}
.edu-list .title{display:block;margin-bottom:20px;font-weight:600;font-size:22px;color:#262626;}
.edu-list .list-con > li{margin-bottom:3px;}

.thumb-view{display:flex;align-items:flex-start;margin-bottom:60px;}
.thumb-view .img{flex-shrink:0;position:relative;margin-right:40px;width:356px;height:auto;text-align:center;background:url('/images/common/f_logo.png') no-repeat center / 90% auto;}
.thumb-view .img img{width:100%;height:100%;}
.thumb-view h4.title{margin-bottom:12px;padding:7px 5px;font-size:24px;color:#151515;line-height:1.4em;}
.thumb-view h4.col-flex{display:flex;align-items:center;}
.thumb-view h4 .category{flex-shrink:0;margin-right:10px;}
.thumb-view .table-form{margin-bottom:35px;}
.thumb-view .btn-grp{display:flex;justify-content:space-between;gap:10px;}
.thumb-view .btn-grp > *{display:inline-flex;justify-content:center;align-items:center;flex:1;height:60px;font-weight:700;font-size:19px;color:#fff;background:#383838;border-radius:10px;box-sizing:border-box;}
.thumb-view .btn-grp .blue{color:#fff;background:#0677cd;}
.thumb-view .btn-grp .orange{color:#fff;background:#eb8a00;}
.thumb-view .btn-grp .gray{color:#fff;background:#bababa;}

.view_btm .tab-bar{display:flex;margin-bottom:50px;border-bottom:2px solid #eb8a00;}
.view_btm .tab-bar li{flex:1;}
.view_btm .tab-bar li.active{position:relative;}
.view_btm .tab-bar li.active:after{display:block;content:'';position:absolute;left:0;right:1px;bottom:-2px;height:1px;border-bottom:3px solid #fff;}
.view_btm .tab-bar li a{display:flex;justify-content:center;align-items:center;position:relative;height:56px;font-size:19px;color:#383838;line-height:1em;text-align:center;background:#f6f6f6;border:1px solid #d8d8d8;border-bottom:none;border-radius:10px 10px 0 0;}
.view_btm .tab-bar li.active a{font-weight:700;color:#eb8a00;background:#fff;}
.view_btm .tab-bar li.active a:before{display:block;content:'';position:absolute;left:-1px;right:-1px;top:-1px;bottom:-1px;border:2px solid #eb8a00;border-bottom:none;border-radius:10px 10px 0 0;z-index:2;}
.view_btm .tab-bar li.active a span{border-bottom:1px solid #eb8a00;}
.view_btm .tab-bar li + li.active:after{left:1px;right:0;}

.table-info{margin:15px 0 20px;}
.table-info th,
.table-info td{padding:10px 5px;height:64px;font-size:18px;color:#151515;line-height:1.4em;letter-spacing:-0.25px;text-align:center;text-align:center;box-sizing:border-box;}
.table-info thead th{height:50px;font-weight:700;color:#fff;letter-spacing:0px;background:#7e7971;border-right:1px solid rgba(255,255,255,0.2);}
.table-info thead tr:first-child th:first-child{border-top-left-radius:10px;}
.table-info thead tr:last-child th:first-child{border-bottom-left-radius:10px;}
.table-info thead tr:first-child th:last-child{border-top-right-radius:10px;border-right:none;}
.table-info thead tr:last-child th:last-child{border-bottom-right-radius:10px;border-right:none;}
.table-info thead tr:nth-child(2) th{border-top:1px solid rgba(255,255,255,0.2);}
.table-info tbody{position:relative;}
.table-info tbody:after{content:'';position:absolute;right:0;top:0;bottom:0;border-right:1px solid #fff;}
.table-info td{padding:15px 5px;border-bottom:1px solid #d8d8d8;border-right:1px solid #d8d8d8;}
.table-info td .list-con{margin:0;}
.table-info td .list-con > li{margin-bottom:2px;}
.table-info td.txt-left{padding-left:20px;}
.table-info td.txt-right{padding-right:20px;}
.table-info td b{font-weight:600;}
.table-info td .list-con + .list-con{margin-top:5px;}
.table-info td .step-list{margin:20px 30px;}
.table-info td.tit{font-weight:700;color:#151515;background:#fafaf9;}
.table-info td.img{padding:20px 5px;}
.table-info .circle{background:#fef9f2;}
.table-info .circle i{display:block;margin:0 auto;width:14px;height:14px;background:#eb8a00;border-radius:50%;}
.table-info .none{padding:0;background:url('/care/images/sub/bg_line.png') no-repeat left center / cover;}
.table-info + .list-con > li{font-size:17px;color:#666;}
.table-info .br-none{border-radius:0 !important;}
.table-info .font-small{display:block;font-size:14px;line-height:1.2em;}

/* table-info에서 thead가 없는 테이블 */
.table-info.row table{position:relative;}
.table-info.row table:before{content:'';position:absolute;left:10px;right:0;top:0;border-top:1px solid #d8d8d8;z-index:-1;}
.table-info.row table:after{content:'';position:absolute;left:10px;right:0;bottom:0;border-bottom:1px solid #d8d8d8;z-index:-1;}
.table-info.row tbody th{height:54px;font-weight:700;font-size:17px;color:#fff;background:#7e7971;border-right:1px solid rgba(255,255,255,0.2);border-bottom:1px solid rgba(255,255,255,0.2);}
.table-info.row tbody tr:first-child th{border-radius:10px 10px 0 0;}
.table-info.row tbody tr:last-child th{border-radius:0 0 10px 10px;}
.table-info.row tbody tr:last-child td{border-bottom:none;}

.tel{padding:5px 0 5px 48px;background:url('/care/images/sub/ico_tel.png') no-repeat left top;}
.map{padding:5px 0 5px 48px;background:url('/care/images/sub/ico_map.png') no-repeat left top;}

.icon-box{display:flex;align-items:center;gap:25px;}
.icon-box p{line-height:1.7em;}
.icon-box.top{align-items:flex-start;margin-top:-7px;}
.icon-box.top i{margin-top:7px;}

.edu-info{display:flex;align-items:center;margin-bottom:35px;gap:37px;padding:30px 40px;font-size:19px;color:#383838;line-height:1.7em;letter-spacing:-0.25px;border:1px dotted #efa032;border-radius:10px;box-sizing:border-box;}
.edu-info i{flex-shrink:0;margin-top:-10px;width:90px;padding-top:18px;height:83px;font-family: 'yg-jalnan';font-weight:400;font-size:21px;color:#eb8a00;line-height:65px;text-align:center;background:url('/care/images/sub/bg_edu_info.png') no-repeat center;box-sizing:border-box;}
.edu-info p{line-height:1.7em;}

.edu-box > div{margin-bottom:30px;}
.edu-box .title{display:flex;justify-content:center;align-items:center;height:54px;font-weight:700;font-size:21px;color:#fff;letter-spacing:-0.25px;text-align:center;background:#de8722;border-radius:10px 10px 0 0;}
.edu-box .con{display:flex;padding:20px 40px 15px;border:1px solid #d8d8d8;border-top:none;border-radius:0 0 10px 10px;}
.edu-box .con.cols2 ul{flex:1;}
.edu-box .row2 .title{background:#6cae41;}
.edu-box .row3 .title{background:#0ca498;}
.edu-box .tit{font-weight:700;font-size:19px;color:#de8722;}
.edu-box .row2 .tit{color:#6cae41;}
.edu-box .row3 .tit{color:#0ca498;}
.edu-box .con > .list-con > li{margin-bottom:12px;}
.edu-box .con > .list-con > li:before{background:#de8722;}
.edu-box .row2 .con > .list-con > li:before{background:#6cae41;}
.edu-box .row3 .con > .list-con > li:before{background:#0ca498;}

.step-list{display:flex;flex-wrap:wrap;margin:20px 0;gap:10px 18px;}
.step-list > div{display:flex;align-items:center;flex-direction:column;position:relative;padding:25px 5px;width:calc(25% - 14px);min-height:180px;color:#151515;line-height:1.4em;letter-spacing:-0.25px;text-align:center;border:1px solid #f1ad4c;border-radius:10px;box-sizing:border-box;}
.step-list > div:after{display:block;content:'';position:absolute;right:-11px;top:0;bottom:0;width:13px;background:url('/care/images/sub/bg_step.png') no-repeat center;}
.step-list > div:last-child:after{display:none;}
.step-list > div i{display:block;margin:0 auto 15px;}
.step-list > div em{position:absolute;left:13px;top:-1px;width:38px;height:34px;line-height:34px;font-size:16px;color:#fff;background:#eb8a00;border-radius:0 0 10px 10px;}
.step-list > div p{margin:0;}
.step-list > div p + .list-con{margin:7px 0 0;}
.step-list > div .list-con > li{margin-bottom:0;font-size:15px;color:#383838;}
.step-list > div .btn{margin-top:10px;min-width:122px;}
.step-list.cols3{gap:10px 19px;}
.step-list.cols3 > div{width:calc(100% / 3 - 13px);}
.step-list.cols5{gap:10px 19px;}
.step-list.cols5 > div{width:calc(20% - 16px);}
.step-list.variable{gap:10px 19px;}
.step-list.variable > div{width:15%;}
.step-list.variable > div.w24p{width:calc(24% - 9px);}
.step-list.variable > div.w26p{width:calc(26% - 10px);}

.process-list{display:flex;flex-wrap:wrap;margin:15px 0;gap:10px 18px;}
.process-list > div{display:flex;flex-direction:column;position:relative;width:calc(25% - 14px);min-height:198px;color:#151515;line-height:1.4em;text-align:center;border:1px solid #f1ad4c;border-radius:10px;box-sizing:border-box;}
.process-list > div:after{display:block;content:'';position:absolute;right:-11px;top:0;bottom:0;width:13px;background:url('/care/images/sub/bg_step.png') no-repeat center;}
.process-list > div:last-child:after{display:none;}
.process-list > div .title{display:flex;align-items:center;justify-content:center;height:58px;font-weight:700;font-size:19px;letter-spacing:-0.25px;color:#eb8a00;background:#fef9f2;border-radius:10px 10px 0 0;}
.process-list > div .con{padding:15px 25px;}

.num-list{margin:20px 0;}
.num-list > li{display:flex;align-items:center;gap:10px;margin-bottom:4px;}
.num-list > li em{display:block;padding:6px 10px;min-width:70px;font-weight:700;color:#eb8a00;text-align:center;border:1px solid #eb8a00;border-radius:20px;box-sizing:border-box;}

.event-list{margin:40px 0 60px;}
.event-list > ul{display:flex;flex-wrap:wrap;gap:30px 20px;}
.event-list > ul > li{width:calc(50% - 10px);border:1px solid #d8d8d8;border-radius:10px;box-sizing:border-box;}
.event-list > ul > li.empty{display:block;padding:100px 0;width:100%;font-size:20px;text-align:center;border:none;}
.event-list .thumb-box{display:flex;position:relative;padding:26px 24px;}
.event-list .thumb-box .cate{position:absolute;right:12px;top:-1px;width:70px;height:24px;line-height:24px;font-size:15px;color:#fff;text-align:center;background:#d43b3b;border-radius:0 0 10px 10px;}
.event-list .thumb-box .cate.blue{background:#4668ca;}
.event-list .thumb-box .cate.green{background:#51acb2;}
.event-list .thumb-box .cate.purple{background:#664bc0;}
.event-list .thumb-box .cate.type1{background:#4668ca;}
.event-list .thumb-box .cate.type2{background:#51acb2;}
.event-list .thumb-box .cate.type3{background:#664bc0;}
.event-list .thumb-box .cate.type4{background:#3e4c80;}
.event-list .thumb-box .img{flex-shrink:0;display:block;position:relative;margin-right:24px;width:210px;height:210px;background:#f8f8f8 url('/edu/images/sub/noimg.png') no-repeat center;background-size:90% auto;}
.event-list .thumb-box .img img{max-width:100%;height:100%;}
.event-list .thumb-box .con{margin-top:5px;}
.event-list .thumb-box .title{display:block;display:-webkit-box;margin-bottom:10px;height:60px;line-height:30px;font-weight:700;font-size:20px;letter-spacing:-0.25px;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;overflow:hidden;}
.event-list .thumb-box .date{display:block;margin-bottom:12px;font-size:17px;letter-spacing:-0.25px;line-height:1.4em;}
.event-list .thumb-box .info{display:flex;flex-wrap:wrap;}
.event-list .thumb-box .info li{display:flex;margin-bottom:4px;width:99.9%;font-size:16px;color:#666;line-height:1.4em;}
.event-list .thumb-btn{display:flex;border-top:1px solid #e2e2e2;}
.event-list .thumb-btn > *{flex:1;display:inline-flex;justify-content:center;align-items:center;position:relative;height:58px;font-weight:600;letter-spacing:-0.25px;}
.event-list .thumb-btn > * + *{border-left:1px solid #e2e2e2}
.event-list .thumb-btn .red{color:#cc0000;}
.event-list .thumb-btn .green{color:#0ca498;}
.event-list .thumb-btn .gray{color:#979797;}
.event-list .thumb-btn a:before{display:block;content:"";position:absolute;left:50%;bottom:0;width:0%;height:2px;background:#383838;transform:translateX(-50%);transition-duration:0.3s;}
.event-list .thumb-btn a.red:before{background:#cc0000;}
.event-list .thumb-btn a.green:before{background:#0ca498;}
.event-list .thumb-btn a:hover:before{width:100%;}

/* ***** replace ***** */
.gray-con{margin:10px 0 15px;padding:10px 30px;line-height:1.4em;letter-spacing:-0.25px;background:#f6f6f6;border-radius:10px;}
.gray-box{margin-bottom:40px;padding:30px 20px;background:#f5f5f5;}

.table-data{position:relative;margin-bottom:30px;border-top:2px solid #7e7a71;}
.table-data:before{display:block;content:'';position:absolute;right:0;top:0;bottom:0;width:1px;background:#fff;}
.table-data th,
.table-data td{padding:17px 10px;height:62px;line-height:1.4em;text-align:center;letter-spacing:-0.25px;background:#fff;border-bottom:1px solid #d8d8d8;border-right:1px solid #d8d8d8;text-align:center;box-sizing:border-box;}
.table-data th{font-weight:700;color:#151515;background:#fafaf9;letter-spacing:0;}
.table-data thead th{height:50px;font-size:17px;letter-spacing:0;}
.table-data td .list-con{margin:0;}
.table-data td .list-con > li{margin-bottom:2px;}
.table-data td.txt-left{padding-left:30px;}
.table-data td.txt-right{padding-right:30px;}
.table-data td b{font-weight:600;}
.table-data td .list-con + .list-con{margin-top:5px;}
.table-data td .step-list{margin:20px 30px;}
.table-data td .step-box + .list-con{margin-top:15px;padding-left:10px;}
p + .table-data{margin-top:17px;}

/* ***** community ***** */
.count{margin-bottom:15px;padding-left:24px;font-size:17px;color:#383838;line-height:22px;background:url('/care/images/sub/ico_count.png') no-repeat left center;}
.count span{position:relative;padding:0 10px;}
.count span + span:before{content:'';position:absolute;left:0;top:5px;width:1px;height:11px;background:#dedede;}
.count b{font-weight:800;}
.board-search{display:flex;align-items:flex-end;margin-bottom:25px;}
.board-search .count{margin-bottom:5px;}
.board-search .search{display:flex;align-items:center;margin-left:auto;}
.board-search .search select{padding-left:15px;width:130px;height:48px;}
.board-search .search select.w160{width:160px;}
.board-search .search input[type="text"]{padding-left:15px;width:460px;height:48px;}
.board-search .btn-search{display:inline-block;flex-shrink:0;margin:2px;padding-left:42px;width:50px;height:48px;font-size:17px;color:#fff;text-align:left;text-indent:-9999px;background:#eb8a00 url('/care/images/sub/ico_search.png') no-repeat center;vertical-align:middle;border-radius:7px;}
.board-search .btn-all{display:inline-block;flex-shrink:0;margin:2px;width:84px;height:48px;font-size:17px;text-align:center;color:#fff;background:#5f5950;border:1px solid #5f5950;border-radius:7px;}
.board-search.toy .search input[type="text"]{width:380px;}

.board-list{margin-bottom:10px;}
.board-list table th,
.board-list table td{padding:15px 10px;height:66px;font-size:18px;line-height:1.5em;text-align:center;box-sizing:border-box;}
.board-list table th{height:56px;font-weight:700;font-size:17px;color:#fff;background:#7e7971;}
.board-list table th:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px;}
.board-list table th:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px;}
.board-list table td{border-bottom:1px solid #d8d8d8;}
.board-list table td.title{text-align:left;}
.board-list table td.title a{display:inline-block;max-width:95%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle;}
.board-list table td.title a.lock{padding-left:30px;background:url('/care/images/sub/ico_lock.png') no-repeat left top;}
.board-list table td.title a.open{margin-left:30px;}
.board-list table td.subject{font-weight:700;font-size:19px;text-align:left;}
.board-list table td.empty{padding:100px 0;text-align:center;font-size:20px;}
.board-list table tbody tr:hover{box-shadow:0 5px 25px rgba(0,0,0,0.06);}
.board-list table tbody tr:hover td{border-color:#eb8a00;}
.board-list table tbody tr:hover td.title a,
.board-list table tbody tr:hover td.subject a,
.board-list table tbody tr:hover td.subject2 a{font-weight:700;}
.board-list table tbody tr:hover td.subject2 a .state{font-weight:400;}
.board-list table td .category,
.board-list table td .category2{padding:5px;}
.board-list table td .status{min-width:84px;}
.board-list table td.subject2 .state{margin-left:12px;}

.newsletter-list{overflow:hidden;margin-bottom:10px;}
.newsletter-list ul{display:flex;flex-wrap:wrap;gap:25px 40px;}
.newsletter-list li{position:relative;padding:15px 0;width:calc(25% - 30px);box-sizing:border-box;}
.newsletter-list li.empty{padding:100px 0;width:100%;text-align:center;font-size:20px;}
.newsletter-list li:nth-child(4n+1):after,
.newsletter-list li.empty:after{display:block;content:'';position:absolute;left:0;width:1500px;bottom:0;border-bottom:1px solid #dedede;}
.newsletter-list li a{display:block;position:relative;}
.newsletter-list li .img{margin:0 auto 20px;display:block;width:230px;height:288px;background:#f8f8f8 url('/care/images/sub/noimg.png') no-repeat center / 90% auto;border-radius:10px;overflow:hidden;transition-duration:0.3s;}
.newsletter-list li .img img{width:100%;height:100%;transition-duration:0.3s;}
.newsletter-list li .title{display:block;display:-webkit-box;margin-bottom:14px;max-width:99.9%;max-height:60px;line-height:30px;font-weight:700;font-size:20px;letter-spacing:-0.25px;text-align:center;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;overflow: hidden;}
.newsletter-list li .date{margin-bottom:23px;font-size:17px;color:#666;line-height:20px;text-align:center;}
.newsletter-list li .date span:first-child{padding-left:25px;background:url('/care/images/sub/ico_date.png') no-repeat left center;}
.newsletter-list li .date span + span{position:relative;margin-left:12px;padding-left:12px;}
.newsletter-list li .date span + span:before{content:'';position:absolute;left:0;top:calc(50% - 5px);width:1px;height:10px;background:#dcdcdc;}
.newsletter-list li a:hover .img img{transform:scale(1.05);}
.newsletter-list li:hover:before{display:block;content:'';position:absolute;left:0;right:0;bottom:0;width:auto;border-bottom:1px solid #eb8a00;box-shadow:0 5px 25px rgba(0,0,0,0.06);z-index:2;}

.photo-list{overflow:hidden;margin-bottom:10px;}
.photo-list ul{display:flex;flex-wrap:wrap;gap:25px 35px;}
.photo-list li{position:relative;padding:15px 0;width:calc(100% / 3 - 24px);box-sizing:border-box;}
.photo-list li.empty{padding:100px 0;width:100%;text-align:center;font-size:20px;}
.photo-list li:nth-child(3n+1):after,
.photo-list li.empty:after{display:block;content:'';position:absolute;left:0;width:1500px;bottom:0;border-bottom:1px solid #dedede;}
.photo-list li a{display:block;position:relative;}
.photo-list li .img{margin:0 auto 20px;display:block;width:360px;height:216px;background:#f8f8f8 url('/care/images/sub/noimg.png') no-repeat center / 90% auto;border-radius:10px;overflow:hidden;transition-duration:0.3s;}
.photo-list li .img img{width:100%;height:100%;transition-duration:0.3s;}
.photo-list li .title{display:block;display:-webkit-box;margin:0 auto 14px;max-width:95%;max-height:87px;line-height:29px;font-weight:700;font-size:20px;letter-spacing:-0.25px;text-align:center;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;white-space:normal;overflow: hidden;}
.photo-list li .date{margin-bottom:17px;font-size:17px;color:#666;line-height:20px;text-align:center;}
.photo-list li .date span:first-child{padding-left:25px;background:url('/care/images/sub/ico_date.png') no-repeat left center;}
.photo-list li .date span + span{position:relative;margin-left:12px;padding-left:12px;}
.photo-list li .date span + span:before{content:'';position:absolute;left:0;top:calc(50% - 7px);width:1px;height:14px;background:#dcdcdc;}
.photo-list li a:hover .img img{transform:scale(1.05);}
.photo-list li:hover:before{display:block;content:'';position:absolute;left:0;right:0;bottom:0;width:auto;border-bottom:1px solid #eb8a00;box-shadow:0 5px 25px rgba(0,0,0,0.06);z-index:2;}

.book-list{margin-bottom:10px;padding:10px 0;}
.book-list ul{display:flex;flex-wrap:wrap;gap:20px;}
.book-list li{display:flex;gap:30px;padding:35px;width:calc(50% - 10px);background:#f6f6f6;border-radius:10px;box-sizing:border-box;}
.book-list li.empty{display:block;padding:100px 0;width:100%;text-align:center;font-size:20px;background:#fff;}
.book-list li .img{display:block;flex-shrink:0;width:158px;height:220px;background:#fff url('/care/images/sub/noimg.png') no-repeat center / 90% auto;border-radius:10px;overflow:hidden;transition-duration:0.3s;}
.book-list li .img img{width:100%;height:100%;transition-duration:0.3s;}
.book-list li .con{display:flex;flex-direction:column;align-items:flex-start;}
.book-list li .con .cate{display:inline-block;margin-bottom:15px;padding-top:15px;font-weight:700;font-size:17px;line-height:1.3em;border-bottom:1px solid #383838;}
.book-list li .con .cate.red{color:#d43b3b;border-color:#d43b3b;}
.book-list li .con .cate.sky{color:#51acb2;border-color:#51acb2;}
.book-list li .con .cate.green{color:#249a5b;border-color:#249a5b;}
.book-list li .con .cate.blue{color:#4668ca;border-color:#4668ca;}
.book-list li .con .cate.purple{color:#664bc0;border-color:#664bc0;}
.book-list li .con .cate.pink{color:#c33da2;border-color:#c33da2;}
.book-list li .con .cate.gray{color:#6f7575;border-color:#6f7575;}
.book-list li .title{display:block;display:-webkit-box;margin-bottom:10px;max-width:99.9%;max-height:90px;line-height:30px;font-weight:700;font-size:20px;letter-spacing:-0.25px;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;white-space:normal;overflow:hidden;box-sizing:border-box;transition-duration:0.3s;}
.book-list li .img:hover img{transform:scale(1.05);}
.book-list li .title:hover{color:#0677cd;}
.book-list li .con .btn-down,
.book-list li .con .btn-link{margin:auto 0 0;background-color:#666;border-color:#666;}

.no-effect:hover img,
a:hover .no-effect img{transform:scale(1) !important;}

.paging{margin:55px 0;text-align:center;}
.paging.btm{margin-bottom:0;}
.paging a{display:inline-block;margin:0 1px;width:40px;height:40px;text-align:center;vertical-align:middle;box-sizing:border-box;transition-duration:0.2s;}
.paging .num{line-height:38px;border:1px solid #d8d8d8;border-radius:7px;}
.paging .num.active{font-weight:700;color:#fff;background:#383838;border-color:#383838;}
.paging .page{width:30px;text-indent:-9999px;background:url('/care/images/sub/ico_page_first.png') no-repeat center;}
.paging .prev{margin-right:10px;background-image:url('/care/images/sub/ico_page_prev.png');}
.paging .next{margin-left:10px;background-image:url('/care/images/sub/ico_page_next.png');}
.paging .last{background-image:url('/care/images/sub/ico_page_last.png');}
.paging .num:hover{font-weight:700;}
.paging + .btn-area{margin-top:10px;}

.board-view{margin-bottom:10px;}
.board-view .title{padding:25px 10px 22px;line-height:1.3em;font-weight:700;font-size:24px;color:#151515;text-align:center;background:#f6f6f6;border-bottom:2px solid #383838;border-top-left-radius:10px;border-top-right-radius:10px;}
.board-view .info-row{display:flex;flex-wrap:wrap;}
.board-view .info-row li{display:flex;padding:18px 0;line-height:1.3em;border-bottom:1px solid #d8d8d8;box-sizing:border-box;}
.board-view .info-row li b{display:inline-block;flex-shrink:0;position:relative;padding:0 20px;width:150px;font-weight:700;box-sizing:border-box;}
.board-view .info-row li span{position:relative;padding:0 25px;}
.board-view .info-row li span:before{display:block;content:'';position:absolute;left:0;top:4px;width:1px;height:14px;background:#d7d7d7;}
.board-view .file-row{display:flex;padding:18px 0;line-height:1.3em;border-bottom:1px solid #d8d8d8;}
.board-view .file-row b{display:inline-block;position:relative;padding:0 20px;width:150px;font-weight:700;box-sizing:border-box;}
.board-view .file-row b:after{display:block;content:'';position:absolute;right:0;top:4px;width:1px;height:14px;background:#d7d7d7;}
.board-view .file-list{padding:0 25px;}
.board-view .con-row{padding:40px 20px;line-height:1.7em;border-bottom:1px solid #d8d8d8;}
.board-view .con-row *{line-height:1.7em;}
.board-view .page-row li{display:flex;padding:18px 0;line-height:1.3em;border-bottom:1px solid #d8d8d8;}
.board-view .page-row li b{display:inline-block;position:relative;padding:0 20px;width:150px;font-weight:700;box-sizing:border-box;}
.board-view .page-row li b:after{display:block;content:'';position:absolute;right:0;top:4px;width:1px;height:14px;background:#d7d7d7;}
.board-view .page-row li span{position:relative;padding:0 25px;}
.board-view .page-row li a:hover{text-decoration:underline;}
.board-view + .board-view{margin-top:-11px;}

.file-list li{padding-left:35px;line-height:1.5em;background:url('/care/images/sub/ico_file.png') no-repeat left 4px;}
.file-list li + li{margin-top:5px;}
.file-list li a:hover{text-decoration:underline;}

.file-down{display:inline-block;margin:0 10px;width:31px;height:30px;text-indent:-9999px;background:url('/care/images/sub/ico_download.png') no-repeat center;border:1px solid #d8d8d8;border-radius:5px;transition-duration:0.1s;box-sizing:border-box;}
.file-down:hover{border-color:#555;}

.table-desc{margin:15px 0;font-size:17px;}
.table-title{display:flex;align-items:flex-end;margin-bottom:28px;}
.table-title:after{display:block;content:'';clear:both;}
.table-title .h4-title,
.table-title .h5-title{display:inline-block;margin-bottom:0;}
.table-title .list-con{margin:0;}
.table-title .list-con > li{margin-bottom:0;}
.table-title .table-desc{flex-shrink:0;margin:0 0 0 auto;}

.required{display:inline-block;margin:0 4px;font-weight:700;font-size:18px;color:#cc0000;}
.table-form{margin-bottom:40px;border-top:2px solid #7a8289;}
.table-form th,
.table-form td{padding:10px 25px;height:65px;line-height:1.3em;background:#fff;border-bottom:1px solid #d8d8d8;text-align:left;box-sizing:border-box;}
.table-form th{padding:10px 10px 10px 30px;font-weight:600;color:#151515;background:#f6f6f6;}
.table-form thead th{text-align:center;}
.table-form .msg{font-size:17px;color:#666;}
.table-form span.msg{display:inline-block;margin-left:15px;}
.table-form p.msg{margin:6px 0;}
.table-form p.msg.top{margin:0 0 6px;}
.table-form p.msg.btm{margin:6px 0 0;}
.table-form input[type='text'],
.table-form input[type='password'],
.table-form input[type='number'],
.table-form input[type='file'],
.table-form select,
.table-form textarea{margin:3px 2px;}
.table-form .btn.inline{margin:3px 4px;}
.table-form label + input{margin-left:35px;}
.table-form .list-con > li{margin-bottom:0;}
.table-form .join-title{font-weight:700;font-size:21px;color:#151515;background:#efefef;}
.table-form .th-title{padding:25px 30px;font-weight:700;font-size:24px;color:#151515;background:#fff;}
.table-form .inp-right{display:inline-block;margin-left:70px;}
.table-form .col-flex{display:flex;align-items:center;}
.table-form .category{flex-shrink:0;margin-right:10px;}
.table-form b{font-weight:700;color:#151515;}
.table-form .state{padding:4px 8px 2px;min-width:60px;font-size:14px;}

.table-form.view{border-top:none;}
.table-form.view thead th.title{padding:25px 20px 22px;line-height:1.3em;font-weight:700;font-size:24px;color:#151515;text-align:center;background:#f6f6f6;border-top-left-radius:10px;border-top-right-radius:10px;}
.table-form.view tbody tr:first-child th,
.table-form.view tbody tr:first-child td{border-top:2px solid #383838;}
.table-form.view tbody th{position:relative;padding:0 20px;font-weight:700;color:#383838;background:#fff;}
.table-form.view tbody th.th-title{padding:25px 20px 22px;}
.table-form.view tbody th:after{display:block;content:'';position:absolute;right:0;top:calc(50% - 7px);width:1px;height:14px;background:#d7d7d7;}
.table-form.view tbody td{position:relative;}
.table-form.view td.con-row{padding:40px 20px;}
.table-form.view .line-none:after{display:none;}
/* .table-form.view .line-block:before{display:block;content:'';position:absolute;left:0;top:calc(50% - 7px);width:1px;height:14px;background:#d7d7d7;} */
.table-form.view .line-block:after{display:block;content:'';position:absolute;right:0;top:calc(50% - 7px);width:1px;height:14px;background:#d7d7d7;}

.view-people{display:flex;gap:15px;}

/* ***** center ***** */
.greeting-box{padding:65px 55px 100px;background:url('/care/images/sub/bg_greeting.png') no-repeat center top;border-radius:10px;}
.greeting-box p{line-height:1.5em;letter-spacing:-0.25px;}
.greeting-box p + p{margin-top:20px;}
.greeting-box .title{font-weight:700;font-size:26px;color:#151515;line-height:1.4em;}

.vision-wrap .h4-title{margin-bottom:30px;}
.mission-area{margin-top:-15px;text-align:center;}
.mission-area span{position:relative;font-weight:700;font-size:36px;color:#eb8a00;line-height:1.4em;}
.mission-area span:before{content:'';position:absolute;left:-70px;top:-24px;width:79px;height:49px;background:url('/care/images/sub/bg_mission1.png') no-repeat center;z-index:-1;}
.mission-area span:after{content:'';position:absolute;right:-70px;bottom:-24px;width:79px;height:49px;background:url('/care/images/sub/bg_mission2.png') no-repeat center;z-index:-1;}
.vision-area{text-align:center;}
.vision-area .list{position:relative;display:flex;margin:0 auto 25px;width:820px;}
.vision-area .list:before{content:'';position:absolute;left:calc(50% - 66px);top:0;width:132px;height:100%;background:url('/care/images/sub/bg_vision.png') no-repeat center / contain;z-index:2;}
.vision-area .list > li{width:50%;height:126px;font-weight:800;font-size:32px;color:#fff;line-height:126px;text-align:center;background:#dca516;border-radius:70px 0 0 70px;}
.vision-area .list > li:last-child{background:#eb8a00;border-radius:0 70px 70px 0;}
.vision-area p{font-size:21px;color:#151515;line-height:1.5em;}
.goal-area{display:flex;flex-wrap:wrap;gap:18px;}
.goal-area > div{width:calc(25% - 14px);}
.goal-area .title{position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:28px;padding:10px;height:132px;font-weight:700;font-size:21px;color:#90573b;line-height:1.4em;text-align:center;background:#fff;border:1px dotted #90573b;border-radius:10px;box-sizing:border-box;}
.goal-area .title:before{content:'';position:absolute;left:calc(50% - 0.5px);bottom:-25px;height:25px;border-left:1px dashed #d8d8d8;z-index:-1;}
.goal-area .list-con{position:relative;padding:36px 24px;min-height:285px;background:#f6f6f6;border-radius:10px;box-sizing:border-box;}
.goal-area .list-con:before{content:'';position:absolute;left:calc(50% - 5px);top:-5.5px;width:11px;height:11px;background:#fff;border:3px solid #90573b;border-radius:50%;box-sizing:border-box;}

.history-grp{display:flex;position:relative;margin-bottom:35px;padding-bottom:20px;border-bottom:1px dotted #d4d4d4;}
.history-grp.btm{margin-bottom:0;padding-bottom:0;border-bottom:0;}
.history-grp .year{display:block;flex-shrink:0;width:118px;font-weight:800;font-size:32px;color:#eb8a00;letter-spacing:-0.25px;line-height:36px;box-sizing:border-box;}
.history-grp .row{display:flex;align-items:flex-start;gap:20px;margin-bottom:16px;}
.history-grp .row .month{display:block;flex-shrink:0;width:91px;height:40px;line-height:40px;font-weight:700;font-size:19px;color:#151515;letter-spacing:-0.25px;text-align:center;background:#fdf4e9;border-radius:20px;}
.history-grp .row .list-con{margin:5px 0;}
.history-grp .row .list-con li{margin-bottom:0;line-height:1.7em;}
.history-grp .row .list-con.dot > li:before{top:13px;}

.org-wrap{position:relative;}
.org-wrap:before{content:'';position:absolute;left:50%;top:0;height:309px;border-left:1px solid #d8d8d8;z-index:-1;}
.org-wrap .circle{display:block;margin:0 auto 30px;width:184px;height:184px;line-height:184px;font-weight:700;font-size:24px;color:#151515;text-align:center;background:url('/care/images/sub/bg_org.png') no-repeat center;}
.org-wrap .title{display:flex;justify-content:center;align-items:center;margin:0 auto 10px;padding:5px;width:243px;height:60px;font-weight:700;font-size:19px;color:#fff;text-align:center;background:#eb8a00;border-radius:10px;box-sizing:border-box;}
.org-wrap .dep1{margin-bottom:34px;}
.org-wrap .dep1 > li > .title{margin-bottom:34px;color:#90573b;background:#fff;border:2px solid #90573b;}
.org-wrap .dep2{display:flex;flex-wrap:wrap;gap:34px;padding-top:32px;position:relative;}
.org-wrap .dep2:before{content:'';position:absolute;left:20%;right:14%;top:0;height:50px;border:1px solid #d8d8d8;border-bottom:0;z-index:-1;}
.org-wrap .dep2 > li.dep2-2{position:relative;}
.org-wrap .dep2 > li.dep2-2:before{content:'';position:absolute;left:50%;top:-32px;height:50px;border-left:1px solid #d8d8d8;z-index:-1;}
.org-wrap .dep2-child{display:flex;flex-wrap:wrap;gap:8px;}
.org-wrap .dep2-child > li{display:flex;justify-content:center;align-items:center;padding:5px;width:150px;min-height:100px;line-height:1.5em;text-align:center;background:#fdf4e9;border-radius:10px;box-sizing:border-box;}
.org-wrap .dep3{display:flex;flex-wrap:wrap;gap:24px;padding-top:32px;position:relative;}
.org-wrap .dep3:before{content:'';position:absolute;left:20%;right:14%;top:0;height:50px;border:1px solid #d8d8d8;border-bottom:0;z-index:-1;}
.org-wrap .dep3 > li.dep3-2,
.org-wrap .dep3 > li.dep3-3{position:relative;}
.org-wrap .dep3 > li.dep3-2:before,
.org-wrap .dep3 > li.dep3-3:before{content:'';position:absolute;left:50%;top:-32px;height:50px;border-left:1px solid #d8d8d8;z-index:-1;}
.org-wrap .dep3 > li > .title{background:#c7b11c;}
.org-wrap .dep3 > li.dep3-2 > .title,
.org-wrap .dep3 > li.dep3-3 > .title{width:150px;}
.org-wrap .dep3-child{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;}
.org-wrap .dep3-child > li{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;padding:25px 5px;width:150px;min-height:134px;line-height:1.5em;text-align:center;background:#f6f6f6;border-radius:10px;box-sizing:border-box;}
.org-wrap .dep3-child > li em{display:block;margin-bottom:5px;font-weight:700;color:#af9903;text-decoration:underline;}
.org-wrap .dep3-1 .dep3-child{width:466px;}
.org-wrap .dep3-2 .dep3-child > li,
.org-wrap .dep3-3 .dep3-child > li{justify-content:center;}
.org-wrap .dep3-4 .dep3-child{width:308px;}

.business-list{display:flex;gap:36px;}
.business-list > div{flex:1;}
.business-list > div .title{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;gap:18px;margin:0 auto 25px;padding:5px;width:240px;height:210px;font-weight:600;font-size:21px;color:#fff;text-align:center;background:#c7b11c;border-radius:20px;box-sizing:border-box;}
.business-list > div .title:before{content:'';position:absolute;left:calc(50% - 1px);bottom:-25px;height:25px;border:1px dashed #d8d8d8;z-index:-1;}
.business-list > div.box2 .title{background:#dca515;}
.business-list > div.box3 .title{background:#eb8a00;}
.business-list > div .title i{margin-top:-13px;}
.business-list > div .con{position:relative;padding:32px 35px;min-height:400px;background:#f6f6f6;border-radius:10px;box-sizing:border-box;}
.business-list > div .con:before{content:'';position:absolute;left:calc(50% - 5.5px);top:-5.5px;width:11px;height:11px;background:#fff;border:3px solid #9c6a51;border-radius:50%;box-sizing:border-box;}
.business-list > div .list-con.dot > li{margin-bottom:5px;}

.place-area{display:flex;margin-bottom:95px;gap:40px;}
.place-area .img{flex-shrink:0;}
.place-area .list-con{margin:13px 0;}
.place-area .list-con > li{margin-bottom:9px;letter-spacing:-0.25px;}
.place-area .list-con > li .title{display:block;position:relative;margin-right:15px;padding-right:10px;width:80px;font-weight:700;font-size:19px;color:#151515;box-sizing:border-box;}
.place-area .list-con > li .title i{position:absolute;right:0;top:0;}
.ico-sns{display:inline-block;margin-right:14px;padding-left:24px;background:url('/care/images/sub/ico_sns1.png') no-repeat left 3px;}
.ico-sns.sns2{background-image:url('/care/images/sub/ico_sns2.png');}
.ico-sns:hover{text-decoration:underline;}
.place-list > li{display:flex;gap:6px;margin-bottom:10px;}
.place-list > li em{display:inline-flex;align-items:center;justify-content:center;width:190px;font-size:21px;color:#fff;background:#eb8a00;border-radius:10px;}
.place-list > li.grp2 em{background:#dca516;}
.place-list > li div{flex-grow:1;display:flex;align-items:center;gap:10px;padding:10px 40px;min-height:100px;line-height:1.5em;background:#f6f6f6;border-radius:10px;box-sizing:border-box;}

.map-area{margin-bottom:45px;border:1px solid #d8d8d8;border-radius:10px;overflow:hidden;}
.map-area .root_daum_roughmap{width:100% !important;}
.map-area .root_daum_roughmap .map_border{opacity:0;}
.map-area .root_daum_roughmap .wrap_controllers{border:none;}
.map-area .root_daum_roughmap .cont{display:none;}

.map-wrap .map-area{margin:0 0 55px;}

.map-list{margin-bottom:5px;line-height:1.4em;}
.map-list > li{display:flex;align-items:center;margin-bottom:0;padding:5px 20px 5px 0;min-height:69px;letter-spacing:-0.25px;border-bottom:1px solid #d8d8d8;box-sizing:border-box;}
.map-list > li i{display:block;flex-shrink:0;padding-right:10px;min-width:135px;font-weight:700;font-size:19px;color:#eb8a00;box-sizing:border-box;}
.map-list > li img{margin-right:12px;}
.map-list > li span{margin:5px 0;}
.map-list > li.top{padding:18px 20px 18px 0;align-items:flex-start;}
.map-list.flex{display:flex;flex-wrap:wrap;align-items:center;}

.h4-content.way{margin-top:-15px;}
.h5-content.way{display:flex;align-items:center;gap:25px;}
.h5-content.way i{flex-shrink:0;width:100px;}

/* ***** member ***** */
.agree-wrap{overflow:hidden;}
.agree-wrap ::-webkit-scrollbar{width:8px;background-color:#f6f6f6;}
.agree-wrap ::-webkit-scrollbar-track{background:#e0e0e0;border-radius:8px;}
.agree-con{padding:35px 45px;line-height:1.5em !important;background:#f6f6f6;border-radius:15px;box-sizing:border-box;}
.agree-con > div{max-height:310px;overflow-y:auto;}
.agree-con p{margin:0 0 10px;}
.agree-con .h4-title{margin-bottom:25px;font-size:24px;}
.agree-con .h4-title + .h4-title{margin-top:25px;}
.agree-con .h5-title{margin:25px 0 10px;padding-left:0;font-size:21px;background:none;}
.agree-con .h4-content{margin-bottom:30px;}
.agree-con .h5-content{margin-bottom:20px;padding-left:0;}
.agree-con .list-con{margin:0 0 10px;}
.agree-con .list-con .list-con{margin:5px 0 10px;}
.agree-con .list-con > li{margin-bottom:2px;}
.agree-con .title{display:block;margin-bottom:10px;font-weight:700;font-size:21px;}
.agree-table{position:relative;margin-bottom:23px;border-top:2px solid #383838;}
.agree-table:after{display:block;content:'';position:absolute;right:0;top:0;bottom:0;width:1px;background:#fff;}
.agree-table table th,
.agree-table table td{padding:10px;height:50px;text-align:center;background:#fff;border-bottom:1px solid #d8d8d8;border-right:1px solid #d8d8d8;box-sizing:border-box;}
.agree-table table th{font-weight:700;}
.agree-con .list-con .agree-table{margin:10px 0 20px;}
.agree-con .agree-table .list-con{margin:0;}
.agree-check{padding:20px 10px 0;text-align:right;}
.agree-check label{font-size:19px;color:#151515;}
.agree-check label + input{margin-left:65px;}
.agree-all{margin-bottom:35px;padding:40px 20px;text-align:center;border:2px solid #d8d8d8;border-radius:15px;}
.agree-all label{font-weight:700;font-size:20px;color:#151515;}
.agree-all label span{font-weight:400;font-size:18px;}
.agree-btm{margin-bottom:70px;font-size:20px;color:#383838;text-align:center;line-height:1.4em;}
.agree-box{margin-bottom:35px;padding:40px 20px;text-align:center;background:#fff;border:2px solid #d8d8d8;border-radius:15px;}
.agree-box p{font-size:20px;color:#151515;line-height:1.5em;}
.agree-box p + p{margin-top:25px;}
.userInfo{margin:3px 0;}
.userInfo li{display:inline-block;margin-right:15px;}
.userInfo li span{display:inline-block;margin-right:10px;line-height:46px;}
.userInfo li label + input{margin-left:15px;}

/* ***** mypage ***** */
.btn-status{display:inline-block;margin:2px;padding:8px 15px;line-height:1.25em;font-size:16px;color:#fff;text-align:center;letter-spacing:-0.75px;vertical-align:middle;background:#6f7575;border:1px solid #6f7575;border-radius:20px;vertical-align:middle;box-sizing:border-box;}
.btn-status.blue{background-color:#0677cd;border-color:#0677cd;}
.btn-status.navy{background-color:#3e4c80;border-color:#3e4c80;}
.btn-status.green{background-color:#249a5b;border-color:#249a5b;}
.btn-status.purple{background-color:#664bc0;border-color:#664bc0;}
.btn-status.red{background-color:#cc0000;border-color:#cc0000;}
.btn-status.pink{background-color:#c33da2;border-color:#c33da2;}
.btn-status.sky{background-color:#51acb2;border-color:#51acb2;}
.btn-status.gray{background-color:#898c91;border-color:#898c91;}
.btn-status.lightgreen{background-color:#8bb74b;border-color:#8bb74b;}
.btn-status.yellow{background-color:#d8a315;border-color:#d8a315;}

.btn-status.line{color:#6f7575;background-color:#fff !important;}
.btn-status.blue.line{color:#0677cd;}
.btn-status.navy.line{color:#3e4c80;}
.btn-status.green.line{color:#249a5b;}
.btn-status.purple.line{color:#664bc0;}
.btn-status.red.line{color:#cc0000;}
.btn-status.pink.line{color:#c33da2;}
.btn-status.sky.line{color:#51acb2;}
.btn-status.gray.line{color:#898c91;}
.btn-status.lightgreen.line{color:#8bb74b;}
.btn-status.yellow.line{color:#d8a315;}

/* ***** total search ***** */
.total-search .red{font-weight:600;color:#cc0000 !important;}
.search-top{margin-bottom:60px;}
.search-top .board-search{padding:20px;background:#f6f6f6;border-radius:10px;}
.search-top .board-search .search{margin:0 auto;}
.search-top .board-search .search select{width:150px;}
.search-top .board-search .search input[type="text"]{width:450px;}
.search-top .search-msg{margin-bottom:25px;font-weight:600;font-size:27px;color:#151515;line-height:1.3em;text-align:center;}
.search-con .search-row{margin-bottom:75px;}
.search-con .search-row:last-child{margin-bottom:0;}
.search-con .top{position:relative;padding-right:48px;border-bottom:2px solid #383838;}
.search-con .top h4{margin-bottom:15px;font-weight:500;font-size:26px;color:#151515;line-height:1.3em;letter-spacing:-0.25px;}
.search-con .top h4 b{font-weight:800;}
.search-con .top .num{margin-left:10px;font-weight:800;color:#151515;letter-spacing:-0.25px;}
.search-con .top .more{position:absolute;right:0;top:0;width:42px;height:42px;line-height:40px;text-align:center;border:1px solid #f1f1f1;border-radius:50%;box-sizing:border-box;transition-duration:0.3s;}
.search-con .top .more:hover{border-color:#151515;}
.search-con .list li.empty{padding:30px 0 !important;width:100% !important;font-size:18px;color:#666;text-align:center;border-bottom:1px solid #d8d8d8;}
.search-con .list li a{display:block;position:relative;padding:20px 130px 20px 0;border-bottom:1px solid #d8d8d8;transition-duration:0.3s;}
.search-con .list li .title{display:block;margin:8px 0;font-weight:600;font-size:20px;color:#383838;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;letter-spacing:-0.25px;}
.search-con .list li .cont{display:block;margin:14px 0 10px;display:-webkit-box;max-width:99%;height:48px;line-height:24px;font-size:17px;color:#666;letter-spacing:-0.25px;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.search-con .list li .date{display:block;position:absolute;right:0;top:30px;font-size:16px;color:#666;}
.search-con .photo-list li{padding:40px 0 0;}
.search-con .photo-list li:after,
.search-con .photo-list li:hover:before{display:none !important;}
.search-con .photo-list li .date{margin-bottom:0;}
.search-con .photo-list li.empty{padding:30px 0 !important;font-size:18px;color:#666;border-bottom:1px solid #d8d8d8;}
.search-con .book-list{padding:40px 0 0;}
.search-con .book-list li.empty{margin-top:-10px;padding:0 0 30px !important;font-size:18px;color:#666;border-bottom:1px solid #d8d8d8;}
.search-con .event-list{margin:40px 0 0;}
.search-con .event-list li.empty{margin-top:-10px;padding:0 0 30px !important;font-size:18px;color:#666;border-bottom:1px solid #d8d8d8;}

/* ***** responsive ***** */
.m-page{display:none;}

@media all and (min-width:1921px){
	#contents{min-height:800px;}
}
